@import url('https://fonts.googleapis.com/css2?family=Pushster&display=swap');
/*////////////////////////////////////////////////////////////////////////
reset
////////////////////////////////////////////////////////////////////////*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	word-break: break-all;
}

html {
	image-rendering: -webkit-optimize-contrast;
}

body{
	overflow-y: scroll; /* スクロールバー常に表示 */
}

a {
 word-break: break-all;
}

html,body {
	font-size-adjust:100%;
	-webkit-font-size-adjust: 100%;
}

body,h1,h2,h3,h4,h5,h6,p,img,
hr,li,ul,dl,dt,dd
{
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

table th{font-weight:normal;}

img{border:0px;}

.clear{clear:both;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*////////////////////////////////////////////////////////////////////////
基本カラー
////////////////////////////////////////////////////////////////////////*/
:root{
--blue:#223266;
--lightBlue:#6783a5;
--PPink:#ea2c86;
--lightPink:#f5b6c3;
--pink:#ed5099;
--milk:#f9cdca;
--white:#fce9e8;

--red:#f00;


--white10: rgba(255,255,255,0.1);
--white30: rgba(255,255,255,0.3);
--white50: rgba(255,255,255,0.5);
--white70: rgba(255,255,255,0.7);
}

.point{
	color: var(--PPink);
	font-weight: bold;
	vertical-align: baseline;
}


/*////////////////////////////////////////////////////////////////////////
基本
////////////////////////////////////////////////////////////////////////*/
.non{
	opacity:0.3;
	cursor:default;
	pointer-events: none;
}

.non2{
	opacity:0;
	cursor:default;
	pointer-events: none;
}

ruby {
        display: inline-table;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        border: none;
        white-space: nowrap;
        text-indent: 0;
        vertical-align: bottom;
        text-decoration: inherit;
        text-align: center;
        }
ruby>rt {
    display: table-header-group;
    height: 25%;
    margin: 0;
    padding: 0 0.125em;
    border: none;
    font: inherit;
    line-height: 1.1em;
	text-align: center;
	font-size: 50%;
	position: relative;
	top: 0.5em;
	transform: translateY(0.5em);
    }

br.txtCutNone{display:none;}

a{
	color: var(--green);
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration: none;
}

::selection {
	color: #fff;
	background-color:#00b4c8;
}
::-moz-selection {
	color: #fff;
	background-color:#00b4c8;
}

.txtCutNone{
	display: none;
}

.solidLine{
	border-bottom: 1px solid var(--blue);
}

.dashLine{
	border-bottom: 1px dashed var(--milk);
}

.dashLine2{
	border-bottom: 1px dashed var(--blue);
}

.fadeUp{
	opacity: 0;
	position: relative;
	bottom: -20px;
}

.txtLink{
	border-bottom: 1px dashed var(--pink);
	padding: 0 0.5em;
}

.txtLink:hover{
	background-color: var(--pink);
	color: var(--white);
}


/*////////////////////////////////////////////////////////////////////////
全体ボックス
////////////////////////////////////////////////////////////////////////*/
html{
}

body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: min(1.8vw, 18px);
	color: var(--blue);
	background-color: var(--white);
	overflow-x: hidden;
	background-image: url("../img/tex_1.jpg");
	background-attachment: fixed;
	/*letter-spacing: 0.05em;*/
}

#loading{
	width:100%;
	height: 100%;
	position:fixed;
	z-index:999;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	pointer-events: none;
}

#loading p{
	display: block;
	width: 100%;
	padding: 5px;
}

#backTop{
	position: fixed;
	z-index: 2;
	right: 1%;
	bottom: 1%;
	width: 18%;
	max-width: 120px;
}

#backTop img{
	width: 100%;
}

#backTop:hover{
	opacity: 0.6;
	cursor: pointer;
}

#mainBox{
	width: 100%;
	margin: auto;
	opacity: 0;
	position: relative;
}


.tex2{
	background-image: url("../img/tex_2.jpg");
	background-attachment: fixed;
}

.tex3{
	background-image: url("../img/tex_3.jpg");
	background-attachment: fixed;
}

.tex4{
	background-image: url("../img/tex_4.png?ver=2");
	background-attachment: fixed;
	background-color: var(--blue);
}



.lineBottom{
	background-image: url("../img/line_line.jpg");
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}

.area{
	position: relative;
	padding: 3em 2em;
}

.area .cover{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url("../img/tex_4.jpg");
	background-attachment: fixed;
}

.area .coverL{
	left: 0;
}

.area .coverR{
	right: 0;
}

.coverOpen{
	animation:box-animation 0.5s linear forwards;
}

@keyframes box-animation{
  0%{width: 100%; }
  100%{width: 0%;}
}


.inBox{
	width: 100%;
	max-width: 1300px;
	padding:2em 0 3em;
	margin:0 auto 5em;
}


