@charset "UTF-8";
/* SP用上書きスタイル */

/* PC時は非表示（SP時はアコーディオンに制御させる） */
@media screen and (min-width: 769px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    /* ここにSP用のスタイルを追加 */
    .tickets-notes {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
    font-size: 16px;
}

.tickets-notes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto 50px;
    font-size: 14px;
    line-height: 1.8;
    color: #325078;
    position: relative;
}
.tickets-notes p:first-child {
    border-bottom: 1px solid #98a7bb;
    padding-bottom: 2rem;
    margin-bottom: .5rem;
}
.tickets-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
    margin-left: -27px;
    /* margin-right: -27px !important; */
}
.ticket-card {
    padding: 25px .75rem;
    border-radius: 5px;
    /* background-color: unset; */
}
/* .ticket-card:nth-child(4n-3),
.ticket-card:nth-child(4n) {
    background-color: #f5f6f8;
} */
.ticket-name {
    font-size: 14px;
    text-align: justify;
    margin-bottom:0;
}
.ticket-special-tag {
    display: inline-block;
    background: #325078;
    color: #fff;
    padding: 0px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}
.ticket-tag {
    display: inline-block;
    padding: 0px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
.tickets-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
    max-width: unset;
    margin: 0 auto 40px;
    border-bottom: unset;
    padding-bottom: 90px;
    padding: 0;
    margin: 0 0.5rem;
    box-sizing: border-box;
}
.seats-fireworks-dots {
    position: absolute;
    left: -16%;
    top: -50px;
    width: 150px;
    height: 150px;
    opacity: 0;
    z-index: 10;
}
.seats-card-map {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}
.seats-card-text {
    font-size: 15.5px;
    margin-left: 20px;
    margin-right: 20px;
}
.seats-slider .slick-prev, .seats-slider .slick-next {
    width: 70px;
    height: 70px;
    font-size: 14px;
}
.seats-slider .slick-prev {
    left: -35px;
}
.seats-slider .slick-prev .fa-solid {
    margin-left: 35px !important;
}
.seats-slider .slick-next {
    right: -35px;
}
.seats-slider .slick-next .fa-solid {
    margin-right: 20px;
    margin-left: -10px;
}
.fa-chevron-right{
    margin-right: 15px;
    margin-left: 15px;
}
.fa-chevron-left{
    margin-left: 25px;
}
.program-inner {
    grid-template-columns: 1fr;
    padding: 1rem 2rem 2rem;
}
.program-left {
    padding: 50px 0px;
}
.program-detail {
    padding: 35px 0 15px;
    border-bottom: 1px dashed #ccc;
}
.guest-artist {
    padding: 60px 1.5rem;
}
.artist-modal-img {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
}
.artist-modal-desc {
    font-size: 15px;
}
.map-embed {
    width: 95%;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
    filter: grayscale(1);
}
.map-access-methods {
    padding: 50px 1rem 20px;
    margin: 30px -12px 0;
    width: calc( 100% + 24px );
    border-radius: 0;
}
.map-access-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px dotted #98a7bb !important;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.map-access-item:last-child{
    border-bottom: none !important;
}
.map-access-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.access-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
    display: block;
    margin: 0 1rem;
}
.access-card {
    padding: 25px 30px;
    margin-bottom: 1rem;
}
.access-card-map {
    margin: 0 -30px;
}
.access-card-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}
.access-notice-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 20px;
}
.food-card {
    padding: 50px 10px;
    width: 80%;
    margin: au 1rem;
}
.guideline {
    padding: 60px 1rem;
}
.guideline-list li {
    font-size: 15px;
    text-align: justify;
}
.faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.faq-title-area {
    text-align: center;
}
.faq-header {
    justify-content: left;
}
.faq-question {
    padding: 20px 5px;
    font-size: 15px;
    gap: 15px;
}
.sponsor-card {
    padding: 60px 20px;
    max-width: 100%;
    width: 80%;
}
.credits {
    padding: 60px 1rem;
}
.news-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.info-text-area {
    order: 2;
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
}
.info-about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-left: 0;
}
.fixed-cta-btn {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 10px 10px 10px 25px;
    /* background: #5b7393; */
    color: #fff;
    border-radius: 30px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    width: 215px;
    height: 60px;
    /* border: 1px solid #5b7393; */
    border-right: none;
}

.hero-catch {
    display: block;
    top: 80px;
    left: 2rem;
    transform: unset;
    right: unset;
    writing-mode: unset;
    font-size: 16px;
}
.footer-sections-wrap {
    background-image: url('../img/top/bg_information.webp');
    padding-top: 30px;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 60px;
}

.card_play_guide {
    width: calc( 100% - 4rem );
    background: #fff;
    margin: 0 2rem;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
}
.card_play_guide_title_wrapper {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 15px;
    align-items: center;
}
.card_play_guide .btn {
    margin-top: 25px;
    margin-bottom: 0;
}
.card_play_guide_title_wrapper .icon {
    background: #b0afc0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.title_play_guide{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.card_play_guide_title_wrapper .title_play_guide p{
    font-size: 15px;
    font-weight: 400;
}
.location_image {
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.notice-zabuton {
    max-width: unset;
    margin: 60px auto 30px;
    padding: 50px 30px 45px;
}


.outline_wrapper{
    position: unset;
    margin-bottom: 40px;
    margin-right: 1rem;
    margin-left: 1rem;
}
.outline_wrapper p.event_outline {
    border-radius: 50px;
    padding: 7px 30px 9px;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
    display: block;
    text-align: center;
}
.outline_wrapper p {
    font-size: 14px;
    color: #325078;
    text-align: justify;
    margin-left: 0;
    margin-right: 0
}
.gnav{
    overflow: scroll;
}
.gnav-list {
    list-style: none;
    padding: 40px 40px 0px;
    margin: 0;
}
.gnav-list li a {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
}
.schedule-descript{
    padding: 0 1rem !important;
    margin-top: 30px;
}
.ticket-parking-time {
    line-height: 2;
}
}
