@charset "utf-8";
/* CSS Document */

.talkshow{width: 80%;
	margin: 0 auto;}

.talkshow img{width: 100%;}

html{overflow-y: scroll; }
	
body{width: 100%;
	min-width: 821px;}

.font-goth1{font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;}

.font-goth2{font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;}
	
.font-goth3{font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;}
	
.font-goth4{font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 900;
	font-style: normal;}

.font-min1{font-family: source-han-serif-japanese, serif;
font-weight: 600;
font-style: normal;}

.font-min2{font-family: kozuka-mincho-pr6n, serif;
font-weight: 700;
font-style: normal;}

.font-min3{font-family: kozuka-mincho-pr6n, serif;
font-weight: 900;
font-style: normal;}

.font-acu1{font-family: acumin-pro-extra-condensed, sans-serif;
font-weight: 600;
font-style: normal;}

.start_filter{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background: rgba(255,255,255,1.00);
	z-index: 9999;}

.loading_block{width: 20%;
	text-align: center;
	position: fixed; top: 45%; left: 40%;}

.loading_img2{-webkit-animation:blink 2s linear infinite;
	-moz-animation:blink 2s linear infinite;
	-ms-animation:blink 2s linear infinite;
	-o-animation:blink 2s linear infinite;
	animation:blink 2s linear infinite;}

@-webkit-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-ms-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-o-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}

.bg1{width: 100%;
	height: 100vh;
	background: url("../img5/bg11.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed; top: 0; left: 0;
	z-index: 0;}

#container{width: 100%;
	position: relative;}

.delighter1.delighter{transition: all .5s ease-out;
  transform: translateY(-55%);
  opacity: 0;}

.delighter1.delighter.started,.delighter2.delighter.started,.delighter3.delighter.started,.delighter4.delighter.started,.delighter5.delighter.started,.delighter6.delighter.started,.delighter7.delighter.started{transform: none;
  opacity: 1;}
  
 .delighter2.delighter{transition: all .5s ease-out;
  transform: translateY(5vh);
  opacity: 0;}
.delighter3.delighter{transition: all .5s ease-out;
  transform: translateX(5vw);
  opacity: 0;}
  
 .delighter4.delighter{transition: all .5s ease-out 0.1s;
  transform: translateX(5vw);
  opacity: 0;}
  
  .delighter5.delighter{transition: all .5s ease-out 0.2s;
  transform: translateX(5vw);
  opacity: 0;}
  
  .delighter6.delighter{transition: all .5s ease-out 0.3s;
  transform: translateX(5vw);
  opacity: 0;}
  
  .delighter7.delighter{transition: all .5s ease-out 0.4s;
  transform: translateX(5vw);
  opacity: 0;}

header{width: calc(100% - 20px);
	padding: 0 10px;
	background: rgba(255,255,255,0.90);
	border-bottom: rgba(0,0,0,0.30) solid 1px;
	position: fixed; top: 0; left: 0;
	overflow: hidden;
	z-index: 3;}

.header_logo{height: 35px;
	padding: 12.5px 0;
	float: left;}
	
.header_logo img{height: 100%;}

.pc_menu{float: right;
	overflow: hidden;}
	
.pc_menu_btn1,.pc_menu_btn2{font-size: 30px;
	line-height: 60px;
	float: left;}
	
.pc_menu_btn1 a{display: block;
	color: rgba(29,29,29,1.00);
	transition:0.3s all;}
	
.pc_menu_btn2 a{display: block;
	color:rgba(90,90,90,1.00);
	transition:0.3s all;}
	
.pc_menu_btn1 a:hover{color: rgba(172,142,99,1.00);}

.pc_menu_btn2 a:hover{color:rgba(38,150,255,1.00);}

main{position: relative;
	z-index: 1;}
	
.main_img{width: 100%;
	overflow: hidden;
	background: url("../img5/bg12.webp");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;}
	
.main_img_left{width: 50%;
	margin-top: 60px;
	display: flex;
	flex-direction: column; /* 上から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-content: center; /* アイテムを中央に寄せて配置。 */
	float: left;}

.main_img1{width: 50%;
	margin: 0 auto;}

.main_img1 img{width: 100%;}

.main_img2{width: 50%;
	margin: 0 auto;}
	
.main_img3{width: 40%;
	margin: 0 auto;}
	
.main_img4{width: 25%;
	margin: 0 auto;
	transition: 0.3s all;}

.main_img4:hover{transform: scale(1.05,1.05);}
	
.main_img4 img{width: 100%;}

.main_img5{width: 100%;
	margin-top: 60px;
	position: relative;}
	
.main_img5 img{width: 100%;}

.main_img6{width: 25%;
	position: absolute; top: 72%; left: 18%;
	z-index: 3;
	transition: 0.3s all;}

.main_img6:hover{transform: scale(1.05,1.05);}

