@charset "utf-8";
/* CSS Document */

/***font
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
font-family: 'Fjalla One', sans-serif; EN
***/

/***color
green　#8ea99b;
green2 #8ea99b;
red　#ad2f30;
***/

/******フェードイン*****/

/*.fadein {
    animation-name: fadein;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/

/********リンク********/
a {
    color: #ad2f30;
    text-decoration: none;}
a:hover{}


a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

a:hover img{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {color:#FF0004;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.pk {
	display: inline-block;
}

.hidden {
	display: none;
}

.pack {
    display: inline-block;
}

.pack2 {
    display: inline-block;
	margin: 0 0.5em;
}

html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height:2;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
/*	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;	*/
    
	background-color: #8ea99b;
  
}

body:before{
	content: "";
    display: block;
    position: fixed;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
/*    background-image: url(../images/.png);
    background-position: center;
    background-size: contain;*/
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}


/****************************************

　ページトップへ戻るボタン

*****************************************/


#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
	padding: 0.3em;
    line-height: .5;
	z-index: 1000;
}

#pagetop a {
	text-decoration: none;
	color: rgba(255,255,255,0.2);
}

#pagetop a::after {
	font-family: "Font Awesome 6 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 3em;

}


/****************************************

　フッター

*****************************************/

.btn_close {
	text-align: center;
	font-weight: 700;
}

footer{
	width: 100%;
	margin: 6em auto 0;
    padding: 1.5em 0 0;
	text-align: center;
	font-size: 16rem;
	bottom: 0;
	color: #000;
}

.footer .copy {
	display: block;
	margin-bottom: 1em;
    font-family: 'Noto Sans JP', serif;    
    font-weight: 400;
}

.footer .copy .item {
	display: inline-block;
	margin: 0 0.8em;
    font-family: 'Noto Sans JP', serif;    
    font-weight: 500;
	line-height: 63px;
}
.footer .copy .item img {
	vertical-align: middle;
}

footer .sns_link {
	margin: 4em auto 1em;
}

footer .sns_link li {
    display: inline-block;
	width: 40px;
    margin: 0 15px;
    text-align: center;
    vertical-align: middle;
}
footer .sns_link li img {
	width: 100%;
}
footer .sns_link li.twi a {
	display: block;
	margin-top: -15px;
}


@media screen and (max-width: 500px){
}
@media screen and (max-width: 414px){
    footer{
        font-size: 14rem;
    }
}
footer .policy_link {
	display: block;
    margin-bottom: 1em;
	font-weight: 400;
}

footer .policy_link .link a {
    display: inline-block;
	margin: 0 1em;
	text-decoration: none;
	color: #000;
	font-size: 14rem;
	font-weight: 700;
}

footer .policy_link .link a:hover {
	text-decoration: underline;
}

footer .policy_link .link:not(:last-of-type)::after {
	content: "|";
	padding: 0 0.5em;
	color: #000;
}

footer .policy_link {
	display: block;
    margin-bottom: 1em;
	font-weight: 400;
}

footer .policy_link .link a {
    display: inline-block;
	margin: 0 1em;
	text-decoration: none;
	color: #000;
	font-size: 14rem;
	font-weight: 700;
}

footer .policy_link .link a:hover {
	text-decoration: underline;
}

footer .policy_link .link:not(:last-of-type)::after {
	content: "|";
	padding: 0 0.5em;
	color: #000;
}

/****************************************

　ボックス

*****************************************/

.wrap{ 
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

main{
}

.sec {
	width: 100%;
    margin: 0 auto;
    padding: 0;
    opacity : 0;
/*    transform: translateY(20px);*/
    transition: all 1s;
}
.sec.scrollin {
	opacity: 1;
}

.sec .inner {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	padding: 10em 0 10em;
}

/*.sec {
	opacity: 0;
	transition: opacity 2s;
}*/



@media screen and (max-width: 900px){
	.sec .inner2 {
		/*padding: 0 1em;*/
	}
}

.sec.c1 {
	background-color: #000;
	color: #fff;
}
.sec.c2 {
	background-color: #8ea99b;
	color: #000;
}


.heading_sec {
    margin: 0 auto 1em;
	padding: 0;
    font-size: 60rem;
	line-height: 1;
	text-align: left;
	font-family: 'Fjalla One', sans-serif;

}

.sec.c1 .heading_sec {
	color: #8ea99b;
}
.sec.c1 .heading_sec .c {
	color: #ad2f30;
	font-size: 0.8em;
}

.sec.c2 .heading_sec {
	color: #000;
}
.sec.c2 .heading_sec .c {
	color: rgba(0,0,0,0.5);
	font-size: 0.8em;
}



.anchor {
    margin-top: -3em;
    padding-top: 3em;
}

@media screen and (max-width: 300px){
	.heading_sec {
		font-size: 50rem;
	}
}


/***************************************************

　ポップアップ

**************************************************/
.popup_box {

}
.popup_box .popup_inner {
	margin: 0 auto;
	padding: 2em 2em;
}


/*****　動画　******/
.popup_area_movie .list {
	position: relative;
    max-width: 800px;
	width: 100%;
    margin: 40px auto 40px;
}
.popup_area_movie .item{
/*    flex-basis: 100%;*/
}

.popup_area_movie .name {
    margin-bottom: 5px;
    font-size: 24rem;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    z-index: 10;
    position: relative;
	text-align: center;
}
.popup_area_movie .name .pk {
	margin: 0 0.5em;
}

.popup_area_movie .youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
/*	border:3px solid #000;
	border-radius: 10px;*/
}

.popup_area_movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
/*    border: 3px solid #bd3774;
    border-radius: 5px;*/
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


@media screen and (max-width: 414px){
    .popup_area_movie .name {
        font-size: 14rem;
    }
    .popup_area_movie .list {
        margin-bottom: 10px;
    } 
}

/****************************************

　お知らせボタン

*****************************************/

.area_info{
	margin: 1em auto;
	padding: 0 1em;
}


.area_info .btn_audition {
	display: block;
	max-width: 740px;
	width: 100%;
	margin: 1em auto 0;
}
.area_info .btn_audition img {
	width: 100%;
}

.area_info .btn {
	display: inline-block;
	max-width: 740px;
	width: 100%;
	margin: 0 auto;	
	padding: 0.5em 2em;
	background: #000;
	border-radius: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 22rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	transition: 0.5s;
}

.area_info .btn:hover {
	background: #ad2f30;
}

@media only screen and (max-width: 980px){
	.area_info .btn {
		font-size: 20rem;
	}
}

@media only screen and (max-width: 840px){
	.area_info .btn {
		padding: 0.5em 1em;
		font-size: 18rem;
	}
}

