@charset "UTF-8";
/*++++++++++++++++++++++++++++++
 * LP用 グリッド
 *++++++++++++++++++++++++++++++*/
.lp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -20px;
}
.lp-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lp-col, .lp-col--6of6, .lp-col--5of6, .lp-col--4of6, .lp-col--3of6, .lp-col--2of6, .lp-col--1of6, .lp-col--5of5, .lp-col--4of5, .lp-col--3of5, .lp-col--2of5, .lp-col--1of5, .lp-col--4of4, .lp-col--3of4, .lp-col--2of4, .lp-col--1of4, .lp-col--3of3, .lp-col--2of3, .lp-col--1of3, .lp-col--2of2, .lp-col--1of2, .lp-col--auto {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  margin: 0 0 40px 0;
  padding: 0 20px;
}
.lp-row:last-child .lp-col, .lp-row:last-child .lp-col--6of6, .lp-row:last-child .lp-col--5of6, .lp-row:last-child .lp-col--4of6, .lp-row:last-child .lp-col--3of6, .lp-row:last-child .lp-col--2of6, .lp-row:last-child .lp-col--1of6, .lp-row:last-child .lp-col--5of5, .lp-row:last-child .lp-col--4of5, .lp-row:last-child .lp-col--3of5, .lp-row:last-child .lp-col--2of5, .lp-row:last-child .lp-col--1of5, .lp-row:last-child .lp-col--4of4, .lp-row:last-child .lp-col--3of4, .lp-row:last-child .lp-col--2of4, .lp-row:last-child .lp-col--1of4, .lp-row:last-child .lp-col--3of3, .lp-row:last-child .lp-col--2of3, .lp-row:last-child .lp-col--1of3, .lp-row:last-child .lp-col--2of2, .lp-row:last-child .lp-col--1of2, .lp-row:last-child .lp-col--auto {
  margin-bottom: 0;
}
.lp-col--auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.lp-col > *:last-child, .lp-col--6of6 > *:last-child, .lp-col--5of6 > *:last-child, .lp-col--4of6 > *:last-child, .lp-col--3of6 > *:last-child, .lp-col--2of6 > *:last-child, .lp-col--1of6 > *:last-child, .lp-col--5of5 > *:last-child, .lp-col--4of5 > *:last-child, .lp-col--3of5 > *:last-child, .lp-col--2of5 > *:last-child, .lp-col--1of5 > *:last-child, .lp-col--4of4 > *:last-child, .lp-col--3of4 > *:last-child, .lp-col--2of4 > *:last-child, .lp-col--1of4 > *:last-child, .lp-col--3of3 > *:last-child, .lp-col--2of3 > *:last-child, .lp-col--1of3 > *:last-child, .lp-col--2of2 > *:last-child, .lp-col--1of2 > *:last-child, .lp-col--auto > *:last-child {
  margin-bottom: 0;
}
.lp-row--nowrap .lp-col, .lp-row--nowrap .lp-col--6of6, .lp-row--nowrap .lp-col--5of6, .lp-row--nowrap .lp-col--4of6, .lp-row--nowrap .lp-col--3of6, .lp-row--nowrap .lp-col--2of6, .lp-row--nowrap .lp-col--1of6, .lp-row--nowrap .lp-col--5of5, .lp-row--nowrap .lp-col--4of5, .lp-row--nowrap .lp-col--3of5, .lp-row--nowrap .lp-col--2of5, .lp-row--nowrap .lp-col--1of5, .lp-row--nowrap .lp-col--4of4, .lp-row--nowrap .lp-col--3of4, .lp-row--nowrap .lp-col--2of4, .lp-row--nowrap .lp-col--1of4, .lp-row--nowrap .lp-col--3of3, .lp-row--nowrap .lp-col--2of3, .lp-row--nowrap .lp-col--1of3, .lp-row--nowrap .lp-col--2of2, .lp-row--nowrap .lp-col--1of2, .lp-row--nowrap .lp-col--auto {
  padding: 0 20px;
}

.lp-col--1of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.lp-row--nowrap .lp-col--1of2 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50% !important;
}

.lp-col--2of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.lp-row--nowrap .lp-col--2of2 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

.lp-col--1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.lp-row--nowrap .lp-col--1of3 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 33.3333333333% !important;
          flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}

.lp-col--2of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.lp-row--nowrap .lp-col--2of3 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 66.6666666667% !important;
          flex: 0 0 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}

.lp-col--3of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.lp-row--nowrap .lp-col--3of3 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

.lp-col--1of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.lp-row--nowrap .lp-col--1of4 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
  max-width: 25% !important;
}

.lp-col--2of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.lp-row--nowrap .lp-col--2of4 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50% !important;
}

.lp-col--3of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.lp-row--nowrap .lp-col--3of4 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
  max-width: 75% !important;
}

.lp-col--4of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.lp-row--nowrap .lp-col--4of4 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

.lp-col--1of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.lp-row--nowrap .lp-col--1of5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  max-width: 20% !important;
}

.lp-col--2of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.lp-row--nowrap .lp-col--2of5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
  max-width: 40% !important;
}

.lp-col--3of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.lp-row--nowrap .lp-col--3of5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60% !important;
          flex: 0 0 60% !important;
  max-width: 60% !important;
}

.lp-col--4of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.lp-row--nowrap .lp-col--4of5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80% !important;
          flex: 0 0 80% !important;
  max-width: 80% !important;
}

.lp-col--5of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.lp-row--nowrap .lp-col--5of5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

.lp-col--1of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.lp-row--nowrap .lp-col--1of6 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16.6666666667% !important;
          flex: 0 0 16.6666666667% !important;
  max-width: 16.6666666667% !important;
}

.lp-col--2of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.lp-row--nowrap .lp-col--2of6 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 33.3333333333% !important;
          flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}

.lp-col--3of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.lp-row--nowrap .lp-col--3of6 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50% !important;
}

.lp-col--4of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.lp-row--nowrap .lp-col--4of6 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 66.6666666667% !important;
          flex: 0 0 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}

.lp-col--5of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.lp-row--nowrap .lp-col--5of6 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 83.3333333333% !important;
          flex: 0 0 83.3333333333% !important;
  max-width: 83.3333333333% !important;
}

.lp-col--6of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.lp-row--nowrap .lp-col--6of6 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* ---------------------------------------------------------------------
  ボタン
 --------------------------------------------------------------------- */
.lp-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  border-collapse: separate;
  border: 1px solid #5c5a5a;
  background: #fff;
  width: 100%;
  max-width: 320px;
  min-height: 64px;
  color: #231815;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
}
.lp-btn .lp-btn__text {
  display: table-cell;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1.366;
  padding: 0 10px;
  position: relative;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.lp-btn .lp-btn__text:after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp-btn:hover {
  border-color: #999;
  text-decoration: none;
}
.lp-btn:hover .lp-btn__text {
  opacity: 0.6;
}

.lp-btn--strong {
  background: #5c5a5a;
  border: none;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}
.android .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}
.lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}
.lp-btn--strong:hover {
  background-color: #999;
}
.lp-btn--strong:hover .lp-btn__text {
  opacity: 1;
}

