@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "SourceHanSansJP-Bold";
  src: url(../assets/font/SourceHanSansJP-Bold.otf);
}
.ja_bb {
  font-family: "SourceHanSansJP-Bold";
}

@font-face {
  font-family: "SourceHanSansJP-Medium";
  src: url(../assets/font/SourceHanSansJP-Medium.otf);
}
.ja_b {
  font-family: "SourceHanSansJP-Medium";
}

@font-face {
  font-family: "SourceHanSansJP-Regular";
  src: url(../assets/font/SourceHanSansJP-Regular.otf);
}
.ja {
  font-family: "SourceHanSansJP-Regular";
}

.en_ita {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.en_book {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en_r {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Antro_Vectra";
  src: url(../assets/font/Antro_Vectra.otf);
}
.en_cursive {
  font-family: "Antro_Vectra";
}

/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "SourceHanSansJP-Medium";
}
html.active,
body.active {
  overflow: hidden;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
  height: calc(100vh - 50px);
  margin-top: 50px;
}
.fv .swiper-slide {
  height: calc(100vh - 50px);
}
.fv .swiper-slide img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.fv .anim1,
.fv .anim2 {
  position: relative;
  transition: all 0.3s;
}
.fv .fv_title {
  position: absolute;
  z-index: 10;
  translate: -50% 0;
  left: 50%;
  bottom: 20%;
}
.fv h1,
.fv .en_r {
  color: #fff;
  text-align: center;
}
.fv .subtitle {
  rotate: -9deg;
  font-size: 15px;
  width: fit-content;
  background-color: #fff;
  padding: 3px 6px 5px 9px;
  margin: 0 auto 15px -20px;
  letter-spacing: 0.05em;
}
.fv .subtitle span {
  letter-spacing: -0.1em;
}
.fv .line {
  overflow: hidden;
}
.fv h1 {
  font-size: 36px;
}
.fv h1 .small {
  font-size: 24px;
}
.fv h1 .spacing {
  letter-spacing: 0.15em;
}
.fv h1 .big {
  letter-spacing: 0.05em;
  font-size: 86px;
  text-shadow: 0 3px 40px rgba(0, 0, 0, 0.2);
}
.fv h1 .line {
  position: relative;
  bottom: 20px;
}
.fv .bottom_text {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .fv {
    height: calc(100svh - 40px);
    margin-top: 40px;
    min-height: 667px;
  }
  .fv .swiper-slide {
    height: calc(100svh - 40px);
  }
}
@media screen and (min-width: 769px) {
  .fv {
    min-height: 820px;
  }
  .fv .fv_title {
    scale: 1.8;
    margin: 0;
    bottom: 18%;
  }
  .fv .swiper-slide {
    min-height: 820px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.lead {
  padding: 62px 0 40px;
}
.lead .lead_text {
  font-size: 11px;
  width: 250px;
  line-height: 2;
  margin: 0 auto 62px;
}
.lead .type_selection {
  width: 295px;
  margin: 0 auto;
}
.lead .type_selection > p {
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.lead .type_selection .grid {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.lead .type_selection .grid li a {
  background-size: cover;
  border-radius: 100vmax;
  display: grid;
  place-content: center;
  color: #fff;
  height: 140px;
  position: relative;
  z-index: 0;
}
.lead .type_selection .grid li a p {
  position: relative;
  z-index: 3;
}
.lead .type_selection .grid li a span {
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 8px;
  z-index: 2;
}
.lead .type_selection .grid li a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100vmax;
  z-index: 1;
}
.lead .type_selection .grid li:nth-child(1) a {
  background-image: url(../assets/images/index1.png);
}
.lead .type_selection .grid li:nth-child(2) a {
  background-image: url(../assets/images/index2.png);
}

.block .title_wrap {
  overflow: hidden;
  position: relative;
  padding-top: 40px;
}
.block .title_wrap .bg_text {
  font-size: 83px;
  color: rgba(104, 180, 160, 0.1);
  position: absolute;
  translate: -50% -50%;
  top: 55%;
  left: 50%;
}
.block .title_wrap h2 {
  margin: 0 auto;
  font-size: 29px;
  text-align: center;
  width: fit-content;
  background-color: #bcdbd3;
  padding: 10px 21px 10px 17px;
  position: relative;
  z-index: 3;
}
.block .title_wrap h2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  top: -5px;
  left: -5px;
}
.block .title_wrap .sub_title {
  padding-top: 25px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
}
.block .title_wrap .sub_title span {
  font-size: 60px;
  padding: 0 10px;
  letter-spacing: -0.05em;
}
.block .item_image {
  width: 350px;
  margin: 0 auto;
}
.block .arrow {
  width: fit-content;
  margin: 30px auto 0;
}

.code_li {
  position: relative;
  z-index: 10;
}
.code_li .code_title .grid {
  display: grid;
  align-items: center;
  grid-template-columns: 48px 97px auto;
  gap: 10px;
  width: 350px;
  margin: 0 auto;
}
.code_li .code_title .grid .label {
  font-size: 11px;
  text-align: center;
  background-color: #bcdbd3;
  padding: 3px 10px 7px 5px;
  position: relative;
  height: fit-content;
  margin-top: 60px;
}
.code_li .code_title .grid .label:before {
  content: "";
  width: 98%;
  height: 95%;
  border: 1px solid #000;
  position: absolute;
  top: -3px;
  left: -3px;
}
.code_li .code_title .grid .en_book {
  font-size: 12px;
  margin-top: 55px;
  white-space: nowrap;
}
.code_li .code_title .grid .number {
  width: fit-content;
  margin: 0 0 -8px auto;
  text-align: right;
  font-size: 100px;
  position: relative;
}
.code_li .code_title .grid .number span {
  position: absolute;
  translate: 0 -50%;
  top: 60%;
  left: -10px;
  color: #68b4a0;
  font-size: 15px;
  rotate: -10deg;
  display: block;
}
.code_li .image_com {
  font-size: 12px;
}
.code_li .rl_text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.25;
  position: relative;
}
.code_li .rl_text p {
  white-space: nowrap;
  height: 0;
  margin-left: 7.5px;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}
.code_li .rl_text p .border {
  height: fit-content;
  display: block;
  position: relative;
}
.code_li .rl_text p .border:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5px;
  height: 100%;
  background-color: #000;
}
.code_li .rl_text .color {
  color: #68b4a0;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: -7px;
}
.code_li .text_anim p {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.code_li .text_anim p .border {
  width: fit-content;
  display: block;
  position: relative;
}
.code_li .text_anim p .border:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0.5px;
  background-color: #000;
}
.code_li .code_main {
  overflow: hidden;
  border-top: 1px solid #000;
  position: relative;
}
.code_li .code_main .image_com {
  position: absolute;
}
.code_li .code_main .image_com .rotate {
  transform-origin: center;
  rotate: -90deg;
  display: inline-block;
  padding-top: 2px;
}
.code_li .bottom_wrapper figure {
  overflow: hidden;
}
.code_li .fitting_item {
  margin: 50px auto;
}
.code_li .fitting_item .fitting_title {
  position: relative;
  width: 215px;
  margin: 0 auto 15px;
  padding: 5px 0;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  border-radius: 100vmax;
  text-align: center;
}
.code_li .fitting_item .fitting_title:after {
  content: "";
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: -7px;
  background-color: #000;
  width: 14px;
  height: 15px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.code_li .fitting_item ul {
  width: 335px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  grid-template-rows: repeat(1, auto);
}
.code_li .fitting_item ul li:not(li:last-child) a {
  position: relative;
}
.code_li .fitting_item ul li:not(li:last-child) a:after {
  content: "+";
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 50px;
  right: -18px;
}
.code_li .fitting_item ul li a {
  height: 100%;
  position: relative;
  padding-bottom: 15px;
}
.code_li .fitting_item ul li a:before {
  width: 17px;
  height: 17px;
  position: absolute;
  border-radius: 100vmax;
  background-color: #68b4a0;
  color: #fff;
  font-size: 11px;
  display: grid;
  place-content: center;
  line-height: 0.7;
  top: 0;
  left: 3px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.code_li .fitting_item .ja {
  font-size: 10px;
  line-height: 1.7;
}
.code_li .fitting_item .brand {
  font-size: 11px;
  line-height: 1.3636363636;
}
.code_li .fitting_item .price {
  font-size: 12px;
  line-height: 1.4166666667;
  padding-top: 3px;
}
.code_li .fitting_item .price:has(.sale) .proper {
  text-decoration: line-through;
}
.code_li .fitting_item .price:has(.sale) .sale {
  color: #ff0000;
  margin-left: 3px;
}
.code_li .fitting_item .buy {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 3px 0 5px;
  font-size: 11px;
  display: block;
  margin: 10px 0 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.code_li .other_item {
  background-color: #f2f2f2;
  border-radius: 15px;
  width: 350px;
  margin: 0 auto;
}
.code_li .other_item .inner {
  padding: 40px 30px;
}
.code_li .other_item .other_title {
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}
.code_li .other_item .other_item_li {
  display: grid;
  gap: 10px;
}
.code_li .other_item li a {
  display: grid;
  grid-template-columns: 60px auto 50px;
  gap: 10px;
}
.code_li .other_item li a .center {
  font-size: 11px;
  line-height: 1.3636363636;
}
.code_li .other_item li a .price:has(.sale) .proper {
  text-decoration: line-through;
}
.code_li .other_item li a .price:has(.sale) .sale {
  color: #ff0000;
  margin-left: 3px;
}
.code_li .other_item li a .buy {
  font-size: 11px;
  text-align: center;
  background-color: #000;
  height: fit-content;
  color: #fff;
  padding: 5px 0;
}
.code_li .recommend {
  position: relative;
  padding: 90px 0;
  height: 110px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.code_li .recommend .bg {
  position: absolute;
  height: 110px;
  background-color: #bcdbd3;
  width: 100%;
}
.code_li .recommend .arrow {
  position: absolute;
  top: 30px;
  left: 35px;
  overflow: hidden;
}
.code_li .recommend .pick_text {
  position: relative;
  font-size: 10px;
  line-height: 1.7;
  margin-left: 50px;
}
.code_li .recommend .pick_text:before, .code_li .recommend .pick_text:after {
  content: "";
  position: absolute;
  background-color: #000;
  height: 0.5px;
  width: 33px;
}
.code_li .recommend .pick_text:before {
  top: -10px;
  right: 0;
  rotate: 15deg;
}
.code_li .recommend .pick_text:after {
  bottom: -5px;
  right: 0;
  rotate: -15deg;
}
.code_li .recommend .reco_item {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.code_li .recommend .reco_item li {
  translate: 0 -50%;
  top: 50%;
  position: absolute;
}
.code_li .recommend .reco_item li:before {
  width: 17px;
  height: 17px;
  position: absolute;
  border-radius: 100vmax;
  background-color: #68b4a0;
  color: #fff;
  font-size: 11px;
  display: grid;
  place-content: center;
  line-height: 0.7;
}

.sec {
  max-width: 400px;
  margin: 0 auto;
}
.sec:not(.sec:first-child) {
  margin: 50px auto 0;
  padding-top: 50px;
}

.item_slider_wrap {
  margin: 100px auto 0;
  grid-column: 1/3;
}
.item_slider_wrap > p {
  text-align: center;
  margin-bottom: 20px;
}
.item_slider_wrap .more_btn {
  background-color: #000;
  color: #fff;
  padding: 16px 0;
  font-size: 14px;
  text-align: center;
  width: 250px;
  margin: 80px auto 150px;
}
.item_slider_wrap .swiper {
  padding: 0 20px;
  padding-bottom: 40px;
}
.item_slider_wrap .swiper-slide {
  width: 150px !important;
}
.item_slider_wrap .swiper-slide p {
  font-size: 11px;
  font-family: "SourceHanSansJP-Regular";
  line-height: 1.8181818182;
}
.item_slider_wrap img {
  padding-bottom: 10px;
}
.item_slider_wrap .price {
  font-size: 12px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.item_slider_wrap .swiper-scrollbar {
  height: 2px !important;
  width: 180px;
  translate: -50% 0;
  left: 50% !important;
  background-color: rgba(17, 17, 17, 0.2);
}
.item_slider_wrap .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #111111;
}

.slide_slider .swiper-slide {
  width: 260px !important;
}

.block.effortless .title_wrap h2 {
  background-color: #e3c3cb;
}

.block.effortless .title_wrap .bg_text {
  color: rgba(180, 104, 122, 0.1);
}

.code_li.effortless_code .code_title .grid {
  grid-template-columns: 60px 97px auto;
}
.code_li.effortless_code .code_title .grid .label {
  background-color: #e3c3cb;
}
.code_li.effortless_code .code_title .grid .number span {
  color: #b4687a;
}

.code_li.effortless_code .recommend .bg {
  background-color: #e3c3cb;
}

.code_li.effortless_code .rl_text .color {
  color: #b4687a;
}

.code_li.effortless_code .fitting_item ul li a:before,
.code_li.effortless_code .recommend .reco_item li:before {
  background-color: #b4687a;
}

.index_li .bg_text {
  font-size: 83px;
  color: rgba(104, 180, 160, 0.1);
  text-align: center;
}
.index_li .bg_text.pink {
  padding-top: 60px;
  color: rgba(180, 104, 122, 0.1);
}
.index_li ul {
  margin: -30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: fit-content;
}
.index_li ul:nth-of-type(2) .label {
  background-color: #e3c3cb;
}
.index_li li:nth-child(1) {
  display: grid;
  place-content: center;
}
.index_li li a {
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 13px;
  display: grid;
  place-content: center;
  color: #fff;
}
.index_li li a figure {
  position: absolute;
  inset: 0;
}
.index_li li a figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.index_li li a p {
  position: relative;
  z-index: 3;
}
.index_li .label {
  font-size: 12px;
  text-align: center;
  background-color: #bcdbd3;
  padding: 3px 10px 7px 5px;
  position: relative;
  height: fit-content;
}
.index_li .label:before {
  content: "";
  width: 98%;
  height: 95%;
  border: 1px solid #000;
  position: absolute;
  top: -3px;
  left: -3px;
}

#s_sec1 .bottom_wrapper .img1 {
  width: 280px;
  margin: 20px auto 0;
}
#s_sec1 .bottom_wrapper .img2 {
  position: relative;
}
#s_sec1 .bottom_wrapper .img2 figure {
  width: 245px;
  margin-top: -30px;
}
#s_sec1 .bottom_wrapper .rl_text {
  position: absolute;
  top: 120px;
  right: 40px;
}
#s_sec1 .fitting_item ul li:nth-child(1) a:before {
  content: "B";
}
#s_sec1 .fitting_item ul li:nth-child(2) a:before {
  content: "F";
}
#s_sec1 .fitting_item ul li:nth-child(3) a:before {
  content: "C";
}
#s_sec1 .reco_item li:nth-child(1) {
  right: 100px;
  top: 45%;
  width: 150px;
  rotate: -18deg;
  z-index: 3;
}
#s_sec1 .reco_item li:nth-child(1):before {
  content: "F";
  rotate: 18deg;
  bottom: 0;
  left: 0;
}
#s_sec1 .reco_item li:nth-child(2) {
  width: 179px;
  right: -15px;
  rotate: 9deg;
}
#s_sec1 .reco_item li:nth-child(2):before {
  content: "A";
  rotate: -9deg;
  top: 10px;
  left: 20px;
}

