#js-pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 900;
}

#js-pagetop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #c33200, #008cbe);
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s, transform 0.3s;
}

#js-pagetop a:hover {
    opacity: 0.8;
    transform: translateY(-3px);
}

#js-pagetop a span {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    margin-top: 5px;
}

@media(max-width:767px) {
    #js-pagetop {
        right: 15px;
        bottom: 15px;
    }

    #js-pagetop a {
        width: 45px;
        height: 45px;
    }

    #js-pagetop a span {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }
}



#topics,
#overview,
#ticket,
#goods {
    margin-top: -60px;
    padding-top: 60px;
}

@media(max-width:640px) {

    #topics,
    #overview,
    #ticket,
    #goods {
        margin-top: -80px;
        padding-top: 80px;
    }
}



#header {
    z-index: 999;
}

/* ========================================
   エヴァ展用CSS
======================================== */

/* CSS変数 */
:root {
    --color-blue: #008cbe;
    --color-red: #c33200;
    --color-yellow: #c8a83e;
    --color-bg-black: #000000;
    --color-table-black1: #323232;
    --color-table-black2: #232323;
    --color-table-gray: #646464;
    --font-mincho: "Noto Serif JP", serif;
    --font-gothic: "Noto Sans JP", sans-serif;
    --content-width: 1200px;
}

/* 共通設定 */
#main {
    background-color: var(--color-bg-black);
    color: #fff;
    font-family: var(--font-gothic);
}

