@charset "utf-8";
/* CSS Document */

/*　フォント
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@400;500600;700;900
*/

/*色
紫　#473c7e; rgba(71,60,126,1);
ピンク　#c1069e;
*/

/********リンク********/
a{
    color: #473c7e;
}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

/********マージン、パディング********/

.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;}


/********見出し********/


.heading_cat {
    margin: 4em auto 2em;
    font-size: 40rem;
    color: #473c7e;
/*    text-shadow: 2px 2px 0 #473c7e, 2px 2px 0 #473c7e, 2px 2px 0 #473c7e;
    text-shadow: -5px 5px 0 #fbdcf7,5px 2px 0 #969fc6;*/
    text-shadow: 5px 2px 0 rgba(150,159,198,0.2);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1;
}

.heading_cat .en {
    font-size: 20rem;
    color: #473c7e;
        text-shadow: none;
    text-shadow: 5px 2px 0 rgba(150,159,198,0.2);
/*    text-shadow: 0 0 5px #473c7e, 0 0 10px #473c7e, 0 0 20px #473c7e, 0 0 30px #473c7e, 0 0 100px #473c7e,0 0 5px #473c7e, 0 0 10px #473c7e;  */  
}


@media screen and (max-width: 375px){

    .heading_cat {
        font-size: 24rem;
    }

    .heading_cat .en {
        font-size: 14rem;
    }
}

/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}


/**********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pk {
    display: inline-block;
}

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: #473c7e;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}


@media screen and (max-width: 880px){
	html {font-size: 5.5%;}
	body {font-size: 17em;}
}


.wrap{ 
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
    
/*    background: url("../images/bg.jpg")no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top -300px;*/
 
}

.wrap:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url("../../images/2026/bg.jpg") no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top -300px;
}

@media screen and (orientation: portrait) { /*画面が縦長の時*/
    .wrap:before {
        background: url("../../images/2026/bg_smp.jpg") no-repeat center bottom;        
        background-size: cover;        
        background-attachment: scroll;        
        background-position: center bottom;
    }
    
}

/*****************************************************
　お客様へのお願い
*****************************************************/

