/* ===================================================
   長岡まつり花火大会 LP — nagaoka.css
   Breakpoints:
     Desktop : 769px ~
     ～768px : タブレット／スマホ（縦積み）
=================================================== */

/* ---------- Reset & Base ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

/* bg.jpg を body 全体に敷いて hero / lottery を通して見せる */
body {
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #333;
    line-height: 1.5;
    min-width: 320px;
    font-weight: normal !important;
}

a {
    color: inherit;
    word-break: break-all;
}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

small {
    font-size: 0.875rem
}

.blue-bg {
    background-image: url(../img/pc-fireworks.png), linear-gradient(#292e50, #444c83);
    background-repeat: no-repeat;
    background-size: contain;
}

.white-bg {
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-image: url(../img/Pattern.png);
}

.no-pc {
    display: none;
}

.link-flex {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    border-bottom: solid 1px;
    width: fit-content;

}

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

    .no-pc {
        display: block;
    }

    .blue-bg {
        background-image: linear-gradient(#292e50, #444c83);
    }
}

@media (max-width: 499px) {
    .link-flex {
        display: inline-block;
        line-height: 1.5;
        padding-bottom: 2px;
    }

    .link-flex svg {
        display: inline-block;
        width: 16px;
        height: 16px;
        overflow: hidden;
        vertical-align: baseline;
    }

    .link-flex .svg14 {
        width: 14px;
        height: 14px;
    }
}


/* ===================================================
   HERO
=================================================== */

.kv-bg {
    background-color: #000;
}

.kv {
    margin: 0 auto;
    width: fit-content;
    background-color: #333;
}

.kv img {
    box-shadow: 20px 0 30px -10px rgba(255, 255, 255, 0.15),
        -20px 0 30px -10px rgba(255, 255, 255, 0.15);
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
    min-height: 420px;
    max-width: 650px;
    margin: 0 auto;
}

/* ===================================================
   NFTチケットとは？
=================================================== */

.nft-panel {
    padding: 48px 60px 48px !important;
}

.nft-small {
    margin-top: 24px;
}

@media (max-width: 768px) {
    .nft-panel {
        padding: 48px 20px 48px !important;
    }
}

@media (max-width: 499px) {
    .nft-panel {
        padding: 30px 20px 30px !important;
    }
}

/* ===================================================
   一般販売について[抽選]
=================================================== */
.lottery-section {
    /* 背景は body の bg.jpg を透かして表示 */
    background: transparent;
    padding: 60px 24px 80px;
    width: 100%;
}

.lottery-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

/* バッジ */
.lottery-badge-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
}

.lottery-badge {
    display: inline-flex;
    padding: 12px 32px;
    background: #AC951F;
    border-radius: 4px;
    position: absolute;
    top: -30px;
    justify-content: center;
}

.lottery-badge-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

/* 白パネル */
.lottery-panel {
    background: #fff;
    border-radius: 10px;
    padding: 48px 60px 60px;
    border: solid 1px #AC951F;
}