.lp-btn--small {
  min-height: auto;
}
.lp-btn--small .lp-btn__text {
  font-size: 0.875rem;
}

.lp-btnWrap--center .lp-btn {
  margin-right: auto;
  margin-left: auto;
}
.lp-btnWrap--right .lp-btn {
  margin: 0 0 0 auto;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main .container {
  padding: 0;
  max-width: none;
}

.breadcrumb {
  padding: 10px 6.25vw 0;
  max-width: 1440px;
}

.feature-230901 {
  background-color: #f9f7f6;
}
.feature-230901 img {
  width: 100%;
  height: auto;
}
.feature-230901 .section__interaction {
  color: #c96f58;
  background-color: #f9f7f6;
  position: fixed;
  z-index: 1020;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.feature-230901 .section__interaction__inner {
  margin-top: 50px;
}
.feature-230901 .section__interaction p {
  width: 340px;
}
.feature-230901 .section__interaction p span {
  font-size: 60px;
  font-weight: 100;
}
.feature-230901 .section__interaction h1 {
  font-size: 14px;
}
.feature-230901 .section__kv {
  width: 100%;
  background-color: #ffffff;
}
.feature-230901 .section__kv__figure {
  margin: 70px auto 0;
  -webkit-transition: 0s all;
  transition: 0s all;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.feature-230901 .section__kv__figure img {
  height: auto;
  -webkit-transition: opacity 1s ease, -webkit-transform 8s ease;
  transition: opacity 1s ease, -webkit-transform 8s ease;
  transition: opacity 1s ease, transform 8s ease;
  transition: opacity 1s ease, transform 8s ease, -webkit-transform 8s ease;
}
.feature-230901 .section__kv__figure.is-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-230901 .section__kv__inner {
  max-width: 1280px;
  max-height: 560px;
  min-height: 450px;
  height: 44vw;
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}
.feature-230901 .section__kv__inner::before {
  position: absolute;
  content: "";
  top: 68%;
  left: 0;
  display: block;
  width: 162px;
  height: 352px;
  background-image: url(/contents/feature/images/230901/images-kv-product01.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
}
.feature-230901 .section__kv__inner::after {
  position: absolute;
  content: "";
  top: 68%;
  right: 0;
  display: block;
  width: 162px;
  height: 352px;
  background-image: url(/contents/feature/images/230901/images-kv-product02.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
}
.feature-230901 .section__kv__inner.is-active .section__kv__figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-230901 .section__kv__inner.is-active::before, .feature-230901 .section__kv__inner.is-active::after {
  -webkit-transition: opacity 4s ease;
  transition: opacity 4s ease;
  opacity: 1;
}
.feature-230901 .section__kv__date {
  background-color: #c96f58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 70px;
  width: 128px;
  height: 128px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
}
.feature-230901 .section__kv__date img {
  width: 50%;
}
.feature-230901 .section__kv__date span {
  font-size: 16px;
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}
.feature-230901 .section__kv__date span:nth-child(2) {
  font-size: 32px;
  letter-spacing: -0.06em;
  line-height: 0.65;
}
.feature-230901 .section__kv__wave {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0%;
}
.feature-230901 .section__gradation__inner {
  background-color: #fff;
  padding: 65px 150px 60px;
  height: 630px;
  margin-bottom: 380px;
  position: relative;
}
.feature-230901 .section__gradation__inner::before {
  position: absolute;
  content: "";
  top: 210px;
  right: 0;
  display: block;
  width: 162px;
  height: 352px;
  background-image: url("/contents/feature/images/230901/images-gradation-bg01.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.feature-230901 .section__gradation__inner::after {
  position: absolute;
  content: "";
  bottom: -130px;
  left: 0;
  display: block;
  width: 239px;
  height: 369px;
  background-image: url("/contents/feature/images/230901/images-gradation-bg02.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.feature-230901 .section__gradation__read {
  font-size: 20px;
  color: #8b5749;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.feature-230901 .section__gradation__read.is-show {
  opacity: 1;
}
.feature-230901 .section__gradation__heading {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
  font-size: 60px;
  color: #8b5749;
  line-height: 0.833;
  text-align: center;
  width: 590px;
  margin: 10px auto 20px;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.feature-230901 .section__gradation__heading.is-show {
  opacity: 1;
}
.feature-230901 .section__gradation__text {
  font-size: 20px;
  text-align: center;
  line-height: 2.4;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  z-index: 3;
  position: relative;
}
.feature-230901 .section__gradation__text.is-show {
  opacity: 1;
}
.feature-230901 .section__gradation__figure {
  max-width: 726px;
  margin: 70px auto 0;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  z-index: 3;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.feature-230901 .section__gradation__figure img {
  height: auto;
  -webkit-transition: opacity 1s ease, -webkit-transform 8s ease;
  transition: opacity 1s ease, -webkit-transform 8s ease;
  transition: opacity 1s ease, transform 8s ease;
  transition: opacity 1s ease, transform 8s ease, -webkit-transform 8s ease;
}
.feature-230901 .section__gradation__figure.is-scaleup img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-230901 .section__gradation__figure.is-show {
  opacity: 1;
}
.feature-230901 .section__lineup {
  background-color: #fff;
}
.feature-230901 .section__lineup__inner {
  z-index: 2;
  position: relative;
  padding: 55px 20px 0px;
  background-color: #ffffff;
}
.feature-230901 .section__lineup__inner:last-child {
  padding-top: 40px;
  background-color: #f9f7f6;
}
.feature-230901 .section__lineup__spacer {
  margin-top: 100px;
}
.feature-230901 .section__lineup__headinner {
  width: 440px;
  height: 340px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0px auto -350px;
  padding: 40px 0 45px;
  position: relative;
  top: -62px;
  z-index: 1;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
.feature-230901 .section__lineup__headinner.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.feature-230901 .section__lineup__read {
  font-size: 14px;
  color: #8b5749;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1.4;
}
.feature-230901 .section__lineup__read::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #8b5749;
  position: absolute;
  bottom: -25%;
  left: 48%;
}
.feature-230901 .section__lineup__heading {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
  font-size: 48px;
  color: #8b5749;
  line-height: 0.833;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 100;
  width: 270px;
}
.feature-230901 .section__lineup__subheading {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 0.833;
  text-align: center;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.feature-230901 .section__lineup__subheading.is-show {
  opacity: 1;
}
.feature-230901 .section__lineup__subread {
  font-size: 16px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.feature-230901 .section__lineup__subread.is-show {
  opacity: 1;
}
.feature-230901 .section__lineup__tag {
  font-size: 12px;
  font-weight: bold;
  color: #8b5749;
  border: 1px solid #8b5749;
  border-radius: 50px;
  padding: 3px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.feature-230901 .section__lineup__tag.is-show {
  opacity: 1;
}
.feature-230901 .section__lineup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 68px auto 60px;
}
.feature-230901 .section__lineup__col {
  width: calc(50% - 100px);
  padding: 0 50px;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.feature-230901 .section__lineup__col.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.feature-230901 .section__lineup__col:last-child {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.feature-230901 .section__lineup__col__inner {
  position: relative;
  margin-bottom: 20px;
}
.feature-230901 .section__lineup__limited {
  background-color: #c96f58;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  width: 94px;
  height: 94px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  top: -24px;
  left: -20px;
}
.feature-230901 .section__lineup__main {
  margin-bottom: 50px;
}
.feature-230901 .section__lineup__title {
  position: absolute;
  width: 50%;
  bottom: -14px;
  left: -13px;
}
.feature-230901 .section__lineup__title.title01 {
  width: 60%;
}
.feature-230901 .section__lineup__title.title02 {
  width: 70%;
}
.feature-230901 .section__lineup__title.title03 {
  width: 65%;
}
.feature-230901 .section__lineup__title.title04 {
  width: 65%;
}
.feature-230901 .section__lineup__product {
  width: 42%;
  position: absolute;
  bottom: -64px;
  right: -34px;
}
.feature-230901 .section__lineup__product.product01 {
  width: 44%;
}
.feature-230901 .section__lineup__product.product02 {
  width: 40%;
}
.feature-230901 .section__lineup__product.product03 {
  width: 60%;
  bottom: -90px;
  right: -86px;
}
.feature-230901 .section__lineup__product.product04 {
  width: 50%;
  bottom: -90px;
  right: -56px;
}
.feature-230901 .section__lineup__product__jpn {
  font-size: 16px;
  font-weight: bold;
}
.feature-230901 .section__lineup__product__jpn.color01 {
  color: #c96f58;
}
.feature-230901 .section__lineup__product__jpn.color02 {
  color: #61814a;
}
.feature-230901 .section__lineup__product__jpn.color03 {
  color: #a85d49;
}
.feature-230901 .section__lineup__product__jpn.color04 {
  color: #808d71;
}
.feature-230901 .section__debut__inner {
  height: 366px;
  background-image: url(/contents/feature/images/230901/images-debut.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-230901 .section__debut__heading {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  margin: 0 100px;
  padding-top: 100px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 220px;
}
.feature-230901 .section__debut__heading.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.feature-230901 .section__debut__heading span {
  font-size: 72px;
  letter-spacing: -6px;
}
.feature-230901 .lp-btn--strong {
  background: #8b5749;
  border: none;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.feature-230901 .lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}
.android .feature-230901 .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}
.feature-230901 .lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}
.feature-230901 .lp-btn--strong .lp-btn__text--none-arrow {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}
.android .feature-230901 .lp-btn--strong .lp-btn__text--none-arrow {
  font-weight: 700;
}
.feature-230901 .lp-btn--strong .lp-btn__text--none-arrow::after {
  border-color: #fff;
  display: none;
}
.feature-230901 .lp-btn--strong:hover {
  background-color: #c96f58;
}
.feature-230901 .lp-btn--strong:hover .lp-btn__text {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .lp-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin: 0;
  }
  .lp-row--nowrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .lp-col, .lp-col--6of6, .lp-col--5of6, .lp-col--4of6, .lp-col--3of6, .lp-col--2of6, .lp-col--1of6, .lp-col--5of5, .lp-col--4of5, .lp-col--3of5, .lp-col--2of5, .lp-col--1of5, .lp-col--4of4, .lp-col--3of4, .lp-col--2of4, .lp-col--1of4, .lp-col--3of3, .lp-col--2of3, .lp-col--1of3, .lp-col--2of2, .lp-col--1of2, .lp-col--auto {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .lp-col:last-child, .lp-col--6of6:last-child, .lp-col--5of6:last-child, .lp-col--4of6:last-child, .lp-col--3of6:last-child, .lp-col--2of6:last-child, .lp-col--1of6:last-child, .lp-col--5of5:last-child, .lp-col--4of5:last-child, .lp-col--3of5:last-child, .lp-col--2of5:last-child, .lp-col--1of5:last-child, .lp-col--4of4:last-child, .lp-col--3of4:last-child, .lp-col--2of4:last-child, .lp-col--1of4:last-child, .lp-col--3of3:last-child, .lp-col--2of3:last-child, .lp-col--1of3:last-child, .lp-col--2of2:last-child, .lp-col--1of2:last-child, .lp-col--auto:last-child {
    margin-bottom: 40px;
  }
  .lp-row:last-child .lp-col, .lp-row:last-child .lp-col--6of6, .lp-row:last-child .lp-col--5of6, .lp-row:last-child .lp-col--4of6, .lp-row:last-child .lp-col--3of6, .lp-row:last-child .lp-col--2of6, .lp-row:last-child .lp-col--1of6, .lp-row:last-child .lp-col--5of5, .lp-row:last-child .lp-col--4of5, .lp-row:last-child .lp-col--3of5, .lp-row:last-child .lp-col--2of5, .lp-row:last-child .lp-col--1of5, .lp-row:last-child .lp-col--4of4, .lp-row:last-child .lp-col--3of4, .lp-row:last-child .lp-col--2of4, .lp-row:last-child .lp-col--1of4, .lp-row:last-child .lp-col--3of3, .lp-row:last-child .lp-col--2of3, .lp-row:last-child .lp-col--1of3, .lp-row:last-child .lp-col--2of2, .lp-row:last-child .lp-col--1of2, .lp-row:last-child .lp-col--auto {
    margin-bottom: 20px;
  }
  .lp-row:last-child .lp-col:last-child, .lp-row:last-child .lp-col--6of6:last-child, .lp-row:last-child .lp-col--5of6:last-child, .lp-row:last-child .lp-col--4of6:last-child, .lp-row:last-child .lp-col--3of6:last-child, .lp-row:last-child .lp-col--2of6:last-child, .lp-row:last-child .lp-col--1of6:last-child, .lp-row:last-child .lp-col--5of5:last-child, .lp-row:last-child .lp-col--4of5:last-child, .lp-row:last-child .lp-col--3of5:last-child, .lp-row:last-child .lp-col--2of5:last-child, .lp-row:last-child .lp-col--1of5:last-child, .lp-row:last-child .lp-col--4of4:last-child, .lp-row:last-child .lp-col--3of4:last-child, .lp-row:last-child .lp-col--2of4:last-child, .lp-row:last-child .lp-col--1of4:last-child, .lp-row:last-child .lp-col--3of3:last-child, .lp-row:last-child .lp-col--2of3:last-child, .lp-row:last-child .lp-col--1of3:last-child, .lp-row:last-child .lp-col--2of2:last-child, .lp-row:last-child .lp-col--1of2:last-child, .lp-row:last-child .lp-col--auto:last-child {
    margin-bottom: 0;
  }
  .lp-row--nowrap .lp-col, .lp-row--nowrap .lp-col--6of6, .lp-row--nowrap .lp-col--5of6, .lp-row--nowrap .lp-col--4of6, .lp-row--nowrap .lp-col--3of6, .lp-row--nowrap .lp-col--2of6, .lp-row--nowrap .lp-col--1of6, .lp-row--nowrap .lp-col--5of5, .lp-row--nowrap .lp-col--4of5, .lp-row--nowrap .lp-col--3of5, .lp-row--nowrap .lp-col--2of5, .lp-row--nowrap .lp-col--1of5, .lp-row--nowrap .lp-col--4of4, .lp-row--nowrap .lp-col--3of4, .lp-row--nowrap .lp-col--2of4, .lp-row--nowrap .lp-col--1of4, .lp-row--nowrap .lp-col--3of3, .lp-row--nowrap .lp-col--2of3, .lp-row--nowrap .lp-col--1of3, .lp-row--nowrap .lp-col--2of2, .lp-row--nowrap .lp-col--1of2, .lp-row--nowrap .lp-col--auto {
    padding: 0 10px;
  }
  .lp-row--nowrap .lp-col:first-child, .lp-row--nowrap .lp-col--6of6:first-child, .lp-row--nowrap .lp-col--5of6:first-child, .lp-row--nowrap .lp-col--4of6:first-child, .lp-row--nowrap .lp-col--3of6:first-child, .lp-row--nowrap .lp-col--2of6:first-child, .lp-row--nowrap .lp-col--1of6:first-child, .lp-row--nowrap .lp-col--5of5:first-child, .lp-row--nowrap .lp-col--4of5:first-child, .lp-row--nowrap .lp-col--3of5:first-child, .lp-row--nowrap .lp-col--2of5:first-child, .lp-row--nowrap .lp-col--1of5:first-child, .lp-row--nowrap .lp-col--4of4:first-child, .lp-row--nowrap .lp-col--3of4:first-child, .lp-row--nowrap .lp-col--2of4:first-child, .lp-row--nowrap .lp-col--1of4:first-child, .lp-row--nowrap .lp-col--3of3:first-child, .lp-row--nowrap .lp-col--2of3:first-child, .lp-row--nowrap .lp-col--1of3:first-child, .lp-row--nowrap .lp-col--2of2:first-child, .lp-row--nowrap .lp-col--1of2:first-child, .lp-row--nowrap .lp-col--auto:first-child {
    padding-left: 0;
  }
  .lp-row--nowrap .lp-col:last-child, .lp-row--nowrap .lp-col--6of6:last-child, .lp-row--nowrap .lp-col--5of6:last-child, .lp-row--nowrap .lp-col--4of6:last-child, .lp-row--nowrap .lp-col--3of6:last-child, .lp-row--nowrap .lp-col--2of6:last-child, .lp-row--nowrap .lp-col--1of6:last-child, .lp-row--nowrap .lp-col--5of5:last-child, .lp-row--nowrap .lp-col--4of5:last-child, .lp-row--nowrap .lp-col--3of5:last-child, .lp-row--nowrap .lp-col--2of5:last-child, .lp-row--nowrap .lp-col--1of5:last-child, .lp-row--nowrap .lp-col--4of4:last-child, .lp-row--nowrap .lp-col--3of4:last-child, .lp-row--nowrap .lp-col--2of4:last-child, .lp-row--nowrap .lp-col--1of4:last-child, .lp-row--nowrap .lp-col--3of3:last-child, .lp-row--nowrap .lp-col--2of3:last-child, .lp-row--nowrap .lp-col--1of3:last-child, .lp-row--nowrap .lp-col--2of2:last-child, .lp-row--nowrap .lp-col--1of2:last-child, .lp-row--nowrap .lp-col--auto:last-child {
    padding-right: 0;
  }
  .lp-col--1of2 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--1of2-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .lp-col--2of2 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--2of2-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .lp-col--1of3 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--1of3-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.3333333333% !important;
            flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .lp-col--2of3 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--2of3-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.6666666667% !important;
            flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .lp-col--3of3 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--3of3-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .lp-col--1of4 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--1of4-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .lp-col--2of4 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--2of4-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .lp-col--3of4 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--3of4-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .lp-col--4of4 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--4of4-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .lp-col--1of5 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--1of5-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .lp-col--2of5 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--2of5-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 40% !important;
            flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .lp-col--3of5 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--3of5-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 60% !important;
            flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .lp-col--4of5 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--4of5-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 80% !important;
            flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .lp-col--5of5 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--5of5-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .lp-col--1of6 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--1of6-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.6666666667% !important;
            flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .lp-col--2of6 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--2of6-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.3333333333% !important;
            flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .lp-col--3of6 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--3of6-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .lp-col--4of6 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--4of6-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.6666666667% !important;
            flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .lp-col--5of6 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--5of6-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.3333333333% !important;
            flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .lp-col--6of6 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
  }
  .lp-col--6of6-sp {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .lp-btn {
    text-decoration: none;
    padding: 12px;
  }
  .lp-btn:hover {
    border-color: #5c5a5a;
  }
  .lp-btn:hover .lp-btn__text {
    opacity: 1;
  }
  .lp-btn--strong:hover {
    background-color: #5c5a5a;
  }
  .forpc {
    display: none !important;
  }
  .feature-230901 .section__interaction__inner {
    margin-top: 100px;
  }
  .feature-230901 .section__kv__figure {
    margin-top: 20px;
  }
  .feature-230901 .section__kv__inner {
    max-height: 1155px;
    height: 151vw;
  }
  .feature-230901 .section__kv__inner::before {
    top: 27%;
    right: 9%;
    left: initial;
    width: 25%;
  }
  .feature-230901 .section__kv__inner::after {
    top: 81%;
    left: 4%;
    right: initial;
    width: 25%;
  }
  .feature-230901 .section__kv__date {
    width: 100px;
    height: 100px;
    top: initial;
    right: 25px;
    left: initial;
    bottom: -50px;
    z-index: 1;
  }
  .feature-230901 .section__gradation__inner {
    height: 530px;
    padding: 70px 20px 0;
    margin-bottom: 200px;
  }
  .feature-230901 .section__gradation__inner::before {
    top: 170px;
    right: 0;
    width: 62px;
    height: 136px;
  }
  .feature-230901 .section__gradation__inner::after {
    bottom: -110px;
    left: -30px;
    width: 129px;
    height: 369px;
  }
  .feature-230901 .section__gradation__read {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
  }
  .feature-230901 .section__gradation__heading {
    font-size: 36px;
    letter-spacing: -2px;
    width: 100%;
    max-width: 335px;
    margin: 10px auto 20px;
  }
  .feature-230901 .section__gradation__text {
    font-size: 14px;
  }
  .feature-230901 .section__gradation__figure {
    margin-top: 20px;
    bottom: -7%;
    max-width: 400px;
  }
  .feature-230901 .section__lineup__inner:last-child {
    padding-top: 10px;
  }
  .feature-230901 .section__lineup__inner {
    padding: 55px 20px 0;
  }
  .feature-230901 .section__lineup__spacer {
    margin-top: 50px;
  }
  .feature-230901 .section__lineup__headinner {
    width: 108%;
    margin: 0px -4% -350px -4%;
    padding: 40px 0 40px;
  }
  .feature-230901 .section__lineup__read {
    letter-spacing: 1.2px;
  }
  .feature-230901 .section__lineup__heading {
    font-size: 36px;
    width: 195px;
    margin: 0 auto 0;
  }
  .feature-230901 .section__lineup__subheading {
    font-size: 24px;
    line-height: 1.2;
  }
  .feature-230901 .section__lineup__subread {
    font-size: 14px;
  }
  .feature-230901 .section__lineup__row {
    display: block;
    margin: 34px auto 60px;
  }
  .feature-230901 .section__lineup__col:last-child {
    -webkit-transition-delay: initial;
            transition-delay: initial;
    margin-top: 60px;
  }
  .feature-230901 .section__lineup__col {
    width: 90%;
    max-width: 500px;
    padding: 0 5%;
    margin: 0 auto;
  }
  .feature-230901 .section__lineup__limited {
    width: 74px;
    height: 74px;
  }
  .feature-230901 .section__lineup__main {
    margin-bottom: 30px;
  }
  .feature-230901 .section__lineup__product.product01 {
    bottom: -21%;
    right: -12%;
  }
  .feature-230901 .section__lineup__product.product02 {
    bottom: -21%;
    right: -10%;
  }
  .feature-230901 .section__lineup__product.product03 {
    bottom: -21%;
    right: -23%;
    width: 60%;
  }
  .feature-230901 .section__lineup__product.product04 {
    bottom: -21%;
    right: -15%;
    width: 50%;
  }
  .feature-230901 .section__debut__inner {
    margin-top: 120px;
    height: 215px;
    background-image: url(/contents/feature/images/230901/images-debut-sp.png);
  }
  .feature-230901 .section__debut__heading {
    margin: 0 30px;
    padding-top: 60px;
    font-size: 20px;
  }
  .feature-230901 .section__debut__heading span {
    font-size: 36px;
    letter-spacing: -0.06em;
    line-height: 0;
  }
}
@media screen and (min-width: 769px) {
  .forsp {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .feature-230901 .section__interaction p {
    width: 240px;
  }
  .feature-230901 .section__interaction p span {
    font-size: 50px;
  }
  .feature-230901 .section__interaction h1 {
    font-size: 10px;
  }
}
/*# sourceMappingURL=230901.css.map */



/* 
以下 改修スタイル
------------------------------------------------------------*/
.feature-230901 .itemCheck,
.feature-230901 .eyebrow,
.feature-230901 .eyebrow,
.feature-230901 .baseMakeup,
.feature-230901 .closing {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

.feature-230901 .lp-btn {
  max-width: 330px;
  min-height: 86px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .feature-230901 .lp-btn {
    min-height: 75px;
  }
}

.feature-230901 .lp-btn .lp-btn__text {
  font-weight: bold;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 769px) {
  .feature-230901 .lp-btn .lp-btn__text {
    font-size: 14px;
  }
}

.feature-230901 .itemCheck {
  margin-top: 140px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .itemCheck {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.feature-230901 .itemCheck__ttl {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.feature-230901 .itemCheck__ttl img {
  max-width: 100%;
}

.feature-230901 .itemCheck__links {
  display: flex;
  justify-content: center;
  margin: 50px -20px 0;
}

@media screen and (max-width: 769px) {
  .feature-230901 .itemCheck__links {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 769px) {
  .feature-230901 .itemCheck__item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 769px) {
  .feature-230901 .itemCheck__item:last-child {
    margin-bottom: 0;
  }
}

.feature-230901 .itemCheck__link {
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 5px;
  min-width: 320px;
  height: 90px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .feature-230901 .itemCheck__link {
    padding-left: 5px;
    padding-right: 5px;
    height: 75px;
  }
}

.feature-230901 .itemCheck__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  background: url("/contents/feature/images/230901/bg-link-arrow-next-white.png") center center/contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}

.feature-230901 .itemCheck__link.cRed {
  background-color: #b63b49;
  color: #fff;
}

.feature-230901 .itemCheck__link.cGreen {
  background-color: #768b45;
  color: #fff;
}

.feature-230901 .itemCheck__link.cBrown {
  background-color: #d6713a;
  color: #fff;
}

.feature-230901 .itemCheck__txt--sb {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .itemCheck__txt--sb {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}

.feature-230901 .itemCheck__txt {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .feature-230901 .itemCheck__txt {
    font-size: 17px;
    letter-spacing: -0.04em;
  }
}

.feature-230901 .eyeMake__ttlBox {
  padding-top: 160px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMake__ttlBox {
    padding-top: 107px;
  }
}

.feature-230901 .eyeMake__ttlBoxInner,
.feature-230901 .eyebrow__ttlBoxInner,
.feature-230901 .baseMakeup__ttlBoxInner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.feature-230901 .eyeMake__inner {
  padding-top: 111px;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMake__inner {
    padding-top: 0;
  }
}

.feature-230901 .eyeMake__ttlBoxInner::before,
.feature-230901 .eyebrow__ttlBoxInner::before,
.feature-230901 .baseMakeup__ttlBoxInner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 616px;
  height: 616px;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMake__ttlBoxInner::before,
  .feature-230901 .eyebrow__ttlBoxInner::before,
  .feature-230901 .baseMakeup__ttlBoxInner::before {
    width: 108%;
    height: 435px;
  }
}

.feature-230901 .eyeMake__ttlBoxInner::after,
.feature-230901 .eyebrow__ttlBoxInner::after,
.feature-230901 .baseMakeup__ttlBoxInner::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
}

.feature-230901 .eyeMake__ttl,
.feature-230901 .eyebrow__ttl {
  position: relative;
  padding-top: 45px;
  margin: 0 auto;
  max-width: 315px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMake__ttl,
  .feature-230901 .eyebrow__ttl {
    max-width: 250px;
  }
}

.feature-230901 .eyeMake__ttl span,
.feature-230901 .eyebrow__ttl span,
.feature-230901 .baseMakeup__ttl span {
  display: inline-block;
  margin-bottom: 5px;
  color: #ca3043;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.78;
  font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","YuGothic Medium","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMake__ttl span,
  .feature-230901 .eyebrow__ttl span,
  .feature-230901 .baseMakeup__ttl span {
    margin-bottom: 14px;
  }
}

.feature-230901 .look {
  position: relative;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look {
    padding-top: 164px;
  }
}

.feature-230901 .look__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__inner {
    display: block;
  }
}

.feature-230901 .look__img {
  flex-shrink: 0;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2;
  max-width: 470px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__img {
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 5.33vw);
    max-width: 337px;
  }
}

.feature-230901 .look img ,
.feature-230901 .box__colImg img {
  max-width: 100%;
}

.feature-230901 .look__box {
  position: relative;
  z-index: 1;
  padding: 30px 58px 40px 520px;
  max-width: 547px;
}
@media screen and (max-width: 769px) {
  .feature-230901 .look__box {
    padding: 262px 5.33vw 38.5px;
    max-width: none;
  }
}

.feature-230901 .look__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  width: 100%;
  height: 100%;
  background-color: #fdf4f5;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__box::before {
    margin-right: calc(50% - 50vw);
  }
}

.feature-230901 .look__boxSbTtl {
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans";
  color: #231815;
}

.feature-230901 .look__boxTtl {
  margin-top: 10px;
  max-width: 390px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__boxTtl {
    max-width: 200px;
  }
}

.feature-230901 .look__boxTxt {
  margin-top: 20px;
}

.feature-230901 .look__boxRow {
  display: flex;
  margin-top: 54px;
  margin-left: 20px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__boxRow {
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px auto 0;
    max-width: 639px;
  }
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__boxCol--01 {
    margin-bottom: 36px;
    width: 100%;
  }
}

.feature-230901 .look__boxCol--01 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  width: 66px;
  height: 66px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  background-color: #f6ced3;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__boxCol--01 span {
    margin-top: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #231815;
    background-color: #fff;
    border-radius: 0;
  }
}

.feature-230901 .box__colImg {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.feature-230901 .look__link {
  margin-top: 20px;
  text-align: center;
  word-break: keep-all;
}

.feature-230901 .look__link span {
  font-size: 14px;
  font-weight: bold;
}

.feature-230901 .look__boxCol--02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 216px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__boxCol--02 {
    width: calc(50% - 12.5px);
    max-width: none;
  }
}

.feature-230901 .look__boxCol--03 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 18px;
  max-width: 138px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__boxCol--03 {
    padding-left: 0;
    width: calc(50% - 12.5px);
    max-width: none;
  }
}

.feature-230901 .look__boxCol--03::before {
  content:"";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45px;
  left: -18px;
  background: url("/contents/feature/images/230901/img-eyeMake-or.png") center center/contain;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look__boxCol--03::before {
    top: 9.4vw;
    left: -5px;
  }
}

.feature-230901 .howtouse {
  padding-top: 80px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .howtouse {
    padding: 50px 5.33vw 0;
  }
}

.feature-230901 .howtouse__ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
}

.feature-230901 .howtouse__row {
  display: flex;
  justify-content: center;
  margin: 47px auto 0;
  max-width: 945px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .howtouse__row {
    display: block;
    max-width: 530px;
  }
}

.feature-230901 .howtouse__col:last-child {
  margin-left: 80px;
  width: 58.54%;
}

@media screen and (max-width: 769px) {
  .feature-230901 .howtouse__col:last-child {
    margin-top: 35px;
    margin-left: 0;
    width: auto;
  }
}

.feature-230901 .howtouse__item {
  font-size: 20px;
  color: #ca3043;
}

.feature-230901 .howtouse__item:nth-child(n+2) {
  margin-top: 30px;
}


.feature-230901 .howtouse__item--txt {
  font-size: 14px;
}

.feature-230901 .iconRed {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 1px 1px;
  padding: 1px;
  width: 12px;
  height: 12px;
  font-size: 11px;
  font-weight: bold;
  background-color: #ca3043;
  border-radius: 50%;
  color: #fff;
}

.feature-230901 .useItem {
  position: relative;
  z-index: 1;
  margin: 55px auto 0;
  padding: 36px 48px;
  max-width: 800px;
  border: 1px solid #ca3043;
  box-sizing: border-box;
}

@media screen and (max-width: 769px) {
  .feature-230901 .useItem {
    padding: 30px 20px 20px;
  }
}

.feature-230901 .useItem__ttl {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #ca3043;
  background-color: #fff;
}

.feature-230901 .hiddenInner {
  position: relative;
  overflow: hidden;
  height: 170px;
  min-height: 170px;
  margin-bottom: 20px;
  padding-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .hiddenInner {
    padding-bottom: 70px;
  }
}

.feature-230901 .hiddenInner::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 255, 255, 0)),color-stop(90%,#fff),to(#fff));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 90%,#fff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%,#fff 100%);
  -webkit-transition: opacoty .4s ease;
  transition: opacoty .4s ease;
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .feature-230901 .hiddenInner::before {
    height: 100px;
  }
}

.feature-230901 .slidebtn {
  text-align: center;
}

.feature-230901 .look--02 {
  padding-top: 160px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look--02 {
    padding-top: 190px;
  }
}

.feature-230901 .look--02 .look__boxTtl {
  max-width: 466px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look--02 .look__boxTtl {
    max-width: 288px;
  }
}

.feature-230901 .look--02 .look__box {
  padding-left: 520px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look--02 .look__box {
    padding-left: 5.33vw;
  }
}

.feature-230901 .look--02 .look__box::before {
  left: 65px;
  right: auto;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  margin-left: 0;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look--02 .look__box::before {
    left: 0;
  }
}

.feature-230901 .picup {
  padding-top: 160px;
  background: #fff;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup {
    padding-top: 120px;
  }
}

.feature-230901 .picup__ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: 112px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__ttl {
    max-width: 94px;
  }
}

.feature-230901 .picup__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px 90px;
  max-width: 982px;
  background-color: #fdf4f5;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__inner {
    padding:  67.5px 5.33vw 38.5px;
  }
}

.feature-230901 .picup__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -75px;
  transform: translateX(-50%);
  width: 210px;
  height: 75px;
  background: url("/contents/feature/images/230901/img-pickup-arrow.png");
}

.feature-230901 .picup__sbTtl {
  margin: 25px auto 0;
  max-width: 615px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__sbTtl {
    max-width: 278px;
  }
}

.feature-230901 .picup__row {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__row {
    display: block;
    margin-top: 25px;
  }
}

.feature-230901 .picup__video {
  width: 320px;
}

.feature-230901 .picup__video video {
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__video {
    width: 300px !important;
  }
}

.feature-230901 .picup__col {
  max-width: 440px;
}

.feature-230901 .picup__col img {
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__col {
    margin: 0 auto;
  }
}

.feature-230901 .picup__col:last-child {
  margin-left: 33px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__col:last-child {
    margin-left: auto;
  }  
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__txt {
    margin-top: 40px;
    text-align: center;
  }
}

.feature-230901 .picup__txt span {
  font-size: 20px;
  letter-spacing: -0.04em;
  background: linear-gradient(transparent 65%, #f6ced3 0);
}

.feature-230901 .picup__colImg {
  margin: 40px auto 0;
  max-width: 308px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__colImg {
    margin-top: 30px;
    padding: 0 5.33vw;
    max-width: none;
  }
}

.feature-230901 .picup__lead {
  margin: 104px auto 0;
  max-width: 437px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .picup__lead {
    margin-top: 90px;
    max-width: 300px;
  }
}

.feature-230901 .look--03 {
  padding-top: 118px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look--03 {
    padding-top: 130px;
  }
}

.feature-230901 .look--03 .look__box {
  padding-left: 530px;
  padding-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look--03 .look__boxTtl {
    max-width: 315px
  }
}


@media screen and (max-width: 769px) {
  .feature-230901 .look--03 .look__box {
    padding-left: 5.33vw;
  }
}

.feature-230901 .look--03 .look__img {
  position: absolute;
  left: 0;
  max-width: 530px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look--03 .look__img {
    left: 50%;
    transform: translateX(-50%);
    max-width: 337px;
  }
}

.feature-230901 .look--03 .look__boxRow {
  margin-top: 43px;
}

.feature-230901 .look--03 .look::before {
  max-height: 498px;
}

.feature-230901 .look--03 .useItem {
  margin-top: 87px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .look--03 .useItem {
    margin-top: 50px;
    margin: 50px 5.33vw 0;
  }
}

.feature-230901 .eyebrow__inner {
  padding-top: 140px;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyebrow__inner {
    padding-top: 60px;
  }
}

.feature-230901 .eyebrow__ttlBox {
  padding-top: 130px;
  background-color: #f5efeb;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyebrow__ttlBox {
    padding-top: 60px;
  }
}

.feature-230901 .eyebrow__ttl span {
  color: #68812d;
}

.feature-230901 .eyebrow__ttl {
  max-width: 248px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyebrow__ttl {
    max-width: 200px;
  }
}

.feature-230901 .eyeMakecom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 64px auto 0;
  padding: 0 5.33vw;
  max-width: 1065px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom {
    display: block;
    margin-top: 70px;
  }
}

.feature-230901 .eyeMakecom__item {
  width: calc(50% - 70px);
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__item {
    width: 100%;
  }
}

.feature-230901 .eyeMakecom__item:last-child {
  margin-left: 10vw;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__item:last-child {
    margin-top: 100px;
    margin-left: 0;
  }
}

.feature-230901 .eyeMakecom__ph {
  position: relative;
  max-width: 100%;
  max-height: 460px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__ph {
    max-height: none;
    margin: 0 auto;
    width: 100%;
    max-width: 337px;
  }
}

.feature-230901 .eyeMakecom__ph img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.feature-230901 .eyeMakecom__ph--01::before {
  content: "";
  width: 235px;
  height: 213px;
  position: absolute;
  bottom: -50px;
  right: -70px;
  background: url("/contents/feature/images/230901/img-eyebrow-ph-item-01.png") center center/contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__ph--01::before {
    bottom: -32.5px;
    right: -5.33vw;
    width: 143.5px;
    height: 166px;
    background: url("/contents/feature/images/230901/sp/img-eyebrow-ph-item-01.png") center center/contain;
    background-repeat: no-repeat;
  }
}

.feature-230901 .eyeMakecom__ph--02::before {
  content: "";
  width: 235px;
  height: 213px;
  position: absolute;
  bottom: -50px;
  right: -70px;
  background: url("/contents/feature/images/230901/img-eyebrow-ph-item-02.png") center center/contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__ph--02::before {
    bottom: -32.5px;
    right: -5.33vw;
    width: 143.5px;
    height: 166px;
    background: url("/contents/feature/images/230901/sp/img-eyebrow-ph-item-02.png") center center/contain;
    background-repeat: no-repeat;
  }
}

.feature-230901 .eyeMakecom__ttl--01 {
  margin-top: 40px;
  max-width: 355px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__ttl--01 {
    max-width: 315px;
  }
}

.feature-230901 .eyeMakecom__ttl--02 {
  margin-top: 40px;
  max-width: 355px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__ttl--02 {
    max-width: 315px;
  }
}

.feature-230901 .eyeMakecom__unitImg--01 {
  margin: 20px auto 0;
  max-width: 104px;
}

.feature-230901 .eyeMakecom__unitImg--02 {
  margin: 20px auto 0;
  max-width: 200px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__unitImg--02 {
    max-width: 167px;
  }
}

.feature-230901 .eyeMakecom__box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 1.56vw 2.34vw;
  background-color: #f7f8f4;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__box {
    padding: 12.5px;
  }
}

