@charset "UTF-8";

#event .swiper-pagination-bullet-active {
    background: #000;
}
.ctn-wrap-bg, .ctn-header-bg {
    height: 100vh;
}
.slogan_inner {
    flex-direction: column; 
    text-align: center;
    margin: 20px auto 60px auto;
}

.slogan_inner img {
    width: 100%;
    max-width: 160px; 
    height: auto;
    padding-bottom: 20px;
    padding-right: 20px;
}

.ctn-about-inner .title {
    font-size: 1.8rem;
    line-height: 2.2;
}
small {
    font-size: 1rem;
    line-height: 1;
}
.item-wrap {
    line-height: 1.2;
}
.item-title + p {
    line-height: 1.6;
}
.original-shadow{
    text-shadow:1px 1px 0 rgba(255, 204, 2, 1),-1px 1px 0 rgba(255, 204, 2, 1),1px -1px 0 rgba(255, 204, 2, 1),-1px -1px 0 rgba(255, 204, 2, 1),0 1px 0 rgba(255, 204, 2, 1),0 -1px 0 rgba(255, 204, 2, 1),
    1px 0 0 rgba(255, 204, 2, 1),-1px 0 0 rgba(255, 204, 2, 1),2px 2px 0 rgba(255, 204, 2, 1),-2px 2px 0 rgba(255, 204, 2, 1),2px -2px 0 rgba(255, 204, 2, 1),-2px -2px 0 rgba(255, 204, 2, 1),
    0 2px 0 rgba(255, 204, 2, 1),0 -2px 0 rgba(255, 204, 2, 1),2px 0 0 rgba(255, 204, 2, 1),-2px 0 0 rgba(255, 204, 2, 1);
}

.bg_red {
    margin-top: 40px;
    background-image: url("/ex/lastspurt/2025/img/bg-red.png"); 
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 20px rgba(214, 10, 29, 0.2);
}
.accordion-wrap_r  {
    padding: 0 3rem 20px;
}

.accordion-ttl{
    padding: 3rem 0;
}

.accordion-wrap table{
    text-align: center;
}

.accordion-wrap table{
    text-align: center;
}
table {
    width: 100%;
    border-collapse: collapse;
    color: #000;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
}

table th,
table td {
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
}

table th {
    background: #f9fafb;      /* gray-50 */
    font-weight: 600;
}

.item-wrap + .item-wrap {
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
}

.bg_red .item-wrap + .item-wrap {
    padding-top: 40px;
}

.tag li {
    color: #fff;
    background-color: #d7001d;
}

.tag li.r {
    width: max-content !important;
    padding: 0.3rem 1rem;
    font-size: 1.4rem;
}
.btn-wrap .btn.btn-ticket {
    border: 1px solid #fff;
    background: #d7001d;
    color: #fff;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .header .nav-sp img {
        width: 14rem;
    }
    .header .nav-sp {
        padding-top: 2rem;
        margin-top: -96vh;
    }
    .ctn-header-bg .pc-player02  {
        width: 28rem;
    }
    .ctn-header-bg .pc-player01  {
        width: 44rem;
    }
    .ctn-wrap main {
        padding-top: 0;
    }
    .header ul li {
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 1367px){
    .header .nav-sp img {
        width: 20rem;
    }
    .header .nav-sp {
        padding-top: 2rem;
    }
    .ctn-header-bg .pc-player02  {
        width: 40rem;
    }
    .ctn-header-bg .pc-player01  {
        width: 58rem;
    }
.ctn-wrap main {
        padding-top: 0;
    }            
}

@media (max-width: 768px) {
    .link-wrap {
        position: fixed;
        bottom: 30px;
        left: 0;
        width: 50%;
        z-index: 9999;
    }
    .link-wrap .btn {
    border-radius: 0 10px 10px 0;
    border: none!important;
    }
}

.c-link {
display: flex;
align-items: center;
font-weight: bold;
}

.c-link:before {
display: inline-block;
content: "";
border-top: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #d7001d;
}
.c-link:link,
.c-link:visited {
color: #d7001d;
text-decoration: none;
}
.c-link:hover {
text-decoration: underline;
}

#ticket .img-box a {
    display: block;
    overflow: hidden; /* はみ出した部分を隠す */
    }

#ticket .img-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

#ticket .img-box a:hover img {
    transform: scale(1.05); /* 少し拡大 */
    box-shadow: 0 8px 16px rgba(214, 10, 29, 0.2); /* 影を追加 */
    }

    .ctn-gourmet .player-gourmet {
        top: -10rem;
    }

    @media screen and (max-width: 767px) {
        .ctn-gourmet .player-gourmet {
            top: 8px;
        }
        #mobile .player-mobile {
            width: 34rem;
            top: -20px;
        }

        .ctn-ticket{
            padding-bottom:6rem!important;  
        }

    }

    @media screen and (min-width: 767px) and (max-width: 1500px) {
        #ezo .player-mobile {
                right: 0;
                top: -90px;
        }
    }

    #ezo {
        padding-bottom: 0!important;
    }

    .ctn-ticket{
        padding-bottom: 12rem;  
    }

    details {
    margin-top: 20px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px;
    }

    summary {
    cursor: pointer;
    font-weight: bold;
    list-style: none; 
    display: flex;
    align-items: center;
    padding: 8px 0;
    }

    summary::before {
    content: "▼";
    margin-right: 6px;
    transition: transform 0.3s;
    }

    details[open] summary::before {
    transform: rotate(180deg);
    }


    .tag li.tag-ch {
    background: #ffcc00;
    color: #000;
}
