@charset "UTF-8";
/* =====================================================
   AU260812BOTTOMS — BOTTOMS SIZE GUIDE 26AW
   単位・命名などの規約は coding-guidelines.md を参照
   ===================================================== */
.header .information {
  height: auto;
}

.header__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--zindex-header);
}
@media screen and (min-width: 768px) {
  /* #header .header__inner svg {
    fill: #fff;
  } */
  /* #header .cls-4 {
    stroke: #fff;
  } */
  /* #header.header .navigation__list {
    color: #fff;
  } */
  /* #header:not(.is-open).header .drawer-btn__border {
    background: #fff;
  } */
  /* #header:not(.is-open).header .drawer-btn__border::after {
    background: #fff;
  } */
  /* #header:not(.is-open).header .drawer-btn__border::before {
    background: #fff;
  } */
}
@media (max-width: 767px) {
  .header__wrapper {
    position: absolute;
    top: calc(80 * var(--formula));
    width: 100%;
    padding: 0 6vw 0;
    margin: 8vw 0 6vw;
  }
  /* #header:not(.is-open) .header__inner svg {
    fill: #fff;
  } */
  /* #header:not(.is-open) .cls-4 {
    stroke: #fff;
  } */
  /* #header:not(.is-open).header .navigation__list {
    color: #fff;
  } */
  /* #header:not(.is-open).header .drawer-btn__border {
    background: #fff;
  } */
  /* #header:not(.is-open).header .drawer-btn__border::after {
    background: #fff;
  } */
  /* #header:not(.is-open).header .drawer-btn__border::before {
    background: #fff;
  } */
}
/* ▼ -----------可変設定---------- ▼ */
.lp_variable {
  --pc-width: 1400;
  --sp-width: 750;
  --pc-artboard-width: 500;
  --sp-artboard-width: 750;
  --formula: calc(var(--variable) * var(--ratio));
  --formula_pc: calc(var(--variable) * 1);
}

