@charset "UTF-8";
/*
Version: 2.5.0
Creation Date: 2024.2.7
Last Updated: 2026.8.7
*/


/* import
------------------------------------------------------------ */
@import "https://www.montedioyamagata.jp/wp-content/themes/montedio/assets/css/match.css";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";

@font-face {
    font-family: 'MONTE30';
    src: url(font/monteunifonte2026.otf);
}

/* Overwrite
------------------------------------------------------------ */
.header {
    position: fixed;
}

.spnav,
.spsubnav,
.gnav__subitem__table td a {
    text-align: left;
}

.access {
    padding: 0;
}

.access .accessSection {
    width: 100%;
    margin: 0 auto;
}

.access__table {
    table-layout: auto;
}

.share__icon {
    margin: 0;
}


/* set
------------------------------------------------------------ */
* {
    margin: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
    background: #FFF;
    color: #000;
    text-align: center;
    min-width: auto;
}

ul {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;

}

video,
iframe {
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
    border: none;
}

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

.opa a {
    background: #FFF;
    display: block;
}

.opa a:hover img {
    opacity: .7;
}

:hover {
    transition: .3s;
}

.smd,
.smp,
.flex.smd,
.flex.smp {
    display: none;
}

.pc {
    display: block;
}


/* common
------------------------------------------------------------ */
/* font */
/* Poster Gothic Cond ATF Bold */
.EN {
    font-family: poster-gothic-cond-atf, sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
}

/* layout */
main {
    width: 100%;
    display: block;
    overflow: hidden;
}

article {
    width: 100%;
    position: relative;
}

.field {
    position: relative;
}

.field::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 54.55vw;
    height: 100%;
    background: url(img/bg_line.png) repeat-y center top / contain;
    z-index: 1;
}

section {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    padding: 5em 0;
    position: relative;
}

/* flexbox */
.flex {
    display: flex;
}

.flex.wrap {
    flex-wrap: wrap;
}

[class*=col-] {
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex.center {
    justify-content: center;
}

.col-2>* {
    flex-basis: 48%;
}

/* style */
.none {
    display: none;
}

.center {
    text-align: center;
}

.vwmax img {
    width: 100vw;
}

h2 {
    margin-bottom: 3.5em;
    position: relative;
    z-index: 1;
}

h2+p.fadeInScale2 {
    margin: -2em auto 1em;
    position: relative;
}


/* main
------------------------------------------------------------ */
main {
    margin-top: 120px;
}

/* #nav */
#nav {
    background: #59bded;
    padding: 5em 0 0;
    background: url("img/nav_bg.jpg") no-repeat center bottom/cover;
}

#nav nav {
    width: 1120px;
    max-width: 90%;
    margin: 0 auto;
}

#nav nav ul li {
    flex-basis: 18%;
    margin: 0 1%;
}

#nav nav ul li a:hover img {
    opacity: 1;
}

#nav section {
    width: 1340px;
    clear: both;
    overflow: hidden;
    padding: 9.4em 0 21.25em;

}

#player_01 {
    float: left;
    max-width: 15.51vw;
}

#player_02 {
    float: right;
    max-width: 25.38vw;
    margin-top: 8em;
}

/* #schedule */
#schedule {
    background: #003a95;
}

#schedule section {
    padding: 8em 0 8em;
    z-index: 1;
}

#schedule li {
    margin-top: 3em;
}

#schedule::before {
    content: "";
    background: url("img/player_06.png") no-repeat bottom/contain;
    width: 15.17vw;
    aspect-ratio: 215 / 500;
    position: absolute;
    bottom: 65px;
    right: 0.71vw;
}

#schedule::after {
    content: "";
    background: url("img/supporter_08.png") no-repeat right/contain;
    width: 14.11vw;
    aspect-ratio: 200 / 500;
    position: absolute;
    left: 2.47vw;
    top: 12.5%;
}

/* #event */
#event {
    background: #003a95;
    padding-bottom: 5em;
    position: relative;
}

.star {
    position: relative;
}

.star::before {
    content: "";
    background: url("img/star_left.png") no-repeat top/contain;
    width: min(9.53vw, 135px);
    aspect-ratio: 135 / 2774;
    position: absolute;
    left: 0;
    top: 26.82vw;
    z-index: 1;
}

.star::after {
    content: "";
    background: url("img/star_right.png") no-repeat top/contain;
    width: min(9.53vw, 135px);
    aspect-ratio: 135 / 2774;
    position: absolute;
    right: 0;
    top: 23.78vw;
}