.frame{
	border-image-source: url("../img/box.png");
	border-image-slice: 50 fill;
	border-image-width:50px;
	margin: 4em auto;
}

.box{
	padding:0 2em 3em;
	margin:3em auto;
	border: solid 3px var(--blue);
	background-color: var(--milk);
}

.txt{
	border: solid 1px var(--blue);
	padding:2em;
	margin:2em auto;
}

.indent{
	padding-left: 1em;
	font-size: 85%;
	/*margin: 2em auto;*/
}

.indent li{
	text-indent: -1em;
	margin-bottom: 5px;
}

h1, h2, h3{
	font-weight: normal;
}

h1{
	text-align: center;
	margin-bottom: 2em;
}

h2{
	text-align: center;
	width: 100%;
	max-width: 650px;
	margin: auto;
	margin-bottom: 2em;
}

h2 img{
	width: 100%;
}

h3{
	padding: 0.5em 1em;
	margin: 2em auto 1em;
	vertical-align: middle;
	text-align: center;
	font-size: 120%;
	background-color: var(--blue);
	color: var(--white);
	letter-spacing: 0.1em;
}

h3 small{
	vertical-align: middle;
	margin-left: 1em;
	font-size: 70%;
}

@keyframes bgAnime {
  0%   { background-position: 0 0; } 
  100% { background-position: 0 -1855px; }
}

.balloon{
	background-image: url("../img/balloon.png");
	animation: bgAnime 50s infinite linear;
}


/*////////////////////////////////////////////////////////////////////////
ヘッダー
////////////////////////////////////////////////////////////////////////*/
header{
	width: 100%;
	text-align: center;
	border-top: 0.3em solid var(--pink);
	border-bottom: 0.3em solid var(--blue);
}

nav{
	padding:0 1em;
	background-color: var(--blue);
}

nav a{
	display: block;
	padding:1.5em 1em 1em;
}

nav li{
	display: inline-block;
	color: var(--white);
	margin: 0 0.3%;
	position: relative;
}

nav li .new{
	position: absolute;
	right: 0;
	left: 0;
	top: -2.2em;
	font-size: 70%;
	font-weight: bold;
	color: var(--blue);
}

nav li:hover, .select{
	/*
	background-image: url("../img/select_left.jpg"),url("../img/select_right.jpg"),url("../img/select_center.jpg");
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left bottom, right bottom, center bottom;
	background-size: 32px, 32px, 0.7px;
	*/
	background-image: url("../img/select.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 70px;
}


nav li .child_menu { 
	width: 14em;
	display: none !important;
	text-align: center;
	padding:0 1em;
	position: absolute;
	top: 3.5em;
	left: -3.5em;
	z-index: 1;
	background-color: var(--milk);
	border: solid 3px var(--milk);
	border-radius: 20px;
}

nav li:hover .child_menu {
    display: block !important;
}

nav .child_menu a{
	font-size: 90%;
	padding: 1em;
	color: var(--blue);
	background-color: var(--milk);
	font-weight: bold;
	border-bottom: 1px dashed var(--blue);
}
nav .child_menu a:hover{
	background-color: var(--white);
}
nav .child_menu  a:hover:after{
	  display: none;
  }


/*////////////////////////////////////////////////////////////////////////
遊園地
////////////////////////////////////////////////////////////////////////*/
.park{
	position: relative;
}

.park .kanransya{
	width: 19%;
	position: absolute;
	right: 12.5%;
	top: 5.8%;
	animation:80s linear infinite rotation;
}

.park .kanransya img{
	width: 100%;
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}


.park .merry{
	width: 9.8%;
	position: absolute;
	left: 34%;
	bottom: 14%;
	z-index: -1;
}

.park .merry img{
	width: 100%;
}

.merry1{
	animation:2s linear infinite fluffy;
}

.merry2{
	animation:2s linear infinite fluffy2;
}


@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes fluffy2 {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
}


.balloon{
	position: absolute;
	width: 5%;
}

.balloon img{
	width: 100%;
}

.balloon1{
	left: 10%;
	top: -15%;
	animation: floating1 5s ease-in-out infinite alternate-reverse;
}

.balloon2{
	left: 89%;
	top: 10%;
	animation: floating1 5s ease-in-out infinite alternate-reverse;
}

.balloon3{
	left: 45%;
	top: -5%;
	animation: floating2 5s ease-in-out infinite alternate-reverse;
}


@keyframes floating1 {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(15%);
  }
}

@keyframes floating2 {
  0% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(-15%);
  }
}

/*////////////////////////////////////////////////////////////////////////
トップ
////////////////////////////////////////////////////////////////////////*/
.top .dayFlag{
	text-align: center;
	margin: auto;
	width: 50%;
	max-width: 200px;
}

.top .dayFlag img{
	width: 100%;
	opacity: 0;
}