@media (min-width: 1401px) {
  .lp_variable {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: 1px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .lp_variable {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}

@media (max-width: 767px) {
  .lp_variable {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}
/* ▲ -----------可変設定---------- ▲ */

/* ▼ -----------フォント---------- ▼ */
@font-face {
  font-family: "AU260812-Trajan";
  src: url("../fonts/TrajanPro3-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ▲ -----------フォント---------- ▲ */

/* ▼ -----------カスタムプロパティ---------- ▼ */
.lp-page {
  --color-text: #000;
  --color-bg: #fff;
  --color-rail-bg: #eff1f3;
  --color-accent: #ebc2a2;
  --color-gray-line: #c8c8c8;
  --font-trajan: "AU260812-Trajan", serif;
  --font-nimbus: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  --font-hiragino: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  --ease-base: cubic-bezier(0.25, 0.1, 0.25, 1);
  --duration-base: 1s;
}
/* ▲ -----------カスタムプロパティ---------- ▲ */

/* ▼ -----------LPスコープ リセット---------- ▼ */
.lp-page * {
  box-sizing: border-box;
  font: inherit;
  letter-spacing: inherit;
  font-feature-settings: "palt";
}

.lp-page img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  transition: unset;
}

.lp-page picture { display: block; }

.lp-page a { color: inherit; text-decoration: none; }

.lp-page ul, .lp-page li { list-style: none; margin: 0; padding: 0; }

@media (min-width: 768px) {
  .lp-page .is-hidden--desktop { display: none !important; }
}
@media (max-width: 767px) {
  .lp-page .is-hidden--mobile { display: none !important; }
}
/* ▲ -----------LPスコープ リセット---------- ▲ */

/* ▼ -----------ベーススタイル---------- ▼ */
.lp-page {
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: var(--font-hiragino);
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .lp-page { background-color: var(--color-rail-bg); }
  .lp-page .lp-hero,
  .lp-page .lp-intro { background-color: var(--color-bg); }
}
/* ▲ -----------ベーススタイル---------- ▲ */

/* ▼ -----------出現アニメーション（FUNCTION CHART の丸アイコン）---------- ▼
   参考(AU260121SIZEGUIDE) の .product-detail-icon と同じ考え方:
   グレーの線（.lp-chart__line）の左端を初期値にし、is-active 付与で本来の left へ transition させる */
.lp-page .js-chart-dot {
  left: calc(139 * var(--formula));
  transition: left 1s;
}
.lp-page .js-chart-dot.is-active {
  left: calc(var(--dot-x) * var(--formula));
}
@media (prefers-reduced-motion: reduce) {
  .lp-page .js-chart-dot {
    left: calc(var(--dot-x) * var(--formula));
    transition: none;
  }
}
/* ▲ -----------出現アニメーション---------- ▲ */

/* ▼ -----------出現アニメーション（MVから下：GSAP + ScrollTrigger、参考: SABBIA）---------- ▼ */
.lp-page .box,
.lp-page .js-hero-fade {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .lp-page .box,
  .lp-page .js-hero-fade {
    opacity: 1;
  }
}
/* ▲ -----------出現アニメーション（MVから下）---------- ▲ */

/* ▼ -----------画像クロップ共通（.lp-crop）---------- ▼ */
.lp-page .lp-crop {
  position: relative;
  width: calc(var(--crop-w) * var(--formula));
  aspect-ratio: var(--crop-w) / var(--crop-h);
}
.lp-page .lp-crop__img {
  position: absolute;
  left: calc(var(--img-x) * var(--formula));
  top: calc(var(--img-y) * var(--formula));
  width: calc(var(--img-w) * var(--formula));
  height: auto;
  max-width: none;
}
/* ▲ -----------画像クロップ共通---------- ▲ */

/* ▼ -----------レイアウト（2/3カラム）既定---------- ▼ */
.lp-page {
  --lp-header-offset: 0px;
}

.lp-page .lp-inner {
  width: calc(var(--sp-artboard-width) * var(--formula));
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lp-page .lp-inner {
    width: calc(var(--pc-artboard-width) * var(--formula_pc));
  }
}

@media (min-width: 768px) {
  .lp-page .lp-layout { display: grid; align-items: start; background-color: var(--color-rail-bg); }
  .lp-page .lp-layout--col-2 { grid-template-columns: 1fr 1fr; }
  .lp-page .lp-layout--col-3 {
    grid-template-columns: 1fr calc(var(--pc-artboard-width) * var(--formula_pc)) 1fr;
  }
}

.lp-page .lp-layout__primary { overflow-x: clip; background-color: var(--color-bg); }

.lp-page .lp-layout__sub { display: none; }
@media (min-width: 768px) {
  .lp-page .lp-layout__sub {
    display: grid;
    place-items: center;
    position: sticky;
    top: var(--lp-header-offset, 0px);
    height: calc(100dvh - var(--lp-header-offset, 0px));
    overflow: hidden;
  }
  /* 製品詳細ゾーン開始位置（イントロ導線末尾）までレールを表示させない */
  .lp-page .lp-layout__sub--left,
  .lp-page .lp-layout__sub--right {
    margin-top: calc(-214 * var(--formula));
  }
}
/* ▲ -----------レイアウト（2/3カラム）既定---------- ▲ */

/* =====================================================
   案件固有セクション
   ===================================================== */

/* ▼ ---------- lp-hero ---------- ▼ */
.lp-page .lp-hero {
  position: relative;
  z-index: 3;
}
.lp-page .lp-hero__txt {
  position: absolute;
  top: calc(1035 * var(--formula));
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
}
.lp-page .lp-hero__ttl {
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-trajan);
  font-size: calc(65 * var(--formula));
  line-height: 0.9;
  letter-spacing: -.03em;
  font-weight: 400;
  padding-top: calc(22 * var(--formula));
  border-top: calc(4 * var(--formula)) solid #000;
  border-bottom: calc(4 * var(--formula)) solid #000;
}
.lp-page .lp-hero__lead {
  margin: calc(50 * var(--formula)) 0 0;
  font-size: calc(30 * var(--formula));
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--font-hiragino);
}
/* ▲ ---------- lp-hero ---------- ▲ */

/* ▼ ---------- lp-intro ---------- ▼ */
.lp-page .lp-intro {
  position: relative;
  margin-top: calc(-125 * var(--formula));
}
.lp-page .lp-intro__list {
  position: absolute;
  inset: 0;
  width: fit-content;
  height: fit-content;
}
.lp-page .lp-intro__item {
  position: absolute;
}
.lp-page .lp-intro__item a {
  position: relative;
  display: block;
}
.lp-page .lp-intro__item-deco {
  display: block;
  width: 100%;
  height: auto;
}
.lp-page .lp-intro__item:first-of-type .ip-intro__item-label .lp-intro__item-label {
  letter-spacing: .0058em;
}
.lp-page .lp-intro__item:first-of-type {
  top:calc(275 * var(--formula));
  left:calc(35 * var(--formula));
  width:calc(192 * var(--formula));
}
.lp-page .lp-intro__item:nth-child(2) {
  top:calc(226 * var(--formula));
  left:calc(210 * var(--formula));
  width:calc(122 * var(--formula));
}
.lp-page .lp-intro__item:nth-child(3) {
  top:calc(276 * var(--formula));
  left:calc(368 * var(--formula));
  width:calc(150 * var(--formula));
}
.lp-page .lp-intro__item:last-of-type {
  top:calc(226 * var(--formula));
  left:calc(514 * var(--formula));
  width:calc(134 * var(--formula));
}
.lp-page .lp-intro__item-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--font-trajan);
  font-size: calc(25 * var(--formula));
  letter-spacing: 0;
  color: #000;
}
.lp-page .lp-intro__arrow {
  display: block;
  margin: calc(42 * var(--formula)) auto calc(0 * var(--formula));
  width: calc(168 * var(--formula));
}
/* ▲ ---------- lp-intro ---------- ▲ */

