@charset "UTF-8";

/* ============================================================
   p-feature — FUJI ROCK '26 LP
   PC artboard: 1440px  /  SP artboard: 402px
   1rem = 10px  (BPJ site base)
   PC visual scaling : calc(● * (100vw / 1440))
   SP scaling        : calc(● * (100vw / 402))
   ============================================================ */

/* --------------------------------------------------------
   Utility
   -------------------------------------------------------- */
@media (min-width: 768px) {
  .u-br-sp { display: none; }
}

/* --------------------------------------------------------
   Base
   -------------------------------------------------------- */
.p-feature img {
  max-width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .p-feature {
    padding-bottom: calc(240 * (100vw / 1440));
  }
}

@media (max-width: 767px) {
  .p-feature {
    padding-bottom: calc(160 * (100vw / 402));
  }
}

/* --------------------------------------------------------
   MV
   -------------------------------------------------------- */
.p-feature__mv {
  width: 100%;
  overflow: hidden;
}

.p-feature__mv picture,
.p-feature__mv img {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .p-feature__mv img {
    height: calc(960 * (100vw / 1440));
    object-fit: cover;
    object-position: top center;
  }
}

@media (max-width: 767px) {
  .p-feature__mv img {
    height: 100%;
  }
}

/* --------------------------------------------------------
   lead_area
   -------------------------------------------------------- */
@media (min-width: 768px) {
  .p-feature__lead {
    display: flex;
    gap: calc(120 * (100vw / 1440));
    padding: 0 calc(60 * (100vw / 1440)) 0;
    background-color: #fff;
    margin-top: 18rem;
    position: relative;
    z-index: 1;
  }

  .p-feature__lead__heading {
    flex: 0 0 calc(600 * (100vw / 1440));
  }

  .p-feature__lead__body {
    flex: 0 0 calc(600 * (100vw / 1440));
  }
}

.p-feature__lead__heading {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2;
  color: #000;
}

.p-feature__lead__body {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
}

@media (max-width: 767px) {
  .p-feature__lead {
    display: flex;
    flex-direction: column;
    gap: calc(60 * (100vw / 402));
    padding: calc(100 * (100vw / 402)) calc(21 * (100vw / 402)) 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }

  .p-feature__lead__heading {
    font-size: calc(24 * (100vw / 402));
    line-height: 2;
  }

  .p-feature__lead__body {
    font-size: calc(14 * (100vw / 402));
    line-height: 2;
  }
}

/* --------------------------------------------------------
   Section01 / 02 / 03 共通部品
   -------------------------------------------------------- */
.p-feature__section-heading {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.3;
  color: #000;
  white-space: nowrap;
}

.p-feature__section-body {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
}

/* credit */
.p-feature__credit {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  margin-top: 0.4rem;
  text-align: right;
}

/* ---- アクセントストリップ (PC only) ---- */
.p-feature__accent-strip {
  display: none;
}

@media (min-width: 768px) {
  .p-feature__accent-strip {
    display: block;
    position: absolute;
    top: 0;
    width: calc(120 * (100vw / 1440));
    height: calc(520 * (100vw / 1440));
    overflow: hidden;
    z-index: 0;
  }

  .p-feature__accent-strip--left {
    left: 0;
  }

  .p-feature__accent-strip--right {
    right: 0;
  }

  .p-feature__accent-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-feature__accent-strip--left img {
    object-position: right center;
  }

  .p-feature__accent-strip--right img {
    object-position: left center;
  }
}

/* --------------------------------------------------------
   セクション間余白（共通）
   PC: 240px / SP: 160px
   tshirt は collab-ticker の padding-bottom が担うため除外
   -------------------------------------------------------- */
@media (min-width: 768px) {
  .p-feature__intro,
  .p-feature__sacoche,
  .p-feature__comment,
  .p-feature__cta {
    margin-top: 24rem;
  }

  .p-feature__story,
  .p-feature__graphic {
    margin-top: 25rem;
  }
}