#event h2 {
    margin-bottom: 0;
}

#event ul {
    position: relative;
    z-index: 1;
}

#event ul li a:hover img {
    opacity: 1;
}

#event ul li {
    max-width: 1000px;
    margin: 5.625em auto 0;
    position: relative;
}

.event__list li .list-border {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 9px 9px 0 #00abeb;
    background: url("img/event-list_bg.png") no-repeat center/cover;
    border-radius: 17px;
    border: 4px solid #004ea2;
}

.event__list li .list-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #fff;
    border-radius: 12px;
    z-index: 1;
    pointer-events: none;
}

.event__list li .list-border::after {
    content: "";
    position: absolute;
    inset: 2px;
    border: 4px solid #004ea2;
    border-radius: 10px;
    z-index: 2;
    pointer-events: none;
}

.event__list__text {
    width: 36%;
    text-align: left;
    position: relative;
    padding-left: 52px;
    padding-bottom: 25px;
}

.event__list li .event__list__text h3 {
    position: absolute;
    z-index: 2;
}

.event__list__text h3 img {
    width: 100%;
}

.event__list__text p {
    padding-top: 180px;
    font-size: 18px;
    font-weight: 700;
}

.event__list__text p a {
    position: absolute;
    width: 108%;
    word-break: break-all;
}

.event__list__text .detail {
    max-width: 284px;
    margin-top: 20px;
}

.event__list li:nth-child(1) .event__list__text {
    padding-bottom: 86px;
}

.event__list li:nth-child(1) .event__list__text h3 {
    width: 499px;
    top: 20px;
    left: 30px;
}

.event__list li:nth-child(1) .event__list__text p {
    padding-top: 290px;
    width: 120%;
}

.event__list li:nth-child(1) .event__list__img img {
    height: auto;
}

.event__list li:nth-child(2) .event__list__text h3 {
    width: 546px;
    top: 20px;
    left: 30px;
}

.event__list li:nth-child(3) .event__list__text h3 {
    width: 358px;
    top: 20px;
    left: 30px;
}

.event__list li:nth-child(4) .event__list__text h3 {
    width: 490px;
    top: 20px;
    left: 30px;
}

.event__list li:nth-child(5) .event__list__text h3 {
    width: 429px;
    top: 20px;
    left: 30px;
}



.event__list__img {
    width: 62%;
}

.event__list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    border-radius: 0 12px 12px 0;
}

@media (max-width: 767px) {
    .event__list li .list-border {
        flex-direction: column-reverse;
    }

    .event__list__text,
    .event__list__img {
        width: 100%;
    }

    .event__list__text {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
    }

    .event__list__text p {
        padding-top: 40vw;
        font-size: 16px;
    }

    .event__list__text p a {
        width: 100%;
        position: relative;
    }

    .event__list__text .detail {
        margin: 20px auto 0;
    }

    .event__list li:nth-child(1) .event__list__text h3 {
        width: 89%;
        top: 20px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .event__list li:nth-child(1) .event__list__text {
        padding-bottom: 25px;
    }

    .event__list li:nth-child(1) .event__list__text p {
        padding-top: 53.3vw;
        width: 100%;
    }

    .event__list li:nth-child(2) .event__list__text h3 {
        width: 89%;
        top: 20px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .event__list li:nth-child(2) .event__list__text p {
        padding-top: 32vw;
    }

    .event__list li:nth-child(3) .event__list__text h3 {
        width: 89%;
        top: 20px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .event__list li:nth-child(4) .event__list__text h3 {
        width: 89%;
        top: 20px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .event__list li:nth-child(4) .event__list__text p {
        padding-top: 32.5vw;
    }

    .event__list li:nth-child(5) .event__list__text h3 {
        width: 89%;
        top: 20px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .event__list li:nth-child(5) .event__list__text p {
        padding-top: 37.3vw;
    }
}

#event ul li:nth-child(even) {
    margin-left: auto;
}

#event ul li:nth-child(1)::before {
    content: "";
    background: url("img/player_05.png") no-repeat center/contain;
    width: min(22.49vw, 309px);
    aspect-ratio: 309 / 500;
    position: absolute;
    top: max(-16vw, -226px);
    left: min(2vw, 28px);
    z-index: -1;
}

#event ul li:nth-child(1)::after {
    content: "";
    background: url("img/supporter_01.png") no-repeat center/contain;
    width: 12.63vw;
    aspect-ratio: 179 / 500;
    position: absolute;
    bottom: -28.23vw;
    right: -12.7vw;
    z-index: -1;
}

#event ul li:nth-child(2)::before {
    content: "";
    background: url("img/supporter_09.png") no-repeat center/contain;
    width: 14.26vw;
    aspect-ratio: 202 / 500;
    position: absolute;
    bottom: -32.29vw;
    left: -13.41vw;
    z-index: -1;
}

#event ul li:nth-child(4)::before {
    content: "";
    background: url("img/supporter_02.png") no-repeat center/contain;
    width: 22.16vw;
    aspect-ratio: 314 / 256;
    position: absolute;
    top: -13.41vw;
    right: -18.14vw;
    z-index: -1;
}