@media only screen and (max-width: 620px){
	.area_info {
		margin: 60px auto 1em;
	}
	.area_info .btn {
		display: block;
		margin: 0 auto 5px;
	}
}

@media only screen and (max-width: 500px){
	.area_info .btn {
		font-size: 16rem;
	}
}
@media only screen and (max-width: 400px){
	.area_info .btn {
		font-size: 14rem;
	}
}

/****************************************

　ビジュアル

*****************************************/

.area_visual {
    animation-name: fadein_visual;
    animation-duration: 3s;
    margin: 0 auto;
    padding: 0;
}

@keyframes fadein_visual{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}


.area_visual .btn_info {
	display: block;
	max-width: 740px;
	width: 100%;
	margin: 1em auto 0;
}
.area_visual .btn_info img {
	width: 100%;
}

.area_visual .visual {
	max-width: 900px;
	width: 100%;
    margin: 1em auto 0;
    text-align: center;
}

.area_visual .visual img {
	display: block;
	margin: 0 auto;
    width: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 1000px){
	.area_visual {
		margin: 0 auto 1em;
/*		padding-top: 50px;*/
	}
	.area_visual .visual img {
		width: 95%;
	}
}

@media only screen and (max-width: 900px){
	.area_visual .btn_info img {
		width: 90%;
	}
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
	.area_visual .visual {
		max-width: 900px;
		width: 100%;
	}
}

/**　画面が横長　かつ　高さが700px以上の時　**/
@media only screen and (orientation: landscape) and (min-height: 700px) {
/*	.area_visual .visual {
		width: auto;
		max-height: 100vh;
		height: 100vh;
		margin: 0 auto;
		text-align: center;
	}

	.area_visual .visual img {
		display: block;
		margin: 0 auto;
		width: auto;
		height: 100%;
	}*/
}


/****************************************

　ツイッター

*****************************************/

.sec.area_twitter .inner {
	padding: 5em 0 5em;
}

.area_twitter {
	margin-top: 1em;
/*	border-top: 1px solid #000;*/
}

.area_twitter .btn {
	display: block;
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
	padding: 0.5em;
	background: #000;
	border-radius: 2em;
	font-size: 24rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	transition: 0.5s;
}
.area_twitter .btn:hover {
	background: #ad2f30;
}
.area_twitter .btn .account {
	display: block;
	font-size: 0.7em;
}
.area_twitter .twi_box {}

.area_twitter .twi_box dt {
	font-size: 40rem;
	font-weight: bold;
	font-family: 'Fjalla One', sans-serif;
}

@media screen and (max-width: 500px){

	.area_twitter .btn {
		max-width: 240px;	
		font-size: 20rem;
	}
}


@media (orientation: portrait) { /**　画面が縦長の時　**/
	.sec.area_twitter {
		opacity : 1;
	}
}


/****************************************

　ニュース

*****************************************/

.area_news {}


@media (orientation: portrait) { /**　画面が縦長の時　**/
/*	.sec.area_news {
		opacity : 1;
	}*/
}

.area_news .heading_sec {
	margin-bottom: 0.5em;
}

.area_news .wrap_ban {
	margin: 0 auto 1em;
	text-align: left;
}
.area_news .ban {
	display: inline-block;
	margin: 0 auto 0.5em;
}
.area_news .ban .item {
	display: inline-block;
	margin: 0 auto 0 0;
	padding: 0.3em 2em;
	font-size: 18rem;
	font-weight: 900;
	background: #ad2f30;
	color: #000;
	line-height: 1.3;
}

.area_news .target {
	transition: .5s ;
	transform: rotateX( 0deg ) ;
}

.area_news .ban:hover .target {
	transform: rotateX( 360deg ) ;
}


.area_news .list {
    text-align: left;
	line-height: 1.5;
}

.area_news .list dt {
}

.area_news .list dd {
	margin: 0 auto 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #8ea99b;
}
.area_news .list a {
	font-weight: 900;
}

.area_news .seisaku {
	padding: 0.5em 2em 2em;
	border: 2px solid #000;
	background: #000;
	color: #fff;
}

/*アコーディオンタイトル*/
.area_news .a_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
/*	text-align: left;　アコーディオン用*/
	text-align: center;
	font-size: 22rem;
	font-weight: 700;
	line-height: 1.3;
/*    padding: 3% 3% 3% 50px; アコーディオン用*/
	padding: 3% 3% 3% 0;
    transition: all .5s ease;
}

.area_news .a_title.lh {
	line-height: 1.5;
}
.area_news .a_title .s {
	font-size: 20rem;
}

.area_news .a_title .note {
	font-size: 0.8em;
}
/*.area_news .a_title .pack {
	margin: 0 0.5em;
}*/
/*アコーディオン用↓↓*/

/*アイコンの＋と×*/
/*.area_event .a_title::before,
.area_event .a_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #ad2f30;
    
}
.area_event .a_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.area_event .a_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}*/


/*　closeというクラスがついたら形状変化　*/

/*.area_event .a_title.close::before{
	transform: rotate(45deg);
}

.area_event .a_title.close::after{
	transform: rotate(-45deg);
}*/

/*アコーディオンで現れるエリア*/
/*.area_event .a_box {
    display: none;
	margin:0 3% 3% 3%;
    padding: 3%;
}*/

/*アコーディオン用↑↑*/

.area_news .seisaku .a_box {}

