@charset "utf-8";

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */

.text-gradiend{
	position: relative;
	color: #ac8f55;
}
.text-gradiend:before{
	position:absolute;
	top:0;
	left:0;
	right: 0;
	margin: auto;
	color: #987225;
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
}

.main-visual .contents{
	position: relative;
}
.main-visual img{
	z-index: 0;
}

.head-index-top{
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
	text-indent: 0.5em;
}
.head-index-top:before{
	content: "RYUを纏え｡";
}
.text-index-top{
	line-height: 2;
}

.head-index{
	color: #ac8f55;
}
.head-index-sub{
	font-weight: bold;
}
.head-index-sub:after{
	content: "―――――";
	letter-spacing: -0.15em;
}
.bg-cover{
	background: rgba(0,0,0,0.4);
}
.message-bottom{
	font-weight: bold;
	text-align: center;
}
.message-bottom:before{
	content: "あなたの野球史にいつも\ARYUがそばに｡";
}

.loader{
	position: relative;
	width: 100%;
	height: 100%;
	/*background: url(../images/loading.gif) no-repeat center center;*/
	/*background-size: cover;*/
	background: #000000;
	overflow:hidden;
}

.loader img{
	position:absolute;
	right:0;
	left:0;	
	top:350px;
	margin:auto auto;
}



/*
.loader img{
	z-index: 1;
}
.loader:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1) url(../images/bg-dot.png) repeat;
	background-blend-mode: overlay;
	z-index: 2;
}
*/

/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */



/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width:641px) , print {
	.index .wrap{
		position: relative;
		top: -51px;
	}
	.main-visual{
		background: url(../images/main01.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.main-visual .contents{
		height: 1050px;
	}
	.main-visual img{
		padding-bottom: 50px;
		width: 240px;
		height: auto;
	}
	.section-index-top{
		padding: 50px 0 0;
	}
	.section-index{
		padding: 290px 0;
	}
	.head-index-top{
		font-size: 111px;
	}
	.text-index-top{
		margin-bottom: 70px;
	}
	.text-index-top p{
		font-size: 18.5px;
	}
	
	
	.head-index{
		font-size: 30px;
	}
	.head-index-sub{
		font-size: 24px;
	}
	.box-index .text-common p{
		font-size: 16px;
	}
	
	.bg-cover{
		padding: 75px 0 45px;
	}
	.message-bottom{
		font-size: 48px;
	}
	.box-index02{
		padding-left: 50%;
		width: 50%;
	}
	.img-top02{
		position: absolute;
		right: -85px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.bg-top03{
		padding: 380px 0 320px;
		background: url(../images/top03.jpg) no-repeat center center;
		background-size: cover;
	}
	.bg-top04{
		padding: 400px 0 300px;
		background: url(../images/top04.jpg) no-repeat center center;
		background-size: cover;
	}
	.bg-top05{
		padding: 349px 0;
		background: url(../images/top05.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.section-index-order{
		padding: 140px 0 80px;
	}
	.index .head-order{
		font-size: 48px;
	}
	.index .nav-order li {
		font-size: 36px;
	}
	.section-index-order .text-common{
		margin-bottom: 50px;
	}
	.section-index-order .text-common p{
		font-size: 16px;
	}
	
	.message-bottom{
		line-height: 1.25;
	}
}
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */



/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 640px){
	.main-visual{
		background: url(../images/main01.jpg) no-repeat center center;
		background-size: cover;
	}
	.main-visual .contents{
		height: 70vw;
	}
	.main-visual img{
		padding-bottom: 10vw;
		width: 30%;
		height: auto;
	}
	.section-index-top{
		padding: 10vw 0;
	}
	
	.head-index-top{
		font-size: 13vw;
	}
	.text-index-top{
		margin-bottom: 5vw;
	}
	.text-index-top p{
		font-size: 4vw;
	}
	
	.head-index{
		font-size: 5.5vw;
	}
	
	.head-index-sub{
		font-size: 4.5vw;
		line-height: 1.5;
	}
	.head-index-sub:after{
		content: "―――――";
		letter-spacing: -0.15em;
	}
	
	.bg-cover{
		padding: 10vw 0 7vw;
	}
	.message-bottom{
		font-size: 7vw;
	}
	.bg-cover img{
		width: 25%;
		height: auto;
	}
	.img-top02{
		display: block;
		margin: 5vw auto;
		width: 65%;
		height: auto;
	}
	.bg-top03{
		padding: 10vw 0 70vw;
		background: url(../images/top03.jpg) no-repeat left 35% bottom;
		background-size: 150%;
	}
	.bg-top04{
		padding: 10vw 0 40vw;
		background: url(../images/top04.jpg) no-repeat right bottom;
		background-size: 150%;
	}
	.bg-top05{
		padding: 20vw 0;
		background: url(../images/top05.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.section-index-order{
		padding: 10vw 0;
	}

	.section-index-order .text-common{
		margin-bottom: 2em;
	}

	.message-bottom{
		line-height: 1.5;
	}
	
	.loader img{
	position:absolute;
	right:0;
	left:0;	
	top:0px;
	bottom:0;
	width:50vw;
	margin:auto auto;
}
	
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */