/* ========================================
   2026年 差分CSS
   ベース: css/2025_8/style.css
======================================== */

/* ----------------------------------------
   共通CSSの上書き
---------------------------------------- */
/* main.css の .container { padding: 0 27px } をフロントページのみ無効化 */
body.home .container {
    padding: 0;
}

/* ----------------------------------------
   スケジュール カウントダウン
---------------------------------------- */
.schedule__countdown {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.schedule__countdown__label {
    display: block;
    align-self: flex-start;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    background: #4B0D2F;
    padding: 2px 6px;
    margin-left: 30px;
    margin-bottom: 8px;
}
.entry__cta {
    background: linear-gradient( -90deg, #17235C 0%, #193881 100%);
}
.schedule__countdown__timer {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-family: 'Chakra Petch', sans-serif;
    color: #fff;
    text-shadow: 1.7px 1.7px 1.7px rgba(0, 0, 0, 0.65);
}

.countdown__days,
.countdown__hms {
    display: inline-flex;
    align-items: baseline;
}

/* 数字・コロン → 60px */
.countdown__num,
.countdown__sep {
    font-size: clamp(50px, 15.3vw, 60px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

/* 「日」単位 → 20px */
.countdown__unit {
    font-size: 20px;
    font-weight: 700;
    margin-left: 2px;
    margin-right: 8px;
}
#schedule {
    background: url(../../img/2026/bg_scedule.png?v=2604) center bottom / cover;
    padding-block: 22px 45px;
}
.schedule__title {
    max-width: 373px;
    width: calc(100% - 40px);
    margin-inline: auto;
    margin-bottom: 36px;
}
.schedule__days {
    max-width: 332px;
    width: calc(100% - 40px);
    margin: 25px  auto 0;
}
#faq {
    background-image: url(../../img/2026/faq.png);
    background-size: cover;
    background-position: center top;
    padding-bottom: min(8vw, 32px);
}

.q_icon {
    margin-right: 0;
}

#footer {
    background-color: transparent;
}

/* ----------------------------------------
   過去大会リンク
---------------------------------------- */
/* history__02 の padding-bottom を上書き（最後の要素が03になったため） */
.history__02 {
    padding-bottom: 13px;
}

.history__03 {
    padding-bottom: min(28.2vw, 110px);
    background-color: #000;
}

.fv__cta {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.bg__past {
    position: fixed;
    width: 24%;
    max-width: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5%;
    top: 15%;
    left: calc(50vw + 195px + (((50vw - 195px) / 2)));
    transform: translate(-50%, 50%);
}