/*
Theme Name: Tottori Christmasmarket
Author: YoutH
Description: Tottori Christmasmarket
Version: 1.0
License: kouki
License URI:https: //tottorichristmas.com/
Text Domain:
*/

/* -------------------------------- */
/*ヘッダー
/* -------------------------------- */

#container {
  position: relative;
}

#header {
  position: relative;
  top     : 0;
  left    : 0;
  width   : 100%;
  z-index : 100;
}

#header_cont {
  width     : 100%;
  padding   : 24px 40px;
  box-sizing: border-box;
}

.header_inner {
  display    : flex;
  max-width  : 1680px;
  align-items: center;
  margin     : 0 auto;
}



.header-headline {
  position   : absolute;
  top        : 30px;
  left       : 50%;
  transform  : translateX(-50%);
  font-size  : 1.2rem;
  line-height: 1.25;
  text-align : center;
  font-family: "Manrope",
    sans-serif;
  font-weight: bold;
}

.pc {
  display: none;
}


/* -------------------------------- */
/*header-メディアクエリ
/* -------------------------------- */

@media (max-width: 1024px) {
  #header_cont {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
}

@media (max-width: 599px) {

  .header_inner h1 a {
    width  : 68px;
    display: block;
  }

  .header-headline {
    display: none;
  }
}

/* -------------------------------- */
/* ナビメニュー
/* -------------------------------- */

#nav-menu {
  display    : flex;
  margin-left: auto;
  align-items: center;
}

#nav-menu ul {
  display    : flex;
  align-items: center;
}

#nav-menu ul li {
  display       : inline-block;
  letter-spacing: 1px;
  margin-left   : 32px;
  overflow      : hidden;
}

#nav-menu ul li:first-child {
  padding-left: 0;
}

#nav-menu ul li a {
  font-size     : clamp(1.2rem, 1vw, 1.4rem);
  letter-spacing: 0;
  display       : flex;
  flex-direction: column;
  align-items   : center;
  position      : relative;
}

/*ホバーエフェクト*/

#nav-menu * {
  box-sizing        : border-box;
  -webkit-transition: all 0.35s ease;
  transition        : all 0.35s ease;
}

#nav-menu li {
  display : inline-block;
  overflow: hidden;
}

#nav-menu ul li a::before,
#nav-menu ul li a::after {
  position          : absolute;
  -webkit-transition: all 0.25s ease;
  transition        : all 0.25s ease;
}

#nav-menu ul li a::before {
  bottom : 100%;
  display: block;
  height : 2px;
  width  : 100%;
  content: "";
}

#nav-menu ul li a::after {
  position   : absolute;
  bottom     : 100%;
  left       : 0;
  content    : attr(data-hover);
  white-space: nowrap;
}

#nav-menu ul li:hover a {
  transform: translateY(100%);
  margin   : 0;
}

@media (max-width: 1024px) {
  #nav-menu {
    display: none;
  }
}

/* -------------------------------- */
/* kv
/* -------------------------------- */

/* 全体ラッパー */
.kv_wrapper {
  position  : relative;
  width     : 100%;
  margin-top: 36px;

}

.kv-inner {
  position    : relative;
  width       : 100%;
  height      : 100%;
  /* max-width: 1680px; */
}