#s_sec2 .code_main .image_com {
  top: 115px;
  right: 27px;
}
#s_sec2 .fitting_item ul {
  display: flex;
  justify-content: center;
}
#s_sec2 .fitting_item ul li {
  width: 100px;
}
#s_sec2 .fitting_item ul li:nth-child(1) a:before {
  content: "E";
}
#s_sec2 .fitting_item ul li:nth-child(2) a:before {
  content: "A";
}
#s_sec2 .reco_item li:nth-child(1) {
  right: 90px;
  top: 35%;
  width: 150px;
  rotate: -14deg;
}
#s_sec2 .reco_item li:nth-child(1):before {
  content: "E";
  rotate: 14deg;
  top: 10px;
  left: 20px;
}
#s_sec2 .reco_item li:nth-child(2) {
  width: 137px;
  right: 60px;
  top: 65%;
  rotate: -2deg;
  z-index: 2;
}
#s_sec2 .reco_item li:nth-child(2):before {
  content: "I";
  rotate: 2deg;
  bottom: 15px;
  left: -10px;
}
#s_sec2 .reco_item li:nth-child(3) {
  width: 179px;
  top: 45%;
  right: -30px;
  rotate: 9deg;
}
#s_sec2 .reco_item li:nth-child(3):before {
  content: "C";
  rotate: -9deg;
  top: 10px;
  left: 30px;
}