@media (max-width: 767px) {
  .p-feature__intro,
  .p-feature__story,
  .p-feature__graphic,
  .p-feature__sacoche,
  .p-feature__comment,
  .p-feature__cta {
    margin-top: calc(160 * (100vw / 402));
  }
}

/* --------------------------------------------------------
   Section01: 渡辺明日香 紹介
   PC: [accent|text-col] [photo-col sticky]
   SP: [text-col heading] [photo-col] [body-sp]
   -------------------------------------------------------- */
.p-feature__intro {
  position: relative;
}

/* PC: 本文（SP では非表示） */
.p-feature__intro__body-pc {
  display: block;
}

/* SP: 本文（PC では非表示） */
.p-feature__intro__body-sp {
  display: none;
}

@media (min-width: 768px) {
  .p-feature__intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow-x: clip;
  }

  /* accent(120) | text(420) | gap | photo(780) — accent に60px重ねて配置 */
  .p-feature__intro__text-col {
    position: relative;
    z-index: 1;
    flex: 0 0 calc(420 * (100vw / 1440));
    margin-top: calc(60 * (100vw / 1440));
    margin-left: calc(60 * (100vw / 1440));
    margin-right: calc(60 * (100vw / 1440));
    padding: 0 calc(10 * (100vw / 1440)) 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: calc(70 * (100vw / 1440));
  }

  .p-feature__intro__photo-col {
    flex: 0 0 calc(780 * (100vw / 1440));
    overflow: hidden;
  }

  .p-feature__intro__photo-col img {
    width: 100%;
    height: calc(520 * (100vw / 1440));
    object-fit: cover;
  }

  .p-feature__intro__body-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-feature__intro {
    display: flex;
    flex-direction: column;
  }

  .p-feature__intro__text-col {
    order: 1;
    position: relative;
    z-index: 3;
    width: calc(360 * (100vw / 402));
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(30 * (100vw / 402));
    text-align: center;
    background: #fff;
  }

  .p-feature__intro__photo-col {
    order: 2;
    margin-top: calc(-20 * (100vw / 402));
    overflow: hidden;
  }

  .p-feature__intro__photo-col img {
    width: 100%;
    height: calc(269 * (100vw / 402));
    object-fit: cover;
  }

  .p-feature__intro__body-sp {
    order: 3;
    display: block;
    padding: calc(60 * (100vw / 402)) calc(21 * (100vw / 402)) calc(21 * (100vw / 402));
  }

  .p-feature__intro__body-pc {
    display: none;
  }

  .p-feature__section-heading {
    font-size: calc(18 * (100vw / 402));
    line-height: 2;
  }

  .p-feature__section-body {
    font-size: calc(14 * (100vw / 402));
    line-height: 2;
  }
}

/* --------------------------------------------------------
   Section02: フジロックとの軌跡
   PC: [photo-col sticky] [text-col] [accent|right]
   SP: [text-col heading] [photo-col] [body-sp]
   -------------------------------------------------------- */
.p-feature__story {
  position: relative;
}

.p-feature__story__body-pc {
  display: block;
}

.p-feature__story__body-sp {
  display: none;
}

@media (min-width: 768px) {
  .p-feature__story {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow-x: clip;
  }

  /* photo(780) | gap(120) | text(420) | margin-right(120) | accent(120→absolute) = 1440 */
  .p-feature__story__photo-col {
    flex: 0 0 calc(780 * (100vw / 1440));
  }

  .p-feature__story__photo-col img {
    width: 100%;
    height: calc(520 * (100vw / 1440));
    object-fit: cover;
    object-position: center top;
  }

  .p-feature__story__text-col {
    position: relative;
    z-index: 1;
    flex: 0 0 calc(420 * (100vw / 1440));
    margin-top: calc(60 * (100vw / 1440));
    margin-left: calc(60 * (100vw / 1440));
    margin-right: calc(45 * (100vw / 1440));
    padding: 0 calc(10 * (100vw / 1440)) 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: calc(70 * (100vw / 1440));
  }

  .p-feature__story__body-sp {
    display: none;
  }

  .p-feature__credit {
    margin-top: calc(10 * (100vw / 1440));
    text-align: right;
  }
}

@media (max-width: 767px) {
  .p-feature__story {
    display: flex;
    flex-direction: column;
  }

  .p-feature__story__text-col {
    order: 1;
    position: relative;
    z-index: 3;
    width: calc(360 * (100vw / 402));
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(30 * (100vw / 402));
    text-align: center;
    background: #fff;
  }

  .p-feature__story__photo-col {
    order: 2;
    margin-top: calc(-20 * (100vw / 402));
  }

  .p-feature__story__photo-col img {
    width: 100%;
    height: calc(268 * (100vw / 402));
    object-fit: cover;
    object-position: center top;
  }

  .p-feature__story__body-sp {
    order: 3;
    display: block;
    padding: calc(41 * (100vw / 402)) calc(21 * (100vw / 402)) calc(21 * (100vw / 402));
  }

  .p-feature__story__body-pc {
    display: none;
  }

  .p-feature__credit {
    font-size: calc(9 * (100vw / 402));
    text-align: right;
    margin-top: calc(10 * (100vw / 402));
    margin-right: calc(21 * (100vw / 402));
  }
}

/* --------------------------------------------------------
   Section03: コラボグラフィック制作
   PC: [accent|text-col] [photo-col sticky]
   SP: [text-col heading] [photo-col] [body-sp]
   -------------------------------------------------------- */
.p-feature__graphic {
  position: relative;
}

.p-feature__graphic__body-pc {
  display: block;
}

.p-feature__graphic__body-sp {
  display: none;
}

@media (min-width: 768px) {
  .p-feature__graphic {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow-x: clip;
  }

  .p-feature__graphic .p-feature__accent-strip {
    height: calc(750 * (100vw / 1440));
  }

  /* accent に60px重ねて配置 | text(420) | gap | photo(600) */
  .p-feature__graphic__text-col {
    position: relative;
    z-index: 1;
    flex: 0 0 calc(420 * (100vw / 1440));
    margin-top: calc(60 * (100vw / 1440));
    margin-left: calc(60 * (100vw / 1440));
    margin-right: calc(60 * (100vw / 1440));
    padding: 0 calc(10 * (100vw / 1440)) calc(10 * (100vw / 1440));
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: calc(70 * (100vw / 1440));
  }

  .p-feature__graphic__photo-col {
    flex: 0 0 calc(600 * (100vw / 1440));
    overflow: hidden;
  }

  .p-feature__graphic__photo-col img {
    width: 100%;
    height: calc(750 * (100vw / 1440));
    object-fit: cover;
  }

  .p-feature__graphic__body-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-feature__graphic {
    display: flex;
    flex-direction: column;
  }

  .p-feature__graphic__text-col {
    order: 1;
    position: relative;
    z-index: 3;
    width: calc(360 * (100vw / 402));
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(30 * (100vw / 402));
    text-align: center;
    background: #fff;
  }

  .p-feature__graphic__photo-col {
    order: 2;
    margin-top: calc(-20 * (100vw / 402));
    overflow: hidden;
  }

  .p-feature__graphic__photo-col img {
    width: 100%;
    height: calc(502 * (100vw / 402));
    object-fit: cover;
  }

  .p-feature__graphic__body-sp {
    order: 3;
    display: block;
    padding: calc(60 * (100vw / 402)) calc(21 * (100vw / 402)) calc(21 * (100vw / 402));
  }

  .p-feature__graphic__body-pc {
    display: none;
  }
}

/* --------------------------------------------------------
   COLLABORATION ITEMS マーキー (PC/SP共通)
   -------------------------------------------------------- */