/* テーブル */
.lottery-table {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* 各行 */
.lottery-row {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

/* ラベル */
.lottery-label {
    flex-shrink: 0;
    width: 220px;
    min-width: 240px;
    border: 1px solid #AC951F;
    border-radius: 4px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lottery-label span {
    font-size: 1rem;
    font-weight: 500;
    color: #AC951F;
    text-align: center;
}

/* 値 */
.lottery-value {
    flex: 1;
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    padding-top: 10px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.red-txt {
    color: #D52626;
}


.lottery-value strong {
    font-weight: 700;
}

.lottery-value-ol {
    position: relative;
    margin: 0;
    padding: 0
}

.lottery-value-ol li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em
}

.lottery-value-ol li span {
    position: absolute;
    left: 0;
    margin: 0
}



.lottery-note {
    font-size: 0.8125rem;
    display: flex;
    flex-direction: column;
}


/* ---- 各グループ共通 ---- */
.ticket-purchase-group {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 900px;
    width: 100%;
    align-items: center;
    margin-top: 80px;
}


/* ---- タイトル行（シート指定席タイトルと同スタイル） ---- */
.ticket-section-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.ticket-section-title {
    flex-shrink: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #AC951F;
    font-family: 'Noto Sans JP', sans-serif;
    white-space: nowrap;
    text-align: center;
    margin: 0;
}

/* ---- ボタンリスト ---- */
.ticket-btn-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 400px;
    width: 100%;
}

/* ---- ボタン基本スタイル ---- */
.ticket-btn {
    display: flex;
    align-items: center;
    padding: 20px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.0625rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    width: 100%;
    box-sizing: border-box;
}

.ticket-btn-label {
    flex: 1;
    text-align: center;
    font-size: 1.25rem;
}

.ticket-btn-chevron {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.5;
    flex-shrink: 0;
}


.ticket-btn--purple {
    background: #7D00BE;
    color: #fff;
    box-shadow: 0 4px 0 0 #440B71;
}

.ticket-btn--purple:hover {
    box-shadow: none;
    transform: translateY(3px);
    color: #fff;
    text-decoration: none;
}

.ticket-btn--inactive {
    background-color: #A2A2A2;
    color: #fff;
}

.ticket-btn--inactive:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}



.gold-group-title {
    color: #AC951F;
    font-size: 1.125rem;
}

.purple-group-title {
    color: #7D00BE;
    font-size: 1.25rem;
    border-bottom: dashed 1px #7D00BE;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 8px;
}

.gold-group-line {
    width: 100%;
    height: 2px;
    background: #AC951F;
    position: relative;
}

.gold-group-line::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: #AC951F;
}

.gold-group-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: #AC951F;
}

/* ===================================================
   ～ 768px：タブレット／スマホ — 縦積みレイアウト
=================================================== */
@media (max-width: 768px) {
    .sp-hero {
        max-width: 450px;
        width: 100%;
    }

    /* Lottery */
    .lottery-section {
        padding: 40px 16px 60px;
    }

    .lottery-badge {
        padding: 8px 24px;
        width: 80%;
    }

    .lottery-badge-text {
        font-size: 1.125rem;
        white-space: normal;
    }


    .lottery-panel {
        padding: 75px 20px 40px;
    }

    .lottery-table {
        gap: 24px;
    }

    /* 768px 以下でラベルをコンテンツ上に縦積み */
    .lottery-row {
        flex-direction: column;
        gap: 8px;
    }

    .lottery-label {
        width: 100%;
        min-width: unset;
        justify-content: flex-start;
        padding: 8px 12px;
    }

    .lottery-label span {
        white-space: normal;
    }

    .lottery-value {
        padding-top: 0;
        gap: 16px;
    }

    .lottery-note {
        font-size: 0.925rem
    }

    .ticket-purchase-line {
        margin-bottom: 60px;
    }

    .ticket-section-title {
        font-size: 0.9375rem;
    }

    .ticket-purchase-inner {
        padding: 0px 16px;
    }

    .ticket-btn-label {
        font-size: 1rem;
    }

    .ticket-purchase-group {
        margin-top: 40px;
        gap: 16px;
    }

    .purple-group-title {
        font-size: 1.125rem;
    }
}

/* ===================================================
   ～ 499px：スマホ追加調整
=================================================== */
@media (max-width: 499px) {


    .hero {
        padding: 28px 12px;
        min-height: 220px;
    }

    .hero-lantern svg {
        width: 26px;
    }

    .hero-lantern--left {
        left: -4px;
    }

    .hero-lantern--right {
        right: -4px;
    }

    .hero-text {
        padding: 10px 44px;
        gap: 8px;
    }

    .hero-title {
        font-size: 1.375rem;
    }

    .hero-title-group {
        gap: 8px;
    }

    .hero-date-year {
        font-size: 0.9375rem;
    }

    .hero-date-main {
        font-size: 1.1875rem;
    }

    .hero-subtitle {
        font-size: 0.6875rem;
    }

    .ticket-section-title {
        font-size: 0.8125rem;
    }

    .ticket-btn {
        font-size: 0.8125rem;
        padding: 16px 16px;
        gap: 20px;
    }

    .ticket-btn--white {
        width: 100%;
        padding: 16px 24px;
    }

    .lottery-panel {
        padding: 75px 20px 40px;
    }
}

