@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);
    }
}

.fadein2 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
}

/********リンク********/
a{
    color: #e2cb73;
    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:#e2cb73;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pk {
    display: inline-block;
}

.anchor {
	display: block;
	margin-top: -3em;
	padding-top: 3em;
}

/********改行********/

.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{
/*  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
background-image: url(../images/bg_pc.jpg);
background-position: top;
background-repeat: no-repeat;
background-attachment:scroll;
background-size: cover;	*/
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
    body {
/*	background-image: url(../images/bg_smp.jpg);
	background-position:top center;
	background-repeat: repeat;
	background-attachment:scroll;
	background-size: auto;	*/
    }    
}

@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;}    
}


/**********************
　フッター
***********************/

footer{
	width: 100%;
	margin: 10px auto 0;
    padding-bottom: 0;
	text-align: center;
	font-size: 16rem;
	bottom: 0;
}

.footer .foot_link {
	margin: 2em auto;
}
.footer .foot_link .item {
    display: inline-block;
    font-weight: 500;
}

.footer .foot_link a {
    text-decoration: none;
}

.footer .copy {
	display: block;
	color: #fff;
    font-weight: 500;
}

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    line-height: 0;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #e2cb73;
    text-shadow: 0 0 20px #000;
}

#pagetop a::after {
	font-family: "Font Awesome 6 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}
@media screen and (max-width: 414px){
}

/**********************
　構造
***********************/

.sec {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 900px;
	margin: 0 auto 15em;
	padding: 0 20px;
}




/**************************************
　キャストスケジュール
**************************************/

.anchor {
	display: block;
	margin-top: -3em;
	padding-top: 3em;
}

header {
	margin: 0 auto;
	padding: 3em 1em;
}
header .print {
	display: none;
}
header .logo {
	max-width: 400px;
	margin: 0 auto 0.5em;
}

header .logo img{
	display: block;
	width: 100%;
}

header .title {
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
}
header .title .day {
	display: block;
	font-size: 0.6em;
}
header .caution {
	margin: 1em auto 0;
	text-align: center;
	font-size: 0.9em;
}

header .area_btn {
	margin: 3em auto 0;
	text-align: center;
}

header .area_btn .btn {
	display: inline-block;
	margin: 0 1em;
	font-size: 28rem;
	text-decoration: none;
	font-weight: 900;
	color: #fff;
	transition: 0.5s;
}

header .area_btn .btn .icon {
	margin-right: 0.3em;
	color: #e2cb73;
}

header .area_btn .btn:hover {
	color: #e2cb73;
}

.tbl_castsch caption {
	margin: 1em auto 0.5em;
	font-size: 30rem;
	font-weight: 900;
	color: #e2cb73;
}

.tbl_castsch {
	table-layout: fixed;
	max-width: 900px;
	width: 100%;
	margin: 0 auto 2em;
	border: 2px solid #705f1d;
	background: rgba(255,255,255,0.9);
	font-size: 0.8em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #000;
}

.tbl_castsch th,
.tbl_castsch td {
	padding: 0.5em;
	border: 1px solid #705f1d;
}
.tbl_castsch th {
	padding: 0.7em;
}
.tbl_castsch .actor td:not(.yaku) {
	padding: 0.7em;
	background: rgba(226,203,115,0.2);
}
.tbl_castsch .music td {
	padding: 0.1em;
}

.tbl_castsch .actor td.close {
	background: none;
}
.tbl_castsch .actor td.close .icon {
	max-width: 60px;
}

.tbl_castsch .day,
.tbl_castsch .time {
	background: rgba(190,149,69,0.9);
}

.tbl_castsch .day {
	font-size: 1.1em;
	font-weight: 900;
}
.tbl_castsch .day .sat {
	color: rgba(4,0,168,1.00)
}
.tbl_castsch .day .sun {
	color: rgba(199,0,0,1.00)
}

.tbl_castsch .yaku {
	white-space: nowrap;
	width: 6em;
	background: rgba(190,149,69,0.7);
	color: #000;
	font-weight: 900;
}
	
.tbl_castsch .name {
	letter-spacing: 0.05em;
}

.tbl_castsch .actor .name {
	font-size: 1.2em;
	}
.tbl_castsch .music .name {
	font-size: 0.9em;
	font-family: 'Noto Sans JP', serif;
}	
/*.list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 3em;
    border: 2px solid #e2cb73;
	text-align: center;

}

.list th,
.list td {
	padding: 0.5em;
    border: 1px solid #e2cb73;
}

.list th {
	background: rgba(226,203,115,0.1);
}

.list td {
}

.list tr.sun td {
	background: rgba(206,27,57,0.2);
}
.list tr.sat td {
	background: rgba(32,128,195,0.2);
}

.list .yaku {
	color: #e2cb73;
	font-weight: 700;
}

.list .day {
	font-weight: 700;
}

.list .time {}

.list .name {}



@media print {
	body {
		background: none;
		color: #000;
	}
	footer {
		display: none;
	}

	#pagetop {
		display: none;
	}
	
	header .print {
		display: block;
		font-size: 1.2em;
		text-align: center;
	}
	header .logo {
		display: none;
	}

	header .title {
	}
	header .title .day {
	}
	header .caution {
	}

	.list caption {
		color: #000;
	}

	.list {
		border: 2px solid #000;
		text-align: 000;

	}

	.list th,
	.list td {
		border: 1px solid #000;
	}

	.list th {
		background: none;
	}

	.list td {
	}

	.list .yaku {
		color: #000;

	}

}*/

	