@charset "UTF-8";

/************************************************************************
* 創造文化圏とは
* 数値は PSD 保存値＋カンプのピクセル実測（実寸 = カンプ@2x ÷ 2、画面幅 2046px で等倍）
* 縦位置は plan.md「PSD の bbox はグリフ上端」の補正
*   box_top = glyph_top - (line-height - font-size)/2 - font-size * 0.08
* を通した値から逆算している。
************************************************************************/

/*------------------------------------------------------------------
ヒーロー
--------------------------------------------------------------------*/

/* メインバナーを絶対配置するための基準。
   flow-root はタイトルの margin-top がセクション外へ抜けるのを防ぐため */
.fantasia-ccz-hero {
  position: relative;
  display: flow-root;
}

/* 見出し・飾り文字・小見出しはカンプの中心線 x=429.5 で中央揃え
   （幅はブラウザで組んだページタイトルが折り返さない 700 を確保） */
.fantasia-ccz-hero__head {
  width: 36.31%;
  margin-left: 1.06%;
  text-align: center;
}

.fantasia-ccz-hero__title {
  margin: clamp(62px, 6.452vw, 132px) 0 0;
  color: var(--fantasia-sub-purple);
  font-size: var(--fantasia-sub-fz-title);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

/* lead.png（英字ロゴ体＋飾り罫）は見出し桁の 70.29%（実寸 492 / 700） */
.fantasia-ccz-hero__lead {
  width: 70.29%;
  margin: clamp(19px, 2.004vw, 41px) auto 0;
  line-height: 0;
}

.fantasia-ccz-hero__lead img {
  width: 100%;
  height: auto;
}

.fantasia-ccz-hero__subtitle {
  margin: clamp(22px, 2.283vw, 47px) 0 0;
  color: var(--fantasia-sub-purple);
  font-size: clamp(18px, 1.711vw, 35px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.43;
}

/* リード文だけ左揃え（カンプ x=164 = 見出し桁の左から 12.07%） */
.fantasia-ccz-hero__text {
  margin: clamp(44px, 4.687vw, 96px) 0 0 12.07%;
  font-size: var(--fantasia-sub-fz-text);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.74;
  text-align: left;
}

/* メインバナーは右端が画面の端まで到達する（カンプ x=834〜2046） */
.fantasia-ccz-hero__visual {
  position: absolute;
  top: clamp(5px, 0.538vw, 11px);
  right: 0;
  width: 59.24%;
  max-width: 1212px;
  line-height: 0;
}

.fantasia-ccz-hero__visual img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------------
本文
--------------------------------------------------------------------*/

.fantasia-ccz-body {
  margin-top: clamp(62px, 6.5vw, 133px);
}

.fantasia-ccz-body__heading {
  padding-left: clamp(3px, 0.293vw, 6px);
  color: var(--fantasia-sub-purple);
  font-size: clamp(20px, 1.711vw, 35px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.43;
}

.fantasia-ccz-body__heading::before {
  content: '◆';
  margin-right: 0.6em;
}

.fantasia-ccz-body__subheading,
.fantasia-ccz-body__quote {
  margin: 0;
  padding-left: clamp(6px, 0.635vw, 13px);
  color: var(--fantasia-sub-purple);
  font-size: var(--fantasia-sub-fz-subheading);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.67;
}

.fantasia-ccz-body__subheading::before {
  content: '・';
}

/* 引用行は先頭が「のためカンプ上の字面が右へ寄る */
.fantasia-ccz-body__quote {
  padding-left: clamp(9px, 0.978vw, 20px);
}

.fantasia-ccz-body .fantasia-sub-text {
  font-weight: 600;
}

/* 見出し・本文の間隔はカンプ上で 1 つずつ違うため実測値で個別に当てる
   （値は実寸 px。ブロック内の並び順は HTML の順序と一致） */
.fantasia-ccz-body__block > * + * {
  margin-top: clamp(14px, 1.466vw, 30px);
}

.fantasia-ccz-body__block > .fantasia-sub-heading + .fantasia-sub-text {
  margin-top: clamp(20px, 2.049vw, 42px);
}

.fantasia-ccz-body__block > :nth-child(3) {
  margin-top: clamp(16px, 1.703vw, 35px);
}

.fantasia-ccz-body__block > :nth-child(5),
.fantasia-ccz-body__block > :nth-child(7) {
  margin-top: clamp(17px, 1.752vw, 36px);
}

.fantasia-ccz-body__block > :nth-child(6),
.fantasia-ccz-body__block > :nth-child(8),
.fantasia-ccz-body__block > :nth-child(13) {
  margin-top: clamp(14px, 1.417vw, 29px);
}

.fantasia-ccz-body__block > :nth-child(11) {
  margin-top: clamp(12px, 1.216vw, 25px);
}

.fantasia-ccz-body__block > :nth-child(14) {
  margin-top: clamp(9px, 0.973vw, 20px);
}

/*------------------------------------------------------------------
CTA（btn.png が地。文字はテキストで乗せる）
--------------------------------------------------------------------*/

.fantasia-ccz-cta {
  /* カンプ幅 1043 / 1928 = 54.1% */
  width: 54.1%;
  max-width: 1043px;
  margin: clamp(38px, 3.975vw, 81px) auto 0;
}

.fantasia-ccz-cta__link {
  position: relative;
  display: block;
  text-decoration: none;
  transition: filter 180ms ease;
}

/* 既存 .fantasia-card__link と同じホバー表現に揃える（カンプに指定はないがサイトの作法） */
.fantasia-ccz-cta__link:hover,
.fantasia-ccz-cta__link:focus-visible {
  filter: brightness(1.05) drop-shadow(0 3px 3px rgb(84 55 29 / 22%));
  outline: none;
}

.fantasia-ccz-cta__link img {
  display: block;
  width: 100%;
  height: auto;
}

.fantasia-ccz-cta__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(16px, 2.444vw, 50px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

/*------------------------------------------------------------------
狭い画面
--------------------------------------------------------------------*/

@media (max-width: 1050px) {
  .fantasia-ccz-hero__head {
    width: auto;
    margin-left: 0;
  }

  .fantasia-ccz-hero__lead {
    max-width: 492px;
  }

  .fantasia-ccz-hero__text {
    margin-left: 0;
    text-align: center;
  }

  /* メインバナーは画面幅いっぱいで見出しの下へ */
  .fantasia-ccz-hero__visual {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: clamp(24px, 3.2vw, 40px);
  }
}

@media (max-width: 760px) {
  .fantasia-ccz-hero__text {
    text-align: left;
  }

  .fantasia-ccz-hero__text br {
    display: none;
  }

  /* 比例縮小のままだとボタンが押せない大きさになるため下限を持たせる */
  .fantasia-ccz-cta {
    width: 100%;
    max-width: 420px;
  }
}
