/*!
 * index.css
 */

/* # =================================================================
   # ANFA
   # ================================================================= */
 

#mainvisual {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 680px;
	z-index: 5;
}

.mainvisual_splashbg {
    display: block;
    content: "";
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 999;
	width: 100%;
	height: 680px;
	top: 0;
	left 0;
    transform: scaleX(0);
    background-color: #dad7d2;
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
	z-index: 100;
}

@keyframes PageAnime {
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}





.mainvisual_inner {
	opacity: 0;
}

.mainvisual_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 135px 0 0 0;
	width: 100%;
	height: 680px;

	background-position: center center;
	background-size: cover;
	overflow: hidden;
	animation-name:PageAnimeAppear;
	animation-duration:0.5s;
	animation-delay: 0.4s;
	animation-fill-mode:forwards;
	z-index: 10;
}

@keyframes PageAnimeAppear {
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}




.mv_title {
	position: absolute;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 120px;
	left: 120px;
}

.mv_txt {
	mix-blend-mode: overlay;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: auto;
	color: #e0d9ca;
	font-size: 6.5em;
	line-height: 1.05em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", serif;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	letter-spacing: -2.6px;
	z-index: 200;
}

.mv_lead {
	mix-blend-mode: overlay;
	position: relative;
	padding: 26px 0 0 0;
	margin: 0 0 0 0;
	width: auto;
	color: #e0d9ca;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	z-index: 200;
}















@media only screen and (max-width: 1400px) {

	.mv_title {
		position: absolute;
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 180px;
		left: 60px;
	}
	
	.mv_txt {
		mix-blend-mode: overlay;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: auto;
		color: #e0d9ca;
		font-size: 5.4em;
		line-height: 1.05em;
		font-weight: 700;
		font-family: "BIZ UDPGothic", serif;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
		letter-spacing: -2.6px;
		z-index: 200;
	}
	
	.mv_lead {
		mix-blend-mode: overlay;
		position: relative;
		padding: 26px 0 0 0;
		margin: 0 0 0 0;
		width: auto;
		color: #e0d9ca;
		font-size: 1.3em;
		line-height: 1.5em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", serif;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		z-index: 200;
	}

}



@media only screen and (max-width: 580px) {

	.mv_title {
		position: absolute;
		display: block;
		padding: 0 30px 0 0;
		margin: 0 0 0 0;
		top: 180px;
		left: 30px;
	}
	
	.mv_txt {
		mix-blend-mode: overlay;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: auto;
		color: #e0d9ca;
		font-size: 3.6em;
		line-height: 1.05em;
		font-weight: 700;
		font-family: "BIZ UDPGothic", serif;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
		letter-spacing: -2.6px;
		z-index: 200;
	}
	
	.mv_lead {
		mix-blend-mode: overlay;
		position: relative;
		padding: 26px 0 0 0;
		margin: 0 0 0 0;
		width: auto;
		color: #e0d9ca;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", serif;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		z-index: 200;
	}
	
	.mv_lead br {
		display: none;
	}
		
		
}










#slider-area {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: -1;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#slider {
    width: 100%;
    /*min-height: 680px;*/
    height: 680px;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  #slider {
    /* The hack for Safari */
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}

.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

	
@media screen and (max-width:1200px) {

	#slider-area {
	    position: absolute;
	    top:0;
	    left: 0;
	    width: 100%;
	    z-index: -1;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	}

}



.mainvisual_inner .cap {
	display: block;
	position: absolute;
	top: 590px;
	right: auto;
	left: 120px;
	padding: 0 30px 0 0;
	color: #423f3e;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: -0.5px;
}

@media screen and (max-width:1400px) {
	
	.mainvisual_inner .cap {
		display: block;
		position: absolute;
		top: 590px;
		right: auto;
		left: 60px;
		padding: 0 30px 0 0;
		color: #423f3e;
		font-weight: 400;
		font-family: "BIZ UDPGothic", serif;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: left;
		letter-spacing: -0.5px;
	}

}

@media screen and (max-width:580px) {
	
	.mainvisual_inner .cap {
		display: none;
	}

}


@media screen and (max-width:768px) {

	.mainvisual_inner p {
		display: block;
		position: absolute;
		top: 40px;
		right: auto;
		left: 30px;
		padding: 0 30px 0 0;
		color: #423f3e;
		font-weight: 400;
		font-family: "BIZ UDPGothic", serif;
		font-size: 1.2em;
		line-height: 1.5em;
		text-align: left;
		letter-spacing: -0.5px;
	}

}








/* スクロールダウン */
.scrolldown {
	position:absolute;
	top: 100px;
	left: 50px;
	animation:mousemove 2s ease-in-out infinite;
	z-index: 100;
}

/*下からの距離が変化して上から下に動く*/
@keyframes mousemove {
      0% { top: 100px; }
      50% { top: 110px; }
     100% { top: 100px; }
 }

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left: -15px;
	bottom: 45px;
    /*テキストの形状*/
	color: #0f3675;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
}

/*マウスの中の線描写 */
.scrolldown span::after{
	content: "";
	position: absolute;
	top: 10px;
	left: 17px;
	width: 2px;
	height: 18px;
	background: #0f3675;
	animation: mousepathmove 1.8s linear infinite;
	opacity:0;
}

@keyframes mousepathmove{
	0%{
		height:0;
		top:10px;
		opacity: 0;
	}
	50%{
		height:15px;
		opacity: 1;
	}
	100%{
		height:0;
		top:30px;
		opacity: 0;
	}
}

/*マウスの描写 */
.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
	width: 25px;
	height: 37px;
	border-radius: 10px;
	border: 2px solid #0f3675;
}


/*マウスの中の丸の描写*/
.scrolldown:after{
	content:"";
	position: absolute;
	bottom:24px;
	left: -1px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #0f3675;
}





















































