@charset "UTF-8";

.s-index .a-mv .sub-title{
	position: absolute;
	left: 6%;
	bottom: 40px;
	height: auto;
}
.s-index .a-mv .sub-title h2{
	font-family: "Shippori Mincho", serif;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}
.s-index .a-mv .scroll{
	position: absolute;
	left: 0%;
	bottom: 94px;
	height: 20px;
	width: 110px;
	font-family: "Shippori Mincho", serif;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	transform: rotate(90deg);
	border-bottom: 1px solid #fff;
	padding-bottom: 26px;
	letter-spacing: 0.05rem;
}
@media screen and (min-width: 600px) {
	.s-index .a-mv .title-wrap{
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.s-index .a-mv div{
		height: 57%;
	}
	.s-index .a-mv .title-pc{
		display: none;
	}
	.s-index .a-mv .title-wrap{
		display: block;
		height: 33vh;
		width: 100%;
		text-align: center;
	}
	.s-index .a-mv .title-wrap img{
		margin-top: -20px;
	}
	.s-index .a-mv .title-wrap h1{
		top: auto;
		left: auto;
		position: relative;
		transform: translate(0%, 0%);
		margin: 0 auto 0;
		width: 220px;
	}
	.s-index .a-mv div > figure{
		height: 100%;
	}
	.s-index .a-mv .sub-title{
		background-color: #eee9e5;
		width: 100%;
		left: 0;
		bottom: 0;
		height: 80px;
		padding-top: 25px;
	}
	.s-index .a-mv .sub-title h2{
		color: #000;
		font-size: 17px;
		text-align: center;
	}
	.s-index .a-mv .scroll{
		position: absolute;
		left: auto;
		right: -15px;
		bottom: 55px;
		height: 20px;
		width: 80px;
		color: #000;
		transform: rotate(90deg);
		border-bottom: 1px solid #000;
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 389px) {
	.s-index .a-mv div > picture{
		top: 46%;
	}
	.s-index .a-mv div{
		height: 57%;
	}
	.s-index .a-mv div > figure{
		height: 100%;
	}
	.s-index .a-mv .title-wrap{
		height: 30vh;
	}
	.s-index .a-mv .title-wrap h1{
		width: 210px;
	}
	.s-index .a-mv .sub-title{
		height: 60px;
		padding-top: 15px;
	}
	.s-index .a-mv .sub-title h2{
		font-size: 16px;
	}
	.s-index .a-mv .scroll{
		right: -19px;
		bottom: 47px;
		height: 20px;
		width: 75px;
		font-size: 10px;
		padding-bottom: 23px;
	}
}