/*
Theme Name:まつえ土曜夜市2025
Theme URI:
Version:
Author: takami
Author URI: https://yoshida-designbu.com/
License: takami
*/

/*----------
@ common
----------*/
*,*::before,*::after{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

:root{
    --color-yellow: #FBF26F;
    --color-navy: #26356f;
    --color-navyLight: #395186;
    --color-white: #fefefe;
    --color-pink: #ee7e85;
    --border-radius: min(4rem, 6vw);
    --neon-yellow: 0 0 6px var(--color-yellow);
}

html{
    font-size: 62.5%;
}

body{
    font-size: min(1.6rem,3.5vw);
    font-family: "Montserrat","Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", serif;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.03em;
    color: var(--color-white);
    background: var(--color-navy);
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}

li{
    list-style: none;
}

a{
	text-decoration:none;
    transition: ease 0.5s;
    word-break: break-all;
    color: var(--color-white);
}

a.noLinks{
    cursor: default;
    opacity: 0.6;
}

img{
    max-width:100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

svg{
    height: 100%;
    width: 100%;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.side-border {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(1.83rem, 4.24vw);
    padding-bottom: 16px;
}
.side-border::before, .side-border::after {
    background-color: var(--color-white);
    border-radius: 5px;
    content: "";
    height: 3px;
    width: 22px;
}
.side-border::before {
    margin-right: 16px;
    transform: rotate(60deg);
}
.side-border::after {
    margin-left: 6px;
    transform: rotate(-60deg);
}

.linkBox {
    position: relative;
    display: block;
    max-width: 330px;
    width: 60vw;
    margin: 0 auto;
    font-size: min(1.83rem, 3.6vw);
    color: var(--color-yellow);
    border: 1px solid var(--color-yellow);
    border-radius: 50em;
    padding: min(12px, 3vw) min(22px, 5vw);
    box-shadow: var(--neon-yellow);
}

.linkBox::before{
    position: absolute;
    content: "";
    background: url(img/main/arrow-y.png) no-repeat center;
    background-size: 100%;
    width: min(22px, 4vw);
    height: min(15px, 2vw);
    top: 50%;
    right: 4%;
    transform: translate(-50%, -50%);
    transition: ease.5s;
}

@media screen and (max-width:768px){
    .side-border::before, .side-border::after {
        height: 2px;
        width: 22px;
    }
    .side-border::before {
        margin-right: 8px;
    }
    .side-border::after {
        margin-left: 3px;
    }
}

.breadcrumbs{
    padding: min(24px, 4vw);
    font-size: min(1.24rem, 3vw);
    max-width: 1200px;
    margin: auto;
}

.top-wrapper{
    position: relative;
    overflow: hidden;
}

.top-wrapper::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(img/main/bg-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    z-index: -3;
}


.scroll-bgColor{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 53, 111, 0.5);
    transition: 0.6s ease;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.scrolling .scroll-bgColor {
    opacity: 1;
}

.contents-title{
    font-size: min(6.24rem, 9vw);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-yellow);
    background: transparent;
    margin-bottom: min(32px, 6vw);
    position: relative;
    text-shadow: 0 0 30px var(--color-yellow);
    display: flex;
    justify-content: center;
}

@media screen and (max-width:768px){
    .top-wrapper::before{
        background-image: url(img/main/bg-image-sp.jpg);
    }
}

/*---- loading -----*/
.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1.2s;
    background-color: var(--color-navy);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }
  
  .loading.is-active {
    opacity: 0;
    visibility: hidden;
  }
  
  .loading-animation {
    width: 100%;
    height: 100vh;
    transition: all 1.2s;
    background-color: var(--color-navy);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }

  .loading-animation img{
    width: min(100px, 50vw);
  }

  .loading-animation p{
    font-size: min(2.24rem, 7vw);
    padding-top: 12px;
  }

  .loading-animation.is-active {
    opacity: 1;
    visibility: visible;
  }


/*---- not found -----*/
.notFound{
    height: 86svh;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.notFound::before{
    content: "";
    position: absolute;
    background: url(img/main/deco-balloon.svg) no-repeat center;
    background-size: 100%;
    width: min(200px,60vw);
    height: min(300px,50vw);
    filter: blur(3px);
    z-index: -1;
    opacity: 0.3;
}

.notFound h2{
    color: var(--color-blue);
    font-weight: 800;
    font-size: min(3.24rem, 10vw);
    padding-bottom: 32px;
    line-height: 1.2;
}

.notFound h2 span{
    display: block;
    font-size: min(7.24rem, 18vw);
}

.notFound p {
    padding-bottom: 52px;
}

.comingSoon-text{
    text-align: center;
    text-transform: uppercase;
    font-size: min(3.24rem, 5vw);
    font-weight: 500;
    color: var(--color-yellow);
}

.comingSoon-text2{
    text-align: center;
}

/*----------*/
/* 動き
/*----------*/
.fade-in{
    opacity : 0;
    transform : translate(0, 10px);
    transition : ease .8s;
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

/* ふわふわ */
.fuwafuwa {
    animation: fuwafuwa 4s infinite ease-in-out 0s alternate;
}
.fuwafuwa2 {
    animation: fuwafuwa 4.2s infinite ease-in-out 0s alternate;
}

@keyframes fuwafuwa {
0% {
    transform:translate(0, 0);
    }
    50% {
    transform:translate(0, -8px);
    }
    100% {
    transform:translate(0, 0);
    }
}

/*----------*/
/* header
/*----------*/
header{
    position: fixed;
    top: 2vw;
    right: 2vw;
    z-index: 2;
}

.change-color {
    background-color: var(--color-yellow);
    transition: 0.3s;
}

.headerMenu{
    background: rgba(38, 53, 111, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 1em 3.2em;
    border-radius: 50em;
    box-shadow: 0 2px 7px #ee7e8552;
}

.headerMenu ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.headerMenu ul li a {
    color: var(--color-yellow);
    font-weight: 500;
}

.change-color .headerMenu ul li a {
    transition: ease .3s;
}

.hamburger, .sp-menu {
    display: none;
}

.svg-logo{
    display: none !important;
}

.header-logo{
    position: fixed;
    z-index: 4;
    top: min(6vw, 4rem);
    left: 3vw;
    mix-blend-mode: difference;
    width: min(20rem, 32vw);
}

.header-logo a{
    display: block;
    color: initial;
    position: relative;
}

.header-logo svg{
    color: var(--color-yellow);
    position: relative;
    z-index: 10;
    aspect-ratio: 2 / 0.6;
}

.header-logo svg use {
    fill: currentColor;
}


@media (min-width: 1024px) {
    .header-logo{
        top: 2vw;
        left: 2vw;
    }
}

@media (max-width: 1024px) {
    .headerMenu {
        display: none;
    }
    .hamburger, .sp-menu {
        display: block;
    }

    /*----- hamburger -----*/
    .hamburger {
        display : block;
        position: fixed;
        z-index : 11;
        right: min(24px, 4vw);
        top: min(24px, 4vw);
        width: min(78px, 16vw);
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
    }

    .hamburger span img{
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        width: min(60px, 11vw);
        margin: 0 auto 4px;
    }

    span.hamburger-text::before{
        content: "menu";
        color: var(--color-yellow);
        text-transform: uppercase;
        text-align: center;
        font-weight: 500;
        transition: 0.3s ease-in-out;
        text-shadow: var(--neon-yellow);
    }

    .hamburger.active span.hamburger-text::before{
        content: "close";
        transition: 0.3s ease-in-out;
    }

    .sp-menu.active {
        opacity: 100;
        visibility: visible;
    }

    .sp-menu {
        display: block;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        background: rgb(22,51,113);
        background: linear-gradient(180deg, rgba(22,51,113,1) 70%, rgba(0,175,204,1) 106%);
        text-align: center;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s ease, visibility .6s ease;
    }

    .sp-menu-inner {
        height: 100%;
        position: relative;
        overflow: auto;
        padding-top: min(16rem, 28vw);
        padding-bottom: 16vw;
    }
    .sp-menu-inner::before{
        content: "";
        position: absolute;
        background: url(img/main/deco-moon.svg) no-repeat center;
        background-size: 100%;
        width: 38vw;
        height: 40vw;
        opacity: 0.2;
        top: 13vw;
        left: 3vw;
        z-index: 2;
    }
    .sp-menu-inner::after{
        content: "";
        position: absolute;
        background: url(img/main/hb-bg.png) no-repeat center;
        background-size: 100%;
        filter: blur(3px);
        width: 141vw;
        height: 144vw;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        z-index: -1;
    }

    .sp-menu-inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.4em;
    }

    .sp-menu-inner ul li{
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        transition: 0.5s;
        width: 42%;
    }

    .sp-menu-inner ul li a {
        font-size: min(2.24rem, 5vw);
        color: var(--color-yellow);
        display: block;
        font-weight: 500;
        text-shadow: var(--neon-yellow);
    }

    .sp-menu.active .sp-menu-inner ul li{
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .sp-menu-inner ul li:nth-of-type(1) {
        transition-delay: 0.25s;
    }
    .sp-menu-inner ul li:nth-of-type(2) {
        transition-delay: 0.35s;
    }
    .sp-menu-inner ul li:nth-of-type(3) {
        transition-delay: 0.45s;
    }
    .sp-menu-inner ul li:nth-of-type(4) {
        transition-delay: 0.55s;
    }
    .sp-menu-inner ul li:nth-of-type(5) {
        transition-delay: 0.65s;
    }
    .sp-menu-inner ul li:nth-of-type(6) {
        transition-delay: 0.75s;
    }
    .sp-menu-inner ul li:nth-of-type(7) {
        transition-delay: 0.85s;
    }

    .sp-menu-app{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        background: rgba(38, 53, 111, 0.4);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: min(4em, 5vw);
        border-radius: var(--border-radius);
        box-shadow: 0 0 21px #fbf26f54;
        width: min(57rem, 80%);
        color: var(--color-yellow);
        gap: min(4vw);
        margin: 40px auto 0;
    }

    .sp-menu-app h3{
        font-size: min(1.83rem, 3.4vw);
        font-weight: 400;
        line-height: 1.5;
        padding-bottom: 8px;
    }
    .sp-menu-app h3 span{
        font-weight: 500;
        font-size: min(2.83rem, 6.24vw);
        display: block;
    }

    .spMenu-appImage{
        width: 34%;
    }

    .download-badge{
        width: 60%;
    }

    .sp-menu-app ul.flex-box{
        gap: 0.4em;
        flex-direction: inherit;
    }
}

@media (max-width: 768px) {
    .sp-menu-inner ul li{
        width: 100%;
    }
}


.soundCheck-area{
    background: var(--color-navy);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2em;
    opacity: 1;
    transition: ease .8s;
}

.soundCheck-area.-hide{
    opacity: 0;
    visibility: hidden;
}

.soundCheck-area ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

div.soundCheck-button{
    color: var(--color-yellow);
    text-transform: uppercase;
    font-size: min(2.24rem, 4vw);
    line-height: 1;
    border: solid 2px var(--color-yellow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: ease .5s;
}

div.soundCheck-button:hover{
    transform: scale(1.1);
}

.soundCheck-deco{
    position: absolute;
    width: min(160px, 40vw);
    height: min(150px, 38vw);
    left: 31vw;
}

/*----- audio bgm -----*/
.yoichi-bgm{
    position: fixed;
    right: min(3vw, 2rem);
    bottom: min(3vw, 2rem);
    opacity: 0;
    background: rgba(38, 53, 111, 0.6);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 0 21px #fbf26f54;
    border-radius: 50%;
    width: min(16rem, 38vw);
    height: min(16rem, 38vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: ease .5s;
}

.audio_button {
    width: min(4rem, 12vw);
    height: min(4rem, 12vw);
    margin: 0 auto;
    background: url(img/bgm-on.png) no-repeat center;
    background-size: 100%;
    transition: ease .4s;
    cursor: pointer;
}

.yoichi-bgm.play .audio_button {
    background: url(img/bgm-off.png) no-repeat center;
    background-size: 100%;
}

p.-bgm_notes{
    color: var(--color-yellow);
    text-align: center;
    line-height: 1.4;
    padding-bottom: 6px;
    font-size: min(1rem, 2.74vw);
    text-shadow: 0px 2px 1px var(--color-navyLight);
}

p.-bgm_notes span{
    position: relative;
}

p.-bgm_notes span::before,
p.-bgm_notes span::after{
    content: "";
    position: absolute;
    background: var(--color-yellow);
    width: 2px;
    height: 20px;
    bottom: 0;
}

p.-bgm_notes span::before{
    left: -8px;
    transform: rotate(-30deg);
}
p.-bgm_notes span::after{
    right: -8px;
    transform: rotate(30deg);
}

.yoichi-bgm small{
    display: block;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: min(1rem, 2.4vw);
    margin-top: 6px;
    color: var(--color-yellow);
}


#js-fixedMenu.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#js-fixedMenu.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
  }
  to {
  	opacity: 0;
  }
}

/*----------*/
/* KV
/*----------*/
.kv {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20vw;
}

.kv-container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kv-container h1{
    width: min(92%, 80svh);
    padding-top: min(22vw, 11rem);
    margin: 0 auto 0;
}

.kv .kv-days {
    width: min(67%, 80rem);
    margin: min(3rem, 8vw) auto 0;
}

.kv-days picture{
    display: block;
}

.kv-days picture:nth-of-type(2){
    margin-top: 7vw;
}

.kv .kv-place {
    width: 95%;
    margin-top: min(6rem, 4vw);
}

.kv .kv-place h2{
    width: min(43rem, 69%);
    margin: 0 auto 1vw;
}

.kv-place_contents{
    width: min(68rem, 94%);
    margin: 0 auto;
}

.kv-deco{
    position: absolute;
}

.kv-deco1{
    width: min(28rem, 24vw);
    left: 1vw;
    bottom: 31vw;
    transform: rotate(34deg);
}
.kv-deco2{
    width: 19vw;
    top: 25vw;
    right: 5vw;
}
.kv-deco3{
    width: 23vw;
    right: 0;
    bottom: -22vw;
}

.kv-chochin{
    left: 0;
    width: 44vw;
    mix-blend-mode: color-dodge;
}

.kv-chochin,
.kv-chochin2{
    top: -2vw;
}

.kv-chochin2{
    right: 0;
    width: 44vw;
    transform: scale(-1, 1);
    mix-blend-mode: color-dodge;
}

p.kv-wantedText{
    text-align: center;
    padding-top: min(16px, 2vw);
    font-size: min(1.4rem,2.8vw);
}

@media (min-width: 768px) {
    .kv{
        margin-bottom: 12vw;
    }
    .kv-container h1{
        width: min(101rem, 82vw);
        padding-top: 12svh;
    }

    .kv .kv-days{
        width: min(100rem, 82vw);
    }

    .kv-days picture:nth-of-type(2){
        width: 85%;
        margin: 2vw auto 0;
    }

    .kv-place_contents{
        width: min(68rem, 62vw);
    }

    .kv .kv-place h2{
    width: 28vw;

    }

    .kv-deco1{
        width: 16vw;
        left: 4vw;
        bottom: 14vw;
        transform: rotate(24deg);
    }

    .kv-deco2{
        width: 10vw;
        top: 16vw;
        right: 5vw;
    }

    .kv-deco3{
        width: min(19rem, 12vw);
        right: 0;
        bottom: 20vw;
    }

    .kv-chochin,.kv-chochin2{
        width: min(47rem, 38vw);
        top: -3vw;
    }

    .yoichi-bgm:hover{
        transform: scale(1.08);
    }
}

@media (max-width: 768px) {

    .soundCheck-deco{
        left: 0vw;
    }

    p.-bgm_notes span::before, p.-bgm_notes span::after{
        height: 21px;
    }

    p.-bgm_notes span::before{
        left: -6px;
    }
    p.-bgm_notes span::after{
        right: -6px;
    }
}


/*----------
/* main
----------*/
.main-inner {
    position: relative;
}

.contentsSection {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto min(160px, 14vw);
    position: relative;
}

.contentsSection-details{
    position: relative;
    background: rgba(38, 53, 111, 0.4);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    padding: min(4em, 10vw) min(4em, 8vw);
    border-radius: var(--border-radius);
    box-shadow:0 0 21px #fbf26f54;
    overflow: hidden;
}

.contentsSection-details.anim{
    opacity: 0;
    transition: .5s ease-out;
    transform: translateY(34px);
}
.contentsSection-details.anim.on{
    opacity: 1;
    transform: translateY(0);
}

.sec-deco{
    position: absolute;
}

/*----------
/* concept
----------*/
.concept {
    margin-bottom: min(116px, 12vw);
    position: relative;
}
.concept p {
    font-size: min(1.83rem, 3.64vw);
    color: var(--color-white);
    line-height: 2.4;
    z-index: 1;
    position: relative;
    padding-bottom: min(16px, 1.6vw);
    text-align: center;
}

.concept p:last-of-type{
    padding-bottom: 0;
}

.concept p a{
    text-decoration: underline;
}

.concept .deco01, .concept .deco02, .concept .deco03, .concept .deco04 {
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}
.concept .deco01 {
    width: min(211px, 31vw);
    top: 2em;
    left: min(7em, 5vw);
}
.concept .deco02 {
    width: min(200px, 36vw);
    top: 12em;
    left: min(5em, 4vw);
}
.concept .deco04 {
    width: min(260px, 37vw);
    bottom: min(9%, 2vw);
    right: min(3em, -8vw);
}

.concept-textArea{
    width: min(1140px,86%);
    margin: 0 auto;
}

.bgSlider-image{
    background-image: url(img/page/page-kv-bg.png);
    animation: loop01 16s linear infinite;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 24vw;
    background-repeat: repeat-x;
    background-size: auto 24vw;
    position: absolute;
    top: -7vw;
}

@keyframes loop01 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 534px 0;
    }
}


/*----------
/* slide
----------*/
.swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-slide img {
    height: auto;
    width: 100%;
}


.fes-slider{
    margin-bottom: min(160px, 18vw);
    z-index: 0;
    position: relative;
}

@media (min-width: 768px) {
    .bgSlider-image{
        height: 17vw;
        background-size: auto 17vw;
        animation: loop01 10s linear infinite;
        top: -30%;
    }
}


/*----------
/* news
----------*/
.news h3{
    font-size: min(3.83rem, 7.24vw);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.news .news-list a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: min(2rem, 4vw);
    gap: min(3rem, .7vw);
    font-weight: 500;
    border-bottom:1px solid #395d99;
}
.news .news-list dt{
    font-size: min(1.6rem, 2.83vw);
    font-weight: 400;
}

.news-list dd {
    width: calc(100% - 112px);
}

.news .news-list dt,
.news .news-list dd{
    width: 100%;
}

.news a.linkBox{
    margin: min(40px, 6vw) 0 0 auto;
}

span.new-text{
    color: var(--color-yellow);
    font-weight: 500;
    font-size: min(1.6rem, 3vw);
    text-transform: uppercase;
    padding-left: min(6px, 0vw);
}

@media (min-width: 768px) {
    .news .news-list dt{
        width: 104px;
    }
    .news .news-list dd{
        width: calc((100% - min(3rem, 1vw)) - 104px);
    }

    .news .news-list a:hover{
        opacity: .6;
    }
}

/*----------
/* event-content
----------*/
.event .deco01,.event .deco02{
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}

.event .deco01{
    top: 0;
    width: min(35rem, 41vw);
    right: min(2em, 2vw);
}
.event .deco02{
    bottom: 0;
    width: min(27rem, 41vw);
    left: min(2em, 5vw);
}

.event-noteText {
    text-align: center;
    padding-bottom: min(2em, 8vw);
    width: min(73rem, 100%);
    margin: 0 auto;
}

.event-lineUp{
    flex-direction: column;
    gap: 0 min(8rem, 5.4vw);
    padding-bottom: calc(min(160px, 18vw) / 2);
}

.event-lineUp>.-lineUp_items{
    margin-bottom: min(7rem, 12vw);
}

.-lineUp_0524{
    display: flex;
    gap: min(8rem, 5.4vw);
    width: 100%;
    flex-wrap: wrap;
}

.-lineUp_items_item01{
    position: relative;
}

.c-deco{
    position: absolute;
}

.c-deco.e-deco1{
    height: min(12rem, 18vw);
    bottom: 103%;
    right: 0rem;
    width: auto;
}

.event-content .-lineUp_items:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.event-content .-lineUp_items:nth-of-type(1) .event-days{
    width: 100%;
}
.-lineUp_items:nth-of-type(1)>.-lineUp_items_item01,
.-lineUp_items:nth-of-type(1)>.-lineUp_items_item02{
    width: 100%;
}

.-lineUp_items:nth-of-type(1)>.-lineUp_items_item02{
    margin-top: min(6vw);
}

.event-content .-lineUp_items a img{
    transition: ease .5s;
}

.event-content .-lineUp_items p a:hover img{
    transform: scale(0.95);
    opacity: 0.8;
}

.event-lineUp .event-days {
    margin: 0 auto min(2rem, 5vw);
}

.event-lineUp .event-days img{
    width: auto;
    height: min(7rem, 10vw);
    display: block;
}

.event-lineUp .item01{
    width: 34%;
}

.event-notes{
    background: var(--color-navyLight);
    border-radius: calc(var(--border-radius) / 2);
    padding: min(2em, 8vw) min(3rem, 2vw);;
    position: relative;
    width: 100%;
    margin-bottom: min(8rem, 12vw);
}

.event-notes h3{
    color: var(--color-yellow);
    font-size: min(2.83rem, 5.4vw);
    line-height: 1.4;
    padding-bottom: min(2.24rem, 4vw);
    position: relative;
    text-align: center;
}
.event-notes h3 span{
    position: relative;
}
.event-notes h3 span::before{
    position: absolute;
    content: "";
    background: url(img/event/0524-bubble.png) no-repeat center;
    background-size: 100%;
    width: min(11rem, 19vw);
    height: min(12rem, 20vw);
    left: -14vw;
    top: -300%;
    transform: rotate(-21deg);
}

.event-notes>.event-notes_details{
    display: flex;
    flex-wrap: wrap;
    gap: min(4rem, 8vw);
}

.event-notes_details>.-notes_details__textArea,
.event-notes_details>.-notes_details__imageArea{
    width: 100%;
}

.event-notes_details>.-notes_details__textArea ul{
    display: flex;
    flex-direction: column;
    gap: min(1rem, 2vw);
    margin-bottom: min(2.4rem, 5vw);
    font-weight: 600;
    font-size: min(1.83rem, 3.83vw);
}

.event-notes_details>.-notes_details__textArea ul li{
    text-indent: -1.4rem;
    padding-left: 14px;
}

.matsukuruInstagram{
    text-align: center;
}

a.instagram-link span{
    position: relative;
    padding-left: min(4rem, 8vw);
}
a.instagram-link span::before{
    position: absolute;
    content: "";
    background: url(img/insutagram-white.png) no-repeat center;
    background-size: 100%;
    width: min(3rem, 6vw);
    height: min(3rem, 6vw);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.event-mainEvent{
    display: flex;
    gap: min(40px,4vw);
}

h4.-mainEvent_title{
    color: var(--color-yellow);
    font-size: min(2.83rem, 5.6vw);
    padding-bottom: min(12px, 2vw);
    text-align: center;
    line-height: 1.5;
}
h4.-mainEvent_title span{
    font-size: min(2rem, 4vw);
}

.-mainEvent_details{
    background: var(--color-navyLight);
    padding: min(24px, 4vw);
    border-radius: min(1em, 4vw);
    margin: min(12px, 2vw) 0;
}

.-mainEvent_details dl{
    display: flex;
    padding-bottom: 8px;
    gap: min(12px, 3vw);
}
.-mainEvent_details dl dt{
    width: min(110px, 21vw);
}
.-mainEvent_details dl dd{
    width: calc(100% - min(110px, 21vw));
}
.-mainEvent_details dl dd a{
    color: var(--color-yellow);
    text-decoration: underline;
}

ul.-mainEvent_wanted{
    font-size: min(1.4rem,3.24vw);
}
ul.-mainEvent_wanted li{
    text-indent: -1.4rem;
    padding-left: 14px;
}

@media (min-width: 768px) {
    .matsukuruInstagram{
        text-align: left;
    }

    .event-lineUp{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .event-lineUp>.-lineUp_items{
        width: calc((99% - min(8rem, 5.4vw)) / 2);
    }

    .event-content .-lineUp_items:nth-of-type(1){
        width: 100%;
    }

    .event-lineUp .event-days img{
        height: min(5rem, 12vw);
    }

    .-lineUp_items:nth-of-type(1)>.-lineUp_items_item01,
    .-lineUp_items:nth-of-type(1)>.-lineUp_items_item02{
        width: 48%;
    }

    .-lineUp_items_item01 img,.-lineUp_items_item02 img{
        height: min(30rem, 26vw);
        width: auto;
    }

    .-lineUp_items:nth-of-type(1)>.-lineUp_items_item02{
        margin-top: 0;
    }

    .-lineUp_items_item02 img{
        display: block;
        margin: 0 auto;
    }

    .-lineUp_0524{
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .-lineUp_0524 .-lineUp_items_item01,
    .-lineUp_0524 .-lineUp_items_item02{
        width: 48%;
    }

    .event-notes h3{
        font-size: min(2.83rem,3vw);
    }

    .c-deco.e-deco1{
        height: min(12rem, 10vw);
        right: -3rem;
        bottom: 0;
    }

    a.instagram-link:hover{
        opacity: .6;
    }
}

@media (min-width: 1024px) {
    .event-notes_details>.-notes_details__textArea{
        width: calc((100% - min(4rem, 6vw)) - min(55rem, 40vw));
    }
    .event-notes_details>.-notes_details__imageArea{
        width: min(55rem, 40vw);
    }

    .event-notes h3 span::before{
        left: -40%;
        top: -240%;
    }
}


/*----------
/* stage areaMap
----------*/
.stageEvent-imageArea{
    margin: auto;
}

.stageEvent-imageArea img{
    width: min(480px, 62vw);
    margin: 0 auto min(2em, 6vw);
    display: block;
}

.stageEvent-imageArea p,
.area-details{
    text-align: center;
    font-size: min(1.83rem, 3.6vw);
    padding: 0 0 min(1em, 6vw);
}

p span.marker{
    background: linear-gradient(transparent 75%, #915c7d 75%);
    display: inline;
}

.stageEvent-timeSchedule{
    display: flex;
    flex-wrap: wrap;
    gap: min(2rem, 2vw);
    margin: min(48px, 10vw) auto 0;
    position: relative;
    justify-content: center;
}

.stageEvent-timeSchedule h3{
    color: var(--color-yellow);
    font-size: min(3.2rem, 5.4vw);
    text-align: center;
    text-shadow: 0 0 15px var(--color-yellow);
}

.-timeSchedule_contents{
    border-radius: min(1em, 4vw);
    border: solid 3px var(--color-yellow);
    box-shadow: 0 0 20px var(--color-yellow);
    padding: min(40px, 6vw) min(40px, 6vw) min(40px, 6vw);
    font-size: min(2.24rem, 3.6vw);
    width: min(74rem, 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.-timeSchedule_contents h4{
    font-size: min(2.4rem, 3.83vw);
    line-height: 1.2;
    font-weight: 600;
}

.-timeSchedule_item{
    display: flex;
    align-items: center;
    gap: min(1.4rem, 2vw);
    padding-bottom: min(12px, 2vw);
    width: min(40rem, 100%);
}

.stageEvent-cast{
    background: var(--color-navyLight);
    padding: min(24px, 6vw);
    border-radius: min(1em, 4vw);
    margin: 0 auto 24px;
    text-align: center;
    max-width: 720px;
}

.stageEvent-cast h3{
    font-size: min(3.2rem, 5.4vw);
    padding-bottom: min(12px, 2vw);
    line-height: 1.5;
}

.cast-name{
    font-size: min(2.24rem, 4vw);
    line-height: 1.5;
}

ul.-cast_sns{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: min(12px, 2vw);
}
ul.-cast_sns a{
    color: var(--color-yellow);
    text-decoration: underline;
}

.stageEvent .deco01,
.stageEvent .deco02{
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}

.stageEvent .deco01{
    top: 0;
    width: min(311px, 41vw);
    left: min(1em, 5vw);
}

.stageEvent .deco02{
    bottom: 0;
    width: min(311px, 39vw);
    right: min(1em, -6vw);
}

.areaMap-imageArea{
    margin-bottom: min(5rem, 8vw);
}

p.scrollText{
    display: none;
    font-size: min(1.4rem, 3vw);
    padding-bottom: min(2vw, 1rem);
    text-align: center;
}

.areaMap-list{
    position: relative;
    margin-bottom: min(5rem, 8vw);

}

.areaMap-list>h3{
    font-size: min(3.24rem, 6vw);
    line-height: 1.4;
    margin-bottom: min(1rem, 2vw);
    text-align: center;
}

.areaMap-list_wrapper{
    padding: min(3rem, 3vw) min(4rem, 4vw);
    border-radius: calc(var(--border-radius) / 2);
}

.--listS .areaMap-list_wrapper{
    border: solid 2px #de9ec4;
    box-shadow: 0 0 20px #ff7bac;
}
.areaMap-list.--listS>h3{
    color: #e78eb9;
    text-shadow: 0 0 8px #ff7bac;
}

.--listA .areaMap-list_wrapper{
    border: solid 2px #fbb03b;
    box-shadow: 0 0 20px #fbb03b;
}
.areaMap-list.--listA>h3{
    color: #fbb03b;
    text-shadow: 0 0 8px #fbb03b;
}

.--listB .areaMap-list_wrapper{
    border: solid 2px #0090ab;
    box-shadow: 0 0 20px #8da6ac;
    margin-bottom: 0;
}
.areaMap-list.--listB>h3{
    color: #00cbcc;
    text-shadow: 0 0 8px #3fa9f5;
}

.areaMap-list p{
    line-height: 2;
    font-weight: 500;
    text-align: center;
}

/*----------
/* form
----------*/
p.app-details{
    text-align: center;
}

p.app-details span.marker{
    font-weight: 600;
    font-size: min(1.83rem, 3.83vw);
    color: var(--color-yellow);
}

p.app-deadline{
    text-align: center;
    margin: min(24px, 3vw) auto min(32px, 6vw);
    font-size: min(1.83rem, 3.83vw);
}

p.app-deadline span{
    font-size: min(2.4rem, 5vw);
    font-weight: 500;
    background: linear-gradient(transparent 75%, #915c7d 75%);
}

p.app-attention{
    font-size: min(1.83rem, 3.83vw);
    text-align: center;
}

.importantLink{
    text-align: center;
    font-weight: 600;
    margin-bottom: min(2rem, 4vw);
}
.importantLink a{
    font-size: min(1.83rem, 3.6vw);
    padding: min(12px, 2vw) min(22px, 5vw);
    border: 1px solid var(--color-pink);
    border-radius: 50em;
    color: var(--color-pink);
    box-shadow: var(--neon-yellow);
    display: block;
    width: min(36rem, 98%);
    margin: 0 auto;
}

.linkList{
    display: flex;
    flex-direction: column;
    gap: min(1.4rem);
}

.linkList .linkBox{
    width: 72vw;
}
 
/*----------
/* other-menu
----------*/
.other-menu{
    background: var(--color-navyLight);
    border-radius: calc(var(--border-radius) + 3em) calc(var(--border-radius) + 3em) 0 0;
    padding: min(8em, 16vw) min(4em, 6vw);
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.other-menu::before,
.other-menu::after{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    opacity: 0.1;
}

.other-menu::before{
    background-image: url(img/main/circle-white.svg);
    width: 50vw;
    height: 65vw;
    bottom: -11vw;
    left: -18vw;
}

.other-menu::after{
    background-image: url(img/main/circle-pk2.svg);
    width: 46vw;
    height: 46vw;
    top: 7vw;
    right: -18vw;
    z-index: -1;
}

.other-menu_items{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.other-menu_items h3{
    color: var(--color-yellow);
}

/*----------
/* app
----------*/
.app {
    border: 3px solid var(--color-yellow);
    box-shadow: var(--neon-yellow);
    border-radius: var(--border-radius);
    padding: min(2em, 4vw) min(5em, 6vw);
    position: relative;
    margin-bottom: min(112px, 18vw);
}

.app h3{
    color: var(--color-yellow);
    font-size: min(4.8rem, 7vw);
    line-height: 1.4;
    padding-bottom: 12px;
}
.app h3 span{
    font-size: min(2.24rem, 4vw);
}

.app-textArea_present{
    margin: min(24px, 6vw) 0;
    padding: min(24px, 6vw);
    color: var(--color-yellow);
    font-size: min(1.83rem, 3.6vw);
    background: var(--color-navy);
    border-radius: calc(var(--border-radius) / 2);
}

.app-textArea_present ul li{
    text-indent: -1.4rem;
    padding-left: 14px;
}

ul.-textArea_detailsImage{
    display: flex;
    flex-direction: column;
    gap: 0.8em;
    color: var(--color-yellow);
    font-size: min(1.83rem, 3vw);
    padding: 24px 0;
}

ul.-textArea_detailsImage li{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.5em;
}

ul.-textArea_detailsImage li p{
    width: calc(100% - min(52px, 9vw));
}

ul.-textArea_detailsImage li div{
    width: min(52px, 10vw);
}

.app-textArea{
    width: calc(100% - 38%);
}
.app-textArea p{
    font-size: min(2.24rem, 4vw);
}

.app.app-comingSoon{
    text-align: center;
    padding: min(2em, 7vw) min(4em, 5vw);
}

.app .download-text {
    color: var(--color-white);
    margin-top: 40px;
}

.app .download-badge {
    width: 70%;
}
.app .download-badge div:first-child {
    width: 53%;
}
.app .download-badge div:nth-child(2) {
    width: 43.5%;
}

.app-imageArea{
    width: min(278px, 22vw);
    position: absolute;
    right: min(72px, 6vw);
    bottom: 0;
}

p.text-bubble{
    text-align: center;
    padding-bottom: min(1.4rem, 2.4vw);
}
p.text-bubble span{
    position: relative;
    padding: 0 min(2rem, 4vw);
}
p.text-bubble span::before,
p.text-bubble span::after{
    content: "";
    position: absolute;
    background: var(--color-yellow);
    width: 2px;
    height: min(3rem, 6vw);
    bottom: 0;
}
p.text-bubble span::before{
    transform: rotate(-32deg);
    left: 0;
}
p.text-bubble span::after{
    transform: rotate(32deg);
    right: 0;
}

@media (max-width:1024px) {
    .app{
        padding: min(2em, 7vw) min(4em, 5vw);
    }
    .app-textArea {
        width: 100%;
    }
    .app-imageArea {
        width: 44vw;
        margin: auto;
        position: static;
        padding-top: 7vw;
    }
}

@media (max-width: 768px) {
    .app .download-text {
        font-size: 2.2rem;
        margin-top: 20px;
    }

    .app .download-badge {
        flex-wrap: wrap;
        width: 97%;
        margin: auto;
    }

    /*----------
    /* stage areaMap
    ----------*/
    .stageEvent-cast{
        flex-wrap: wrap;
    }

    h3.cast-name,
    .-cast_profile{
        width: 100%;
    }

    .stageEvent-imageArea p span{
        display: block;
    }

    .areaMap-imageSlide{
        overflow-x: scroll;
    }
    .areaMap-imageSlide>img{
        display: block;
        width: 100%;
        min-width: 600px;
    }

    p.scrollText{
        display: block;
    }
}

@media (min-width:768px) {
    .app-textArea a:hover,
    .headerMenu ul a:hover{
        opacity: .6;
    }

    .linkBox:hover,.importantLink a:hover{
        box-shadow: none;
    }

    .linkBox:hover::before{
        right: 2%;
    }

    .linkList{
        flex-direction: row;
        justify-content: center;
        gap: min(2rem);
    }

    .linkList a.linkBox{
        max-width: 37rem;
        width: 40vw;
    }

    /*----------
    /* stage areaMap
    ----------*/
    .--listS .areaMap-list_wrapper{
        border: solid 4px #de9ec4;
    }

    .--listA .areaMap-list_wrapper{
        border: solid 4px #fbb03b;
    }

    .--listB .areaMap-list_wrapper{
        border: solid 4px #0090ab;
    }
}


/*----------
/* supporter
----------*/
.supporter h3{
    font-size: min(3.83rem, 7.24vw);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-yellow);
    background: transparent;
    margin-bottom: min(28px, 4vw);
    position: relative;
    text-shadow: 0 0 30px var(--color-yellow);
    display: flex;
    justify-content: center;
}

.supporter-contents{
    background: var(--color-white);
    box-shadow: var(--neon-yellow);
    padding: min(5em, 8vw) min(2em, 3vw) min(3em, 8vw);
    border-radius: var(--border-radius);
    position: relative;
    z-index: 1;
}

ul.supporter-items{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;;
    gap: min(2.83rem, 3vw);
    position: relative;
}

ul.supporter-items:nth-of-type(1) li{
    width: calc((100% - min(2.83rem, 3vw)) / 2);
}

ul.supporter-items:nth-of-type(2) li{
    width: calc((100% - 12vw) / 2);
}

ul.supporter-items:nth-of-type(3) li,ul.supporter-items:nth-of-type(4) li{
    width: calc((100% - 7vw) / 3);
}

ul.-items_sub{
    margin-top: min(8rem, 10vw);
}

/* 後援 */

article.supporterBacker {
    margin-top: 40px;
}

div.supporterBacker-contents {
    padding: min(3em, 8vw) min(2em, 3vw);
}

.supporterBacker-items {
    gap: min(3rem, 4vw);
}

ul.supporterBacker-items:nth-of-type(1) li.supporterBacker-item {
    width: initial;
    color: #161616;
    font-size: max(16px, 3vw);
    font-weight: 700;
}

@media (min-width: 768px) {
    ul.supporter-items{
        gap: min(2.83rem, 3vw);
    }

    ul.supporter-items:nth-of-type(1) li{
        width: calc((100% - calc(min(2.83rem, 3vw) * 2)) / 3);
    }
    ul.supporter-items:nth-of-type(2) li{
        width: calc((100% - calc(min(2.83rem, 3vw) * 3)) / 4);
    }
    ul.supporter-items:nth-of-type(3) li{
        width: calc((100% - calc(min(2.83rem, 3vw) * 4)) / 5);
    }
    ul.supporter-items:nth-of-type(4) li{
        width: calc((100% - calc(min(2.83rem, 3vw) * 5)) / 6);
    }

    /* 後援 */

    article.supporterBacker {
        margin-top: 80px;
    }

    ul.supporterBacker-items:nth-of-type(1) li.supporterBacker-item {
        font-size: 26px;
    }
}

/*----------
/* Contact
----------*/
.operation-information{
    background: #3e5486;
    padding: min(4em, 10vw) min(4em, 6vw);
    text-align: center;
}

.-information_contents h3{
    font-size: min(3.2rem, 5.2vw);
    padding-bottom: min(24px, 2vw);
}

ul.operation-contact{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.2em;
    padding-top: 16px;
    line-height: 1.4;
}

ul.operation-contact a:hover{
    color: var(--color-yellow);
}

/*----------
/* footer
----------*/
footer{
    padding: min(4em, 8vw) min(24px, 4vw);
    position: relative;
    z-index: 1;
}

footer small{
    display: block;
    text-align: center;
    font-size: min(1.24rem, 2.24vw);
    letter-spacing: .06em;
}