/* ▼ ---------- lp-rail（左右サブ内コンテンツ）---------- ▼ */
.lp-page .lp-rail--ttl {
  text-align: center;
}
.lp-page .lp-rail__ttl {
  margin: 0;
  font-family: var(--font-trajan);
  font-size: calc(24.7 * var(--formula_pc));
  letter-spacing: 0.05em;
  border-top: calc(4 * var(--formula)) solid #000;
  border-bottom: calc(4 * var(--formula)) solid #000;
  line-height: 1;
  padding-top: calc(15 * var(--formula));
}
.lp-page .lp-rail__lead {
  margin: calc(19 * var(--formula_pc)) 0 0;
  font-size: calc(13 * var(--formula_pc));
  line-height: 1.5;
  letter-spacing: .01em;
}
.lp-page .lp-rail--nav {
  position: relative;
  width: calc(250 * var(--formula_pc));
  height: calc(114 * var(--formula_pc));
  }
.lp-page .lp-rail--nav__deco {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.lp-page .lp-rail--nav li {
  position: absolute;
  white-space: nowrap;
}
.lp-page .lp-rail--nav a {
  font-family: var(--font-trajan);
  font-size: calc(16 * var(--formula_pc));
  letter-spacing: 0.05em;
}
/* ▲ ---------- lp-rail ---------- ▲ */

/* ▼ ---------- lp-product ---------- ▼ */
.lp-page .lp-product { position: relative; padding-top: calc(160 * var(--formula)); }
.lp-page .lp-product:first-child { padding-top: calc(160 * var(--formula)); }

.lp-page .lp-product__ttl {
  position: relative;
  z-index: 2;
  text-align: center;
}
.lp-page .lp-product__ttl-en {
  display: inline-block;
  font-family: var(--font-trajan);
  font-size: calc(60 * var(--formula));
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 0.8;
  background: linear-gradient(to right, var(--color-accent), rgba(235, 194, 162, 0));
  background-repeat: no-repeat;
  background-size: calc(300 * var(--formula)) calc(20 * var(--formula));
  background-position: bottom left;
  padding-top: calc(10 * var(--formula));
}

.lp-page .lp-product__price {
  position: relative;
  z-index: 2;
  margin: calc(12 * var(--formula)) 0 calc(50 * var(--formula));
  text-align: center;
  font-size: calc(23 * var(--formula));
}
.lp-page .lp-product__price a { text-decoration: underline; text-underline-offset: calc(3 * var(--formula)); }
.lp-page .lp-product__photo {
  margin-top: calc(-110 * var(--formula));
}
.lp-page .lp-product__lead {
  margin: calc(92 * var(--formula)) auto 0;
  width: calc(618 * var(--formula));
  font-size: calc(25 * var(--formula));
  line-height: 1.8;
  letter-spacing: .075em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.lp-page .lp-product__desc {
  margin: calc(33 * var(--formula)) auto 0;
  width: calc(650 * var(--formula));
  font-size: calc(23 * var(--formula));
  line-height: 1.8695652174;
  letter-spacing: 0.04em;
  text-align: justify;
}
/* ▲ ---------- lp-product ---------- ▲ */

/* ▼ ---------- lp-chart（FUNCTION CHART）---------- ▼ */
.lp-page .lp-chart {
  margin: calc(86 * var(--formula)) auto 0;
  width: calc(668 * var(--formula));
}
.lp-page .lp-chart__bar {
  position: relative;
  height: calc(50 * var(--formula));
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, var(--chart-color), #fff);
}
.lp-page .lp-chart__bar-ttl {
  color: #fff;
  font-family: var(--font-nimbus);
  font-size: calc(35 * var(--formula));
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.lp-page .lp-chart__row {
  position: relative;
  height: calc(111 * var(--formula));
}
.lp-page .lp-chart__bar + .lp-chart__row {
  margin-top: calc(45 * var(--formula));
}
.lp-page .lp-chart__label {
  position: absolute;
  left: 0;
  top: calc(40 * var(--formula));
  font-size: calc(25 * var(--formula));
  font-weight: 700;
  white-space: nowrap;
}
.lp-page .lp-chart__track {
  position: absolute;
  left: 0;
  top: calc(51 * var(--formula));
  width: 100%;
  height: calc(5 * var(--formula));
}
.lp-page .lp-chart__line {
  position: absolute;
  left: calc(142 * var(--formula));
  top: 50%;
  width: calc(510 * var(--formula));
  height: calc(5 * var(--formula));
  transform: translateY(-50%);
  background-color: var(--color-gray-line);
}
.lp-page .lp-chart__col {
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: calc(23 * var(--formula));
  white-space: nowrap;
}
.lp-page .lp-chart__dot {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: calc(35 * var(--formula));
  height: calc(35 * var(--formula));
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000;
  border: calc(2 * var(--formula)) solid var(--color-gray-line);
}
/* ▲ ---------- lp-chart ---------- ▲ */

/* ▼ ---------- lp-look（コーディネートスライダー）---------- ▼ */
.lp-page .lp-look {
  margin: calc(65 * var(--formula)) auto 0;
  width: calc(650 * var(--formula));
  overflow: initial;
}
.lp-page .lp-look .swiper-pagination-bullet {
  width: calc(15 * var(--formula));
  height: calc(15 * var(--formula));
  background-color: #d1d1d1;
  opacity: 1;
  border-radius: 0;
}
.lp-page .lp-look .swiper-pagination-bullet-active {
  background-color: #000;
}
/* ▲ ---------- lp-look ---------- ▲ */

/* ▼ ---------- lp-credit ---------- ▼ */
.lp-page .lp-credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(15 * var(--formula)) calc(20 * var(--formula));
  margin: calc(70 * var(--formula)) auto 0;
  width: calc(650 * var(--formula));
}
.lp-page .lp-credit a {
  font-family: var(--font-nimbus);
  font-size: calc(24 * var(--formula));
  text-decoration: underline;
  text-underline-offset: calc(3 * var(--formula));
  font-weight: 400;
  letter-spacing: .005em;
}
/* ▲ ---------- lp-credit ---------- ▲ */

/* ▼ ---------- lp-viewall ---------- ▼ */
.lp-page .lp-viewall {
  margin: calc(175 * var(--formula)) 0 calc(105 * var(--formula));
  text-align: center;
}
.lp-page .lp-viewall a {
  position: relative;
  display: inline-block;
  font-family: var(--font-nimbus);
  font-size: calc(33.37 * var(--formula));
  letter-spacing: 0.057em;
  line-height: 1.4;
}
.lp-page .lp-viewall a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(2 * var(--formula));
  background-color: #000;
}
/* ▲ ---------- lp-viewall ---------- ▲ */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,calc(-34 * var(--formula)));
}
