@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #727171;
}

.feature a {
  transition: 0.3s;
  display: block;
  transform: none;
  color: #727171;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: clip;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 2s;
}

.js-fade.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.header, .footer {
  height: 250px;
}

.feature .top-bg {
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
}
.feature .top-bg::before {
  content: "";
  display: block;
  background: url("../img/pc-index-bg.jpg") no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.feature__inner {
  display: flex;
  justify-content: center;
}
.feature__inner--left {
  position: relative;
  order: 1;
  position: sticky;
  top: 0;
  height: 100vh;
}
.feature__inner--left::before {
  content: "";
  background-size: cover;
}
.feature__inner--right {
  order: 3;
  position: sticky;
  top: 0;
  height: 100vh;
}
.feature__inner--center {
  order: 2;
}

.feature__inner--left, .feature__inner--right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
}
.feature__inner--left .main-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature__inner--left .main-txt .brand {
  width: 21.4rem;
}
.feature__inner--left .main-txt .season {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #619DC6;
  margin-top: 3.2rem;
  margin-bottom: 3.8rem;
}
.feature__inner--left .main-txt .season span {
  margin-left: 2.3rem;
  margin-right: 3.3rem;
  display: inline-block;
}
.feature__inner--left .main-txt .release-day {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #619DC6;
  position: relative;
}
.feature__inner--left .main-txt .release-day span {
  display: inline-block;
  margin-left: 0.8rem;
  margin-right: 1rem;
}
.feature__inner--left .main-txt .release-day::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.6rem;
  background: #619DC6;
  position: absolute;
  top: 0;
  left: 7.8rem;
}
.feature__inner--right .index-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.feature__inner--right .index-list li {
  width: 25.1rem;
}
.feature__inner--right .index-list li .index-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature__inner--right .index-list li .index-link .index-link-img {
  width: 6rem;
}
.feature__inner--right .index-list li .index-link .index-link-txt {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  width: 10.5rem;
}
.feature__inner--right .index-list li .index-link .index-link-txt span {
  font-size: 1.8rem;
  line-height: 1;
}
.feature__inner--right .index-list li .index-link .index-link-arrow {
  width: 1.2rem;
  margin-right: 3rem;
  margin-left: 0.7rem;
}
.feature__inner--right .index-list li:nth-of-type(1) .index-link-txt {
  color: #C1CC9E;
}
.feature__inner--right .index-list li:nth-of-type(2) .index-link-txt {
  color: #BFD5DB;
}
.feature__inner--right .index-list li:nth-of-type(3) .index-link-txt {
  color: #D3BAC4;
}
.feature__inner--right .index-list li:nth-of-type(4) .index-link-txt {
  color: #CFBDD1;
}
.feature__inner--right .index-list li:nth-of-type(5) {
  margin-top: 2rem;
}
.feature__inner--right .index-list li:nth-of-type(5) .index-link-txt {
  color: #E8A0A6;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
}
.feature__inner--right .index-list li:nth-of-type(6) {
  margin-top: 2rem;
}
.feature__inner--right .index-list li:nth-of-type(6) .index-link-txt {
  color: #A0C4DD;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1rem;
}