#s_sec3 .code_main .image_com {
  top: 223px;
  left: 25px;
}
#s_sec3 .fitting_item ul li:nth-child(1) a:before {
  content: "D";
}
#s_sec3 .fitting_item ul li:nth-child(2) a:before {
  content: "G";
}
#s_sec3 .fitting_item ul li:nth-child(3) a:before {
  content: "C";
}

#s_sec4 .bottom_wrapper .img1 {
  position: relative;
}
#s_sec4 .bottom_wrapper .img1 figure {
  width: 260px;
  margin-top: 20px;
}
#s_sec4 .bottom_wrapper .rl_text {
  position: absolute;
  top: 80px;
  right: 40px;
}
#s_sec4 .fitting_item ul li:nth-child(1) a:before {
  content: "I";
}
#s_sec4 .fitting_item ul li:nth-child(2) a:before {
  content: "H";
}
#s_sec4 .fitting_item ul li:nth-child(3) a:before {
  content: "J";
}
#s_sec4 .reco_item li:nth-child(1) {
  right: 100px;
  width: 155px;
  rotate: -18deg;
  z-index: 3;
}
#s_sec4 .reco_item li:nth-child(1):before {
  content: "D";
  rotate: 18deg;
  bottom: 10px;
  left: 0;
}
#s_sec4 .reco_item li:nth-child(2) {
  width: 179px;
  right: -15px;
  rotate: 9deg;
}
#s_sec4 .reco_item li:nth-child(2):before {
  content: "J";
  rotate: -9deg;
  top: 20px;
  left: 20px;
}

