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

body{
	background: url(./img/pc_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}

#cnt{	padding-bottom: 80px;}

.cnt_bt{
	font-size: 0;
	line-height: 0;
	margin: 50px 0 0 0;
}
.cnt_bt a{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 425px;
}
.cnt_bt a:nth-of-type(1){	margin-right: 25px;}
.cnt_bt a:nth-of-type(2){	margin-left: 25px;}


/** recinfo **/

.recinfo{
	width: 900px;
	margin: 0 auto;
	padding: 50px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recinfo p{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 25px 0;
}
.recinfo p:last-of-type{	margin-bottom: 0;}
.recinfo p:nth-of-type(2){	color: #b09a50;}


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

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

	#cnt{	padding-bottom: 30px;}

	.cnt_bt{
		width: 280px;
		margin: 30px auto 0 auto;
	}
	.cnt_bt a{
		display: block;
	}
	.cnt_bt a:nth-of-type(1){	margin: 0 0 10px 0;}
	.cnt_bt a:nth-of-type(2){	margin: 0;}
	.cnt_bt a img{
		width: 100%;
		height: auto;
	}


	/** recinfo **/
	.recinfo{
		width: auto;
		margin: 0 15px;
		padding: 15px
	}
	.recinfo p{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.recinfo p:last-of-type{	margin-bottom: 0;}
	.recinfo p:nth-of-type(2){	color: #b09a50;}

}
