@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Oswald:wght@200..700&family=Quicksand:wght@300..700&display=swap');


html,body{
    margin: 0;
}
body {
    font-family: Quicksand, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
img{
    max-width: 100%;
}
a{
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
}
a:hover{
    opacity: 0.7;
}
.contents{
    width: 1400px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.sp{
    display: none;
}
.gradation{
    background: linear-gradient(to right, #db0097, #5f4fce);
}
.box {
    position: relative;
    background-color: rgba(15,0,33,0.7);
    box-shadow: inset 0px 0px 25px 0px rgba(255, 0, 220, 0.8);
    border-image: linear-gradient(to right, #db0097, #5f4fce) 1;
    border-width: 10px;
    border-style: solid;
}
.btn{
    border-radius: 25px;
    padding: 10px 5px;
    box-sizing: border-box;
    width: 100%;
    transition: 0.4s;
    cursor: pointer;
}
.btn a{
    display: block;
}
.relative{
    position: relative;
}
.relative .venues{
    position: absolute;
    width: 100%;
    bottom: 10%;
    padding: 0 8%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.relative .venues .btn{
    font-weight: bold;
    font-size: 1.3em;
    width: 49%;
    transition: 0.4s;
}
.relative .venues .site{
    background-color: #604FCE;
}
.relative .venues .site:hover{
    background-color: #9485f2;
}
.relative .venues .map{
    background-color: #DB0096;
}
.relative .venues .map:hover{
    background-color: #f25ac2;
}
.flex{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.flex_half{
    width: 48%;
    margin-bottom: 3%;
}
.flex_third a{
    width: 32.3%;
    box-sizing: border-box;
    margin-bottom: 1.3%;
}
.tab_area{
    padding: 0 80px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tab_area .btn{
    width: 49.5%;
    margin-bottom: 1%;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    padding: 5px;
}
.tab_area .tab1{
    background-color: #604FCE;
    border: 5px solid #604FCE;
}
.tab_area .tab1:hover{
    background-color: #9485f2;
    border: 5px solid #9485f2;
}
.tab_area .tab2{
    background-color: #DB0096;
    border: 5px solid #DB0096;
}
.tab_area .tab2:hover{
    background-color: #f25ac2;
    border: 5px solid #f25ac2;
}
.tab_area .tabactive{
    border: 5px solid #000;
}
.tab_area .tabactive:hover{
    border: 5px solid #555;
}
.tab_contents{
    display: none;
    margin: 60px 0;
}
#nagoya_list,
#nagoya_lineup_list{
    display: block;
}

.tab_contents h4{
    margin: 0 0 40px;
    font-size: 2em !important;
}

#mainvisual{
    background-image: url(../imgs/hero/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
}
#mainvisual .contents{
    padding: 50px 0 30px;
}
#mainvisual img#logoimg{
    width: 600px;
    margin: auto;
    display: block;
}
#mainvisual_bar img{
    padding: 10px 80px;
    box-sizing: border-box;
}

#about{
    background-image: url(../imgs/zenkokujunrei/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-bottom: 160px;
}
#about_movie{
    background-image: url(../imgs/zenkokujunrei/ph_event_09.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    aspect-ratio: 16 / 8;
    margin-top: 30px;
}
#about_movie img{
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#event{
    background-image: url(../imgs/event_schdule/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#event_title{
    width: 600px;
    margin-bottom: 60px;
}

#member{
    background-image: url(../imgs/member/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#member_title{
    width: 600px;
    margin-bottom: 60px;
}
#member .member_box{
    background-color: rgba(255,255,255,0.7);
    border-radius: 30px;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 60px;
}
#member .member_box h3{
    color: #DB0096;
    font-family: "League Spartan", sans-serif;
    margin: 0 0 10px;
    font-size: 3.5em;
    font-weight: bold;
}
#member .member_bar{
    background-color: #604FCE;
    color: #fff;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 50px;
}
#member .member_box .flex{
    padding: 0 50px;
    box-sizing: border-box;
}
#member .member_box .flex .member{
    width: 47%;
}
#member .member_box h4{
    color: #DB0096;
    font-size: 2.5em;
    line-height: 1.3em;
}
#member .contactbtn{
    width: 50%;
    border-radius: 30px;
    display: inline-block;
    background: linear-gradient(to right, #db0097, #5f4fce);
    font-size: 2em;
    font-weight: bold;
}
#member p#contact_text{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 40px;
}
#selection_box{
    display: inline-block;
    margin: 30px auto;
    border-image: linear-gradient(to right, #db0097, #5f4fce) 1;
    background-color: #fff;
    border-width: 10px;
    border-style: solid;
    padding: 5px 20px;
    box-sizing: border-box;
}
#nowselection{
    background-image: linear-gradient(to right, #db0097, #5f4fce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5em;
    font-weight: bold;
}
.cast_box {
    width: 24%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 1.3%;
}
.cast_box .cast_thumb {
    aspect-ratio: 1/1.5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    flex-shrink: 0;
}
.cast_box .cast_thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 30%;
    background-image: url("../imgs/member/cast_kazari.webp");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.cast_box .cast_spec{
    background-image: url(../imgs/member/cast_bg.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}
.cast_box .cast_spec h5,
.cast_box .cast_spec p{
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-shadow:
        0 0 10px rgba(204, 0, 204, 0.9),
        -1px -1px 1px #cc00cc,
         1px -1px 1px #cc00cc,
        -1px  1px 1px #cc00cc,
         1px  1px 1px #cc00cc;
}
.cast_box .cast_spec h5{
    font-size: 1.8em;
    line-height: 1.4em;
    position: relative;
}
.cast_box .cast_spec p.size{
    margin-bottom: 20px;
}
.cast_spec h5::before {
    content: "";
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(204, 0, 204, 1) 0%, transparent 120%);
    filter: blur(20px);
    mix-blend-mode: screen;
    pointer-events: none;
}
.cast_box .btn{
    background-color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    margin: 10px 0;
}
.cast_box .btn:hover{
    background-color: #ccc;
}
.cast_box .castbtn1 a{
    color: #DB0096;
}
.cast_box .castbtn2 a{
    color: #604FCE;
}