#s_sec5 .code_main .image_com {
  top: 240px;
  left: 20px;
}
#s_sec5 .fitting_item ul li:nth-child(1) a:before {
  content: "B";
}
#s_sec5 .fitting_item ul li:nth-child(2) a:before {
  content: "H";
}
#s_sec5 .fitting_item ul li:nth-child(3) a:before {
  content: "A";
}

#e_sec1 .bottom_wrapper .ja_text {
  font-size: 12px;
  width: fit-content;
  margin: 30px 15% 25px auto;
  position: relative;
}
#e_sec1 .bottom_wrapper .ja_text p {
  width: fit-content;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
#e_sec1 .bottom_wrapper .ja_text .color {
  color: #b4687a;
  font-size: 24px;
  position: absolute;
  top: -10px;
  left: -30px;
}
#e_sec1 .fitting_item ul li:nth-child(1) a:before {
  content: "F";
}
#e_sec1 .fitting_item ul li:nth-child(2) a:before {
  content: "E";
}
#e_sec1 .fitting_item ul li:nth-child(3) a:before {
  content: "J";
}
#e_sec1 .reco_item li:nth-child(1) {
  right: 100px;
  width: 140px;
  rotate: -11deg;
  z-index: 3;
}
#e_sec1 .reco_item li:nth-child(1):before {
  content: "H";
  rotate: 11deg;
  bottom: -10px;
  left: 0;
}
#e_sec1 .reco_item li:nth-child(2) {
  width: 179px;
  right: -15px;
  rotate: 9deg;
}
#e_sec1 .reco_item li:nth-child(2):before {
  content: "J";
  rotate: -9deg;
  top: 20px;
  left: 20px;
}

