
/*=================================================
 * CSS for PC
 * ================================================= */


/***************************************
CAST STYLE
****************************************/

/** time **/

.time{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff;
	background: rgba(255, 78, 165, 0.9);
}
.t0{	background: rgba(221, 221, 221, 0.9); color: #999;}
.t1{	background: rgba(255, 78, 165, 0.9);}
.t2{	background: rgba(0, 185, 135, 0.9);}

.sche1{	background: rgba(253, 99, 99, 0.9);}
.sche2{	background: rgba(253, 171, 52, 0.9);}
.sche3{	background: rgba(147, 129, 225, 0.9);}


/** point **/

.point{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

.p1{	color: #ff6ea5; background: #ffeaf6;}
.p2{	color: #ff8227; background: #ffeddd;}
.p3{	color: #be6fea; background: #f6e6ff;}
.p4{	color: #468afa; background: #eaf3ff;}
.p5{	color: #39bf90; background: #d8faee;}
.p6{	color: #fe8080; background: #ffeded;}
.p7{	color: #2bb2d2; background: #daf8ff;}
.p8{	color: #e1a800; background: #fff7d0;}
.p9{	color: #7c87d1; background: #e9ecff;}
.p10{	color: #47c04f; background: #d9f7db;}
.p11{	color: #fd77e5; background: #ffe9ff;}
.p12{	color: #feab1a; background: #fff2dd;}
.p13{	color: #fc8989; background: #fed7d7;}
.p14{	color: #3ee2a8; background: #dffff4;}
.p15{	color: #93b1f4; background: #e8efff;}
.p16{	color: #e3cb27; background: #fcffd7;}

.chk_bar input[type="checkbox"]:checked + label.label_p1,
.chk_bar input[type="radio"]:checked + label.label_p1{	color: #ff6ea5; background: #ffeaf6; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p2,
.chk_bar input[type="radio"]:checked + label.label_p2{	color: #ff8227; background: #ffeddd; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p3,
.chk_bar input[type="radio"]:checked + label.label_p3{	color: #be6fea; background: #f6e6ff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p4,
.chk_bar input[type="radio"]:checked + label.label_p4{	color: #468afa; background: #eaf3ff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p5,
.chk_bar input[type="radio"]:checked + label.label_p5{	color: #39bf90; background: #d8faee; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p6,
.chk_bar input[type="radio"]:checked + label.label_p6{	color: #fe8080; background: #ffeded; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p7,
.chk_bar input[type="radio"]:checked + label.label_p7{	color: #2bb2d2; background: #daf8ff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p8,
.chk_bar input[type="radio"]:checked + label.label_p8{	color: #e1a800; background: #fff7d0; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p9,
.chk_bar input[type="radio"]:checked + label.label_p9{	color: #7c87d1; background: #e9ecff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p10,
.chk_bar input[type="radio"]:checked + label.label_p10{	color: #47c04f; background: #d9f7db; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p11,
.chk_bar input[type="radio"]:checked + label.label_p11{	color: #fd77e5; background: #ffe9ff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p12,
.chk_bar input[type="radio"]:checked + label.label_p12{	color: #feab1a; background: #fff2dd; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p13,
.chk_bar input[type="radio"]:checked + label.label_p13{	color: #fc8989; background: #fed7d7; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p14,
.chk_bar input[type="radio"]:checked + label.label_p14{	color: #3ee2a8; background: #dffff4; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p15,
.chk_bar input[type="radio"]:checked + label.label_p15{	color: #93b1f4; background: #e8efff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p16,
.chk_bar input[type="radio"]:checked + label.label_p16{	color: #e3cb27; background: #fcffd7; border: 1px solid currentColor;}


/** clist_sns **/

.castlist_sns{
	font-size: 0;
	line-height: 0;
}
.list .castlist_sns,
#cast .castlist_sns,
#schedule .castlist_sns{
	margin-top: 5px;
	padding: 0 0 5px 0;
	text-align: center;
}
.castlist_sns a,
.castlist_sns span{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 7 - 4px);
	max-width: 25px;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0 1px;
	border-radius: 50%;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.newbox_top_r .castlist_sns{
	margin: 0 0 10px 0;
	text-align: left;
}
.newbox_top_r .castlist_sns a,
.newbox_top_r .castlist_sns span{
	margin: 0 4px 0 0;
}

.castlist_sns a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.castlist_sns .prof_sns_tik{	background: url(/prof/img/prof_sns_tik.png) no-repeat #000; background-size: 100% auto;}
.castlist_sns .prof_sns_insta{
	background: url(/prof/img/prof_sns_insta.png) no-repeat, rgb(255,213,84);
	background: url(/prof/img/prof_sns_insta.png) no-repeat, linear-gradient(45deg, rgba(255,213,84,1) 0%, rgba(242,105,57,1) 30%, rgba(207,46,146,1) 53%, rgba(76,100,211,1) 85%);
	background-size: 100% auto, auto;

}
.castlist_sns .prof_sns_fb{	background: url(/prof/img/prof_sns_fb.png) no-repeat #365899; background-size: 100% auto;}
.castlist_sns .prof_sns_tw{	background: url(/prof/img/prof_sns_tw.png) no-repeat #000000; background-size: 100% auto;}
.castlist_sns .prof_sns_b{	background: url(/prof/img/prof_sns_b.png) no-repeat #ff4b97; background-size: 100% auto;}
.castlist_sns .prof_sns_line{	background: url(/prof/img/prof_sns_line.png) no-repeat #00b900; background-size: 100% auto;}
.castlist_sns .prof_sns_link{	background: url(/prof/img/prof_sns_link.png) no-repeat #e1b400; background-size: 100% auto;}


@media screen and (max-width: 650px) {
	.list .castlist_sns,
	#cast .castlist_sns,
	#schedule .castlist_sns{
		margin-top: 3px;
		padding: 0 4px 2px 4px;
	}
	.castlist_sns a,
	.castlist_sns span{
		width: calc(100% / 7 - 2px);
		max-width: 27px;
		height: auto;
		aspect-ratio: 1 / 1;
		margin: 0 1px;
	}
	.newbox_top_r .castlist_sns{
		margin: 0 0 8px 0;
		text-align: left;
	}
	.newbox_top_r .castlist_sns a,
	.newbox_top_r .castlist_sns span{
		width: 40px;
		margin: 0 2.5px;
	}
}


/***************************************
TITLE
****************************************/

.s_title{
	position: relative;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title em{
	position: relative;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 38px;
	line-height: 40px;
	margin: 0 0 10px 0;
	color: #000;
}

.s_title span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #ff68b5;
}
.s_title span:before,
.s_title span:after{
	content: '';
	width: 20px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: 8px;
}
.s_title span:before{	left: -30px;}
.s_title span:after{	right: -30px;}


.ss_title{
	padding: 19px 0 19px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ss_title span{
	font-family: "FontA";
	font-size: 28px;
	line-height: 34px;
}

.ss_title em{
	position: relative;
	font-size: 16px;
	line-height: 16px;
	color: #ff99cc;
}

.ss_title em:before,
.ss_title em:after{
	content: '';
	display: inline-block;
	width: 40px;
	border-bottom: 1px solid #ffd0eb;
	position: absolute;
	top: 10px;
}
.ss_title em:before{	left: -50px;}
.ss_title em:after{ right: -50px; }


/***************************************
MAIN CONTENTS
****************************************/

.main_bg{
	padding: 20px;
-webkit-background-size: 3px 3px;
-moz-background-size: 3px 3px;
background-size: 3px 3px;
background-color: rgba(255, 255, 255, 0.7);
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffffff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffffff),
            color-stop(.75, #ffffff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main{
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(67, 67, 67, 0.05);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/***************************************
COMMON STYLE
****************************************/

/***** font color *****/
a, a:hover, .tx_a, .tx_a:hover{	color: #ff68b5;}
body, .tx0, .tx0:hover{	color: #000;}

.sat{	color	: #0066ff;}
.sun{	color	: #cc0000;}
.tel, .tel a{	color: #b38600 !important;}
.mail, .mail a{	color: #ff0099;}

.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}


/***** icon *****/

.icon{
	font-family: "FontA";
	letter-spacing: 0.5px;
}
.i1{	color: #aaffa3;}
.i2{	color: #ff7f7f;}
.i3{	color: #d39fff;}


/***** buttun *****/
.bt1{
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	line-height: 26px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	border: 2px solid #ff9bd4;
	background: #ff9bd4;
	border-radius: 30px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input.bt1{
	width: 100%;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	border: 2px solid #ff9bd4;
	background: #ff9bd4;
	-webkit-appearance: none;
	border-radius: 30px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.bt1:hover{
	text-decoration: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #ff9bd4;
	background: #fff;
}

.bt2{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	line-height: 28px;
	text-align: center;
	padding: 0 0;
	color: #fff;
	border: 2px solid #000;
	background: #000;
	border-radius: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input.bt2{
	width: 100%;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	border: 2px solid #000;
	background: #000;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.bt2:hover{
	color: #000;
	text-decoration: none;
	background: #fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/***** slider *****/
.slick-prev, .slick-next , ul#slideIcon li,
#newface .bx-wrapper .bx-controls-direction a{	color: #ffffff;}
.slick-prev, .slick-next , ul#slideIcon li,
#newface .bx-wrapper .bx-controls-direction a{	background-color: rgba(255, 155, 212, 0.9);}
.bx-wrapper .bx-pager.bx-default-pager a{	background-color: #ccc;}
.bx-wrapper .bx-pager.bx-default-pager a.active{	background-color: #ff3399;}



/***************************************
ROLLOVER
****************************************/

.fade{
	display: inline-block;
	padding: 0;
}

.fade,
.up a{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade:hover,
.fade:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/***************************************
GOOGLE FONT
****************************************/

@font-face {
	font-family: FontA;
	src: url('../font/LibreCaslonDisplay-Regular.ttf') format("truetype");
}


/***** font *****/


.page_title:after,
.page_title em,
#copyright,
.font1{
	font-family: FontA;
}

.hd_info,
.page_title span,
.s_title,
#finfo,
.ss_title em,
.min{	font-family: "Sawarabi Mincho";}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

	.anchor{
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}

	/***************************************
	TITLE
	****************************************/
	.s_title{
		padding-bottom: 15px;
	}
	.s_title em{
		font-weight: 600;
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 8px 0;
	}
	.s_title span{
		font-size: 10px;
	}
	.s_title:after{
		content: '';
		width: 60px;
		left: calc(50% - 30px);
	}
	.ss_title{
		padding: 10px 0 5px 0;
	}
	.ss_title span{
		font-size: 20px;
		line-height: 22px;
	}
	.ss_title em{
		font-size: 10px;
		line-height: 12px;
	}
	.ss_title em:before,
	.ss_title em:after{
		width: 30px;
		position: absolute;
		top: 6px;
	}
	.ss_title em:before{	left: -40px;}
	.ss_title em:after{ right: -40px; }

	/***************************************
	MAIN CONTENTS
	****************************************/
	.main_bg{
		padding: 10px;
	}
	.main{
	}

	/***************************************
	COMMON STYLE (SP ONLY)
	****************************************/
}


