@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: "tot-shizukardmin-stdn", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "ryo-display-plusn", serif;
font-weight: 500;700;
font-style: normal;

***/

/***色
赤 #c31426;
金 #c69c60;
明るい金　#eac083;
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/********リンク********/
a {
    color: #c69c60;
    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;}



/********共通********/

.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: 1.8;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
    font-weight: 400;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ab1121;
}

html,body { /*背景色用*/
/*  height: 100vh*/
}

body:after {
    z-index: -1;
    position: fixed;
    top: 0; left: 0;
    width: 100vw; /* 画面幅いっぱいに */
    height: 100vh; /* 画面高さいっぱいに */
    content: "";
    background-image: url("../images/bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;  
    background-color: #ab1121;
}

body.index:after {
    z-index: -1;
    position: fixed;
    top: 0; left: 0;
    width: 100vw; /* 画面幅いっぱいに */
    height: 100vh; /* 画面高さいっぱいに */
    content: "";
    background-image: url("../images/bg_pc_index.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;  
    background-color: #540000;
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
   
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}

@media screen and (max-width: 600px){
/*	body:after {
		background-size: 10vw;  
	}*/
}


/*****メインコンテンツ*****/

.wrap{
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

main{
	margin: 0 auto;
	padding: 0 1em;
}

/****　スタートエフェクト　****/
.fade-sequence {
  background: url("../images/bg_pc_index.jpg") top center/cover no-repeat;
  position: relative;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  animation:
    sequence 5s ease-out forwards;
}

.fade-sequence .logo {
  position: absolute;
  top:50%; left:50%;
  transform: translate(-50%, -50%);
  max-height: 50vh;
  opacity: 0;
  animation: logoFade 5s ease-out forwards;
}

.index .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 50vh;
}

.index .logo img {
    display: block;
    width: 100%;
}

@keyframes sequence {
  0%   { opacity:1; }
  70%  { opacity:1; }
  100% { opacity:0; }
}

@keyframes logoFade {
  0%, 20%   { opacity:0; }
  30%, 70%  { opacity:1; }
  100%      { opacity:0; }
}

/* hp-content（ページ本体）は非表示で初期化 */
.hp-content {
  opacity: 0;
  display: none;
}

/****************************************

　ナビ

*****************************************/
.openbtn {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  background: #000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 2px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}
.openbtn span:nth-of-type(1){ top: 15px; }
.openbtn span:nth-of-type(2){ top: 23px; }
.openbtn span:nth-of-type(3){ top: 31px; }

.openbtn.active span:nth-of-type(1){
  top: 18px; left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2){ opacity: 0; }
.openbtn.active span:nth-of-type(3){
  top: 30px; left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}
@keyframes fadeDownAnime {
  from { opacity: 0; transform: translateY(-100px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ヘッダー共通 */
#header {
  box-sizing: border-box;
  min-height: 100px;
  width: 100%;
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ナビ初期は非表示 */
#g-navi {
    display: none;
    flex-direction: column;
    font-family: sans-serif;
    line-height: 1;
}
#g-navi ul {
  margin: 0 1em;
  padding: 5px 0;
}
#g-navi ul li {
  display: inline-block;
  margin: 0 0.5em;
  padding: 5px 0;
  font-size: 30rem;
}
#g-navi ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

/* Edgeで文字が透明になるのを防ぐために明示的に指定 */
#g-navi ul li a span {
  color: inherit;
  opacity: 1;
  visibility: visible;
}



#g-navi ul li .en {
  display: block;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  color: #fff;
  font-family: "ryo-display-plusn", serif;
  font-weight: 900;
}
#g-navi ul li .en .amp {
  margin: 0 0.2em;
  font-size: 0.8em;
}
#g-navi ul li .jp {
  display: block;
  font-size: 0.4em;
  color: #c69c60;
  font-family: "tot-shizukardmin-stdn", sans-serif;
  font-weight: 400;
}

/****************************************
　画面サイズによる表示切り替え
*****************************************/

/* PCナビ表示 */
.pc-nav {
  display: flex !important;
  flex-direction: row;
}

/* スマホ展開時のナビ */
#header.panelactive #g-navi {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
#header.panelactive #g-navi ul li {
  display: block;
  margin: 0 auto 0.5em;
}

/* PC用表示制御 */
@media screen and (min-width: 1020px) {
  .openbtn { display: none; }
  #header {
    background: rgba(0,0,0,0.8);
    border-bottom: 1px solid #000;
  }
  #g-navi {
    display: flex !important;
  }
}

/* スマホ用表示制御 */
@media screen and (max-width: 1019px) {
  .openbtn { display: block; }
  #header {
    background: none;
    border-bottom: none;
  }
}
/****************************************

　フッター

*****************************************/

/****　ページトップへ戻る　****/

#pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    line-height: 0;
	z-index: 100;
}

#pagetop img {
	display: block;
	width: 100%;
	max-width: 40px;
}



@media screen and (max-width: 768px) {
	#pagetop img {
		width: 30vw;

	}

}

footer{
	width: 100%;
	margin: 6em auto 0;
    padding: 0;
	color: #fff;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}
footer .billing {
	font-weight: 400;
	font-size:clamp(12rem, 2vw, 16rem);
	color: rgba(255,255,255,0.9);
}

footer .copy {
	display: block;
	padding: 1em;
	font-family: "ryo-display-plusn", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
}

footer .sns_link {
	display: inline-block;
    margin: 40px 0.5em 0;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: bottom;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	bottom: 13px;
    width: 35px;
}

footer .sns_link li.ban_teigeki_closing {
    width: 240px;
}

footer .sns_link li.ban_concert {
    width: 200px;
}


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: #fff;
	font-size: 16rem;
	font-weight: 400;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}


/****************************************

　ボックス

*****************************************/

.anchor {
    display: block;
    padding-top: 3em;
    margin-top: -3em;
}

@media screen and (max-width: 450px){

	.anchor {
		padding-top: 5em;
		margin-top: -5em;
	}
}

.sec {
    margin: 0 auto;
}

.sec:not(:first-of-type) {
	padding: 3em 0;
}


.sec .inner {
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 500px){
}

/****************************************

　見出し

*****************************************/
.heading_sec {
	margin: 2.5em auto 1.5em;
	font-size: 50rem;
	color: #070e20;
	line-height: 1.1;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.heading_sec .en {
	display: block;
	font-family: "ryo-display-plusn", serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
}

.heading_sec .en .amp {
	margin: 0 0.2em;
	font-size: 0.8em;
}

.heading_sec .jp {
	display: block;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #eac083;
	font-size: 0.4em;
}

.heading_sec_sub {
	margin: 1em auto;
}

@media screen and (max-width: 400px){
	.heading_sec {
		font-size: 40rem;
	}
}


@media screen and (max-width: 300px){
	.heading_sec {
		font-size: 24rem;
	}
}


/****************************************

　トップページ

*****************************************/
.index main {
	padding: 0;
}

.index .sec {
	margin: 2em auto;
    padding: 0;
}

/***　メインビジュアル　***/

.index .area_visual {
    margin: 0.5em auto 0;
}

.index .area_visual .visual .item {
    display: block;
    margin: 0 auto;
/*    border-bottom: 2px solid #c31426;
    box-shadow: 0 10px 50px #c31426 inset;*/
    text-align: center;
}

.index .area_visual .visual .item.pc {}
.index .area_visual .visual .item.smp {
    display: none;
}

.index .area_visual .visual .item img {
	display: block;
    width: 100%;
/*    box-shadow: 0 0 50px rgba(0,0,0,0.5);*/
}

@media screen and (max-width: 768px){
    .index .area_visual .visual .item.pc {
        display: none;
    }
    .index .area_visual .visual .item.smp {
        display: block;
        padding: 2em 0;
    }
}


@media screen and (max-width: 300px){
	.heading_sec {
		font-size: 24rem;
	}
}

/***　キャスト一覧　***/
.index .area_cast {
	margin: 0.5em auto 0;
}

.index .area_cast .list {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.index .area_cast .list .res {
    display: none;
}

.index .area_cast .list li {
    max-width: 160px;
    width: 100%;
    margin: 0 0.5em;
    font-size: 1.2em;
    line-height: 1.5;
}
.index .area_cast .list li.emp {
    display: none;
}

.index .area_cast .list li .photo {
    display: block;
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

.index .area_cast .list li .photo img {
    display: block;
    width: 100%;
}

.index .area_cast .list li .name {
    display: block;
    margin-top: 0.5em;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    font-weight: 700;
}

@media screen and (max-width: 600px){

    .index .area_cast .list li {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 500px){

    .index .area_cast .list {
        display: block;
    }

    .index .area_cast .list li {
        display: inline-block;
        max-width: 100px;
        margin: 0 0.5em 1em;
    }

}

@media screen and (max-width: 400px){

    .index .area_cast .list li {
        max-width: 80px;
    }

    .index .area_cast .list li .name {
        margin-top: 0.2em;
    }

}

@media screen and (max-width: 320px){

    .index .area_cast .list li {
        max-width: 70px;
        font-size: 1em;
    }
}

@media screen and (max-width: 290px){

    .index .area_cast .list .pk {
        display: inline;
    }
    .index .area_cast .list li.emp {
        display: inline-block;
    }
}

.index .area_credit {}

.index .area_credit .list {
    font-size: 1.2em;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    font-weight: 700;
}

.index .area_credit .list .work {
    display: inline-block;
    margin: 0 0.5em;
    color: #eac083;
}

.index .area_credit .list .name {
    display: inline-block;
    margin: 0 0.5em;
}

.index .area_credit .list .note {
    font-size: 0.7em;
}

@media screen and (max-width: 600px){

    .index .area_credit .list {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 320px){

    .index .area_credit .list {
        font-size: 1em;
    }
}

.index .area_credit .sch {
    max-width: 450px;
    width: 60%;
    margin: 0.5em auto 0;
}

.index .area_credit .sch img {
    display: block;
    width: 100%;
}

.index .area_credit .theater {
    max-width: 240px;
    width: 60%;
    margin: 0 auto 0;
}

.index .area_credit .theater img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 500px){

    .index .area_credit .sch {
        width: 80%;
    }
}



/**********************************************************************

　イントロ

**********************************************************************/

.area_intro {
	max-width: 900px;
	margin: 0 auto;
}

.area_intro .box {
	margin: 0 auto;
}
@media screen and (max-width: 960px){
	.area_intro .box {
		width: 85%;
	}
}
@media screen and (max-width: 610px){
	.area_intro .box {
		width: 90%;
	}
}
@media screen and (max-width: 400px){
	.area_intro .box {
		width: 95%;
	}
}

.area_intro .catch {
    margin: 0 auto 1em;
    font-size: 1.5em;
    color: #eac083;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.area_intro .catch:not(:first-of-type) {
    margin-top: 2em;
}
.area_intro .text {
	text-align: left;
    line-height: 2.5em;
}

.area_intro .text p {
	margin-bottom: 1em;
}

.area_intro .text p .point {
	font-weight: 700;
    color: #eac083;
}
@media screen and (max-width: 610px){
	.area_intro .text {
        line-height: 2em;
	}
}
@media screen and (max-width: 350px){
    .area_intro .catch {
        font-size: 1.3em;
    }
}


/**********************************************************************

　ストーリー

**********************************************************************/

.area_story {
	max-width: 900px;
	margin: 0 auto;
}

.area_story .box {
	margin: 0 auto;
}

@media screen and (max-width: 960px){
	.area_story .box {
		width: 85%;
	}
}
@media screen and (max-width: 610px){
	.area_story .box {
		width: 90%;
	}
}
@media screen and (max-width: 400px){
	.area_story .box {
		width: 95%;
	}
}

.area_story .catch {
	margin: 0 auto 2em;
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30rem;
	text-shadow: 0 0 5px rgba(128,128,172,0.9), 0 0 20px rgba(128,128,172,0.9),0 0 20px rgba(128,128,172,0.9),1px 1px 2px rgba(128,128,172,1),-1px -1px 2px rgba(128,128,172,1);
}

@media screen and (max-width: 1000px){
	.area_story .catch {
		font-size: 28rem;
	}
}

.area_story .text {
	text-align: left;
	line-height: 2.5em;
}

.area_story .text p {
	margin-bottom: 1em;
}

.area_story .photo {
	max-width: 600px;
	margin: 2em auto 0;
}
.area_story .photo img {
	display: block;
	width: 100%;
	box-shadow: 0 0 50px #0d0d2b;
}

.area_story .cap {
	display: block;
	margin: 0.5em auto 0;
	font-size: 0.9em;
}

@media screen and (max-width: 610px){
	.area_story .text {
	}
}


/**********************************************************************

　キャスト

**********************************************************************/

.area_cast {
	margin: 0 auto;
}

.area_cast .box {
	margin: 0 auto;
}

/****　プリンシバル　****/

.area_cast .list_p {
	line-height: 1.3;
}

.area_cast .list_p {
    margin: 0 auto;
}

.area_cast .list_p li {
    max-width: 260px;
    width: 100%;
    margin: 0 auto 2em;
    font-size: 1.5em;
    text-align: center;
}

.area_cast .list_p li .yaku {
    display: block;
    margin-bottom: 0.7em;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    font-weight: 700;
    font-size: 0.9em;
    color: #eac083;
}

.area_cast .list_p li .yaku .note {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.8em;
}
.area_cast .list_p li .photo {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

.area_cast .list_p li .photo img {
    display: block;
    width: 100%;
}

.area_cast .list_p li .name {
    display: block;
    margin-top: 0.5em;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    font-weight: 700;
}

@media screen and (max-width: 600px){
    .area_cast .list_p li .photo {
        width: 80%;
    }
}

/********************************
　キャストコメント　ボタン
********************************/

.cast .btn_cmt {
	display: block;
	max-width: 10em;
	margin: 0.5em auto 0;
	padding: 0.3em 0.5em;
	border-radius: 1px;
	background: #eac083;
	border-radius: 1px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-decoration: none;
	font-size: 0.6em;
	line-height: 1;
	color: #000;
    font-weight: 700;
	transition: 0.5s;

}

.cast .list_p .btn_cmt:hover {
	background: #f6d7ab;
}


/**********************************************************************

　キャスト、スタッフ：モーダルウィンドウ

**********************************************************************/

.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-image: url("../images/cast_cmt_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;  
    background-color: #d7cbb7;
	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: #000 !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: #000;
    letter-spacing: 0.2;
	text-shadow: 3px 3px 3px rgba(40,30,28,0.2);
}

.cast_cmt .name .ls {
    letter-spacing: 0.1em;
}

.cast_cmt .text {
	margin: 0 auto;
}

.cast_cmt .text dd {
    text-align: left;
	color: #000;
}


@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_staff {}

.area_staff .list {
    font-size: 1.2em;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.5;
}

.area_staff .list li {
    margin: 0 auto 1em;
}

.area_staff .list .work {
    display: block;
    margin: 0 auto;
    color: #eac083;
    font-size: 0..9em;
}

.area_staff .list .name {
    display: block;
    margin: 0 auto;
}

.area_staff .list .note {
    font-size: 0.7em;
}

/**********************************************************************

　チケット

**********************************************************************/
.area_ticket{
	margin: 0 auto;
	max-width: 900px;
}

.area_ticket .sokuho .stage_info {
	margin: 0 auto 4em;
	padding: 0 2em;
}

.area_ticket .sokuho .stage_info .sch {
	margin: 0 auto 1em;
    font-size: 3em;
    font-weight: 700;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    line-height: 1.5;
}

.area_ticket .sokuho .stage_info .sch .day {
    letter-spacing: 0.05em;
}

.area_ticket .sokuho .stage_info .sch .day .s {
    font-size: 0.6em;
}

.area_ticket .sokuho .stage_info .sch .ippan {
    max-width: 24em;
    margin: 0 auto;
    padding: 0.2em 2em;
    color: #eac083;
    font-size: 0.4em;
    line-height: 1.5;
}

@media screen and (max-width: 500px){
    .area_ticket .sokuho .stage_info .sch {
        font-size: 8vw;
    }

    .area_ticket .sokuho .stage_info .sch .ippan {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 400px){
	.area_ticket .sokuho .stage_info {
		padding: 0 1em;
	}
}

.area_ticket .sokuho .way {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 2em auto 0;
	padding: 2em;
    background: rgba(0,0,0,0.2);
    border: 1px solid #c69c60;
	color: #fff;
}

.area_ticket .sokuho .way a{
    color: #c69c60;
    font-weight: bold;
}

.area_ticket .sokuho .way > dt {
	margin: 0 auto;
	padding: 0.8em;
	background: #c69c60;
	text-shadow: 0 0 10px rgba(0,0,0,0.9), 0 0 20px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 24rem;
	text-align: center;
	line-height: 1.3;
	font-family: "ryo-display-plusn", serif;
	font-weight: 700;
	font-style: normal;
}

.area_ticket .sokuho .way > dd {
	margin-bottom: 2em;
	padding: 2em 1em 1em;
	text-align: center;
}

@media screen and (max-width: 500px){
	.area_ticket .sokuho .way {
		padding: 1.5em 1em;
	}
	.area_ticket .sokuho .way > dt {
		font-size: 20rem;
	}

}

@media screen and (max-width: 340px){
	.area_ticket .sokuho .way > dt {
		font-size: 18rem;
	}

}

/***　会場のご案内　***/

.area_ticket .sokuho .way .kaijyou .logo {
	max-width: 260px;
	width: 80%;
	margin: 0 auto 0.5em;
    font-weight: 400;
}

.area_ticket .sokuho .way .kaijyou .logo img {
	width: 100%;
}

.area_ticket .sokuho .way .kaijyou .add{
	font-size: 0.9em;
}

.area_ticket .sokuho .way .kaijyou .add .pk {
	margin: 0 0.5em;
}

.area_ticket .sokuho .way .kaijyou .btn {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 0.5em auto 0;
	padding: 0.3em 2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	border: 1px solid #eac083;
	color: #eac083;
	font-weight: 500;
	font-size: 18rem;
	text-decoration: none;
	line-height: 1.5;
	transition: 0.5s;
}
.area_ticket .sokuho .way .kaijyou .btn:hover {
	border: 1px solid #fff;
	color: #fff;
}

.area_ticket .sokuho .way .kaijyou .btn .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}


@media screen and (max-width: 500px){
	.area_ticket .sokuho .way .kaijyou .btn {
		font-size: 18rem;
	}
}
@media screen and (max-width: 500px){
	.area_ticket .sokuho .way .kaijyou .btn {
		display: block;
		width: 90%;
		max-width: inherit;
		margin: 0.5em auto 0;
	}
}

/***　グループ観劇　***/
.area_ticket .sokuho .way .group {}
.area_ticket .sokuho .way .group .office,
.area_ticket .sokuho .way .group .tel {
	display: inline-block;
	margin: 0 0.4em;
}

.area_ticket .sokuho .way .group .tel a {
	text-decoration: none;
	color: #fff;
}


.area_ticket .sokuho .contact {}

.area_ticket .sokuho .contact .tel {
	display: inline-block;
	margin: 0 0.5em;
}

.area_ticket .sokuho .contact .tel .lbl{
	margin-right: 0.3em;
}

.area_ticket .sokuho .contact .tel a {
	text-decoration: none;
	color: #fff;
}

.area_ticket .sokuho .contact .office {
	display: inline-block;
	margin: 0 0.5em;
}



/***************************************************

　ムービー

**************************************************/

.area_movie {}

.area_movie .list {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap; 
    margin: 0 auto;
/*    padding: 10px;*/
}

.area_movie .list.center {
    justify-content: center;
}

.area_movie .item{
    width: 100%;
    justify-content: center;
	max-width: 900px;
    margin-bottom: 4em;
    margin: 0 auto 4em;
    vertical-align: bottom;
	margin-top: auto;
}

.area_movie .name {
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    font-size: 1.3em;
    color: #fff;
	font-weight: 500;
    line-height: 1.3;
	text-align: center;
}

.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: 1px solid #eac083;  
}

@media screen and (max-width: 768px){
    .area_movie .list {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .area_movie .item{
        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;*/
    } 
}



