@charset "UTF-8";

/* ==========================================================================
   2026 AUTUMN LOOKBOOK LP
   - PC/SP共通: rem固定 (テキスト・クレジット) / calc(vw) (ビジュアル要素・画像)
   - ルック一覧 (.p-feature__looks) は Figma の自由配置(千鳥・オフセット)なグリッドを
     忠実に再現するため、通常フローではなく座標絶対配置を採用している (html-contract.md 参照)
   ========================================================================== */

.p-feature__mv {
  position: relative;
}

.p-feature__video {
  position: relative;
  padding: 56.25% 0 0 0;
}

.p-feature__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-feature__video--sp {
  display: none;
}

.p-feature__intro {
  width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.p-feature__bonus {
  padding-left: calc(240 * (100vw / 1440));
  padding-right: calc(240 * (100vw / 1440));
  padding-bottom: 18rem;
  box-sizing: border-box;
}

.p-feature__heading {
  margin: 0;
  padding: 18rem 0 8rem;
  font-family: var(--font-barbour-sans);
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.p-feature__lead {
  margin: 0 0 18rem;
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
}

.p-feature__lookbook {
  position: relative;
}

.p-feature__looks {
  position: relative;
  overflow: hidden;
}

.p-feature-look {
  position: absolute;
  left: 0;
  width: 100%;
}

.p-feature-look__img {
  position: absolute;
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.p-feature-look__img--visible {
  opacity: 1;
}

.p-feature-look__caption {
  position: absolute;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.8rem;
  font-family: var(--font-barbour-sans);
  font-size: 1.2rem;
  line-height: 1;
  color: #4e4e4e;
  white-space: nowrap;
}

/* キャプションのレイアウト方向・寄せは Figma の各キャプションフレームに合わせて個別指定する */
.p-feature-look__caption--02,
.p-feature-look__caption--05,
.p-feature-look__caption--08,
.p-feature-look__caption--16,
.p-feature-look__caption--19 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.p-feature-look__caption--04,
.p-feature-look__caption--06,
.p-feature-look__caption--07,
.p-feature-look__caption--09,
.p-feature-look__caption--11,
.p-feature-look__caption--14,
.p-feature-look__caption--15,
.p-feature-look__caption--18,
.p-feature-look__caption--21,
.p-feature-look__caption--23 {
  justify-content: flex-end;
}

.p-feature-look__caption--02,
.p-feature-look__caption--16,
.p-feature-look__caption--19 {
  align-items: flex-end;
}

.p-feature-look__item-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.8rem;
}

.p-feature-look__caption--19 .p-feature-look__item-group {
  flex-direction: column;
  align-items: flex-end;
}

.p-feature-look__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.p-feature-look__item-label {
  color: #4e4e4e;
}

.p-feature-look__item-category {
  font-weight: 400;
}

.p-feature-look__item-name {
  font-weight: 300;
}

.p-feature-look__item-price {
  font-weight: 300;
  text-decoration: underline;
}

.p-feature__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18rem auto 0;
  padding: 2.9rem 1rem;
  width: 96rem;
  background-color: #a6a6a6;
  border: 1px solid #a6a6a6;
  color: #fff;
  font-family: var(--font-barbour-sans);
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.p-feature__cta:hover {
  background-color: #fff;
  color: #a6a6a6;
}

.p-feature-bonus__box {
  position: relative;
  margin: 19.4rem auto 0;
  width: 96rem;
  padding: 9.9rem 4rem 9.8rem;
  border: 1px solid #000;
  text-align: center;
  box-sizing: border-box;
}

.p-feature-bonus__heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 4rem;
  background-color: #fff;
}

.p-feature-bonus__heading span {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.p-feature-bonus__img {
  display: block;
  margin: 0 auto 7rem;
  width: calc(240 * (100vw / 1440));
  height: auto;
}

/* 本文の改行位置は PC / SP で Figma の指定が異なるため、SP 専用の改行を出し分ける */
.p-feature-bonus__br--sp {
  display: none;
}

.p-feature-bonus__text {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000;
}

/* ==========================================================================
   ルック一覧: 画像配置 (PC, 1440幅基準)
   ========================================================================== */

.p-feature__looks { height: calc(19954 * (100vw / 1440)); }
.p-feature-look--01 {
  top: calc(0 * (100vw / 1440));
  height: calc(822 * (100vw / 1440));
}
.p-feature-look__img--g01-1 {
  left: calc(60 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
  height: calc(800 * (100vw / 1440));
}
.p-feature-look__caption--01 {
  left: calc(60 * (100vw / 1440));
  top: calc(810 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
}
.p-feature-look--02 {
  top: calc(400 * (100vw / 1440));
  height: calc(682 * (100vw / 1440));
}
.p-feature-look__img--g02-1 {
  left: calc(900 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(480 * (100vw / 1440));
  height: calc(640 * (100vw / 1440));
}
.p-feature-look__caption--02 {
  left: calc(900 * (100vw / 1440));
  top: calc(650 * (100vw / 1440));
  width: calc(480 * (100vw / 1440));
}
.p-feature-look--03 {
  top: calc(1262 * (100vw / 1440));
  height: calc(902 * (100vw / 1440));
}
.p-feature-look__img--g03-1 {
  left: calc(180 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(660 * (100vw / 1440));
  height: calc(880 * (100vw / 1440));
}
.p-feature-look__caption--03 {
  left: calc(180 * (100vw / 1440));
  top: calc(890 * (100vw / 1440));
  width: calc(660 * (100vw / 1440));
}
.p-feature-look--04 {
  top: calc(1702 * (100vw / 1440));
  height: calc(582 * (100vw / 1440));
}
.p-feature-look__img--g04-1 {
  left: calc(900 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(420 * (100vw / 1440));
  height: calc(560 * (100vw / 1440));
}
.p-feature-look__caption--04 {
  left: calc(900 * (100vw / 1440));
  top: calc(570 * (100vw / 1440));
  width: calc(420 * (100vw / 1440));
}
.p-feature-look--05 {
  top: calc(2464 * (100vw / 1440));
  height: calc(922 * (100vw / 1440));
}
.p-feature-look__img--g05-1 {
  left: calc(120 * (100vw / 1440));
  top: calc(240 * (100vw / 1440));
  width: calc(480 * (100vw / 1440));
  height: calc(640 * (100vw / 1440));
}
.p-feature-look__img--g05-2 {
  left: calc(720 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(360 * (100vw / 1440));
  height: calc(480 * (100vw / 1440));
}
.p-feature-look__caption--05 {
  left: calc(120 * (100vw / 1440));
  top: calc(890 * (100vw / 1440));
  width: calc(480 * (100vw / 1440));
}
.p-feature-look--06 {
  top: calc(3566 * (100vw / 1440));
  height: calc(902 * (100vw / 1440));
}
.p-feature-look__img--g06-1 {
  left: calc(540 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(660 * (100vw / 1440));
  height: calc(880 * (100vw / 1440));
}
.p-feature-look__caption--06 {
  left: calc(540 * (100vw / 1440));
  top: calc(890 * (100vw / 1440));
  width: calc(660 * (100vw / 1440));
}
.p-feature-look--07 {
  top: calc(4648 * (100vw / 1440));
  height: calc(862 * (100vw / 1440));
}
.p-feature-look__img--g07-1 {
  left: calc(114 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(360 * (100vw / 1440));
  height: calc(480 * (100vw / 1440));
}
.p-feature-look__img--g07-2 {
  left: calc(480 * (100vw / 1440));
  top: calc(240 * (100vw / 1440));
  width: calc(900 * (100vw / 1440));
  height: calc(600 * (100vw / 1440));
}
.p-feature-look__caption--07 {
  left: calc(480 * (100vw / 1440));
  top: calc(850 * (100vw / 1440));
  width: calc(900 * (100vw / 1440));
}
.p-feature-look--08 {
  top: calc(5690 * (100vw / 1440));
  height: calc(880 * (100vw / 1440));
}
.p-feature-look__img--g08-1 {
  left: calc(180 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
  height: calc(800 * (100vw / 1440));
}
.p-feature-look__img--g08-2 {
  left: calc(900 * (100vw / 1440));
  top: calc(400 * (100vw / 1440));
  width: calc(360 * (100vw / 1440));
  height: calc(480 * (100vw / 1440));
}
.p-feature-look__caption--08 {
  left: calc(180 * (100vw / 1440));
  top: calc(810 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
}
.p-feature-look--09 {
  top: calc(6750 * (100vw / 1440));
  height: calc(982 * (100vw / 1440));
}
.p-feature-look__img--g09-1 {
  left: calc(0 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(1440 * (100vw / 1440));
  height: calc(960 * (100vw / 1440));
}
.p-feature-look__caption--09 {
  left: calc(60 * (100vw / 1440));
  top: calc(970 * (100vw / 1440));
  width: calc(1320 * (100vw / 1440));
}
.p-feature-look--10 {
  top: calc(7912 * (100vw / 1440));
  height: calc(822 * (100vw / 1440));
}
.p-feature-look__img--g10-1 {
  left: calc(60 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
  height: calc(800 * (100vw / 1440));
}
.p-feature-look__caption--10 {
  left: calc(60 * (100vw / 1440));
  top: calc(810 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
}
.p-feature-look--11 {
  top: calc(8312 * (100vw / 1440));
  height: calc(582 * (100vw / 1440));
}
.p-feature-look__img--g11-1 {
  left: calc(960 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(420 * (100vw / 1440));
  height: calc(560 * (100vw / 1440));
}
.p-feature-look__caption--11 {
  left: calc(960 * (100vw / 1440));
  top: calc(570 * (100vw / 1440));
  width: calc(420 * (100vw / 1440));
}
.p-feature-look--12 {
  top: calc(9074 * (100vw / 1440));
  height: calc(982 * (100vw / 1440));
}
.p-feature-look__img--g12-1 {
  left: calc(0 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(1440 * (100vw / 1440));
  height: calc(960 * (100vw / 1440));
}
.p-feature-look__caption--12 {
  left: calc(60 * (100vw / 1440));
  top: calc(970 * (100vw / 1440));
  width: calc(1320 * (100vw / 1440));
}
.p-feature-look--13 {
  top: calc(10636 * (100vw / 1440));
  height: calc(582 * (100vw / 1440));
}
.p-feature-look__img--g13-1 {
  left: calc(120 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(420 * (100vw / 1440));
  height: calc(560 * (100vw / 1440));
}
.p-feature-look__caption--13 {
  left: calc(120 * (100vw / 1440));
  top: calc(570 * (100vw / 1440));
  width: calc(420 * (100vw / 1440));
}
.p-feature-look--14 {
  top: calc(10236 * (100vw / 1440));
  height: calc(822 * (100vw / 1440));
}
.p-feature-look__img--g14-1 {
  left: calc(720 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
  height: calc(800 * (100vw / 1440));
}
.p-feature-look__caption--14 {
  left: calc(720 * (100vw / 1440));
  top: calc(810 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
}
.p-feature-look--15 {
  top: calc(11398 * (100vw / 1440));
  height: calc(742 * (100vw / 1440));
}
.p-feature-look__img--g15-1 {
  left: calc(294 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(540 * (100vw / 1440));
  height: calc(720 * (100vw / 1440));
}
.p-feature-look__img--g15-2 {
  left: calc(840 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(540 * (100vw / 1440));
  height: calc(720 * (100vw / 1440));
}
.p-feature-look__caption--15 {
  left: calc(360 * (100vw / 1440));
  top: calc(730 * (100vw / 1440));
  width: calc(1020 * (100vw / 1440));
}
.p-feature-look--16 {
  top: calc(12320 * (100vw / 1440));
  height: calc(942 * (100vw / 1440));
}
.p-feature-look__img--g16-1 {
  left: calc(480 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(660 * (100vw / 1440));
  height: calc(880 * (100vw / 1440));
}
.p-feature-look__caption--16 {
  left: calc(480 * (100vw / 1440));
  top: calc(890 * (100vw / 1440));
  width: calc(660 * (100vw / 1440));
}
.p-feature-look--17 {
  top: calc(13442 * (100vw / 1440));
  height: calc(1222 * (100vw / 1440));
}
.p-feature-look__img--g17-1 {
  left: calc(60 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(480 * (100vw / 1440));
  height: calc(640 * (100vw / 1440));
}
.p-feature-look__img--g17-2 {
  left: calc(546 * (100vw / 1440));
  top: calc(320 * (100vw / 1440));
  width: calc(660 * (100vw / 1440));
  height: calc(880 * (100vw / 1440));
}
.p-feature-look__caption--17 {
  left: calc(546 * (100vw / 1440));
  top: calc(1210 * (100vw / 1440));
  width: calc(660 * (100vw / 1440));
}
.p-feature-look--18 {
  top: calc(14844 * (100vw / 1440));
  height: calc(582 * (100vw / 1440));
}
.p-feature-look__img--g18-1 {
  left: calc(960 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(420 * (100vw / 1440));
  height: calc(560 * (100vw / 1440));
}
.p-feature-look__caption--18 {
  left: calc(960 * (100vw / 1440));
  top: calc(570 * (100vw / 1440));
  width: calc(420 * (100vw / 1440));
}
.p-feature-look--19 {
  top: calc(15366 * (100vw / 1440));
  height: calc(1182 * (100vw / 1440));
}
.p-feature-look__img--g19-1 {
  left: calc(180 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(360 * (100vw / 1440));
  height: calc(480 * (100vw / 1440));
}
.p-feature-look__img--g19-2 {
  left: calc(660 * (100vw / 1440));
  top: calc(240 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
  height: calc(800 * (100vw / 1440));
}
.p-feature-look__caption--19 {
  left: calc(660 * (100vw / 1440));
  top: calc(1050 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
}
.p-feature-look--20 {
  top: calc(16728 * (100vw / 1440));
  height: calc(982 * (100vw / 1440));
}
.p-feature-look__img--g20-1 {
  left: calc(0 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(1440 * (100vw / 1440));
  height: calc(960 * (100vw / 1440));
}
.p-feature-look__caption--20 {
  left: calc(60 * (100vw / 1440));
  top: calc(970 * (100vw / 1440));
  width: calc(1320 * (100vw / 1440));
}
.p-feature-look--21 {
  top: calc(17890 * (100vw / 1440));
  height: calc(662 * (100vw / 1440));
}
.p-feature-look__img--g21-1 {
  left: calc(414 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(480 * (100vw / 1440));
  height: calc(640 * (100vw / 1440));
}
.p-feature-look__img--g21-2 {
  left: calc(900 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(480 * (100vw / 1440));
  height: calc(640 * (100vw / 1440));
}
.p-feature-look__caption--21 {
  left: calc(409 * (100vw / 1440));
  top: calc(650 * (100vw / 1440));
  width: calc(971 * (100vw / 1440));
}
.p-feature-look--22 {
  top: calc(18732 * (100vw / 1440));
  height: calc(662 * (100vw / 1440));
}
.p-feature-look__img--g22-1 {
  left: calc(60 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(480 * (100vw / 1440));
  height: calc(640 * (100vw / 1440));
}
.p-feature-look__caption--22 {
  left: calc(60 * (100vw / 1440));
  top: calc(650 * (100vw / 1440));
  width: calc(480 * (100vw / 1440));
}
.p-feature-look--23 {
  top: calc(19052 * (100vw / 1440));
  height: calc(902 * (100vw / 1440));
}
.p-feature-look__img--g23-1 {
  left: calc(660 * (100vw / 1440));
  top: calc(0 * (100vw / 1440));
  width: calc(660 * (100vw / 1440));
  height: calc(880 * (100vw / 1440));
}
.p-feature-look__caption--23 {
  left: calc(720 * (100vw / 1440));
  top: calc(890 * (100vw / 1440));
  width: calc(600 * (100vw / 1440));
}

/* ==========================================================================
   レスポンシブ (SP, 767px以下)
   ========================================================================== */

@media (max-width: 767px) {
  .p-feature__video--pc {
    display: none;
  }

  .p-feature__video--sp {
    display: block;
    padding: 177.78% 0 0 0;
  }

  .p-feature__intro {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: calc(21 * (100vw / 402));
    padding-right: calc(21 * (100vw / 402));
  }

  .p-feature__bonus {
    padding-left: calc(21 * (100vw / 402));
    padding-right: calc(21 * (100vw / 402));
    padding-bottom: calc(100 * (100vw / 402));
  }

  .p-feature__heading {
    padding: calc(100 * (100vw / 402)) 0 calc(60 * (100vw / 402));
    font-size: calc(20 * (100vw / 402));
  }

  .p-feature__lead {
    margin-bottom: calc(100 * (100vw / 402));
    font-size: calc(14 * (100vw / 402));
    line-height: 2;
  }

  .p-feature-look__caption {
    font-size: calc(12 * (100vw / 402));
  }

  .p-feature__cta {
    margin-top: calc(100 * (100vw / 402));
    padding: calc(25 * (100vw / 402)) calc(10 * (100vw / 402));
    max-width: calc(360 * (100vw / 402));
    font-size: calc(16 * (100vw / 402));
  }

  .p-feature-bonus__box {
    margin: calc(111 * (100vw / 402)) auto 0;
    max-width: calc(360 * (100vw / 402));
    padding: calc(99 * (100vw / 402)) calc(29 * (100vw / 402)) calc(54 * (100vw / 402));
  }

  .p-feature-bonus__heading span {
    font-size: calc(24 * (100vw / 402));
  }

  .p-feature-bonus__img {
    width: calc(180 * (100vw / 402));
    margin-bottom: calc(60 * (100vw / 402));
  }

  .p-feature-bonus__br--sp {
    display: inline;
  }

  .p-feature-bonus__text {
    font-size: calc(15 * (100vw / 402));
    line-height: 1.667;
  }

  /* ---- ルック一覧: 画像配置 (SP, 402幅基準) ---- */
  .p-feature__looks { height: calc(11862 * (100vw / 402)); }

  /* SP はキャプションの方向・寄せが PC と異なるため上書きする */
  .p-feature-look__caption--07,
  .p-feature-look__caption--09,
  .p-feature-look__caption--10,
  .p-feature-look__caption--15,
  .p-feature-look__caption--21,
  .p-feature-look__caption--23 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .p-feature-look__caption--06,
  .p-feature-look__caption--18 {
    justify-content: flex-start;
  }

  .p-feature-look__caption--07,
  .p-feature-look__caption--10,
  .p-feature-look__caption--15 {
    align-items: flex-start;
  }

  .p-feature-look__caption--17 {
    justify-content: flex-end;
  }

  .p-feature-look__caption--09,
  .p-feature-look__caption--21,
  .p-feature-look__caption--23 {
    align-items: flex-end;
  }

  /* SP: 商品名が長く 1 行に収まらない箇所は Figma と同じ位置で改行させる */
  .p-feature-look__caption--05 .p-feature-look__item-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-feature-look__caption--05 .p-feature-look__item,
  .p-feature-look__caption--15 .p-feature-look__item {
    flex-wrap: wrap;
    row-gap: 0.8rem;
  }

  .p-feature-look__caption--05 .p-feature-look__item-group:first-child .p-feature-look__item-category,
  .p-feature-look__caption--15 .p-feature-look__item-category {
    flex-basis: 100%;
  }
  .p-feature-look--01 {
    top: calc(0 * (100vw / 402));
    height: calc(422 * (100vw / 402));
  }
  .p-feature-look__img--g01-1 {
    left: calc(21 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(300 * (100vw / 402));
    height: calc(400 * (100vw / 402));
  }
  .p-feature-look__caption--01 {
    left: calc(21 * (100vw / 402));
    top: calc(410 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--02 {
    top: calc(482 * (100vw / 402));
    height: calc(362 * (100vw / 402));
  }
  .p-feature-look__img--g02-1 {
    left: calc(141 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(240 * (100vw / 402));
    height: calc(320 * (100vw / 402));
  }
  .p-feature-look__caption--02 {
    left: calc(21 * (100vw / 402));
    top: calc(330 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--03 {
    top: calc(904 * (100vw / 402));
    height: calc(502 * (100vw / 402));
  }
  .p-feature-look__img--g03-1 {
    left: calc(21 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(360 * (100vw / 402));
    height: calc(480 * (100vw / 402));
  }
  .p-feature-look__caption--03 {
    left: calc(21 * (100vw / 402));
    top: calc(490 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--04 {
    top: calc(1466 * (100vw / 402));
    height: calc(342 * (100vw / 402));
  }
  .p-feature-look__img--g04-1 {
    left: calc(111 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(240 * (100vw / 402));
    height: calc(320 * (100vw / 402));
  }
  .p-feature-look__caption--04 {
    left: calc(51 * (100vw / 402));
    top: calc(330 * (100vw / 402));
    width: calc(300 * (100vw / 402));
  }
  .p-feature-look--05 {
    top: calc(1868 * (100vw / 402));
    height: calc(530 * (100vw / 402));
  }
  .p-feature-look__img--g05-1 {
    left: calc(0 * (100vw / 402));
    top: calc(120 * (100vw / 402));
    width: calc(231 * (100vw / 402));
    height: calc(308 * (100vw / 402));
  }
  .p-feature-look__img--g05-2 {
    left: calc(237 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(180 * (100vw / 402));
    height: calc(240 * (100vw / 402));
  }
  .p-feature-look__caption--05 {
    left: calc(21 * (100vw / 402));
    top: calc(438 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--06 {
    top: calc(2458 * (100vw / 402));
    height: calc(422 * (100vw / 402));
  }
  .p-feature-look__img--g06-1 {
    left: calc(51 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(300 * (100vw / 402));
    height: calc(400 * (100vw / 402));
  }
  .p-feature-look__caption--06 {
    left: calc(51 * (100vw / 402));
    top: calc(410 * (100vw / 402));
    width: calc(300 * (100vw / 402));
  }
  .p-feature-look--07 {
    top: calc(2940 * (100vw / 402));
    height: calc(628 * (100vw / 402));
  }
  .p-feature-look__img--g07-1 {
    left: calc(141 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(240 * (100vw / 402));
    height: calc(320 * (100vw / 402));
  }
  .p-feature-look__img--g07-2 {
    left: calc(21 * (100vw / 402));
    top: calc(326 * (100vw / 402));
    width: calc(360 * (100vw / 402));
    height: calc(240 * (100vw / 402));
  }
  .p-feature-look__caption--07 {
    left: calc(21 * (100vw / 402));
    top: calc(576 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--08 {
    top: calc(3628 * (100vw / 402));
    height: calc(542 * (100vw / 402));
  }
  .p-feature-look__img--g08-1 {
    left: calc(0 * (100vw / 402));
    top: calc(120 * (100vw / 402));
    width: calc(270 * (100vw / 402));
    height: calc(360 * (100vw / 402));
  }
  .p-feature-look__img--g08-2 {
    left: calc(276 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(180 * (100vw / 402));
    height: calc(240 * (100vw / 402));
  }
  .p-feature-look__caption--08 {
    left: calc(21 * (100vw / 402));
    top: calc(490 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--09 {
    top: calc(4230 * (100vw / 402));
    height: calc(310 * (100vw / 402));
  }
  .p-feature-look__img--g09-1 {
    left: calc(0 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(402 * (100vw / 402));
    height: calc(268 * (100vw / 402));
  }
  .p-feature-look__caption--09 {
    left: calc(21 * (100vw / 402));
    top: calc(278 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--10 {
    top: calc(4600 * (100vw / 402));
    height: calc(442 * (100vw / 402));
  }
  .p-feature-look__img--g10-1 {
    left: calc(21 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(300 * (100vw / 402));
    height: calc(400 * (100vw / 402));
  }
  .p-feature-look__caption--10 {
    left: calc(21 * (100vw / 402));
    top: calc(410 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--11 {
    top: calc(5102 * (100vw / 402));
    height: calc(342 * (100vw / 402));
  }
  .p-feature-look__img--g11-1 {
    left: calc(141 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(240 * (100vw / 402));
    height: calc(320 * (100vw / 402));
  }
  .p-feature-look__caption--11 {
    left: calc(21 * (100vw / 402));
    top: calc(330 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--12 {
    top: calc(5504 * (100vw / 402));
    height: calc(290 * (100vw / 402));
  }
  .p-feature-look__img--g12-1 {
    left: calc(0 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(402 * (100vw / 402));
    height: calc(268 * (100vw / 402));
  }
  .p-feature-look__caption--12 {
    left: calc(21 * (100vw / 402));
    top: calc(278 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--13 {
    top: calc(5854 * (100vw / 402));
    height: calc(302 * (100vw / 402));
  }
  .p-feature-look__img--g13-1 {
    left: calc(21 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(210 * (100vw / 402));
    height: calc(280 * (100vw / 402));
  }
  .p-feature-look__caption--13 {
    left: calc(21 * (100vw / 402));
    top: calc(290 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--14 {
    top: calc(6216 * (100vw / 402));
    height: calc(502 * (100vw / 402));
  }
  .p-feature-look__img--g14-1 {
    left: calc(21 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(360 * (100vw / 402));
    height: calc(480 * (100vw / 402));
  }
  .p-feature-look__caption--14 {
    left: calc(51 * (100vw / 402));
    top: calc(490 * (100vw / 402));
    width: calc(330 * (100vw / 402));
  }
  .p-feature-look--15 {
    top: calc(6778 * (100vw / 402));
    height: calc(688 * (100vw / 402));
  }
  .p-feature-look__img--g15-1 {
    left: calc(21 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(240 * (100vw / 402));
    height: calc(320 * (100vw / 402));
  }
  .p-feature-look__img--g15-2 {
    left: calc(21 * (100vw / 402));
    top: calc(326 * (100vw / 402));
    width: calc(240 * (100vw / 402));
    height: calc(320 * (100vw / 402));
  }
  .p-feature-look__caption--15 {
    left: calc(21 * (100vw / 402));
    top: calc(656 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--16 {
    top: calc(7526 * (100vw / 402));
    height: calc(502 * (100vw / 402));
  }
  .p-feature-look__img--g16-1 {
    left: calc(51 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(330 * (100vw / 402));
    height: calc(440 * (100vw / 402));
  }
  .p-feature-look__caption--16 {
    left: calc(21 * (100vw / 402));
    top: calc(450 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--17 {
    top: calc(8088 * (100vw / 402));
    height: calc(748 * (100vw / 402));
  }
  .p-feature-look__img--g17-1 {
    left: calc(21 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(240 * (100vw / 402));
    height: calc(320 * (100vw / 402));
  }
  .p-feature-look__img--g17-2 {
    left: calc(81 * (100vw / 402));
    top: calc(326 * (100vw / 402));
    width: calc(300 * (100vw / 402));
    height: calc(400 * (100vw / 402));
  }
  .p-feature-look__caption--17 {
    left: calc(21 * (100vw / 402));
    top: calc(736 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--18 {
    top: calc(8896 * (100vw / 402));
    height: calc(342 * (100vw / 402));
  }
  .p-feature-look__img--g18-1 {
    left: calc(51 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(240 * (100vw / 402));
    height: calc(320 * (100vw / 402));
  }
  .p-feature-look__caption--18 {
    left: calc(51 * (100vw / 402));
    top: calc(330 * (100vw / 402));
    width: calc(240 * (100vw / 402));
  }
  .p-feature-look--19 {
    top: calc(9298 * (100vw / 402));
    height: calc(622 * (100vw / 402));
  }
  .p-feature-look__img--g19-1 {
    left: calc(-54 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(180 * (100vw / 402));
    height: calc(240 * (100vw / 402));
  }
  .p-feature-look__img--g19-2 {
    left: calc(132 * (100vw / 402));
    top: calc(120 * (100vw / 402));
    width: calc(270 * (100vw / 402));
    height: calc(360 * (100vw / 402));
  }
  .p-feature-look__caption--19 {
    left: calc(21 * (100vw / 402));
    top: calc(490 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--20 {
    top: calc(9980 * (100vw / 402));
    height: calc(290 * (100vw / 402));
  }
  .p-feature-look__img--g20-1 {
    left: calc(0 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(402 * (100vw / 402));
    height: calc(268 * (100vw / 402));
  }
  .p-feature-look__caption--20 {
    left: calc(21 * (100vw / 402));
    top: calc(278 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--21 {
    top: calc(10330 * (100vw / 402));
    height: calc(628 * (100vw / 402));
  }
  .p-feature-look__img--g21-1 {
    left: calc(171 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(210 * (100vw / 402));
    height: calc(280 * (100vw / 402));
  }
  .p-feature-look__img--g21-2 {
    left: calc(171 * (100vw / 402));
    top: calc(286 * (100vw / 402));
    width: calc(210 * (100vw / 402));
    height: calc(280 * (100vw / 402));
  }
  .p-feature-look__caption--21 {
    left: calc(21 * (100vw / 402));
    top: calc(576 * (100vw / 402));
    width: calc(360 * (100vw / 402));
  }
  .p-feature-look--22 {
    top: calc(11018 * (100vw / 402));
    height: calc(342 * (100vw / 402));
  }
  .p-feature-look__img--g22-1 {
    left: calc(21 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(240 * (100vw / 402));
    height: calc(320 * (100vw / 402));
  }
  .p-feature-look__caption--22 {
    left: calc(21 * (100vw / 402));
    top: calc(330 * (100vw / 402));
    width: calc(330 * (100vw / 402));
  }
  .p-feature-look--23 {
    top: calc(11420 * (100vw / 402));
    height: calc(442 * (100vw / 402));
  }
  .p-feature-look__img--g23-1 {
    left: calc(51 * (100vw / 402));
    top: calc(0 * (100vw / 402));
    width: calc(300 * (100vw / 402));
    height: calc(400 * (100vw / 402));
  }
  .p-feature-look__caption--23 {
    left: calc(21 * (100vw / 402));
    top: calc(410 * (100vw / 402));
    width: calc(330 * (100vw / 402));
  }
}
