@charset "UTF-8";

/* =========================================================
   Reset & Common
   ========================================================= */
html {
  scroll-behavior: smooth;
}

#feature {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}

#feature * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#feature img {
  width: 100%;
  vertical-align: bottom;
}

#feature a {
  text-decoration: none !important;
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
}

#feature a:hover {
  opacity: 0.7;
}

#feature li {
  list-style: none;
}

/* 共通ボタンデザイン */
#feature .btn__common a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333144;
  color: #FFF;
  font-weight: bold;
}


/* =========================================================
   for PC
   ========================================================= */
@media screen and (min-width: 768px) {
  #feature {
    margin: 0 0 100px 0;
  }

  #feature .sp {
    display: none !important;
  }

  #feature .inner {
    width: 900px;
    margin: 0 auto;
  }

  /* .sec__mv */
  #feature .sec__mv {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* .sec__intro */
  #feature .sec__intro {
    padding: 110px 0;
  }

  #feature .sec__intro .intro__ttl {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #334260;
    margin-bottom: 60px;
    line-height: 1.5;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  /* ★変更：吹き出しエリア（画像用の余白調整のみ） */
  #feature .sec__intro .intro__dialogues {
    width: 500px;
    margin: 0 auto 50px;
  }

  #feature .sec__intro .intro__texts {
    text-align: center;
  }

  #feature .sec__intro .intro__texts p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
    font-weight: 500;
  }

  #feature .sec__intro .intro__box {
    background: #F8F6E7;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
    width: 680px;
    margin: 0 auto 110px;
  }

  #feature .sec__intro .box__head {
    text-align: center;
    margin-bottom: 40px;
  }

  #feature .sec__intro .box__head p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  #feature .sec__intro .box__head h3 {
    font-size: 32px;
    font-weight: bold;
    color: #333144;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  #feature .sec__intro .box__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }

  #feature .sec__intro .box__content figure {
    width: 250px;
  }

  #feature .sec__intro .box__content p {
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 1.8px;
  }

  #feature .sec__intro .btn__common a {
    width: 500px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 18px;
  }

  .btn__common a {
    width: 380px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 18px;
  }


  /* .sec__nav */
  #feature .sec__nav {
    margin-bottom: 80px;
  }

  #feature .sec__nav ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }

  #feature .sec__nav li a {
    display: flex;
    align-items: center;
    width: 370px;
    height: 60px;
    border: 1px solid #332B53;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #fff;
    color: #332B53;
    padding-left: 90px;
  }

  #feature .sec__nav li a::after {
    content: '';
    position: absolute;
    right: 70px;
    top: 45%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 1px solid #332B53;
    border-bottom: 1px solid #332B53;
  }

  /* .sec__category */
  #feature .sec__category {
    margin-bottom: 180px;
  }

  #feature .sec__category .category__ttl {
    width: 280px;
    margin: 0 auto 60px;
  }

  /* Item Block */
  #feature .item__block {
    position: relative;
    margin-bottom: 120px;
    padding-left: 60px;
  }

  #feature .item__deco {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
  }

  #feature .item__main {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #feature .item__left {
    width: 375px;
  }

  #feature .item__left .splide__arrow {
    display: none;
  }

  #feature .item__left .splide__slide img {
    background: #f4f4f4;
  }

  #feature .item__right {
    width: 425px;
    display: flex;
    flex-direction: column;
  }

  #feature .item__right img {
    width: 130px;
  }

  #feature .item__right .thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }

  #feature .item__right .thumbnails>li {
    width: calc((80% - 20px) / 3);
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
  }

  #feature .item__right .thumbnails>li:hover,
  #feature .item__right .thumbnails>li.is-active {
    opacity: 1;
  }

  #feature .item__info {
    text-align: left;
    margin-top: auto;
    /* ←追加（上部の余った空間をすべてmarginにする魔法のコードです） */
  }

  #feature .item__info h3 {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #332B53;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  #feature .item__colors {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }

  #feature .item__colors .label {
    font-size: 14px;
    font-weight: bold;
  }

  #feature .item__colors ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  #feature .item__colors li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  #feature .item__info .price {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #feature .item__info .btn__common a {
    width: 70%;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  /* Footer Links */
  #feature .sec__footerLinks .btn__group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
  }

  #feature .sec__footerLinks .common__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 340px;
    height: 80px;
    border: 1px solid #332B53;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 800;
  }

  #feature .btn__totop a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
  }

  #feature .btn__totop a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}


/* =========================================================
   for SP
   ========================================================= */
