@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: brother-1816, sans-serif;  

英字
font-family: brother-1816, sans-serif;
***/

/*** 色 ****/
/*
赤：#e7191d
青：#023b94
紺：#01164b
*/

/********リンク********/
a:link{
    color: #fff;
}
a:hover{
    color: #fff;
}

a:visited{
    color: #fff;
}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

/********マージン、パディング********/

.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;}


/********見出し********/

.heading_sec {
    margin: 0.5em auto 0;
	padding: 0 0 20px;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.3;
    color: #fff;
/*    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);   */ 
}


.heading_sec.c {
/*	color: #d22521;*/
}

@media screen and (max-width: 500px){
	.heading_sec {	
		font-size: 3em;
		letter-spacing: 0;
	}

    .heading_sec .sub {
        font-size: 1em;
    }    
}


@media screen and (max-width: 320px){
	.heading_sec {	
		font-size: 2.8em;
	}
}

/********テキスト********/

.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:#fff;}


/**********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}

.res_pc {
	display: inline;
}


@media screen and (max-width: 768px){

    .res {
        display: inline;
    }

	.res_pc {
		display: none;
	}	

}


@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: 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: 16em;
	line-height:1.8;
	color:#000;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000;		

    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



#header{}

#navi{}

#main{}

#footer{}

#wrap{}


.wrap{ 
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
    padding: 0 20px;
	text-align: center;

}

/*****セクション共通*****/

.sec {
  padding:0 1.5em 3em;
	color: #000;
}




/*******************************************
	フッター
********************************************/


footer{
	width: 100%;
	margin: 20px auto 0;
    padding-bottom: 1em;
	text-align: center;
	font-size: 14rem;
    font-weight: 500;
}

footer .copy {
    color: #fff;
/*	background: #04020f;*/
}
footer .copy .lbl {
    display: inline-block;
    margin: 0 0.5em;
}
footer .copy .name {
    display: inline-block;
    margin: 0 0.5em;
}

@media screen and (max-width: 768px) {
    footer .copy {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 380px) {
    footer .copy .lbl {
        display: block;
    }
    footer .copy {
        margin: 0 auto;
    }
}

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: #e7191d;
}

#pagetop a::after {
	font-family: "Font Awesome 5 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}
@media screen and (max-width: 1024px) {

}


.btn_close {
    margin: 3em auto 40px;
    font-weight: 700;
    color: #fff;
}
.btn_close a {
    text-decoration: none;}

/*******************************************
 キャストスケジュール
*******************************************/

.castsch {
    padding: 1em 0 0;
    text-align: center;
}

.castsch .for_pdf {
    display: none;
}

.castsch .header .day {
    display: block;
    margin-top: 0.5em;
    font-size: 18rem;
    font-weight: 700;
}
.castsch .header .day::before {
    margin-right: 0.3em;
    content: "（";
}
.castsch .header .day::after {
    margin-left: 0.3em;
    content: "）";
}

/***　PDFリンク　***/

.castsch .header .pdf_link{
    display: block;
    padding: 0 5px 5px;
    text-align: right;
    font-weight: 700;
}

.castsch .header .pdf {
	position: relative;
    display: block;
}

.castsch .header .pdf a {
    text-decoration: none;
}


/******************************************

　プリンシパル

******************************************/

.castsch .list{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 0.8em;
}

.castsch .list th, .castsch .list td {
	border: 1px solid #ad1410;
    text-align: center;
}

.castsch .list th {
	padding: 0.5em 0.3em;    
    background: #d22521;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    font-size: 0.9em;
/*    white-space: nowrap;*/
}

.castsch .list th .ls {
    letter-spacing: -0.1em;
/*    font-size: 0.9em;*/
}

.castsch .list th select {
    margin: 1em auto 0;
    padding: 0.3em;
}

.castsch .list td {
	padding: 0.3em 0.3em;
    background: rgba(255,255,255,1);
}

.castsch .list .day {
	padding: 0.3em 0.5em;
    text-align: left;
    width: 18em;
    font-weight: bold;
}

.castsch .list .time {
    margin-left: 0.5em;
}