header .btn_area {
/*	width: 100%;*/
    margin: 0 auto;
	padding: 0.3em 1em 0;
	text-align: center;
/*    background: #f5f8fd;
    box-shadow: 0 0 10px #f5f8fd, 0 0 20px #f5f8fd;*/
  opacity: 0;
/*  animation: appeare 2s ease 1s 1 normal forwards running; */   
animation-name:appeare;
animation-duration:2s;
animation-timing-function:ease;
animation-delay: 1s;
animation-iteration-count:1;
animation-fill-mode:forwards;
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


header .btn_area .btn {
    position: relative;
	display: inline-block;
    margin: 0 1em;
	padding: 0.2em;

	text-decoration: none;
	font-size: 15rem;
    font-family: 'Noto serif JP', sans-serif;
    font-weight: 700;
    color: #473c7e;
}

header .btn_area .btn .fas {
    font-size: 0.8em;
    margin-right: 0.2em;
}

@media screen and (max-width: 1000px){

    header .btn_area{
        padding: 0.8em 0 0.5em;
    }
}

@media only screen and (max-width: 700px){
    header .btn_area {
        margin-top: 2em;
    }    
    header .btn_area .btn {
        width: 90%;
        position: relative;
        display: block;
        margin: 0 auto 0.5em;;
        padding: 0.3em 1em;
        text-align: center;
        border: 1px solid #473c7e;
    }

    header .btn_area .btn .fas {
        display: none;
    }    
}

/******************************
　お知らせ系バナー
******************************/
header .btn_area2 {
    opacity: 0;
    animation-name:appeare2;
    animation-duration:3s;
    animation-timing-function:ease;
    animation-delay: 1.5s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
}

@keyframes appeare2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


header .btn_area2 .btn {
    max-width: 900px;
    width: 100%;
    display: block;
	margin: 20px auto;
/*	color: #f2e7da;*/
	padding: 0.2em 0;    
    /*background: #473c7e;*/
    border-bottom: 3px double #473c7e;
    border-top: 3px double #473c7e;    
    color: #473c7e;
    text-decoration: none;
    font-size: 16rem;
/*    outline: 1px solid #fff;
    outline-offset: -3.5px;*/
    font-family: 'Noto serif JP', sans-serif;
    font-weight: 500;
    transition: 0.5s;
/*    box-shadow: 0 0 1px #fff, 0 0 5px rgba(71,60,126,0.5);*/
}

header .btn_area2 .btn:hover{
    background:rgba(71,60,126,0.1);
}

@media only screen and (max-width: 700px){
    header .btn_area2 {
        margin: 0 auto 1em;
    }  
    header .btn_area2 .btn {
        width: 90%;
        display: block;
        margin: 0 auto 0.5em;
        padding: 0.3em 1em;
    }

    header .btn_area .btn .fas {
        display: none;
    }    
}

/******************************
　メニュー
******************************/


/*モーダルメニュー*/
.menu-btn {
    position: fixed;
    top: 0px;
    left: 10px;
    width: 1em;
    height: 2em;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

.menu-btn span {
    color: #473c7e;
}

.menu-btn span:after {
font-family: "Font Awesome 5 Free";	
	content: "\f0c9";
font-weight: 900;
	font-size: 2em;

}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span {
    color: #fff;
}
.open .menu-btn span:after {
font-family: "Font Awesome 5 Free";		
	content: "\f00d";

}


@media screen and (max-width: 414px){
.menu-btn {
    line-height: 1.6;
    }
}

/*モーダルメニューここまで*/

/*メニューのスタイル*/
.navi {
    position: fixed;
    display: table;
	z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71,56,123,0.95);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.navi  ul {
    display: table-cell;
    vertical-align: middle;

}

.navi li {
    max-width: 600px;
    line-height: 1;
    margin: 0 auto 1em;
/*	padding-left: 20px;*/
    text-align: center;
	font-size: 24rem;
	font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
/*    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 100px #fff;*/
    font-weight: 400;
    letter-spacing: 0.3em;
	line-height: 1.5;
}


.navi li.en {
    letter-spacing: 0.5em;
} 

.navi li .s {
	font-size: 14rem;
}

.navi li a {
    display: block;
/*	font-size: 2.4rem;*/
    color: #fff;
	text-decoration: none;
}

.navi li a:hover {
    text-shadow: 0 0 5px #473c7e, 0 0 10px #473c7e, 0 0 20px #473c7e, 0 0 30px #473c7e, 0 0 100px #473c7e, 0 0 5px #473c7e, 0 0 10px #473c7e, 0 0 20px #473c7e, 0 0 30px #473c7e, 0 0 100px #473c7e;
}

.navi li .fab {
	padding-left: 0.2em;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .navi  {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
/*メニューのスタイルここまで*/

 
@media only screen and (max-width: 767px){

	/*モーダルメニュー*/
	.menu-btn {
		right: 5px;
		top: 1px;
	}

	.navi {
		padding-top: 40px;
	}
	
	.navi li {
/*		height: 40px;*/
		font-size: 28rem;
	}
}

@media only screen and (max-width: 767px){
	.navi li {
		margin: 0 auto 1em;
	}
}

@media only screen and (max-width: 500px){
    .navi li {
        font-size: 18rem;
        letter-spacing: 0.2em;
    }
}

@media screen and (orientation: landscape) and (max-height: 700px) { /*画面が横長で高さが700以下の時時*/
    .navi li {
        font-size: 18rem;
        margin-bottom: 0.5em;
    }
} 

/*****メイン*****/

.main{
	width: 100%;
	margin: 0 auto 0;
	overflow: hidden;
	text-align: center;
	word-wrap: break-word;
    opacity: 0;

}


.main_fadein{
  animation-name:main_fadein;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:0s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}

@keyframes main_fadein {
  0% {opacity: 0; transform: translate3d(0,20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

@media screen and (max-width: 990px){
    .main{
        padding-top: 0;
    }
}
@media screen and (orientation: portrait) {/*画面が縦長の時*/

}


/*********************************
　表示遅延用
*********************************/

.delay {

/*  animation: appeare 3s ease 1s 1 normal forwards running;*/
  opacity: 0;    
animation-name:appeare;
animation-duration:2s;
animation-timing-function:ease;
animation-delay: 1s;
animation-iteration-count:1;
animation-fill-mode:forwards;    
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/****************************************

　フッター

*****************************************/

/****　ページトップへ戻る　****/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 20px;
	z-index: 1000;
	max-width: 30vw;
	min-width: 60px;
}

#pagetop img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 500px){
	#pagetop{
		min-width: 40px;
	}  
}

footer{
	width: 100%;
	margin: 4em auto 0;
    padding: 2em 0 0;
	color: #473c7e;
	text-align: center;
    font-family: shrub, sans-serif;
    font-weight: 400;
    font-style: normal;
	bottom: 0;
}

footer .billing {
}


@media screen and (max-width: 700px){
}

footer .copy {
	display: block;
	padding: 1em;
	line-height: 1.5;
}

footer .sns_link {
    margin-top: 40px;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: top;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	top: 5px;
    width: 35px;
}

footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #473c7e;
	font-size: 16rem;
	font-weight: 500;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}


#pagetop{
    position: fixed;
    right: 15px;
    bottom: 5px;
	z-index: 1000;
}

@media screen and (max-width: 990px){
    .footer {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 414px){
    #pagetop{
        right: 5px;
    }
    #pagetop img{
        width: 100px;
    }   
}

.sec {
    padding: 0 2em;
}

.sec.shadow{
    box-shadow: 0 0 1px #fff, 0 0 30px #473c7e;
}

.anchor {
    display: block;
    margin-top: -0.5em;
    padding-top: 0.5em;
}

@media screen and (max-width: 500px){

    .sec {
        padding: 0 1em;
    }
}


/****************************************

　ビジュアル

*****************************************/

.area_visual {
    max-width: 900px;
	width: 100%;
    margin: 0 auto 4em;
}

.area_visual .slider {
	position:relative;
	max-width:900px;
	margin:0 auto;
    box-shadow: 0 0 1px #fff, 0 0 5px #473c7e;
}

.area_visual .slick-box {
	margin: 1em auto 0;
}

.area_visual .slide {
	width: 100%;
	height: auto;	
}

.area_visual .slide img {
	width: 100%;
}

.area_visual .visual .credit {
    text-align: right;
    font-size: 0.8em;
}

.area_visual .visual .credit li {
    display: inline-block;
    margin: 0 0.5em;
}

@media screen and (max-width: 990px){
    .area_visual {
        max-width: 95%;
        margin-top: 50px;
    }
}

/**************************************
　コンテンツ共通
**************************************/
@media screen and (max-width: 990px){}


/**************************************
　イントロダクション
**************************************/
.area_intro {
    max-width: 900px;
    margin: 0 auto;
    color: #473c7e;
}
.area_intro .catch {
    margin-bottom: 1.5em;
    font-size: 1.4em;
    font-family: 'Noto serif JP', sans-serif;
    font-weight: 700;
}
.area_intro .border {
    letter-spacing: -0.5em;
} 
.area_intro .text {
    margin-bottom: 1.5em;
    text-align: left;
}
.area_intro .text .point {
    margin: 0 0.1em;
    font-size: 1.1em;
    font-weight: 700;
}

@media screen and (max-width: 767px){
    .area_intro .catch {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 414px){
    .area_intro .text {

    }
}

@media screen and (max-width: 375px){
    .area_intro .catch {
        font-size: 1.2em;
        letter-spacing: -0.1em;
    }
}

/**************************************
　ストーリー
**************************************/
.area_story {
    max-width: 900px;
    margin: 0 auto;
    color: #473c7e;
}

.area_story .text {
    margin-bottom: 1.5em;
    text-align: left;
}
.area_story .border {
    letter-spacing: -0.5em;
} 

@media screen and (max-width: 414px){
    .area_story .text  {
    }
}

/**************************************
　キャスト
**************************************/
.area_cast {
    margin: 0 auto;

}

/*********　プリンシパル　**********/

.area_cast {}

.area_cast .list_p {
    display: block;
    margin: 0 auto 3em;
}

.area_cast .list_p.s_cast {}
.area_cast .list_p.w_cast {}
.area_cast .list_p.s_cast2 {
    margin: 6em auto;
}

.area_cast .list_p .item {
    display: inline-block;
    margin: 0 1em 2em;
}
    
.area_cast .list_p .yaku {
    display: block;
    color: rgba(71,60,126,0.8);
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 1.3em;
    text-shadow: 0 0 10px rgba(71,60,126,0.3);
}
.area_cast .list_p .yaku .hosoku {
    display: block;
    font-size: 0.7em;
}
.area_cast .list_p .photo {
    display: block;
    max-width: 240px;
    margin: 1em auto 0.5em;
    box-shadow: 0 0 20px rgba(71,60,126,0.3);
}
.area_cast .list_p .photo img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
}
.area_cast .list_p .name {
    display: block;    
    color: #473c7e;
    font-size: 1.4em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(71,60,126,0.3);
}
.area_cast .list_p .wrap_btn {
    display: block;
    margin: 0 auto 0;
}

.area_cast .list_p .wrap_btn .btn {
    display: inline-block;
    width: 100%;
    max-width: 7em;
    padding: 0.3em;
    border-radius: 2px;
    border: 1px solid rgba(71,60,126,0.8);

    color:rgba(71,60,126,1);
    text-decoration: none;
    font-size: 0.8em;
    line-height: 1;
    font-feature-settings: "palt";
}
.area_cast .list_p .wrap_btn .prof,
.area_cast .list_p .wrap_btn .twi {
    display: inline-block;
    color: rgba(71,60,126,0.7);
    transition: 0.5s;
}
.area_cast .list_p .wrap_btn .prof:hover,
.area_cast .list_p .wrap_btn .twi:hover {
    color: rgba(71,60,126,1);
}

@media screen and (max-width: 768px){
    .area_cast .list_p .photo {
        max-width: 180px;
    }
}

@media screen and (max-width: 500px){
    .area_cast .list_p .photo {
        max-width: 140px;
    }
    .area_cast .list_p .item {
        margin: 0 0.5em 2em;
    }
}

@media screen and (max-width: 350px){
    .area_cast .list_p .item {
        display: block;
        margin: 0 auto 1.5em;
    }
    .area_cast .list_p .yaku {
        margin-bottom: 1em;
        padding: 0.5em;
        background: rgba(71,60,126,0.1);
        font-size: 1.2em;
    }
    .area_cast .list_p .yaku .hosoku {
        display: inline;
    }
}

/*********　プリンシバル2　**********/
.area_cast .list_p2{
    margin-bottom: 6em;
    font-size: 20rem;
    font-weight: 400;
    color: #473c7e;
}
.area_cast .list_p2 li {
    display: inline-block;
    margin: 0 0.8em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.3em;
}

.area_cast .list_p2 .photo {
    display: block;
    max-width: 170px;
    margin: 0 auto 0.3em;
    box-shadow: 0 0 20px rgba(71,60,126,0.3);
}
.area_cast .list_p2 .photo img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
}

.area_cast .list_p2 .name {
    display: block;    
    margin-bottom: 1em;
    color: #473c7e;
    font-size: 1.1em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5;
}

.area_cast .list_p2 .wrap_btn {
    display: block;
    margin: 0 auto 0;
}

.area_cast .list_p2 .wrap_btn .btn {
    display: inline-block;
    width: 100%;
    max-width: 8em;
    margin: 0 0.5em;
    padding: 0.3em;
    border-radius: 2px;
    border: 1px solid rgba(71,60,126,0.8);
    color:rgba(71,60,126,1);
    text-decoration: none;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: -0.05em;
}
.area_cast .list_p2 .wrap_btn .prof,
.area_cast .list_p2 .wrap_btn .twi {
    display: inline-block;
    margin: 0 0.2em;
    color: rgba(71,60,126,0.7);
    transition: 0.5s;
    font-size: 0.8em;
}
.area_cast .list_p2 .wrap_btn .prof:hover,
.area_cast .list_p2 .wrap_btn .twi:hover {
    color: rgba(71,60,126,1);
}
.area_cast .list_p2 .res {
    display: none;
}

@media screen and (max-width: 1120px){
    .area_cast .list_p2 li {
        margin-bottom: 2em;
    }
    .area_cast .list_p2 .res {
        display: inline;
    }

}
@media screen and (max-width: 768px){
    .area_cast .list_p2 .photo {
        max-width: 130px;
    }
}

@media screen and (max-width: 500px){
    .area_cast .list_p2{
        margin-bottom: 2em;
    }
    .area_cast .list_p2 .photo {
        max-width: 90px;
    }
    .area_cast .list_p2 .name {
        font-size: 1em;
    }
}

@media screen and (max-width: 340px){

    .area_cast .list_p2 .photo {
        max-width: 80px;
    }
}


/*********　アンサンブル　**********/
.area_cast .list_e {
    display: inline-block;
    margin: 0 auto;
}
.area_cast .list_e .res {
    display: inline;
}
.area_cast .list_e .res2 {
    display: none;
}
.area_cast .list_e .res3 {
    display: none;
}

.area_cast .list_e li {
    display: inline-block;
    margin: 0 0.5em 1em;
    line-height: 1.3;
}

.area_cast .list_e .wrap_btn .name {
    display: inline-block;
    margin: 0 0.5em;
}
.area_cast .list_e .wrap_btn {
    display: inline-block;
    margin: 0 auto;
}

.area_cast .list_e .wrap_btn .btn {
    display: inline-block;
    margin: 0 0.5em;
    padding: 0.3em;
    border-radius: 2px;
    border: 1px solid rgba(71,60,126,0.8);
    color:rgba(71,60,126,1);
    text-decoration: none;
    font-size: 0.6em;
    letter-spacing: -0.05em;
}

.area_cast .list_e .wrap_btn .prof,
.area_cast .list_e .wrap_btn .twi {
    display: inline-block;
    margin: 0 0.2em;
    color: rgba(71,60,126,0.7);
    transition: 0.5s;
    font-size: 0.9em;
}
.area_cast .list_e .wrap_btn .prof:hover,
.area_cast .list_e .wrap_btn .twi:hover {
    color: rgba(71,60,126,1);
}

.area_cast .list_e .note {
    text-align: right;
    font-size: 0.8em;
}
/*.area_cast .list_e .res {
    display: none;
}*/

@media screen and (max-width: 590px){
    .area_cast .list_e .res {
        display: none;
    }
    .area_cast .list_e .res2 {
        display: inline;
    }
}

@media screen and (max-width: 470px){
    .area_cast .list_e .res2 {
        display: none;
    }
    .area_cast .list_e .res3 {
        display: inline;
    }
}


/**********************************************************************

　キャスト、スタッフ：モーダルウィンドウ

**********************************************************************/

.cast_cmt .modal-wrapper {
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.cast_cmt .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.cast_cmt .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.cast_cmt .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.cast_cmt .modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	max-width: 800px;
	margin: 0 auto 2em;
	padding: 2em 3em 3em;
	background-color: rgba(255,255,255,0.9);
    border: 2px solid #473c7e;;
}

.cast_cmt .modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
	padding: 0 2em;
}

.cast_cmt .modal-wrapper .modal-window .modal-content::-webkit-scrollbar {
    width: 10px;
}
.cast_cmt .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-track {
	background: #473c7e;;
	
}
.cast_cmt .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-thumb {
	background: #473c7e;;
	
}

.cast_cmt .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}

.cast_cmt .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  color: #473c7e !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.cast_cmt .modal-wrapper .modal-close:hover {
  color: #473c7e !important
}

@media screen and (max-width: 414px){

    .cast_cmt .modal-wrapper .modal-window {
	 padding: 2em 1.5em 1.5em;
    }

	.cast_cmt .modal-wrapper .modal-window .modal-content {
		padding: 0 0.5em;
	}
}


.cast_cmt .name {
    display: block;
	margin: 1em auto;	
	padding: 1em 0;
    font-size: 30rem;
    line-height: 1;
    letter-spacing: 0.2;
	font-weight: 700;
}

.cast_cmt .text {
	margin: 0 auto;
}

.cast_cmt .text {
	font-weight: 500;
	font-size: 18rem;
	text-align: left;
}

.cast_cmt .text p:not(last-of-type) {
	margin-bottom: 1em;

}


@media screen and (max-width: 600px){
	.cast_cmt .name {
		font-size: 24rem;
	}
}
@media screen and (max-width: 360px){
	.cast_cmt .name {
		font-size: 20rem;
	}
}


/**************************************
　スタッフ
**************************************/
.area_creat {
    max-width: 100%;
    margin: 0 auto;
}
.area_creat .list {
    margin: 0 auto 3em;
}
.area_creat .work {
    display: block;
    margin: 1.5em auto 0;
    line-height: 1.5;
    font-size: 0.8em;
}
.area_creat .name {
    line-height: 1.5;
} 
.area_creat .name .item {
    display: inline-block;
}
.area_creat .name .note {
    font-size: 0.8em;
}
@media screen and (max-width: 414px){
 .area_creat .name {
     font-size: 16rem;
    }   
}


/**************************************
　チケット
**************************************/

.area_ticket {}

.area_ticket .head_area {
    margin-bottom: 4em;
}

.area_ticket .head_area .tel {
    color: #473c7e;
}

.area_ticket .head_area .tel a{
	color: #473c7e;
	text-decoration: none;
}

.area_ticket .caution {
    max-width: 900px;
    margin: 2em auto;    
    text-align: left;
    color: #473c7e;
    font-weight: 500;
}

.area_ticket .caution li {
    margin-bottom: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    font-size: 0.9em;
}

.area_ticket .point {
	color: #99052e;
	font-weight: 900;
	font-size: 16rem;
}


.area_ticket .head_area .sch {
	width:100%;
	max-width: 642px;
	margin: 0 auto 2em;
}
.area_ticket .head_area .sch img {
	width: 100%;
}

.area_ticket .head_area .hoshitori {
	max-width: 900px;
	margin: 0 auto 1em;
}

.area_ticket .head_area .hoshitori img {
	width: 100%;
}
/*色
紫　#473c7e; rgba(71,60,126,1);
*/
.area_ticket .head_area .info_box {
    max-width: 900px;
    margin: 0 auto 1em;
    padding: 1.5em;
    background: rgba(71,60,126,0.1);
    border-radius: 5px;
    font-weight: 700;
}

.area_ticket .head_area .info_box .point {
    color: #c1069e
}
.area_ticket .head_area .info_box table {
    width: 100%;
    margin: 1em auto 0;
}
.area_ticket .head_area .info_box th,
.area_ticket .head_area .info_box td {
    padding: 0.5em 1em;
    border: 1px solid #473c7e;
    line-height: 1.5;
}

.area_ticket .head_area .info_box th {
    width: 20em;
    background: rgba(71,60,126,0.9);
    color: #fff;
}
.area_ticket .head_area .info_box th .note {
    font-size: 0.9em;
    font-weight: 500;
}
.area_ticket .head_area .info_box td {
    background: #fff;
}
.area_ticket .head_area .info_box td .lbl {
    display: inline-block;
}
.area_ticket .head_area .info_box .caution {
    margin: 1em 0 0;
    font-weight: 700;
}

@media screen and (max-width: 767px){

    .area_ticket .head_area .info_box th {
        width: 40%;
    }
}

@media screen and (max-width: 560px){
    .area_ticket .head_area .info_box th,
    .area_ticket .head_area .info_box td {
        display: block;
        width: 100%;
    }
    .area_ticket .head_area .info_box td {
        margin-bottom: 1em;
        padding: 1.5em 1em;
        border-top: none;
    }
    .area_ticket .head_area .info_box .caution {
        margin: 0;
    }
}

@media screen and (max-width: 360px){
    .area_ticket .head_area .info_box .lead {
        text-align: left;
    }
    .area_ticket .head_area .info_box .lead .pk {
        display: inline;
    }
}

.area_ticket .head_area .list_price {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}
.area_ticket .head_area .list_price caption {
    font-weight: 700;
    font-size: 1.1em;
}
.area_ticket .head_area .list_price caption .s {
    font-size: 0.8em;
}
.area_ticket .head_area .list_price th,
.area_ticket .head_area .list_price td {
    padding: 0.5em 1em;
    border: 1px solid #473c7e;
}
.area_ticket .head_area .list_price th {
    background: rgba(71,60,126,0.1);
}
.area_ticket .head_area .list_price td {}

@media screen and (max-width: 360px){
    .area_ticket .head_area .list_price th,
    .area_ticket .head_area .list_price td {
        padding: 0.5em;
    }
    .area_ticket .head_area .list_price th {
        font-size: 0.9em;
    }
}

.area_ticket .way {
    max-width: 900px;
	margin: 2em auto 0;
    font-weight: 400;
	text-align: left;

}

.area_ticket .way > dt{
	background: #473c7e;
	border-top: 1px solid #473c7e;
	border-left: 1px solid #473c7e;
	border-right: 1px solid #473c7e;	
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	padding: 0.5em 0 0.5em;
    vertical-align: middle;
	color: #fff;
    font-size: 1.2em;
    font-weight: 900;
    text-align: center;
	line-height: 1.5;
}

.area_ticket .way > dd{
	padding: 20px 20px;
    color: #473c7e;
	border: 1px solid #473c7e;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;    
	border-top: none;	
	background: rgba(255,255,255,0.1);
	text-align: center;
}


.area_ticket .way .s {
	font-size: 0.9em;
    font-weight: 900
}

.area_ticket .way .fas {
	margin-right: 0.5em;
	font-size: 0.8em;
	color: #473c7e;
}

.area_ticket .way .senkou {
	margin: 2em auto 0;
}

.area_ticket .way .senkou dt {
    background: rgba(71,56,123,0.7);
    background: #473c7e;
	padding: 0.3em 0.5em;
	color: #fff;
	font-weight: 900;
}
.area_ticket .way .senkou dd {
	margin-bottom: 1em;
	padding: 0.5em;
	font-size: 20rem;
	font-weight: 900;    
}

.area_ticket .way .start {
	display: block;
	margin-bottom: 1em;
	font-weight: 900;
	line-height: 1.5;
	font-size: 20rem;
}


.area_ticket .way .toho .btn {
	position: relative;
	display: block;
	max-width: 400px;
	width: 95%;
	margin: 0 auto 0.5em;
	padding: 0.8em 0;
	background: #473c7e;
	color: #fff;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1;
    text-decoration: none;
	transition: 0.5s;
}

.area_ticket .way .toho .btn:hover {
	background: rgba(71,60,126,0.7);
}

.area_ticket .way .toho .btn.close {
	position: relative;
	display: block;
	max-width: 400px;
	width: 95%;
	margin: 0 auto 0.5em;
	padding: 0.8em 0;
    background: rgba(71,60,126,0.5);
	color: #fff;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1;
    text-decoration: none;
	transition: 0.5s;
}

.area_ticket .way .toho .btn.close:hover {
	background: rgba(71,60,126,0.5);
}

.area_ticket .way .toho .btn .icon{
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}
.area_ticket .way .toho .toho-one2 {
    margin: 0 auto 1em;
    font-weight: 700;
}
.area_ticket .way .toho .toho-one2 .note {
    display: block;
    font-size: 0.9em;
}
.area_ticket .way .toho .toho-one {
    padding: 2em;
    border-radius: 5px;
    background: rgba(71,60,126,0.1);
}
.area_ticket .way .toho .toho-one p {
    text-align: left;
    font-weight: 700;
}
.area_ticket .way .toho .toho-one .btn2 {
	position: relative;
	display: block;
	max-width: 200px;
	width: 95%;
	margin: 1em auto 0;
	padding: 0.8em 0;
	border: 1px solid #473c7e;
    background: #fff;
	color: #473c7e;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1;
    text-decoration: none;
	transition: 0.5s;
}

.area_ticket .way .toho .toho-one .btn2:hover {
	background: rgba(71,60,126,1);
	color: #fff;
}

.area_ticket .way .caution {
    font-weight: 700;
    text-align: center;
}

/*.area_ticket .way .caution li {
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.5em;
}*/

@media screen and (max-width: 767px){

	.area_ticket .way {
		margin: 20px auto 0;
	}
}


@media screen and (max-width: 414px){
	.area_ticket {
	}


    .area_ticket .start {
        font-size: 18rem;

    }
    .area_ticket .pc {
        font-size: 20rem;
    }    
}
	
@media screen and (max-width: 375px){

	.area_ticket .way > dd{
		padding: 1em;
	}
    .area_ticket .senkou dd {
        font-size: 18rem;
    }    
}
@media screen and (max-width: 374px){

	.area_ticket .area_btn .btn {
		padding: 0.2em 1em;
	}
}


.area_ticket .way .tel {
	display: block;
	position: relative;
    margin-bottom: 1em;
	font-size: 1.3em;
	font-weight:  bold;
	line-height: 40px;
    color: #473c7e;
}

.area_ticket .way .tel a{
	color: #473c7e;
	text-decoration: none;
}
.area_ticket .way .tel .note {
    font-size: 0.7em;
}

/***　プレイガイド　***/

.area_ticket .way .playguide .btn {
	position: relative;
	display: block;
	max-width: 400px;
	width: 95%;
	margin: 0 auto 0.5em;
	padding: 0.6em 0;
	background: #473c7e;
	color: #fff;
	font-weight: 500;
	font-size: 20rem;
	line-height: 1;
    text-decoration: none;
	transition: 0.5s;
}

.area_ticket .way .playguide .btn:hover {
	background: rgba(71,60,126,0.7);
}

.area_ticket .way .playguide .btn .icon{
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}

@media screen and (max-width: 414px){
	.area_ticket .way .playguide .btn {
		font-size: 20rem;
	}
}



	
/*****　クリエ窓口販売　*****/
.area_ticket .ticket_crea {
}

@media screen and (max-width: 767px){

}


@media screen and (max-width: 414px){

    .area_ticket .playguide dd {
        font-size: 18rem;
        padding-left: 0;
    }
	.ticket_smp {
		text-align: center;
	}
	.ticket .pc {
		font-size: 1.2em;
		line-height: 1.5;
	}
	.ticket_crea .text{
		text-align: left;
	}	
}

@media screen and (max-width: 320px){
    .area_ticket .playguide dd {
        font-size: 16rem;
    }
}

/***　会場案内　***/

.area_ticket .kaijyou {
	padding-top: 40px;
	text-align: center;
}

.area_ticket .kaijyou .map {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.area_ticket .kaijyou .map img {
	width: 100%;
}

.area_ticket .kaijyou .theater {
	max-width: 240px;
	margin: 0 auto 1em;	
}

.area_ticket .kaijyou .theater img {
	width: 100%;
}


.area_ticket .kaijyou .add{
	font-size: 0.9em;
	font-weight: bold;
}
.area_ticket .kaijyou .add a{
	color: #473c7e;
    text-decoration: none;
}
.area_ticket .kaijyou .contact {
	font-size: 0.9em;
	font-weight: bold;
}
.area_ticket .kaijyou .contact .lbl {
    margin-right: 0.5em;
}

.area_ticket .kaijyou .contact .lbl::before {
    content:"[";
}
.area_ticket .kaijyou .contact .lbl::after {
    content:"]";
}

@media screen and (max-width: 364px){
    .area_ticket .kaijyou .contact .lbl {
        display: block;
        margin-right: 0;
        margin-top: 1em;
    }
}

.area_ticket .kaijyou .access{
	width:100%;
	max-width: 21em;
	margin: 1em auto;
	text-align: left;
	font-size: 0.9em;
	font-weight: 500;
}

.area_ticket .kaijyou .access li{
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.area_ticket .kaijyou .access li::before {
    content: "・";
}

.area_ticket .kaijyou .btn_seat {
    max-width: 200px;
    width: 100%;
    display: block;
	margin: 20px auto;
/*	color: #f2e7da;*/
	padding: 0.2em 1em;    
    background: #473c7e;
    color: #fff;
    text-decoration: none;
    font-size: 20rem;
}

.area_ticket .kaijyou .btn_seat:hover{
    background:#6251b4;
}

@media screen and (max-width: 414px){

	.area_ticket .kaijyou .theater {
		width: 80%;
	}
	
	.area_ticket .kaijyou .btn_seat {
		max-width: 6em;
		font-size: 18rem;
	}    
}



/**************************************
　全国ツアー
**************************************/

.area_tour {
    text-align: center;
    margin: 0 auto;

}
.area_tour .sokuho {
    max-width: 900px;
    margin: 0 auto;
}
.area_tour .sokuho dt{
	background: #473c7e;
	border-top: 1px solid #473c7e;
	border-left: 1px solid #473c7e;
	border-right: 1px solid #473c7e;	
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	padding: 0.5em 0 0.5em;
    vertical-align: middle;
	color: #fff;
    font-size: 1.3em;
    font-weight: 900;
    text-align: center;
	line-height: 1.5;
}

.area_tour .sokuho dd{
	padding: 20px 20px 0;
    color: #473c7e;
	border: 1px solid #473c7e;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;    
	border-top: none;	
	background: rgba(255,255,255,0.1);
	text-align: center;
    font-size: 1.3em;
}

.area_tour .sokuho .list {}
.area_tour .sokuho .list li {
    margin: 0 auto 1em;
    padding-bottom: 1em;
}
.area_tour .sokuho .list li:not(:last-of-type){
    border-bottom: 1px solid #473c7e;
}
.area_tour .sokuho .list .area_wrap {}
.area_tour .sokuho .list .area_wrap .area {
    display: inline-block;
    margin: 0 0.25em;
}
.area_tour .sokuho .list .area_wrap .theater {
    display: inline-block;
    margin: 0 0.25em;
}
.area_tour .sokuho .list .contact {
    font-size: 0.7em;
}
.area_tour .sokuho .list .contact .lbl {}
.area_tour .sokuho .list .contact .lbl::before {
    content: "［";
}
.area_tour .sokuho .list .contact .lbl::after {
    content: "］";
}
.area_tour .sokuho .list .contact .office {
    display: inline-block;
}
.area_tour .sokuho .list .contact .tel {
    display: inline-block;
    margin: 0 0.5em;
}
.area_tour .sokuho .list .contact .tel a{
    color: #473c7e;
    text-decoration: none;
}
@media screen and (max-width: 320px){
}