/* ===================================================
   ～ 374px：小型スマホ追加調整
=================================================== */
@media (max-width: 409px) {

    .lottery-panel {
        padding: 70px 20px 40px;
    }
}


/* ===================================================
リセール概要セクション
=================================================== */

.resale-section {
    position: relative;
    background: linear-gradient(#292e50, #444c83);
    padding: 95px 24px 80px;
    overflow: hidden;
}


.resale-section::before {
    content: "";
    position: absolute;
    top: 0;
    /* 左右中央寄せの魔法 */
    left: 50%;
    transform: translateX(-50%);

    /* サイズ指定 */
    width: 100%;
    max-width: 1200px;
    height: 100%;

    /* 画像設定 */
    background-image: url(../img/notes-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    /* 画像自体も中央に */
    background-size: cover;
    /* 必要に応じてcontainなどに変更 */

    /* 重なり順 */
    z-index: 0;
    pointer-events: none;
}

/* 中身のコンテンツを画像より上に表示させるための設定 */
.resale-section>* {
    position: relative;
    z-index: 1;
}

.resale-section .lottery-badge {
    background-color: #7D00BE;
}

.resale-section .lottery-label {
    border: 1px solid #7D00BE;
    border-radius: 4px;
}

.resale-section .lottery-label span {
    color: #7D00BE;
}

.resale-section .lottery-panel {
    border: solid 1px #7D00BE;
}

.resale-section .link-flex {
    color: #7D00BE;
    font-weight: 500;
}

.no-color {
    color: #333333 !important;
}

.ticket-btn--pwhite {
    background-color: #fff;
    box-shadow: 0 4px 0 0 #440B71;
    border: solid 2px #440B71;
    color: #440B71;
}

.ticket-btn--pwhite:hover {
    box-shadow: none;
    transform: translateY(3px);
    text-decoration: none;
    color: #440B71;
}

@media (max-width: 768px) {
    .resale-section {
        padding: 80px 16px 60px 16px;
    }
}

/* ===================================================
   観覧席情報セクション
=================================================== */
.venue-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
    width: 100%;
    padding: 80px 20px;
}

/* 提灯行 */
.venue-lantern-row {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none;
    position: absolute;
}

.venue-lantern-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
}

.venue-section-main {
    width: 100%;
    max-width: 900px;
}



/* コンテンツ */
.venue-content {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* バッジ */
.venue-badge-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
}

.venue-badge {
    display: inline-flex;
    padding: 4px 40px;
    background: #AC951F;
    border-radius: 4px;
    max-width: 900px;
    width: 100%;
    justify-content: center;
}

.venue-badge-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
}

/* 地図カード */
.venue-map-card {
    width: 100%;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 800px;
}

.venue-map-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.venue-map-note {
    font-size: 0.875rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
}



/* ===================================================
   観覧席カード
=================================================== */
.seat-list {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    padding: 0px 24px;
}


/* ---- Venue group wrappers (seat-a-list / seat-b-list) ---- */
.seat-a-list,
.seat-b-list {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 800px;
    width: 100%;
}

.seat-group-header {
    padding: 0px 6px 0px 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

/* Horizontal lines with diamond endpoints */
.seat-group-line {
    width: 100%;
    height: 2px;
    background: #EA336A;
    position: relative;
}

.seat-b-list .seat-group-line {
    width: 100%;
    height: 2px;
    background: #005BAC;
    position: relative;
}

.seat-group-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: #EA336A;
}

.seat-group-line::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: #EA336A;
}



.seat-group-title {
    flex-shrink: 0;
    color: #EA336A;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

.seat-group-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

/* Gray divider between seat cards */
.seat-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 26px;
    max-width: 800px;
    width: 100%;
}

