@charset "UTF-8";

body{
    color: #000000;
    font-family: noto-sans-cjk-jp, sans-serif;
    overflow: static;
}

body.active{
    overflow: hidden;
}

@font-face {
	font-family: 'Gotham';
	src: url(../fonts/Gotham-UltraItalic.otf);
}

@font-face {
	font-family: 'Gotham-bold';
	src: url(../fonts/Gotham-Bold.otf);
}

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

main{
    overflow: hidden;
}

header{
    background-color: rgba(255, 255, 255, 0.65);
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.header__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

.header__menu{
    display: flex;
    gap: 20px;
    align-items: center;
}

.header__menu li{
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

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

.header__sns{
    display: flex;
    gap: 15px;
    align-items: center;
}

.header__sns--item{
    width: 25px;
}

.fv{
    position: relative;
    height: 100svh;
    background-image: url(../img/fv_back.jpg);
    background-position: center;
    background-size: cover;
}

.fv__img{
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: calc(50% + 35px);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.45);
}

.fv__count{
    position: absolute;
    width: 177px;
    height: 177px;
    right: -30px;
    top: -30px;
    background: #EBFFFF;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

.fv__count--txt{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 35px;
}

.fv__count--txt2{
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.fv__count--day{
    font-size: 77px;
    line-height: 1;
}

.bg-area{
    padding: 80px 0 105px 0;
    background-image: url(../img/main-bg.jpg);
    background-size: cover;
    background-position: top;
}

.topics,.artist,.movie,.tickets,.sponsors{
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
}

.section__title--en{
    font-family: 'Gotham', sans-serif;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.55);
    font-size: 55px;
    text-align: center;
}

.section__title--ja{
    font-size: 20px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.55);
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    margin-top: 6px;
    text-align: center;
}

.topics__area{
    margin-top: 40px;
    width: 100%;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 5px;
}

.topics__area--list{
    font-size: 16px;
    border-bottom: 1px solid #E3E3E3;
    padding: 20px 0;
}

.topics__area--list:last-child{
    border-bottom: unset;
    padding-bottom: 0;
}

.topics__area--list:first-child{
    padding-top: 0;
}

.topics__area--list dd{
    font-family: azo-sans-web, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-left: 133px;
}

.topics__area--list dd a{
    color: black;
}

.topics__area--day{
    font-family: azo-sans-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    float: left;
}

.topics__area--list dd:last-child{
    padding-bottom: 0;
}

.artist{
    margin-top: 90px;
}

.artist__list{
    margin-top: 47px;
    gap: 36px 14px;
    display: flex;
    flex-wrap: wrap;
}

.artist__list--item{
    text-align: center;
    width: calc(25% - 11px);
}

.artist__list--txt{
    font-family: azo-sans-web, noto-sans-cjk-jp , sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    background-color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
}

.artist__subtxt{
    margin-top: 55px;
    text-align: center;
    font-size: 29px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.55);
    color: #FFFFFF;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.artist__list.splive{
    margin-top: 19px;
    justify-content: center;
}

.movie{
    margin-top: 105px;
}

.movie__item{
    width: calc(50% - 7.5px);
}