.catch{
	text-align: center;
	position: relative;
	padding-top: 8%;
	width: 80%;
	margin: auto;
	z-index: 0;
}

.catch img{
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
}

.catch img:nth-of-type(1) {
  top: 1em;
}

.catch img:nth-of-type(2) {
  top: -1em;
}

.catch img:nth-of-type(3) {
  top: 1em;
}


#logoBox{
	text-align: center;
	pointer-events: none;
	position: relative;
}

#logoBox .logo img{
	width: 70%;
	max-width: 850px;
	opacity: 0;
}


/*バナー-------------------------------------------------*/
.bannerAria{
	margin: 3em auto 0;
	text-align: center;
}

.bannerAria img{
	width: 49%;
	margin: 0.5%;
	max-width: 500px;
	border: solid 3px var(--blue);
}

.bannerAria img:hover{
	border: solid 3px var(--lightBlue);
}

/*ニュース-------------------------------------------------*/
#news{
	padding: 1em 1em 1em 2em;
	position: relative;
	border-radius: calc(1px / 0);
	border: solid 3px var(--green);
	background-color: var(--white);
	margin-bottom: 5em;
}

#news .txtBox{
	width: 95%;
	display: flex;
	padding: 0.8em 1em 0.8em 0.5em;
}

#news .txtBox .day{
	width: 8em;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

#news .txtBox .txt{
	display: inline-block;
	vertical-align: middle;
	flex: 1;
}

#news .more{
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translate(0,-50%);
	padding: 2.5%;
	border-radius: calc(1px / 0);
	background-color: var(--blue);
	max-width:  240px;/* 円のサイズ（高さにもなる） */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background-image: url("../img/yajirusi.jpg");
	background-position: center center;
	background-size: 100%;
}

#news .more:hover{
	filter: brightness(1.5);
}


/*動画-------------------------------------------------*/
.movie{
	display: block;
	padding:3% 5%;
	position: relative;
}

.youtube{
	margin: auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: solid 3px var(--blue);
}

.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/*概要-------------------------------------------------*/
.outline{
	border-top:3em solid var(--blue);
	border-bottom:3em solid var(--blue);
}

#outline{
	padding: 5%;
	text-align: center;
	line-height: 1.8em;
}

#outline strong{
	letter-spacing: 0.08em;
}


/*タイトル-------------------------------------------------*/
#cast{
	margin: 2em auto 0;
}

#cast .performance{
	margin-left: -2em;
	margin-top: 3em;
}

#cast .flag{
	width: 13%;
	padding-right: 1%;
	display: inline-block;
	vertical-align: top;
	position: sticky;
	top: 2em;
}

#cast .flag img{
	width: 100%;
}

#cast .titleSet{
	width: 85%;
	display: inline-block;
	padding: 4em 2em 2em;
	text-align: center;
	border: solid 3px var(--blue);
	background-color: var(--milk);
	background-image: url("../img/line_flag.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}

#cast .titleList{
	width: 48%;
	margin: 1%;
	display: inline-block;
	text-align: center;
	background-color:var(--blue);
}

#cast .titleList img{
	width: 100%;
	border: solid 3px var(--blue);
}

#cast .titleList dl{
	padding: 2em;
	border: solid 3px var(--blue);
}

#cast .titleList dl dt{
	background-color: var(--white);
	padding: 0.5em;
	font-size: 85%;
	vertical-align: middle;
}

#cast .titleList dl dd{
	padding: 0.5em 0.5em 1em;
	color: var(--white);
}

.newMark{
	background-color: var(--pink);
	color: var(--white);
	border-radius: calc(1px / 0);
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
	font-size: 80%;
	vertical-align: middle;
}

/*問い合わせ-------------------------------------------------*/
.contact{
	background-color: var(--blue);
	color: var(--white);
}

#contact{
	text-align: center;
	line-height: 1.8em;
}

#contact h3{
	background-color: var(--milk);
	width: 100%;
	max-width: 25em;
	color: var(--blue);
	font-weight: bold;
	font-size: 100%;
	border: double 6px var(--blue);
}


/*////////////////////////////////////////////////////////////////////////
会場チケット
////////////////////////////////////////////////////////////////////////*/
#ticket .frame{
	padding: 8% 6% 3%;
	margin-bottom: 0;
}

#ticket .frame .box{
	background-color: var(--white);
}

#ticket .box img{
	width: 100%;
	margin: 2em auto;
	display: block;
}

/*--------------------------------------------*/
table.ticketPrice{
	border-collapse: collapse;
	width: 100%;
}
	
table.ticketPrice th,
table.ticketPrice td {
	border: 1px solid var(--blue);
	background-color: var(--white);
	padding:0.5em 1em;
	vertical-align: middle;
}

