:root{
--blue: rgb(0,102,177);
--blue_a: rgba(0,102,177,0.8);
--darkblue: rgb(17,52,80);
--darkblue_a: rgba(17,52,80,0.8);
--skyblue: rgb(158,216,246);
--yellow: rgb(255,241,0);

--red: rgb(201,21,30);
--pink: rgb(238,134,180);
--purple: rgb(78,58,147);
--orange: rgb(246,171,0);
}
*{
box-sizing: border-box;
scroll-behavior: smooth;
}
.BrushScript_Std_M{
font-family: "brush-script-std", sans-serif;
font-weight: 400;
font-style: normal;
}
.VDL-LogoMaru_R{
font-family: "vdl-logomaru", sans-serif;
font-weight: 400;
font-style: normal;
}
.WanpakuRuika_08{
font-family: "wanpaku-ruika", sans-serif;
font-weight: 100;
font-style: normal;
}
.FOT-Seurat_ProN_DB{
font-family: "fot-seurat-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
body {
/*background: var(--blue) url(../img/kv.webp) fixed no-repeat top left / auto 100vh;*/
color: var(--darkblue);
font-family: "fot-seurat-pron", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1.5;
}
#page_all{}
a{text-decoration: none;
transition: 0.2s;
}
a:hover{
opacity: 0.75;
}
#pan_box {
margin: 2px auto 0;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
width: 1200px;
}
#pan_box .panlist {
color: white;
font-size: 80%;
text-align: left;
padding-left: 1em;
text-shadow: 1px 1px 1px rgba(7, 31, 63, 1), -1px -1px 1px rgba(7, 31, 63, 1), -1px 1px 1px rgba(7, 31, 63, 1), 1px 1px 1px rgba(7, 31, 63, 1);
-webkit-overflow-scrolling: touch;
}
#pan_box .panlist a{
color: white;
}
.btn{
transition: .3s;
}
.btn:hover{
transform: translateY(12px);
}
#pagetop a {
color: white;
background: #333;
border-radius: 100%;
display: block;
font-size: 14px;
line-height: 60px;
position: fixed;
transition: 0.2s;
right: 20px;
bottom: 20px;
text-decoration: none;
text-align: center;
width: 60px;
z-index: 99;
}
#pagetop a:hover {
box-shadow: 0px 0px 12px 4px white;
opacity: 0.75;
}
.lion_30th {
display: block;
position: sticky;
top: 40px;
left: 40px;
width: 160px;
z-index: 99;
}

#main{
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
#title {
text-align: right;
width: 100%;
max-width: 1200px;
}
#title h1 {
margin: 0 0 8%;
}
#title h1 img {
max-width: 1100px;
width: 100%;
}
#title .event_date {
background: var(--darkblue_a);
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: var(--darkblue);
color: white;
display: block;
font-family: "wanpaku-ruika", sans-serif;
font-weight: 100;
font-style: normal;
font-size: min(2.5em, 5.5vw);
line-height: 1.2;
margin: 0 0 0 auto;
padding: 2%;
text-align: right;
width: 50%;
}
#title .event_date span{
font-size: 75%;
}
#title .event_date .date {
font-size: min(1.5em, 4.0vw);
}
#title .event_date .time {
font-size: min(0.85em, 3.3vw);
}
#title .event_date .place {
font-size: min(1.6em, 4.0vw);
}

#mxidFrom {
margin: 2% 0 1% auto;
width: 50%;
}
#mxidFrom a {
background: white;
border: var(--blue) dashed 5px;
border-radius: 5px;
color: var(--darkblue);
display: block;
font-weight: bold;
line-height: 1.3;
padding: 1.5% 0;
text-align: center;
text-decoration: none;
}
#mxidFrom .btn {
transition: .3s;
}

nav{
margin: 0 0 5% auto;
padding: 3% 0 3%;
width: 50%;
}
nav ul{
display: flex;
flex-wrap: wrap;
font-family: "fot-seurat-pron", sans-serif;
margin: 0 auto;
justify-content: space-between;
}
nav ul li {
width: 50%;
}
nav ul li a {
background: white;
cursor: pointer;
font-weight: 700;
font-size: min(1.3em, 4.0vw);
color: var(--darkblue);
display: block;
margin: 0 auto 6%;
padding: 3.5% 0 6%;
position: relative;
text-align: center;
text-decoration: none;
width: 95%;
}
nav ul li a:before{
border: solid 3px var(--darkblue);
position: absolute;
top: -10px;
left: -10px;
content: "";
height: 100%;
width: 100%;
z-index: 10;
}
nav ul li a:hover {
opacity: 0.7;
}
article {
background: rgba(255,255,255,0.8);
margin: 0 0 0 auto;
width: 90%;
max-width: 1000px;
}
article section {
color: var(--darkblue);
font-size: min(1.2em, 3.0vw);
margin: 0 0 10%;
padding: 5%;
}
h3 {
background: var(--skyblue);
box-shadow: 10px 10px 0px 0px rgba(13, 93, 159, 1);
color: var(--darkblue);
display: block;
font-size: min(1.5em, 5vw);
line-height: 1.1;
margin: -3% 0 5% -10%;
padding: 2% 5%;
position: relative;
text-align: left;
width: 70%;
}
h3 span {
color: var(--yellow);
font-family: "brush-script-std", sans-serif;
font-size: max(2.5em, 3vw);
font-weight: bold;
position: absolute;
top: -50px;
left: -10%;
-webkit-text-stroke-width: 0.1px;
-webkit-text-stroke-color: var(--darkblue);
transition: revert;
transform: rotate(-10deg);
}