/* Cards inside groups: remove individual shadow/radius */
.seat-a-list .seat-card,
.seat-b-list .seat-card {
    box-shadow: none;
    border-radius: 0;
    max-width: 800px;
    width: 100%;
}

.seat-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* 上段：写真 ＋ テキスト */
.seat-card-body {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

/* 写真エリア */
.seat-card-image-wrap {
    position: relative;
    flex: 0 0 280px;
    min-height: 180px;
    overflow: hidden;
}

.seat-card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;

}


/* テキストエリア */
.seat-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.seat-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.seat-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #EA336A;
    margin: 0;
}

.seat-card-badge {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #F06123;
    background-color: #FFFCCD;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #F06123;
    white-space: nowrap;
    line-height: 150%
}

.seat-card-badge2 {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #9C46C1;
    background-color: #F8E8FF;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #9C46C1;
    white-space: nowrap;
    line-height: 150%
}

.seat-card-subtitle {
    font-weight: 700;
    color: #333;
    margin: 0;
}

.seat-card-desc {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

.seat-card-descstrong {
    color: #EA336A;
    font-size: 0.875rem;
    font-weight: 700;
}

.seat-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.seat-card-tag {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #EA336A;
    border-radius: 3px;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.5;
    color: #EA336A;
}

/* 下段：価格バー */
.seat-card-price {
    background: #FFE8EF;
    padding: 12px 24px;
    text-align: center;
    border-radius: 4px;
}

.seat-card-price-text {
    font-size: 0.9375rem;
    color: #EA336A;
    font-weight: 700;
    margin: 0;
}

.seat-card-price-text strong {
    font-size: 1.375rem;
    font-weight: 700;
    color: #EA336A;
    margin-left: 12px;
}



/* ===== 観覧席 Tablet/Mobile (～768px) ===== */
@media (max-width: 768px) {

    .venue-lantern-row {
        display: none;
    }

    .venue-section {
        padding: 60px 16px;
    }

    .venue-lantern-group {
        width: 160px;
    }

    .venue-lanterns {
        gap: 4px;
        padding: 0 8px;
    }

    .venue-lantern-svg {
        width: 40px;
    }

    .venue-lantern-string {
        height: 14px;
    }

    .venue-lantern-item--tall .venue-lantern-string {
        height: 26px;
    }


    .venue-badge-text {
        font-size: 1.125rem;
    }


    .seat-list {
        margin-top: 60px;
        padding: 0px 16px;
    }

    .seat-group-title {
        font-size: 1.125rem;
    }


    /* タブレット以下で写真を上、テキストを下に縦積み */
    .seat-card-body {
        flex-direction: column;
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }

    .seat-card-image-wrap {
        flex: none;
        width: 100%;
        min-height: 200px;
    }

}

/* ===== 観覧席 Mobile (～499px) ===== */
@media (max-width: 499px) {


    .venue-lantern-group {
        width: 110px;
    }

    .venue-lanterns {
        gap: 2px;
        padding: 0 4px;
    }

    .venue-lantern-svg {
        width: 28px;
    }

    .venue-lantern-string {
        height: 10px;
    }

    .venue-lantern-item--tall .venue-lantern-string {
        height: 20px;
    }


    .venue-badge {
        padding: 8px 20px;
    }


    .venue-map-note {
        font-size: 0.75rem;
    }

    .seat-card-image-wrap {
        min-height: 160px;
    }


    .seat-card-price {
        padding: 10px 16px;
    }

    .seat-card-price-text {
        font-size: 0.8125rem;
    }

    .seat-card-price-text strong {
        font-size: 1.125rem;
    }
}






/* ===================================================
   注意事項セクション
=================================================== */
.caution-section {
    padding: 80px 24px;
    width: 100%;
}

.caution-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* ---- 注意事項バッジ ---- */
.caution-badge-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}

.caution-badge {
    display: inline-flex;
    padding: 4px 32px;
    background: #AC951F;
    border-radius: 4px;
    max-width: 900px;
    width: 100%;
    justify-content: center;
}

