﻿/*=================================================
 * CSS for PC
 * ================================================= */

body{
	background: url(../images/pc_bg1.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.page_title span{	color: #66c9ff;}
main{	padding-bottom: 50px;}


/** maga **/

#maga{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}

#maga .img{
	font-size: 0;
	line-height: 0;
}
#maga .img img{
	width: 100%;
	height: auto;
}

#maga .txt{
	width: 100%;
	height: 240px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: "Rounded Mplus 1c";
	font-weight: 800;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 40px 0;
	background: no-repeat 50% 50%;
}
#maga .txt span{	color: #ff0000;}


/** bt_cast **/

#bt_cast{
	font-size: 0;
	line-height: 0;
	padding: 0 0 70px 0;
}

#bt_cast a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 500px;
	height: 100px;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 46px;
	line-height: 50px;
	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: 0;
		left: 0;
		background:	url(../images/sp_bg1.jpg) no-repeat top center fixed;
		-webkit-background-size: cover;
		background-size: cover;
	}
	main{	padding-bottom: 20px;}

	#maga{
		width: auto;
		margin: 0 10px;
		background: #fff;
	}
	#maga .txt{
		width: 100%;
		height: 120px;
		font-size: 4vw;
		line-height: 1.5;
		margin: 5vw 0 3vw 0;
		background: url(../images/txt.png) no-repeat 50% 50%;
		background-size: auto 120px;
	}

	/** bt_cast **/
	#bt_cast{
		padding: 20px;
	}
	#bt_cast a{
		width: 100%;
		max-width: 280px;
		height: 60px;
		font-size: 18px;
	}
}