#info div{
line-height: 1.5;
word-break: auto-phrase;
}
#info .btn.close {
background: #1d4584;
border-radius: 10px;
color: #ddd;
display: block;
margin: 4% auto 0;
padding: 2% 0;
text-align: center;
width: 75%;
}

#info .acd-check{/* チェックボックス非表示 */
display: none;
}
#info .acd-label{/* ボタン */
background: white;
border-radius: 10px;
color: #1d4584;
display: block;
margin: 4% auto 0;
padding: 2% 0;
width: 75%;
}
#info .acd-content{ /* acd-check押す前の本文  */
height: 0;
visibility: hidden;
/*transition: .5s;*/
overflow: hidden;
padding: 2% 5% 0;
}
#info .acd-check:checked + .acd-label + .acd-content{ /* acd-check押し中の本文、:checkedボタンが押されたらこっちに変わる */
height: auto;
transition: all .3s;
visibility: visible;
}
#info .acd-content ol {
margin: 2% auto 0;
text-align: left;
width: 80%;
}
#info .acd-content ol li{
list-style-type: none;
counter-increment: cnt!important;
}
#info .acd-content ol li::before {
content: "【"counter(cnt)"】";
}
#info div span{
font-size: 130%;
}

#sche{}
#sche dl {
align-items: flex-start;
font-size: min(1.2em, 4.0vw);
display: flex;
flex-wrap: wrap;
margin: 0 auto;
width: 75%;
}
#sche dl dt {
background: var(--darkblue);
color: white;
border-radius: 10px;
padding: 1%;
text-align: center;
width: 30%;
}
#sche dl dd {
margin: 0 0 5%;
min-height: 50px;
padding: 0 0 0 1em;
text-align: left;
width: 70%;
}
#sche dl dd a{
color: var(--darkblue);
text-decoration: underline;
}

#cast{}
#cast h4 {
font-size: min(1.5em, 5.0vw);
position: relative;
margin: 0 auto 1%;
text-align: left;
width: 95%;
}
#cast h4 span{
color: var(--skyblue);
font-family: "brush-script-std", sans-serif;
font-size: min(3.8em, 5vw);
position: absolute;
top: -40px;
right: 0;
transform: rotate(-10deg);
z-index: -1;
}
#cast ul{
display: flex;
font-size: min(1.3em, 5.0vw);
flex-wrap: wrap;
margin: 0 auto 5%;
width: 100%;
z-index: -2;
}
#cast ul li{
margin: 0 2.5% 2%;
text-align: center;
width: 45%;
}
#cast ul li div{
line-height: 1.3;
}
#cast ul li div span{
display: list-item;
font-size: 65%;
}
#cast ul li img{
border: solid 2px var(--blue);
width: 100%;
}
#cast ul li small a{
background: var(--skyblue);
border-radius: 12px;
color: var(--darkbrown);
display: inline-block;
font-size: 80%;
margin: 2% 0 0 0;
padding: 1% 5%;
text-decoration: none;
}
#cast ul li small a:hover{
opacity: 0.6;
}
#cast ul#musician li:nth-child(1){
margin: 0 35% 5%;
width: 35%;
}

/* #ticket ----------------------------------------- */
#ticket{}
#ticket ul {}
#ticket li {
background: white;
border: var(--darkblue) 1px solid;
color: var(--darkblue);
display: flex;
flex-wrap: wrap;
margin: 0 0 4%;
padding: 2% 3% 3%;
}
#ticket ul li .tickets_box {
width: 70%;
}
#ticket ul li .tickets_box a{
color: var(--darkblue);
}
#ticket ul li .tickets_box div span{
font-size: 75%;
/* line-height: 0.5; */
margin: 0 0 0 1.2em;
display: block;
}
#ticket ul li .tickets_box h4{
border-bottom: var(--darkblue) 1px solid;
font-size: min(1.5em, 4.0vw);
margin: 0 0 3%;
width: 92%;
}
#ticket ul li .tickets_btn {
width: 30%;
}
#ticket ul li .tickets_btn a {
background: var(--blue);
border-radius: 12px;
color: white;
display: block;
margin: 15% 0 0;
text-align: center;
text-decoration: none;
padding: 8%;
}
#ticket ul li .tickets_btn p.btn_pre {
background: #999;
border-radius: 12px;
color: white;
display: block;
margin: 15% 0 0;
text-align: center;
text-decoration: none;
padding: 8%;
}
#ticket #mxidFromBtm a {
background: var(--blue);
border: white dashed 5px;
border-radius: 5px;
color: white;/* var(--darkblue) */
display: block;
font-weight: bold;
line-height: 1.3;
margin: 0 auto 4%;
padding: 1.5% 0;
text-align: center;
text-decoration: none;
}
#ticket #mxidFromBtm .btn {
transition: .3s;
}

