@charset "UTF-8";

/* ==========================================================================
   1. 全体リセット & 共通基本スタイル & 出し分け設定
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333333;
    background-color: #f3f2eb;
    line-height: 1.8;
}

body.modal-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}


@media screen and (max-width: 1100px) {
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px;
}
}
@media screen and (min-width: 1101px) {
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0px;
}
}
section {
    margin-bottom: 80px;
}

@media screen and (max-width: 780px) {
h2.section-title {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
}
@media screen and (min-width: 781px) {
h2.section-title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
}

.pc-only { display: block !important; }
.sp-only { display: none !important; }


/* ==========================================================================
   2. 最上部：メインビジュアル (HTML画像化対応)
   ========================================================================== */
.main-visual {
    width: 100%;
    line-height: 0;
    background-color: #2f3e2b;
}

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


/* ==========================================================================
   3. チケット ＆ 詳細インフォメーションエリア（PC：きれいな横並び）
   ========================================================================== */
.ticket-intro-container {
    width: 100%;
    padding: 60px 20px 20px 20px; /* 下部余白を調整 */
    display: flex;
    justify-content: center;
}

.ticket-intro-inner {
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    gap: 50px;
}

.sec-title-area {
    flex: 1;
    max-width: 540px;
}

.momiji-logo {
    width: 100%;
}
.momiji-logo img {
    display: block;
    width: 100%;   
    height: auto;  
}


@media screen and (max-width: 780px) {
	/* 959px以下に適用されるCSS（タブレット用） */
    .hero-ticket-box {
    flex: 1;
    max-width: 540px;
    border: 2px solid #555555; 
    border-radius: 15px;
    padding: 20px 15px;
    color: #333333;
    background-color: #ffffff;
}
}
@media screen and (min-width: 781px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    .hero-ticket-box {
    flex: 1;
    max-width: 540px;
    border: 2px solid #555555; 
    border-radius: 30px;
    padding: 35px 40px;
    color: #333333;
    background-color: #ffffff;
}
}
/* チケットボックス（PC：右側） */

.ticket-header {
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
}
.ticket-header .ticket-sub {
    font-size: 0.75rem;
    font-weight: normal;
    margin-left: 5px;
}
.ticket-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.ticket-price-list {
    list-style: none;
    margin-bottom: 20px;
}
.ticket-price-list li {
    font-size: 1.0rem;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.ticket-price-list .num {
    font-size: 1.1rem;
    margin-right: 6px;
}
.ticket-price-list strong {
    font-size: 1.55rem;
    margin: 0 4px;
    margin-bottom: 0.3rem;
}
.ticket-price-list .note-inline {
    font-size: 0.95rem;
    font-weight: bold;
    margin-left: 15px;
}
.ticket-bonus {
    font-size: 1.2rem;
    line-height: 1.6;
}
.ticket-bonus .bonus-title {
    font-weight: bold;
    margin-bottom: 4px;
}
.ticket-bonus .bonus-desc {
    font-size: 0.8rem;
    /* padding-left: 10px; */
    color: #555555;
}


/* ==========================================================================
   4. 文章部分：説明文（💥 横幅の制限をなくし、1100pxコンテナに合わせる）
   ========================================================================== */
.pc-intro-container {
    padding-top: 20px;    /* 上の横並びブロックとの絶妙な間隔 */
    padding-bottom: 60px; /* 下の会場スケジュールとの間隔 */
}

@media (max-width: 940px) {
.intro-section {
    text-align: left;
    width: 100%; /* 💥 横幅いっぱいに広げて左右をチケット・ロゴの端に揃える */
    font-size: 1.1rem;
    font-weight: 500;
    /* background-color: #f0f4ef; ; */
}

.intro-section p {
    margin-bottom: 25px;
}
}
@media (min-width: 941px) {
.intro-section {
    text-align: left;
    width: 100%; /* 💥 横幅いっぱいに広げて左右をチケット・ロゴの端に揃える */
    font-size: 1.2rem;
    font-weight: 500;
    /* background-color: #f0f4ef; ; */
}

.intro-section p {
    margin-bottom: 25px;
}
}

/* ==========================================================================
   4.5 展示予定アイテムセクション
   ========================================================================== */
.items-section {
    text-align: center;
    background-color: #e3e1d4;
    border-radius: 8px;
    padding: 50px 30px;
}
@media (max-width: 580px) {
    .items-section {
        padding: 35px 20px;
    }
}

.items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}

.item-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 28px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: 1px solid #f0f0f0;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.item-label {
    display: inline-block;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #c8632b;
    border-bottom: 2px solid #c8632b;
    padding-bottom: 2px;
    margin-bottom: 14px;
}

.item-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333333;
    font-weight: 600;
}

.items-lead {
    font-size: 1.05rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 940px) {
.items-notes {
    list-style: none;
    font-size: 0.75rem;
    color: #777770;
    text-align: justify;
}

.items-notes li {
    margin-bottom: 2px;
}
}
@media (min-width: 941px) {
.items-notes {
    list-style: none;
    font-size: 0.85rem;
    color: #777770;
    text-align: center;
}

.items-notes li {
    margin-bottom: 2px;
}
}

/* ==========================================================================
   5. 下部コンテンツ：会場一覧カード
   ========================================================================== */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 25px;
}

.event-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.event-card .date {
    margin-bottom: 20px;
}

.apply-btn {
    font-family: inherit;
    background: #ffffff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    color: #333333;
}