.feature-230901 .eyeMakecom__box--pinup {
  margin-top: 20px;
  min-height: 120px;
  max-height: 120px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__box--pinup {
    margin-left: -5.33vw;
    margin-right: -5.33vw;
    padding: 35px 5.33vw 42.5px;
    max-height: none;
    min-height: auto;
  }
}

.feature-230901 .eyeMakecom__unit:last-child {
  position: relative;
  margin-left: 15px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__unit:last-child {
    margin-left: 10px;
  }
}

.feature-230901 .eyeMakecom__unit:last-child::before {
  content:"";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 88px;
  left: -28px;
  background: url("/contents/feature/images/230901/img-eyebrow-or.png") center center/contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__unit:last-child::before {
    left: -20px;
    width: 15px;
    height: 15px;
  }
}

.feature-230901 .eyeMakecom__link a {
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__link a {
    font-size: 13px;
  }
}

.feature-230901 .cBeige {
  color: #a88b70;
}

.feature-230901 .cAsh {
  color: #7b8585;
}

.feature-230901 .cBrown {
  color: #795f53;
}

.feature-230901 .cRed {
  color: #a32b39;
}

.feature-230901 .eyeMakecom__lead {
  margin-top: 33px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__lead {
    margin-top: 31px;
  }
}

.feature-230901 .eyeMakecom__lead .cBeige {
  padding: 0.2em 0.5em;
  line-height: 1;
  border: 1px solid #a88b70;
  border-radius: 13.5px;
}

.feature-230901 .eyeMakecom__lead .cAsh {
  margin: 0 0.5em;
  padding: 0.2em 0.5em;
  line-height: 1;
  border: 1px solid #7b8585;
  border-radius: 13.5px;
}

.feature-230901 .eyeMakecom__lead .cBrown {
  padding: 0.2em 0.5em;
  line-height: 1;
  border: 1px solid #795f53;
  border-radius: 13.5px;
}

.feature-230901 .eyeMakecom__lead .cRed {
  margin: 0 0.5em;
  padding: 0.2em 0.5em;
  line-height: 1;
  border: 1px solid #a32b39;
  border-radius: 13.5px;
}

.feature-230901 .eyeMakecom__boxRow {
  display: flex;
}

.feature-230901 .eyeMakecom__boxImg {
  max-width: 115px;
  flex-shrink: 0;
}

@media screen and (max-width: 769px) {
  .feature-230901 .eyeMakecom__boxImg {
    width: 95px;
  }
}

.feature-230901 .eyeMakecom__boxTxt {
  margin-left: 18px;
  letter-spacing: -0.04em;
}

.feature-230901 .othersItem {
  position: relative;
  z-index: 1;
  margin: 50px auto 0;
  padding: 40px 1.5vw 0;
  max-height: 200px;
  min-height: 150px;
  border: 1px solid #688129;
}

@media screen and (max-width: 769px) {
  .feature-230901 .othersItem {
    padding: 30px 5.33vw 20px;
    max-height: none;
    min-height: auto;
  }
}

.feature-230901 .othersItem__ttl {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #688129;
  background-color: #fff;
}

.feature-230901 .othersItem__txt {
  letter-spacing: -0.06em;
}

.feature-230901 .plus1picup {
  margin-top: 100px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup {
    margin-top: 120px;
  }
}

.feature-230901 .plus1picup__ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__ttl {
    max-width: 133px;
  }
}

.feature-230901 .plus1picup__sbTtl {
  margin: 28px auto 0;
  max-width: 335px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__sbTtl {
    margin-top: 26px;
    max-width: 260px;
  }
}

.feature-230901 .plus1picup__lead {
  margin-top: 25px;
  text-align: center;
}

.feature-230901 .plus1picup__lead span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.06em;
  background: linear-gradient(transparent 65%, #e0e6d7 0);
}

.feature-230901 .plus1picup__row {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  max-width: 750px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__row {
    display: block;
    margin-top: 35px;
  }
}

.feature-230901 .plus1picup__col {
  width: calc(50% - 10px);
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__col {
    width: 100%;
  }
}

.feature-230901 .plus1picup__col:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__col:last-child {
    margin-top: 50px;
    margin-left: 0;
  }
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__img {
    margin: 0 auto;
    max-width: 530px;
  }
}