/* セクション共通 */
.mv-eva,
.topics-eva,
.outline-eva,
.greeting-eva,
.highlights-eva,
.bonus-eva,
.tickets-eva,
.goods-eva,
.notice-eva,
.venue-eva {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* h2タイトル共通 */
.ttl-eva {
    text-align: center;
    margin-bottom: 50px;
}

.ttl-eva img {
    width: auto;
    height: 120px;
    display: block;
    margin: 0 auto;
}

/* ========================================
   メインビジュアル
======================================== */
.mv-eva {
    position: relative;
    background-color: var(--color-bg-black);
    background-image: url(../img/header-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 0;
    max-width: 100%;
}

.mv-eva-logo {
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 10;
}

.mv-eva-logo img {
    width: 150px;
    height: auto;
}

.mv-eva-main {
    text-align: center;
}

.mv-eva-main img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.mv-eva-date {
    text-align: center;
    padding: 0 20px;
}

.mv-eva-date img {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ========================================
   ナビゲーション
======================================== */
.nav-eva {
    background-color: #000;
    padding: 0;
}

.nav-eva .nav-line {
    width: 100%;
    height: 6px;
}

.nav-eva .nav-line-top {
    background: linear-gradient(90deg, #b92d25 15%, #fb571e 40%, #22a6bf 60%, #bfbfbf 85%);
}

.nav-eva .nav-line-bottom {
    background: linear-gradient(90deg, #b92d25 15%, #fb571e 40%, #22a6bf 60%, #bfbfbf 85%);
}

.nav-eva ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 20px;
    list-style: none;
}

.nav-eva ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s;
}

.nav-eva ul li a:hover {
    opacity: 0.7;
}

.nav-eva ul li a img {
    height: 60px;
    width: auto;
}

/* ========================================
   トピックス
======================================== */
.topics-eva .topics {
    max-width: 1000px;
    margin: 0 auto;
}

.topics-eva .topics iframe {
    width: 100%;
    border: none;
}

/* ========================================
   開催概要
======================================== */
.outline-eva .outline-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.outline-eva .outline-block {
    flex: 1;
    min-width: 300px;
    max-width: 550px;
}

.outline-eva .table-line {
    line-height: 0;
    margin-bottom: 0;
}

.outline-eva .table-line img {
    width: 100%;
    height: auto;
}

.outline-eva .outline-table {
    width: 100%;
    border-collapse: collapse;
}

.outline-eva .outline-table-tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.outline-eva .outline-table-th {
    padding: 18px 15px;
    text-align: left;
    font-weight: normal;
    color: #fff;
    width: 110px;
    vertical-align: top;
    font-family: var(--font-gothic);
    font-size: 18px;
    background-color: var(--color-table-black1);
}

.outline-eva .outline-table-td {
    padding: 18px 15px;
    text-align: left;
    font-family: var(--font-gothic);
    font-size: 18px;
    background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
}

/* 非表示用（特別協賛・後援など） */
.outline-eva .outline-table-tr.is-hidden {
    display: none;
}

/* ========================================
   ご挨拶
======================================== */
.greeting-eva p {
    text-align: left;
    line-height: 2;
    font-size: 18px;
    font-family: var(--font-mincho);
}

/* ========================================
   見どころ
======================================== */
.highlights-eva {
    text-align: center;
}

.highlights-eva .highlights-btn {
    margin-bottom: 30px;
}

.highlights-eva .highlights-btn img {
    max-width: 400px;
    height: auto;
    transition: opacity 0.3s;
}

.highlights-eva .highlights-btn img:hover {
    opacity: 0.8;
}

.highlights-eva p {
    font-size: 18px;
    color: #fff;
}

/* ========================================
   来場者特典
======================================== */
.bonus-eva {
    text-align: center;
}

.bonus-eva .bonus-wrap {
    position: relative;
    background-color: var(--color-table-black2);
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    clip-path: polygon(
        20px 0,
        calc(100% - 20px) 0,
        100% 20px,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        20px 100%,
        0 calc(100% - 20px),
        0 20px
    );
}

/* 枠線 */
.bonus-eva .bonus-line {
    position: absolute;
    line-height: 0;
}

.bonus-eva .bonus-line-top {
    top: 0;
    left: 20px;
    right: 20px;
    height: 4px;
}

.bonus-eva .bonus-line-top img {
    width: 100%;
    height: 100%;
}

.bonus-eva .bonus-line-bottom {
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 4px;
}

.bonus-eva .bonus-line-bottom img {
    width: 100%;
    height: 100%;
}

.bonus-eva .bonus-line-left {
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 4px;
}

.bonus-eva .bonus-line-left img {
    width: 4px;
    height: 100%;
}

.bonus-eva .bonus-line-right {
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 4px;
}

.bonus-eva .bonus-line-right img {
    width: 4px;
    height: 100%;
}

.bonus-eva .bonus-inner {
    padding: 50px 40px;
}

.bonus-eva .bonus-inner h3 {
    text-align: center;
    margin-bottom: 30px;
}

.bonus-eva .bonus-inner h3 img {
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bonus-eva .bonus-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.bonus-eva .bonus-img img {
    width: 150px;
    height: auto;
}

.bonus-eva .bonus-inner p {
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.8;
}

.bonus-eva .bonus-inner .coming-soon,
.tickets-eva .coming-soon {
    text-align: center;
    font-size: 26px;
    font-family: var(--font-gothic);
    letter-spacing: 0.1em;
    padding: 40px 0;
    margin: 0;
}

/* ========================================
   チケット
======================================== */
.tickets-eva {
    max-width: 1200px;
}

.tickets-eva p {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 18px;
}

.tickets-eva a {
    color: var(--color-red);
    text-decoration: underline;
}

.tickets-eva .tickets-notes {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.tickets-eva .tickets-notes li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
}

.tickets-eva .tickets-notes li.note {
    font-size: 16px;
}

.tickets-eva .tickets-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

/* ひとまとまり同士の間の余白 */
.tickets-eva p + .tickets-txt {
    margin-top: 60px;
}

.tickets-eva .tickets-txt img:first-child {
    height: auto;
    max-width: 30%;
}

.tickets-eva .tickets-txt img.tickets-date-sm {
    max-width: 20%;
}

.tickets-eva .tickets-txt img:last-child {
    height: auto;
    max-width: 65%;
}

.tickets-eva .tickets-notice {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.tickets-eva .tickets-notice img {
    width: 30px;
    height: auto;
}

.tickets-eva .tickets-notice p {
    margin: 0;
    font-size: 16px;
    text-decoration: underline;
}

/* チケットサブタイトル */
.tickets-eva .tickets-subttl {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 60px -20px 40px;
}

.tickets-eva .tickets-subttl img {
    flex: 1;
    height: auto;
    min-width: 0;
}

.tickets-eva .tickets-subttl p {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
    font-family: var(--font-gothic);
}

/* チケット料金テーブル */
.tickets-eva .tickets-tax-note {
    text-align: right;
    font-size: 14px;
    margin: 5px 0 30px;
}

.tickets-eva .tickets-price-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    text-align: center;
}

.tickets-eva .tickets-price-table th,
.tickets-eva .tickets-price-table td {
    padding: 15px 20px;
    border-top: 1px solid var(--color-table-gray);
    border-bottom: 1px solid var(--color-table-gray);
    border-left: none;
    border-right: none;
    font-size: 18px;
}

.tickets-eva .tickets-price-table thead th {
    background: linear-gradient(180deg, #3a3a3a 0%, #1a1a1a 100%);
    color: #fff;
    text-align: center;
}

/* 前売券・当日券の縦線（上線なし、下線あり） */
.tickets-eva .tickets-price-table thead th[scope="col"] {
    border-top: none;
    border-bottom: 1px solid var(--color-table-gray);
    border-left: 1px solid var(--color-table-gray);
    border-right: none;
}

/* 前売券の右に縦線 */
.tickets-eva .tickets-price-table thead th[scope="col"]:first-of-type {
    border-right: 1px solid var(--color-table-gray);
}

.tickets-eva .tickets-price-table .corner {
    background: transparent;
    border-top: none;
    border-left: none;
}

.tickets-eva .tickets-price-table td {
    background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
}

.tickets-eva .tickets-price-table tbody th {
    background-color: var(--color-table-black1);
    text-align: left;
}

/* チケット日程 */
.tickets-eva .tickets-date {
    text-align: center;
    margin-bottom: 20px;
}

.tickets-eva .tickets-date img {
    max-width: 250px;
    height: auto;
    vertical-align: middle;
}

/* 入場時間帯 */
.tickets-eva .tickets-time {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}

.tickets-eva .tickets-time-ttl {
    flex: 0 0 30%;
}

.tickets-eva .tickets-time-ttl img {
    width: 100%;
    height: auto;
}

.tickets-eva .tickets-time-box {
    position: relative;
    flex: 1;
    border: 1px solid #fff;
    padding: 30px 40px;
    display: flex;
    justify-content: center;
}

/* 左上の白い三角形 */
.tickets-eva .tickets-time-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
}

/* 右下の白い三角形 */
.tickets-eva .tickets-time-box::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #fff transparent;
}

.tickets-eva .tickets-time-box p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    text-align: left;
}

/* スケジュールテーブル */
.tickets-eva .tickets-schedule-table {
    width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse;
}

.tickets-eva .tickets-schedule-table th,
.tickets-eva .tickets-schedule-table td {
    padding: 15px;
    border-top: 1px solid var(--color-table-gray);
    border-bottom: 1px solid var(--color-table-gray);
    border-left: none;
    border-right: none;
    text-align: left;
    font-size: 18px;
    vertical-align: middle;
}

.tickets-eva .tickets-schedule-table th {
    background-color: var(--color-table-black1);
    width: 180px;
}

/* ローソンチケットタイトル */
.tickets-eva .tickets-lawson-ttl {
    text-align: center;
    margin-bottom: 10px;
}

.tickets-eva .tickets-lawson-ttl img {
    max-width: 400px;
    height: auto;
}

/* 購入ボタン */
.tickets-eva .tickets-btn {
    text-align: center;
    margin: 40px 0;
}

.tickets-eva .tickets-btn img {
    max-width: 300px;
    height: auto;
    transition: opacity 0.3s;
}

.tickets-eva .tickets-btn img:hover {
    opacity: 0.8;
}

/* 決済方法 */
.tickets-eva .tickets-pay {
    text-align: center;
    margin: 60px -20px 20px;
}

.tickets-eva .tickets-pay img {
    width: 100%;
    height: auto;
}

/* ========================================
   グッズ
======================================== */
.goods-eva {
    text-align: center;
}

.goods-eva .goods-btn {
    margin-bottom: 30px;
}

.goods-eva .goods-btn img {
    max-width: 400px;
    height: auto;
    transition: opacity 0.3s;
}

.goods-eva .goods-btn img:hover {
    opacity: 0.8;
}

.goods-eva p {
    font-size: 18px;
    color: #fff;
}

/* ========================================
   注意事項
======================================== */
.notice-eva .notice-wrapper {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0 30px 30px;
    margin-bottom: 50px;
}

.notice-eva .notice-subttl {
    text-align: center;
    margin: 0 -30px 20px;
    border-bottom: 1px solid #fff;
    line-height: 0;
}

.notice-eva .notice-subttl img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.notice-eva .notice-wrapper p {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
}

.notice-eva .notice-wrapper a {
    display: inline;
    color: #fff;
    text-decoration: underline;
}

/* ========================================
   会場
======================================== */
.venue-eva-bg {
    background-image: url(../img/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

.venue-eva {
    text-align: center;
    font-size: 18px;
}

.venue-eva .venue-text {
    margin-bottom: 40px;
    text-align: center;
}

.venue-eva .venue-text img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.venue-eva iframe {
    width: 100%;
    max-width: 800px;
    height: 400px;
    margin-bottom: 20px;
}

.venue-eva > p {
    margin-bottom: 15px;
}

.venue-eva > a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 15px;
}

.venue-eva .venue-subttl01,
.venue-eva .venue-subttl02 {
    margin: 50px -20px 30px;
}

.venue-eva .venue-subttl01 img,
.venue-eva .venue-subttl02 img {
    width: 100%;
    height: auto;
}

.venue-eva .venue-map {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.venue-eva .venue-map img {
    height: auto;
}

.venue-eva .venue-map img:first-child {
    width: 55%;
}

.venue-eva .venue-map img:last-child {
    width: 45%;
}

.venue-eva .venue-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
    text-align: left;
}

.venue-eva .venue-walk,
.venue-eva .venue-car {
    flex: 1;
    min-width: 280px;
    max-width: 600px;
}

.venue-eva .venue-walk p:first-child,
.venue-eva .venue-car p:first-child {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.venue-eva .venue-walk p,
.venue-eva .venue-car p {
    font-size: 18px;
    line-height: 1.8;
}

.venue-eva .venue-walk img,
.venue-eva .venue-car img {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.venue-eva .venue-footer-logo {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 60px auto 0;
}

.venue-eva .copyright {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}

/* ========================================
   レスポンシブ（タブレット）
======================================== */
@media screen and (max-width: 1024px) {
    .nav-eva ul {
        gap: 10px 25px;
    }

    .nav-eva ul li a img {
        height: 50px;
    }
}

/* ========================================
   レスポンシブ（スマートフォン）
======================================== */
@media screen and (max-width: 767px) {
    .topics-eva,
    .outline-eva,
    .greeting-eva,
    .highlights-eva,
    .bonus-eva,
    .tickets-eva,
    .goods-eva,
    .notice-eva,
    .venue-eva {
        padding: 40px 15px;
    }

    /* メインビジュアル */
    .mv-eva {
        padding: 0;
    }

    .mv-eva-logo {
        top: 10px;
        left: 10px;
    }

    .mv-eva-logo img {
        width: 100px;
    }

    .mv-eva-main {
        padding-top: 45px;
    }

    .mv-eva-date {
        padding: 0 15px;
    }

    .mv-eva-date img {
        max-width: 100%;
    }

    .ttl-eva img {
        height: 85px;
    }

    /* ナビゲーション */
    .nav-eva ul {
        gap: 8px 15px;
        padding: 15px 10px;
    }

    .nav-eva ul li a img {
        height: 38px;
    }

    /* 開催概要 */
    .outline-eva .outline-wrap {
        flex-direction: column;
    }

    .outline-eva .outline-block {
        max-width: 100%;
    }

    /* ご挨拶 */
    .greeting-eva p {
        font-size: 16px;
    }

    .greeting-eva .br-pc {
        display: none;
    }

    /* 来場者特典 */
    .bonus-eva .bonus-line-top,
    .bonus-eva .bonus-line-bottom {
        left: 15px;
        right: 15px;
    }

    .bonus-eva .bonus-line-left,
    .bonus-eva .bonus-line-right {
        top: 15px;
        bottom: 15px;
    }

    .bonus-eva .bonus-inner {
        padding: 30px 20px;
    }

    .bonus-eva .bonus-inner h3 img {
        max-width: 100%;
    }

    .bonus-eva .bonus-img img {
        width: 100px;
    }

    /* チケット */
    .tickets-eva .tickets-subttl {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tickets-eva .tickets-pay {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tickets-eva .tickets-txt {
        flex-direction: column;
        align-items: center;
    }

    .tickets-eva .tickets-txt img:first-child {
        width: 60%;
        max-width: none;
    }

    .tickets-eva .tickets-txt img.tickets-date-sm {
        width: 45%;
        max-width: none;
    }

    .tickets-eva .tickets-txt img:last-child {
        width: 90%;
        max-width: none;
    }

    .tickets-eva .tickets-time {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .tickets-eva .tickets-time-box {
        padding: 15px 20px;
    }

    .tickets-eva .tickets-time-box p {
        font-size: 14px;
        line-height: 1.8;
    }


    .tickets-eva .tickets-price-table th,
    .tickets-eva .tickets-price-table td {
        padding: 10px;
        font-size: 16px;
    }

    .tickets-eva .tickets-schedule-table th {
        width: 100px;
    }

    /* 注意事項 */
    .notice-eva .notice-wrapper {
        padding: 0 15px 15px;
    }

    .notice-eva .notice-subttl {
        margin: 0 -15px 15px;
    }

    .notice-eva .notice-wrapper p {
        font-size: 14px;
    }

    /* 会場 */
    .venue-eva .venue-subttl01,
    .venue-eva .venue-subttl02 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .venue-eva .venue-map {
        flex-direction: column;
    }

    .venue-eva .venue-map img:first-child,
    .venue-eva .venue-map img:last-child {
        width: 100%;
    }

    .venue-eva iframe {
        height: 300px;
    }

    .venue-eva .venue-info {
        flex-direction: column;
        align-items: center;
    }

    .venue-eva .venue-walk,
    .venue-eva .venue-car {
        max-width: 100%;
        text-align: left;
    }

    .venue-eva .venue-footer-logo {
        max-width: 200px;
        margin-top: 40px;
    }
}