@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: 'Playball', cursive;　英字

font-family: "logo-arl-std", sans-serif;
font-weight: 900;
font-style: normal;
***/

/***色
黒　#150103;
黄 #eac364; rgba(234,195,100,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;}


/********リンク********/
a{ color:#eac364;}
a:hover{ color: #eac364;}


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;
  }
}

/********テキスト********/

.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:#363f76;}


/********　　********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.pk {
    display: inline-block;
}


/******************************************
　構造
******************************************/

html {  
    overflow-y:scroll;
	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 Sans JP', sans-serif;
    font-weight: 400;
	background-color: #320001;
}

body:after {
    z-index: -1;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    content: "";
	background-image: url("../images/bg_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center top;
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}
}


@media screen and (max-width: 414px){
}



.wrap {
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
overflow: hidden;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
/*    border-top: 2px solid #e3d83e;    */
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.main{
	margin: 0 auto;
	padding: 0 2em;
	text-align: center;
	word-wrap: break-word;
}

@media screen and (max-width: 414px) {
    .main {
		padding: 0 1em
    }
}

@media (orientation: portrait) { /**　画面が縦長の時　**/

}

/****************************************

　フッター

*****************************************/

/****　ページトップへ戻る　****/
#pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
	z-index: 1000;
	max-width: 5vw;
	min-width: 60px;
}
#pagetop img {
	width: 100%;
	display: block;

}

@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 768px) {


}

.btn_close {
	color: #fff;
}

.btn_close a {
	text-decoration: none;
	color: #fff;
}

footer{
	width: 100%;
	margin: 0 auto;
    padding: 2em 0 0;
	color: #fff;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}

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;
	font-weight: 500;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}



/****　ページトップへ戻る　****/


/*#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    line-height: 0;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #eac364;
}

#pagetop a::after {
	font-family: "Font Awesome 5 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}*/

/******** 見出し ********/

.heading_page {
    position: relative;
    margin: 1em auto;
    font-size: 40rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	line-height: 1;
}

@media screen and (max-width: 414px){

	.heading_page {
		font-size: 35rem;
	}
   
}

@media screen and (max-width: 300px){

	.heading_page {
		font-size: 30rem;
	}
   
}

/*******************************************
	キャストスケジュール
********************************************/

.castsche {
    margin: 0 auto;
}

.castsche .heading_ticket_area {
    padding: 0 55px;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	font-size: 40rem;
	color: #eac364;
}

@media screen and (max-width: 500px){
	.castsche .heading_ticket_area {
		font-size: 34rem;
	}
}

.castsche .list {
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.castsche .list table {
	width: 100%;
    margin: 0 auto 2em;
	background: rgba(0,0,0,0.3);
}
.castsche .list table caption {
    padding: 0 55px;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	font-size: 36rem;
	color: #eac364;
}
.castsche .list table th,
.castsche .list table td {
	padding: 0.5em;
	border: 1px solid #eac364;
	line-height: 1.5;
}

.castsche .list table th {
	font-weight: normal;
	background: rgba(234,195,100,0.1);
	color: #eac364;
}

.castsche .list table th.time,
.castsche .list table th.yaku {
	width: 2em;
}

.castsche .list table td {
	font-size: 1.2em;
}

@media screen and (max-width: 500px){
	.castsche .list table caption {
		font-size: 34rem;
	}
}