#sns_button {
min-height: 42px;
text-align: center;
}
#sns_button_pc{
margin: 15px auto;
min-height: 50px;
}
#sns_button_pc .btn_sns img{
margin: 0 5px;
height: 50px;
width: 50px;
}

/* inview ----------------------------------- */
.inview {
opacity: 0;
}
.inview_up {
animation: up 1s forwards;
}
@keyframes up {
	0% {
	opacity: 0;
	transform: translateY(40px);
	}
	100% {
	opacity: 1;
	transform: translateY(0px);
	}
}
/* inview ----------------------------------- */

/* PC  -------------------------------------------------- */
@media screen and (min-width:900px) {
	body {
	background: var(--blue) url(../img/kv.webp) fixed no-repeat top left / auto 100vh;
	}
	.onlySp{
	display: none;
	}
	#info h3 span {
	top: -70px;
	left: -5vw;
	}
	#sche h3 span {
	top: -50px;
	}
	#cast h3 span {
	left: -4%;
	}
	#ticket h3 span {
	top: -50px;
	}
}

/*TAB -------------------------------------------------- */
@media screen and (max-width:900px) { /* and (min-width:600px) */
	body {
	background-color: var(--blue_a);
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	overflow-x: hidden;
	}
	body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/kv.webp) no-repeat top / cover;/* 100% */
	opacity: 0.6; /* ここで画像の透明度を調整 */
	z-index: -1;
	pointer-events: none;
	}
	.onlyPc{
	display: none;
	}
	#pan_box{
	width: 100%;
	}
	#pan_box .panlist{
	height: 24px;
	width: 900px;
	}
	nav {
	margin: 2% auto 4%;
    padding: 3% 0 3%;
    width: 90%;
	}
	article{
	margin: 0 auto;
	}
	#title h1 {
    background: var(--blue_a);
    margin: 1% auto 8%;
    padding: 3% 0;
    width: 90%;
	}
	#title .event_date {
    margin: 50vh auto 0;
    width: 80%;
    /*max-width: 540px;*/
	}
	#title .event_date .date {
    /*font-size: min(2.0em, 6.0vw);*/
    font-size: max(1.5em, 5.0vw);
	}
	#title .event_date .time{
	/*font-size: min(2.0em, 4.5vw);*/
    font-size: max(1em, 4.3vw);
	}
	#title .event_date .place{
	/*font-size: min(3.0em, 7.0vw);*/
	font-size: max(1.7em, 5.0vw);
	}
	#mxidFrom {
    margin: 2% auto 5%;
    width: 80%;
	}

	#info h3 span {
	top: -8.5vh;
	left: -2vw;
	}
	#sche h3 span {
	top: -7.5vh;
	left: 0;
	}
	#cast h3 span {
	top: -6.5vh;
	left: -2vw;
	}
	#ticket h3 span {
	top: -8.5vh;
	left: -2vw;
	}

	#cast h4 span {
	font-size: min(3.8em, 10vw);
	top: -3vh;
	}
	#cast ul li{
	margin: 0 2.5% 5%;
	}
	#sche dl {
	width: 100%;
	}
	#sche dl dt {
	width: 20%;
	}
	#sche dl dd {
	width: 80%;
	}
	#ticket li{
	display: block;
	}
	#ticket ul li .tickets_box,
	#ticket ul li .tickets_btn {
	width: 100%;
	}
	#ticket ul li .tickets_btn a {
	margin: 3% auto 0;
	padding: 3%;
	width: 80%;
	max-width: 480px;
	}
	#footer {
    padding: 0 0 30% !important;
	text-align: center;
	}
}

/* SP  -------------------------------------------------- */
@media screen and (max-width:600px) {
	.lion_30th {
	top: 1%;
	left: 2%;
	width: 25%;
	z-index: -1;
	}
	#pan_box .panlist {
	width: 1000px;
	}
	main {
    padding: 10vh 0 0 0;
	}
	nav {
	background: var(--blue);
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 5% 0 0;
	z-index: 99;
    margin: 0 auto;
    width: 100%;
    }
	nav ul li {
	margin: 0 auto 2%;
	width: 50%;
	}
	nav ul li a{
	width: 90%;
	}
	#title{
	max-width: none;
	}
	#title .event_date {
	margin: 30vh auto 2vh;
	}
	#info h3 span {
	top: -14vw;
	left: -2vw;
	}
    #sche h3 span {
    top: -10.0vw;
    left: -1vh;
    }
	#cast h3 span {
	top: -9.0vw;
	left: -2vw;
	}
	#ticket h3 span {
	top: -9vw;
    left: -2vw;
	}
	#sche dl{
	margin: 10% 0 -6%;
	}
	#pagetop a {
    bottom: 38vw;
    }
}