.p-feature__collab-ticker {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .p-feature__collab-ticker {
    padding: 24rem 0;
  }
}

@media (max-width: 767px) {
  .p-feature__collab-ticker {
    padding: calc(160 * (100vw / 402)) 0;
  }
}

.p-feature__collab-ticker__track {
  display: flex;
  white-space: nowrap;
  animation: ticker-scroll 24s linear infinite;
}

.p-feature__collab-ticker__item {
  flex-shrink: 0;
  font-family: var(--font-barbour-sans);
  font-weight: 400;
  color: #000;
}

@media (min-width: 768px) {
  .p-feature__collab-ticker__item {
    font-size: 2.4rem;
    line-height: 1;
    padding-right: calc(292.5 * (100vw / 1440));
  }
}

@media (max-width: 767px) {
  .p-feature__collab-ticker__track {
    animation-duration: 10s;
  }

  .p-feature__collab-ticker__item {
    font-size: calc(20 * (100vw / 402));
    line-height: 1;
    padding-right: calc(82 * (100vw / 402));
  }
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --------------------------------------------------------
   Section04 / 05 — 商品セクション
   -------------------------------------------------------- */
/* 商品名 */
.p-feature__product-name {
  font-family: var(--font-barbour-sans);
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 1.25;
  color: #000;
  text-align: center;
}

/* 商品説明 */
.p-feature__product-desc {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
}

/* 価格＋BUYボタン */
.p-feature__product-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.p-feature__product-price {
  font-family: var(--font-barbour-sans);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.p-feature__product-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  padding: 0.2rem 0;
  border: 1px solid #000;
  background: transparent;
  font-family: var(--font-barbour-sans);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-feature__product-buy-btn:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) {
  /* PC: 横並び2枚画像 */
  .p-feature__product-images {
    display: flex;
    width: 100%;
  }

  .p-feature__product-images__img {
    flex: 0 0 50%;
    overflow: hidden;
  }

  .p-feature__product-images__img img {
    width: 100%;
    height: calc(900 * (100vw / 1440));
    object-fit: cover;
    display: block;
  }

  .p-feature__product-info {
    max-width: calc(840 * (100vw / 1440));
    margin: 0 auto;
    padding: 6rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }

  /* SP スライダーを PC で非表示 */
  .p-feature__product-slider {
    display: none;
  }
}

@media (max-width: 767px) {
  /* SP: PC の横並び画像を非表示 */
  .p-feature__product-images {
    display: none;
  }

  .p-feature__product-name {
    font-size: calc(28 * (100vw / 402));
    line-height: 1.43;
  }

  .p-feature__product-desc {
    font-size: calc(14 * (100vw / 402));
    line-height: 2;
  }

  .p-feature__product-price {
    font-size: calc(14 * (100vw / 402));
  }

  .p-feature__product-buy {
    justify-content: flex-end;
  }

  .p-feature__product-buy-btn {
    width: calc(60 * (100vw / 402));
    font-size: calc(13 * (100vw / 402));
  }

  .p-feature__product-info {
    padding: calc(60 * (100vw / 402)) calc(21 * (100vw / 402)) 0;
    display: flex;
    flex-direction: column;
    gap: calc(60 * (100vw / 402));
  }

  /* SP スライダー */
  .p-feature__product-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .p-feature__product-slider__track {
    display: flex;
    gap: 2px;
    touch-action: pan-y;
    cursor: grab;
    will-change: transform;
  }

  .p-feature__product-slider__track.is-dragging {
    cursor: grabbing;
    transition: none;
  }

  .p-feature__product-slider__slide {
    flex: 0 0 calc(360 * (100vw / 402));
  }

  .p-feature__product-slider__slide img {
    width: 100%;
    height: calc(450 * (100vw / 402));
    object-fit: cover;
    display: block;
    pointer-events: none;
  }
}

/* --------------------------------------------------------
   Section06 — 渡辺氏コメント
   -------------------------------------------------------- */
@media (min-width: 768px) {
  .p-feature__comment__inner {
    display: flex;
    align-items: flex-start;
    padding: 0 calc(60 * (100vw / 1440));
  }

  .p-feature__comment__photo {
    flex: 0 0 calc(540 * (100vw / 1440));
    margin-left: calc(181 * (100vw / 1440));
    overflow: hidden;
  }

  .p-feature__comment__photo img {
    width: 100%;
    height: calc(675 * (100vw / 1440));
    object-fit: cover;
    display: block;
  }

  .p-feature__comment__text {
    flex: 0 0 calc(300 * (100vw / 1440));
    margin-left: calc(120 * (100vw / 1440));
    padding-top: calc(277 * (100vw / 1440));
  }
}

.p-feature__comment__body {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
}

@media (max-width: 767px) {
  .p-feature__comment__inner {
    display: flex;
    flex-direction: column;
    gap: calc(60 * (100vw / 402));
    padding: calc(40 * (100vw / 402)) 0;
  }

  .p-feature__comment__photo {
    overflow: hidden;
    margin: 0 auto;
    width: calc(300 * (100vw / 402));
  }

  .p-feature__comment__photo img {
    width: 100%;
    height: calc(375 * (100vw / 402));
    object-fit: cover;
    display: block;
  }

  .p-feature__comment__text {
    width: calc(300 * (100vw / 402));
    margin: 0 auto;
  }

  .p-feature__comment__body {
    font-size: calc(14 * (100vw / 402));
    line-height: 2;
  }
}

/* --------------------------------------------------------
   Section07 — CTA
   -------------------------------------------------------- */
@media (min-width: 768px) {
  .p-feature__cta__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 calc(60 * (100vw / 1440));
    overflow-x: clip;
  }

  .p-feature__cta__text-col {
    flex: 0 0 calc(420 * (100vw / 1440));
    display: flex;
    flex-direction: column;
    gap: calc(60 * (100vw / 1440));
    position: sticky;
    top: 4rem;
  }

  .p-feature__cta__photo {
    flex: 0 0 calc(720 * (100vw / 1440));
    overflow: hidden;
  }

  .p-feature__cta__photo img {
    width: 100%;
    height: calc(900 * (100vw / 1440));
    object-fit: cover;
    display: block;
  }
}