#event ul li:nth-child(5)::after {
    content: "";
    background: url("img/supporter_07.png") no-repeat center/contain;
    width: 14.4vw;
    aspect-ratio: 204 / 264;
    position: absolute;
    top: -5.29vw;
    left: -11.64vw;
    z-index: -1;
}

#event::before {
    content: "";
    background: url("img/event_bg-top.png") no-repeat center/cover;
    width: 100%;
    aspect-ratio: 1417 / 557;
    position: absolute;
    top: 0;
    right: 0;
}

#event::after {
    content: "";
    background: url("img/event_bg-bottom.png") no-repeat center/cover;
    width: 100%;
    aspect-ratio: 1417 / 673;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* #gourmet */
#gourmet {
    background: url("img/gourmet_bg.png") no-repeat center top/cover;
}

#gourmet li {
    margin-bottom: 3em;
    z-index: 1;
}

#gourmet ul li:nth-child(2)::before {
    content: "";
    background: url("img/player_03.png") no-repeat center/contain;
    width: min(18.84vw, 267px);
    aspect-ratio: 267 / 720;
    position: absolute;
    top: max(-10.94vw, -155px);
    right: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    #gourmet ul li:nth-child(2)::before {
        width: 35vw;
        top: -20vw;
        right: -5vw;
    }
}

#gourmet::before {
    content: "";
    position: absolute;
    inset: 25px;
    background: url("img/gourmet_frame.png") no-repeat center / 100% 100%;
}

#gourmet::after {
    content: "";
    background: url("img/supporter_10.png") no-repeat center/contain;
    width: 21.38vw;
    aspect-ratio: 303 / 206;
    position: absolute;
    bottom: 0;
    left: 3.53vw;
}

@media (max-width: 767px) {
    #gourmet::after {
        width: min(45vw, 160px);
        left: 3vw;
        bottom: 0;
    }
}

/* #seat */
#seat {
    background: #c7c6e3;
}

#seat h2 {
    position: relative;
    z-index: 3;
}

#seat h2+div {
    position: relative;
    z-index: 2;
}

#seat h2+div::before {
    content: "";
    background: url("img/player_04.png") no-repeat bottom/contain;
    width: min(14.18vw, 201px);
    aspect-ratio: 201 / 280;
    position: absolute;
    top: max(-15.31vw, -217px);
    left: min(12vw, 170px);
    z-index: -1;
}

@media (max-width: 767px) {
    #seat h2+div::before {
        width: min(18vw, 220px);
        top: -20vw;
        left: 3vw;
    }
}


#seat h2+figure {
    position: relative;
    z-index: 1;
}

#seat ul {
    position: relative;
    z-index: 2;
}

#seat ul li {
    margin-top: 3em;
}

.seat__map {
    margin-top: 8em;
}


/* #access */

#access .wht {
    color: #FFF;
}

#access>section {
    z-index: 1;
}

.stripe_nvy {
    background: repeating-linear-gradient(90deg, #0a3388, #0a3388 1.8rem, #0c2f80 1.8rem, #0c2f80 3.6rem);
}

.NOTO,
#access .panel-group section {
    /* Noto Sans Japanese */
    font-family: 'Noto Sans JP', sans-serif;
}

#access h2 {
    margin-bottom: 2rem;
}

#access h2 span {
    /* monteunifonte2026 */
    font-family: 'MONTE30', sans-serif;
    font-size: 10rem;
    display: block;
    overflow-wrap: anywhere;
}

#access h2.wht span {
    color: #FFF;
}

#access h2.wht strong {
    background: #FFF;
    clip-path: polygon(2rem 0, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 2rem 100%, 0 50%);
    color: #0b2f80;
    font-size: 3.5rem;
    font-style: italic;
    letter-spacing: .02em;
    padding: .1em 2em;
    display: inline-block;
}

