@charset "UTF-8";

/* ==========================================================================
   N organic Vie serum & foam 7.7 Teaser
   ========================================================================== */

:root {
  --c-grey: #85807b;
  --c-dark: #292928;
  --c-beige: #c9c1ad;
  --c-cream: #fbf7ee;

  --pad-x: 24px;
  --content-w: 375px;

  --ff-mincho: "YuMincho Pr6N", "Yu Mincho Pr6N", "YuMincho", "Yu Mincho",
    "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --ff-avenir: "Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  --ff-gothic: "Tazugane Gothic StdN", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;

  --ease-quart-out: cubic-bezier(0.165, 0.84, 0.44, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--ff-mincho);
  font-weight: 400;
  color: #fff;
  background-color: var(--c-dark);
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: bottom;
}

p,
h1,
h2,
dl,
dd {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   PC 横帯（背景 + 左ロゴ）
   -------------------------------------------------------------------------- */

.pc-band {
  display: none;
}

.pc-band__logo {
  display: none;
}

@media (min-width: 786px) {
  .pc-band {
    display: block;
    position: fixed;
    inset: 0;
    background: url("../img/pc_bg.jpg") center / cover no-repeat;
  }

  .page {
    position: relative;
    width: var(--content-w);
    margin: 0 auto;
  }
}

/* 左固定ロゴ(83px+200px幅)は、中央カラム(375px)の左端と衝突しない
   幅からのみ表示する。786px〜1023px は背景のみでロゴは非表示。 */
@media (min-width: 1024px) {
  .pc-band__logo {
    display: block;
    position: absolute;
    left: 83px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: auto;
  }
}

/* --------------------------------------------------------------------------
   FV
   -------------------------------------------------------------------------- */

.fv {
  position: relative;
  background-color: var(--c-grey);
  overflow: hidden;
}

.fv__img {
  display: block;
  width: 100%;
  height: auto;
}

/* data-reveal が transform を使うため、センタリングは transform に依存しない */
.fv__logo {
  position: absolute;
  left: calc(50% - 80px);
  top: 32px;
  width: 160px;
  height: auto;
}

.fv__caption {
  position: absolute;
  left: var(--pad-x);
  right: var(--pad-x);
  bottom: 60px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}

/* --------------------------------------------------------------------------
   ブランドコンセプト
   -------------------------------------------------------------------------- */

.concept {
  background-color: var(--c-dark);
  padding: 120px var(--pad-x);
}

.concept__label {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.concept__title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.concept__body {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.asterisk {
  font-size: 0.65em;
}

.concept__note {
  margin-top: 4px;
  font-family: var(--ff-gothic);
  font-weight: 300;
  font-size: 8px;
  line-height: 1.5;
  opacity: 0.6;
}

/* --------------------------------------------------------------------------
   製品ヒーロー（美容液 / 洗顔）
   -------------------------------------------------------------------------- */

.product-hero {
  position: relative;
  background-color: var(--c-grey);
  overflow: hidden;
}

.product-hero__img {
  display: block;
  width: 100%;
  height: auto;
}

.product-hero--serum::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.product-hero__txt {
  position: absolute;
  left: var(--pad-x);
  right: var(--pad-x);
  bottom: 32px;
  z-index: 1;
}

.product-hero--serum .product-hero__txt {
  color: #fff;
}

.product-hero--foam .product-hero__txt {
  color: var(--c-dark);
}

.product-hero__copy-sub {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.product-hero--foam .product-hero__copy-sub {
  font-size: 22px;
  letter-spacing: 0;
}

.product-hero__copy-main {
  margin-top: 2px;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.product-hero--foam .product-hero__copy-main {
  margin-top: 4px;
  font-size: 23px;
  letter-spacing: 0;
}

.product-hero__caption {
  margin-top: 16px;
  font-family: var(--ff-avenir);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------------------------------
   モデルカット（美容液 / 洗顔）
   -------------------------------------------------------------------------- */

.product-model {
  position: relative;
  background-color: var(--c-grey);
  overflow: hidden;
}

.product-model__img {
  display: block;
  width: 100%;
  height: auto;
}

.product-model__txt {
  position: absolute;
  top: 32px;
  left: calc(50% + 39.5px);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.product-model__txt p + p {
  margin-top: 9px;
}

.product-model__txt--vertical {
  left: 21px;
  right: auto;
  writing-mode: vertical-rl;
  color: var(--c-dark);
  font-size: 15px;
  line-height: 1.6;
}

.product-model__txt--vertical p + p {
  margin-top: 0;
}

/* --------------------------------------------------------------------------
   製品情報（画像 + 品名 + 価格 + スケジュール）
   -------------------------------------------------------------------------- */

.product-detail {
  padding: 24px var(--pad-x) 48px;
}

.product-detail--serum {
  background-color: var(--c-dark);
  color: #fff;
}

.product-detail--foam {
  background-color: var(--c-beige);
  color: var(--c-dark);
}

.product-detail__img {
  max-width: 327px;
  margin: 0 auto;
}

.product-detail__img img {
  width: 100%;
  height: auto;
}

.product-detail__name {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.product-detail__price {
  margin-top: 4px;
  font-family: var(--ff-gothic);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.product-detail__price span {
  font-size: 10px;
}

.product-detail__schedule {
  margin-top: 32px;
  font-size: 12px;
  line-height: 1.6;
}

.product-detail--foam .product-detail__schedule {
  line-height: 1.5;
}

.product-detail__schedule > div {
  display: flex;
  align-items: flex-start;
}

.product-detail__schedule dt {
  flex: 0 0 81px;
  font-family: var(--ff-avenir);
  letter-spacing: 0.08em;
}

.product-detail__schedule dd {
  flex: 1;
  font-family: var(--ff-gothic);
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------------------------------
   製品詳細 coming soon カード
   -------------------------------------------------------------------------- */

.detail-card {
  padding: 24px var(--pad-x);
}

.detail-card--dark {
  background-color: var(--c-dark);
  color: #fff;
}

.detail-card--dark .detail-card__box {
  background-color: #000;
}

.detail-card--light {
  background-color: var(--c-beige);
  color: var(--c-dark);
}

.detail-card--light .detail-card__box {
  background-color: rgba(255, 255, 255, 0.4);
}

.detail-card__box {
  max-width: 327px;
  margin: 0 auto;
  padding: 16px 16px 118px;
  text-align: center;
}

.detail-card__label {
  font-size: 12px;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.2em;
}

.detail-card__title {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.detail-card__coming {
  margin-top: 85px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* --------------------------------------------------------------------------
   LINE CTA / ボタン
   -------------------------------------------------------------------------- */

.line-cta {
  padding: 24px var(--pad-x);
}

.line-cta--dark {
  background-color: var(--c-dark);
  padding-bottom: 120px;
}

.line-cta--beige {
  background-color: var(--c-beige);
  padding-bottom: 40px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 327px;
  height: 56px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: var(--ff-gothic);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}

.btn:hover {
  opacity: 0.7;
}

.btn--light {
  border: 0.5px solid #fff;
  color: #fff;
}

.btn--dark {
  border: 0.5px solid var(--c-dark);
  color: var(--c-dark);
}

.btn--site {
  font-family: var(--ff-avenir);
  font-weight: 500;
  font-size: 12px;
}

.btn__arrow {
  width: 8px;
  height: 8px;
  color: inherit;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   フッター
   -------------------------------------------------------------------------- */

.footer {
  background-color: var(--c-cream);
  padding: 80px var(--pad-x);
  text-align: center;
}

.footer__logo {
  width: 119px;
  height: auto;
}

.footer .btn {
  margin-top: 10px;
}

/* --------------------------------------------------------------------------
   フェードインアニメーション
   -------------------------------------------------------------------------- */

.js-enabled [data-reveal] {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(10px);
  transition:
    opacity 0.65s var(--ease-quart-out),
    filter 0.65s var(--ease-quart-out),
    transform 0.65s var(--ease-quart-out);
  will-change: opacity, filter, transform;
}

.js-enabled [data-reveal].is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}

.js-enabled [data-reveal-stagger] > [data-reveal] {
  transition-delay: calc(var(--reveal-index, 0) * 55ms);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .js-enabled [data-reveal] {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
