@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: 34rem;
	}
}


@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;
    max-width: 900px;
    margin: 0 auto;
}

.index .area_visual .visual .item img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 920px){
    .index .area_visual {
        width: 95%;
    }
}


@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%;
    }
}

/**********************************************************************
　メインビジュアル（本ビジュアル）
**********************************************************************/
.index .area_visual2 {
    margin: 0.5em auto 0;
    width: 95%;
}
.index .area_visual2 .visual {
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 0 300px rgba(0,0,0,0.5),0 0 80px rgba(0,0,0,0.8),0 0 20px rgba(0,0,0,0.8);
}
.index .area_visual2 .visual img {
    display: block;
    width: 100%;
}

/**********************************************************************

　イントロ

**********************************************************************/

.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;
}

/****　プリンシバル1　****/

.area_cast .list_p {
	line-height: 1.3;
}

.area_cast .list_p {
    margin: 0 auto 6em;
}

.area_cast .list_p li {
    max-width: 280px;
    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: 640px){
    .area_cast .list_p li {
        max-width: 240px;
    }
}
/*@media screen and (max-width: 600px){
    .area_cast .list_p li .photo {
        width: 80%;
    }
}*/

/****　プリンシバル2　****/

.area_cast .list_p2 {
    margin: 0 auto;
	line-height: 1.3;
}
.area_cast .list_p2.last {
    margin-bottom: 2em;
}
.area_cast .list_p2 li {
    max-width: 240px;
    width: 100%;
    display: inline-block;
    margin: 0 0.5em 2em;
    font-size: 1.2em;
    text-align: center;
}

.area_cast .list_p2 li .yaku {
    display: block;
    margin-bottom: 0.5em;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    font-weight: 700;
    font-size: 0.9em;
    color: #eac083;
}

.area_cast .list_p2 li .yaku .note {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.8em;
}

.area_cast .list_p2 li .photo {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

.area_cast .list_p2 li .photo img {
    display: block;
    width: 100%;
}

.area_cast .list_p2 li .name {
    display: block;
    margin-top: 0.3em;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    font-weight: 700;
}
@media screen and (max-width: 640px){
    .area_cast .list_p2 li {
        max-width: 200px;
    }
}
@media screen and (max-width: 385px){
    .area_cast .list_p2 li {
        margin: 0 0.3em 2em;
    }
}

@media screen and (max-width: 360px){
    .area_cast .list_p2 li {
        display: block;
        margin: 0 auto 2em;
    }
}

/****　プリンシバル3　****/

.area_cast .list_p3 {
    margin: 3em auto 0;
	line-height: 1.3;
}
.area_cast .list_p3.last {
    margin: 0 auto 3em;
}
.area_cast .list_p3 li {
    display: inline-block;
    max-width: 180px;
    margin: 0 0.5em 2em;
    font-size: 1.2em;
    text-align: center;
}

.area_cast .list_p3 li .photo {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.area_cast .list_p3 li .photo img {
    display: block;
    width: 100%;
}


.area_cast .list_p3 li .name {
    display: block;
    margin-top: 0.3em;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    font-weight: 700;
}
@media screen and (max-width: 640px){
    .area_cast .list_p3 li {
        max-width: 120px;
    }
}

@media screen and (max-width: 385px){
    .area_cast .list_p3 li {
        margin: 0 0.3em 2em;
    }
}
@media screen and (max-width: 360px){
    .area_cast .list_p3 li {
        display: block;
        margin: 0 auto 2em;
    }
}

/****　アンサンブル　****/

.area_cast .list_e {
    display: inline-block;
	line-height: 1.3;
    margin: 0 auto;
}
.area_cast .list_e .last {
    margin-left: 5em;
}

.area_cast .list_e .res {
    display: none;
}

.area_cast .list_e li {
    display: inline-block;
    max-width: 140px;
    margin: 0 0.5em 1em;
    font-size: 0.9em;
    text-align: center;
}

.area_cast .list_e li .name {
    display: block;
    margin-top: 0.3em;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    font-weight: 700;
}
.area_cast .list_e li.note {
    font-size: 0.7em;
}

.area_cast .list_e li .photo {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.area_cast .list_e li .photo img {
    display: block;
    width: 100%;
}

/*.area_cast .list_e:last-of-type::after {
    display: block;
    content: "（五十音順）";
    font-size: 0.7em;
    text-align: right;
}*/
@media screen and (max-width: 640px){
    .area_cast .list_e .res {
        display: inline;
    }

    .area_cast .list_e li {
        margin: 0 0.5em 1.5em;
    }
    .area_cast .list_e .last {
        margin-left: auto;
    }
    .area_cast .list_e li.note {
        width: 140px;
    }
    
    .area_cast .list_e li {
        max-width: 100px;
    }
    .area_cast .list_e li.note {
        max-width: 100px;
    }
}
@media screen and (max-width: 290px){
    .area_cast .list_e li {
        display: block;
        margin: 0 auto 1em;
    }
}

/********************************
　キャストコメント　ボタン
********************************/

.cast .btn_cmt {
	display: block;
	max-width: 10em;
	margin: 0.5em auto 0;
	padding: 0.3em 0.5em;
	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 {
    margin: 0 auto 3em;
    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 .name li {
    display: inline-block;
    margin: 0 0.3em 0;
}
.area_staff .list .note {
    display: block;
    margin-left: 4em;
}
.area_staff .list .note .s {
    font-size: 0.7em;
}

.area_staff .list .note2 {
    display: block;
    font-size: 0.7em;
}

@media screen and (max-width: 320px){
    .area_staff .list .name li {
        display: block;
        margin: 0 auto 0.5em;
    }

}


/**********************************************************************

　チケット（速報）

**********************************************************************/
.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_ticket{
	margin: 0 auto;
	max-width: 900px;
}

.area_ticket .stage_info {
	margin: 0 auto 4em;
	padding: 0 2em;
}

.area_ticket .stage_info .sch {
	margin: 40px auto 1em;
	width: 100%;
    max-width: 701px;
}

.area_ticket .stage_info .theater {
	margin: 0 auto 2em;
	width: 60%;
    max-width: 280px;
}

.area_ticket .stage_info .hoshitori {
    margin: 2em auto;
    max-width: 900px;
}

.area_ticket .stage_info .sch img,
.area_ticket .stage_info .theater img,
.area_ticket .stage_info .hoshitori img {
    width: 100%;
}

.area_ticket .stage_info .list_price table {
	width: 100%;
	margin: 2em auto 0;
	table-layout: fixed;
	background: rgba(0,0,0,0.5);
}
.area_ticket .stage_info .list_price caption {
	margin: 0 auto 0.2em;
	font-size: 20rem;
	color: #fff;
}

.area_ticket .stage_info .list_price caption .s {
	font-size: 0.8em;
}
/*.area_ticket .stage_info .list_price th:first-of-type {
	width: 7em;
}*/
.area_ticket .stage_info .list_price th,
.area_ticket .stage_info .list_price td {
	padding: 0.5em 1em;
	border: 1px solid #8e6223;
	font-weight: 500;
}

.area_ticket .stage_info .list_price th {
	background: #c69c60;
	text-shadow: 0 0 10px rgba(0,0,0,0.9), 0 0 20px rgba(0,0,0,0.5);
}

.area_ticket .stage_info .list_price .caution {
	margin: 0.5em 0 0 0;
	padding: 0.5em;
	text-align: right;
}

.area_ticket .stage_info .caution {
    margin: 2em auto 0;
	padding: 0 1em;
	text-align: left;
	line-height: 1.5;    
}

.area_ticket .stage_info .caution li{
	margin-bottom: 0.5em;
	padding-left: 1em;
	font-size: 0.85em;
	text-indent: -1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.area_ticket .stage_info .caution li:not(:last-of-type){
	margin-bottom: 0.5em;
}

.area_ticket .stage_info .caution li a{
	text-decoration: underline;
	color: #fff;
}
.area_ticket .stage_info .caution li .tel a{
	text-decoration: underline;
	color: #fff;
}
.area_ticket .stage_info .caution li .logo_awt{
    width: 60%;
    max-width: 240px;
    min-width: 90px;
    margin: 0 0 0 -15px;
}
.area_ticket .stage_info .caution li .logo_awt img{
	display: block;
    width: 100%;
}

/*.area_ticket .stage_info .caution li .tele_note {
	display: inline-block;
	text-indent: 0;
}

.area_ticket .stage_info .caution li .note .lbl {
	display: block;
}*/

@media screen and (max-width: 500px){
	.area_ticket .stage_info .caution {
		padding: 0;  
	}

	.area_ticket .stage_info .list_price th:first-of-type {
		/*width: 3em;*/
	}
}

@media screen and (max-width: 400px){
	.area_ticket .stage_info {
		padding: 0 1em;
	}
	.area_ticket .stage_info .list_price {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 320px){
	.area_ticket .stage_info .list_price th,
	.area_ticket .stage_info .list_price td {
		padding: 0.5em;
	}
}

.area_ticket .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.5);
    border: 1px solid #c69c60;
	color: #fff;
}

.area_ticket .way a{
    color: #cbad6d;
    font-weight: bold;
}

.area_ticket .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 .way > dd {
	margin-bottom: 2em;
	padding: 2em 1em 1em;
	text-align: center;
}

@media screen and (max-width: 500px){
	.area_ticket .way {
		padding: 1.5em 1em;
	}
	.area_ticket .way > dt {
		font-size: 20rem;
	}

}

.area_ticket .way .start {
    display: inline-block;
    margin-bottom: 1em;
/*	border-bottom:1px solid #cbad6d;*/
	color: #cbad6d;
	font-weight: bold;
    line-height: 1.3;
    font-size: 1.2em;
}

.area_ticket .way .tel a {
	text-decoration: none;
	color: #fff;
}

.area_ticket .way .caution {
	margin-top: 1em;
	padding: 1em 1em 0;
/*	border-top: 1px solid #cbad6d;*/
	text-align: left;
}
.area_ticket .way .caution.long {
	text-align: left;
}
.area_ticket .way .caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	font-size: 0.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-indent: -1em;
	line-height: 1.5;
}
.area_ticket .way .caution.cen {
	text-align: center;
}
.area_ticket .way .caution.cen li {
    padding: 0;
	text-indent: 0;
}

@media screen and (max-width: 890px){

	.area_ticket .way .caution {
		text-align: left;
	}
}

@media screen and (max-width: 400px){

	.area_ticket .way .caution {
		padding: 1em 0 0;
	}
}

/***　東宝ナビザーブ　***/

.area_ticket .way .toho .login {
	margin: 0 auto;
	text-align: center;
}
.area_ticket .way .toho .login .lbl {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
}

.area_ticket .way .toho .btn {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 440px;
	margin: 0.5em auto 0;
	padding: 0.5em 2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background: rgba(203,173,109,0.2);
	border: 1px solid #cbad6d;
	color: #fff;
	font-weight: 500;
	font-size: 24rem;
	text-decoration: none;
	line-height: 1.5;
	transition: 0.5s;
}
.area_ticket .way .toho .btn:hover {
	background: none;
	color: #f6cf70;
}

.area_ticket .way .toho .btn .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}

@media screen and (max-width: 500px){
	.area_ticket .way .toho .btn {
		width: 90%;
		font-size: 20rem;
	}
}

@media screen and (max-width: 340px){
	.area_ticket .way .toho .btn {
		width: 95%;
		font-size: 18rem;
	}
}

.area_ticket .way .toho .senkou {}

.area_ticket .way .toho .senkou table {
	width: 100%;
	margin: 2em auto 0;
}

.area_ticket .way .toho .senkou table th,
.area_ticket .way .toho .senkou table td {
	padding: 0.5em;
	border: 1px solid #cbad6d;	
}

.area_ticket .way .toho .senkou table th {
	width: 14em;
    background: rgba(198,156,96,0.2);
	font-weight: normal;
}

.area_ticket .way .toho .senkou table td {
	text-align: left;
}

.area_ticket .way .toho .senkou .caution {
	margin-top: 0;
}

@media screen and (max-width: 580px){
	.area_ticket .way .toho {
		text-align: center;
	}

	.area_ticket .way .toho > dt {
		font-size: 1.2em;
	}
	.area_ticket .way .toho > dt::before {
		content: "≪";
		margin: 0 auto;
		color: #fff;
	}
	.area_ticket .way .toho > dt::after {
		content: "≫";
		margin: 0 auto;
	}
	.area_ticket .way .toho > dd {
		padding: 0;
	}
	.area_ticket .way .toho > dd .url {
		font-size: 1.2em;
	}
	.area_ticket .way .toho .senkou table {
		border: 1px solid #cbad6d;
	}
	.area_ticket .way .toho .senkou table th,
	.area_ticket .way .toho .senkou table td {
		display: block;
		width: 100%;
		border: none;
	}

	.area_ticket .way .toho .senkou table th {
		background: rgba(203,173,109,0.5);
		font-weight: 700;
	}

	.area_ticket .way .toho .senkou table td {
		text-align: center;
	}
}

/****　meijiza　****/

.area_ticket .way .meijiza .login {
	margin: 0 auto;
	text-align: center;
}
.area_ticket .way .meijiza .login .lbl {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
}

.area_ticket .way .meijiza .btn {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 440px;
	margin: 0.5em auto 0;
	padding: 0.5em 2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background: rgba(203,173,109,0.2);
	border: 1px solid #cbad6d;
	color: #fff;
	font-weight: 500;
	font-size: 24rem;
	text-decoration: none;
	line-height: 1.5;
	transition: 0.5s;
}
.area_ticket .way .meijiza .btn:hover {
	background: none;
	color: #f6cf70;
}

.area_ticket .way .meijiza .btn .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}

@media screen and (max-width: 500px){
	.area_ticket .way .meijiza .btn {
		width: 90%;
		font-size: 20rem;
	}
}

@media screen and (max-width: 340px){
	.area_ticket .way .meijiza .btn {
		width: 95%;
		font-size: 18rem;
	}
}

.area_ticket .way .meijiza .senkou {}

.area_ticket .way .meijiza .senkou table {
	width: 100%;
	margin: 2em auto 0;
}

.area_ticket .way .meijiza .senkou table th,
.area_ticket .way .meijiza .senkou table td {
	padding: 0.5em;
	border: 1px solid #cbad6d;	
}

.area_ticket .way .meijiza .senkou table th {
	width: 14em;
    background: rgba(198,156,96,0.2);
	font-weight: normal;
}

.area_ticket .way .meijiza .senkou table td {
	text-align: left;
}

.area_ticket .way .meijiza .senkou .caution {
	margin-top: 0;
}

@media screen and (max-width: 580px){
	.area_ticket .way .meijiza {
		text-align: center;
	}

	.area_ticket .way .meijiza > dt {
		font-size: 1.2em;
	}
	.area_ticket .way .meijiza > dt::before {
		content: "≪";
		margin: 0 auto;
		color: #fff;
	}
	.area_ticket .way .meijiza > dt::after {
		content: "≫";
		margin: 0 auto;
	}
	.area_ticket .way .meijiza > dd {
		padding: 0;
	}
	.area_ticket .way .meijiza > dd .url {
		font-size: 1.2em;
	}
	.area_ticket .way .meijiza .senkou table {
		border: 1px solid #cbad6d;
	}
	.area_ticket .way .meijiza .senkou table th,
	.area_ticket .way .meijiza .senkou table td {
		display: block;
		width: 100%;
		border: none;
	}

	.area_ticket .way .meijiza .senkou table th {
		background: rgba(203,173,109,0.5);
		font-weight: 700;
	}

	.area_ticket .way .meijiza .senkou table td {
		text-align: center;
	}
}


/***　プレイガイド　***/

.area_ticket .way .playguid {}

.area_ticket .way .playguid .btn {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 440px;
	margin: 1em auto 0;
	padding: 0.5em 2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background: rgba(203,173,109,0.2);
	border: 1px solid #cbad6d;
	color: #fff;
	font-weight: 500;
	font-size: 20rem;
	text-decoration: none;
	line-height: 1.5;
	transition: 0.5s;
}
.area_ticket .way .playguid .btn:hover {
	background: none;
	color: #f6cf70;
}

.area_ticket .way .playguid .btn .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}
.area_ticket .way .playguid .btn:not(:last-of-type) {
	margin-bottom: 1em;
}

@media screen and (max-width: 500px){
	.area_ticket .way .playguid .btn {
		width: 90%;
		font-size: 18rem;
	}
}

@media screen and (max-width: 340px){
	.area_ticket .way .playguid .btn {
		width: 95%;
	}
}


/***　テレザーブ　***/

.area_ticket .way .tele .list {}

.area_ticket .way .tele .list table {
	width: 100%;
	margin: 1em auto 0;
}

.area_ticket .way .tele .list table th,
.area_ticket .way .tele .list table td {
	padding: 0.5em;
	border: 1px solid #cbad6d;	
}

.area_ticket .way .tele .list table th {
	width: 14em;
    background: rgba(198,156,96,0.2);
	font-weight: normal;
}

.area_ticket .way .tele .list table td {
	text-align: left;
}
.area_ticket .way .tele .list .tel a {
	text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 580px){
	.area_ticket .way .tele .list table {
		border: 1px solid #cbad6d;
	}
	.area_ticket .way .tele .list table th,
	.area_ticket .way .tele .list table td {
		display: block;
		width: 100%;
		border: none;
	}

	.area_ticket .way .tele .list table th {
		background: rgba(203,173,109,0.5);
		font-weight: 700;
	}

	.area_ticket .way .tele .list table td {
		text-align: center;
	}
}

.area_ticket .way .tel .note {
	display: inline-block;
	font-size: 0.7em;
}
.area_ticket .way .tele .caution {
	margin-top: 1em;
}

/***　グループ観劇　***/
.area_ticket .way .group {}

.area_ticket .way .group .btn {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 440px;
	margin: 1em auto;
	padding: 0.5em 2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background: rgba(203,173,109,0.2);
	border: 1px solid #cbad6d;
	color: #fff;
	font-weight: 500;
	font-size: 20rem;
	text-decoration: none;
	line-height: 1.5;
	transition: 0.5s;
}
.area_ticket .way .group .btn:hover {
	background: none;
	color: #f6cf70;
}

.area_ticket .way .group .btn .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}
.area_ticket .way .group .office,
.area_ticket .way .group .tel {
	display: inline-block;
	margin: 0 0.4em;
}

.area_ticket .way .group .tel a {
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 500px){
	.area_ticket .way .group .btn {
		width: 90%;
		font-size: 18rem;
	}
}

@media screen and (max-width: 340px){
	.area_ticket .way .group .btn {
		width: 95%;
	}
}


/*****　リセール　*****/

.area_ticket .way .resale p {
    text-align: left;
	font-size: 16rem;
	font-weight: 400;
		
}

.area_ticket .way .resale .list {
    margin: 1em auto 0;
	text-align: center;
}

.area_ticket .way .resale .list li {
    margin: 1em;
    display: inline-block;
}

.area_ticket .way .resale .list span {
    font-size: 0.9em;
	font-weight: 500;
}

.area_ticket .way .resale .list img {
    display: block;
    margin-bottom: 0;
    vertical-align: bottom;
}
.area_ticket .way .resale .caution {
    margin: 0 auto;
    padding-top: 0;
}


/***　会場案内　***/

.area_ticket .way > dd.kaijyou {
	text-align: center;
}

.area_ticket .kaijyou .theater {
	font-size: 30rem;
	font-weight: 900;
}

.area_ticket .kaijyou .theater .icon {
	margin-left: 0.2em;
	font-size: 0.8em;
}

.area_ticket .kaijyou .logo {
	max-width: 280px;
	width: 80%;
	margin: 1em auto;
    font-weight: 400;
}

.area_ticket .kaijyou .logo img {
	width: 100%;
}

.area_ticket .kaijyou .add{
	font-size: 0.9em;
}

.area_ticket .kaijyou .add .pk {
	margin: 0 0.5em;
}

.area_ticket .kaijyou .btn {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 45%;
	width: 100%;
	margin: 1em 0.25em 0;
	padding: 0.5em 2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background: rgba(203,173,109,0.2);
	border: 1px solid #cbad6d;
	color: #fff;
	font-weight: 500;
	font-size: 20rem;
	text-decoration: none;
	line-height: 1.5;
	transition: 0.5s;
}
.area_ticket .kaijyou .btn:hover {
	background: none;
	color: #f6cf70;
}

.area_ticket .kaijyou .btn .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}


@media screen and (max-width: 500px){
	.area_ticket .kaijyou .btn {
		font-size: 18rem;
	}
}
@media screen and (max-width: 500px){
	.area_ticket .kaijyou .btn {
		display: block;
		width: 90%;
		max-width: inherit;
		margin: 0.5em auto 0;
	}
}


.area_ticket .contact {}

.area_ticket .contact .tel {
	display: inline-block;
	margin: 0 0.5em;
}

.area_ticket .contact .tel .lbl{
	margin-right: 0.3em;
}

.area_ticket .contact .tel a {
	text-decoration: none;
	color: #fff;
}

.area_ticket .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;*/
    } 
}