table.ticketPrice td.title{
	background-color: var(--blue);
	color: var(--white);
	border-right: 1px solid var(--lightBlue);
}
	
table.ticketPrice td.seat {
	width: 10.5em;
}

#ticket dl.bonus dt{
	width: 49%;
	display: inline-block;
	margin: 0.5%;
	background-color: var(--white);
	border: 3px double var(--blue);
	padding:1em 0.5em;
	text-align: center;
}

#ticket .title{
	border-bottom: 3px double var(--blue);
	margin-bottom: 0.5em;
	font-weight: bold;
}

/*--------------------------------------------*/
table.ticket{
	border-collapse: collapse;
	width: 100%;
}
	
table.ticket th,
table.ticket td {
	border: 1px solid #999;
	background-color: var(--white);
	padding:0.5em 1em;
	vertical-align: middle;
}
	
table.ticket td.txt {
	width: 8.5em;
}



#ticket .end{
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(254,205,202,0.6);
	color: #fff;
}

#ticket .end p{
	color: var(--white);
	background-color:  var(--blue);
	padding: 0.5em;
}


#ticket h4{
	padding: 0.5em 1em;
	margin: 2em auto 1em;
	vertical-align: middle;
	background-color: var(--white);
	border: double 3px var(--blue);
	color: var(--blue);
	letter-spacing: 0.1em;
	font-weight: normal;
}

/*注意事項-------------------------------------------------*/
.caution{
	background-color: var(--blue);
	color: var(--white);
}

.caution h3{
	background-color: var(--milk);
	width: 100%;
	color: var(--blue);
	font-weight: bold;
	font-size: 100%;
	border: double 6px var(--blue);
}


/*////////////////////////////////////////////////////////////////////////
配信チケット
////////////////////////////////////////////////////////////////////////*/
#stream .frame{
	padding: 8% 6% 3%;
	margin-bottom: 0;
}

#stream .frame .box{
	background-color: var(--white);
}
/*--------------------------------------------*/
#stream table.ticket,
#stream table.howto{
	border-collapse: collapse;
	width: 100%;
}
	
#stream table.ticket th,
#streamt able.ticket td {
	border: 1px solid #999;
	background-color: var(--white);
	padding:0.5em 1em;
	vertical-align: middle;
}
	
#stream table.ticket td.txt {
	width: 8.5em;
}

#stream table.ticket span{
	font-weight: bold;
	font-size: 80%;
	display: inline-block;
	border-bottom: 1px dashed var(--blue);
	cursor: pointer;
}

#stream table.ticket span:hover{
	border-bottom: 1px dashed var(--PPink);
	color: var(--PPink);
}

#stream h4{
	padding: 0.5em 1em;
	margin: 2em auto 1em;
	vertical-align: middle;
	background-color: var(--white);
	border: double 3px var(--blue);
	color: var(--blue);
	letter-spacing: 0.1em;
	font-weight: normal;
}


#stream table.howto th{
	background-color: var(--blue);
	color: var(--white);
	vertical-align: middle;
	padding: 1em;
	border-bottom: 1px solid var(--milk);
	width: 12em;
}

#stream table.howto td{
	vertical-align: middle;
	padding:2em 0 2em 2em;
	border: none;
	border-bottom: 1px solid  var(--blue);
	color:  var(--blue);
}




/*////////////////////////////////////////////////////////////////////////
キャストタイトル
////////////////////////////////////////////////////////////////////////*/
#castTitle .performance{
	margin-top: 3em;
}

#castTitle .titleSet{
	padding: 4em 2em 2em;
	text-align: center;
	border: solid 3px var(--blue);
	background-color: var(--milk);
	background-image: url("../img/line_flag.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}

#castTitle .logoSet{
	width: 98%;
	margin:auto;
	padding: 2em 1em;
}

#castTitle .sun{
	background-color: var(--blue);
	border-top: 8px solid var(--pink);
	border-bottom: 8px solid var(--pink);
}

#castTitle .sat{
	background-color: var(--blue);
	border-top: 8px solid var(--lightBlue);
	border-bottom: 8px solid var(--lightBlue);
}


#castTitle .flag{
	width:35%;
	display: inline-block;
	vertical-align: middle;
}

#castTitle .flag img,
#castTitle .logoArea img{
	width: 100%;
}

#castTitle .logoArea{
	width: 65%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

#castTitle .logoArea img{
	width: 24%;
	margin: 0.5%;
	border: solid 1px var(--blue);
}


#castTitle .titleList{
	width: 48%;
	margin: 1%;
	display: inline-block;
	text-align: center;
	background-color: var(--white);
	padding-top: 1em;
}

#castTitle .titleList .key{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 1em 0 1em 1em;
}

 #castTitle .titleList .key img{
	width: 100%;
	border: solid 1px var(--blue);
}

