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

body{
	background: url(../images/pc_bg.jpg) top center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.page_title span{	color: #ff9a2e;}
main{	padding-bottom: 0;}

.sys_title{
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sys_title em{
	font-family: "FontA";
	font-weight: normal;
	font-size: 50px;
}

#op .sys_title em,
#sche .sys_title em{	color: #fff;}
#shop .sys_title em{	color: #05d88b;}
#cast .sys_title em{	color: #ff5a9c;}


/** prof_top **/

#prof_top{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	padding: 60px 0;
	background:
	url(../images/prof_top_bg1.png) no-repeat center center,
	url(../images/prof_top_bg2.jpg) no-repeat center center #fff;
	background-size: cover , cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_top_l{
	position: relative;
	width: 722px;
}

#prof_top_r{
	width: 440px;
	margin-left: 37px;
}


/** slider **/

#slider_bg{
	position: relative;
	width: 600px;
	font-size: 0;
	line-height: 0;
}

#slider img{
	width: 600px;
	height: auto;
}

#bx-pager{
	width: 117px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#bx-pager li{
	display: inline-block;
	vertical-align: top;
	width: 117px;
	margin: 0 0 5px 0;
}
#bx-pager li:last-of-type{	margin: 0;}

#bx-pager img{
	width: 100%;
	height: auto;
}


/** name **/

#name{
	text-align: left;
	margin: 50px 0;
}

#name h3{
	font-family: "Rounded Mplus 1c";
	font-weight: 800;
	font-size: 25px;
	line-height: 40px;
}

#name h3 em{
	font-size: 40px;
	color: #ff5a9c;
}

#name .size{
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	text-align: left;
	margin: 0 0 5px 0;
}
#name .size span{color: #36cc95;}

#name .icon_bg{
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#name .icon_bg img{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100px;
	height: auto;
	z-index: 2;
}

#name .icon_bg:before,
#name .icon_bg:after{
	content: '';
	width: 100%;
	border-bottom: 3px double #dcc29f;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name .icon_bg:before{	top: 11px;}
#name .icon_bg:after{	bottom: 12px;}


/** wid **/

#wid{
	border: 1px solid #dcc29f;
	background: #fff;
	margin: 0 0 7px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#wid h3{
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 15px 0 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#wid h3 em{
	font-family: "FontA";
	font-weight: normal;
	font-size: 36px;
	color: #b566ff;
}


/** qa **/

#qa{
	width: 1200px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#qa dl{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 3px 0;
	border-bottom: 1px dotted #ddd;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#qa dl:nth-of-type(odd){	margin-right: 10px;}
#qa dl:nth-of-type(even){	margin-left: 10px;}

#qa dt{
	position: relative;
	color: #ff5a9c;
	margin: 0 0 0 0;
	padding: 0 0 0 22px;
}
#qa dt span{
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #ff5a9c;
	text-shadow: none;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: 0;
}

#qa dd{
	padding: 0 0 2px 22px;
}


/** op **/

#op{
	padding: 60px 0;
	background: url(../images/op.gif) top center #ffd300;
	background-size: 320px auto;
}
#op_in{
	width: 1200px;
	margin: 0 auto;
}

#op h3{	margin-bottom: 20px;}

#op ul{
	font-size: 0;
	line-height: 0;
	text-align: left;
}
#op li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 180px;
	height: 60px;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #ffc869;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
	margin: 0 10px 20px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#op li.ng{
	color: #999;
	background: #dbdbdb;
	border-color: #dbdbdb;
	box-shadow: none;
}


/** mess **/

#mess{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	padding: 60px 0;
}

.comment{
	width: 575px;
	height: 450px;
	text-align: left;
	overflow-x: hidden;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shop{
	margin-right: 25px;
	box-shadow: 10px 10px 0 0px rgba(160, 243, 213, 0.7);
}
#cast{
	margin-left: 25px;
	box-shadow: 10px 10px 0 0px rgba(255, 181, 203, 0.7);
}

.comment h3{	margin-bottom: 10px;}
.comment p{
	font-size: 16px;
	line-height: 30px;
}


/** sche **/

#sche{
	padding: 60px 0;
	background: url(../images/sche.gif) top center #82daff;
	background-size: 300px auto;
}
#sche_in{
	width: 1200px;
	margin: 0 auto;
}

#sche h3{	margin-bottom: 20px;}

#sche ul{
	display: flex;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	margin: 0 auto;
	border: 2px solid #66c9ff;
	background: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li{
	width: 100%;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	border-right: 1px solid #66c9ff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li:last-of-type{	border-right: none;}
#sche li .day{
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	background: #e5f6ff;
	padding: 20px 0;
}
#sche li:first-of-type .day{	border-radius: 3px 0 0 0;}
#sche li:last-of-type .day{	border-radius: 0 3px 0 0;}

#sche li div{
	width: 100%;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 23px 0;
}
#sche li .pc_none{	display: none;}


/** bt_cast **/

#bt_cast{
	font-size: 0;
	line-height: 0;
	padding: 50px 0;
}

