* {
  /* body font */
  --body-font: "Noto Sans JP", sans-serif;
  --body-font-size: 16px;
  --gradient-text: 0deg, #fff 0%, #ffffff 75%;
  --body-font-color-dark: rgba(255, 255, 255, 255);
}

h1, h2, h4, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, footer.footer-light h5{
font-family:"Noto Sans JP", sans-serif;
}

/*背景*/
.dark-scheme section {
    background: var(--bg-dark-1);
}

/*kvの位置調整-movie*/
@media screen and (max-width: 767px) {
.abs-centered {
    top: 45%;
}
}

/*kvの文字サイズ調整*/
.kv-title { /* LAC（大きい文字） */
  font-size: clamp(36px, 11vw, 90px);
}
.kv-day { /* LAC（大きい文字） */
  font-size: clamp(18px, 7vw, 42px);
}

/*kv調整-movie/photo等 251125*/
.pt-kv01 {padding-top: 5%;}
.pb-kv01 {padding-bottom: 100px;}
@media screen and (max-width: 992px) {
.pt-kv01 {padding-top: 50px;}
.pb-kv01 {padding-bottom: 100px;}
.pt-kv02 {margin-top: 0rem !important;}
}
@media screen and (max-width: 767px) {
.pt-kv01 {padding-top: 50px;}
.pb-kv01 {padding-bottom: 100px;}
.pt-kv02 {margin-top: 0rem !important;}
}

/*-----kvのh1 右に情報載せる場合に調整-----*/
.mb_s-20 {margin-bottom: 0 !important;}
@media only screen and (max-width: 992px) {
    .mb_s-20 {
        margin-bottom: 20px !important;
    }
}

.h2-dis_sp {display: none;}
.h2-dis_pc {display: inline;}
@media screen and (max-width: 767px) {
  .h2-dis_sp {display: inline;}
  .h2-dis_pc {display: none;}
}

/*kvのグラデフォントカラー*/
.gradient-text1 {
  background: linear-gradient(90deg, #22d3ee, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.gradient-text2 {
  background: linear-gradient(90deg, #f05122, #f79f5d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

/*kvの詳細フォントサイズ*/
.fs-24kv{font-size: 24px;}
@media screen and (max-width: 767px) {
.fs-24kv{font-size: 20px;}
}

/*kvのフォントサイズ*/
.subtitle2{
    font-weight: 600;
    position: relative;
    display: inline-block;
    /*font-size: 26px;*/
    font-size: clamp(18px, 4vw, 25px);
    padding: 4px 0px;
    font-family: var(--body-font);
    /* background: rgba(var(--bg-dark-1-rgb), .05); */
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

/*サブタイトル*/
.subtitle {
    font-size: 17px;
    font-weight: 600;
}

/*time枠*/
@media only screen and (max-width: 992px) {
    .sm-hide {
        display: block;
    }
}

/*---about枠---*/
@media screen and (max-width: 767px) {
.about-left{text-align: left;}
}

/*---contents---*/
.fs-40c {
    font-size: 40px;
    }

.mb-100c {margin-bottom: 100px;}

/*肩書きの高さ調整*/
.spacer {
display: block;
line-height: 1.3em;
}

@media screen and (max-width: 992px) {
.fs-40c {
    font-size: 30px;
    }
}

@media screen and (max-width: 767px) {

.fs-40c {
    font-size: 20px;
    }
.mb-100c {margin-bottom: 50px;}
}

.gradient-edge-bottom {
    height: 16%;
}

/*---スケジュール---*/
.sc-type_font {
    font-size: min(3.5vw, 18px);
    transform: translateX(calc(-1 * min(270px, 21.09375vw)));
    margin-left: 1%;
}
@media only screen and (max-width: 767px) {
.sc-type_font {
    font-size: min(3.5vw, 18px);
    transform: none;
    margin-left: 0;
}
    }
/*スケジュールのtitleフォントサイズ枠*/
@media only screen and (max-width: 767px) {
/*スケジュールのtitleフォントサイズ枠*/  
    .sch-m {
    font-size: 18px;
    }
}

/*その他*/    
h2 {
font-size: 32px;
}
.subtitle{
    font-size: 15px;
}
}
.text-light, .text-light p {
    color: #ffffff !important;
}
.dark-scheme p.lead {
    color: #fff;
}

/*spの改行*/
/* デフォルト（PC・タブレット）：<br> を非表示 */
.sp-br {display: none;}
.pc-br {display: inline;}
/* スマホだけ表示 */
@media screen and (max-width: 767px) {
  .sp-br {display: inline;}
  .pc-br {display: none;}

}

/*マーク*/
.mark_co {
            display: flex;
            gap: 0px;
            padding: 0px;
            margin: 13px 0;
            justify-content: center;
        }

.mark_co2 {
            display: flex;
            gap: 0px;
            padding: 0px;
            margin: 13px 0;
        }
.mark1{
            background-image: linear-gradient(90deg, #22d3ee, #8b5cf6);
            color: white;
            border: none;
            border-radius: 13px;
            padding: 3px 14px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.1em;
            box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
          }
.mark2{
            background-image: linear-gradient(90deg, #f05122, #f79f5d);
            color: white;
            border: none;
            border-radius: 13px;
            padding: 3px 14px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.1em;
            box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
          }

/* padding bottom (px) */
.mb-0{margin-bottom: 0 !important;}
.mt-0{margin-top:0 !important;}

/*timetabelの名前の改行調整*/
.d-flex {white-space: normal;}

/*帯のカラー*/
.bg-color {
    background: var(--secondary-color);
}

/*footer*/
footer {
    padding: 60px 0 90px 0;
}

/*---------------フローティング---------------*/
.floating-buy-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  background: #ffffff;
  border-top: 1px solid #ddd;
}

.floating-buy-buttons .buy-btn {
  flex: 1;
  text-align: center;
  padding: 9px 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.floating-buy-buttons .btn-1 {
  background-image: linear-gradient(90deg, #22d3ee, #8b5cf6); /* 任意で変更 */
  line-height: 1.4;
}

.floating-buy-buttons .btn-2 {
  background-image: linear-gradient(90deg, #f05122, #f79f5d); /* 任意で変更 */
  line-height: 1.4;
}

/* タップしやすく影を追加（任意） */
.floating-buy-buttons {
  box-shadow: 0 -4px 10px rgba(0,0,0,0.08);
}

/*---------------フローティング end---------------*/

/*buybotan 参加コンテンツ*/
.btn-1buy {
  background-image: linear-gradient(90deg, #22d3ee, #8b5cf6) !important; /* 任意で変更 */
  font-size: 15px !important;
  padding: 10px 20px !important;
}

.btn-2buy {
  background-image: linear-gradient(90deg, #f05122, #f79f5d) !important; /* 任意で変更 */
  font-size: 15px !important;
  padding: 10px 20px !important;
}

/* スマホサイズ（例：最大幅 767px）で スケジュールのタブのli を横並びにする */
@media (max-width: 767px) {
  .d-tab-nav {
    display: flex !important;
    flex-wrap: nowrap;        /* 折り返さない */
    overflow-x: auto;         /* 横スクロール可能に */
    -webkit-overflow-scrolling: touch;
    gap: 12px;                /* li の間隔 */
  }

  .d-tab-nav li {
    white-space: nowrap;      /* 改行しない */
    flex: 0 0 auto;           /* 孤立した横幅を保つ */
    text-align: center;
    padding: 8px 12px;
    border-radius: 6px;
  }

  .d-tab-nav li.active-tab {
    background: #000;         /* 例：アクティブ背景 */
    color: #fff;
  }
}