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


/* import
------------------------------------------------------------ */
@import "https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css";
@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;
}
.event {
width: 100%;
}

/* set
------------------------------------------------------------ */
:root {
--color-LOGO: #1A1A7C;
--color-primary: #004098;
--color-secondary: #FFBA00;
--color-nvy: #0B2F80;
--color-gld: #BBA87F;
}
* {
margin: 0;
padding: 0;
font-style: normal;
box-sizing: border-box;
}
body {
background: url("img/bg_body.svg") repeat;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
min-width: auto;
visibility: hidden;
}
ul,ol {
list-style: none;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
video,iframe {
vertical-align: bottom;
max-width: 100%;
max-height: 100%;
border: none;
}
a {
color: inherit;
text-decoration: none;
}
:hover {
transition: .3s;
}
.smp,.flex.smp {
display: none;
}
.pc {
display: block;
}


/* common
------------------------------------------------------------ */
/* font */
.EN,
#nav nav ul li a span,
h2 span,
#results ol,
#ticket {  /* monteunifonte2026 */
font-family: 'MONTE30', sans-serif;
}
.NOTO,
#access .panel-group section {  /* Noto Sans Japanese */
font-family: 'Noto Sans JP', sans-serif;
}

/* layout */
main {
width: 100%;
display: block;
overflow: hidden;
}
article {
width: 100%;
position: relative;
}
section {
width: 1000px;
max-width: 90%;
margin: 0 auto;
padding: 4rem 0;
position: relative;
}

/* flexbox */
.flex {
display: flex;
flex-wrap: wrap;
}
.flex.center {
justify-content: center;
}
.col-2 {
justify-content: space-between;
}
.col-2 >* {
flex-basis: 48%;
}

/* style */
.none {
display: none;
}
.center {
text-align: center;
}
.vwmax img {
width: 100vw;
}
.wht {
color: #FFF;
}
.nvy {
color: var(--color-nvy);
}
.gld {
color: var(--color-gld);
}
}
small {
font-size: 80%;
}
h2 {
margin-bottom: 2rem;
}
h2 span {
color: var(--color-nvy);
font-size: 10rem;
display: block;
overflow-wrap: anywhere;
}
h2 strong {
background: var(--color-nvy);
clip-path: polygon(2rem 0, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 2rem 100%, 0 50%);
color: #FFF;
font-size: 3.5rem;
font-style: italic;
letter-spacing: .02em;
padding: .1em 2em;
display: inline-block;
}
h2.wht span {
color: #FFF;
}
h2.wht strong {
background: #FFF;
color: var(--color-nvy);
}
dl {
margin-top: 2rem;
}
dl dt {
background: var(--color-nvy);
color: #FFF;
font-size: 1.5rem;
font-weight: bold;
letter-spacing: .03em;
text-align: center;
width: 60px;
margin-bottom: 5px;
float: left;
clear: both;
}
dl dd {
color: var(--color-nvy);
font-weight: bold;
text-align: left;
padding: 0 0 5px 70px;
}
dl.wht dt {
background: #FFF;
color:var(--color-nvy);
}
dl.wht dd {
color: #FFF;
}

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

/* .coming-soon */
.coming-soon {
color: #FFF;
font-size: 4rem;
padding: 6rem 0;
position: relative;
}
.coming-soon + * {
display: none;
}

/* Swiper */
.slide {
position: relative;
}
.swiper:not(.loop) {
max-width: 1000px;
}
.swiper[class*="loop"] .swiper-wrapper {
transition-timing-function: linear !important;
}
.swiper[class*="loop"] .swiper-slide {
margin: 0 0 -1px -1px;
}
.swiper-prev,
.swiper-next {
position: absolute;
top: calc(50% - 20px);
z-index: 1;
cursor: pointer;
}
.swiper-prev {
left: -5%;
}
.swiper-next {
right: -5%;
}
.swiper-pagination {
color: var(--color-nvy);
font-size: 130% !important;
font-weight: bold;
top: 0 !important;
z-index: 0;
}
section .slide {
margin-top: 3rem;
padding-top: 3em;
}
section .swiper-slide {
background: #FFF;
color: var(--color-nvy);
text-align: left;
height: auto;
border: .5rem solid;
}
section .swiper-slide figcaption {
padding: 2rem;
}
section .swiper-slide figcaption h3 {
font-size: 2.0rem;
font-weight: 700;
font-style: italic;
letter-spacing: .03em;
margin-bottom: 1rem;
}
#gourmet section .slide {
margin-bottom: 12rem;
}
#gourmet section .swiper-slide {
border: 1rem solid #FFF;
border-radius: 2rem;
}
#gourmet section .swiper-slide figure > div img {
border-radius: 1rem 1rem 0 0;
}
#gourmet section .swiper-slide figcaption {
padding: 1rem;
}
#gourmet .swiper-pagination,
#goods .swiper-pagination {
color: #FFF;
}


/* header
------------------------------------------------------------ */
/* .attention */
.attention a {
background: #F00;
color: #FFF;
font-size: 2.6rem;
font-weight: bold;
padding: 2rem;
display: block;
}
.attention a:hover {
background: var(--color-secondary);
}


/* main
------------------------------------------------------------ */
main {
background: url("img/bg_main.jpg") no-repeat top center/contain;
}

/* .logo_30th */
.logo_30th::before {
content: "";
background: url("img/logo_30th_w.svg") no-repeat center/contain;
width: 18vw;
max-width: 200px;
aspect-ratio: 251 / 244;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 100;
}

/* #nav */
#nav {
color: #FFF;
}
#nav p {
font-size: 1.9rem;
font-weight: 700;
line-height: 2.2;
margin: 2rem 0;
}
#nav nav ul {
margin-top: 6rem;
gap: 1rem;
}
#nav nav ul li {
flex: 0 0 calc((100% - 6rem) / 7);
aspect-ratio: 1 / 1;
border: 1px solid #FFF;
position: relative;
}
#nav nav ul li::before {
content: "";
background: #FFF;
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
width: .9rem;
height: .9rem;
position: absolute;
bottom: .3rem;
right: .3rem;
}
#nav nav ul li a {
font-size: 1.8rem;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#nav nav ul li a span {
font-size: 1.7rem;
display: block;
}
#nav nav ul li a:hover {
background: rgba(255,255,255,.3);
}

/* #results */
#results h3 {
font-size: 3.8rem;
font-weight: 700;
font-style: italic;
letter-spacing: .09em;
margin-bottom: 3rem;
}
#results h4 {
font-size: 2rem;
font-weight: 700;
letter-spacing: .09em;
margin-bottom: 2rem;
}
#results ol {
gap: 2.5rem;
}
#results ol li {
background: #FFF;
color: var(--color-nvy);
flex: 0 0 calc((100% - 10rem) / 5);
border: .9rem solid;
position: relative;
}
#results ol h5 {
font-size: 4.2rem;
letter-spacing: -.05em;
margin-bottom: 2rem;
display: inline-block;
border-bottom: .3rem solid;
}
#results ol div {
max-width: 120px;
margin: 0 auto;
}
#results ol div:not(:has(img)) {
aspect-ratio: 1 / 1;
font-size: 4rem;
display: flex;
justify-content: center;
align-items: center;
}
#results ol p {
font-size: 7.4rem;
letter-spacing: -.05em;
}
#results ol time {
background: var(--color-nvy);
color: #FFF;
font-size: 2rem;
letter-spacing: -.05em;
padding-top: .9rem;
display: block;
}

/* #schedule */
#schedule div {
margin-top: 6rem;
}

/* #event */
.event {
background: var(--color-nvy);
color: #FFF;
margin: 6rem 0;
padding: 2rem;
border: .4rem solid #FFF;
border-radius: 1rem;
box-shadow: .4rem .4rem 0 #FFF;
}
.event h3 {
font-size: 2.9rem;
font-weight: 700;
font-style: italic;
letter-spacing: .03em;
margin-bottom: 2rem;
}
.event figure {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.event figure > div {
flex-basis: 58%;
}
.event figcaption {
flex-basis: 40%;
text-align: left;
}
.event figcaption p {
margin-bottom: 1rem;
}
.event dl dt {
background: #FFF;
color:var(--color-nvy);
margin-bottom: 1rem;
}
.event dl dd {
color: #FFF;
padding: 0 0 1rem 70px;
}

/* #booth */
#booth {
padding-bottom: 4rem;
}

/* #gourmet */
#gourmet {
background: url("img/bg_gourmet.png") no-repeat top center/contain,
repeating-linear-gradient(90deg, #0a3388, #0a3388 1.8rem, #0c2f80 1.8rem, #0c2f80 3.6rem);
color: #FFF;
}
#gourmet section > p {
font-size: 2rem;
font-weight: 700;
line-height: 2;
}

/* #goods */
#goods {
background: url("img/bg_goods.jpg") no-repeat center/cover;
padding-bottom: 4rem;
}

/* #seat */
#seat > ul.flex {
flex-wrap: nowrap;
}
#seat h2 {
margin-bottom: 4rem;
}
#seat ul.col-2 {
margin: 4rem 0;
}