#e_sec2 .code_main .image_com {
  top: 56px;
  right: 25px;
}
#e_sec2 .fitting_item ul {
  display: flex;
  justify-content: center;
}
#e_sec2 .fitting_item ul li {
  width: 100px;
}
#e_sec2 .fitting_item ul li:nth-child(1) a:before {
  content: "G";
}
#e_sec2 .fitting_item ul li:nth-child(2) a:before {
  content: "I";
}
#e_sec2 .fitting_item ul li:nth-child(3) a:before {
  content: "A";
}
#e_sec2 .reco_item li:nth-child(1) {
  right: 100px;
  width: 140px;
  rotate: -11deg;
  z-index: 3;
}
#e_sec2 .reco_item li:nth-child(1):before {
  content: "G";
  rotate: 11deg;
  bottom: -10px;
  left: 0;
}
#e_sec2 .reco_item li:nth-child(2) {
  width: 179px;
  right: -15px;
  rotate: 9deg;
}
#e_sec2 .reco_item li:nth-child(2):before {
  content: "C";
  rotate: -9deg;
  top: 20px;
  left: 20px;
}

#e_sec3 .code_main .image_com {
  top: 280px;
  left: 20px;
}
#e_sec3 .fitting_item ul li:nth-child(1) a:before {
  content: "F";
}
#e_sec3 .fitting_item ul li:nth-child(2) a:before {
  content: "I";
}
#e_sec3 .fitting_item ul li:nth-child(3) a:before {
  content: "A";
}
#e_sec3 .reco_item li:nth-child(1) {
  right: 100px;
  width: 150px;
  rotate: -11deg;
  z-index: 3;
}
#e_sec3 .reco_item li:nth-child(1):before {
  content: "E";
  rotate: 11deg;
  bottom: 0;
  left: 0;
}
#e_sec3 .reco_item li:nth-child(2) {
  width: 179px;
  right: -15px;
  rotate: 9deg;
}
#e_sec3 .reco_item li:nth-child(2):before {
  content: "A";
  rotate: -9deg;
  top: 20px;
  left: 20px;
}