.blur {
  opacity: 0;
  filter: blur(10px);
  -webkit-mask-image: linear-gradient(0deg, transparent 40%, rgba(0, 0, 0, 0.5) 50%, #000 60%);
          mask-image: linear-gradient(0deg, transparent 40%, rgba(0, 0, 0, 0.5) 50%, #000 60%);
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  transform: translateZ(0);
  transition: opacity 1s cubic-bezier(0.51, 0.21, 0.41, 1), filter 1s cubic-bezier(0.51, 0.21, 0.41, 1), -webkit-mask-position 2s linear;
  transition: mask-position 2s linear, opacity 1s cubic-bezier(0.51, 0.21, 0.41, 1), filter 1s cubic-bezier(0.51, 0.21, 0.41, 1);
  transition: mask-position 2s linear, opacity 1s cubic-bezier(0.51, 0.21, 0.41, 1), filter 1s cubic-bezier(0.51, 0.21, 0.41, 1), -webkit-mask-position 2s linear;
}

.js-span.is-show span {
  opacity: 1;
}
.js-span span {
  opacity: 0;
  transition: 0.1s;
}
.js-span span:nth-of-type(1) {
  transition-delay: 0s;
}
.js-span span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-span span:nth-of-type(3) {
  transition-delay: 0.2s;
}
.js-span span:nth-of-type(4) {
  transition-delay: 0.3s;
}
.js-span span:nth-of-type(5) {
  transition-delay: 0.4s;
}
.js-span span:nth-of-type(6) {
  transition-delay: 0.5s;
}
.js-span span:nth-of-type(7) {
  transition-delay: 0.6s;
}
.js-span span:nth-of-type(8) {
  transition-delay: 0.7s;
}
.js-span span:nth-of-type(9) {
  transition-delay: 0.8s;
}
.js-span span:nth-of-type(10) {
  transition-delay: 0.9s;
}
.js-span span:nth-of-type(11) {
  transition-delay: 1s;
}
.js-span span:nth-of-type(12) {
  transition-delay: 1.1s;
}
.js-span span:nth-of-type(13) {
  transition-delay: 1.2s;
}
.js-span span:nth-of-type(14) {
  transition-delay: 1.3s;
}
.js-span span:nth-of-type(15) {
  transition-delay: 1.4s;
}
.js-span span:nth-of-type(16) {
  transition-delay: 1.5s;
}
.js-span span:nth-of-type(17) {
  transition-delay: 1.6s;
}
.js-span span:nth-of-type(18) {
  transition-delay: 1.7s;
}
.js-span span:nth-of-type(19) {
  transition-delay: 1.8s;
}
.js-span span:nth-of-type(20) {
  transition-delay: 1.9s;
}
.js-span span:nth-of-type(21) {
  transition-delay: 2s;
}
.js-span span:nth-of-type(22) {
  transition-delay: 2.1s;
}
.js-span span:nth-of-type(23) {
  transition-delay: 2.2s;
}
.js-span span:nth-of-type(24) {
  transition-delay: 2.3s;
}
.js-span span:nth-of-type(25) {
  transition-delay: 2.4s;
}
.js-span span:nth-of-type(26) {
  transition-delay: 2.5s;
}
.js-span span:nth-of-type(27) {
  transition-delay: 2.6s;
}
.js-span span:nth-of-type(28) {
  transition-delay: 2.7s;
}
.js-span span:nth-of-type(29) {
  transition-delay: 2.8s;
}
.js-span span:nth-of-type(30) {
  transition-delay: 2.9s;
}

.feature__inner--center {
  width: 60rem;
}
.feature__inner--center .main-visual {
  width: 100%;
}
.feature__inner--center .main-lead {
  position: relative;
  position: sticky;
  top: -75rem;
  padding-bottom: 47rem;
}
.feature__inner--center .main-lead.is-show .lead-txt {
  opacity: 1;
  filter: blur(0);
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
.feature__inner--center .main-lead .lead-bg {
  position: relative;
  z-index: 1;
}
.feature__inner--center .main-lead .lead-img {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 1s ease 0.5s;
}
.feature__inner--center .main-lead .lead-img.show {
  opacity: 1;
}
.feature__inner--center .main-lead .lead-txt {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 9.4rem;
  z-index: 1;
}
.feature__inner--center .main-lead .lead-txt .lead-ttl {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.48rem;
  letter-spacing: 0.1em;
  color: #619DC6;
  line-height: 1;
}
.feature__inner--center .main-lead .lead-txt .lead-jp {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.08rem;
  line-height: 3;
  letter-spacing: 0.3em;
  color: #619DC6;
}
.feature__inner--center .main-lead .lead-txt .lead-jp.jp1 {
  margin-top: 4.8rem;
}
.feature__inner--center .main-lead .lead-txt .lead-jp.jp2 {
  margin-top: 3.8rem;
}
.feature__inner--center .main-lead .lead-txt .lead-jp.jp3 {
  margin-top: 3.6rem;
}
.feature__inner--center .products-top {
  position: relative;
  padding-top: 1.8rem;
  padding-bottom: 4.4rem;
}
.feature__inner--center .products-top .products-img {
  width: 56rem;
  margin: 0 auto;
}
.feature__inner--center .products-top .products-img .products-items {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60.5rem;
  display: flex;
}
.feature__inner--center .products-top .products-img .products-items .products-item {
  opacity: 0;
  transition: 0.8s;
}
.feature__inner--center .products-top .products-img .products-items .products-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.feature__inner--center .products-top .products-img .products-items .products-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.feature__inner--center .products-top .products-img .products-items .products-item:nth-of-type(3) {
  transition-delay: 0.6s;
}
.feature__inner--center .products-top .products-img .products-items .products-item:nth-of-type(4) {
  transition-delay: 0.9s;
}
.feature__inner--center .products-top .products-img .products-items.show .products-item {
  opacity: 1;
}
.feature__inner--center .products-top .products-name-en {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.24rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 7.3rem;
  margin-left: 2.3rem;
}
.feature__inner--center .products-top .products-txt-en {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.76rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
  margin-left: 2.3rem;
}
.feature__inner--center .products-top--01 {
  background: #DDE3D3;
}
.feature__inner--center .products-top--01 .products-img .products-items {
  width: 48rem;
}
.feature__inner--center .products-top--01 .products-img .products-items .products-item {
  width: 16rem;
}
.feature__inner--center .products-top--02 {
  background: #D9E7EC;
}
.feature__inner--center .products-top--02 .products-img .products-items {
  width: 32.8rem;
  justify-content: space-between;
}
.feature__inner--center .products-top--02 .products-img .products-items .products-item {
  width: 16rem;
}
.feature__inner--center .products-top--03 {
  background: #E5DFE1;
  padding-bottom: 4.2rem;
}
.feature__inner--center .products-top--03 .products-img .products-items {
  width: 16.64rem;
  margin-top: 57.5rem;
}
.feature__inner--center .products-top--03 .products-img .products-items .products-item {
  width: 8.32rem;
}
.feature__inner--center .products-top--03 .products-name-en {
  margin-top: 9rem;
}
.feature__inner--center .products-top--04 {
  background: #EADFEA;
}
.feature__inner--center .products-top--04 .products-img .products-items {
  width: 21.12rem;
  justify-content: space-between;
  margin-top: 62.3rem;
}
.feature__inner--center .products-top--04 .products-img .products-items .products-item {
  width: 7.04rem;
}
.feature__inner--center .products-top--04 .products-name-en {
  margin-top: 10.5rem;
}
.feature__inner--center .products-detail {
  position: relative;
  padding-top: 9.6rem;
  padding-bottom: 9.3rem;
}
.feature__inner--center .products-detail::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature__inner--center .products-detail .products-detail-inner .products-detail-brand {
  width: 25.6rem;
  margin: 0 auto;
}
.feature__inner--center .products-detail .products-detail-inner .products-pickup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 3.3rem;
}
.feature__inner--center .products-detail .products-detail-inner .products-pickup .products-name-jp {
  font-family: hiragino-kaku-gothic-pron, pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.08rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-top: 2.7rem;
}
.feature__inner--center .products-detail .products-detail-inner .products-pickup .products-price {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.92rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-top: 1.1rem;
}
.feature__inner--center .products-detail .products-detail-inner .products-pickup .products-price span {
  font-size: 1.6rem;
}
.feature__inner--center .products-detail .products-detail-inner .products-pickup .products-link {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.56rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  width: 22.4rem;
  height: 5.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.7rem;
  border-radius: 2.56rem;
}
.feature__inner--center .products-detail .products-detail-inner .products-colors {
  display: flex;
  flex-direction: column;
  margin-top: 9.3rem;
  gap: 7.3rem;
}
.feature__inner--center .products-detail .products-detail-inner .products-colors .products-color {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.feature__inner--center .products-detail .products-detail-inner .products-colors .products-color .color-name {
  position: relative;
  z-index: 1;
}
.feature__inner--center .products-detail .products-detail-inner .products-colors .products-color .color-name .color-line {
  pointer-events: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.feature__inner--center .products-detail .products-detail-inner .products-colors .products-color .products-color-name {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.feature__inner--center .products-detail .products-detail-inner .products-colors .products-color .products-color-img {
  margin: 0 auto;
  margin-top: 5.6rem;
}
.feature__inner--center .products-detail .products-detail-inner .products-colors .products-color .products-color-en {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.92rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 4.1rem;
}
.feature__inner--center .products-detail--01 {
  position: sticky;
  top: -135rem;
}
.feature__inner--center .products-detail--01::before {
  content: "";
  background: url(../img/ph1-bg.jpg) no-repeat center center/cover;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-pickup .products-pickup-img {
  width: 28.8rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-pickup .products-link {
  background: #C1CC9E;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color01 .products-color-name {
  color: #CCA2B3;
  margin-left: 8rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color01 .color-line {
  width: 35.52rem;
  left: 0;
  margin-top: 3.9rem;
  margin-left: 8rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color01 .products-color-img {
  width: 37.28rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color01 .products-color-en {
  color: #CCA2B3;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color02 .products-color-name {
  color: #C1CC9E;
  margin-left: auto;
  margin-right: 7.7rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color02 .color-line {
  width: 35.52rem;
  right: 0;
  margin-top: 3.9rem;
  margin-right: 8rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color02 .products-color-img {
  width: 37.28rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color02 .products-color-en {
  color: #C1CC9E;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color03 .products-color-name {
  color: #AAC6CC;
  margin-left: 7.7rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color03 .color-line {
  width: 35.52rem;
  left: 0;
  margin-top: 3.9rem;
  margin-left: 7.7rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color03 .products-color-img {
  width: 37.28rem;
}
.feature__inner--center .products-detail--01 .products-detail-inner .products-colors .products-color03 .products-color-en {
  color: #AAC6CC;
}
.feature__inner--center .products-detail--02 {
  position: sticky;
  top: -90rem;
}
.feature__inner--center .products-detail--02::before {
  content: "";
  background: url(../img/ph2-bg.jpg) no-repeat center center/cover;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-pickup .products-pickup-img {
  width: 28.8rem;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-pickup .products-link {
  background: #BFD5DB;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-colors .products-color01 .products-color-name {
  color: #EA989F;
  margin-left: 7.8rem;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-colors .products-color01 .color-line {
  width: 22.08rem;
  left: 0;
  margin-top: 4rem;
  margin-left: 7.8rem;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-colors .products-color01 .products-color-img {
  width: 24rem;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-colors .products-color01 .products-color-en {
  color: #EA989F;
  margin-top: 3.3rem;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-colors .products-color02 .products-color-name {
  color: #CA8C86;
  margin-left: auto;
  margin-right: 7.2rem;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-colors .products-color02 .color-line {
  width: 29.4rem;
  right: 0;
  margin-top: 3.9rem;
  margin-right: 7.3rem;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-colors .products-color02 .products-color-img {
  width: 24rem;
}
.feature__inner--center .products-detail--02 .products-detail-inner .products-colors .products-color02 .products-color-en {
  color: #CA8C86;
  margin-top: 3rem;
}
.feature__inner--center .products-detail--03 {
  position: sticky;
  top: -90rem;
}
.feature__inner--center .products-detail--03::before {
  content: "";
  background: url(../img/ph3-bg.jpg) no-repeat center center/cover;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-pickup .products-pickup-img {
  width: 32rem;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-pickup .products-link {
  background: #D3BAC4;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-colors .products-color01 .products-color-name {
  color: #DC755C;
  margin-left: 7.8rem;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-colors .products-color01 .color-line {
  width: 27.52rem;
  left: 0;
  margin-top: 4rem;
  margin-left: 8rem;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-colors .products-color01 .products-color-img {
  width: 24rem;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-colors .products-color01 .products-color-en {
  color: #DC755C;
  margin-top: 3.3rem;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-colors .products-color02 .products-color-name {
  color: #C66C6A;
  margin-left: auto;
  margin-right: 7.2rem;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-colors .products-color02 .color-line {
  width: 26.2rem;
  right: 0;
  margin-top: 3.9rem;
  margin-right: 7.2rem;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-colors .products-color02 .products-color-img {
  width: 24rem;
}
.feature__inner--center .products-detail--03 .products-detail-inner .products-colors .products-color02 .products-color-en {
  color: #C66C6A;
  margin-top: 3rem;
}
.feature__inner--center .products-detail--04 {
  position: sticky;
  top: -135rem;
}
.feature__inner--center .products-detail--04::before {
  content: "";
  background: url(../img/ph4-bg.jpg) no-repeat center center/cover;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-pickup .products-pickup-img {
  width: 28.8rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-pickup .products-link {
  background: #CFBDD1;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color01 .products-color-name {
  color: #D88577;
  margin-left: 7.8rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color01 .color-line {
  width: 39.8rem;
  left: 0;
  margin-top: 4rem;
  margin-left: 7.8rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color01 .products-color-img {
  width: 24rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color01 .products-color-en {
  color: #D88577;
  margin-top: 3.3rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color02 .products-color-name {
  color: #E58883;
  margin-left: auto;
  margin-right: 7.2rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color02 .color-line {
  width: 29.1rem;
  right: 0;
  margin-top: 4rem;
  margin-right: 7.4rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color02 .products-color-img {
  width: 24rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color02 .products-color-en {
  color: #E58883;
  margin-top: 3rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color03 .products-color-name {
  color: #E8A0A6;
  margin-left: 7.8rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color03 .color-line {
  width: 37.28rem;
  left: 0;
  margin-top: 4rem;
  margin-left: 8rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color03 .products-color-img {
  width: 24rem;
}
.feature__inner--center .products-detail--04 .products-detail-inner .products-colors .products-color03 .products-color-en {
  color: #E8A0A6;
  margin-top: 3.3rem;
}
.feature__inner--center .look-area {
  padding-top: 9.3rem;
  padding-bottom: 10rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.feature__inner--center .look-area::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature__inner--center .look-area .look-ttl {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  line-height: 0.8;
  letter-spacing: 0.1em;
  color: #E58883;
  text-align: center;
  margin-left: 1rem;
}
.feature__inner--center .look-area .look-img {
  margin-top: 6.5rem;
}
.feature__inner--center .look-area .js-in.is-show {
  opacity: 1;
  filter: blur(0);
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
.feature__inner--center .look-area .look-items {
  width: 35.84rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: 4.8rem;
  row-gap: 3rem;
}
.feature__inner--center .look-area .look-items .look-item {
  width: 17.92rem;
}
.feature__inner--center .look-area .look-items .look-item .look-item-name {
  font-family: hiragino-kaku-gothic-pron, pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 1.6rem;
}
.feature__inner--center .look-area .howtouse {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-top: 10rem;
}
.feature__inner--center .look-area .accordion_wrap {
  text-align: center;
}
.feature__inner--center .look-area .accordion_wrap .accordion_hidden {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 1s;
}
.feature__inner--center .look-area .accordion_wrap .accordion_hidden .accordion_inner {
  position: relative;
  overflow: hidden;
}
.feature__inner--center .look-area .accordion_wrap .accordion_hidden .accordion_inner .accordion_txt_wrap .accordion_ttl {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.56rem;
  line-height: 1.125;
  letter-spacing: 0.1em;
}
.feature__inner--center .look-area .accordion_wrap .accordion_hidden .accordion_inner .accordion_txt_wrap .accordion_txt {
  font-family: hiragino-kaku-gothic-pron, pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.92rem;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 1.7rem;
}
.feature__inner--center .look-area .accordion_wrap .accordion_hidden .accordion_inner .accordion_txt_wrap .accordion_txt span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.feature__inner--center .look-area .accordion_wrap .accordion_hidden .accordion_inner .accordion_txt_wrap.txt1 {
  margin-top: 3.6rem;
}
.feature__inner--center .look-area .accordion_wrap .accordion_hidden .accordion_inner .accordion_txt_wrap.txt2 {
  margin-top: 6.7rem;
}
.feature__inner--center .look-area .accordion_wrap .accordion_hidden .accordion_inner .accordion_txt_wrap.txt3 {
  margin-top: 6.4rem;
}
.feature__inner--center .look-area .accordion_wrap .accordion_hidden .accordion_inner .accordion_txt_wrap.txt3 .accordion_txt {
  margin-top: 1.9rem;
}
.feature__inner--center .look-area .accordion_wrap .accordion_btn {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.24rem;
  line-height: 1;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  margin-top: 3.5rem;
  margin-bottom: 10.7rem;
}
.feature__inner--center .look-area .accordion_wrap .accordion_btn .to_open {
  display: block;
}
.feature__inner--center .look-area .accordion_wrap .accordion_btn .to_close {
  display: none;
}
.feature__inner--center .look-area .accordion_wrap .accordion_btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2.5rem;
  margin-left: 5.1rem;
}
.feature__inner--center .look-area .accordion_wrap.open .accordion_hidden {
  grid-template-rows: 1fr;
}
.feature__inner--center .look-area .accordion_wrap.open .accordion_btn {
  margin-top: 9.3rem;
  margin-bottom: 7.7rem;
}
.feature__inner--center .look-area .accordion_wrap.open .accordion_btn::before {
  transform: rotate(-45deg);
  margin-top: -2rem;
  margin-left: 2.3rem;
}
.feature__inner--center .look-area .accordion_wrap.open .accordion_btn .to_open {
  display: none;
}
.feature__inner--center .look-area .accordion_wrap.open .accordion_btn .to_close {
  display: block;
}
.feature__inner--center .look-area .look-all {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.56rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff;
  width: 32.8rem;
  height: 5.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.56rem;
  margin: 0 auto;
}
.feature__inner--center .look-area--01 {
  position: relative;
}
.feature__inner--center .look-area--01::before {
  content: "";
  background: url(../img/look1-bg.jpg) no-repeat center center/cover;
}
.feature__inner--center .look-area--01 .look-ttl {
  color: #E58883;
}
.feature__inner--center .look-area--01 .look-items .look-item:nth-of-type(1) {
  margin: 0 2rem;
}
.feature__inner--center .look-area--01 .howtouse {
  color: #E58883;
}
.feature__inner--center .look-area--01 .accordion_wrap .accordion_ttl {
  color: #E58883;
}
.feature__inner--center .look-area--01 .accordion_wrap .accordion_btn {
  color: #E58883;
}
.feature__inner--center .look-area--01 .accordion_wrap .accordion_btn::before {
  color: #E58883;
}
.feature__inner--center .look-area--01 .look-all {
  background: #E58883;
}
.feature__inner--center .look-area--02 {
  position: relative;
  padding-bottom: 9.7rem;
}
.feature__inner--center .look-area--02::before {
  content: "";
  background: url(../img/look2-bg.jpg) no-repeat center center/cover;
}
.feature__inner--center .look-area--02 .look-ttl {
  color: #E8A0A6;
}
.feature__inner--center .look-area--02 .look-img {
  margin-top: 6.1rem;
}
.feature__inner--center .look-area--02 .howtouse {
  color: #E8A0A6;
}
.feature__inner--center .look-area--02 .accordion_wrap .accordion_ttl {
  color: #E8A0A6;
}
.feature__inner--center .look-area--02 .accordion_wrap .accordion_btn {
  color: #E8A0A6;
}
.feature__inner--center .look-area--02 .accordion_wrap .accordion_btn::before {
  color: #E8A0A6;
}
.feature__inner--center .look-area--02 .look-all {
  background: #E8A0A6;
}
.feature__inner--center .look-area--03 {
  position: relative;
  padding-top: 9.5rem;
  padding-bottom: 9.6rem;
}
.feature__inner--center .look-area--03::before {
  content: "";
  background: url(../img/look3-bg.jpg) no-repeat center center/cover;
}
.feature__inner--center .look-area--03 .look-ttl {
  color: #E28874;
}
.feature__inner--center .look-area--03 .look-img {
  margin-top: 6.4rem;
}
.feature__inner--center .look-area--03 .howtouse {
  color: #E28874;
}
.feature__inner--center .look-area--03 .accordion_wrap .accordion_ttl {
  color: #E28874;
}
.feature__inner--center .look-area--03 .accordion_wrap .accordion_btn {
  color: #E28874;
}
.feature__inner--center .look-area--03 .accordion_wrap .accordion_btn::before {
  color: #E28874;
}
.feature__inner--center .look-area--03 .look-all {
  background: #E28874;
}
.feature__inner--center .foot-area {
  position: relative;
  z-index: 1;
}
.feature__inner--center .foot-area .foot-wrap {
  position: relative;
}
.feature__inner--center .foot-area .foot-wrap .foot-txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin-top: 28rem;
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .foot-ttl {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  line-height: 0.8;
  letter-spacing: 0.1em;
  color: #619DC6;
  text-shadow: 0 0 0.8rem rgba(255, 255, 255, 0.8);
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .foot-day {
  font-family: hiragino-kaku-gothic-pron, pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.24rem;
  line-height: 1.3571428571;
  letter-spacing: 0.15em;
  color: #619DC6;
  margin-top: 4.3rem;
  text-shadow: 0 0 0.8rem rgba(255, 255, 255, 0.8);
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .foot-day span {
  font-size: 2.08rem;
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .foot-webstore, .feature__inner--center .foot-area .foot-wrap .foot-txt .foot-store {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.92rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #619DC6;
  text-shadow: 0 0 0.8rem rgba(255, 255, 255, 0.8);
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .foot-webstore {
  margin-top: 3.2rem;
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .foot-store {
  margin-top: 3rem;
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .webstore, .feature__inner--center .foot-area .foot-wrap .foot-txt .store {
  font-family: hiragino-kaku-gothic-pron, pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.76rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #619DC6;
  text-shadow: 0 0 0.8rem rgba(255, 255, 255, 0.8);
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .webstore span, .feature__inner--center .foot-area .foot-wrap .foot-txt .store span {
  font-size: 1.6rem;
  line-height: 2.2;
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .webstore {
  margin-top: 0.7rem;
}
.feature__inner--center .foot-area .foot-wrap .foot-txt .store {
  margin-top: 0.8rem;
}
.feature__inner--center .foot-area .foot-all {
  position: relative;
}
.feature__inner--center .foot-area .foot-all .foot-all-link {
  background: #fff;
  width: 48rem;
  height: 9.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature__inner--center .foot-area .foot-all .foot-all-link a {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.92rem;
  line-height: 1.34;
  letter-spacing: 0.1em;
  color: #619DC6;
}
.feature__inner--center .foot-area .foot-all .foot-all-link a span {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.52rem;
  line-height: 1.0909090909;
  letter-spacing: 0.1em;
}

section {
  scroll-margin-top: 80px;
  position: relative;
}

#look {
  scroll-margin-top: 80px;
}/*# sourceMappingURL=style.css.map */