@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: "ab-tsubaki", sans-serif;
font-weight: 400;
font-style: normal;

明朝
font-family: "ryo-display-plusn", serif;
font-weight: 500;
font-style: normal;

font-family: "ryo-display-plusn", serif;
font-weight: 700;
font-style: normal;
***/

/***色
黒　#29201b;　rgba(41,32,27,1);
朱　#e83e0b; rgba(201,79,56,1);
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/********リンク********/
a {
    color: #29201b;
    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;
	background-color: #e5dbd2;

	font-size: 16em;
	line-height:2;
	color: #29201b;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

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: center;
    background-size: auto;  
    background-color: #e5dbd2;
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
   
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
   
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}


/*****フェードイン*****/


.scroll-fade-up {
}
.scroll-fade-sideR {

}

/*****メインコンテンツ*****/

.wrap{
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

main{
	margin: 0 auto;
}

/****************************************

　フッター

*****************************************/

/****　ページトップへ戻る　****/

/****　ページトップへ戻る　****/
#pagetop{
    position: fixed;
    right: 15px;
    bottom: 5px;
	z-index: 1000;
	line-height: 1;
}

#pagetop a {
	text-decoration: none;
	color: #e83e0b;
}

#pagetop a::after {
	font-family: "Font Awesome 5 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}


.btn_close {
    text-align: center;
	color: #29201b;
}

.btn_close a {
	text-decoration: none;
	color: #29201b;
}

footer{
	width: 100%;
	margin: 0 auto;
    padding: 0.5em 0 0;
	color: #000;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}

.footer .copy {
	display: inline-block;
	padding: 1em 0.5em;
	font-style: normal;
	line-height: 1.5;
}

footer .production_link {
	display: block;
	margin: 2em auto 2em;
}

footer .production_link .lbl {
	font-size: 0.8em;
}

footer .production_link .icon_toho,
footer .production_link .icon_amuse {
    display: inline-block;
    vertical-align: top;  
    margin: 0 0 0 10px;
}

footer .production_link .icon_toho img,
footer .production_link .icon_amuse img {
    width: 100%;
}

footer .production_link .icon_toho {
	position: relative;
    width: 35px;
}

footer .production_link .icon_amuse {
	position: relative;
	top: 5px;
    width: 100px;
}

footer .production_link .icon img {
    max-width: 100%;
}


footer .copy {
    font-weight: 500;
    color: #000;
    font-size: 14rem;
    letter-spacing: 0.1em;
}

footer .sns_link {
	display: inline-block;
    margin-left: 10px;
}

footer .sns_link .icon_x,
footer .sns_link .icon_toho {
    display: inline-block;
    vertical-align: top;  
    margin: 0 5px;
}

footer .sns_link .icon_x img,
footer .sns_link .icon_toho img {
    width: 100%;
}

footer .sns_link .icon_toho {
	position: relative;
    width: 35px;
}

footer .sns_link .icon_x {
	position: relative;
	top: 5px;
    width: 25px;
}

footer .sns_link .icon img {
    max-width: 100%;
}


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: #000;
	font-size: 16rem;
	font-weight: 500;
}

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;
	padding: 5em 1em;
	color: #29201b;
	overflow: hidden;
}

.sec:first-of-type {
	padding: 1em 1em 5em;
}

.sec .inner {
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 500px){
}

/****************************************

　見出し

*****************************************/
header {
    margin: 2em auto 0;
}
header .theater {
    font-size: 0.9em;
}
header .logo {
    max-width: 380px;
    width: 80%;
    margin: 0.5em auto 1em;
}
header .logo img {
    display: block;
    width: 100%;
}
header .title {
	margin: 0 auto 0.5em;
	font-size: 1.5em;
	line-height: 1.3;
    letter-spacing: 0.05em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
/*	color: #e83e0b;
	font-family: "ab-tsubaki", sans-serif;
	font-weight: 400;
	font-style: normal;*/
}


@media screen and (max-width: 400px){
    header {
        font-size: 0.9em;
    }
}


/****************************************

　追加公演

*****************************************/

/*.area_intro .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 900px;
	margin: 0 auto;
	padding: 3em;
	background: rgba(255,255,255,0.7);
	box-shadow: 2px 2px 10px rgba(41,32,27,0.3);
	border: 1px solid #29201b;
}

.area_intro .box .catch {
	margin: 1em auto 1.5em;
	font-size: 28rem;
	font-family: "ryo-display-plusn", serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
}*/

.lead {
    margin: 0 auto 2em;
    font-size: 1.1em;
    font-weight: 700;
}

.list {
    max-width: 900px;
	margin: 0 auto 2em;
	padding: 2em;
	background: rgba(255,255,255,0.7);
	box-shadow: 2px 2px 10px rgba(41,32,27,0.3);
	border: 1px solid #29201b;
    font-size: 1.1em;
}

.list > dt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.3em 0.5em;
/*    border: 1px solid #29201b;*/
    background: rgba(201,79,56,0.2);
    text-align: center;
	line-height: 1.5;
	color: #29201b;
	font-weight: 500;
}

.list > dd{
	padding: 1em 2em 2em;
	border-top: none;	
	text-align: center;
}

@media screen and (max-width: 440px){

    .list > dd{
        padding: 1em 0.5em 2em;
    }

}


.list > dd .caution {
	display: inline-block;
	margin: 1em auto 0;
    text-align: left;
    font-size: 0.9em;
	font-family: 'Noto Sans JP', sans-serif;
}

.list > dd .caution li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.list > dd.toho_n .url {
    display: inline-block;
    margin: 0 0.5em;
    text-decoration: none;
    transition: 0.5s;
}
.list > dd.toho_n .url:hover {
    color: #e83e0b;
}

.list > dd.toho_t {}

.list > dd.toho_t .office {
    display: inline-block;
    margin: 0 0.5em;
}

.list > dd.toho_t .tel {
    display: inline-block;
    margin: 0 0.5em;
}

.list > dd.toho_t .tel a {
    color: #29201b;
    text-decoration: none;
    
}

.list > dd .playguide {
    display: inline-block;
    text-align: left;
}

.list > dd .playguide .name {
    display: inline-block;
    margin: 0 0.5em;
}
.list > dd .playguide .url {
    display: inline-block;
    margin: 0 0.5em;
    text-decoration: none;
    transition: 0.5s;
}
.list > dd .playguide .url:hover {
    color: #e83e0b;
}

@media screen and (max-width: 480px){

    .list > dd .playguide {
        text-align: center;
        line-height: 1.5;
    }

    .list > dd .playguide .name {
        display: block;
        margin-top: 0.5em;
    }

}

.list > dd.contact {}

.list > dd.contact .office {
    display: inline-block;
    margin: 0 0.5em;
}

.list > dd.contact .tel {
    display: inline-block;
    margin: 0 0.5em;
}

.list > dd.contact .tel a {
    color: #29201b;
    text-decoration: none;
    
}