#access h3.NOTO {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: .09em;
    margin-bottom: 4rem;
}


#access .panel-group section {
    text-align: left;
    padding-top: 5rem;
}

#access .panel-group h3.LOGO {
    text-align: center;
    margin-bottom: 3rem;
}

#access .panel-group h3.LOGO strong {
    color: #1a1a7c;
    font-size: 4rem;
    border-bottom: 5px solid #1a1a7c;
}

.access {
    background: #FFF;
    border: 2rem solid #1a1a7c;
    border-radius: 4rem;
    position: relative;
    z-index: 1;
}

.tab {
    background-size: contain !important;
    width: 200px;
    height: 183px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.tab:hover {
    cursor: pointer;
}

.tab:nth-child(1) {
    background: url("img/access_nav_01_off.png") no-repeat;
    border-radius: 1.8rem 0 0 0;
}

.tab:nth-child(2) {
    background: url("img/access_nav_02_off.png") no-repeat;
}

.tab:nth-child(3) {
    background: url("img/access_nav_03_off.png") no-repeat;
}

.tab:nth-child(4) {
    background: url("img/access_nav_04_off.png") no-repeat;
}

.tab:nth-child(5) {
    background: url("img/access_nav_05_off.png") no-repeat;
}

.tab:nth-child(6) {
    background: url("img/access_nav_06_off.png") no-repeat;
    border-radius: 0 1.8rem 0 0;
}

.tab:nth-child(1):hover,
.tab:nth-child(1).is-active {
    background: url("img/access_nav_01_on.png") no-repeat;
}

.tab:nth-child(2):hover,
.tab:nth-child(2).is-active {
    background: url("img/access_nav_02_on.png") no-repeat;
}

.tab:nth-child(3):hover,
.tab:nth-child(3).is-active {
    background: url("img/access_nav_03_on.png") no-repeat;
}

.tab:nth-child(4):hover,
.tab:nth-child(4).is-active {
    background: url("img/access_nav_04_on.png") no-repeat;
}

.tab:nth-child(5):hover,
.tab:nth-child(5).is-active {
    background: url("img/access_nav_05_on.png") no-repeat;
}

.tab:nth-child(6):hover,
.tab:nth-child(6).is-active {
    background: url("img/access_nav_06_on.png") no-repeat;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
}

.panel a {
    color: #09369d;
    text-decoration: underline;
}

.panel a:hover {
    text-decoration: none;
}


/* footer
------------------------------------------------------------ */
footer {
    background: #000;
}

footer section {
    padding: 3rem 0 120px;
}

footer h1 {
    width: 188px;
    margin: 0 auto 3rem;
}

footer p {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.3;
}

footer p+p {
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* #sns */
#sns {
    background: #FFF;
}

/* #ticket */
#ticket {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
}

#ticket a {
    background: #FFBA00;
    color: #FFF;
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

#ticket a span {
    font-size: 3.2rem;
    padding: 0 10px;
}

#ticket a:hover {
    background: #000;
}

/* #sponsor */
#sponsor {
    background: #ffffff;
    padding: 5rem 0;
}

#sponsor section {
    background: #FFF;
    width: 1200px;
    padding: 5rem 0 0;
}

#sponsor section:last-child {
    padding-bottom: 3rem;
}

#sponsor h4 {
    background: #f0f0f0;
    max-width: 880px;
    margin: 0 auto 2em;
    padding: .5em;
}

#sponsor ul {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sponsor ul li {
    font-size: small;
    text-align: left;
    flex-basis: 25%;
    margin: 1rem 0;
}

#sponsor ul.center {
    max-width: 500px;
    justify-content: center;
}

#sponsor ul.center li {
    flex-basis: 50% !important;
}





@media screen and (max-width: 1180px) {

    /* main
------------------------------------------------------------ */
    /* #schedule */
    #schedule::before,
    #schedule::after {
        display: none;
    }

}