/* ── ポップアップ（チケット選択） ── */
.modal-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
}
.modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}
.modal-box {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 35px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    transform: scale(0.92) translateY(10px);
    transition: transform 0.25s ease;
}
.modal-overlay.is-open .modal-box {
    transform: scale(1) translateY(0);
}
.modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: none;
    background: none;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    color: #555555;
}
.modal-badge {
    display: inline-block;
    background-color: #c8632b;
    color: #ffffff;
    font-size: 0.85rem;
    padding: 2px 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
.modal-date {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.modal-venue {
    font-size: 0.9rem;
    color: #555555;
    text-align: left;
    margin-bottom: 20px;
}
.modal-heading {
    font-size: 0.85rem;
    font-weight: bold;
    text-align: left;
    border-left: 3px solid #c8632b;
    padding-left: 8px;
    margin-bottom: 8px;
}
.modal-ticket-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ticket-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #333333;
    border-radius: 6px;
    padding: 14px 18px;
    font-weight: bold;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.ticket-select-btn:hover {
    background-color: #333333;
    color: #ffffff;
}
.ticket-price-tag {
    font-size: 1.1rem;
}
.modal-note {
    font-size: 0.8rem;
    color: #888888;
    margin-top: 15px;
}

.badge {
    display: inline-block;
    background-color: #c8632b; 
    color: #ffffff;
    font-size: 1.05rem;
    letter-spacing: 0.1rem;
    padding: 1px 10px;
    font-weight: bold;
    /* margin-bottom: 15px; */
    width: fit-content;
}

.event-card.is-featured {
    background-color: #ffffff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.venue-name {
    font-size: 1.1rem;
    /* color: #555555; */
    font-weight: bold;
    margin-bottom: 20px;
}

.event-card .date {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.event-card .venue {
    font-size: 1rem;
    margin-bottom: 25px;
    flex-grow: 1; 
}

@media (max-width: 940px) {
.atention{
    margin-top: 30px;
    font-size: 0.9rem;
    color: #494949;
    width: 100%;
}
}
@media (min-width: 941px) {
.atention{
    margin-top: 30px;
    font-size: 0.9rem;
    color: #494949;
    width: 100%;
    text-align: center;
}
}
.apply-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: bold;
    border: 1px solid #333333;
    border-radius: 6px;
    padding: 12px 18px;
    width: 100%;
    transition: all 0.2s ease;
}

.apply-btn:hover {
    background-color: #333333;
    color: #ffffff;
}

.arrow {
    display: inline-block;
    border: 1px solid currentColor;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 0.75rem;
}


/* ==========================================================================
   6. 注意事項 ＆ お問い合わせ ＆ フッター
   ========================================================================== */
.notes-section {
    background-color: #16201a;
    border: 1px solid #16201a;
    padding: 40px 30px;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 6px;
}

.section-title-left {
    font-size: 1.4rem;
    margin-bottom: 30px;
    border-left: 3px solid #ffffff;
    padding-left: 12px;
    color: #ffffff;
}

.notes-list {
    padding-left: 20px;
    font-size: 0.95rem;
}
.notes-list li { margin-bottom: 14px; }

.contact-section {
    text-align: center;
    /* background-color: #f0f4ef; */
    padding: 40px 15px;
    border-radius: 6px;
}
.contact-section p{
    font-size: 0.9rem;
}
.contact-section .contact-title{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-section .contact-note{
        font-size: 0.9rem;
}
.contact-section .email {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0;
}
.contact-section .email a { border-bottom: 1px solid #333333; }
.contact-section .email a:hover { opacity: 0.7; }

footer {
    background-color: #f0f4ef; 
    text-align: center;
    padding: 50px 20px;
    font-size: 0.85rem;
}
footer .privacy { margin-bottom: 20px; }
footer .privacy a:hover { border-bottom: 1px solid #333333; }
footer .copyright { color: #888888; }


/* ==========================================================================
   7. レスポンシブ対応（スマホ・タブレット調整）
   ========================================================================== */
@media (max-width: 940px) {
    .pc-only { display: none !important; }
    .sp-only { display: block !important; }

    .ticket-intro-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .sec-title-area,
    .hero-ticket-box {
        width: 100%;
        max-width: 100%;
    }

    /* スマホ版の順序を維持 */
    .sec-title-area {
        margin-bottom: 30px;
    }
    
    .ticket-intro-inner .intro-section {
        margin-bottom: 10px;
        order: 3;
    }

    .hero-ticket-box {
        margin-bottom: 40px;
        order: 2;
    }

    .sec-title-area {
        order: 1;
    }

    .momiji-logo {
        width: 90%;
    }
    
    .card-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
    }

    .items-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .card-grid {
        grid-template-columns: 1fr; 
        gap: 20px;
    }
    .notes-section {
        padding: 30px 15px;
    }
    .items-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    /* .momiji-logo { max-width: 260px; } */
    .ticket-price-list li { flex-wrap: wrap; margin-bottom: 0;}
    .ticket-price-list .note-inline { margin-left: 0; margin-top: 4px; width: 100%; }
}


 #loading-overlay {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.6s ease;
  }
  #loading-overlay.fade-out {
    opacity: 0;
    pointer-events: none;
  }
  .loading-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background: #f4f0e8; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 24px;
    animation: lp 1.8s ease-in-out infinite;
  }
  .loading-logo img { width: 80px; height: auto; }
  .loading-bar-wrap {
    width: 160px;
    height: 1px;
    background: #e0ddd6;
    overflow: hidden;
  }
  .loading-bar {
    height: 100%;
    width: 0%;
    background: #2c2c2a;
    animation: lb 1.0s ease-in-out forwards;
  }
  @keyframes lp {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
  }
  @keyframes lb {
    0%   { width: 0%; }
    /* 60%  { width: 85%; } */
    100% { width: 100%; }
  }