#castTitle .titleList dl{
	width: 50%;
	display: inline-block;
	padding: 1em 1em 1em 0.5em;
}

#castTitle .titleList dl img{
	width: 100%;
}

#castTitle .titleList dl dt{
	background-color: var(--blue);
	color: var(--white);
	padding: 0.5em;
	font-size: 85%;
	vertical-align: middle;
}

#castTitle .titleList dl dd{
	padding: 0.5em 0.5em 1em;
}

#castTitle .titleList .siteLink{
	background-color: var(--blue);
	color: var(--white);
	padding: 1em;
	width: 49%;
	margin: 0.5%;
	display: inline-block;
}

#castTitle .titleList .siteLink:hover{
	background-color: var(--PPink);
}

.lSpace{
	letter-spacing: -0.1em;
}

#castTitle .reading{
	background-color: var(--pink);
	padding: 0.5em;
	width: 99%;
	margin:0 auto 0.1em;
	color: var(--white);
}

#castTitle .reading:hover{
	background-color: var(--PPink);
}


/*////////////////////////////////////////////////////////////////////////
グッズ
////////////////////////////////////////////////////////////////////////*/

#goods table{
	width: 100%;
	display: block;
}

#goods table tbody{
	width: 100% !important;
	display: block;
	background-color: var(--milk);
}

#goods table.day tbody tr{
	width: 100% !important;
	display: block;
}

#goods h4{
	padding: 0.5em 1em;
	color: var(--white);
	font-weight: normal;
}

#goods table th.cat{
	background-color: var(--blue);
	color: var(--white);
	vertical-align: middle;
	padding: 1em;
	border-bottom: 1px solid var(--milk);
	width: 12em;
}

#goods table td.txt{
	vertical-align: middle;
	padding:2em 0 2em 2em;
	border: none;
	border-bottom: 1px solid  var(--blue);
	color:  var(--blue);
}

#goods table.day tr{
	background-color:  var(--blue);
	margin-bottom: 1px;
}

#goods table.day th{
	color: var(--white);
	vertical-align: middle;
	display: inline-block;
	width: 12em;
	padding:0.5em 1em;
}

#goods table.day td{
	background-color: var(--white);
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 12em);
	padding:0.5em 1em;
	border-bottom: 1px solid  var(--blue);
}

#goods .dayBox{
	background-color: var(--white);
	padding: 1em 1em 2em;
}


/*アイテム*/
#goods .goodsAria{
	text-align: center;
	margin: auto;
	border: solid 3px var(--blue);
	background-color: var(--milk);
	padding: 0 0 3em;
	margin-bottom: 5em;
}

#goods .goodsAria h3{
	margin-top: 0;
	padding: 1.5em 0;
}

#goods .goodsAria .itemBox{
	width: 23%;
	margin:0.5% 0.2%;
	display: inline-block;
	background-color: var(--white);
	text-align: left;
	font-size: 80%;
	border: solid 1px var(--lightBlue);
	position: relative;
}

#goods .goodsAria .itemBox img{
	width: 100%;
}

#goods .goodsAria .itemBox a:hover{
	background-color:transparent;
}

#goods .goodsAria .itemBox a{
	position: relative;
	display: block;
}

#goods .goodsAria .itemBox a:before{
	content: "";
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	transition: all 0.2s 0s ease-out;
	background: var(--milk);
	opacity: 0.7;
}

#goods .goodsAria .itemBox a:hover:before{
	width: 100%;
}

#goods .goodsAria .itemBox a:after{
	content: "more";
	position: absolute;
	margin-top: -0.75em;
	margin-left: -2.5em;
	line-height: 1.5em;
	height: 1.5em;
	letter-spacing: 1px;
	width: 5em;
	border: var(--blue) 1px solid;
	text-align: center;
	top:50%;
	left:50%;
	color: var(--blue);
	z-index: 2;
	display: block;
	opacity: 0;
	transition: all 0.2s 0s ease-out;
	background-color: var(--white);
}

#goods .goodsAria .itemBox a:hover:after{
	opacity: 1;
}

#goods .goodsAria .itemBox .goodsTxt{
	padding: 5%;
	font-weight: bold;
}

#goods .itemBox .goodsTxt .itemName{
	color: var(--blue);
	padding: 1em 0 0;
}

#goods .itemBox .goodsTxt .itemName .memo{
	border-radius: calc(1px / 0);
	background-color:var(--blue);
	color: var(--white);
	padding:0 1em;
	margin: 1em auto 0.5em;
	font-size: 90%;
	display: block;
	line-height: 2em;
}

#goods .itemBox .goodsTxt .itemName .memo2{
	background-color: var(--lightBlue);
}

#goods .goodsAria .itemBox .title{
	padding: 1em;
	line-height: 1.3em;
	font-weight: bold;
}

#goods .goodsAria .itemBox .limit{
	padding: 0.2em 1em;
	text-align: right;
	background-color: var(--pink);
	color: var(--white);
}