@media screen and (max-width: 768px) {

    /* set
------------------------------------------------------------ */
    .pc,
    .pc.inline,
    .flex.pc {
        display: none;
    }

    .smd,
    .smd-block {
        display: block;
    }

    .flex.smd {
        display: flex;
    }

    /* main
------------------------------------------------------------ */
    main {
        margin-top: 60px;
    }

    /* #event */
    #event ul li:nth-child(1)::after,
    #event ul li:nth-child(2)::before,
    #event ul li:nth-child(3)::before,
    #event ul li:nth-child(4)::after,
    #event ul li:nth-child(5)::before,
    #event ul li:nth-child(5)::after {
        display: none;
    }

    #event::after {
        bottom: -2%;
    }

    /* #seat */
    #seat h2+div {
        margin-bottom: 5em;
    }

    /* #access */
    .tab {
        height: 123px;
    }

    /* footer
------------------------------------------------------------ */
    footer section {
        padding: 3rem 0 100px;
    }

    footer p,
    footer p+p {
        font-size: 1rem;
    }

    /* #ticket */
    #ticket a {
        font-size: 3rem;
        height: 60px;
        padding: 0 5%;
    }

    #ticket a span {
        font-size: 2.2rem;
        padding: 0 5px;
    }

    #nav {
        background: url("img/nav_bg.jpg") no-repeat right bottom/cover;
    }

    #nav section {
        padding: 2.4em 0 24.25em;
        max-width: 94%;
    }

}


@media screen and (max-width: 430px) {

    /* set
------------------------------------------------------------ */
    .smd,
    .flex.smd,
    .smp-none {
        display: none;
    }

    .smp,
    .smp-block {
        display: block;
    }

    .flex.smp {
        display: flex;
    }

    br.smp {
        font-size: 0;
    }

    /* common
------------------------------------------------------------ */
    /* layout */
    section {
        padding: 3em 0;
    }

    /* flexbox */
    .col-2 {
        display: block;
    }

    /* style */
    h2 img {
        height: 60px;
    }

    /* main
------------------------------------------------------------ */
    /* #nav */
    #nav {
        padding: 3em 0 1em;
    }

    #nav nav ul li {
        flex-basis: 30%;
        margin: 0 1.5% 3%;
    }

    #nav p {
        top: 50%;
    }

    #player_01 {
        max-width: 25vw;
    }

    #player_02 {
        max-width: 40vw;
        margin-top: 0;
    }

    /* #schedule */
    #schedule section {
        padding: 3em 0 3em;
    }

    #schedule section h2 {
        position: static;
        transform: translateX(0);
    }

    #schedule li {
        margin-top: 0.5em;
    }

    /* #event */
    #event ul li {
        margin: 3em auto 0;
    }

    #event ul li:nth-child(1)::before,
    #event ul li:nth-child(4)::before {
        display: none;
    }

    #event::after {
        width: 50vw;
        bottom: -4%;
    }

    .event__list li:nth-child(1) .event__list__text p {
        width: 100%;
    }

    .event__list li .list-border {
        box-shadow: 5px 5px 0 #00abeb;
    }

    /* #gourmet */

    #gourmet::before {
        display: none;
    }

    #gourmet li {
        margin-bottom: 1em;
    }

    /* #access */
    #access .panel-group h3.LOGO strong {
        font-size: 2.8rem;
        border-bottom: 3px solid #1a1a7c;
    }

    .access {
        background: #FFF;
        border: 1rem solid #1a1a7c;
        border-radius: 2rem;
        position: relative;
    }


    .tab:nth-child(1) {
        border-radius: .9rem 0 0 0;
    }

    .tab:nth-child(6) {
        border-radius: 0 .9rem 0 0;
    }


    .access::before {
        width: 100px;
        height: 120px;
        top: calc(-120px - 1rem);
    }

    /* #contents */
    #contents ul::before {
        top: -360px;
    }

    /* footer
------------------------------------------------------------ */
    /* #sponsor */
    #sponsor {
        background: #FFF;
    }

    #sponsor ul li {
        flex-basis: 48%;
    }

}

@media screen and (max-width: 540px) {

    /* common
------------------------------------------------------------ */
    /* style */
    #access h2 span {
        font-size: 6rem;
    }

    #access h2.wht strong {
        clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 0 50%);
        font-size: 2rem;
    }

    /* #access */
    #access h3.NOTO {
        font-size: 2.5rem;
    }

    #access .tab-group {
        height: 50px;
    }

    #access .panel-group h3.LOGO strong {
        font-size: 2.5rem;
    }

    .access {
        background: #FFF;
        border: 1rem solid #0b2f80;
        border-radius: 2rem;
        position: relative;
    }

    .tab:nth-child(1) {
        border-radius: 0.8rem 0 0 0;
    }

    .tab:nth-child(6) {
        border-radius: 0 0.8rem 0 0;
    }
}