.caution-badge-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif;
}

/* ---- 注意事項メインカード ---- */
.caution-card {
    border-radius: 10px;
    padding: 40px 0px;
    color: #333333;
}

.caution-list {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    width: 100%;
    max-width: 800px;
}

.caution-item {
    font-size: 1rem;
    line-height: 1.5;
}

.link-noflex {
    text-decoration: none;
    border-bottom: 1px solid;
}

.link-noflex svg {
    padding-top: 1px;
    padding-left: 1px;
}


.caution-sub-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.caution-sub-list {
    list-style: none;
    padding-left: 4px;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.caution-sub-list li::before {
    content: '・';
}

/* ---- サブセクション共通（お問い合わせ・延期中止） ---- */
.caution-sub-section {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    margin-top: 30px;
    border: solid 1px #AC951F;
}

.caution-sub-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.caution-sub-line {
    flex: 1;
    height: 1.5px;
    background: #AC951F;
    position: relative;
}

.caution-sub-line:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 7px;
    height: 7px;
    background: #AC951F;
}

.caution-sub-line:last-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    width: 7px;
    height: 7px;
    background: #AC951F;
}

.caution-sub-title {
    flex-shrink: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #AC951F;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}


/* ---- お問い合わせ ---- */

.small-txt {
    font-size: 1.25rem;
}

.notes-header {
    gap: 8px;
    margin-bottom: 16px;
}

.caution-contact {
    line-height: 1.5;
    margin: 0 0 32px;
    font-size: 1.125rem;
}


.caution-contact-notes {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.caution-contact-notes p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

/* ---- 延期・中止 ---- */
.caution-postpone-lead {
    text-align: center;
    line-height: 1.5;
    margin: 0 0 24px;
}

.caution-postpone-detail {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.caution-postpone-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.caution-postpone-label {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.caution-postpone-txt {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.caution-postpone-block p:not(.caution-postpone-label) {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding-left: 8px;
}

.caution-postpone-note {
    font-size: 0.8125rem;
}

/* ===== 注意事項 レスポンシブ (～768px) ===== */
@media (max-width: 768px) {
    .caution-section {
        padding: 60px 16px;
    }

    .caution-inner {
        gap: 36px;
    }

    .caution-badge-text {
        font-size: 1.125rem;
    }

    .caution-sub-title {
        font-size: 1rem;
    }

    .caution-sub-section {
        padding: 32px 16px;
    }

    .caution-sub-header {
        margin-bottom: 16px;
    }

    .small-txt {
        font-size: 1.125rem;
    }
}

/* ===== 注意事項 レスポンシブ (～499px) ===== */
@media (max-width: 499px) {

    .caution-inner {
        gap: 28px;
    }
}



/* header-------------------- */

header {
    display: flex;
    width: 100%;
    padding: 6px 130px 6px 24px;
    z-index: 100;
    align-items: center;
    background: #fff;
}

@media only screen and (max-width:1480px) {
    header {
        padding: 6px 130px 6px 20px;
    }
}

header img.ticket-logo {
    width: 230px !important;
    height: auto;
}

header a:hover {
    opacity: 1;
}

#mobile-logo-png {
    display: none;
}

@media only screen and (max-width:1023px) {
    #mobile-logo-png {
        display: inline !important;
    }

    #desktop-logo-png {
        display: none;
    }

    header img.ticket-logo {
        width: 120px !important;
        height: auto;
    }
}

@media only screen and (max-width: 840px) {
    header {
        height: 64px;
        align-items: baseline !important;
    }

    header img.ticket-logo {
        width: 65px !important;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    header {
        padding: 6px 16px;
    }
}




/* footer
--------------------------------------------------- */

/*
 * 全体的なフッターのスタイル
 */
footer {
    position: relative;
    opacity: 1;
    margin-top: 80px;
    font-size: 62.5% !important;
}

/*
 * フッターの固定部分のスタイル
 */
.footer-fix {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0 24px;
    text-align: center;
    width: 100%;
    background-color: rgba(247, 247, 247);
    box-sizing: border-box;
}

.footer-fix span {
    align-items: center;
    font-size: 1.2em;
    color: #4D4D4D;
}

.footer-fix p {
    height: 16px;
    font-size: 1em;
    color: black;
    line-height: 16px;
    margin-top: 16px;
    font-family: "Noto Sans JP";
}

/*
 * フッターリンクのスタイル
 */
.footer-fix .footer-link a {
    margin-right: 24px;
    font-size: 1.4em;
    color: #4D4D4D;
    text-decoration: none;
}

.footer-fix .footer-link a:hover,
.footer-txt div a:hover {
    color: #7D00BE;
    text-decoration: underline;
}

.footer-fix .footer-link a:last-child {
    margin-right: 0;
}

.footer-flex-top {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.footer-flex-bottom {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.footer-icon a {
    width: auto;
}

.footer-icon img {
    display: block;
    text-align: center;
}

.x-logo {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 5px;
}

.green-branding-logo {
    width: 220px;
    height: 56px;
    margin: 0 auto;
    margin-top: 24px;
}

.footer-icon-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.footer-txt {
    margin: 20px auto;
    padding-bottom: 16px;
    text-align: center;
}

.footer-txt p {
    margin-bottom: 4px;
    font-size: 10px !important;
    color: black;
}

.footer-txt div a {
    color: #4D4D4D;
    text-decoration: none;
    margin-right: 20px;
    font-size: 1.4em;
}

.footer-txt div a:last-child {
    margin-right: 0;
}

/*
 * PCプレビュー要素のスタイル (デフォルト非表示)
 */
.pc-preview {
    display: none;
}


@media only screen and (max-width: 980px) {
    .pc-preview {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0 auto 20px auto;
    }

    .pc-preview img {
        width: 20px;
        margin-right: 8px;
    }

    .pc-preview span {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        font-family: "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
    }

    .pc-preview :hover {
        color: #7D00BE;
        text-decoration: underline;
    }

    .pc-preview svg {
        fill: #686868;
    }

    .pc-preview:hover svg {
        fill: #7D00BE;
    }

    .footer-fix {
        padding: 24px 24px 16px;
        text-align: left;
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer-fix p {
        font-size: 1em;
        text-align: center;
    }

    .footer-link {
        margin: 0;
        text-align: left;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .footer-fix .footer-link a {
        font-size: 1.2em;
        line-height: 1.5;
        padding: 4px 0;
    }

    .footer-flex-top {
        width: 100%;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-bottom: 1rem;
    }

    .footer-flex-bottom {
        width: 100%;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .footer-flex-bottom a {
        margin-right: 0;
    }

    .footer-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer-icon a {
        width: auto;
    }
}


@media only screen and (max-width: 768px) {
    footer {
        margin-bottom: 0;
        background: white;
    }

    .pc-preview {
        width: fit-content;
        margin: 0 0 20px 0;
        justify-content: flex-start;
    }

    .footer-fix {
        text-align: left;
        width: 100%;
        align-items: flex-start;
    }

    .footer-flex-top {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .footer-flex-bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .footer-icon {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
        margin: 0;
        gap: 14px;
    }

    .footer-icon a {
        width: auto;
        margin-top: 14px;
    }

    .x-logo,
    .green-branding-logo {
        margin: 0;
    }

    .green-branding-logo {
        max-width: 140px;
        height: fit-content;
        height: auto;
    }

    .footer-txt {
        margin: 16px 24px 0px;
        text-align: left;
    }

    .footer-fix p {
        text-align: left;
        margin-top: 10px;
    }

    .footer-txt div a {
        font-size: 1em;
    }

    .footer-bottom-group {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: last baseline;
        flex-wrap: wrap;
    }

    .footer-bottom-group p {
        width: fit-content;
    }


}

@media only screen and (max-width: 510px) {
    .footer-link {
        flex-wrap: wrap;
        height: auto;
        flex-direction: row;
    }

    .footer-link a {
        padding-bottom: 16px;
    }
}