@charset "utf-8";
/* CSS Document */

/***　フォント
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
font-family: 'Oswald', sans-serif; ※英字:wght@400;700;

font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
***/

/*** 色 ****/
/*
黄色　#edca02;
薄い黄色 #f7d95c;
紺　#002653; rgba(0,38,83,1);
青　#0058b4;
*/

/******************************************

　共通

******************************************/


/********マージン、パディング********/

.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;}


/********リンク********/
a{ color:#f0c97e;}
a:hover{ color: #f0c97e;}


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;
  }
}

/********テキスト********/

.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;
}

.caution {
	font-size: 0.9em;
	text-align: left;
}

.caution li{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
	margin-bottom: 0.5em;
}

.pack {display: inline-block;}
.pk {display: inline-block;}

/********改行********/

/*.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}

.res_pc {
	display: inline;
}
*/

@media screen and (max-width: 768px){

    .res {
        display: inline;
    }

}


@media screen and (max-width: 414px){

    .res2 {
        display: inline;
    }

	.res_pc {
		display: none;
	}
	

}


@media screen and (max-width: 375px){

    .res3 {
        display: inline;
    }

}

@media screen and (max-width: 320px){

    .res4 {
        display: inline;
    }

}

/******************************************
　構造
******************************************/

html {  
    overflow-y:scroll;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
    -webkit-text-size-adjust: none;    
}  

body{
    overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height:2;
	color: #002653;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;


}    	

body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
	background-image: url(../images/bg_pc.jpg);
	background-color: #f7d95c;
}

@media screen and (max-width: 1045px) {

	body{}
	
	body:before{
/*	  content:"";
	  display:block;
	  position:fixed;
	  top:0;
	  left:0;
	  z-index:-1;
	  width:100%;
	  height:100vh;*/
	}	
	
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}
}


/*@media screen and (max-width: 1200px){
    body:before{
        position: fixed;        
    	background-image: url(../images/bg_smp.jpg);    
    	background-position:top center;    
        background-size: contain;	
    }
}*/


@media screen and (orientation: portrait) { /**　画面が縦長の時　**/
    body:before{
/*        position: fixed;        
    	background-image: url(../images/bg_smp.jpg);    
    	background-position:top center;    
        background-size: contain;	*/
    }
}

.wrap {
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
/*	padding-bottom: 140px;*//*フッター固定用*/
	text-align: center;
	overflow: hidden;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@media screen and (orientation: portrait) { 
    .wrap{
        animation: fadeIn 1s ease 0s 1 normal;
        -webkit-animation: fadeIn 1s ease 0s 1 normal;
    }
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.main{
	margin: 0 auto 0;
	padding: 0 1em;
	text-align: center;
	word-wrap: break-word;
}

.sec {
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.main {
		margin: 100px auto 0;
	}
}

@media screen and (max-width: 768px) {
    .main {
		padding: 0 10px;
    }
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
}


/*******************************************
	メニュー　ナビ
********************************************/

/****　ハンバーガーメニュー　****/
*, *:before, *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.cp_offcm03 {
    z-index: 100;    
    overflow: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    -webkit-transition: transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
    text-align: center;

}

/* menu toggle */
#cp_toggle03 {
    display: none;
   
}
#cp_toggle03:checked ~ .cp_offcm03 {
    -webkit-transform: translateX(0);
                    transform: translateX(0);
}
#cp_toggle03:checked ~ .cp_container {
    -webkit-transform: translateX(0);
                    transform: translateX(0);
}
.cp_mobilebar {
    display: none;
}

@media (max-width: 1024px) {
    .cp_offcm03 {
        position: absolute;
        position: fixed;        
        left: -340px;
        width: 340px;
        height: 100%;
        padding-top: 50px;
        color: #fff;
        background-color: rgba(0,38,83,0.9);
    }
    .cp_offcm03 nav {
        background: none;
        text-align: left;
    }
    .cp_offcm03 nav .list {
         overflow: auto;
     -webkit-overflow-scrolling: touch;
    }    
    .cp_offcm03 li {
        display: block;
    }
    
    .cp_offcm03 a {}
    
    .cp_mobilebar {
        display: block;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 10px;
        width: 100%;
        height: 50px;
        color: #ffffff;
        z-index: 20000;
    }
    .cp_menuicon {
        display: block;
        position: relative;
        width: 25px;
        height: 100%;
        cursor: pointer;
        -webkit-transition: transform .3s ease-in;
                transition: transform .3s ease-in;
    }
    .cp_menuicon > span.border {
        display: block;
        position: absolute;
        top: 55%;
        margin-top: -0.3em;
        width: 100%;
        height: 0.3em;
        border-radius: 1px;
        background-color: #002653;
        -webkit-transition: transform .3s ease;
                transition: transform .3s ease;
    }
    .cp_menuicon > span.border:before,
    .cp_menuicon > span.border:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 1px;
        background-color: #002653;
        -webkit-transition: transform .3s ease-in;
                transition: transform .3s ease-in;

    }
    .cp_menuicon > span.border:before {
        -webkit-transform: translateY(-0.6em);
                transform: translateY(-0.6em);
        margin-left: -13px;
    }
    .cp_menuicon > span.border:after {
        -webkit-transform: translateY(0.6em);
                transform: translateY(0.6em);
        margin-left: -13px;
    }
    .cp_menuicon > span.lbl {
        display: block;
      position: absolute; 
        top:75%;
        font-weight: 700;
        font-size: 0.7em;
        text-indent: -0.2em;
        color: #002653;	
    }
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    #cp_toggle03:checked + .cp_mobilebar span:before,
    #cp_toggle03:checked + .cp_mobilebar span:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    #cp_toggle03:checked ~ .cp_offcm03 {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    #cp_toggle03:checked ~ .cp_container {
        -webkit-transform: translateX(250px);
                transform: translateX(250px);
    }
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon.cp_menuicon > span.border {
        background-color: #f0c97e;
        box-shadow: none;
    }
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon.cp_menuicon > span.border:before,
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon.cp_menuicon > span.border:after {
        background-color: #edca02;
        box-shadow: none;
    }
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon > span.lbl {
        display: none;
    }
    
    /* content */
    .cp_container {
        top: 60px;
        height: 92vh;
    }
}
@media (max-width: 768px) {
    .cp_offcm03 {
        left: -300px;
        width: 300px;
    }
}
/****　ハンバーガーメニュー　ここまで　****/


nav {
    display: block;
    position: relative;
    z-index: 100;
	margin: 0 auto 1em;
    padding: 5px 0;
	background-color: #0058b4;
	background-image: url(../images/bg_nav.jpg);
/*	background-position:top -100px center;*/
	background-repeat: no-repeat;
	background-size: cover;	
	box-shadow: 0 0 5px rgba(52,45,31,0.5);

    text-align: center;
}

nav .nav_list {
	padding: 1.3em 1em 0.5em;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

nav .nav_list a {
	color: #fff;
    text-decoration: none;
}
nav .nav_list a:hover {
    transition-duration: 0.5s;
}

nav .nav_list .nav_item {
    display: inline-block;
    margin: 0 0.5em 0.8em;
    vertical-align: top;
    font-size: 24rem;
    line-height: 1;
    text-align: center;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

nav .nav_list .nav_item .en {
    display: block;
    color: #edca02;
	transition: 0.5s;
}

nav .nav_list .nav_item .jp {
    display: block;
    margin: 0.3em auto 0;
    font-size: 0.5em;
    color: #fff;
}

nav .nav_list .nav_item:hover .en {
    color: #fff;
}

nav .nav_list .nav_item .amp {
	margin: 0 0.2em;
	font-size: 0.9em;
}

nav .nav_list .res_nav {
    display: none;
}

nav .nav_list .nav_ban {
    display: inline-block;
	margin-top: -0.3em;
	border: 3px solid #f0c97e;
	border-radius: 3px;
    font-family: 'Noto sans JP', serif; 
    font-weight: 700;
	font-size: 16rem;
	color: #f0c97e;
}

nav .nav_list .nav_ban a {
	display: inline-block;
	padding: 0.5em 1em;
	color: #f0c97e;
}


@media screen and (max-width: 1200px) {
    nav .nav_list .res_nav {
        display: inline;
    }
}

@media screen and (max-width: 1024px) {
    nav .nav_list {
        border-bottom: none;
        border-top: none;
    }
    
    nav .nav_list .nav_item {
        display: block;
        margin: 20px 0;
        text-align: left;
        line-height: 1.5;
	}

	nav .nav_list .nav_item.sns_icon {
		display: inline-block;

	}
    
    nav .nav_list a {
        color: #fff;
    }
    nav .nav_list a:hover {
        color: #f0c97e;
    }

    nav .nav_list .en {

    }
    
    nav .nav_list .res_nav {
        display: none;
    }
	
	nav .nav_list .nav_ban {
		display: block;
		margin: 0 auto 1em;
		background: #f0c97e;
		font-weight: 900;
		text-align: center;
	}
	nav .nav_list .nav_ban a {
		color: #01164b;
	}
 
}


/*******************************************
	フッター
********************************************/

footer{
	width: 100%;
	margin: 0 auto;
    padding: 2em 0 0;
	color: #000;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}

footer .copy {
	display: block;
	padding: 1em;
    font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

footer .sns_link {
}

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;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.8em;

}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #000;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}



/****　ページトップへ戻る　****/
#pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
	z-index: 1000;
	max-width: 2vw;
	min-width: 20px;
}
#pagetop img {
	width: 100%;
	display: block;

}

@media screen and (max-width: 1024px) {

}


/*******************************************

　見出し

********************************************/

.heading_sec {
    margin: 1em auto 0.5em;
    font-size: 50rem;
    line-height: 1.2;
    text-align: center;
	text-shadow: 3px 3px 3px rgba(52,45,31,0.3);
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.heading_sec .en {
	display: block;
	color: #002653;

}
.heading_sec .en .ls {
	letter-spacing: 0.3em;
}


.heading_sec .jp {
    display: block;
    color: #002653;
	font-size: 0.3em;
	font-weight: 500;
}

.heading_sec .amp {
	margin: 0 0.3em;
	font-size: 0.8em;
}

@media screen and (max-width: 768px) {
	.heading_sec {
		font-size: 7vw;
	}
}

.heading_sec_sub {
	margin: 1em auto 0.5em;
	font-size: 40rem;
	line-height: 1.2;
	text-align: center;
	text-shadow: 3px 3px 3px rgba(52,45,31,0.3);
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #002653;
}

@media screen and (max-width: 768px) {
	.heading_sec_sub {
		font-size: 6vw;
	}
}

/*******************************************
　トップページ
********************************************/


/****************************************

　ビジュアル

*****************************************/

.index .visual {
    max-width: 900px;
    margin: 0 auto 4em;
	box-shadow: 0 0 10px rgba(52,45,31,0.3);
}


.index .visual img {
	display: block;
	width: 100%;

}

/*
.index .visual .visual .credit {
	margin: 0.5em -0.5em 0 0;
	text-align: right;
	line-height: 1.3;
}

.index .visual .visual .credit li {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 0.7em;
	color: #fff;
	font-weight: 400;
}


@media screen and (max-width: 340px){
	.index .visual .visual .credit {
		margin: 0.5em 0;
	}
	.index .visual .visual .credit li {
		display: block;
		font-size: 0.5em;
	}
}*/

@media (max-width: 1024px) {
	.index .visual {
		margin-top: 70px;
	}
}


/*******************************************
	イントロ
********************************************/

.intro {}

.intro .box {
	padding: 3em;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 0 10px rgba(52,45,31,0.3);
	outline: 1px solid rgba(0,38,83,0.3);
	outline-offset: -3px;	
}

.intro .catch {
	margin: 0 auto 1.5em;
	font-weight: 700;
	font-size: 1.5em;
/*	text-shadow: 0 0 0.5em #f0c97e, 0 0 0.1em #f0c97e, 0 3px 3px rgba(0,0,0,0.58);*/
	text-shadow: 2px 2px 5px rgba(52,45,31,0.4);
	line-height: 1.5;
	text-align: center;
}

.intro .catch .palt {
	font-feature-settings: "palt";
}

.intro .catch .res2 {
	display: none;
}

.intro .text {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	font-weight: 500;
}

.intro .text > div {
	margin-bottom: 1em;
}

.intro .text .l {
	font-size: 1.2em;
}

.intro .text p.lead_txt {
	font-size: 1.5em;
	text-align: center;
}

.intro .text p.indent {
	text-indent: 1em;
}

/*.intro .text p.t_big:first-letter {
	font-size: 1.2em;
}*/

.intro .text .bi {
	font-style: italic;
	font-weight: bolder;
}

.intro .text .b {
	font-weight: bolder;
}

@media screen and (min-width: 1500px) {
}

@media screen and (max-width: 600px) {
	.intro .catch {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 500px) {
	.intro .catch {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 470px) {
	.intro .box {
		padding: 3em 1.5em;
	}
	.intro .catch .res {
		display: none;
	}
	.intro .catch .res2 {
		display: inline;
	}
}


/*******************************************
	ストーリーページ
********************************************/

.story {
	margin: 0 auto;

}

.story section {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 1em;
}

.story .text {
    text-align: left;
    font-size: 18rem;
    font-weight: 500;
}
.story .text p {
	margin-bottom: 1em;
}

/*******************************************

	キャスト＆スタッフページ

********************************************/


/***********************
　キャスト
***********************/

.cast .area_cast {}

.cast .area_cast .list_p {
	margin-top: 4em;
}
.cast .area_cast .list_p li {
	margin: 0 auto 3em;
	font-size: 26rem;
	line-height: 1.2;
	text-shadow: 3px 3px 3px rgba(52,45,31,0.2);
}

.cast .area_cast .list_p .photo {
	display: block;
	margin: 0 auto 0.4em;
	max-width: 300px;
	box-shadow: 0 0 10px rgba(52,45,31,0.3);
}

.cast .area_cast .list_p .photo img {
	display: block;
	width: 100%;
}

.cast .area_cast .list_p .name {
	display: block;
}

.cast .area_cast .list_p .yaku {
	display: block;
	margin: 0 auto 0.3em;
	font-size: 0.6em;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
}


.cast .area_cast .list_p2 li {
	margin: 0 auto 3em;
	font-size: 26rem;
	line-height: 1.2;
	text-shadow: 3px 3px 3px rgba(52,45,31,0.2);
}
.cast .area_cast .list_p2 li.other {
	font-size: 1em;
}

.cast .area_cast .list_p2 .photo {
	display: block;
	margin: 0 auto 0.4em;
	max-width: 240px;
	box-shadow: 0 0 10px rgba(52,45,31,0.3);
}

.cast .area_cast .list_p2 .photo img {
	display: block;
	width: 100%;
}

.cast .area_cast .list_p2 .name {
	display: block;
}

.cast .area_cast .list_p2 .yaku {
	display: block;
	margin: 0 auto 0.3em;
	font-size: 0.6em;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
}

@media screen and (max-width: 500px){
	.cast .area_cast .list_p .photo {
		max-width: 240px;
	}
	.cast .area_cast .list_p2 .photo {
		max-width: 190px;
	}
}

@media screen and (max-width: 330px){
	.cast .area_cast .list_p .photo {
		max-width: 190px;
	}
	.cast .area_cast .list_p2 .photo {
		max-width: 154px;
	}
}

/***********************
　スタッフ
***********************/

.cast .area_creative {
	margin: 7em auto 0;
}

.cast .area_creative .list {
	margin: 3em auto 0;
}

.cast .area_creative .list li {
	margin: 0 auto 1em;
	line-height: 1.3;
	font-size: 24rem;
}

.cast .area_creative .list li .work {
	display: block;
	font-size: 0.7em;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.cast .area_creative .list li .name {
	display: block;
}

.cast .area_creative .list li .name.palt {
	font-feature-settings: "palt";
}

/********************************
　キャストコメント　ボタン
********************************/

.cast .area_cast .list_p .btn_cmt {
	display: block;
	max-width: 10em;
	margin: 0.5em auto 0;
	padding: 0.3em 1em;
	border-radius: 1px;
	background: rgba(0,38,83,0.8);
	border-radius: 1px;
	text-decoration: none;
	font-size: 0.6em;
	line-height: 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	transition: 0.5s;

}

.cast .area_cast .list_p .btn_cmt:hover {
	background: rgba(0,38,83,1);
}


/**********************************************************************

　キャスト、スタッフ：モーダルウィンドウ

**********************************************************************/

.cast .cast_cmt .modal-wrapper {
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.cast .cast_cmt .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.cast .cast_cmt .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.cast .cast_cmt .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.cast .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: rgba(255,255,255,0.9);
	outline: 1px solid rgba(0,38,83,0.3);
	outline-offset: -3px;	
	text-align: center;
}

.cast .cast_cmt .modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
	padding: 0 2em;
}

.cast .cast_cmt .modal-wrapper .modal-window .modal-content::-webkit-scrollbar {
    width: 10px;
}
.cast .cast_cmt .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-track {
	background: #fff;
	
}
.cast .cast_cmt .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-thumb {
	background: rgba(153,143,133,0.9);
	
}

.cast .cast_cmt .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}

.cast .cast_cmt .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  color: #002653 !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.cast .cast_cmt .modal-wrapper .modal-close:hover {
  color: #fff !important
}

@media screen and (max-width: 414px){

    .cast .cast_cmt .modal-wrapper .modal-window {
	 padding: 2em 1.5em 1.5em;
    }

	.cast .cast_cmt .modal-wrapper .modal-window .modal-content {
		padding: 0 0.5em;
	}
}


.cast_cmt .name {
    display: block;
	margin: 0 auto 0.5em;	
	padding: 1em 0;
    font-size: 30rem;
    line-height: 1;
    color: #002653;
    letter-spacing: 0.2;
	text-shadow: 3px 3px 3px rgba(40,30,28,0.2);
}

.cast_cmt .photo {
	max-width: 240px;
	margin: 0 auto;
}

.cast_cmt .photo img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.cast_cmt .name .ls {
    letter-spacing: 0.1em;
}

.cast_cmt .text {
	margin: 0 auto;
}

.cast_cmt .text dd {
    text-align: left;
	color: #002653;
}


@media screen and (max-width: 600px){
	.cast_cmt .name {
		font-size: 24rem;
	}
}
@media screen and (max-width: 360px){
	.cast_cmt .name {
		font-size: 20rem;
	}
}



/****************************************

　チケット＆スケジュール

*****************************************/
.ticket {
    margin: 0 auto;
}

/***　速報　***/

.ticket .box.sokuho  {
	padding: 1em;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 0 10px rgba(52,45,31,0.3);
	outline: 1px solid rgba(0,38,83,0.3);
	outline-offset: -3px;
	font-size: 24rem;
}

.ticket .box.sokuho .theater {}

.ticket .box.sokuho .area {
/*	display: block;
	max-width: 400px;
	margin: 0 auto 1em;
	background: rgba(0,38,83,0.8);
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5;*/
	display: block;
	margin: 0 auto 0.5em;
	padding: 0.5em;
	background: rgba(0,38,83,0.2);
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30rem;
	line-height: 1;
}

.ticket .box.sokuho .theater .logo {
	display: block;
	max-width: 340px;
	width: 80%;
	margin: 0 auto;
}

.ticket .box.sokuho .theater .logo img {
	display: block;
	width: 100%;
}

.ticket .box.sokuho .day {
	display: block;
	margin: 1em auto 0;
	line-height: 1.5;
}

.ticket .box.sokuho .day .l {
	font-size: 1.5em;
}
.ticket .box.sokuho .maeuri {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 500px){
	.ticket .box.sokuho .theater .logo {
		max-width: 240px;
	}
	.ticket .box.sokuho  {
		font-size: 20rem;
	}
}

@media screen and (max-width: 380px){
	.ticket .box.sokuho  {
		padding: 1.5em 1em;
		font-size: 18rem;
	}
}

/***　エリアボタン　***/

.ticket .list_area {
	margin: 0 auto;
}

.ticket .list_area {
	margin: 3em auto 2em;
}
.ticket .list_area .btn {
	position: relative;
	display: inline-block;
	margin: 0 0.25em 0.5em;
	padding: 0.5em;
	width: 10em;
	border-radius: 1px;
	background: rgba(0,38,83,0.8);
	font-size: 28rem;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	transition: 0.5s;
}

.ticket .list_area .btn:hover {
	background: rgba(0,38,83,1);
}

.ticket .list_area .btn .icon {
	position: absolute;
	top: calc(50% - 0.4em);
	left: 1em;
}

@media screen and (max-width: 500px){
	.ticket .list_area .btn {
		width: 8em;
		font-size: 22rem;
	}
}

@media screen and (max-width: 360px){
	.ticket .list_area .btn {
		width: 8em;
		font-size: 20rem;
	}
}

@media screen and (max-width: 310px){
	.ticket .list_area .btn {
		width: 7em;
		font-size: 18rem;
	}
}

.ticket .area_tour .list {
	margin: 0 auto 1em;
	padding: 1em;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 0 10px rgba(52,45,31,0.3);
	outline: 1px solid rgba(0,38,83,0.3);
	outline-offset: -3px;
}

.ticket .area_tour .list dt {
	margin: 0 auto 0.5em;
	padding: 0.5em;
	background: rgba(0,38,83,0.2);
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30rem;
	line-height: 1;
}

.ticket .area_tour .list dd {
	padding: 0 1em;
}

.ticket .area_tour .list .theater {
	margin: 0.8em auto 0;
	font-size: 24rem;
	line-height: 1.5;
}

.ticket .area_tour .list .sch {
	margin: 0 auto;
	font-size: 24rem;
}
.ticket .area_tour .list .sch .l {
	font-size: 1.5em;
	line-height: 1.5;
}

.ticket .area_tour .list .sch li {
	border-bottom: 1px solid rgba(0,38,83,0.3);
}
.ticket .area_tour .list .sch li:first-of-type {
	border-top: 1px solid rgba(0,38,83,0.3);
}

.ticket .area_tour .list .contact {
	margin: 0.8em auto;
	line-height: 1.5;
}

.ticket .area_tour .list .contact .lbl {
	display: inline-block;
}
.ticket .area_tour .list .contact .lbl::before {
	content: "［";
}
.ticket .area_tour .list .contact .lbl::after {
	content: "］";
}

.ticket .area_tour .list .contact .office {
	display: inline-block;
	margin: 0 0.5em;
}
.ticket .area_tour .list .contact .tel {
	display: inline-block;
	margin: 0 0.5em;
}
.ticket .area_tour .list .contact .tel a {
	text-decoration: none;
	color: #002653;
}
.ticket .area_tour .list .contact .tel .icon {
	margin-right: 0.2em;
}

@media screen and (max-width: 410px){
	.ticket .area_tour .list dt {
		font-size: 24rem;
	}

	.ticket .area_tour .list .theater {
		font-size: 20rem;
	}
	.ticket .area_tour .list .sch {
		font-size: 18rem;
	}
	.ticket .area_tour .list .contact .lbl {
		display: block;
	}
}