.feature-230901 .plus1picup__box {
  margin-left: auto;
  margin-right: auto;
  padding: 80px 80px 92px;
  max-width: 980px;
  background-color: #f7f8f4;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__box {
    padding: 70px 5.33vw;
  }
}

.feature-230901 .plus1picup__box--02 {
  margin-top: 60px;
}

.feature-230901 .plus1picup__txt {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__txt {
    margin-top: 16px;
  }
}

.feature-230901 .plus1picup__btn {
  margin-top: 35px;
}

.feature-230901 .plus1picup__plus1picup__sbTtl--02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 258px;
}

.feature-230901 .plus1picup__row--02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0;
  max-width: 750px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__row--02 {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__row--02 .plus1picup__col {
    margin-top: 30px;
  }
}

.feature-230901 .plus1picup__txt--02 span {
  display: inline-block;
  background: linear-gradient(transparent 65%, #e0e6d7 0);
  font-size: 20px;
}

@media screen and (max-width: 769px) {
  .plus1picup__txt--02 {
    text-align: center;
  }
}

.feature-230901 .plus1picup__row--03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
  max-width: 750px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__row--03 {
    display: block;
    margin-top: 75px;
  }
}

.feature-230901 .plus1picup__row--03 .plus1picup__col:last-child{
  margin-left: 30px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__row--03 .plus1picup__col:last-child{
    margin-left: 0;
  }
}

