@charset "utf-8";

#page_home {
	position: relative;
	background-color: #FDEDFD;
}

/* #page_home:after {
	content: "";
	background-image: url(../img/mv_bg_sp.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
} */


#page_home img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#page_home svg {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	
	/* #page_home:after {
		background-image: url(../img/mv_bg.jpg);
		background-size: 100% auto;
		background-position: top center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: -2;
	} */

}


@media screen and (max-width: 768px) {
	
	#page_home {
		background-color: #FDEDFD;
	}

}


/* mv */

.mv {
	position: relative;
}

.mv-wrapper {
	position: relative;
	margin: 0 auto;
}

.mv-petal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.mv-detail {
	position: relative;
	z-index: 4;
	display: flex;
	justify-content: space-between;
}

.mv-copy {
	position: absolute;
	top: 6.588vw;
	left: 50%;
	z-index: 4;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.mv-cast {
	width: 57.32%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.mv-ttl {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 4;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.mv-sakura {
	width:  76.533%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}


@media (min-width: 768px) {

	.mv {
		background-image: url(../img/top/mv_bg.jpg);
		background-size: 100% auto;
		background-position: top center;
		background-attachment: fixed;
	}

	.mv-wrapper {
		width: 94.143%;
		padding: 2.928vw 0 14.128vw;
	}

	.mv-detail-roadshow {
		width: 19.129%;
		z-index: 4;
	}

	.mv-detail-staff {
		width: 4.121%;
	}
	
	.mv-copy {
		width: 8.533%;
		z-index: 4;
	}

	.mv-ttl {
		width: 53.44%;
	}

	.mv-sakura {
		width: 63.25%;
	}

}

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

	.mv::after {
		content: "";
		background-image: url(../img/top/mv_bg_sp.jpg);
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: -2;
	}

	.mv-wrapper {
		width: 92%;
		padding: 4vw 0 41.5vw;
	}


	.mv-detail-roadshow {
		width: 36.811%;
	}

	.mv-detail-staff {
		width: 8.695%;
	}
	
	.mv-copy {
		width: 17.681%;
		top: 23.466vw;
	}

	.mv-cast {
		width: 100%;
	}

	.mv-ttl {
		width: 100%;
	}
	
	.mv-sakura {
		width:  74.133%;
	}

}


/* contents-topbnr */

.contents-topbnr {
	
}

.contents-topbnr-item {
	display: block;
	width: 14.641%;
}

@media (min-width: 768px) {

	.contents-topbnr-item {
		position: absolute;
		top: -8vw;
		left: 2vw;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
	}

	.contents-topbnr-item:hover {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
}

}

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

	.contents-topbnr {
		padding: 8vw 0 0;
	}

	.contents-topbnr-item {
		width: 45.333%;
		margin: 0 auto;
	}

}


/* contents */

.contents {
	position: relative;
	z-index: 5;
	background-color: #FDEDFD;
}

.contents-menu-btn {
	display: flex;
	flex-wrap: wrap;
}

.contents-menu-btn-item.-bigbtn {
	width: 100%;
	margin-bottom: 20px;
}

.contents-menu-btn-item {
	width: 24%;
	display: block;
	background-color: #EA6DA4;
	color: #ffffff;
	font-size: 18px;
	font-family: source-han-serif-japanese,serif;
	letter-spacing: 0.01em;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 4px 0;
}

.contents-sns {
	display: flex;
	justify-content: space-between;
}

.contents-bnr {
	display: flex;
	justify-content: center;
}

.contents-bnr-item {
	display: block;
	margin-right: 2.538%;
}

.contents-bnr-item.-item01 {
	width: 25.316%;
}

.contents-bnr-item.-item02 {
	width: 16.406%;
}

.contents-bnr-item.-item03 {
	width: 9.114%;
	margin-right: 0;
}


@media screen and (min-width: 769px) {

	.contents-wrapper {
		max-width: 790px;
		width: 90%;
		margin: 0 auto;
	}

	.contents-menu-btn {
		width: 100%;
		margin: 0 auto;
	}

	.contents-menu-btn {
		justify-content: space-between;
	}

	.contents-bnr-item {
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
	}

	.contents-bnr-item:hover {
		opacity: 0.7;
	} 

}

@media (min-width: 768px) {

	.contents-wrapper {
		padding: 60px 0 40px;
	}

	.contents-menu {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	.contents-menu-btn-item {
		font-size: min(1.61vw,22px);
		padding: 7px 0 8px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
}

.contents-menu-btn-item:hover {
	background-color: #d5bb2e;;
}

	.contents-sns {
		width: 8.784%;
		position: absolute;
		top: -5.856vw;
		right: 1.464vw;
	}

	.contents-sns-icon {
		width: 41.666%;
		/* margin: 0 0.585%; */
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		fill: #d5bb2e;
	}

	.contents-icon-sns-circle {
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
}

	.contents-sns-icon:hover .contents-sns-icon-circle {
		fill: #EA6DA4;
	}

	.contents-billing {
		width: 100%;
		margin: 0 auto 40px;
	}
	
}

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

	.contents-wrapper {
		width: 92%;
		margin: 0 auto;
		padding: 8vw 0 10.666vw;
	}

	.contents-menu-btn.-bigbtn {
		margin: 0;
	}

	.contents-menu-btn {
		justify-content: center;
		line-height: 1.4;
		margin: 0 0 5.333vw;
	}

	.contents-menu-btn-item {
		/* max-width: 180px; */
		width: 48.695%;
		margin-bottom: 2.608%;
		/* margin: 0 1.5%; */
	}

	.contents-menu-btn-item:nth-child(2n) {
		margin-right: 2.608%;
	}

	.contents-sns {
		/* width: 27.246%; */
		margin-bottom: 10.666vw;
		justify-content: center;
	}

	.contents-sns-icon {
		width: 44.68%;
		max-width: 42px;
		margin: 0 1.333vw;
	}

	.contents-billing {
		width: 100%;
		margin-bottom: 10.666vw;
	}

	.contents-bnr {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 49.275%;
		max-width: 170px;
		margin: 0 auto;
	}
	
	.contents-bnr-item {
		display: block;
		margin-right: 0;
	}
	
	.contents-bnr-item.-item01 {
		width: 100%;
		margin: 0 0 10.666vw;
	}
	
	.contents-bnr-item.-item02 {
		width: 62%;
	}
	
	.contents-bnr-item.-item03 {
		width: 35%;
	}
	

/* 	
	.contents-bnr {
		width: 49.275%;
	} */

}


.widget {
	padding-bottom: 60px;
	background-color: #FDEDFD;
	position: relative;
	z-index: 2;
}

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

	.widget {
		padding-bottom: 8vw;
	}

}