#goods .goodsAria .itemBox .price{
	padding: 1em;
	text-align: right;
	vertical-align: baseline;
	font-weight: bold;
}

#goods .goodsAria .itemBox .price small{
	vertical-align: baseline;
}

#goods .goodsAria .itemBox .goodsNum{
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--lightBlue);
	padding:0.5em 0.5em;
	color: #fff;
	text-align: center;
	border-right: solid 1px var(--white);
	border-bottom: solid 1px var(--white);
	min-width: 2.5em;
}


/*注意事項*/
#goods .caution h5{
	background-color: var(--lightBlue);
	padding: 0.5em 1em;
	border-radius: calc(1px / 0);
	margin-bottom: 1em;
}

#goods .payBox{
	background-color: var(--blue);
	padding:1em 2em  2em;
	color: var(--white);
	border-radius: 20px;
}

#goods .payBox h3{
	border-bottom: 3px double var(--white);
	min-width:100%;
	margin-top: 1em;
	font-size: 150%;
}

#goods .payBox h4{
	background-color: var(--milk);
	width: 100%;
	color: var(--blue);
	font-weight: bold;
	font-size: 100%;
	border: double 6px var(--blue);
	text-align: center;
}

#goods table.pay{
	margin: 0.5em auto;
}

#goods table.pay tbody{
	background-color: var(--white);
}

#goods table.pay th{
	background-color: var(--lightBlue);
	width: 18em;
}

#goods table.pay td{
	padding: 2em;
}

#goods .inTxt{
	padding: 1em 2em;
	text-align: left;
}

#goods .inTxt h3{
	margin-top: 0;
	padding: 0.5em;
	text-align: left;
}


/*////////////////////////////////////////////////////////////////////////
注意事項
////////////////////////////////////////////////////////////////////////*/
#check .txt{
	border: solid 1px var(--milk);
}

#check h2{
	border-bottom: 3px double var(--white);
	min-width:100%;
	margin-top: 2em;
}

/*
.coution{
	font-size: 80%;
	padding-bottom: 5%;
}

.coution .mds{
	background-color: var(--gold);
	padding: 0.5em 1em;
	border-radius: calc(1px / 0);
	color: var(--blue);
	font-weight: bold;
	margin-bottom: 1em;
	vertical-align: middle;
	position: relative;
}

.coution .mds .ster{
	position: absolute;
	right: 0;
	top: -15%;
	width: 5%;
}

.coution .mds .ster img{
	width: 100%;
}
*/


/*////////////////////////////////////////////////////////////////////////
スペシャル
////////////////////////////////////////////////////////////////////////*/
#special .frame{
	padding: 2% 6% 4%;
	margin-bottom: 0;
}

#special .frame h4{
	font-size: 100%;
	padding: 2em 0;
	text-align: center;
}

#special .frame h4 p{
	border-bottom: double 3px var(--blue);
	margin-bottom: 0.5em;
}

#special .comment{
	width: 48%;
	margin: 1%;
	display: inline-block;
	border: solid 1px var(--blue);
	background-color: var(--blue);
	border-radius: 10px;
	overflow: hidden;
	color: var(--white);
}

#special .comment .name{
	background-color: var(--pink);
	letter-spacing: 0.05em;
	padding: 1.5em 1em 1em;
	line-height: 1em;
	color: var(--white);
	vertical-align: baseline;
	font-weight: bold;
	border-bottom: double 3px var(--blue);
}

#special .comment .name .day{
	border-top: 1px dashed var(--milk);
	font-size: 80%;
	margin-top: 0.5em;
	padding-top: 0.5em;
	display: block;
	font-weight: normal;
}

#special .comment .inTxt{
	padding: 1em;
	font-size: 90%;
}

#special .comment .inTxt p{
	position: relative;
	margin: 1em 0 1.5em;
	padding:1em;
	background-color:  var(--lightBlue);
	box-sizing: border-box;
	color: var(--white);
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
}

#special .comment .inTxt p:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid var(--lightBlue);
	z-index: 2;
}

/*////////////////////////////////////////////////////////////////////////
アンケート
////////////////////////////////////////////////////////////////////////*/
#enquete .frame{
	padding: 8% 6% 3%;
	margin-bottom: 0;
	text-align: center;
}

#enquete .frame .limit{
	border-top:1px solid var(--blue);
	border-bottom:1px solid var(--blue);
	padding: 1em;
}

#enquete .frame .inTxt{
	background-color: var(--white);
	border-radius: 10px;
	padding: 2em 1em;
	font-size: 90%;
}

#enquete .frame .inTxt strong{
	display:block;
	color: var(--PPink);
}

#enquete .frame .cTxt{
	text-align: left;
}