#e_sec4 .bottom_wrapper .img1 {
  position: relative;
  margin-top: 15px;
}
#e_sec4 .bottom_wrapper .image_com {
  position: absolute;
  bottom: 240px;
  right: 25px;
  height: 100%;
}
#e_sec4 .fitting_item ul li:nth-child(1) a:before {
  content: "D";
}
#e_sec4 .fitting_item ul li:nth-child(2) a:before {
  content: "H";
}
#e_sec4 .fitting_item ul li:nth-child(3) a:before {
  content: "C";
}
#e_sec4 .reco_item li:nth-child(1) {
  right: 90px;
  top: 30%;
  width: 140px;
  rotate: -14deg;
  z-index: 1;
}
#e_sec4 .reco_item li:nth-child(1):before {
  content: "B";
  rotate: 14deg;
  top: 20px;
  left: 10px;
}
#e_sec4 .reco_item li:nth-child(2) {
  width: 145px;
  right: 80px;
  top: 70%;
  rotate: -19deg;
  z-index: 2;
}
#e_sec4 .reco_item li:nth-child(2):before {
  content: "G";
  rotate: 19deg;
  bottom: 70px;
  left: -20px;
}
#e_sec4 .reco_item li:nth-child(3) {
  width: 179px;
  top: 45%;
  right: -30px;
  rotate: 9deg;
}
#e_sec4 .reco_item li:nth-child(3):before {
  content: "C";
  rotate: -9deg;
  top: 10px;
  left: 30px;
}