#bt_cast a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 350px;
	height: 70px;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin: 0 0 4px 0;
	background: #ff5a9c;
	box-shadow: 0px 4px 0px 0px #db2f74;
	border-radius: 10px;
	-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;
}
#bt_cast a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	box-shadow: none;
	margin: 4px 0 0 0;
}


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

@media screen and (max-width: 650px) {
	body{	background: none;}
	body:before{
		content: '';
		width: 100%;
		height: 100vh;
		-webkit-height: 100lvh;
		position: fixed;
		z-index: -2;
		top: 85px;
		left: 0;
		background: url(../images/sp_bg.jpg) no-repeat top center;
		background-size: cover;
	}

	.sys_title{
		font-size: 4vw;
		line-height: 1;
	}
	.sys_title em{
		font-size: 8vw;
	}

	/** prof_top **/
	#prof_top{
		position: relative;
		display: block;
		padding: 20px;
		background: url(../images/prof_top_bg4.png) no-repeat top right,
		url(../images/prof_top_bg3.png) no-repeat bottom left #fff;
		background-size: contain;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#prof_top_l{
		width: auto;
	}
	#prof_top_r{
		width: auto;
		margin: 0;
	}


	/** slider **/
	#slider_bg{
		position: relative;
		width: auto;
		font-size: 0;
		line-height: 0;
		margin: 0 0 2px 0;
		padding: 0 1px;
	}
	#slider img{
		width: 100%;
		height: auto;
	}
	#bx-pager{
		width: auto;
		position: static;
	}
	#bx-pager li{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 5 - 2px);
		margin: 0 1px;
	}
	#bx-pager li:last-of-type{	margin: 0 1px;}
	#bx-pager img{
		width: 100%;
		height: auto;
	}


	/** name **/
	#name{
		text-align: left;
		margin: 0 0 10px 0;
	}
	#name h3{
		font-size: 5vw;
		line-height: 1.5;
	}
	#name h3 em{
		font-size: 8vw;
	}
	#name .size{
		font-size: 5vw;
		line-height: 1;
		margin: 0 0 10px 0;
	}

	/** wid **/
	#wid{
		height: auto;
		margin: 0 0 10px 0;
	}
	#wid h3{
		font-size: 4vw;
		line-height: 1;
		margin: 0 0 5px 0;
		padding: 15px 0 0 5px;
	}
	#wid h3 em{
		font-size: 8vw;
	}


	/** qa **/
	#qa{
		width: 100%;
		padding-top: 20px;
	}
	#qa dl:nth-of-type(odd){	margin-right: 0;}
	#qa dl:nth-of-type(even){	margin-left: 0;}
	#qa dl{
		display: block;
		width: auto;
		font-size: 4.8vw;
		line-height: 1.3;
		padding: 10px 0;
	}
	#qa dt{
		margin: 0 0 5px 0;
		padding: 0 0 0 8%;
	}
	#qa dd{
		padding: 0 0 0 8%;
	}
	#qa dt span{
		width: auto;
		height: auto;
		font-size: 3.6vw;
		line-height: 1;
		padding: 5px 6px;
	}


	/** op **/
	#op{
		padding: 20px 20px 10px 20px;
		background: url(../images/op.gif) top center #ffd300;
		background-size: 160px auto;
	}
	#op_in{
		width: auto;
		margin: 0;
	}
	#op h3{	margin-bottom: 10px;}

	#op ul{
		font-size: 0;
		line-height: 0;
		text-align: left;
		padding: 0;
	}
	#op li{
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: calc(100% / 2 - 5px);
		height: 50px;
		font-size: 4vw;
		line-height: 1;
		box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
		margin: 0 0 10px 0;
	}
	#op li:nth-of-type(odd){	margin-right: 5px;}
	#op li:nth-of-type(even){	margin-left: 5px;}

	/** mess **/
	#mess{
		display: block;
		width: auto;
		padding: 20px 10px;
	}
	.comment{
		width: auto;
		height: auto;
		padding: 10px;
	}
	#shop{
		margin-right: 0;
		margin-bottom: 20px;
		box-shadow: 5px 5px 0 0px rgba(160, 243, 213, 0.7);
	}
	#cast{
		margin-left: 0;
		box-shadow: 5px 5px 0 0px rgba(255, 181, 203, 0.7);
	}
	.comment h3{	margin-bottom: 10px;}
	.comment p{
		font-size: 4.5vw;
		line-height: 1.6;
	}


	/** sche **/
	#sche{
		padding: 20px 10px;
		background: url(../images/sche.gif) top center #82daff;
		background-size: 150px auto;
	}
	#sche_in{
		width: auto;
	}
	#sche h3{	margin-bottom: 10px;}
	#sche li .day{
		font-size: 3vw;
		line-height: 1;
		padding: 10px 0;
	}
	#sche li div{
		width: 100%;
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		font-size: 3vw;
		line-height: 1;
		text-align: center;
		padding: 15px 0;
	}
	#sche li .pc_none{	display: inline;}


	/** bt_cast **/
	#bt_cast{
		padding: 20px;
	}
	#bt_cast a{
		width: 100%;
		max-width: 280px;
		height: 60px;
		font-size: 18px;
	}

}