/*######################################################################
メディアクエリ
######################################################################*/
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1300px) {
/*//////////////////////////////////////////////////////////////////////*/
	
	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 1000px) {
/*//////////////////////////////////////////////////////////////////////*/

	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 800px) {
/*//////////////////////////////////////////////////////////////////////*/
br.txtCut{display:none;}
br.txtCutNone{display:block;}
	
body{
	font-size: min(3.5vw, 18px);
	line-height: 1.5em;
}


.area{
	padding: 3em 1em;
}
	
h3{
	padding: 1.5em 1em;
}

.inBox{
	width: 100%;
	max-width: 1300px;
	padding:2em 0 0;
	margin:0 auto;
}

.frame{
	margin: 2em auto;
}

.box{
	padding:0 1em 3em;
	margin:3em auto;
	border: solid 3px var(--blue);
	background-color: var(--milk);
}

.txt{
	border: solid 1px var(--blue);
	padding:2em;
	margin:2em auto;
}
	
	
/*ナビ-------------------------------------------------*/
header{
	border: none;
	position: relative;
	z-index: 9;
}
	
nav{
	position: fixed;
	z-index: 9;
	padding:5%;
	height: 100%;
	width: 100%;
	top:0;
}
	
	
nav a{
	padding:4% 5%;
}
	
nav li{
	width: 100%;
	max-width: 250px;
	display: block;
	margin: 3% auto;
	border: solid 2px var(--white);
	font-size: 110%;
}
	
nav li:hover, .select{
	background-image: none;
	background-color: var(--PPink);
}
	
.navBtn {
    position: fixed;
	background-color: var(--blue);
	border: solid 2px var(--white);
	border-radius: calc(1px / 0);
    cursor: pointer;
    width: 12vw; /* ビューポートの幅の15% */
    height: 12vw; /* ビューポートの幅に基づいた高さ */
    z-index: 1000;
    right: 2%;
    top: 1%;
    padding: 1vw; /* ビューポートの幅に基づいたパディング */
    box-sizing: border-box; /* paddingとborderを含める */
}

.navBtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    background: #fff;
    border-radius: 2px;
    width: 50%; /* アイコンの幅を調整 */
    height: 5%;  /* アイコンの高さを調整 */
}

.navBtn span:nth-of-type(1) {
    top: 34%; /* アイコンの位置調整 */
    left: 25%; /* アイコンの位置調整 */
    transform: rotate(0deg);
}

.navBtn span:nth-of-type(2) {
    top: 49%; /* アイコンの位置調整 */
    left: 25%; /* アイコンの位置調整 */
    transform: rotate(0deg);
}

.navBtn span:nth-of-type(3) {
    top: 64%; /* アイコンの位置調整 */
    left: 25%; /* アイコンの位置調整 */
    transform: rotate(0deg);
}

.navBtn.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 5%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.navBtn.active span:nth-of-type(2) {
    opacity: 0;
}

.navBtn.active span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 5%;
    transform: translate(-50%, -50%) rotate(45deg);
}

	
nav li .child_menu { 
	width: 100%;
	display: block !important;
	text-align: center;
	padding:0;
	position: relative;
	top: inherit;
	left: inherit;
	border-radius: 0;
	font-size: 90%;
	border: none;
}

nav .child_menu a{
	font-size: 80%;
	padding: 0.5em 0;
	color: var(--white);
	background-color: var(--lightBlue);
	font-weight: normal;
	border-bottom: 1px dashed var(--blue);
}
	
nav .child_menu a:hover{
	background-color: var(--lightBlue);
}
	
nav .child_menu  a:hover:after{
	 display: none;
 }
	

/*////////////////////////////////////////////////////////////////////////
トップ
////////////////////////////////////////////////////////////////////////*/
.top .dayFlag{
	width: 35%;
}
	
.catch{
	padding: 10% 0 0;
	width: 90%;
}

#logoBox .logo img{
	width: 80%;
}
	
#logoBox .logo{
	margin-bottom: 5em;
}

	
/*バナー-------------------------------------------------*/
.bannerAria{
	margin: -2.5em 1em 3em;
}

.bannerAria img{
	width: 95%;
	margin: 1% auto;
}

	
.topMovie{
	padding-bottom: 3em;
}
	
/*概要-------------------------------------------------*/
.outline{
	border-top:2em solid var(--blue);
	border-bottom:2em solid var(--blue);
	padding:3em 1em;
}

#outline{
	padding: 3em 2em;
}


/*タイトル-------------------------------------------------*/
#cast .performance{
	margin-left: 0;
	margin-top: 3em;
}

#cast .flag{
	width: 20%;
	padding-right: 1%;
}
	
#cast .titleSet{
	width: 80%;
	padding: 4em 1em 2em;
}

#cast .titleList{
	width: 100%;
	margin: 0 auto 1em;
	display: block;
}
	