/* #access */
#access h3.NOTO {
font-size: 3.2rem;
font-weight: 700;
letter-spacing: .09em;
margin-bottom: 4rem;
}
#access .tab-group {
flex-wrap: nowrap;
height: 250px;
}
#access .panel-group section {
width: 100%;
text-align: left;
padding-top: 3rem;
}
#access .panel-group h3.LOGO {
text-align: center;
margin-bottom: 3rem;
}
#access .panel-group h3.LOGO strong {
color: var(--color-LOGO);
font-size: 4rem;
border-bottom: 5px solid var(--color-LOGO);
}
.access {
background: #FFF;
padding: 0;
border: 2rem solid var(--color-LOGO);
border-radius: 4rem;
position: relative;
}
.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/access_nav_01_off.png") no-repeat;
border-radius: 1.8rem 0 0 0;
}
.tab:nth-child(2) {
background: url("img/access/access_nav_02_off.png") no-repeat;
}
.tab:nth-child(3) {
background: url("img/access/access_nav_03_off.png") no-repeat;
}
.tab:nth-child(4) {
background: url("img/access/access_nav_04_off.png") no-repeat;
}
.tab:nth-child(5) {
background: url("img/access/access_nav_05_off.png") no-repeat;
}
.tab:nth-child(6) {
background: url("img/access/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/access_nav_01_on.png") no-repeat;
}
.tab:nth-child(2):hover,
.tab:nth-child(2).is-active {
background: url("img/access/access_nav_02_on.png") no-repeat;
}
.tab:nth-child(3):hover,
.tab:nth-child(3).is-active {
background: url("img/access/access_nav_03_on.png") no-repeat;
}
.tab:nth-child(4):hover,
.tab:nth-child(4).is-active {
background: url("img/access/access_nav_04_on.png") no-repeat;
}
.tab:nth-child(5):hover,
.tab:nth-child(5).is-active {
background: url("img/access/access_nav_05_on.png") no-repeat;
}
.tab:nth-child(6):hover,
.tab:nth-child(6).is-active {
background: url("img/access/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;
}

/* #beginners */
#beginners div {
margin-top: 6rem;
}

/* #sponsor */
#sponsor ul {
background: #FFF;
margin-bottom: 6rem;
}


/* footer
------------------------------------------------------------ */
footer {
background: #000;
}
footer section {
padding: 4rem 0 120px;
}
footer h1 {
width: 190px;
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: 11;
}
#ticket a {
background: var(--color-secondary);
color: #FFF;
display: flex;
justify-content: center;
align-items: center;
white-space: nowrap;
}
#ticket a time {
font-size: 5rem;
letter-spacing: -.05em;
}
#ticket a span {
font-size: 3.5rem;
padding: 0 .5rem;
}
#ticket a:hover {
background: #000;
}





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

/* main
------------------------------------------------------------ */
/* #results */
#results h4 {
color: var(--color-nvy);
}

/* #access */
#access .tab-group {
height: 130px;
}

}


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

/* set
------------------------------------------------------------ */
.pc {
display: none;
}
.smp,
.smp-block {
display: block;
}
.flex.smp {
display: flex;
}
br.smp {
font-size: 0;
}

/* common
------------------------------------------------------------ */
/* style */
h2 span {
font-size: 6rem;
}
h2 strong {
clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 0 50%);
font-size: 2rem;
}

/* Swiper */
section .slide {
padding: 3em 4rem 0;
}

/* header
------------------------------------------------------------ */
/* .attention */
.attention a {
font-size: 2rem;
padding: 1rem;
}

/* main
------------------------------------------------------------ */
/* #nav */
#nav {
background: url("img/bg_main.jpg") no-repeat top center/cover;
}
#nav nav ul li {
flex: 0 0 calc((100% - 6rem) / 3);
}

/* #results */
#results {
background: repeating-linear-gradient(90deg, #0a3388, #0a3388 1.8rem, #0c2f80 1.8rem, #0c2f80 3.6rem);
}
#results h4 {
color: #FFF;
}
#results ol {
gap: 1rem;
}
#results ol li {
flex: 0 0 calc((100% - 2rem) / 3);
border: 1px solid #FFF;
}
#results ol p {
font-size: 5rem;
}
#results ol time {
padding: .5rem 0;
}

/* #event */
.event h3 {
font-size: 2.5rem;
}
.event figure {
display: block;
}
.event figcaption {
margin-top: 2rem;
}

/* #gourmet */
#gourmet section > p {
font-size: 1.8rem;
line-height: 1.8;
}

/* #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 var(--color-LOGO);
border-radius: 2rem;
position: relative;
}
.tab {
height: 67px;
}
.tab:nth-child(1) {
border-radius: .9rem 0 0 0;
}
.tab:nth-child(5) {
border-radius: 0 .9rem 0 0;
}
/*
.tab:nth-child(6) {
border-radius: 0 .9rem 0 0;
}
*/
.access::before {
width: 100px;
height: 120px;
top: calc(-120px - 1rem);
}

/* #sponsor */
#sponsor ul {
padding: 0 0 2rem;
}
.partnerlist__wrapper--silver ul li {
width: calc((100% - 1.75rem) / 2);
}

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

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

}