.castsch .sat{color: #2142a2;}
.castsch .sun{color: #c01420;}

.reserved {color:#777;}

.close td {
    color: #999;
}

.castsch_caution {
    display: inline-block;
	margin: 1em auto 1em;
	color:#fff;
    font-weight: 500;
}

.castsch_caution li{
    margin-bottom: 1em;
	text-indent: -1em;
	padding-left: 1em;
    text-align: left;
}

.ex {
    max-width: 300px;
    margin: 0 auto 2em;
}
.ex img {
    display: block;
    width: 100%;
}
.ex a {
    display: inline-block;
    margin: 0.2em 0 1em auto;
    color: #fff;
    text-decoration: none;
}
.ex .icon {
    margin-right: 0.2em;
}
.ex li {
    display: inline-block;
}
.ex li:not(:last-of-type)::after {
    content: "／";
    margin: 0 0.5em;
}

.castsch .list tr td:first-child {
white-space: nowrap;
}

.castsch .reset {
    text-align: right;
    font-weight: 700;
}

.castsch .reset a {
    text-decoration: none;
}

.castsch .reset .fas {
   margin-right: 0.3em;
}

/****　傘マーク　****/
.castsch .kasa img {
    max-width: 1.5em;
    width: 100%;
}


/******************************************

　アンサンブル

******************************************/


.castsch.ens .list{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 0.8em;
    letter-spacing: -0.1em;
}

.castsch.ens .list th, .castsch .list td {
	border: 1px solid #ad1410;
    text-align: center;
}

.castsch.ens .list th {
	padding: 0.5em 0.3em;    
    background: #d22521;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
}

.castsch.ens .list th.other {
    width: 30%;
}

.castsch.ens .list th .ls {
    letter-spacing: -0.1em;
/*    font-size: 0.9em;*/
}

.castsch.ens .list td {
	padding: 0.3em 0.3em;
    background: rgba(255,255,255,1);
}


.castsch.ens .list .item {
    display: inline-block;
    width: 5em;
    margin: 0 0.5em;
}
.castsch.ens .list .other_sel {
    text-align: left;
}


/***　イベントアイコン　***/

.lbl {}

.lbl .icon img {
    display: block;
    width: 100%;
}
.lbl.icon_preview::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.2em;
    margin-bottom: 0.2em;
    background: url("../images/ticket_icon_preview.svg") no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    vertical-align: middle;
}
.lbl.icon_talk::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.3em;
    margin-left: 0.2em;
    background: url(../images/ticket_icon_talk.svg) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    vertical-align: middle;
}
.lbl.icon_present::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.3em;
    margin-left: 0.2em;
    margin-bottom: 0.2em;
    background: url("../images/ticket_icon_present.svg") no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    vertical-align: middle;
}
.lbl.icon_demo::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.3em;
    margin-left: 0.2em;
    margin-bottom: 0.2em;
    background: url("../images/ticket_icon_demo.svg") no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    vertical-align: middle;
}

.event {
    max-width: 980px;
    margin: 0 auto 2em;
    padding: 1em 1.5em;
	background: rgba(255,255,255,0.5);
    border: 1px solid #000;
    border-radius: 5px;
/*    border-top: 1px dotted #672d2c;
    border-bottom: 1px dotted #672d2c;*/
    text-align: left;
    font-size: 0.9em;
}

.event .list_event {}

.event .list_event {
}

.event .list_event li {}
.event .list_event:not(:first-of-type) li {
    display: inline-block;
    margin-right: 1em;
}
.event .list_event .lbl {
}
.event .list_event .lbl.icon1::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/ticket_event_icon1.svg) no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  vertical-align: middle;
}
.event .list_event .lbl.icon2::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.3em;
  background: url(../images/ticket_event_icon2.svg) no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  vertical-align: middle;
}
.event .list_event .lbl.icon3::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.3em;
  background: url(../images/ticket_event_icon3.svg) no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  vertical-align: middle;
}

.event .list_event .lbl .icon img {
    display: block;
    width: 100%;
}

.event .list_event .list_day {
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.event .list_event .list_day li {
    display: inline-block;
}
.event .list_event .list_day li:not(:last-of-type)::after {
    content: "／";
}
.event .caution {
    margin: 0.5em 0 0;
    font-size: 0.9em;
    text-align: left;
}

