@charset "utf-8";


/* --------------------------------------------------
		overide
-------------------------------------------------- */
#breadcrumb_area .inner {
	max-width: 1200px;
}
@media screen and (max-width:640px){
	#wrap .l-inner img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.l-inner {
	display: block;
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
}
.u-button--fade {
	display: block;
	transition: opacity .2s ease;
}
@media (any-hover:hover){
	.u-button--fade:hover {
		opacity: 0.85;
	}
}
@media screen and (max-width:640px){
	.l-inner {
		padding: 0 4%;
	}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual-lead {
	text-align: center;
	background-color: #f2f2f2;
}
.visual-lead .text {
	font-size: 14px;
	line-height: 1.4;
	padding: 8px 0;
}
.visual-main {
	position: relative;
}
.visual-main img {
	width: 100%;
	max-width: none;
}
@media screen and (max-width:640px){
	.visual-lead .text {
		font-size: 10px;
	}
}


/* --------------------------------------------------
		movie
-------------------------------------------------- */
.movie {
	padding: 90px 0;
	background-image: url('../img/movie-area_01.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.movie-wrap {
	margin: 0 5% 20px;
	padding: 30px 30px;
	background-image: url('../img/movie-area_02.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
.movie-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:640px){
	.movie {
		padding: 12vw 0;
	}
	.movie-wrap {
		margin: 0 0 2.666666666666667vw;
		padding: 4vw 4vw;
	}
}


/* --------------------------------------------------
		function
-------------------------------------------------- */
.function {
	padding: 60px 0;
	background-image: url('../img/bg_02.png');
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.function-title {
	margin-bottom: 25px;
}
@media screen and (max-width:640px){
	.function {
		padding: 8vw 0;
	}
	.function-title {
		margin-bottom: 2.666666666666667vw;
	}
}


/* --------------------------------------------------
		set
-------------------------------------------------- */
.set {
	padding: 20px 0 max(165px, calc(60px + 7.420494699646643vw));
	background: linear-gradient(to bottom right, #9e9e9e, #dbdbdb, #8e8e8e);
}
.set-title {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 1640px;
}
.set-plus {
	display: flex;
	justify-content: space-between;
	margin: -50px auto 20px;
	max-width: 1080px;
}
.set-plus-01 {
	width: 23.7037037037037%;
}
.set-plus-02 {
	width: 75.09259259259259%;
}
.set-set {
	margin: 0 auto;
	max-width: 1080px;
}
@media screen and (max-width:640px){
	.set {
		padding: 4vw 0 16vw;
	}
	.set-title {
		position: relative;
		left: 0;
		transform: translateX(0);
		margin: 0 -4.347826086956522% 4vw;
		width: auto;
	}
	.set-plus {
		display: block;
		margin: 0 0 4vw;
	}
	.set-plus-01 {
		width: 100%;
		margin-bottom: 4vw;
	}
	.set-plus-02 {
		width: 100%;
	}
}


/* --------------------------------------------------
		pic
-------------------------------------------------- */
.pic-image {
	margin-top: calc(min(-7.420494699646643vw, -105px) - 2px);
}
.pic-image img {
	width: 100%;
	max-width: none;
}
@media screen and (max-width:640px){
	.pic-image {
		margin-top: -10.93333333333333vw;
	}
}


/* --------------------------------------------------
		buy
-------------------------------------------------- */
.buy {
	padding: 90px 0;
	background-image: url('../img/bg_01.png');
	background-position: center top;
}
@media screen and (max-width:640px){
	.buy {
		padding: 12vw 0;
		background-size: 100px 100px;
	}
}