.area_news .seisaku .a_box .photo {
	max-width: 800px;
	margin: 0.5em auto;
}
.area_news .seisaku .a_box .photo img {
	display: block;
	width: 100%;
}
.area_news .seisaku .a_box .photo .cap {
	display: block;
	margin: 0.5em auto;
	font-size: 14rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.area_news .seisaku .a_box .list_title {
	margin: 1.5em auto;
	font-size: 20rem;
	font-weight: 700;
	text-align: center;
}

.area_news .seisaku .a_box .list {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.area_news .seisaku .a_box .list .btn_event {
	display: inline-block;
	width: 30%;
	margin: 0 0.5em 0.5em;
	padding: 0.5em 0;
	background: #ad2f30;
	line-height: 1;
	text-align: center;
	border-radius: 2px;
	color: #fff;
}
.area_news .seisaku .a_box .list .btn_event .note {
	display: inline-block;
	font-size: 0.7em;
}
.area_news .seisaku .a_box .list .btn_event .icon {
	display: none;
	margin-right: 0.2em;
/*	color: #ad2f30;*/
}

.area_news .seisaku .a_box .list .btn_event_empty {
	display: inline-block;
	width: 30%;
	margin: 0 0.5em 0.5em;
	padding: 0.5em 0;
}

@media screen and (max-width: 940px){

	.area_news .seisaku .a_box .list .btn_event {
		font-size: 16rem;
	}
	.area_news .seisaku .a_box .list .btn_event_empty {
		font-size: 16rem;
	}
}

@media screen and (max-width: 600px){
	.area_news .a_title,
	.area_news .a_title.s{
		font-size: 18rem;
		font-weight: 500;
		line-height: 1.3;
	}
	
	.area_news .seisaku {
		padding: 0.5em 1em 2em;
	}

	.area_news .seisaku .a_box .list {
		text-align: center;
	}
	
	
	.area_news .seisaku .a_box .list .btn_event {
		width: 45%;
	}
	.area_news .seisaku .a_box .list .btn_event_empty {
		width: 45%;
	}
}

@media screen and (max-width: 390px){

	.area_news .seisaku .a_box .list .btn_event {
		display: block;
		width: 95%;
		margin: 0 auto 0.5em;
	}
	.area_news .seisaku .a_box .list .btn_event_empty {
		display: none;
	}
}

/***　2023.2.20up 遠藤達哉先生書下ろし初ミュージカル化 お祝いイラスト***/

.goods_visual {}

.goods_visual .list_photo {
	display: flex;
	max-width: 600px;
	margin: 0 auto 0.5em;
}

.goods_visual .list_photo li {
	max-width: 300px;
	margin: 0 5px;
}

.goods_visual .list_photo li img {
	display: block;
	width: 100%;
}

.goods_visual .credit {
	margin: 0.5em auto 0;
	font-size: 0.7em;
	font-weight: 500;
	text-align: right;
}


/***　2023.1.11up コミックスインスパイヤビジュアル***/

.comic_visual {}

.comic_visual .list_photo {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
}

.comic_visual .list_photo li {
	max-width: 200px;
	margin: 0 5px;
}

.comic_visual .list_photo li img {
	display: block;
	width: 100%;
}

.comic_visual .credit {
	max-width: 800px;
	margin: 0.5em auto 0;
	font-size: 0.8em;
	font-weight: 500;
	text-align: right;
}
.comic_visual .credit .lbl {
	line-height: 25px;
	height: 25px;
	vertical-align: top;
}
.comic_visual .credit .logo {
	display: inline-block;
	max-width: 120px;
	margin-left: 1.2em;
}
.comic_visual .credit .logo img {
	width: 100%;
}

/***　2023.1.11up ミニ会見　***/
.area_news .mini-kaiken .a_box .photo {
	max-width: 800px;
	margin: 0.5em auto;
}
.area_news .mini-kaiken .a_box .photo img {
	display: block;
	width: 100%;
}

.area_news .mini-kaiken .a_box .list_title {
	margin: 1.5em auto;
	font-size: 20rem;
	font-weight: 700;
	text-align: center;
}
.area_news .mini-kaiken .a_box .list .empty {
	display: none;
}
.area_news .mini-kaiken .a_box .list {
	width: 80%;
	margin: 0 auto;
}
.area_news .mini-kaiken .a_box .list .btn_event {
	display: inline-block;
	width: 45%;
	width : -webkit-calc(50% - 15px) ;
	width : calc(50% - 15px) ;
	margin: 0 5px 0.5em;
	padding: 0.5em 0;
	background: #ad2f30;
	line-height: 1;
	text-align: center;
	border-radius: 2px;
	color: #fff;
}
/*.area_news .mini-kaiken .a_box .list .btn_event {
	display: inline-block;
	width: 31%;
	margin: 0 0.5em 0.5em;
	padding: 0.5em 0;
	background: #ad2f30;
	line-height: 1;
	text-align: center;
	border-radius: 2px;
	color: #fff;
}*/

.area_news .mini-kaiken .a_box .list .btn_event .icon {
	display: none;
	margin-right: 0.2em;
}
@media screen and (max-width: 940px){

	.area_news .mini-kaiken .a_box .list .btn_event {
		font-size: 16rem;
	}
}
@media screen and (max-width: 800px){
	.area_news .mini-kaiken .a_box .list {
		width: 95%;
	}
}

@media screen and (max-width: 600px){
	
	.area_news .mini-kaiken {
		padding: 0.5em 1em 2em;
	}
}
@media screen and (max-width: 530px){
	.area_news .mini-kaiken .a_box .list {
		width: 100%;
	}
}
@media screen and (max-width: 510px){
	.area_news .mini-kaiken .a_box .list .btn_event .note {
		display: block;
		margin-top: 0.3em;
	}
}
@media screen and (max-width: 390px){

	.area_news .mini-kaiken .a_box .list .btn_event {
		display: block;
		width: 95%;
		margin: 0 auto 0.5em;
	}
	.area_news .mini-kaiken .a_box .list .btn_event .note {
		display: inline;
	}
}

.area_news .btn_archive {
	display: block;
	max-width: 8em;
	width: 100%;
	margin: 0 0 0 auto;
	padding: 0.5em 0;
	background: #ad2f30;
	line-height: 1;
	font-size: 24rem;
	font-weight: 700;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	transition: 0.5s;
}

.area_news .btn_archive:hover {
	background: #000;
}

.area_news .btn_archive .icon {
	margin-left: 0.2em;
}


/****************************************

　イントロ

*****************************************/

.area_intro {}

.area_intro .catch {
	margin: 0 auto 2em;
	text-align: left;
	font-size: 28rem;
	font-weight: 900;
	color: #000;
	font-feature-settings: "palt";
}

.area_intro .catch .point {
	color: #ad2f30;
	font-weight: 900;
}

.area_intro .catch .res {
	display: inline;
}

@media screen and (max-width: 880px){

	.area_intro .catch {
		font-size: 24rem;
	}
}

@media screen and (max-width: 590px){

	.area_intro .catch {
		font-size: 22rem;
	}
}

@media screen and (max-width: 540px){

	.area_intro .catch {
		font-size: 20rem;
	}
}

@media screen and (max-width: 480px){

	.area_intro .catch {
		font-size: 18rem;
	}
}

@media screen and (max-width: 430px){
	.area_intro .catch {
		font-size: 20rem;
	}
	.area_intro .catch .res {
		display: none;
	}
	
	.area_intro .catch .pack {
		display: inline;
	}
}

.area_intro .text {
    text-align: left;
	line-height: 2;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	font-weight: 700;
}

.area_intro .text p {
	margin: 0 auto 1em;
}



/****************************************

　ストーリー

*****************************************/

.area_story {}


.area_story .catch {
	margin: 0 auto 2em;
	text-align: left;
	font-size: 24rem;
	font-weight: 700;
	font-feature-settings: "palt";
}

@media screen and (max-width: 880px){

	.area_story .catch {
		font-size: 24rem;
	}
}

@media screen and (max-width: 590px){

	.area_story .catch {
		font-size: 22rem;
	}
}

@media screen and (max-width: 540px){

	.area_story .catch {
		font-size: 20rem;
	}
}

@media screen and (max-width: 480px){

	.area_story .catch {
		font-size: 18rem;
	}
}

@media screen and (max-width: 430px){
	.area_story .catch {
		font-size: 20rem;
	}
	.area_story .catch .res {
		display: none;
	}

}
.area_story .point {
	color: #ad2f30;
	font-weight: 900;
}

.area_story .text {
    text-align: left;
	font-weight: 400;
	line-height: 2;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.area_story .text p {
	margin: 0 auto 1em;
}


/****************************************

　キャスト

*****************************************/

.sec.area_cast .inner {
}

.area_cast .c_anchor {
	display: block;
	margin-top: -5em;
	padding-top: 5em;
}

.area_cast .list_p {
	margin: 0 auto 8em;
	text-align: left;
}

.area_cast .list_p .yaku_wrap {
	width: 100%;
	margin: 100px 0 0.5em;
	padding: 0.5em 0;
	font-size: 20rem;
	font-weight: 900;
	line-height: 1;
}

.area_cast .list_p .yaku {
	display: block;
	position: relative;
}

.area_cast .list_p .yaku .jp {
	position: absolute;
	bottom: 0.5em;
	z-index: 100;
	display: block;
	font-size: 20rem;
	font-weight: 900;
	line-height: 1;
	color: #ad2f30;
}
.area_cast .list_p .yaku .en {
	position: absolute;
	bottom: 0;
	z-index: 10;
	display: block;
	color: rgba(0,0,0,0.05);
	font-size: 80rem;
	line-height: 1;
	font-family: 'Fjalla One', sans-serif;
}

.area_cast .list_p .yaku_wrap .note {
	display: block;
	margin: 0.5em auto 0;
	margin-left: -0.5em;
	font-size: 0.7em;
	font-weight: 700;
	line-height: 1;
}

.area_cast .list_p .item {
	display: inline-block;
/*	max-width: 300px;
	width: 100%;*/
	margin: 0 10px 40px 3px;
}

.area_cast .list_p .item.photo_none {
	max-width: 8em;
	width: 100%;
}

.area_cast .list_p .item .photo {
	display: block;
	max-width: 400px;
	width: 100%;
}

.area_cast .list_p .item .photo img {
	width: 100%;
	border: 2px solid #000;
}

.area_cast .list_p .item .name {
	display: block;
	font-size: 24rem;
	font-weight: 700;
	line-height: 1;
}

.area_cast .list_p .item .wrap_btn {
	display: block;
}

.area_cast .list_p .item .wrap_btn .btn {
	display: inline-block;
	max-width: 6em;
	width: 100%;
	margin: 0 3px 0 0;
	padding: 0.2em 0;
	background: #000;
	border-radius: 1px;
	color: #8ea99b;
	line-height: 1;
	font-size: 0.8em;
	font-weight: 700;
	text-align: center;
}

.area_cast .list_p .item .wrap_btn .twi,
.area_cast .list_p .item .wrap_btn .inst {
	display: inline-block;
	margin: 0 3px;
	color: #000;
}

.area_cast .list_p .msg {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 20rem;
	animation: blinking 1s ease-in-out infinite alternate;
}

/****　アーニャ（アー写ver）　****/

.area_cast .list_p .anya .item {
	margin: 0 10px 20px 3px;
}

.area_cast .list_p .anya .item .photo {
	display: block;
	max-width: 190px;
	width: 100%;
}

.area_cast .list_p .anya .item .wrap_btn .btn {
	display: inline-block;
	max-width: 14em;
}

.area_cast .list_p .anya .item .wrap_btn .inst {
	line-height: 1;
	vertical-align: top;
}

/****　アーニャ（扮装写真ver）　****/
.area_cast .list_p .anya2 .item .wrap_btn .btn {
	display: inline-block;
	max-width: 14em;
}


@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media screen and (max-width: 930px){
	.area_cast .list_p .item .photo {
		max-width: 300px;
	}

	.area_cast .list_p .item.photo_none {
		max-width: 300px;
	}
	
	.area_cast .list_p .anya .item .photo {
		display: block;
		max-width: 140px;
		width: 100%;
	}
	.area_cast .list_p .anya .item .wrap_btn .btn {
		display: block;
		max-width: 140px;
		margin: 0.3em auto;
		font-size: 0.7em;
	}
}

@media screen and (max-width: 700px){
	.area_cast .list_p .item .photo {
		max-width: 200px;
	}

	.area_cast .list_p .item.photo_none {
		max-width: 200px;
	}
	
	.area_cast .list_p .anya .item .photo {
		max-width: 100px;
	}
	.area_cast .list_p .anya .item .wrap_btn .btn {
		display: block;
		max-width: 100px;
	}
}

@media screen and (max-width: 550px){
	.area_cast .list_p .yaku .en {
		font-size: 60rem;
	}

}

@media screen and (max-width: 480px){
	.area_cast .list_p .item .photo {
		max-width: 160px;
	}
}

@media screen and (max-width: 390px){
	.area_cast .list_p .yaku_wrap {
		margin: 120px 0 1.5em;
	}
	
	.area_cast .list_p .item {
		display: block;
		margin-bottom: 30px;
	}
	.area_cast .list_p .yaku .en {
		font-size: 50rem;
	}
	.area_cast .list_p .item .photo {
		max-width: 240px;
	}
	.area_cast .list_p .anya .item {
		display: inline-block;
	}
	.area_cast .list_p .anya .item .photo {
		max-width: 120px;
	}
	.area_cast .list_p .anya .item .wrap_btn .btn {
		max-width: 120px;
	}
}

.area_cast .list_e1 {
	margin: 2em 0;
	font-size: 22rem;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}
.area_cast .list_e1 li {
	display: inline-block;
	margin-right: 2em;
}

/*.area_cast .list_e1 li:not(:last-of-type) {
	margin: 0 0 1em;
}*/

.area_cast .list_e1 .note {
	font-size: 0.7em;
}

.area_cast .list_e2 {
	margin: 1em 0 0;
	font-size: 20rem;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}

.area_cast .list_e2 li {
	display: inline-block;
	margin: 0 0.8em 1em 0;
}

.area_cast .list_e1 .inst {
	display: inline-block;
	margin: 0 3px;
	color: #000;
	font-size: 0.8em;
}

.area_cast .list_e1 .inst a {
	color: #000;
}

.area_cast .list_e1 .twi,
.area_cast .list_e2 .twi {
	display: inline-block;
	margin: 0 3px;
	color: #000;
	font-size: 0.8em;
}

.area_cast .list_e1 .twi a,
.area_cast .list_e2 .twi a {
	color: #000;
}

@media screen and (max-width: 400px){

	.area_cast .list_e2 li {
		display: block;
		margin: 0 auto 1em;
	}
}

/*****　子役　****/
.area_cast .list_k {
	margin: 2em 0 0;
	font-size: 20rem;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}
.area_cast .list_k .yaku {
	margin-bottom: 0.5em;
	color: #ad2f30;
	font-size: 0.8em;
}
.area_cast .list_k .name {
	margin: 0 0 1em;
}
.area_cast .note {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.7em;
}


/*****　キャストコメント　*****/
.cast_cmt .cmt .cmt_box {
}

.cast_cmt .cmt .cmt_box .title {
	display: block;
	margin-bottom: 0.5em;
	font-family: 'Fjalla One', sans-serif;
	color: #ad2f30;
	font-size: 24rem;
	font-weight: 900;
	line-height: 1;
}

.cast_cmt .cmt .cmt_box .name {
    display: block;
	margin-bottom: 0.5em;
    font-size: 28rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
}


.cast_cmt .cmt .cmt_box .name .ls {
    letter-spacing: 0.1em;
}

.cast_cmt .cmt .text {
    text-align: left;
}

.cast_cmt .cmt .cmt_box .text p {
    margin-bottom: 1em;
	font-size: 17rem;
	color:#fff;
	font-weight:400;

}


@media screen and (max-width: 800px){
	.cast_cmt .cmt .cmt_box {
		display: block;
	}

	.cast_cmt .cmt .cmt_box .box_left {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.cast_cmt .cmt .cmt_box .box_right {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding: 1em 0;
	}
}

/**** アーニャ　****/

.cast_cmt .cmt .anya_box {
}

.cast_cmt .cmt .anya_box .title {
	display: block;
	margin-top: 1em;
	font-family: 'Fjalla One', sans-serif;
	color: #ad2f30;
	font-size: 24rem;
	font-weight: 900;
	line-height: 1;
}

.cast_cmt .cmt .anya_box .name {
    display: block;
    font-size: 28rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.cast_cmt .cmt .anya_box .name .kana {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.7em;
	font-weight: 500;
	font-feature-settings: "palt";
}

.cast_cmt .cmt .anya_box .name .ls {
    letter-spacing: 0.1em;
}

.cast_cmt .cmt .text {
    text-align: left;
}

.cast_cmt .cmt .anya_box .text p {
    margin-bottom: 1em;
	font-size: 17rem;
	color:#fff;
	font-weight:400;

}


@media screen and (max-width: 800px){
	.cast_cmt .cmt .anya_box {
		display: block;
	}

	.cast_cmt .cmt .anya_box .box_left {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.cast_cmt .cmt .anya_box .box_right {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding: 1em 0;
	}
}




/****************************************

　クリエイティブ

*****************************************/

.area_creat {}

.area_creat .list {
	margin: 0 0 2em 0.2em;
	text-align: left;
	font-weight: 700;
	font-size: 24rem;
	line-height: 1.5;
}

.area_creat .list.s {
	font-size: 18rem;
	line-height: 1.5;
}
.area_creat .list.ss {
	margin: 5em 0 2em 0.2em;
	font-size: 16rem;
}

.area_creat .list dt {
	float: left;
	margin-right: 1em;
	color: #ad2f30;
	font-size: 0.9em;
	line-height: 1.8em;
}

.area_creat .list dd {
	overflow: hidden;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

.area_creat .list dd .note {
	display: block;
	font-size: 0.7em;
	font-weight: 500;
	text-indent: -0.3em;
}

.area_creat .list dd .btn_cmt {
	display: inline-block;
	padding: 0.3em 1em;
	background: #ad2f30;
	color: #000;
	font-size: 0.7em;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1;
}


.area_creat .list .twi {
	display: inline-block;
	margin: 0 3px;
	color: #fff;font-size: 0.9em;
}

@media screen and (max-width: 440px){
	.area_creat .list dt {
		display: block;
		float: none;
		margin-right: 0;
	}

	.area_creat .list dd {
		display: block;
	}
}

.area_creat .creat_copy {
	margin-left: 0.2em;
	font-size: 18rem;
	font-weight: 700;
	text-align: left;
}

.area_creat .logo {
	display: inline-block;
	max-width: 120px;
	margin-left: 1em;
}
.area_creat .logo img {
	width: 100%;
}


@media screen and (max-width: 380px){
.area_creat .logo {
		margin-left: auto;
		margin-right: auto;
	}
}

/****************************************

　コメント　モーダルウィンドウ

*****************************************/

.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center
}

.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: ""
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	max-width: 980px;
	padding: 3em;
	border: 3px solid rgba(255,255,255,0.1);
	border-radius: 5px;
	background: rgba(0,0,0, 0.95);
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
	border-radius: 5px;
	color: #fff;
	text-align: left;
}
/*
.modal-wrapper .modal-window .title {
	font-family: 'Fjalla One', sans-serif;
	font-size: 50rem;
	color: rgba(255,255,255,0.1);
}
.modal-wrapper .modal-window .name {
	margin-bottom: 0.5em;
	font-size: 30rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.modal-wrapper .modal-window .name .work {
	margin-right: 0.5em;
	font-size: 0.7em;
	font-weight: 500;
}*/

.modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
	padding: 0 1em;
}

.modal-wrapper .modal-window .modal-content::-webkit-scrollbar {
    width: 10px;
}
.modal-wrapper .modal-window .modal-content::-webkit-scrollbar-track {
	background: #333;
	
}
.modal-wrapper .modal-window .modal-content::-webkit-scrollbar-thumb {
	background: #ad2f30;
	
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  color: #ad2f30!important;
  font-size: 3em;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #ad2f30 !important
}

@media screen and (max-width: 414px){

    .modal-wrapper .modal-window {
      padding: auto 1.5em;
    }
}

/***　2023.1.11up コミックスインスパイヤビジュアル***/
/***　2023.2.20up 遠藤達哉先生書下ろし初ミュージカル化 お祝いイラスト***/

.news_popup .modal-overlay {
  background: none
}
.news_popup .modal-wrapper .modal-window {
/*	max-width: 700px;*/
	padding: 3em;
}
.news_popup .modal-wrapper .modal-window .modal-content {
}
.news_popup .modal-wrapper.photo {
	margin: 0 auto;
	max-width: 600px;
}
.news_popup .modal-wrapper.photo img {
	width: 100%;
}

.news_popup .modal-wrapper.photo .credit {
	font-size: 0.8em;
	text-align: right;
}



/****************************************

　チケット＆スケジュール

*****************************************/

.area_ticket {}

/****　速報　****/

.area_ticket .sokuho .sch {
	text-align: left;
	font-weight: 900;
	line-height: 1.3;
}

.area_ticket .sokuho .sch li {
	margin-bottom: 1em;

}

.area_ticket .sokuho .sch .area {
	display: block;
	color: #ad2f30;
	font-weight: 700;
	vertical-align: top;
}

.area_ticket .sokuho .sch .day {
	display: inline-block;
	vertical-align: top;
}

.area_ticket .sokuho .sch .theater {
	display: inline-block;
	margin-left: 0.5em;
	vertical-align: top;
}

.area_ticket .sokuho .sch.pre .note {
	display: block;
	font-size: 0.6em;
}

.area_ticket .sokuho .sch.pre {
	font-size: 28rem;
}

.area_ticket .sokuho .sch.tokyo {
	font-size: 40rem;
}
.area_ticket .sokuho .sch.tokyo .area {
}

@media screen and (max-width: 370px){

	.area_ticket .sokuho .sch .day {
		display: block;
	}

	.area_ticket .sokuho .sch .theater {
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width: 600px){
	.area_ticket .sokuho .sch {
		text-align: left;
		font-size: 20rem;
	}
}

/***　本報　***/
.area_ticket .tokyo .stage_data {}

.area_ticket .tokyo .stage_data .wrap_erea {
	margin: 0 auto;
	text-align: left;
}

.area_ticket .tokyo .stage_data .wrap_erea dt{
	padding: 0.5em 1em;
	background: #000;
	color: #fff;
	font-size: 20rem;
	font-weight: 700;
	line-height: 1.1;
}
.area_ticket .tokyo .stage_data .wrap_erea dt .in {

}
.area_ticket .tokyo .stage_data .wrap_erea dd {
	margin: 0 auto 2em;
	padding: 1em;
}

.area_ticket .tokyo .stage_data .sch {
	font-size: 34rem;
	font-weight: 900;
	line-height: 1.2;
}
.area_ticket .tokyo .stage_data .theater {
	display: inline-block;
	font-size: 0.8em;
	font-weight: 900;
}

.area_ticket .tokyo .stage_data .start {
	color: #ad2f30;
	font-weight: 900;
	font-size: 20rem;
}

/*.area_ticket .tokyo .stage_data .sch {
	max-width: 600px;
	width: 100%;
}

.area_ticket .tokyo .stage_data .sch img {
	width: 100%;
}
*/
.area_ticket .tokyo .stage_data .hoshitori {
	max-width: 900px;
	width: 100%;
	margin: 1em auto 0;
}
.area_ticket .tokyo .stage_data .hoshitori.smp {
	display: none;
}
.area_ticket .tokyo .stage_data .hoshitori img {
	width: 100%;
}
.area_ticket .tokyo .stage_data .note_anv {}

.area_ticket .tokyo .stage_data .note_anv a {
	font-weight: 700;
	color: #000;
}
.area_ticket .tokyo .stage_data .note_anv .btn {
	display: inline-block;
	padding: 0.2em 1em;
	background: #000;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.5;
	transition: 0.5s;
}
.area_ticket .tokyo .stage_data .note_anv .btn:hover {
	background: #ad2f30;
}
.area_ticket .tokyo .stage_data .note_anv .star {
	font-size: 1.5em;
	color: #ad2f30;
}

@media screen and (max-width: 500px){
	.area_ticket .tokyo .stage_data .sch {
		font-size: 28rem;
	}
	.area_ticket .tokyo .stage_data .hoshitori.pc {
		display: none;
	}
	.area_ticket .tokyo .stage_data .hoshitori.smp {
		display: block;
		max-width: 300px;
		margin: 1em 0 0;
	}
}

@media screen and (max-width: 440px){
	.area_ticket .tokyo .stage_data .note_anv .btn {
		display: block;
		width: 8em; 
		margin-left: 2em;
	}
}

@media screen and (max-width: 400px){
	.area_ticket .tokyo .stage_data .sch {
		font-size: 24rem;
	}
}

@media screen and (max-width: 330px){
	.area_ticket .tokyo .stage_data .sch {
		font-size: 20rem;
	}
}
.area_ticket .tokyo .stage_data .btn_castsche {
	display: block;
	max-width: 300px;
	margin: 1em 0;
	padding: 0.5em 0;
	background: #ad2f30;
	border-radius: 3px;	
	line-height: 1;
	color: #fff;
	font-size: 20rem;
	font-weight: 700;
	text-align: center;
	transition: 0.5s;
}

.area_ticket .tokyo .stage_data .btn_castsche:hover {
	background: #000;
}

.area_ticket .tokyo .stage_data .btn_castsche .icon {
	margin-right: 0.3em;
}

.area_ticket .tokyo .stage_data .caution {
	margin: 1em 1em 0;
	text-align: left;
}

.area_ticket .tokyo .stage_data .caution li {
	margin-bottom: 0.5em;
	font-size: 0.8em;
	text-indent: -1em;
	line-height: 1.5;
}
.area_ticket .tokyo .stage_data .caution li .tel a{
	text-decoration: none;
	color: #000;
}
.area_ticket .tokyo .stage_data .price {
	margin: 2em auto 0;
}

.area_ticket .tokyo .stage_data .price .list {
	table-layout: fixed;
	width: 100%;
	background: #fff;
}
.area_ticket .tokyo .stage_data .price dt {
	margin-bottom: 0.5em;
	padding: 00 0.5em;
	font-size: 20rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
}
.area_ticket .tokyo .stage_data .price dt .s {
	font-size: 0.8em;
}
.area_ticket .tokyo .stage_data .price dt .note {
	display: inline-block;
	font-size: 0.8em;
}
.area_ticket .tokyo .stage_data .price .list th,
.area_ticket .tokyo .stage_data .price .list td {
	padding: 0.5em 1em;
	border: 1px solid #666;
	line-height: 1.3;
}
.area_ticket .tokyo .stage_data .price .list th {
	background: #000;
	color: #fff;
}
.area_ticket .tokyo .stage_data .price .list th:first-of-type {
	width: 5em;
}
.area_ticket .tokyo .stage_data .price .list th .s {
	font-size: 0.8em;
}
.area_ticket .tokyo .stage_data .price .note_price {
	padding: 0.5em;
	text-align: right;
}

@media screen and (max-width: 500px){
}

.area_ticket .tokyo .way {
	margin: 2em auto 0;
	padding: 1em;
	border: 2px solid #000;
	background: rgba(255,255,255,0.9);
	text-align: left;
}

.area_ticket .tokyo .way > dt {
	padding: 0.5em 1em;
	font-size: 20rem;
	font-weight: 500;
	background: #000;
	color: #fff;
	line-height: 1.3;
}

.area_ticket .tokyo .way > dt .note {
	display: inline-block;
	font-size: 0.8em;
}

.area_ticket .tokyo .way > dd {
	margin-bottom: 0.5em;
	padding:1em 1em 2em;
/*	border: 2px solid #000;
	background: rgba(255,255,255,0.1);*/
	font-feature-settings: "palt";	

}

.area_ticket .tokyo .way .caution {
	margin: 1em 1em 0;
	text-align: left;
}

.area_ticket .tokyo .way .caution li {
	margin-bottom: 0.5em;
	font-size: 0.8em;
	text-indent: -1em;
	line-height: 1.5;
}

.area_ticket .tokyo .way .start {
	margin: 0 auto 1em;
	font-weight: 700;
}
.area_ticket .tokyo .way .tel {
	font-size: 24rem;
	font-weight: 700;
}


.area_ticket .tokyo .way .tel a {
	color: #000;
	text-decoration: none;
}

.area_ticket .tokyo .way .tel .icon {
	margin-right: 0.3em;
}
.area_ticket .tokyo .way .toho {}

.area_ticket .tokyo .way .toho .btn {
	display: block;
	max-width: 300px;
	padding: 0.5em 0;
	background: #ad2f30;
	border-radius: 3px;	
	line-height: 1;
	color: #fff;
	font-size: 24rem;
	font-weight: 700;
	text-align: center;
	transition: 0.5s;
}

.area_ticket .tokyo .way .toho .btn:hover {
	background: #000;
}

.area_ticket .tokyo .way .toho .btn .icon {
	margin-right: 0.3em;
}

.area_ticket .tokyo .way .toho .list_senko {
	margin: 1em auto 0;
}

.area_ticket .tokyo .way .toho .list_senko dt {
	font-weight: 700;
}

.area_ticket .tokyo .way .toho .list_senko dt::before {
	content: "●";
	margin-right: 0.3em;
}

.area_ticket .tokyo .way .toho .list_senko dd {
	margin-left: 1.3em;
	padding: 0 0 1em;
}

/****　ウェスタ川越　****/

.area_ticket .tokyo .way .wk .list_senko {
	margin: 1em auto 0;
}

.area_ticket .tokyo .way .wk .list_senko dt {
	font-weight: 700;
}

.area_ticket .tokyo .way .wk .list_senko dt::before {
	content: "●";
	margin-right: 0.3em;
}

.area_ticket .tokyo .way .wk .list_senko dd {
	margin-left: 1.3em;
	padding: 0 0 1em;
}

.area_ticket .tokyo .way .wk .list_senko li {
	margin-bottom: 0.5em;
	line-height: 1.5;
/*	padding-left: 1em;
	text-indent: -1em;*/
}
.area_ticket .tokyo .way .wk .list_senko li .pk {
	padding: 0;
}
.area_ticket .tokyo .way .wk .list_senko li .note {
	padding-left: 1em;
}

/****　プレイガイド　****/

.area_ticket .tokyo .way .pg .list {
}
.area_ticket .tokyo .way .pg .list li {
}
.area_ticket .tokyo .way .pg .list .lbl {
	display: inline-block;
	min-width: 8em;
	padding-right: 1em;
	font-weight: 700;
}
.area_ticket .tokyo .way .pg .list .lbl::before {
	content: "●";
	margin-right: 0.3em;
}

.area_ticket .tokyo .way .pg .list .url {
	display: inline-block;
	font-weight: 700;
}

.area_ticket .tokyo .way .group {}
.area_ticket .tokyo .way .group .tel,
.area_ticket .tokyo .way .group .time,
.area_ticket .tokyo .way .group .office {
	display: inline-block;
}
.area_ticket .tokyo .way .group .tel,
.area_ticket .tokyo .way .group .time {
	margin-right: 0.5em;
}

/****　テレザーブ　****/

.area_ticket .tokyo .way .tele {}

.area_ticket .tokyo .way .tele .tel {
	display: inline-block;
	margin: 0 0.5em;
}
.area_ticket .tokyo .way .tele .tel a {
	color: #000;
	text-decoration: none;
}
.area_ticket .tokyo .way .tele .tel .note {
	display: inline-block;
	font-size: 0.7em;
}
/****　グループ観劇　****/

.area_ticket .tokyo .way .group .btn {
	display: block;
	width: 10em;
	margin: 0.5em 0 0;
	text-align: center;
	font-weight: 500;
	font-size: 20rem;
	background: #ad2f30;
	border-radius: 0.2em;
	color: #fff;
	transition: 0.5s;
}

.area_ticket .tokyo .way .group .btn:hover  {
	background: #000;
}

.area_ticket .tokyo .way .group .btn .icon {
	margin-right: 0.3em;
}

.area_ticket .tokyo .way .group .office {
	display: inline-block;
}

.area_ticket .tokyo .way .group .tel {
	display: inline-block;
	margin: 0 0.5em;
}
.area_ticket .tokyo .way .group .tel a {
	color: #000;
	text-decoration: none;
}


/*****　リセール　*****/

.area_ticket .resale p {
    text-align: left;
	font-size: 16rem;
}

.area_ticket .resale .list {
    margin: 2em auto 0 0;
}

.area_ticket .resale .list li {
    margin: 0;
    display: inline-block;
}

.area_ticket .resale .list span {
    font-size: 0.9em;
	font-weight: 500;
}
.area_ticket .resale .list img {
    display: block;
    margin-bottom: 0;
    vertical-align: bottom;
}

/****　会場のご案内　****/

.area_ticket .tokyo .way .kaijyo {}

.area_ticket .tokyo .way .kaijyo .wrap_area:not(:last-of-type) {
	margin: 0 auto 1em;
}

.area_ticket .tokyo .way .kaijyo .logo {
	max-width: 200px;
	width: 100%;
}

.area_ticket .tokyo .way .kaijyo .theater {
	font-size: 24rem;
	font-size: 900;
	line-height: 1.5;
}
.area_ticket .tokyo .way .kaijyo .theater .icon {
	margin-left: 0.2em;
	vertical-align: super;
	font-size: 0.6em;
}
.area_ticket .tokyo .way .kaijyo .theater a {
	transition: 0.5s;
}
.area_ticket .tokyo .way .kaijyo .theater a:hover {
	color: #000;
}
.area_ticket .tokyo .way .kaijyo .logo img {
	width: 100%;
}

.area_ticket .tokyo .way .kaijyo .list_btn {}

.area_ticket .tokyo .way .kaijyo .list_btn .btn {
	display: inline-block;
	width: 8em;
	text-align: center;
	font-weight: 500;
	font-size: 18rem;
	background: #ad2f30;
	border-radius: 0.2em;
	color: #fff;
	transition: 0.5s;
}

.area_ticket .tokyo .way .kaijyo .list_btn .btn:hover  {
	background: #000;
}

.area_ticket .tokyo .way .kaijyo .list_btn .btn .icon {
	margin-right: 0.3em;
}

@media screen and (max-width: 500px){
	.area_ticket .tokyo .way .kaijyo .logo {
		width: 50%;
	}
}


/****　お問い合わせ　****/

.area_ticket .tokyo .way .contact {}

.area_ticket .tokyo .way .contact .tel {
	display: inline-block;
	margin: 0 0.5em;
}
.area_ticket .tokyo .way .contact .tel a {
	color: #000;
	text-decoration: none;
}
.area_ticket .tokyo .way .contact .tel .note {
	display: inline-block;
	font-size: 0.7em;
}
.area_ticket .tokyo .way .contact .office {
	display: inline-block;
	margin: 0 0.5em;
}


/****************************************

　ツアー

*****************************************/

.area_tour.sokuho {
	margin: 2em auto 0;
}

.area_tour.sokuho .sch {
	text-align: left;
	font-size: 28rem;
	font-weight: 700;
	line-height: 1.3;
}

.area_tour.sokuho .sch li {
	margin-bottom: 1em;
}

.area_tour.sokuho .sch .area {
	display: block;
	color: #ad2f30;
	font-weight: 700;
	font-size: 1.3em;
}

.area_tour.sokuho .sch .day {
	display: inline-block;
}

.area_tour.sokuho .sch .theater {
	display: inline-block;
	margin-left: 0.5em;
}

@media screen and (max-width: 370px){

	.area_tour.sokuho .sch .day {
		display: block;
	}

	.area_tour.sokuho .sch .theater {
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width: 600px){
	.area_tour.sokuho .sch {
		text-align: left;
		font-size: 20rem;
	}
}

/****　本報　****/

.area_tour{
	margin: 2em auto 0;
}

.area_tour .sch {
	text-align: left;
	font-size: 28rem;
	font-weight: 700;
	line-height: 1.3;
}

.area_tour .sch li {
	margin-bottom: 1em;
	line-height: 1.5;
}

.area_tour .sch .area {
	display: block;
	padding: 0 0.5em;
	background: #ad2f30;
	color: #fff;
	font-weight: 700;
}
.area_tour .sch .data {
	padding: 0.5em;
}
.area_tour .sch .day {
	display: inline-block;
}

.area_tour .sch .theater {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.8em;
}

.area_tour .sch .theater a {
	color: #fff;
	transition: 0.5s;
}

.area_tour .sch .theater a:hover {
	color: #ad2f30;
}

.area_tour .sch .theater a .icon {
	margin-left: 0.2em;
	vertical-align: super;
	color: #ad2f30;
	font-size: 0.7em;
}

@media screen and (max-width: 400px){
	.area_tour .sch {
		font-size: 28rem;
	}
}
@media screen and (max-width: 400px){
	.area_tour .sch {
		font-size: 24rem;
	}
	.area_tour .sch .area {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 370px){

	.area_tour .sch .day {
		display: block;
	}

	.area_tour .sch .theater {
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width: 330px){
	.area_tour .sch {
		font-size: 20rem;
	}
}

.area_tour .sch .contact {
	margin: 0.5em 0 0;
	font-size: 18rem;
	font-weight: 400;
}
.area_tour .sch .contact .lbl {
	display: inline-block;
}
.area_tour .sch .contact .lbl::before {
	content: "［";
}
.area_tour .sch .contact .lbl::after {
	content: "］";
}

.area_tour .sch .contact .office {
	display: inline-block;
	margin: 0 0.5em;
}
.area_tour .sch .contact .tel {
	display: inline-block;
	margin: 0 0.5em;
}
.area_tour .sch .contact .tel a {
	text-decoration: none;
	color: #fff;
}
.area_tour .sch .contact .tel .icon {
	margin-right: 0.2em;
}
.area_tour .hoshitori {
	max-width: 900px;
	width: 100%;
	margin: 0.5em 0 0;
}
.area_tour .hoshitori.smp {
	display: none;
}
.area_tour .hoshitori img {
	width: 100%;
}
@media screen and (max-width: 540px){
	.area_tour .sch .contact .lbl {
		display: block;
	}

}

@media screen and (max-width: 500px){

	.area_tour .hoshitori.pc {
		display: none;
	}
	.area_tour .hoshitori.smp {
		display: block;
		max-width: 300px;
	}
}

.area_tour .note {
	text-align: left;
}

/***************************************************

　ムービー

**************************************************/

.area_movie {}

.area_movie .list {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap; 
    margin: 0 auto 40px;
    padding: 10px;
}

.area_movie .list.center {
    justify-content: center;
}

.area_movie .item{
    width: 100%;
    justify-content: center;
    margin-bottom: 4em;
    margin: 0 10px 4em;
    vertical-align: bottom;
	margin-top: auto;
}

.area_movie .name {
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    font-size: 24rem;
    font-weight: 900;
    line-height: 1.3;
}

.area_movie.c1 .name {
    color: #fff;
}

.area_movie.c2 .name {
    color: #000;
}

.area_movie .name .pk {
	display: inline-block;
	margin: 0 0.5em;
}

.area_movie .youtube {
	position: relative;
	height: 0;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.area_movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border:5px solid #000;
	border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width: 768px){
    .area_movie .list {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .area_movie .item{
        width: 90%;
        margin: 0 auto 2em;
    }
	.area_movie .name {
		margin-bottom: 0;
		font-size: 20rem;
	}
}

@media screen and (max-width: 414px){
    .area_movie .name {
        font-size: 16rem;
		font-weight: 700;

    }
    .area_movie .list {
        margin-bottom: 10px;
    } 
}

.area_movie .btn_archive {
	display: block;
	max-width: 8em;
	width: 100%;
	margin: 0 0 0 auto;
	padding: 0.5em 0;
	background: #ad2f30;
	line-height: 1;
	font-size: 24rem;
	font-weight: 700;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	transition: 0.5s;
}

.area_movie .btn_archive:hover {
	background: #000;
}

.area_movie .btn_archive .icon {
	margin-left: 0.2em;
}

/***************************************************

　ニュース　過去公演

**************************************************/

.area_news.archive .year {
	display: inline-block;
	color: #ad2f30;
}

.area_news.archive .list dd {
	margin: 0 auto 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #000;
}

.area_news.archive .seisaku {
	background: none;
	border: none;
	color: #000;
}

/***************************************************

　ムービー　過去公演

**************************************************/

.area_movie.archive {}
.area_movie.archive.sec .inner {
	padding-top: 2em;
	padding-bottom: 0;
}

.area_movie.archive .year {
	display: inline-block;
	color: #ad2f30;
}