@media screen and (max-width: 767px) {
  #feature .pc {
    display: none !important;
  }

  #feature .inner {
    width: 100%;
    padding: 0 calc(20 * (100vw / 375));
  }

  #feature .sec__mv {
    width: 100vw;
  }

  #feature .sec__intro {
    padding: calc(60 * (100vw / 375)) 0;
  }

  #feature .sec__intro .intro__ttl {
    text-align: center;
    font-size: calc(26 * (100vw / 375));
    font-weight: bold;
    color: #334260;
    margin-bottom: calc(40 * (100vw / 375));
    line-height: 1.5;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  /* ★変更：吹き出しエリア（画像用の余白調整のみ） */
  #feature .sec__intro .intro__dialogues {
    width: 100%;
    margin: 0 auto calc(40 * (100vw / 375));
  }

  #feature .sec__intro .intro__texts {
    text-align: center;

  }

  #feature .sec__intro .intro__texts p {
    font-size: calc(16 * (100vw / 375));
    line-height: 1.8;
    margin-bottom: calc(50 * (100vw / 375));
    font-weight: 500;
  }

  #feature .sec__intro .intro__box {
    background: #F8F6E7;
    border-radius: calc(15 * (100vw / 375));
    padding: calc(20 * (100vw / 375)) calc(20 * (100vw / 375));
    margin-bottom: calc(70 * (100vw / 375));
    text-align: center;
  }

  #feature .sec__intro .box__head {
    margin-bottom: calc(20 * (100vw / 375));
  }

  #feature .sec__intro .box__head p {
    font-size: calc(16 * (100vw / 375));
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: calc(10 * (100vw / 375));
  }

  #feature .sec__intro .box__head h3 {
    font-size: calc(26 * (100vw / 375));
    font-weight: bold;
    color: #332B53;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  #feature .sec__intro .box__content figure {
    width: 100%;
    margin-bottom: calc(20 * (100vw / 375));
  }

  #feature .sec__intro .box__content p {
    font-size: calc(16 * (100vw / 375));
    line-height: 1.8;
    font-weight: 500;
  }

  #feature .sec__intro .btn__common a {
    width: 100%;
    height: calc(56 * (100vw / 375));
    border-radius: calc(28 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
  }

  /* .sec__nav */
  #feature .sec__nav {
    margin-bottom: calc(60 * (100vw / 375));
  }

  #feature .sec__nav ul {
    display: flex;
    flex-direction: row;
    gap: calc(15 * (100vw / 375));
    justify-content: space-between;
  }

  #feature .sec__nav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(155 * (100vw / 375));
    height: calc(56 * (100vw / 375));
    border: 1px solid #332B53;
    border-radius: calc(28 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    font-weight: 500;
    background: #fff;
  }

  #feature .sec__nav li a::after {
    content: '';
    display: block;
    width: calc(8 * (100vw / 375));
    height: calc(8 * (100vw / 375));
    border-right: 1px solid #332B53;
    border-bottom: 1px solid #332B53;
    transform: rotate(45deg);
    margin-top: calc(5 * (100vw / 375));
  }

  /* .sec__category */
  #feature .sec__category {
    margin-bottom: calc(100 * (100vw / 375));
  }

  #feature .sec__category .category__ttl {
    width: calc(180 * (100vw / 375));
    margin: 0 auto calc(40 * (100vw / 375));
  }

  /* Item Block */
  #feature .item__block {
    margin-bottom: calc(60 * (100vw / 375));
  }

  #feature .item__deco {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(24 * (100vw / 375));
    z-index: 10;
  }

  #feature .item__main {
    display: block;
    width: 100%;
  }

  #feature .item__left {
    position: relative;
    padding-left: calc(30 * (100vw / 375));
    width: 100%;
  }

  #feature .item__left img {
    width: 90%;
  }

  #feature .item__left .splide__arrow {
    display: none;
  }

  #feature .item__right {
    width: 100%;
  }


  #feature .item__left .splide__slide img {
    background: #f4f4f4;
  }

  #feature .item__right .thumbnails {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: calc(6 * (100vw / 375));
    margin-top: calc(10 * (100vw / 375));
  }

  #feature .item__right .thumbnails>li {
    flex: 1;
    max-width: 20%;
    cursor: pointer;
    opacity: 0.5;
  }

  #feature .item__right .thumbnails>li.is-active {
    opacity: 1;
  }

  #feature .item__info {
    text-align: center;
    margin-top: calc(25 * (100vw / 375));
  }

  #feature .item__info h3 {
    font-size: calc(26 * (100vw / 375));
    font-weight: 700;
    margin-bottom: calc(30 * (100vw / 375));
    color: #332B53;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  #feature .item__colors {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(10 * (100vw / 375));
    margin-bottom: calc(20 * (100vw / 375));

  }


  #feature .item__colors .label {
    font-size: calc(12 * (100vw / 375));
    font-weight: bold;
  }

  #feature .item__colors ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(8 * (100vw / 375));
  }

  #feature .item__colors li {
    width: calc(24 * (100vw / 375));
    height: calc(24 * (100vw / 375));
    border-radius: 50%;
  }

  #feature .item__info .price {
    font-size: calc(28 * (100vw / 375));
    font-weight: bold;
    margin-bottom: calc(20 * (100vw / 375));
  }

  #feature .item__info .btn__common a {
    width: 75%;
    height: calc(50 * (100vw / 375));
    border-radius: calc(28 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    margin: 0 auto;
  }

  /* Footer Links */
  #feature .sec__footerLinks .btn__group {
    display: flex;
    flex-direction: column;
    gap: calc(15 * (100vw / 375));
    margin-bottom: calc(40 * (100vw / 375));
  }

  #feature .sec__footerLinks .common__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: calc(70 * (100vw / 375));
    border: 1px solid #332B53;
    border-radius: calc(35 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    font-weight: bold;
  }

  #feature .btn__totop a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(18 * (100vw / 375));
    font-weight: bold;
    margin: 70px auto 120px auto;
  }

  #feature .btn__totop a::before {
    content: '';
    display: inline-block;
    width: calc(16 * (100vw / 375));
    height: calc(16 * (100vw / 375));
    background-size: contain;
    margin-right: calc(10 * (100vw / 375));
  }
}

/* =========================================================
   Animations (Inview JS用)
   ========================================================= */
.fadeIn {
  opacity: 0;
  transform: translate(0, 2.5rem);
  transition: all 1s ease-out;
}

.fadeIn.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeView {
  opacity: 0;
  transition: 2s;
}

.fadeView.is-show {
  opacity: 1;
}