.main_img6 img{width: 100%;}

.main_img7{width: 30%;
	position: absolute; top: 70%; left: 18%;
	z-index: 3;
	transition: 0.3s all;}

.main_img7:hover{transform: scale(1.05,1.05);}

.main_img7 img{width: 100%;}

.main_logo{width: 90%;
	/*display: none;*/}

.main_logo img{width: 100%;}

.main_img_right{width: 50%;
	padding-top: 60px;
	text-align: center;
	float: left;}

.main_img_center{width: 100%;
	margin: 60px auto 0;
	position: relative;}
	
.main_img_center img{width: 100%;}

.top_bn1{width: 25%;
	position: absolute; top: 75%; left: 15%;
	transition: 0.3s all;}
	
.top_bn1:hover{transform: scale(1.05,1.05);}
	
.top_bn1 img{width: 100%;}

.top_bn2{width: 34%;
	position: absolute; top: 72.5%; left: 11.2%;
	transition: 0.3s all;}
	
.top_bn2:hover{transform: scale(1.05,1.05);}
	
.top_bn2 img{width: 100%;}

.kv1{width: 90%;
	margin: 0 auto;}
	
.kv1 img{width: 100%;}

.main_text1{width: 60%;
	margin: 0 auto;
	/*display: none;*/}

.link_moviepage{width: 80%;
	margin: 0 auto;
	position: relative;
	/*display: none;*/
	transition: 0.3s all;}

.link_moviepage img{width: 100%;}

.link_moviepage:hover{transform: scale(1.2,1.2);}

.top_movie{width: 25%;
	margin: 0 auto;
	/*display: none;*/}
	
.top_movie img{width: 100%;
	transition: 0.3s all;}
	
.top_movie img:hover{opacity: 0.7;}
	
#movie_wrapper {
    position: relative;
    width: 100%;
	margin: 0 auto;
}

#movie_wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#movie_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
	
.top_movie iframe{width: 100%;}

.setlist{width: 60%;
	min-width: 750px;
	margin: 0 auto;}

.setlist_caution{width: 35%;}

.link_about{width: 265px;
	position: absolute; top: 10px; left: 10px;
	transition:0.3s all;}

.link_about2{width: 25%;
	margin: 0 auto;
	transition:0.3s all;}

.link_about2 img{width: 100%;}

.link_about:hover,.link_about2:hover{transform: scale(1.05,1.05);}

.con_box1{width: 100%;}

.bg_orange1{background: rgba(250,175,59,0.30);}

.bg_blue1{background: rgba(0,113,187,0.30);}

.bg_gray1{background: rgba(163,147,124,0.70);}

.con_inner1{width: 60%;
	min-width: 750px;
	margin: 0 auto;}

.con_title1{width: 50%;
	margin: 0 auto;}