#show{
    background-image: url(../imgs/show/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#show_title{
    width: 600px;
    margin-bottom: 60px;
}
.tekoki_sns1, .tekoki_sns2{
    width: 100px;
    position: relative;
    left: -23vw;
    top: -14vw;
    margin: 0 10px;
}
@media screen and (min-width: 1200px) {
    .tekoki_sns1, .tekoki_sns2{
        left: -300px;
        top: -190px;
    }
}
@media screen and (max-width: 767px) {
    .tekoki_sns1, .tekoki_sns2{
        left: -0vw;
        top: -21vw;
        margin: 0 10px;
    }
}


#tie_up{
    background-image: url(../imgs/tie_up_event/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#tie_up_title{
    width: 600px;
    margin-bottom: 60px;
}

#time_table{
    background-image: url(../imgs/time_table/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#time_table_title{
    width: 600px;
    margin-bottom: 60px;
}

#sponsor{
    background-image: url(../imgs/sponsor/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#sponsor_title{
    width: 600px;
    margin-bottom: 60px;
}

#sponsor_obi{
	width: 1000px;
	max-width: 100%;
	margin: 40px auto;
	background-color: #db0097;
	padding: 10px 0;
	font-size: 1.5em;
	color: #ffffff;
	border-radius: 10px;
}
#sponsor_list{
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
#sponsor_list a{
    width: 24%;
}
#sponsor p{
    color: #fff;
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: bold;
}
#sponsor_list1{
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
#sponsor_list1 a{
    width: 24%;
}
#sponsor_list3{
    width: 700px;
    max-width: 100%;
    margin: auto;
}
#sponsor_list3 a{
    width: 32%;
}


#lineup{
    background-image: url(../imgs/lineup/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#lineup_title{
    width: 600px;
    margin-bottom: 60px;
}
#lineup h4#lineup_text{
    color: #fff;
    font-size: 2.5em;
    line-height: 1.3em;
}
#lineup img#lineup_shops{
    width: 800px;
    max-width: 100%;
}
#lineup .tab_contents h4{
    color: #fff;
}
#lineup_list a{
    width: 24%;
    margin-bottom: 1%;
}

#ticket{
    background-image: url(../imgs/ticket/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#ticket_title{
    width: 600px;
    margin-bottom: 60px;
}
#ticket_text{
    width: 1000px;
    max-width: 100%;
}
#ticket #ticket_back{
    margin-top: 120px;
    color: #fff;
    font-weight: bold;
    padding: 210px 60px 60px;
    box-sizing: border-box;
}
#ticket #ticket_logo{
    position: absolute;
    width: 300px;
    top: -160px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#ticket .ticket_bar1,
#ticket .ticket_bar2{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 2em;
    text-align: center;
    background-color: #DB0096;
    margin: 50px 0 30px;
}
#ticket .ticket_bar2{
    background-color: #604FCE;
}
#ticket p{
    font-size: 2.5em;
    margin: 0;
}
#ticket p span{
    font-size: 1.5em;
}
#ticket p.min{
    font-size: 1.6em;
}
#ticket #benefits_img a{
    width: 32%;
}

#ticket .ticket_link_box{
	width: 32%;
	background-color: #FFFFFF;
	border-radius: 10px;
    padding-bottom: 15px;
}
#ticket .ticket_link_box .ticket_btn{
	width: 45%;
    margin: 0 0 0px;
}
#ticket #ticket_link{
    margin-top: 60px;
    width: 800px;
}