/* ─────────────── */
/* 真ん中のPNG画像 */
/* ─────────────── */
.kv-photo {
  width          : 100%;
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.kv-photo img {
  width  : 50%;
  height : auto;
  display: block;
}

/* ─────────────── */
/* 左：メインタイトル（EB Garamond） */
/* ─────────────── */
.kv-main-title {
  position: absolute;
  left    : 8vw;
  top     : 24vh;
  z-index : 2;
}

.kv-title-eb {
  margin     : 0;
  font-family: "EB Garamond", serif;
  font-size  : clamp(7.2rem, 8vw, 11.2rem);
  line-height: 1;
  color      : #EADDBA;
  font-weight: 400;
}

/* ─────────────── */
/* 右上：2025バッジ（カクカクアニメーション） */
/* ─────────────── */
.kv-year-badge {
  position: absolute;
  top     : 7vh;
  right   : 30vw;
  z-index : 3;
  width   : 110px;

}

/* 2段階アニメーション */
@keyframes ovalMoveFull {
  0% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(0deg);
  }

  87.5% {
    transform: rotate(-15deg);
  }

  92.5% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.js-oval-move {
  animation: ovalMoveFull 2.65s ease-out infinite;
}

/* ─────────────── */
/* 右：縦書きコピー（Zen Old Mincho） */
/* ─────────────── */
.kv-copy-vertical {
  position        : absolute;
  right           : 8.86vw;
  top             : 20px;
  margin          : 0;
  writing-mode    : vertical-rl;
  text-orientation: upright;
  font-family     : "Zen Old Mincho", serif;
  font-size       : clamp(3rem, 3vw, 4rem);
  line-height     : 1;
  color           : #EADDBA;
  z-index         : 2;
  font-weight     : 500;
}

/* ─────────────── */
/* 日付（中央下寄り） */
/* ─────────────── */
.kv-date {
  position   : absolute;
  left       : 50%;
  bottom     : 2vh;
  transform  : translateX(-50%);
  white-space: nowrap;
  z-index    : 2;
  color      : #FFDB79;
  font-family: "EB Garamond", serif;
}

.kv-date-year {
  font-size   : 5rem;
  margin-right: 0.6rem;
}

.kv-date-main {
  font-size   : 10rem;
  margin-right: 0.4rem;
}

.kv-date-day {
  font-size   : 5rem;
  margin-right: 1.2rem;
}

.kv-date-tilde {
  font-size   : 4rem;
  margin-right: 1.4rem;
}

/* 会場名 */
.kv-place {
  position      : absolute;
  left          : 50%;
  bottom        : -40px;
  transform     : translateX(-50%);
  margin        : 0;
  font-size     : 2rem;
  letter-spacing: 0.12em;
  color         : #FFDB79;
  z-index       : 2;
}

/* ─────────────── */
/* SNS / Scroll Down（100vh 内 bottom:30px に固定） */
/* ─────────────── */

.kv-bottom-left,
.kv-bottom-right {
  position: absolute;
  bottom  : 30px;
  color   : #F8EBC4;
  z-index : 3;
  top     : calc(100vh - 45px);
  height  : fit-content;
}

.kv-bottom-left {
  left: 8vw;
  top : calc(100vh - 70px);
}

.kv-bottom-right {
  right     : 8vw;
  text-align: right;
}

.kv-sns-label {
  font-size    : 1.6rem;
  font-weight  : bold;
  margin-bottom: 4px;
  display      : block;
  line-height  : 1.25;
}

.kv-sns-text {
  font-size  : 1.6rem;
  line-height: 1.25;
}

/* 全体を隠す */
.scroll-marquee {
  overflow   : hidden;
  white-space: nowrap;
  position   : relative;
  width      : 80px;
  /* お好きな幅に変更可 */
}

/* テキスト */
.scroll-marquee .kv-scroll-text {
  display      : inline-block;
  padding-right: 10px;
  animation    : marquee 10s linear infinite;
  font-size    : 1.4rem;
  color        : #F8EBC4;
}

/* アニメーション本体 */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.kv-scroll-text {
  font-size  : 1.6rem;
  line-height: 1.25;
}

.sns-link a {
  display    : inline-flex;
  align-items: center;
  gap        : 4px;
  position   : relative;
}

.arrow-wrap {
  position: relative;
  width   : 16px;
  /* 矢印の実寸に合わせてください */
  height  : 16px;
  display : inline-block;
  overflow: hidden;
}

/* 両方の矢印に共通する初期設定 */
.arrow {
  position  : absolute;
  top       : 0;
  left      : 0;
  transition: transform .35s ease, opacity .35s ease;
}

/* メインの矢印（通常表示） */
.arrow-main {
  opacity  : 1;
  transform: translate(0, 0);
}

/* ゴースト矢印（初期は左下で非表示） */
.arrow-ghost {
  opacity  : 0;
  transform: translate(-10px, 10px);
}

/* ホバー時：メイン矢印は右上に飛んで消える */
.sns-link a:hover .arrow-main {
  opacity  : 0;
  transform: translate(10px, -10px);
}

/* ホバー時：ゴースト矢印が元位置に戻ってくる */
.sns-link a:hover .arrow-ghost {
  opacity  : 1;
  transform: translate(0, 0);
}



/* -------------------------------- */
/*kv-メディアクエリ
/* -------------------------------- */

@media (max-width: 768px) {

  .kv-main-title {
    left: 3vw;
    top : 10vh;
  }

  .kv-photo {
    width: 100%;
  }

  .kv-photo img {
    width: 60%;
  }

  .kv-year-badge {
    top  : 0;
    right: 23vw;
    width: 100px;
  }

  .kv-date {
    position  : static;
    transform : none;
    text-align: center;
  }

  .kv-date-main {
    font-size: 4.8rem;
  }

  .kv-date-day,
  .kv-date-year {
    font-size: 3rem;
  }

  .kv-place {
    position     : static;
    transform    : none;
    text-align   : center;
    margin-top   : 20px;
    margin-bottom: 40px;
  }

  .kv-bottom-left {
    position   : static;
    margin-left: 20px;
  }

  .kv-bottom-right {
    position    : static;
    margin-right: 20px;
    margin-top  : -20px;
  }

  .scroll-marquee {
    margin-left: auto;
  }
}

@media (max-width: 599px) {

  .kv_wrapper {
    margin-top: 16px;
  }

  .kv-title-eb {
    font-size: 4.8rem;
  }

  .kv-photo img {
    width: 77%;
  }

  .kv-copy-vertical {
    font-size: 2.4rem;
    right    : 20px;
  }

  .kv-year-badge {
    width: 80px;
    right: 17vw;
  }

  .kv-date-day,
  .kv-date-year {
    font-size   : 1.8rem;
    margin-right: 0;
  }

  .kv-date-main {
    font-size: 3.6rem;
  }

  .kv-date-tilde {
    font-size   : 2rem;
    margin-right: 0;
  }

  .kv-place {
    font-size : 1.6rem;
    margin-top: 16px;
    margin-bottom: 56px;
  }

  .kv-sns-label {
    font-size: 1.3rem;
  }

  .sns-link a {
    font-size: 1.3rem;
    gap      : 2px;
  }

  .kv-sns-text {
    font-size: 1.3rem;
  }

  .scroll-marquee .kv-scroll-text {
    font-size: 1.3rem;
  }
}

/* -------------------------------- */
/* お知らせセクション
/* -------------------------------- */

.info-sec {
  padding-top   : 120px;
  padding-bottom: 12%;
}

.info-sec_cont {
  padding  : 0 2.86vw;
  margin   : 0 auto;
  max-width: 1600px;
}

.info-lead_container {
  display        : flex;
  align-items    : flex-end;
  justify-content: space-between;
  margin-bottom  : 30px;
}

.info-lead_container h2 {
  font-size: 2rem;
}

.news-btn {
  position   : relative;
  display    : flex;
  align-items: center;
  gap        : 1.2rem;
  cursor     : pointer;
}

.news-btn__text {
  font-size  : 1.5rem;
  line-height: 1.5;
}

.news-btn__icon {
  position        : relative;
  display         : inline-block;
  background-color: #EADDBA;
  width           : 25px;
  height          : 25px;
  border-radius   : 100px;
  overflow        : hidden;
}

.news-btn__icon img {
  position : absolute;
  top      : 50%;
  left     : 50%;
  width    : 45%;
  transform: translate(-50%, -50%);
}

/* hover した瞬間だけアニメを流す */
.news-btn:hover .news-btn__icon img {
  animation: arrowSlide 0.4s cubic-bezier(.25, .46, .45, .94);
}

@keyframes arrowSlide {
  0% {
    transform: translate(-50%, -50%);
  }

  40% {
    transform: translate(-20%, -50%);
    /* 右にスッと出る */
  }

  100% {
    transform: translate(-50%, -50%);
    /* 元の位置に戻る */
  }
}

.info-list_area ul li {
  display        : flex;
  justify-content: space-between;
  padding        : 20px 0;
  position       : relative;
}

.info-list_area ul li::before {
  content         : "";
  display         : block;
  width           : 0;
  height          : 1px;
  background-color: rgb(234, 221, 186, 0.15);
  position        : absolute;
  top             : 0;
  left            : 0;
  z-index         : 1;
  transition      : 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.info-list_area ul li.is-active::before {
  width: 100%;
}

.info-list_area ul li:last-child::after {
  content         : "";
  display         : block;
  width           : 0;
  height          : 1px;
  background-color: rgb(234, 221, 186, 0.15);
  position        : absolute;
  bottom          : 0;
  left            : 0;
  z-index         : 1;
  transition      : 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.info-list_area ul li.is-active:last-child::after {
  width: 100%;
}

.info-topics-ttl {
  display: flex;
  gap    : 20px;
}

.info-topics-ttl .time {
  font-size  : 1.6rem;
  line-height: 1.5;
  width      : 148px;
}


.info-topics-ttl h3 {
  font-size  : 1.8rem;
  line-height: 1.5;
}




/* -------------------------------- */
/* infoセクションメディアクエリ
/* -------------------------------- */

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .info-sec {
    padding: 120px 20px 40px;
  }

  .info-sec_cont {
    width  : 100%;
    padding: 0;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .info-ttl_area h2 {
    font-size: 4.2rem;
  }
}

@media (max-width: 599px) {

  .info-sec {
    padding: 120px 20px 40px;
  }

  .info-lead_container h2 {
    font-size: 1.8rem;
  }

  .news-btn__text {
    font-size: 1.3rem;
  }

  .news-btn__icon {
    width : 20px;
    height: 20px;
  }

  .info-lead_container {
    margin-bottom: 24px;
  }

  .info-topics-ttl {
    display: block;
  }

  .info-ttl_area {
    width: 100%;
  }

  .info-topics-ttl .time {
    font-size: 1.3rem;
  }

  .info-topics-ttl h3 {
    font-size : 1.5rem;
    margin-top: 8px;
  }

  .info-ttl_area .common-ttl {
    margin-bottom: 20px;
  }

  .info-list_area ul {
    display   : block;
    margin-top: 0;
  }

  .info-list_area ul li {
    width: 100%;
  }


  .info-data_area .topics-link-text {
    font-size: 1.1rem;
  }
}





/* -------------------------------- */
/* aboutセクション
/* -------------------------------- */



.common-sec {
  padding : 80px 40px 80px;
  padding : 80px 3.4vw 80px;
  position: relative;
  z-index : 10;
}


.about-sec {
  padding: 60px 0 180px;
}


.about_container {
  margin    : 0 auto;
  text-align: center;
}





.l-lead_content_ttl .l-lead_desk {
  font-size  : clamp(3rem, 3.4vw, 4.8rem);
  font-weight: 400;
  line-height: 1.5;
}

/* .l-lead_content_ttl {
  display : inline-block;
  overflow: hidden;
}


.lead-main-ttl .lead-chird-txt {
  display                   : block;
  transition                : transform 1.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform                 : translate3d(0, 96%, 0);
}

.lead-main-ttl .lead-chird-txt:last-child {
  transition-delay: 0.1s;
}

.lead-main-ttl.is-active .lead-chird-txt {
  transform: translate3d(0, 0, 0);
} */



.l-lead_text_wrapper {
  margin-bottom : 60px;
  padding-top   : 60px;
  display       : flex;
  flex-direction: column;
  align-items   : center;
  width         : 34.43%;
  margin        : 0 auto;
}

.l-lead_content_txt {
  margin-bottom: 20px;
  font-size    : clamp(1.4rem, 1.5vw, 1.6rem);
  line-height  : 2;
  text-align   : center;
}

.first {
  opacity          : 0;
  -webkit-transform: translateY(20px);
  transform        : translateY(20px);
  transition       : 0.8s;
}

.first.is-active {
  opacity          : 1;
  -webkit-transform: translateY(0);
  transform        : translateY(0);
  transition       : 0.8s;
}

/* -------------------------------- */
/*aboutセクション-メディアクエリ
/* -------------------------------- */


@media (max-width: 768px) {
  .about-sec {
    padding            : 120px 40px 80px;
    margin-bottom      : 40px;
    background-position: center;
    background-size    : contain;
  }

  .l-lead_text_wrapper {
    width: 100%;
  }

  .l-lead_content_ttl .l-lead_desk {
    font-size: 3.6rem;
  }

  .l-lead_content_txt {
    font-size: 1.6rem;
  }
}

@media (max-width: 599px) {
  .common-sec {
    padding: 30px 25px;
  }

  .about-sec {
    padding      : 60px 20px 96px;
    margin-bottom: 20px;
  }

  .l-lead {
    padding-top: 8rem;
    padding    : 8rem 20px;
  }

  .about_container {
    width  : 100%;
    padding: 0;
  }

  .l-lead_content_ttl {
    margin-bottom: 48px;
  }

  .l-lead_content_ttl .l-lead_desk {
    font-size: 2.6rem;
  }

  .l-lead_text_wrapper {
    padding-top  : 0;
    margin-bottom: 0;
  }

  .l-lead_content_txt {
    font-size    : 1.4rem;
    margin-bottom: 40px;
  }



}

/* =========================================================
 * Store Information
 * ========================================================= */

.store-info_sec {
  background: #EDECE5;
  padding   : 80px 0 120px;
}

.store-info_wrapper h2 {
  text-align   : center;
  font-size    : 8rem;
  margin-bottom: 120px;
  color        : #6A0016;
  padding      : 0 2.86vw;
  max-width    : 1600px;
  margin       : 0 auto 120px;
}

/* スライダー全体 */
.store-swiper {
  margin-bottom: 60px;
}

.store-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Swiper Slide の幅をカードに合わせて固定 */
.store-swiper .swiper-slide {
  width: 320px !important;
}

/* カード */
.store-card {
  background   : #fff;
  border-radius: 6px;
  overflow     : hidden;
  width        : 320px;
  box-shadow   : 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* サムネイル */

.store-thumb {
  overflow    : hidden;
  aspect-ratio: 5 / 4;
}

.store-thumb img {
  width     : 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* ホバー時：少しズーム + 少し透かす */
.store-card:hover .store-thumb img {
  transform: scale(1.05);
}

/* 内容 */
.store-content {
  padding       : 8px 12px 12px;
  height        : 160px;
  display       : flex;
  flex-direction: column;
}

.store-title {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

.store-title h3 {
  font-size  : 1.8rem;
  line-height: 1.5;
  color      : #232323;
  font-weight: bold;
}

.store-icon {
  width           : 24px;
  height          : 24px;
  background-color: #242426;
  border-radius   : 100px;
  display         : flex;
  align-items     : center;
  justify-content : center;
}

.store-icon a {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.store-icon img {
  width: 12px;
}

/* カテゴリ */
.store-category {
  font-size: 1.2rem;
  margin   : 16px 0 4px;
  color    : #232323;
}

/* メニュー */
.store-menu {
  font-size  : 1.2rem;
  line-height: 1.5;
  color      : #232323;
}

/* OPEN 日程 */
.store-open {
  font-size : 1.2rem;
  color     : #232323;
  margin-top: auto;
}


@media (max-width: 768px) {
  .store-info_wrapper h2 {
    font-size: 6rem;
  }
}

@media (max-width: 599px) {

  .store-swiper {
    margin-bottom: 0;
  }

  .store-info_sec {
    padding: 80px 0 60px;
  }

  .store-info_wrapper h2 {
    font-size    : 4.8rem;
    margin-bottom: 60px;
  }

  .store-swiper .swiper-slide {
    width: 240px !important;
  }

  .store-card {
    width: 240px;
  }

  .store-title h3 {
    font-size: 1.6rem;
  }
}

/* =========================================================
 * Event Map
 * ========================================================= */

.event-map_sec {
  padding         : 80px 0 120px;
  background-color: #EDECE5;
}

.event-map_wrapper h2 {
  text-align: center;
  font-size : 8rem;
  color     : #6A0016;
  padding   : 0 2.86vw;
  max-width : 1600px;
  margin    : 0 auto 60px;
}


.event-map_wrapper span {
  text-align : center;
  font-size  : 1.4rem;
  color      : #6A0016;
  display    : block;
  padding    : 0 2.86vw;
  line-height: 1.25;
  max-width  : 1600px;
  margin     : 0 auto 36px;
}

.event-map_area {
  width    : 90%;
  max-width: 1400px;
  margin   : 0 auto 40px;
}

.eventmap-note {
  margin-top : 16px;
  color      : #6A0016;
  text-align : center;
  line-height: 1.5;
  font-size  : 1.4rem;
  padding    : 0 20px;
}

@media (max-width: 768px) {
  .event-map_wrapper h2 {
    font-size: 6rem;
  }

  .event-map_area {
    width  : 100%;
    padding: 0 8px;
  }
}

@media (max-width: 599px) {
  .event-map_sec {
    padding: 60px 0;
  }

  .event-map_wrapper h2 {
    font-size    : 4.8rem;
    margin-bottom: 40px;
  }

  .eventmap-note {
    font-size: 1.2rem;
  }
}

/* =========================================================
 * Event-Schedule
 * ========================================================= */


.event-schedule_sec {
  background: #242426;
  padding   : 144px 2.86vw;
  color     : #EADDBA;
}

.event-schedule_wrapper {
  max-width: 1680px;
  margin   : 0 auto;
}

.schedule-title {
  text-align   : center;
  font-size    : 8rem;
  margin-bottom: 10px;
}

.schedule-sub {
  display      : block;
  text-align   : center;
  font-size    : 1.4rem;
  margin-bottom: 60px;
}

/* Day Buttons */
.schedule-tab_btns {
  display        : flex;
  justify-content: center;
  gap            : 20px;
  margin-bottom  : 96px;
}

.tab-btn {
  background     : #EADDBA;
  color          : #242426;
  padding        : 10px 28px;
  border-radius  : 30px;
  font-size      : 1.6rem;
  text-decoration: none;
  transition     : .3s;
  width          : 180px;
  text-align     : center;
}

.tab-btn:hover {
  opacity: .7;
}

.schedule-day_block {
  display        : flex;
  align-items    : flex-start;
  justify-content: space-between;
  border-top     : 1px solid rgba(234, 221, 186, 0.15);
  padding        : 30px 0;
}

.day-info_area {
  display        : flex;
  align-items    : baseline;
  gap            : 20px;
  width          : 33.2%;
  justify-content: space-between;
  position       : sticky;
  top            : 12px;
}

.day-title {
  font-size: 4.8rem;
  width    : 72%;
}

.day-date {
  font-size    : 2.4rem;
  margin-bottom: 30px;
}

/* List */
.schedule-list {
  list-style: none;
  margin    : 0;
  padding   : 0;
  width     : 55.7%;
}

.schedule-list li {
  padding      : 24px 0;
  border-bottom: 1px solid rgba(234, 221, 186, 0.15);
  display      : flex;
  align-items  : flex-start;
}

.schedule-list li:last-child {
  border-bottom: none;
}


.schedule-list li span {
  display: block;
}

/* Time */
.time {
  font-size  : 3rem;
  line-height: 1.25;
  width      : 220px;
}




/* Title */
.title {
  font-size  : 2.4rem;
  line-height: 1.5;
}

/* Note / Subtext */
.note {
  font-size  : 1.5rem;
  line-height: 1.5;
  margin-top : 16px;
}


@media (max-width: 768px) {
  .schedule-title {
    font-size: 6rem;
  }

  .event-schedule_sec {
    padding: 96px 20px 120px;
  }

  .schedule-day_block {
    display: block;
  }

  .schedule-list {
    width: 100%;
  }

  .schedule-list li {
    width: 100%;
  }

  .day-info_area {
    margin-bottom  : 40px;
    width          : 100%;
    justify-content: flex-start;
    background     : #242426;
    padding        : 12px 0;
  }

  .day-date {
    margin-bottom: 0;
  }

  .day-title {
    width: fit-content;
  }

  .time {
    font-size: 2rem;
  }

  .title {
    font-size: 2rem;
  }
}


@media (max-width: 599px) {

  .event-schedule_sec {
    padding: 80px 20px 20px;
  }

  .schedule-title {
    font-size: 4.8rem;
  }

  .schedule-sub {
    margin-bottom: 40px;
  }

  .tab-btn {
    width    : 100px;
    font-size: 1.4rem;
  }

  .schedule-tab_btns {
    margin-bottom: 48px;
  }

  .day-title {
    width    : fit-content;
    font-size: 3.6rem;
  }

  .schedule-list li {
    display: block;
    padding: 20px 0 4px;
  }

  .schedule-list li span {
    width        : 100%;
    margin-bottom: 16px;
  }

  .title {
    font-size: 1.8rem;
  }

  .note {
    font-size: 1.4rem;
  }
}

/* -------------------------------- */
/* Sponcorセクション
/* -------------------------------- */
.sponsor_sec {
  background: #E8E6DF;
  padding   : 120px 0 120px;
}

.sponsor_wrapper {

  margin    : 0 auto;
  text-align: center;
}

.sponsor-title {
  font-size    : 8rem;
  color        : #6D1F1A;
  margin-bottom: 10px;
}

.sponsor-title-ja {
  display      : block;
  text-align   : center;
  font-size    : 1.4rem;
  margin-bottom: 120px;
  color        : #6D1F1A;
}


/* =====================
      PLATINUM
===================== */
/* =====================
      COMMON
===================== */
.marquee-row {
  overflow: hidden;
  width   : 100%;
  height  : auto;
  /* カード高さにフィット */
}

.marquee-inner {
  display  : flex;
  gap      : 40px;
  flex-wrap: nowrap;
  width    : max-content;
}

/* =====================
      TOP（左 → 右）
===================== */
.marquee-top .marquee-inner {
  animation    : marquee-left 55s linear infinite;
  margin-bottom: 40px;
}

/* =====================
      BOTTOM（右 → 左）
===================== */
.marquee-bottom .marquee-inner {
  animation: marquee-right 55s linear infinite;
}

/* 左方向（通常ループ） */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 右方向（逆向きループ） */
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* =====================
      PLATINUM CARD
===================== */
.platinum-card {
  display        : flex;
  flex-direction : column;
  width          : 260px;
  background     : #fff;
  padding        : 30px 20px;
  border-radius  : 8px;
  text-align     : center;
  text-decoration: none;
  color          : #333;
  flex-shrink    : 0;
  font-size      : 1.4rem;
}

.platinum-card img {
  width        : 100%;
  height       : auto;
  margin-bottom: 10px;
  transition   : transform .4s ease;
}

.platinum-card:hover img {
  transform: scale(1.06);
}

/* =====================
      GOLD
===================== */
.gold-list {
  margin-top     : 80px;
  display        : flex;
  justify-content: center;
  flex-wrap      : wrap;
  gap            : 30px;
  width          : 75%;
  margin         : 60px auto 40px;
  max-width      : 1200px;
}



.gold-list li img {
  width        : 100%;
  height       : auto;
  margin-bottom: 6px;
}

/* =====================
      SILVER
===================== */
.silver-list {
  margin-top     : 48px;
  display        : flex;
  flex-wrap      : wrap;
  justify-content: center;
  gap            : 20px 30px;
  max-width      : 1000px;
  margin         : 0 auto;
}

.silver-list li {
  font-size: 1.5rem;
  color    : #333;
}


@media (max-width: 768px) {
  .sponsor_sec {
    padding: 96px 0 80px;
  }

  .sponsor-title {
    font-size: 6rem;
  }

  .sponsor-title-ja {
    margin-bottom: 60px;
  }

  .platinum-card {
    width    : 200px;
    font-size: 1.2rem;
  }

  .gold-list {
    width : 98%;
    margin: 60px auto 40px;
  }

  .silver-list {
    gap  : 16px 16px;
    width: 80%;
  }

  .silver-list li {
    font-size: 1.3rem;
  }
}


@media (max-width: 599px) {
  .sponsor_sec {
    padding: 60px 0 80px;
  }

  .sponsor-title {
    font-size: 4.8rem;
  }

  .marquee-inner {
    gap: 20px;
  }

  .platinum-card {
    width: 160px;
  }

  .gold-list {
    width  : 100%;
    padding: 0 20px;
  }

  .silver-list {
    font-size: 1.3rem;
    width    : 100%;
    padding  : 0 20px;
  }
}

/* ============================
      FAQ SECTION
============================ */

.faq_sec {
  background: #E8E6DF;
  padding   : 100px 0;
}

.faq_wrapper {
  width     : min(1240px, 90%);
  margin    : 0 auto;
  text-align: left;
  padding   : 0 2.86vw;
  max-width : 1600px;
}

.faq_wrapper .sponsor-title {
  font-size : 8rem;
  color     : #6D1F1A;
  text-align: center;
}

.faq_wrapper .sponsor-title-ja {
  display      : block;
  color        : #6D1F1A;
  text-align   : center;
  margin-bottom: 80px;
  font-size    : 1.4rem;
}

/* FAQ list */
.faq-list {
  display       : flex;
  flex-direction: column;
  gap           : 40px;
}

/* details */
.faq-item {
  border-bottom : 1px solid #6D1F1A;
  padding-bottom: 20px;
}

/* summary */
.faq-item summary {
  list-style : none;
  cursor     : pointer;
  display    : flex;
  align-items: center;

  font-size  : 1.8rem;
  color      : #6D1F1A;
  font-weight: 600;
}

/* 「Q.」 */
.q {
  margin-right: 8px;
  font-weight : 700;
  color       : #6D1F1A;
}

/* ＋／− アイコン */
.faq-item summary .icon {
  width      : 20px;
  height     : 20px;
  margin-left: auto;
  position   : relative;
  flex-shrink: 0;
}

.faq-item summary .icon::before,
.faq-item summary .icon::after {
  content   : "";
  position  : absolute;
  background: #6D1F1A;
  top       : 50%;
  left      : 50%;
  transform : translate(-50%, -50%);
}

/* 横線（＋の横棒）*/
.faq-item summary .icon::before {
  width : 14px;
  height: 2px;
}

/* 縦線（＋の縦棒）*/
.faq-item summary .icon::after {
  width : 2px;
  height: 14px;
}

/* OPEN（− 表示） */
.faq-item[open] summary .icon::after {
  height: 0;
  /* 縦棒非表示 → マイナスに */
}

/* answer */
.answer {
  padding-top: 20px;
  font-size  : 1.6rem;
  line-height: 1.7;
  color      : #6D1F1A;
}

@media (max-width: 768px) {
  .faq_wrapper .sponsor-title {
    font-size: 6rem;
  }

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

@media (max-width: 599px) {

  .faq_sec {
    padding: 20px 0 96px;
  }

  .faq_wrapper .sponsor-title {
    font-size: 4.8rem;
  }

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

  .faq-item summary {
    font-size: 1.6rem;
  }

  .answer {
    font-size: 1.4rem;
  }
}

/* ==========================================================
   INFORMATION SECTION
========================================================== */

.info_sec {
  background: #6A0016;
  padding   : 120px 2.86vw;
  max-width : 1600px;
  margin    : 0 auto;
  color     : #EADDBA;
}

.info_wrapper {

  margin: 0 auto;
}

.info-title {
  text-align: center;
  color     : #F8EBC4;
  font-size : 8rem;
}

.info-subtitle {
  display      : block;
  text-align   : center;
  margin-bottom: 96px;
  margin-top   : 10px;
  font-size    : 1.4rem;
}


.info-block {
  margin-bottom: 60px;
  padding      : 20px 0 0;
  border-top   : solid 1px rgba(251, 233, 195, 0.15);
}

.info-date {
  font-size: 3.8rem;
}

.info-label {
  font-size    : 1.8rem;
  margin-bottom: 12px;
  line-height  : 1.5;
  color        : #F8EBC4;
}

.info-label br {
  display: none;
}

.year {
  font-size: 3.8rem;
}

.date-large {
  font-size: 8rem;
}

.day {
  margin-left: 12px;
  font-size  : 3.8rem;
}

.info-time {
  margin   : 16px 0 30px;
  font-size: 3.6rem;
}

.info-notes {
  font-size    : 1.6rem;
  line-height  : 1.6;
  margin-bottom: 40px;
}

.info-fee {
  font-size    : 2rem;
  margin-bottom: 30px;
}

.info-fee .price {
  font-size: 6rem;
}

.info-place {
  font-size    : 4rem;
  margin-bottom: 30px;
  line-height  : 1.5;
}

.info-place br {
  display: none;
}

.info-address {
  font-size  : 1.6rem;
  line-height: 1.5;
}

.magcup {
  max-width    : 800px;
  margin-bottom: 30px;
  margin-top   : 40px;
  width        : 100%;
}

.info-fee .magcup-price {
  font-size: 3.6rem;
}

/* MAP */
.info-map_wrapper {
  margin       : 60px 0 20px;
  border       : 4px solid #F8EBC4;
  border-radius: 20px;
  overflow     : hidden;
}

.info-map_wrapper iframe {
  width : 100%;
  height: 600px;
  border: none;
  filter: grayscale(100%);
}

/* Google Maps ボタン */
.map-btn {
  display        : block;
  width          : fit-content;
  margin-left    : auto;
  background     : #232323;
  color          : #EADDBA;
  padding        : 12px 20px;
  border-radius  : 7px;
  font-size      : 1.2rem;
  text-decoration: none;
  transition     : background .3s ease, color .3s ease;
}

.map-btn:hover {
  background: #fff;
  color     : #6D1F1A;
}

/* ACCESS */
.info-access {
  display        : flex;
  justify-content: space-between;
  gap            : 60px;
  margin-top     : 40px;
}

.info-access h4 {
  font-size    : 2rem;
  margin-bottom: 10px;
}

.info-access p {
  line-height: 1.7;
  font-size  : 1.6rem;
  opacity    : 0.95;
}

.access-left,
.access-right {
  width: 50%;
}

@media (max-width: 768px) {

  .info_sec {
    padding: 96px 20px 80px;
  }

  .info-title {
    font-size: 6rem;
  }

  .year {
    font-size: 2.4rem;
  }

  .date-large {
    font-size: 4.8rem;
  }

  .info-place {
    font-size: 3.6rem;
  }

  .info-fee .price {
    font-size: 4.8rem;
  }

  .info-access {
    display: block;

  }

  .access-left,
  .access-right {
    width        : 100%;
    margin-bottom: 40px;
  }



  .info-access p {
    font-size: 1.5rem;
  }
}

@media (max-width: 599px) {

  .info_sec {
    padding: 60px 20px;
  }

  .info-date {
    font-size: 2rem;
  }

  .info-title {
    font-size: 4.8rem;
  }

  .info-subtitle {
    margin-bottom: 60px;
  }

  .day {
    margin-left: 4px;
    font-size  : 2rem;
  }

  .info-notes {
    font-size: 1.4rem;
  }

  .info-place br {
    display: block;
  }

  .info-label {
    font-size: 1.5rem;
  }

  .info-label br {
    display: block;
  }

  .info-address {
    font-size: 1.4rem;
  }

  .year {
    font-size: 1.8rem;
  }

  .date-large {
    font-size: 3.6rem;
  }

  .info-time {
    font-size: 3rem;
  }

  .info-place {
    font-size  : 3rem;
    line-height: 1.5;
  }

  .info-fee .price {
    font-size: 4rem;
  }

  .info-fee {
    font-size: 1.6rem;
  }

  .info-map_wrapper iframe {
    height: 400px;
  }

  .info-map_wrapper {
    margin       : 60px 0 12px;
    border       : 2px solid #F8EBC4;
    border-radius: 8px;
  }

  .info-access h4 {
    font-size    : 1.8rem;
    margin-bottom: 24px;
  }

  .info-access p {
    font-size: 1.4rem;
  }
}






/* ================================
   FOOTER BASE
================================ */

.footer-sec {
  background: #242426;
  color     : #F8EBC4;
  padding   : 100px 4vw 60px;
}

.footer-wrapper {
  max-width      : 1400px;
  margin         : 0 auto;
  display        : flex;
  justify-content: space-between;
  align-items    : flex-start;
  gap            : 60px;
}


/* ================================
   LEFT LOGO
================================ */

.footer-logo {
  font-size  : 4.8rem;
  line-height: 1.25;
}


/* ================================
   RIGHT BOX（左右分割）
================================ */

.footer-info-box {
  display: flex;
  gap    : 60px;
}

.footer-center {
  max-width: 420px;
}

.footer-right {
  max-width: 280px;
}

.footer-item {
  margin-bottom: 40px;
}

.footer-label {
  font-size     : 1.5rem;
  margin-bottom : 12px;
  letter-spacing: 0.05em;
}

.footer-text {
  font-size  : 1.6rem;
  line-height: 2;
}

.footer-text a {
  color          : #F8EBC4;
  text-decoration: none;
}

.footer-text a:hover {
  opacity: 0.8;
}


/* ================================
   CATCH COPY
================================ */

.footer-copy-text {
  text-align   : center;
  font-size    : 4rem;
  margin-top   : 120px;
  margin-bottom: 40px;
}


/* ================================
   COPYRIGHT
================================ */

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

.footer-bottom small {
  font-size: 1.4rem;
  opacity  : 0.8;
}

/* -------------------------------- */
/*footer-メディアクエリ
/* -------------------------------- */

@media (max-width: 768px) {
  .footer-sec {
    padding: 48px 20px;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-logo {
    margin-bottom: 80px;
  }
}

@media (max-width: 599px) {

  .footer-logo {
    line-height  : 1.1;
    margin-bottom: 48px;
  }

  .footer-item {
    margin-bottom: 30px;
  }

  .footer-info-box {
    display: block;
  }

  .footer-copy-text {
    font-size  : 3.6rem;
    line-height: 1.5;
  }

  .footer-bottom small {
    font-size: 1.2rem;
  }
}