.feature-230901 .plus1picup__btnWrap {
  margin-top: 60px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__btnWrap {
    margin-top: 42.5px;
  }
}

.feature-230901 .plus1picup__btnWrapImg {
  margin: 0 auto 16px;
  max-width: 106px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .plus1picup__btnWrapImg {
    margin-bottom: 10px;
  }
}

.feature-230901 .baseMakeup__ttlBox {
  padding-top: 140px;
  background-color: #f5efeb;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__ttlBox {
    padding-top: 60px;
  }
}

.feature-230901 .baseMakeup__ttl span {
  color: #dc6809;
}

.feature-230901 .baseMakeup__inner {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__inner {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.feature-230901 .baseMakeup__ttl {
  position: relative;
  padding-top: 45px;
  margin: 0 auto;
  max-width: 315px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__ttl {
    max-width: 300px;
  }
}

.feature-230901 .baseMakeup__lead {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__lead {
    padding: 0 5.33vw;
    font-size: 14px;
  }
}

.feature-230901 .baseMakeup__colTtl {
  margin-top: 18px;
  max-width: 238px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__colTtl {
    max-width: 243px;
  }
}

.feature-230901 .baseMakeup__colTtl--02 {
  margin-top: 18px;
  max-width: 406px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__colTtl {
    max-width: 267.5px;
  }
}

.feature-230901 .baseMakeup__icon {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #dc6809;
  border: 1px solid #dc6809;
  border-radius: 13.5px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__icon {
    font-size: 14px;
  }
}

.feature-230901 .baseMakeup__row {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 100px auto 0;
  max-width: 750px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__row {
    display: block;
    margin-top: 50px;
    padding: 0 5.33vw;
  }
}

.feature-230901 .baseMakeup__btn + .baseMakeup__row {
  margin-top: 125px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__btn + .baseMakeup__row {
    margin-top: 42.5px;
  }
}

.feature-230901 .feature-230901 .baseMakeup__col:first-child {
  flex-shrink: 0;
  max-width: 250px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__col:first-child {
    margin: 0 auto;
    max-width: 530px;
  }
}
.feature-230901 .baseMakeup__col:last-child {
  margin-left: 14px;
  width: 60%;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__col:last-child {
    margin-left: 0;
    width: auto;
  }
}

.feature-230901 .baseMakeup__emp {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: -0.04em;
  font-weight: bold;
  color: #dc6809;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__emp {
    margin-top: 20px;
    font-size: 16px;
  }
}

.feature-230901 .baseMakeup__txt {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__txt {
    margin-top: 14px;
  }
}

.feature-230901 .baseMakeup__bubble {
  margin-top: 40px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__bubble {
    margin-top: 31.5px;
  }
}

.feature-230901 .tNotes {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.7;
}

.feature-230901 .baseMakeup__bubbleTtl {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__bubbleTtl {
    max-width: 220px;
  }
}

.feature-230901 .baseMakeup__bubbleTtl--02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__bubbleTtl--02 {
    max-width: 150px;
  }
}

