@charset "utf-8";

/*==================================================================
  Japan Spiritual No.1 Summit 2026
  ・最大幅（article）2000px／メインコンテンツ（.inner）900px
  ・本文 20px（SP 17px）／赤文字 35px（SP 23px）#c80000
  ・書き出し画像には透明の余白が入っているものがあるため、
    余白の数値は「カンプの見た目の余白」から透明部分を差し引いた値
==================================================================*/

:root {
  --red: #c80000;
  --navy: #00114f;
}

/*----------------------------------------------------------------
  base
----------------------------------------------------------------*/
body {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 500; /* Medium */
  color: #000;
  /* カンプ（Illustrator）は文字ツメが効いた組みのため、
     同じ位置で改行させるぶんだけ字間を詰める */
  letter-spacing: -0.06em;
}

article {
  max-width: 2000px;
  margin-inline: auto;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 900px;
}

/* PC/SPで改行位置が変わる箇所用 */
.br_sp {
  display: none;
}

/* メインコンテンツ（900px）より大きい画像は縮めず実寸で見せる */
.wide img,
img.wide {
  max-width: none;
}

/*----------------------------------------------------------------
  赤文字リード
  ・カンプの改行位置を保つため、狭い画面では文字サイズを詰めて
    変な位置で折り返さないようにする（calcで制御）
----------------------------------------------------------------*/
.red_lead {
  color: var(--red);
  font-size: min(35px, calc((100vw - 100px) / 20.4));
  line-height: 1.58;
  font-weight: 600; /* 本文(500)より一段太く */
  text-align: left;
  letter-spacing: -0.04em;
}

/*----------------------------------------------------------------
  header / mv
----------------------------------------------------------------*/
.mv {
  max-width: 2000px;
  margin-inline: auto;
  overflow: hidden;
}

/* MVは最大幅2000pxの実寸で表示し、画面が狭いときは左右を均等に見切れさせる */
.mv .pc {
  width: 2000px;
  max-width: none;
  margin-inline: calc((100% - 2000px) / 2);
  /* 書き出し画像の上部に白い余白が入っているため、その分を詰める */
  margin-top: -14.5px;
}

.mv .sp {
  margin-top: -5.5px;
}

/*----------------------------------------------------------------
  fv_info（開催日時＋CTA）
----------------------------------------------------------------*/
.fv_info {
  background: #fff;
  padding-top: 11px;
}

.fv_info__in {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.fv_info__date {
  margin-bottom: 13px; /* カンプに合わせてCTAより少し上に置く */
}

.fv_info__date img {
  margin-inline: 0;
}

/*----------------------------------------------------------------
  cta
----------------------------------------------------------------*/
.link {
  text-align: center;
}

.link a {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  overflow: hidden;
  transition: 0.5s;
}

.link a:hover,
.fv_info a:hover {
  transform: translateY(-2px);
}

.fv_info a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.5s;
}

.area_1 .link {
  padding-top: 60px;
  padding-bottom: 19px;
}

.area_2 .link {
  padding-top: 39px;
  padding-bottom: 34px;
}

.link--last {
  background: #fff;
  padding-top: 49px;
  padding-bottom: 40px;
}