.p-feature__cta__heading {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.3;
  color: #000;
}

.p-feature__cta__body {
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
}

.p-feature__cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  background: #a6a6a6;
  border: 1px solid #a6a6a6;
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.p-feature__cta__btn:hover {
  background-color: #fff;
  color: #a6a6a6;
  border-color: #a6a6a6;
}

@media (max-width: 767px) {
  .p-feature__cta__inner {
    display: flex;
    flex-direction: column;
  }

  .p-feature__cta__photo {
    order: 1;
    overflow: hidden;
  }

  .p-feature__cta__photo img {
    width: 100%;
    height: calc(502 * (100vw / 402));
    object-fit: cover;
    display: block;
  }

  .p-feature__cta__text-col {
    order: 2;
    padding: calc(60 * (100vw / 402)) calc(21 * (100vw / 402)) 0;
    display: flex;
    flex-direction: column;
    gap: calc(60 * (100vw / 402));
  }

  .p-feature__cta__heading {
    font-size: calc(18 * (100vw / 402));
    line-height: 2;
    text-align: center;
  }

  .p-feature__cta__body {
    font-size: calc(14 * (100vw / 402));
    line-height: 2;
  }

  .p-feature__cta__btn {
    padding: calc(26 * (100vw / 402)) 1rem;
  }
}

/* --------------------------------------------------------
   フェードイン アニメーション
   -------------------------------------------------------- */
.js-fade {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 横並び2枚画像: 左右同時フェード */
.js-fade-pair {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.js-fade-pair.is-visible {
  opacity: 1;
}