#e_sec5 .code_main .image_com {
  top: 57px;
  left: 20px;
}
#e_sec5 .fitting_item ul li:nth-child(1) a:before {
  content: "D";
}
#e_sec5 .fitting_item ul li:nth-child(2) a:before {
  content: "B";
}
#e_sec5 .fitting_item ul li:nth-child(3) a:before {
  content: "J";
}
#e_sec5 .reco_item li:nth-child(1) {
  right: 100px;
  width: 150px;
  rotate: -11deg;
  z-index: 3;
}
#e_sec5 .reco_item li:nth-child(1):before {
  content: "E";
  rotate: 11deg;
  bottom: 0;
  left: 0;
}
#e_sec5 .reco_item li:nth-child(2) {
  width: 179px;
  right: -15px;
  rotate: 9deg;
}
#e_sec5 .reco_item li:nth-child(2):before {
  content: "J";
  rotate: -9deg;
  top: 20px;
  left: 20px;
}

.staff_credit p {
  text-align: center;
  font-size: 12px;
  line-height: 1.8333333333;
  padding: 28px 0;
  border: solid #000;
  border-width: 1px 0;
  width: 300px;
  margin: 0 auto 150px;
}

@media screen and (max-width: 768px) {
  .menu_btn {
    position: fixed;
    width: 43px;
    height: 43px;
    background-color: rgba(51, 51, 51, 0.15);
    position: fixed;
    top: 50px;
    right: 10px;
    border-radius: 100vmax;
    z-index: 99;
  }
  .menu_btn span {
    position: absolute;
    background-color: #fff;
    width: 18px;
    height: 1px;
    translate: -50% -50%;
    left: 50%;
    transition: all 0.4s;
    transform-origin: center;
  }
  .menu_btn span:nth-child(1) {
    top: 35%;
  }
  .menu_btn span:nth-child(2) {
    top: 50%;
  }
  .menu_btn span:nth-child(3) {
    top: 65%;
  }
  .menu_btn.active span:nth-child(1) {
    top: 50%;
    rotate: 45deg;
  }
  .menu_btn.active span:nth-child(2) {
    opacity: 0;
  }
  .menu_btn.active span:nth-child(3) {
    rotate: -45deg;
    top: 50%;
  }
  .index_wrapper {
    position: fixed;
    inset: 0;
    z-index: 98;
    background-color: #fff;
    display: none;
  }
  .index_inner {
    display: grid;
    place-content: center;
    height: calc(100svh - 40px);
    margin-top: 40px;
  }
  .index_li {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .index_li .bg_text {
    position: relative;
    translate: -50% 0;
    left: 47%;
  }
  .index_li .menu_title {
    font-size: 12px;
    border-bottom: 1px solid #000;
    width: fit-content;
    padding: 0 5px 2px 25px;
  }
  .index_li .menu_title span {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .lead .lead_text {
    width: 500px;
    text-align: center;
  }
  .sticky_sub {
    display: grid;
    grid-template-columns: 1fr 375px;
  }
  .sticky_sub .block {
    position: sticky;
    top: 50px;
    height: calc(100vh - 50px);
    display: grid;
    place-content: center;
  }
  .sticky_sub .block .title_wrap {
    overflow: inherit;
  }
  .sticky_sub .fade_slider {
    max-width: 375px;
  }
  .index_section {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .index_section .index_wrapper {
    height: 100vh;
    display: grid;
    place-content: center;
  }
  .item_slider_wrap {
    max-width: 375px;
    margin: 100px 0 0 auto;
  }
  .pc_grid {
    display: grid;
    grid-template-columns: auto calc((100% - 375px) / 2);
    contain: paint;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .sticky_sub {
    grid-template-columns: 1fr 1fr;
  }
  .pc_grid {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */