@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
***/

/***色
#edc689;　rgba(237,198,137,1);
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/********リンク********/
a {
    color: #fdc095;
    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:2;
	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: #1d0304;	
}

html,body { /*背景色用*/
/*  height: 100vh*/
}

body:after {
    z-index: -1;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;  
    background-color: #1d0304;
}


@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;  
	}*/
}

/****　ヘッドエリア背景　****/
.area_head {
}



/*****メインコンテンツ*****/

.wrap{
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

main{
	margin: 0 auto;
	padding: 0;
}


/****************************************

　フッター

*****************************************/


/****　ページトップへ戻る　****/

#pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    line-height: 0;
	z-index: 100;
}

#pagetop img {
	display: block;
	width: 100%;
	max-width: 75px;
}



@media screen and (max-width: 768px) {
	#pagetop img {
		width: 15vw;

	}

}
.foot_link {
	margin: 2em auto 0;
}
footer{
	width: 100%;
	margin: 0 auto;
    padding: 2em 0 0;
	color: #fff;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
    font-family: 'Noto Serif JP', serif;
}

footer .copy {
	display: block;
	padding: 1em;
	font-style: normal;
	line-height: 1.5;
}

footer .sns_link {
    margin-top: 40px;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: top;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	top: 5px;
    width: 35px;
}

footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #fff;
	font-size: 16rem;
}

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 {
	max-width: 1000px;
    margin: 0 auto;
	padding: 0 1em;
}

.sec:not(:first-of-type) {
	padding: 3em 1em;
}


.sec .inner {
    margin: 0 auto;
}

@media screen and (max-width: 500px){
}



/*******************************************

　見出し

********************************************/


.heading_area {
    margin: 2em auto 1em;
    font-family: 'Noto Serif JP', serif;
	color: #edc689;
	text-shadow: 0 0 5px rgba(0,0,0,0.5),0 0 30px rgba(237,198,137,0.2),0 0 50px rgba(237,198,137,0.2),0 0 50px rgba(237,198,137,0.2);
    font-size: 40rem;
    line-height: 1.2;
    text-align: center;
}

.heading_area .are {
	display: block;
	margin: 0 auto;
}
.heading_area .theater {
	display: block;
	margin: 0 auto;
}
.heading_sec {
    font-family: 'Noto Serif JP', serif;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5),0 0 30px rgba(237,198,137,0.2),0 0 50px rgba(237,198,137,0.2),0 0 50px rgba(237,198,137,0.2);
    font-size: 30rem;
    line-height: 1.2;
    text-align: center;
}


@media screen and (max-width: 600px) {
	.heading_sec {
		font-size: 38rem;
	}
}

@media screen and (max-width: 400px) {
	.heading_sec {
		font-size: 30rem;
	}
}


/**********************************************************************

　東京

**********************************************************************/

.detail {
	width: 100%;
	margin: 0 auto;
	background: rgba(80,9,11,0.5);
	padding: 2em;
	border: 1px solid #edc689;	
}

.detail > dt {
	background: rgba(237,198,137,0.9);
	margin: 0 auto;
	padding: 0.5em 1em;
	color: #230507;
	font-weight: 700;
	font-size: 24rem;
	text-align: center;
	line-height: 1.3;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.detail > dt .note {
	font-size: 0.7em;
}
.detail > dd {
	padding: 2em;
}

.detail a{
    color: #edc689;
}

@media screen and (max-width: 500px){
	.detail > dt {
		font-size: 20rem;
	}
}

@media screen and (max-width: 400px){
	.detail {
		padding: 0.5em;
	}
	.detail > dd {
		padding: 1em;
	}
}

/***　公演日程　**/
.detail dd.day {}
.detail dd.day .theater {
	border-top: 1px groove #edc689;
	border-bottom: 1px groove #edc689;
	font-size: 1.3em;
}
.detail dd.day .list {
	padding: 1em;
	font-size: 1.2em;
}
.detail dd.day .list:not(:last-of-type) {
	margin-bottom: 1em;
}

/***　お願い・注意事項　**/
.detail dd.caution {}
.detail dd.caution .list {}
.detail dd.caution .list li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;

}


/***　料金　**/
.detail dd.price {}
.detail dd.price .list {
	font-size: 1.2em;
}
.detail dd.price .list li {
	display: inline-block;
	margin: 0 0.5em;
}

.detail dd.price .list li .lbl {
	color: #edc689;
}

.detail .start {
    display: inline-block;
    margin-bottom: 1em;
	color: #edc689;
    line-height: 1.3;
	font-size: 20rem;
}

.detail .tel a {
	text-decoration: none;
	color: #fff;
}
/*
.detail .caution {
	padding: 1em 1em 0;
	text-align: center;
}
.detail .caution.long {
	text-align: left;
}
.detail .caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	font-size: 0.9em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-indent: -1em;
	line-height: 1.5;
}*/


/***　東宝ナビザーブ　***/
/***色
#edc689;　rgba(237,198,137,1);
***/

.detail dd.toho .btn {
	position: relative;
    display: block;
    max-width: 400px;
    margin: 0.3em auto 1em;
    padding: 0;
    border: 1px solid #edc689;
    border-radius: 1px;
    color: #edc689;
	font-size: 1.5em;
    text-decoration: none;
	font-weight: 500;
    transition: 0.5s;
}

.detail dd.toho .btn:hover {
    background: rgba(0,0,0,0.5);
}

.detail dd.toho .btn .icon{
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}
.detail dd.toho .btn .toho-one2 {
    margin: 0 auto 1em;
    font-weight: 700;
}
.detail dd.toho .btn .toho-one2 .note {
    display: block;
    font-size: 0.9em;
}
.detail dd.toho .toho-one {
    padding: 2em;
    border-radius: 5px;
    background: rgba(237,198,137,0.1);
}
.detail dd.toho .toho-one p {
    text-align: left;
}
.detail dd.toho .toho-one .btn2 {
	position: relative;
    display: block;
    max-width: 300px;
    margin: 0.3em auto;
    padding: 0;
    border: 1px solid #edc689;
    border-radius: 1px;
    color: #edc689;
	font-size: 1.1em;
    text-decoration: none;
    transition: 0.5s;
}

.detail dd.toho .toho-one .btn2:hover {
    background: rgba(0,0,0,0.5);
}

.detail dd.toho .toho-one .faq {
    margin: 1em auto 0;
}
.detail dd.toho .toho-one .contact {
    text-align: left;
}

.detail dd.toho .toho-one .contact {
    width: 100%;
    margin: 1em auto;
}
.detail dd.toho .toho-one .contact th,
.detail dd.toho .toho-one .contact td {
    padding: 0.5em 1em;
    border: 1px solid #edc689;
}
.detail dd.toho .toho-one .contact th {
    white-space: nowrap;
}
.detail dd.toho .toho-one .contact td {

}
.detail dd.toho .toho-one .contact .tel {
    display: inline-block;
    margin: 0;
    font-size: 1em;
    line-height: 1.8;
}

.detail dd.toho .toho-one .contact .time {
    display: inline-block;
    line-height: 1.8;
}
.detail dd.toho .toho-one .contact .note {
    margin-top: 1em;
    font-size: 0.8em;
}

@media screen and (max-width: 600px){
    .detail dd.toho .toho-one .contact th,
    .detail dd.toho .toho-one .contact td {
        display: block;
        width: 100%;
        text-align: center;
    }
    .detail dd.toho .toho-one .contact th {
        border-bottom: none;
    }
    .detail dd.toho .toho-one .contact td {
        margin-bottom: 0.5em;
    }
    .detail dd.toho .toho-one .contact .note {
        text-align: left;
        font-size: 0.9em;
    }
}

.detail dd.toho .senkou {
	margin: 2em auto 0;
}

.detail dd.toho .senkou dt {
    border-top: 1px solid #edc689;
    border-bottom: 1px solid #edc689;
	padding: 0.3em 0.5em;
	color: #edc689;
	font-weight: 900;
}
.detail dd.toho .senkou dd {
	margin-bottom: 1em;
	padding: 0.5em;
	font-size: 20rem;  
}


/***　プレイガイド　***/

.detail dd.playguid {}

.detail dd.playguid .btn {
	position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto 0.5em;
    padding: 0;
    border: 1px solid #edc689;
    border-radius: 1px;
    color: #edc689;
	font-size: 1.3em;
    text-decoration: none;
	font-weight: 500;
    transition: 0.5s;
}

.detail dd.playguid .btn:hover {
    background: rgba(0,0,0,0.5);
}

.detail dd.playguid .btn .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}


/***　テレザーブ　***/

.detail dd.tele {}

.detail dd.tele .office {
	display: block;
	margin: 0 auto;
}
.detail dd.tele .tel {
	display: block;
	margin: 0 auto;
	font-size: 1.5em;
}
.detail dd.tele .tel .note {
	font-size: 0.7em;
}

/***　会場　***/
.detail dd.kaijyo {
}

.detail dd.kaijyo .list dt {
	border-top: 1px solid #edc689;
	border-bottom: 1px solid #edc689;
	font-size: 1.2em;	
}
.detail dd.kaijyo .list dt a {
	transition: 0.5s;
	color: #fff;
}
.detail dd.kaijyo .list dt a:hover{
	color: #edc689;
}

.detail dd.kaijyo .list dt a .icon {
	margin-left: 0.2em;
	vertical-align: super;
	font-size: 0.7em;
	color: #edc689;
}

.detail dd.kaijyo .list dd {
	padding: 1em;
}
.detail dd.kaijyo .list .btn {
	position: relative;
    display: inline-block;
    max-width: 300px;
	width: 100%;
    margin: 0.3em 0.5em 0.5em;
    padding: 0;
    border: 1px solid #edc689;
    border-radius: 1px;
    color: #edc689;
    text-decoration: none;
    transition: 0.5s;
}

.detail dd.kaijyo .list .btn:hover {
    background: rgba(0,0,0,0.5);
}

/****　お問い合わせ　****/

.ticket dd.contact {}

.ticket dd.contact .tel {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 1.2em;
}

.ticket dd.contact .tel .lbl{
	margin-right: 0.3em;
}

.ticket dd.contact .tel a {
	text-decoration: none;
	color: #fff;
}

.ticket dd.contact .office {
	display: inline-block;
	margin: 0 0.5em;
}
.ticket dd.contact .tel .note {
	font-size: 0.7em;
}

/****　ツアー　***/

.tour .detail dd.kaijyo .list .theater {
	font-size: 1.2em;	
} 
.tour .detail dd.kaijyo .list .theater a {
	transition: 0.5s;
	color: #fff;
}
.tour .detail dd.kaijyo .list .theater a:hover{
	color: #edc689;
}

.tour .detail dd.kaijyo .list .theater a .icon {
	margin-left: 0.2em;
	vertical-align: super;
	font-size: 0.7em;
	color: #edc689;
}

.tour .detail dd.contact .office,
.tour .detail dd.contact .tel,
.tour .detail dd.contact .url {
	display: block;
}

.tour .detail dd.day .list {
	padding: 0;
	font-size: 1.2em;
}

.tour .detail dd.playguid {
	text-align: left;
}

.tour .detail dd.playguid .list dt {
	font-size: 1.2em;	
}
.tour .detail dd.playguid .list dt::before {
	content: "●";
	margin-right: 0.2em;
	color: #edc689;
	font-size: 0.9em;
}
.tour .detail dd.playguid .list dd {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #edc689;
}

.tour .detail dd.price {}

.tour .detail dd.price .vip {
	margin: 0 auto 1em;
	padding: 1em;
    border-radius: 5px;
    background: rgba(237,198,137,0.1);
}
.tour .detail dd.price .vip dt {
	border-top: 1px solid #edc689;
	border-bottom: 1px solid #edc689;
	font-size: 1.2em;
	color: #edc689;
	font-weight: 700;
}
.tour .detail dd.price .vip dd {}
.tour .detail dd.price .vip .price2 {
	margin: 1em auto;
	font-size: 1.2em;
}

.tour .detail dd.price .vip table {
	width: 100%;
	margin: 0 auto;
}

.tour .detail dd.price .vip table th,
.tour .detail dd.price .vip table td {
	padding: 0.5em 1em;
	border: 1px solid #edc689;
}

.tour .detail dd.price .vip table th {
	color: #edc689;
}
.tour .detail dd.price .vip table td ul {
	text-align: left;
}
.tour .detail dd.price .vip table td ul .icon {
	color: #edc689;
}

@media screen and (max-width: 500px){
	.tour .detail dd.price .vip table th,
	.tour .detail dd.price .vip table td {
		display: block;
		width: 100%;
	}
	.tour .detail dd.price .vip table th {
		border-bottom: none;
	}
}

.tour .detail dd.contact .tel {
	font-size: 1em;
}

.tour .detail dd.kaijyo .kotsu {
	margin: 1em auto ;
	font-size: 0.9em;
}
.tour .detail dd.kaijyo .kotsu ul {
	display: inline-block;
	margin-bottom: 0.5em;
	text-align: left;

}
.tour .detail dd.kaijyo .kotsu li::before {
	content: "・";
	color: #edc689;
}
.tour .detail dd.kaijyo .kotsu .note {
	font-size: 0.9em;
}