#link{
    background-image: url(../imgs/link/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#link_title{
    width: 600px;
    margin-bottom: 60px;
}
#link_list a{
    width: 24%;
    margin-bottom: 1%;
}

#sns{
    background-image: url(../imgs/sns/bg_pc.webp);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 100px 0 160px;
}
#sns_title{
    width: 600px;
    margin-bottom: 60px;
}
#sns_list{
    width: 700px;
    max-width: 100%;
    margin: auto;
}
#sns_list a{
    width: 22%;
}
#sns_list img{
    width: 100%;
}


@media screen and (max-width: 960px) {
    .cast_box .cast_spec{
        padding: 10px;
    }
    .cast_box .cast_spec h5{
        font-size: 1.5em;
    }
}
@media screen and (max-width: 767px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .contents{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .btn{
        padding: 5px 5px;
    }
    .flex_half{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .relative .venues{
        padding: 0 5%;
    }
    .relative .venues .btn{
        font-size: 1.2em;
    }
    .tab_area{
        padding: 0 10px;
    }
    .tab_area .btn{
        width: 49%;
        margin-bottom: 1.5%;
        padding: 0 5px;
        font-size: 1.1em;
    }
    .tab_contents{
        margin: 30px 0;
    }
    .tab_contents h4{
        margin: 0 0 30px;
        font-size: 1.2em !important;
    }
    #mainvisual{
        background-image: url(../imgs/hero/bg_pc.webp);
    }
    #mainvisual_bar img{
        padding: 0px;
    }
    #about{
        background-image: url(../imgs/zenkokujunrei/bg_sp.webp);
        padding-bottom: 60px;
    }
    #event{
        background-image: url(../imgs/event_schdule/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #member{
        background-image: url(../imgs/member/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #member .member_box {
        border-radius: 15px;
        padding: 20px 0 40px;
        margin-bottom: 30px;
    }
    #member .member_box h3{
        font-size: 2em;
        margin: 10px 0 5px;
    }
    #member .member_bar{
        font-size: 1.1em;
        padding: 5px;
        margin-bottom: 20px;
    }
    #member .member_box .flex{
        padding: 0 15px;
    }
    #member .member_box h4{
        font-size: 1.4em;
    }
    #nowselection{
        font-size: 2em;
    }
    #member p#contact_text{
        margin-bottom: 30px;
        font-size: 0.8em;
    }
    #member .contactbtn{
        width: 95%;
        box-sizing: border-box;
        font-size: 1.3em;
    }
    #member .member_box .flex{
        padding: 0 5px;
    }
    .cast_box .cast_spec{
        padding: 5px;
    }
    .cast_box{
        width: 47%;
    }
    .cast_box .cast_spec p{
        font-size: 0.9em;
    }
    .cast_box .cast_spec h5{
        font-size: 1.1em;
    }
    #show{
        background-image: url(../imgs/show/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #tie_up{
        background-image: url(../imgs/tie_up_event/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #time_table{
        background-image: url(../imgs/time_table/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #sponsor{
        background-image: url(../imgs/sponsor/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #sponsor_list a,
    #lineup_list a,
    #link_list a{
        width: 47%;
        margin-bottom: 3%;
    }
    #sponsor p{
        font-size: 1.2em;
    }

    #sponsor_list1 a{
        width: 47%;
        margin-bottom: 3%;
    }

    #sponsor_list3 a{
        width: 47%;
        margin-bottom: 3%;
    }
    #lineup{
        background-image: url(../imgs/lineup/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #lineup h4#lineup_text{
        font-size: 1.1em;
        line-height: 1.6em;
        margin-top: 0;
    }
    #ticket{
        background-image: url(../imgs/ticket/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #ticket #ticket_back{
        margin-top: 80px;
        padding: 70px 15px 30px;
    }
    #ticket #ticket_logo{
        width: 150px;
        top: -90px;
    }
    #ticket .ticket_bar1,
    #ticket .ticket_bar2{
        font-size: 1.2em;
        margin: 30px 0 15px;
    }
    #ticket #benefits_img a{
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    #ticket p{
        font-size: 1.1em;
    }
    #ticket p span{
        font-size: 1.2em;
    }
    #ticket .ticket_link_box{
        width: 100%;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    #ticket .ticket_link_box .ticket_btn{
        position: relative;
        float: left;
        margin: 0 -4% 10px 5%;
    }
    #ticket #ticket_link{
        margin-top: 30px;
    }
    #link{
        background-image: url(../imgs/link/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #sns{
        background-image: url(../imgs/sns/bg_sp.webp);
        padding: 60px 0 60px;
    }
    #about_movie img{
        width: 120px;
    }
}