/*----------------------------------------------------------------
  area_1（なぜ今、第一人者たちが集うのか）
----------------------------------------------------------------*/
.area_1 {
  background: url(../images/area1_back@2x.jpg) center top / 2000px auto no-repeat,
    linear-gradient(#fff 0%, #fff 24%, #f1f5fe 44%, #fff3fd 64%, #fff8ff 83%, #fff 100%);
  padding-top: 71px;
}

.area1__h1 {
  margin-bottom: 36px;
}

.area_1 .txt {
  margin-bottom: 34px;
}

.area_1 .txt p + p {
  margin-top: 29px;
}

/* たかみー写真（本文まわりこみ）
   overflow:hidden だと上にずらした写真の頭が切れるので flow-root でまわりこみ解除 */
.area1__lead {
  display: flow-root;
  margin-bottom: 32px;
}

.area1__face {
  float: right;
  margin: -8px 0 10px 0;
}

/* 「何を信じれば〜」：PCは1行、SPは2行に分けて行間を広げる */
.area1__q span {
  display: inline;
}

.area_1 .red_lead {
  margin-bottom: 41px;
}

.red_lead--2 {
  margin-bottom: 38px !important;
}

.txt--logo_before {
  margin-bottom: 53px !important;
}

.txt--red_before {
  margin-bottom: 46px !important;
}

.txt--answer_before {
  margin-bottom: 35px !important;
}

.txt--last {
  margin-bottom: 0 !important;
}

.area1__logo {
  margin-bottom: 43px;
  text-align: center;
}

/* 手のひらと地球の写真＋赤文字
   写真はfloatにして、次の一文がカンプ同様に写真の左横まで回り込むようにする */
.area1__answer {
  margin-bottom: 29px;
}

.area1__answer .red_lead {
  margin-bottom: 0 !important;
  /* 写真のぶん幅が狭いので、900px未満でも改行位置が崩れないよう詰める */
  font-size: min(35px, calc((100vw - 372px) / 13.6));
}

.area1__earth {
  float: right;
  margin-right: -45px; /* カンプどおり、写真だけメインコンテンツから右にはみ出す */
}

.area1__earth img {
  margin-inline: 0;
}

.area_1 .link {
  clear: both;
}

/*----------------------------------------------------------------
  area_2（あなたが受け取るもの）
----------------------------------------------------------------*/
.area_2 {
  background: url(../images/area2_back@2x.jpg) center 145px / 2000px auto no-repeat, #fff;
}

.area2__h1 {
  margin-bottom: 3px;
}

/* メインコンテンツ（900px）より大きい画像は縮めず実寸のまま左右へ均等にはみ出させる */
.area2__h1 img.pc {
  max-width: none;
  margin-inline: calc((100% - 1048px) / 2);
}

.recv_list img.pc {
  max-width: none;
  margin-inline: calc((100% - 986px) / 2);
}

.area2__lead img.pc {
  max-width: none;
  margin-inline: calc((100% - 1065px) / 2);
}

.recv_list li + li {
  margin-top: -38.5px; /* 見た目の間隔24px − 上下の透明余白(46+16.5) */
}

.area2__lead {
  margin-top: -32px; /* 見た目の間隔35px − 上下の透明余白(46+21) */
  text-align: center;
}

/*----------------------------------------------------------------
  area_3（主催者プロフィール）
----------------------------------------------------------------*/
.area_3 {
  background: linear-gradient(to right, #d8a83f 0%, #e7c56c 22%, #fcfbc5 33%, #f8f3b1 50%, #f8efaa 68%, #e4cb8b 82%, #d5ae63 100%);
  padding-top: 49px;
  padding-bottom: 32px;
}

.area3__card {
  text-align: center;
}

.area3__card img.pc {
  max-width: none; /* 900pxに収めず実寸表示 */
  margin-inline: calc((100% - 944px) / 2);
}

/*----------------------------------------------------------------
  area_4（ご登壇講師の紹介）
----------------------------------------------------------------*/
.area_4 {
  background: #fff;
  padding-top: 41px;
}

.area4__h1 img.pc {
  max-width: none; /* 900pxに収めず実寸表示 */
  margin-inline: calc((100% - 947px) / 2);
}

.day {
  padding-bottom: 84px;
}

.day1 {
  background: #fffaff;
  padding-top: 32px;
}

.day2 {
  background: #f7faff;
}

.day3 {
  background: #fcfffc;
  padding-bottom: 62px;
}

.day__ttl {
  text-align: center;
  margin-bottom: 50px;
}

/* 登壇者リスト
   ・左＝写真＋名前＋YouTubeボタンの書き出し画像（幅は人によって違う）
   ・右＝本文。名前画像の幅に関係なく本文の左右位置を揃える */
.speakers li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 36px;
  border-bottom: 2px dotted #4d4d4d;
  margin-bottom: 52px;
}

.speakers li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.speakers__img {
  flex: 0 0 484px;
  display: block;
  transition: 0.3s;
}

.speakers__img:hover {
  opacity: 0.8;
}

.speakers__img img {
  margin-inline: 0;
}

.speakers__txt {
  flex: 0 0 416px;
}

.speakers__txt p {
  line-height: 2;
}

/*----------------------------------------------------------------
  footer
----------------------------------------------------------------*/
footer {
  background: var(--navy);
  padding: 20px 0;
}

footer a,
.white {
  color: #fff;
}

/*----------------------------------------------------------------
  追従CTA
  スクロールでMVを過ぎたら画面下から出現し、フッターが見えたら隠れる
----------------------------------------------------------------*/
.cta_fix {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  padding-bottom: 12px;
  transform: translateY(130%);
  transition: transform 0.4s ease;
  pointer-events: none;
}

.cta_fix.is_show {
  transform: translateY(0);
  pointer-events: auto;
}

.cta_fix a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.3s;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

.cta_fix a:hover {
  transform: translateY(-2px);
}

.cta_fix img {
  width: 380px;
  max-width: none;
}

/*==================================================================
  スマホ
==================================================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.07em;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  img {
    vertical-align: bottom;
  }

  .br_sp {
    display: inline;
  }

  /* 見出し・帯は左右余白ゼロ、本文まわりは左右25px（375px基準の%で指定して
     375pxより広い画面でも同じ比率のまま横幅いっぱいに広がるようにする） */
  .inner {
    width: 100%;
    max-width: 100%;
  }

  .txt,
  .red_lead,
  .speakers {
    padding-inline: 6.667%; /* 375pxのとき25px */
  }

  .red_lead,
  .area1__answer .red_lead {
    /* カンプの改行位置を保つため、画面幅に合わせて詰める */
    font-size: min(23px, calc(90.13vw / 15.3));
    line-height: 1.54;
    padding-inline: 6.667% 3.2%;
  }

  /*---- fv_info ----*/
  .fv_info {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .fv_info__in {
    flex-direction: column;
    gap: 14px;
  }

  .fv_info__date img {
    margin-inline: auto;
    width: 89.6%; /* 375pxのとき336px */
  }

  .fv_info .btn,
  .link .btn {
    display: block;
    width: 95.47%; /* 375pxのとき358px */
    margin-inline: auto;
  }

  .fv_info .btn img,
  .link .btn img {
    width: 100%;
    max-width: none;
  }

  .area_1 .link {
    padding-top: 34px;
  }

  .area_2 .link {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .link--last {
    padding-top: 30px;
    padding-bottom: 26px;
  }

  /*---- area_1 ----*/
  .area_1 {
    background: url(../images/area1_backsp@2x.jpg) center top / 100% auto no-repeat,
      linear-gradient(#fff 0%, #fff 24%, #f1f5fe 44%, #fff3fd 64%, #fff8ff 83%, #fff 100%);
    padding-top: 25px;
  }

  .area1__h1 {
    margin-bottom: 18px;
  }

  .area1__h1 img {
    width: 87.2%; /* 375pxのとき327px */
    max-width: none;
  }

  .area_1 .txt {
    margin-bottom: 26px;
  }

  .area_1 .txt p + p {
    margin-top: 26px;
  }

  .area_1 .red_lead {
    margin-bottom: 26px;
  }

  /* カンプどおり、SPは写真を大きめ＆右端から少しはみ出す位置に */
  .area1__face {
    width: 47.4%;
    margin: -7px -9.5% 6px 0;
  }

  /* SPは2行に分けて、行間を少し広げる */
  .area1__q span {
    display: block;
  }

  .area1__q span + span {
    margin-top: 10px;
  }

  .area1__logo {
    margin-bottom: 24px;
  }

  .area1__logo img {
    width: 87.07%; /* 375pxのとき326.5px */
  }

  /* SPは写真が上、赤文字が下 */
  .area1__earth {
    float: none;
    margin-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }

  .area1__earth img {
    width: 86.67%; /* 375pxのとき325px */
    margin-inline: auto;
  }

  /*---- area_2 ----*/
  .area_2 {
    background: url(../images/area2_backsp@2x.jpg) center 60px / 100% auto no-repeat, #fff;
  }

  .area2__h1 {
    margin-bottom: 6px;
  }

  .area2__h1 img.sp {
    width: 97.07%; /* 375pxのとき364px */
  }

  /* SPは画像幅380pxのため左右に少しはみ出させて中央に置く */
  .recv_list img.sp {
    max-width: none;
    width: 101.33%; /* 375pxのとき380px */
    margin-inline: -0.667%;
  }

  .area2__lead img.sp {
    width: 97.6%; /* 375pxのとき366px */
  }

  .recv_list li + li {
    margin-top: -34px; /* 見た目の間隔21px − 上下の透明余白(33+22.5) */
  }

  .area2__lead {
    margin-top: -20px;
  }

  /*---- area_3 ----*/
  .area_3 {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .area3__card img.sp {
    width: 97.6%; /* 375pxのとき366px */
  }

  /*---- area_4 ----*/
  .area_4 {
    padding-top: 26px;
  }

  .area4__h1 img.sp {
    width: 96.53%; /* 375pxのとき362px */
  }

  .day {
    padding-bottom: 46px;
  }

  .day1 {
    padding-top: 20px;
  }

  .day3 {
    padding-bottom: 30px;
  }

  .day__ttl {
    margin-bottom: 30px;
  }

  /* SPは写真の下に本文を置く */
  .speakers li {
    display: block;
    padding-bottom: 22px;
    margin-bottom: 26px;
  }

  .speakers__img {
    display: block;
    margin-bottom: 18px;
  }

  .speakers__img img {
    width: 100%;
  }

  .speakers__txt p {
    line-height: 1.65;
  }

  /*---- footer ----*/
  footer {
    padding: 30px 0 20px;
  }

  footer .wrap {
    width: 100%;
    padding: 0 20px;
  }

  footer .footer {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  footer .footer p {
    text-align: center;
  }

  footer .footer span[style] {
    float: none !important;
  }

  /*---- 追従CTA ----*/
  .cta_fix {
    padding-bottom: 8px;
  }

  .cta_fix img {
    width: 330px;
    max-width: calc(100% - 24px);
  }
}
