@charset "utf-8";
/* loadong */
#loading{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #ffffff;
}
#loading .loadCont{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 80px));
	width: 120px;
}
@keyframes loadanimation{
	0% {transform: translateX(0);}
	100% {transform: translateX(100%);}
}
#progressBar{
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #33293E;
}
#progressTxt{
	position: absolute;
	top: calc(50% + 10px);
	text-align: center;
	color: #33293E;
	font-style: italic;
	width: 100%;
	font-size: .24rem;
	font-family: 'Pathway Gothic One', sans-serif;
}
#progressTxt span{font-size: .16rem;}

/* ヘッダー */
header{
	position: relative;
	margin: 0 auto ;
	display: block;
	width: 100%;
}
header #keyvisual{
	position: relative;
	margin: 0 auto ;
	display: block;
	background-image: url("../img/index/main.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding-top: 141.25%;
	width: 100%;
	opacity: 0;
	transition: opacity 1.2s ease-out .5s;
}
header #keyvisual .main01{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url("../img/index/main02.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	opacity: 0;
	transition: opacity 1.2s ease-out 1s;
}
#bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 141.25%;
	overflow: hidden;
	opacity: 0;
	z-index: 100;
	transition: opacity .5s ease-out 2s;
}
#bg canvas{
	position: absolute;
	bottom:0;
	left: 0;
}
/* catch */
header .catch{
	position: absolute;
	width: 5.7%;
	height: auto;
	top: 15px;
	left: 7%;
	opacity: 0;
	z-index: 101;
	transition: opacity .5s ease-out 2s;
}
header .catch img{width: 100%;}
/* logo */
header .logo{
	position: absolute;
	width: 41%;
	height: auto;
	bottom: 12%;
	right: 2%;
	opacity: 0;
	z-index: 102;
	transition: opacity .3s ease-out 1.8s;
}
/* roadshow */
header .roadshoow{
	position: absolute;
	width: 14%;
	height: auto;
	bottom: 7%;
	right: 15%;
	opacity: 0;
	z-index: 103;
	transition: opacity .3s ease-out 1.8s;
}
.mark{
	position: absolute;
	bottom: 8px;
	right: 5px;
	width: 17%;
	height: auto;
	min-width: 60px;
	max-width: 160px;
	opacity: 0;
	transition: opacity .3s ease-out 1.8s;
}

/* banner */
.banner01SP{
	position: relative;
	margin: 20px auto 0 auto;
	width: calc(100% - 20px);
	opacity: 0;
	transition: opacity .3s ease-out 2.6s;
}
.bannerSP{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 20px);
	opacity: 0;
	transition: opacity .3s ease-out 2.6s;
}
.banner, .banner01{
		position: relative;
		margin: 0 auto;
	}
.Btnhistory, .Btnproduct, .Btnkentei, .Btnokini, .Btncom, .Btnnarikiri, .Btnfanart, .Btncom01{
	position: relative;
	margin: 0 auto 10px auto;
	width: calc(100% - 10px);
	max-width: 410px;
	cursor: pointer;
}

/* mvtk */
.mvtk{
	position: relative;
	opacity: 0;
	transition: opacity .3s ease-out 2.6s;
}
#mvtk-widgets-container{
	width: calc(100% - 20px);
	margin:20px auto 0 auto;
}

/* prev */
.prev{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 20px);
	opacity: 0;
	transition: opacity .3s ease-out 2.6s;
}
.prev a{
	position: relative;
	display: block;
	width: calc(50% - 10px);
	max-width: 200px;
	margin: 0 5px 10px 5px;
}

/* credit */
.creditSp{
	position: relative;
	margin: 20px auto 0 auto;
	width: calc(100% - 20px);
	z-index: 104;
}
.creditSp img{width: 100%;}
.creditPc{display: none;}

#social{
	position: relative;
	margin: 20px auto;
	text-align: center;
	opacity: 0;
	transition: opacity .3s ease-out 2.6s;
}
#social li{
	display: inline-block; 
	vertical-align: bottom; 
	margin: 0 5px 0 0;
}


/* ----- pc ----- */
@media screen and (min-width: 799px) {
	
	#wrap{min-width: 1140px;overflow-x: scroll;}
	/* loadong */
	#loading .loadCont{
		transform: translate(-50%, calc(-50% - 110px));
		width: 180px;
	}
	#progressTxt{font-size: .32rem;}
	#progressTxt span{font-size: .18rem;}

	/* ヘッダー */
	header{ margin: 0 0 0 auto;width: calc(100% - 240px); }
	header #keyvisual{
		background-image: url("../img/index/main_pc.jpg");
		padding-top: 130.729%;
	}
	header #keyvisual .main01{background-image: url("../img/index/main02_pc.jpg");}
	#bg{padding-top: 130.729%;}
	/* catch */
	header .catch{
		width: 4%;
		bottom: auto;
		left: 8%;
		top: 3%;
	}
	/* logo */
	header .logo{
		width: 26%;
		bottom: 52%;
		right: 36%;
	}
	/* roadshow */
	header .roadshoow{
		width: 9%;
		bottom: 48.5%;
		right: 44%;
	}
		
	.mark{
		position: fixed;
		bottom: 15px;
		max-width: 120px;
		z-index: 203;
	}
	
	/* banner */
	.banner01Pc{
		position: absolute;
		top:0;
		right: 0;
		opacity: 0;
		z-index: 200;
		width: 170px;
		height: 100%;
		transition: opacity .3s ease-out 2.6s;
	}
	.bannerPc{
		position: fixed;
		margin: 0;
		bottom: 0;
		left: 240px;
		padding: 15px 0;
		background-color: rgba(69,77,87,.7);
		width: calc(100% - 240px); 
		justify-content: center;
		opacity: 0;
		z-index: 202;
		transition: opacity .3s ease-out 2.6s;
	}
	.Btnhistory, .Btnproduct{
		margin: 0  10px 0 0;
		width: 260px;
	}
	.Btnkentei, .Btnokini, .Btncom, .Btnnarikiri, .Btnfanart, .Btncom01{
		position: absolute;
		top:40px;
		right: 10px;
		width: 125px;
		height: 125px;
	}
	.Btnokini{right: 140px;}
	.Btncom{top: 72vh;}
	.Btnnarikiri{right: 270px;}
	.Btnfanart{top: 72vh;right: 140px}
	.Btncom01{top: calc(72vh - 145px);}
	
		
	/* mvtk */
	.mvtk{
		margin:0 0 0 12px;
		width: 200px;
		z-index: 1002;
		transition: opacity .3s ease-out 1.1s;
	}
	
	/* prev */
	.prev{
		position: relative;
		margin: 20px auto 0 auto;
		width: 220px;
		padding-bottom: 150px;
		z-index: 1001;
		justify-content:space-between; 
		transition: opacity .3s ease-out 1.1s;
	}
	.prev a{
		width: 105px;
		margin: 0 0 10px 0;
	}

	/* credit */
	.creditPc{
		position: absolute;
		bottom: 120px;
		left: 5%;
		width: 90%;
		display: block;
		transition: opacity .3s ease-out 3s;
	}
	.creditPc img{width: 100%;}
	.creditSp{display: none;}
	
	#social{
		position: absolute;
		margin: 0;
		right: 2px;
		top:10px;
		z-index: 1002;
	}

}