.movie__wrap{
    margin-top: 48px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.movie__item{
    text-align: center;
}

.movie__item video{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.movie__item--txt{
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
}

.timetable{
    margin-top: 86px;
}

.timetanle__wrap{
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 37px;
}

.tickets{
    margin-top: 95px;
}

.tickets__open{
    margin-top: 30px;
    line-height: 75px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(to right, #90C3F2, #FFA09A);
}

.tickets__price{
    margin-top: 44px;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.tickets__price--item{
    font-family:noto-sans-cjk-jp, 'Gotham-bold', sans-serif;
    font-weight: 700;
    font-size: 23px;
}

.tickets__price--item span{
    font-size: 32px;
}

.tickets__txt{
    font-family: azo-sans-web, sans-serif;
    margin-top: 31px;
    font-size: 12px;
    line-height: 1.5;
}

.sponsors__wrap{
    display: flex;
    justify-content: center;
    gap: 110px;
    margin-top: 50px;
}

.sponsors__flex{
    margin-top: 17px;
    display: flex;
    gap: 33px;
    justify-content: center;
}

.sponsors__flex--item{
    width: 154px;
}

.sponsors__flex--item.asoc{
    width: 135px;
}

.sponsors__list--title{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.sponsors__list--title.asoc{
    font-size: 20px;
}

footer{
    background-color: rgba(255, 255, 255, 0.65);
    padding-bottom: 10px;
    padding-top: 50px;
}

.sponsors{
    margin-top: 95px;
}

.footer__wrap{
    max-width: 980px;
    margin:0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.footer__logo{
    width: 195px;
}

.footer__copy{
    text-align: center;
    color: #707070;
    margin-top: 40px;
    font-size: 11px;
    font-weight: 300;
}

.footer__sns{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 15px;
    align-items: center;
}

.footer__sns--item{
    width: 24px;
}

.footer__right--txt{
    font-size: 17px;
    font-weight: 700;
}

.sponly_545{
    display: none;
}

.purchase_btn{
    background: white;
    color: black;
    text-decoration: none;
    display: block;
    width: 250px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0px 3px 6px #b5b5b5;
    margin: 20px auto;
}

@media (max-width: 768px){

    .fv__count{
        width: 145px;
        height: 145px;
    }

    .fv__count--txt{
        font-size: 17px;
        margin-top: 25px;
    }

    .fv__count--txt2{
        font-size: 21px;
    }

    .fv__count--day{
        font-size: 65px;
    }

    .artist__list--item{
        width: calc(50% - 7px);
    }
    
    .sponsors__wrap{
        flex-wrap: wrap;
        gap: 25px;
    }

    .sponsors__wrap.asoc{
        margin-top: 25px;
    }

}

@media (max-width: 545px){

    .fv__count{
        right: -4%;
        top: -40px;
        width: 100px;
        height: 100px;
    }

    .sponly_545{
        display: block;
    }

    .pconly_545{
        display: none;
    }

    .hum__menu{
        width: 30px;
        height: 24px;
        position: relative;
    }

    .hum__content{
        position: fixed;
        left: -100px;
    }

    .hum__content--list li{
        list-style: none;
    }

    .hum__content--list a{
        color: inherit;
        text-decoration: none;
    }

    .top-bar{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #000000;
        height: 3px;
        transition: 0.3s;
    }

    .middle-bar{
        position: absolute;
        width: 100%;
        top: calc(50% - 1.5px);
        left: 0;
        background-color: #000000;
        height: 3px;
        transition: 0.3s;
    }

    .bottom-bar{
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #000000;
        height: 3px;
        transition: 0.3s;
    }

    .hum__menu.active .top-bar{
        transform-origin: left;
        transform: rotate(45deg);
        transition: 0.3s;
    }

    .hum__menu.active .middle-bar{
        opacity: 0;
        transition: 0.3s;
    }

    .hum__menu.active .bottom-bar{
        transform-origin: left;
        transform: rotate(-45deg);
        transition: 0.3s;
    }

    .hum__content{
        position: fixed;
        width: 100vw;
        top: 70px;
        height: calc(100svh - 70px);
        left: -100vw;
        padding: 5%;
        background-image: url(../img/fv_back.jpg);
        background-position: center;
        background-size: cover;
        transition: 0.4s;
    }

    .hum__content.active{
        left: 0;
        transition: 0.4s;
    }

    .hum__content--list li{
        list-style: none;
        text-align: center;
        line-height: 65px;
        font-size: 24px;
        font-weight: 700;
    }

    .fv__count--txt{
        font-size: 11px;
        margin-top: 21px;
    }

    .fv__count--txt2{
        font-size: 14px;
    }

    .fv__count--day{
        font-size: 42px;
    }

    .footer__right--txt{
        font-size: 12px;
    }

    .footer__logo{
        width: 110px;
    }
}

@media (max-width: 490px){

    .tickets__price{
        gap: 30px;
    }

    .tickets__price--item{
        font-size: 20px;
    }

    .tickets__price--item span{
        font-size: 28px;
    }

    .section__title--en{
        font-size: 45px;
    }

    .section__title--ja{
        font-size: 18px;
    }

    .bg-area{
        padding: 50px 0 105px 0;
    }

    .topics__area--list{
        padding: 15px 0;
    }

    .topics__area--day{
        float: unset;
    }

    .topics__area--list dd{
        margin-left: 0;
        margin-top: 10px;
    }

    .movie__wrap{
        flex-wrap: wrap;
        gap: 35px;
    }

    .movie__item{
        width: 100%;
    }

    .tickets__open{
        line-height: 70px;
        font-size: 15px;
    }

}