@charset "utf-8";
/* CSS Document */

/***font
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
***/

/***color
金　#e2cb73;
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/********リンク********/
a {
    color: #b81b22;
    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;}

.point {color:#FF0004;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pack {
    display: inline-block;
}

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}


@media screen and (max-width: 768px){

	.res {
		display: inline;
	}
}

@media screen and (max-width: 414px){

	.res2 {
		display: inline;
	}
}

@media screen and (max-width: 375px){

	.res3 {
		display: inline;
	}
}

@media screen and (max-width: 320px){

	.res4 {
		display: inline;
	}
}


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: 16em;
	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-color: #000;

}

body:before{}

@media (orientation: portrait) { /**　画面が縦長の時　**/
    body {}    
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}


/*****メインコンテンツ*****/

.wrap{ 
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

main{
}


/****************************************

　ボックス

*****************************************/

.sec {
    max-width: 900px;
    margin: 0 auto;
}


/****************************************

　フッター

*****************************************/
.foot_link {
    margin: 2em auto;
    padding: 0 1em;
    color: #fff;
}
.foot_link .item {
    display: inline-block;
}

.foot_link a {
    color: #fff;
    text-decoration: none;
}

/****　ページトップへ戻る　****/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 20px;
	z-index: 1000;
	max-width: 1vw;
	min-width: 60px;
}

#pagetop img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 500px){
	#pagetop{
		min-width: 40px;
	}  
}



footer{
	width: 100%;
	margin: 10px auto 0;
    padding-bottom: 0;
	text-align: center;
	font-size: 16rem;
	bottom: 0;
}

.footer .crea {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.footer .crea img {
    width: 100%;
}

@media screen and (max-width: 767px){
    .footer .crea {
        width: 60%;
    }
}

.footer .copy {
	display: block;
	color: #fff;
    font-weight: 500;
}

.footer .copy .icon {
	display: inline-block;
    width: 90px;
	margin: 0 0.5em;
	vertical-align: top;
}
.footer .copy .icon img {
	width: 100%;
}



footer .sns_link {
    margin: 30px auto;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em;
    text-align: center;
    vertical-align: middle;
}

footer .sns_link li.twi {
    width: 34px;
}

footer .sns_link li.note {
    width: 40px;
}

footer .sns_link li.tiktok {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

footer .sns_link li.tiktok a {
    color: #fff;
}

footer .sns_link li img {
    display: block;
	width: 100%;
}

.policy_link {
	display: block;
    margin-bottom: 1em;
	font-weight: 400;
}

.policy_link .link a {
    display: inline-block;
	margin: 0 1em;
	text-decoration: none;
	color: #fff;
	font-size: 14rem;
	font-weight: 500;
}

.policy_link .link a:hover {
	text-decoration: underline;
}

.policy_link .link:not(:last-of-type)::after {
	content: "|";
	padding: 0 0.5em;
	color: #fff;
}



/****************************************

　当日券

*****************************************/

header {
	margin: 2em auto 0;
}

header .stage_data {
	font-size: 1.3em;
}

.area_main {
    padding: 0 1em;
}

.logo {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.logo img {
    width: 100%;
}

@media screen and (max-width: 768px){
    .logo {
        margin-top: 0.5em;
        width: 80%;
    }
}

@media screen and (max-width: 414px){
    .logo {
        margin-top: 0;
    }

}

.box {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.box .heading_page {
    margin: 0.51em auto 1em;
    padding: 0 0 5px;
	vertical-align: top;
	font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    line-height: 1.8em;
	text-align: center;
    color: #fff;
}

@media screen and (max-width: 500px){
	.box .heading_page {
		font-size: 30rem;
	}
}
.box .lead {
    padding: 1em 0;
    text-align: left;
}

.box .way {
    margin: 2em auto 0;
    padding: 2em 3em 1em;
    border: 2px solid #e2cb73;
	text-align: left;
    font-size: 1.1em;
}

.box .detail {
    margin: 2em auto;
}
.box .detail > dt{
/*	background: rgba(226,203,115,0.8);*/
	color: #e2cb73;
/*    font-size: 22rem;*/
	line-height: 1.5;
	font-weight: 900;
}

.box .detail > dd{
}

.box .detail > dd a{
	color: #fff;
    text-decoration: underline;
}

.box .theater {}

.box .theater .caution {
	margin-top: 2em;
}
.box .theater .caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
    text-align: left;
    font-size: 0.9em;
}

.box .detail .contact {}

.box .detail .contact .office {
    display: inline-block;
    margin: 0 0.5em;
}

.box .detail .contact .tel {
    display: inline-block;
    margin: 0 0.5em;
}

.box .detail .contact .tel a{
    text-decoration: none;
    color: #fff;
}

.sign {
	text-align: right;
}

@media screen and (max-width: 680px){
    .box .way {
        padding: 2em 2em 1em;
    }
}

@media screen and (max-width: 414px){
/*    .box  {
        padding: 1.5em;
        line-height: 2;
        font-size: 16rem;
    }*/
    .box .way {
        padding: 1em 1.5em 1em;
    }
}