.feature-230901 .baseMakeup__bubbleImg {
  margin: 27px auto 0;
  max-width: 733px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__bubbleImg {
    padding: 0 5.33vw;
    max-width: 530px;
  }
}

.feature-230901 .baseMakeup__btn {
  margin-top: 40px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__btn {
    padding: 0 5.33vw;
  }
}

.feature-230901 .baseMakeup__img {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .baseMakeup__img {
    margin-top: 40px;
  }
}

.feature-230901 .orbisU {
  padding: 105px 0 118px;
  background-color: #f5efeb;
}

@media screen and (max-width: 769px) {
  .feature-230901 .orbisU {
    padding: 80px 5.33vw;
  }
}

.feature-230901 .orbisU__row {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 769px) {
  .feature-230901 .orbisU__row {
    display: block;
  }
}


.feature-230901 .orbisU__ttl {
  margin-top: 20px;
  font-size: 24px;
  line-height: 2;
}

@media screen and (max-width: 769px) {
  .feature-230901 .orbisU__ttl {
    margin-top: 0;
  }
}

.feature-230901 .orbisU__txt {
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .orbisU__txt {
    margin-top: 5px;
  }
}

@media screen and (max-width: 769px) {
  .feature-230901 .orbisU__col:last-child {
    margin: 0 auto;
    max-width: 530px;
  }
}

.feature-230901 .orbisU__col:last-child {
  margin-left: 50px;
  width: 45%;
}

@media screen and (max-width: 769px) {
  .feature-230901 .orbisU__col:last-child {
    margin-top: 53.5px;
    margin-left: 0;
    width: auto;
    max-width: none;
  }
}

.feature-230901 .orbisU__btn {
  margin-top: 60px;
}

.feature-230901 .closing {
  position: relative;
  padding: 176px 0;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .feature-230901 .closing {
    padding: 115px 5.33vw;
  }
}

.feature-230901 .closing::before {
  content: "";
  position: absolute;
  top: -171px;
  left: 0;
  width: 180px;
  height: 302px;
  background: url("/contents/feature/images/230901/img-closing-left.png") center center/cover;
}

@media screen and (max-width: 769px) {
  .feature-230901 .closing::before {
    top: -40px;
    width: 57px;
    height: 150px;
    background: url("/contents/feature/images/230901/sp/img-closing-left.png") center center/contain;
    background-repeat: no-repeat;
  }
}

.feature-230901 .closing::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 132px;
  height: 289px;
  background: url("/contents/feature/images/230901/img-closing-right.png") center center/cover;
}

@media screen and (max-width: 769px) {
  .feature-230901 .closing::after {
    bottom: 37.5px;
    width: 62px;
    height: 113.5px;
    background: url("/contents/feature/images/230901/sp/img-closing-right.png") center center/contain;
    background-repeat: no-repeat;
  }
}
.feature-230901 .closing__ttl {
  font-size: 20px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .closing__ttl {
    font-size: 16px;
  }
}

.feature-230901 .closing__txt {
  margin-top: 5px;
  font-size: 32px;
}

@media screen and (max-width: 769px) {
  .feature-230901 .closing__txt {
    font-size: 28px;
  }
}