.con_title2{display: flex;
	flex-direction: row; /* 左から */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.con_title3{display: flex;
	flex-direction: row; /* 左から */
	justify-content: center; /* 中央寄せ */
	align-items: center; /* アイテムを中央にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.title_left,.title_right{width: 12%;}
.title_left3,.title_right3{width: 4%;}
.title_center3{width: 50%;}
.title_center3 img{width: 100%;
	height: 4px;
	vertical-align: middle;}

.con_title2_text,.con_title4_text{padding: 0 1%;
	font-size: max(2vw,26px);
	line-height: 150%;
	color: rgba(174,144,99,1.00);}

.con_title3_text{padding: 0 1%;
	font-size: max(1.6vw,22px);
	line-height: 100%;
	color: rgba(174,144,99,1.00);}

.inner_title1{width: 96%;
	padding: 5px 2%;
	background: rgba(61,64,52,1.00);}

.intro1{width: 45%;
	margin: 0 auto;}

.introduction_text1{width: 50%;
	margin: 0 auto;
	font-size: max(1.1vw,16px);
	line-height: 170%;
	color: rgba(83,71,65,1.00);}

.news_twitter_box{width: 70%;
	margin: 0 auto;
	overflow: hidden;}
	
.news_box{width: calc(100% - 10px);
	padding-right: 10px;}
	
.news_box .con_title1{width: 40%;
	min-width: 200px;}
	
.topics_box{width: calc(100% - 22px);
	height: 328px;
	padding: 10px;
	margin-bottom: 10px;
	background: rgba(255,255,255,1.00);
	border: rgba(0,0,0,0.20) solid 1px;
	border-radius: 2px;
	overflow-y: scroll;}
	
.topic1{}

.topic_date{width: 20%;
	min-width: 120px;
	font-size: max(0.8vw,12px);
	line-height: 180%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(50,50,50,1.00);}
	
.topic_title{margin-top: 5px;
	font-size: max(0.9vw,14px);
	line-height: 150%;}
		
.topic_text{font-size: max(0.85vw,12px);
	line-height: 150%;}

.topic_title a,.topic_text a{color: rgba(0,171,255,1.00);}

.twitter_box{width: 40%;
	float: left;
	position: relative;}

.twitter_box .con_title1{width: 60%;
	min-width: 200px;}

.tw_link{width: 10%;
	position: absolute; top: 0; right: 0;}

.link_news{clear: both;
	width: 15%;
	min-width: 150px;
	font-size: max(0.8vw,12px);
	text-align: center;
	background:rgba(0,147,255,1.00);
	transition:0.3s all;}
	
.link_news:hover{background: rgba(50,50,50,1.00);}

.link_news a{display: block;
	color: rgba(255,255,255,1.00);}

.link_twitter_bn{width: 40%;
	margin: 0 auto;
	transition: 0.3s all;}

.link_twitter_bn img{width: 100%;}

.link_twitter_bn:hover{transform: scale(1.05,1.05);}

.link_covid{width: 50%;
	margin: 0 auto;
	transition: 0.3s all;}
	
.link_covid:hover{opacity: 0.7;}


.single-item{width: 60%;
	margin: 0 auto;}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.item_img1,.item_img1 img{width: 100%;}

.new_visual_box{display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.new_visual_l{width: 39.5%;
	position: relative;}

.new_visual_l img{width: 100%;}

.nv_base{width: 100%;
	position: relative;
	z-index: 1;}

.new_visual1,.new_visual2{width: 100%;
	position: absolute; top: 0; left: 0;
	z-index: 2;}

.nv1,.nv2,.nv3,.nv4,.nv5,.nv6,.nv7,.nv8,.nv9,.nv10,.nv11,.nv12,.nv13,.nv14,.nv15,.nv16,.nv17,.nv18,.nv19,.nv20,.nv21,.nv22,.nv23,.nv24,.nv25,.nv26{opacity: 0;
	transition: 0.3s all;}

.new_visual_thumb_box{padding-left: 1%;	
	overflow: hidden;}

.new_thumb1{width: 4.38vw;
	float: left;}
	
.new_thumb1 img{width: 100%;
	cursor: pointer;}

.new_thumb1 img:hover{opacity: 0.7;}

.nv_active{opacity: 1;}

.team_box{width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.90);}
	
.team_name{width: 100%;
	text-align: center;
	background: url("../img5/page1_title_box1.svg");
	background-size: 100%;}
	
.team_name img{width: 20%;}

.team_name2{width: 30%;
	margin: 0 auto;
	text-align: center;}
	
.team_name2 img{width: 100%;}

.cast_box1{width: 95%;
	margin: 0 auto;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.cast_block1{width: 30%;
	padding: 0 1.5%;}
	
.cast_img1{width: 100%;
	padding-bottom: 10px;
	overflow: hidden;}

.cast_img_img{width: 50%;
	float: left;}
	
.cast_img_img2{width: 100%;}

.cast_img_img img,.cast_img_img2 img{width: 100%;}

.cast_name_box{color: rgba(50,50,50,1.00);
	overflow: hidden;}

.chara_img{width: 21%;
	border-radius: 100px;
	float: left;}

.border_nova{border: rgba(143,196,47,1.00) solid 2px;}

.border_piena{border: rgba(136,49,141,1.00) solid 2px;}

.border_falce{border: rgba(247,175,0,1.00) solid 2px;}

.border_staff{border: rgba(90,90,90,1.00) solid 2px;}

.chara_img img{width: 100%;}

.cast_name{float: left;
	padding-left: 1%;}

.cast_name2{text-align: center;}

.cast_name_name1{font-size: max(1.2vw,14px);
	line-height: 120%;}
	
.cast_name_name2{font-size: max(1.7vw,18px);
	line-height: 120%;}
	
.cast_name_name3{font-size: max(1.4vw,16px);
	line-height: 120%;}

.text0{font-size: max(2.0vw,24px);
	line-height: 150%;}

.text1{font-size: max(1.4vw,18px);
	line-height: 150%;}
	
.text2{font-size: max(1.1vw,16px);
	line-height: 150%;}
	
.text3{font-size: max(0.9vw,12px);
	line-height: 150%;}

.text4{font-size: max(0.8vw,11px);
	line-height: 150%;}

.line-height180{line-height: 180%;}

.white_box{width: 95%;
	padding: 0 2.5%;
	background: rgba(255,255,255,0.90);}

.brown_box{width: calc(95% - 4px);
	padding: 0 2.5%;
	background:rgba(255,255,255,1.00);
	border:  rgba(174,144,99,1.00) solid 2px;}

.schedule_table,.schedule_table3{width: 100%;}

.schedule_table2{width: 75%;
	margin: 0 auto;}

.schedule_table table,.schedule_table2 table,.schedule_table3 table{width: 100%;}

.schedule_td1{font-size: max(1.4vw,18px);
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(61,64,52,1.00);}

.weekday{font-size: max(0.9vw,12px);}

.schedule_td2{font-size: max(1.4vw,18px);
	line-height: 250%;
	text-align: center;
	color: rgba(50,50,50,1.00);
	background: rgba(232,213,188,1.00);}

.setlist_td1{width: 16%;
	padding: 10px 0;
	color: rgba(255,255,255,1.00);
	text-align: center;
	vertical-align: middle;
	background: rgba(61,64,52,1.00);}

.setlist_td2{width: 21%;
	text-align: center;
	vertical-align: middle;
	color: rgba(50,50,50,1.00);
	background: rgba(232,213,188,1.00);}

/* map */
#map_wrapper {
    position: relative;
    width: 100%;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 28.12%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	

.ticket_price_table{margin: 0 auto;}

.td_p{text-align: right;}

.tokuten_img{width: 70%;
	margin: 0 auto;}
	
.tokuten_img img{width: 100%;}

.ticket_mark{width: 10vw;
	min-width: 90px;
	margin: 10px 5px;
	font-size: max(0.9vw,12px);
	line-height: 180%;
	text-align: center;
	color: /*rgba(255,255,255,1.00);
	background: */rgba(174,144,99,1.00);
	border: rgba(174,144,99,1.00) solid 2px;
	border-radius: 100px;
	float: left;}
	
.ticket_mark2{width: 17vw;
	min-width: 90px;
	margin: 10px 5px;
	font-size: max(0.9vw,12px);
	line-height: 180%;
	text-align: center;
	color: /*rgba(255,255,255,1.00);
	background: */rgba(174,144,99,1.00);
	border: rgba(174,144,99,1.00) solid 2px;
	border-radius: 100px;
	float: left;}

.ticket_goods_img1{width: 70%;
	margin: 0 auto;}

.ticket_goods_img1 img{width: 100%;}

.cd_info_box{width: calc(95% - 2px);
	padding: 20px 2.5%;
	overflow: hidden;
	border: rgba(174,144,99,1.00) solid 1px;}
	
.cd_img{width: 30%;
	float: left;}
	
.cd_img img{width: 100%;}

.cd_text{width: 68%;
	padding-left: 2%;
	float: left;}

.cd_link_box{clear: both;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.cd_link_btn{width: 23%;
	margin: 0 auto;
	font-size: max(1.0vw,14px);
	line-height: 200%;
	text-align: center;
	background: rgba(247,237,223,1.00);
	border-radius: 5px;
	border: rgba(174,144,99,1.00) solid 1px;
	transition:0.3s all;
	position: relative;}
	
.cd_link_btn2{width: 15vw;
	margin: 0 auto;
	font-size: max(1.0vw,14px);
	line-height: 200%;
	text-align: center;
	background: rgba(247,237,223,1.00);
	border-radius: 5px;
	border: rgba(174,144,99,1.00) solid 1px;
	transition:0.3s all;
	position: relative;}
	
.cd_link_btn::after,.cd_link_btn2::after {
  content: "▶";
  font-size: 0.9vw;
  color: rgba(174,144,99,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.cd_link_btn a,.cd_link_btn2 a{display: block;
	color: rgba(174,144,99,1.00);}

.cd_link_btn:hover,.cd_link_btn2:hover{transform: scale(1.1,1.1);}

.ticket_close{width: 23%;
	margin: 0 auto;
	font-size: max(1.0vw,14px);
	line-height: 200%;
	text-align: center;
	color: rgba(90,90,90,1.00);
	background:rgba(200,200,200,1.00);
	border-radius: 5px;
	border: rgba(100,100,100,1.00) solid 1px;}

.link_box1{width: 45%;
	margin: 0 auto;
	overflow: hidden;}
	
.link_btn1{width: 48%;
	padding: 0 1%;
	float: left;
	transition: 0.3s all;}
	
.link_btn1:hover{opacity: 0.7;}
	
.link_btn1 img{width: 100%;}

.ticket_table{width: 70%;
	margin: 0 auto;}
	
.ticket_table table{width: 100%;}

.ticket_table table tr td{text-align: left;
	vertical-align: middle;}

.ticket_date{width: 50%;}

.digital_block1{width: 49%;
	padding: 0 0.5%;
	float: left;}
	
.digital_block1 img{width: 100%;}

.goods_block{width: 100%;
	overflow: hidden;}
	
.goods_img{width: calc(20% - 4px);
	border: rgba(174,144,99,1.00) solid 2px;
	float: left;}
	
.goods_text_box{width: 78%;
	padding-left: 2%;
	float: left;
	position: relative;}
	
.goods_img img{width: 100%;}

.goods_price{position: absolute; top: 0; right: 0;}

.goods_fes_img1{width: 30%;
	margin: 0 auto;
	padding-bottom: 10px;}

.goods_fes_img2{width: 28%;
margin: 0 auto;}

.goods_fes_img1 img,.goods_fes_img2 img{width: 100%;}

.goods_table{width: 100%;
	margin: 0 auto;
	border-top: rgba(0,0,0,1.00) dashed 1px;}

.goods_td1{width: 70%;
	padding: 5px 0;
	text-align: left;
	border-bottom: rgba(0,0,0,1.00) dashed 1px;}

.goods_td2{width: 20%;
	text-align: right;
	border-bottom: rgba(0,0,0,1.00) dashed 1px;
	vertical-align: middle;}

.goods_btn1{width: 15%;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 200%;
	float: left;
	text-align: center;
	background: rgba(174,144,99,1.00);
	border-radius: 5px;
	transition: 0.3s;}
	
.goods_btn1:hover{transform: scale(1.05,1.05);}
	
.goods_btn1 a{display: block;
	color: rgba(255,255,255,1.00);}

.tokuten_box{width: 75%;
	margin: 0 auto;
	border: rgba(233,90,36,1.00) solid 4px;}
	
.tokuten_title{width: 100%;
	line-height: 200%;
	background: rgba(233,90,36,1.00);}

.tokuten_text{width: calc(100% - 20px);
	padding: 10px;
	overflow: hidden;}
	
.tokuten_text_text{width: 100%;}

.bar_dot{width: 100%;
	height: 1px;
	border-bottom: rgba(0,0,0,0.40) dotted 2px;}

.radiope_box{width: 100%;
	background: rgba(251,252,129,1.00);}
	
.radiope_img{width: 17%;
	min-width: 250px;
	margin: 0 auto;}
	
.radiope_img img{width: 100%;}

.event_box_box{width: 100%;
	overflow: hidden;}

.event_box1,.event_box2{width: 49%;
	margin: 0 auto;
	background: rgba(255,255,255,1.00);}

.event_box1{float: left;}

.event_box2{float: right;}

.event_box_inner1{padding: 10px;
	border: rgba(0,0,0,1.00) solid 1px;}

.border1{padding: 20px 0; 
border: rgba(0,0,0,0.70) solid 1px;}

.width80_90{width: 80%;
	margin: 0 auto;}

.payment{width: 70%;}

.payment img{width: 100%;}

footer{width: 100%;
	text-align: center;
	background: rgba(173,142,96,1.00);
	position: relative;}

.contact_btn{width: 10%;
	margin: 0 auto;
	line-height: 150%;
	border: rgba(255,255,255,1.00) solid 1px;
	border-radius: 100px;}

.contact_btn a{display: block;
	color: rgba(255,255,255,1.00);}

.copyright{color: rgba(255,255,255,1.00);}

#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 10px; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.btn1{width: 15vw;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(255,255,255,1.00);
	border-radius: 100px;
	transition:0.3s all;
	position: relative;}

.btn1::after {
  content: "▶";
  font-size: 0.9vw;
  color: rgba(0,0,0,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.btn1 a{display: block;
	color: rgba(0,0,0,1.00);}

.btn1:hover{transform: scale(1.1,1.1);}

.flex_box{display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	/*flex-direction: row-reverse;　/* 右から */
	/*flex-direction: column; /* 上から */
	/*flex-direction: column-reverse; /* 下から */
	/*flex-wrap: nowrap; /* 単一行に配置、アイテムは幅に収まるように縮小される。 */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	/*flex-wrap: wrap-reverse; /* 複数行に配置、左から右へ、下から上へ、の順番に。 */
	/*justify-content: flex-start; /* 左寄せ */
	/*justify-content: flex-end; /* 右寄せ */
	justify-content: center; /* 中央寄せ */
	/*justify-content: space-between; /* 両端+等間隔 */
	/*justify-content: space-around; /* 等間隔 */
	/*align-items: stretch; /*アイテムをコンテナの高さ（または幅）いっぱいに配置。*/
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	/*align-items: flex-end; /*アイテムを後尾にまとめて配置。*/
	/*align-items: center; /*アイテムを中央にまとめて配置。*/
	/*align-items: baseline; /* アイテムをベースラインに沿って配置。 */
	/*align-content: stretch; /* すべてのアイテムを等間隔に配置。サイズがautoであるアイテムはコンテナに合わせて引き延ばす。 */
	/*align-content: flex-start; /* アイテムを先頭に寄せて配置。 */
	/*align-content: flex-end; /* アイテムを後尾に寄せて配置。 */
	align-content: center; /* アイテムを中央に寄せて配置。 */
	/*align-content: space-between; /* 先頭と後尾は端に、残りは等間隔に配置。 */
	/*align-content: space-around; /* すべてのアイテムを等間隔に配置、各アイテムの両側に半分のサイズの間隔。 */
	/*align-content: space-evenly; /* すべてのアイテムを等間隔に配置、各アイテムの周りに同じサイズの間隔 */}
	
.top_spacer{margin-top: 70px;}
	
.newspage_box{width: calc(50% - 40px);
	min-width: 650px;
	padding: 20px;
	margin:0 auto;
	min-height:calc(100vh - 150px);
	background: rgba(255,255,255,0.90);
	position: relative;}

.newspage_bar{width: 100%;
	height: 1px;
	border-bottom: rgba(0,0,0,1.00) dotted 1px;}

.newspage_text a{color:rgba(1,148,255,1.00);}

.news_img1{width: 50%;
	margin: 0 auto;}
	
.news_img2{width: 75%;
	margin: 0 auto;}
	
.news_img3{width: 80%;
	margin: 0 auto;}
	
.news_img1 img,.news_img2 img,.news_img3 img{width: 100%;}

.cd5{width: 70%;
	margin: 0 auto;}
	
.cd5 img{width: 100%;}

.postcard{width: 25%;
	margin: 0 auto;}
	
.postcard img{width: 100%;}

.card_box{overflow: hidden;}

.card_block1{width: 30%;
	padding: 15px 1.5%;
	float: left;}
	
.card_block1 img{width: 100%;}

.benefits_table{width: 100%;
	margin: 0 auto;}

.benefits_table table{width: 100%;}

.benefits_td1{width: calc(50% - 22px);
	padding: 5px 10px;
	color: rgba(50,50,50,1.00);
	white-space: nowrap;
	background: rgba(232,213,188,1.00);
	border-top: rgba(0,0,0,0.20) solid 1px;
	border-left: rgba(0,0,0,0.20) solid 1px;
	border-bottom: rgba(0,0,0,0.20) solid 1px;}
	
.benefits_td2{width: calc(50% - 22px);
	padding: 5px 10px;
	color: rgba(50,50,50,1.00);
	border-top: rgba(0,0,0,0.20) solid 1px;
	border-right: rgba(0,0,0,0.20) solid 1px;
	border-bottom: rgba(0,0,0,0.20) solid 1px;}

.td_spacer{height: 5px;}

.sashiire_img img{width: 100%;}
	

@media screen and ( max-width:821px )
{
.talkshow{width: 100%;
	margin: 0 auto;}

body{min-width: 320px;}

.loading_block{width: 50%;
	text-align: center;
	position: fixed; top: 45%; left: 25%;}


.bg1{width: 100%;
	height: 100vh;
	background: url("../img5/bg_sp12.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed; top: 0; left: 0;
	z-index: 0;}

.header_logo{height: 30px;
	padding: 15px 0;
	float: left;}

.main_img{background-image: none;}

.main_img1{width: 90%;}
	
.main_img2{width: 90%;}
	
.main_img3{width: 80%;}

.main_img4{width: 70%;}

.main_img4:hover{transform: scale(1.0,1.0);}

.main_img7{width: 80%;
	margin: 0 auto;
	position: static;}

.main_img7:hover{transform: scale(1.0,1.0);}

.main_img_left{width: 100%;
	height: auto;
	display: block;}

.main_img_center{width: 100%;
	margin: 60px auto 0;}

.top_bn1,.top_bn2{width: 80%;
	margin: 15px auto 0;
	position: static;}

.top_bn1:hover,.top_bn2:hover{transform: scale(1,1);}

.main_logo{width: 90%;
	/*display: none;*/
	position: relative;}

.main_text1{width: 75%;
	margin: 0 auto;
	position: relative;}

.top_movie{width: 80%;}

.top_movie img:hover{opacity: 1.0;}

.link_moviepage{width: 90%;}

.link_moviepage:hover{transform: scale(1.0,1.0);}

.con_inner1{width: 90%;
	min-width: 0;
	margin: 0 auto;
	position: relative;}

.con_title1{width: 90%;
	margin: 0 auto;}

.title_left,.title_right{width: 25%;}
.title_left3,.title_right3{width: 8%;}
.title_center3{width: 80%;}
.title_center3 img{width: 100%;
	height: 4px;}

.con_title2_text{padding: 0 2%;
	font-size: max(7vw,1px);}
	
.con_title4_text{padding: 0 2%;
	font-size: max(6.4vw,1px);}

.con_title3_text{padding: 0 2%;
	font-size: max(4.8vw,1px);}

.intro1{width: 95%;}

.introduction_text1{width: 90%;
	margin: 0 auto;
	font-size: max(3.8vw,14px);}

.setlist{width: 100%;
	min-width: 0;}

.setlist_inner{width: 100%;
	min-width: 0;
	overflow-x: scroll;}
	
.setlist_inner_img{width: 300%;}

.setlist_caution{width: 100%;}

.link_about2{width: 70%;
	margin: 0 auto;
	transition:0.3s all;}
	
.link_about2:hover{transform: scale(1.00,1.00);}

.news_twitter_box{width: 100%;
	overflow: hidden;}
	
.news_box{width: 100%;
	padding-right: 0;
	float: none;}
	
.news_box .con_title1{width: 60%;
	min-width: 0;}
	
.topics_box{width: calc(100% - 22px);
	height: 248px;
	padding: 10px;
	margin-bottom: 10px;
	background: rgba(255,255,255,1.00);
	border: rgba(0,0,0,0.20) solid 1px;
	border-radius: 2px;
	overflow-y: scroll;}
	
.topic1{}

.topic_date{width: 30%;
	font-size: max(3.2vw,1px);}
	
.topic_title{margin-top: 5px;
	font-size: max(3.6vw,1px);
	line-height: 150%;}
	
.topic_text{font-size: max(3.4vw,1px);
	line-height: 150%;}
	
.twitter_box{width: 100%;
	float: none;}

.twitter_box .con_title1{width: 60%;
	min-width: 0;}

.link_news{clear: both;
	width: 60%;
	margin: 0 auto;
	min-width: 1px;
	font-size: max(3.6vw,14px);
	line-height: 200%;
	text-align: center;
	background:rgba(0,147,255,1.00);
	transition:0.3s all;}
	
.link_news:hover{background: rgba(0,147,255,1.00);}
	
.link_twitter_bn{width: 100%;}
	
.link_twitter_bn:hover{transform: scale(1.0,1.0);}
	
.link_covid{width: 100%;
	margin: 0 auto;
	transition: 0.3s all;}
	
.link_covid:hover{opacity: 1.0;}

.single-item{width: 100%;
	margin: 0 auto;}
	

.new_visual_l{width: 60%;
	position: relative;}

.new_visual_thumb_box{width: 100%;
	padding-left: 0;	
	overflow-x: scroll;
	position: relative;}

.thumb_inner{max-width: 390%;
	text-align: center;
	position: relative;}


.thumb_inner_inner{display: flex;
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: center; 
	align-items: flex-start; 
	align-content: center; }

/* 増えたら変更 */
/*
.thumb_inner{width: 390%;
	text-align: center;
	position: relative;}

.thumb_inner_inner{}
*/

.new_thumb1{width: 12vw;
	position: relative;
	float: left;}
	
.new_thumb1 img{width: 100%;
	cursor: pointer;}

.new_thumb1 img:hover{opacity: 0.7;}


.team_name{width: 100%;
	text-align: center;
	background: url("../img5/page1_title_box1.svg");
	background-size: cover;
	background-position: center right;}
	
.team_name img{width: 50%;}

.team_name2{width: 60%;}

.cast_box1{width: 90%;
	margin: 0 auto;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.cast_block1{width: 90%;
	padding: 0;
	margin: 0 auto;}
	
.cast_img1{width: 100%;
	padding-bottom: 10px;
	overflow: hidden;}

.cast_img_img{width: 50%;
	float: left;}

.cast_img_img img{width: 100%;}

.cast_name_box{color: rgba(50,50,50,1.00);
	overflow: hidden;}

.chara_img{width: 21%;
	border-radius: 100px;
	float: left;}

.cast_name{float: left;
	padding-left: 3%;}

.cast_name2{text-align: center;}

.cast_name_name1{font-size: max(4.4vw,1px);}
	
.cast_name_name2{font-size: max(7vw,1px);}

.cast_name_name3{font-size: max(5.4vw,1px);
	line-height: 200%;}

.text0{font-size: max(6vw,20px);}

.text1{font-size: max(4vw,14px);}
	
.text2{font-size: max(3.6vw,12px);}
	
.text3{font-size: max(3.4vw,10px);}

.text4{font-size: max(3.4vw,10px);}

.schedule_table{width: 100%;
	overflow-x: scroll;}

.schedule_table2,.schedule_table3{width: 100%;}

.schedule_table table{width: 200%;}

.schedule_td1{font-size: max(4.2vw,16px);
	line-height: 250%;}

.weekday{font-size: max(3.6vw,12px);}

.schedule_td2{font-size: max(4.2vw,16px);
	line-height: 250%;}

.setlist_td1,.setlist_td2{width: auto;
	display: block;
	padding: 10px 0;}

/* map */
#map_wrapper {
    position: relative;
    width: 100%;
	min-width: 0;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ticket_price_table{width: 100%; margin: 0 auto;}

.td_t,.td_p{width: auto;
	display: block;
	text-align: center;}

.td_p{}

.tokuten_img{width: 90%;
	margin: 0 auto;}

.ticket_mark{width: 60vw;
	margin: 5px auto;
	font-size: max(3.2vw,12px);
	float: none;}
	
.ticket_mark2{width: 60vw;
	margin: 5px auto;
	font-size: max(3.2vw,12px);
	float: none;}

.ticket_goods_img1{width: 90%;
	margin: 0 auto;}

.link_box1{width: 100%;
	margin: 0 auto;
	overflow: hidden;}
	
.link_btn1:hover{opacity: 1.0;}

.cd_info_box{width: calc(95% - 2px);
	padding: 10px 2.5%;
	overflow: hidden;
	border: rgba(174,144,99,1.00) solid 1px;}
	
.cd_img{width: 60%;
	margin: 0 auto 15px;
	float: none;}
	
.cd_img img{width: 100%;}

.cd_text{width: 100%;
	padding-left: 0;
	float: none;}

.cd_link_box{clear: both;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.cd_link_btn,.cd_link_btn2{width: 90%;
	margin: 0 auto 5px;
	font-size: max(3.6vw,14px);
	line-height: 250%;}

.cd_link_btn::after,.cd_link_btn2::after {
  content: "▶";
  font-size: 3.2vw;
  color: rgba(174,144,99,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.cd_link_btn:hover,.cd_link_btn2:hover{transform: scale(1.0,1.0);}

.goods_block{text-align: center;}

.ticket_close{width: 90%;
	margin: 0 auto 5px;
	font-size: max(3.6vw,14px);
	line-height: 250%;}

.ticket_table{width: 100%;
	margin: 0 auto;}
	
.ticket_table table{width: 100%;}

.ticket_table table tr td{width: auto;
	display: block;
	text-align: left;}

.digital_block1{width: 49%;
	padding: 0 0.5%;
	float: left;}

.goods_img{width: calc(80% - 4px);
	margin: 0 auto;
	float: none;}
	
.goods_text_box{width: 100%;
	padding-left: 0;
	float: none;
	position: relative;}

.goods_price{position: static; }

.goods_fes_img1{width: 70%;}

.goods_fes_img2{width: 75%;}

.goods_td1{width: 75%;
	vertical-align: middle;
	border-bottom: rgba(0,0,0,1.00) dashed 1px;}

.goods_td2{width: 20%;
	padding: 5px 0;
	line-height: 120%;
	text-align: right;
	border-bottom: rgba(0,0,0,1.00) dashed 1px;
	vertical-align: middle;}

.goods_btn1{width: 48%;
	margin: 0 1% 5px;
	line-height: 250%;}
	
.goods_btn1:hover{transform: scale(1.0,1.0);}

.bar_dot{width: 100%;
	height: 1px;
	border-bottom: rgba(0,0,0,0.40) dotted 2px;}

.radiope_img{width: 60%;
	min-width: 0;}

.event_box1,.event_box2{width: 90%;
	margin: 0 auto;
	float: none;}

.border1{padding: 10px;}

footer{width: 100%;
	text-align: center;
	background: rgba(173,142,96,1.00);
	position: relative;}

.contact_btn{width: 50%;
	margin: 0 auto;
	line-height: 150%;
	border: rgba(255,255,255,1.00) solid 1px;
	border-radius: 100px;}

.contact_btn a{display: block;
	color: rgba(255,255,255,1.00);}

.copyright{color: rgba(255,255,255,1.00);}

#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 0; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.width80_90{width: 90%;
	margin: 0 auto;}

.payment{width: 100%;}

.btn1,.btn2{width: 80vw;
	margin: 0 auto;
	line-height: 250%;
	background: rgba(255,255,255,1.00);
	border-radius: 100px;
	float: none;}

.btn2{margin-bottom: 5px;}

.btn1::after,.btn2::after {
  content: "▶";
  font-size: 3.0vw;
  color: rgba(0,0,0,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.btn1:hover,.btn2:hover{transform: scale(1.0,1.0);}

.newspage_box{width: calc(90% - 30px);
	min-width: 0;
	padding: 20px 15px;
	margin:0 auto;
	min-height:calc(100vh - 150px);}

.news_img1{width: 80%;}

.news_img2{width: 90%;}

.news_img3{width: 100%;}

.cd5{width: 100%;}

.postcard{width: 40%;}

.benefits_td1{width: calc(100% - 10px);
	display: block;
	padding: 5px 5px;
	text-align: center;
	color: rgba(50,50,50,1.00);
	background: rgba(232,213,188,1.00);
	border-top: rgba(0,0,0,0.20) solid 1px;
	border-left: rgba(0,0,0,0.20) solid 1px;
	border-right: rgba(0,0,0,0.20) solid 1px;}
	
.benefits_td2{width: calc(100% - 10px);
	display: block;
	padding: 5px 5px;
	color: rgba(50,50,50,1.00);
	border-left: rgba(0,0,0,0.20) solid 1px;
	border-right: rgba(0,0,0,0.20) solid 1px;
	border-bottom: rgba(0,0,0,0.20) solid 1px;}
}


