#cast .titleList dl{
	padding: 1em;
}

	
/*////////////////////////////////////////////////////////////////////////
会場チケット
////////////////////////////////////////////////////////////////////////*/
#ticket .frame{
	padding: 4em 2em 2em;
	margin-bottom: 3em;
}

/*--------------------------------------------*/
#ticket dl.bonus dt{
	width: 100%;
	display: block;
	margin: 0 auto 0.5em;
}
	
	
	

/*////////////////////////////////////////////////////////////////////////
配信チケット
////////////////////////////////////////////////////////////////////////*/
#stream .frame{
	padding: 4em 2em 2em;
	margin-bottom: 3em;
}

/*--------------------------------------------*/
#stream table.ticket td.txt {
	width: 6.5em;
}

#stream table.howto th{
	width: 100%;
	display: block;
	padding: 0.5em 0 0;
	background-color:inherit;
	border-bottom: 3px double var(--blue);
	color: var(--blue);
	font-weight: bold;
	text-align: left;
}
	
#stream table.howto th:before  {
    content: "■";
}
	
#stream table.howto td{
	border-bottom: none;
	width: 100%;
	display: block;
	padding: 1em 0 2em;
	margin: 0;
}


	
	
	
/*////////////////////////////////////////////////////////////////////////
キャストタイトル
////////////////////////////////////////////////////////////////////////*/
#castTitle .logoSet{
	width: 100%;
	margin:auto;
	padding: 2em 1em;
}

#castTitle .sun{
	border-top: 5px solid var(--pink);
	border-bottom: 5px solid var(--pink);
}

#castTitle .sat{
	border-top: 5px solid var(--lightBlue);
	border-bottom: 5px solid var(--lightBlue);
}

#castTitle .flag{
	width:100%;
	display: block;
}

#castTitle .logoArea{
	width: 100%;
	display: block;
	text-align: center;
}

#castTitle .logoArea img{
	width: 24%;
}

#castTitle .titleSet{
	padding: 4em 1em 1em;
}
	
#castTitle .titleList{
	width: 100%;
	margin:0 auto 2em;
	display: block;
	padding-top: 1em;
}

#castTitle .titleList .key{
	width: 100%;
	display: block;
	padding: 0 1em 2em;
}

#castTitle .titleList dl{
	width: 100%;
	display: block;
	padding: 0 1em 2em;
}

.lSpace{
	letter-spacing: 0;
}
	
	
/*////////////////////////////////////////////////////////////////////////
グッズ
////////////////////////////////////////////////////////////////////////*/
	
#goods{
	font-size: 90%;
}
	
#goods h3{
}

#goods table th.cat{
	width: 100%;
	display: block;
	padding: 0.5em 0 0;
	background-color:inherit;
	border-bottom: 3px double var(--blue);
	color: var(--blue);
	font-weight: bold;
	text-align: left;
}
	
#goods table th.cat:before  {
    content: "■";
}
	
#goods table td.txt{
	border-bottom: none;
	width: 100%;
	display: block;
	padding: 1em 0 2em;
	margin: 0;
}
	
#goods table.day tbody{
	width: 100%;
	display: block;
}

#goods table.day th{
	padding:0.5em;
	width: 7em;
	text-align: right;
}

#goods table.day td{
	width: calc(100% - 7em);
}

#goods .dayBox{
	padding: 1em;
}


/*アイテム*/
#goods .goodsAria .itemBox{
	width: 46%;
	margin:1.5% 0.5%;
}

#goods .itemBox .goodsTxt .itemName{
	line-height: 1.5em;
}

/*注意事項*/
#goods .caution h5{
	background-color: var(--lightBlue);
	padding: 0.5em 1em;
	border-radius: calc(1px / 0);
	margin-bottom: 1em;
}

#goods .payBox{
	background-color: var(--blue);
	padding:1em;
	color: var(--white);
	border-radius: 20px;
}

#goods table.pay th{
	display: block;
	width: 100%;
	color: var(--white);
	background-color: var(--lightBlue);
	padding: 1em;
}

#goods table.pay td{
	padding: 1em;
}

	
/*////////////////////////////////////////////////////////////////////////
スペシャル
////////////////////////////////////////////////////////////////////////*/
#special .frame{
	padding: 1em 2em 3em;
	margin-bottom: 3em;
}

#special .comment{
	width: 100%;
	margin: 2% auto;
	display: block;
}
	
	
/*////////////////////////////////////////////////////////////////////////
アンケート
////////////////////////////////////////////////////////////////////////*/
#enquete .frame{
	padding: 4em 2em 2em;
	margin-bottom: 3em;
	text-align: left;
}

#enquete .frame .inTxt strong{
	border-bottom: solid 1px var(--blue);
}

	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 480px) {
/*//////////////////////////////////////////////////////////////////////*/

	
/*//////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////*/
}