@charset "utf-8";


/* --------------------------------------------------
		overide
-------------------------------------------------- */
#wrap {
	background-image: url(../img/bg_01.png);
	background-position: center top;
}
@media screen and (max-width:640px){
	#wrap {
		background-size: 453px auto;
	}
	#wrap .p-inner img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.p-inner {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
}
.p-button--fade {
	display: block;
	transition: opacity .2s ease;
}
@media screen and (min-width:641px){
	.p-button--fade:hover {
		opacity: 0.85;
	}
}
@media screen and (max-width:640px){
	.p-inner {
		padding: 0 4%;
	}
}


/* --------------------------------------------------
		keylead
-------------------------------------------------- */
.keylead {
	background-color: #f2f2f2;
	padding: 5px 0;
}
.keylead__text {
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width:640px){
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	padding-bottom: 80px;
}
.visual-main {
	position: relative;
}
.visual-main img {
	width: 100%;
	max-width: none;
}
.visual-main__title {
	position: absolute;
	width: 46.85714285714286%;
	top: 25.14285714285714%;
	left: 49.57142857142857%;
}
.visual-nav__list {
	display: flex;
	justify-content: center;
	margin: -70px -0.8333333333333333% 45px;
	margin-bottom: 0 !important;
}
.visual-nav__list li {
	width: 25%;
	padding: 0 0.819672131147541%;
}
.visual-nav__image {
	text-align: center;
}
@media screen and (max-width:640px){
	.visual {
		padding-bottom: 12vw;
	}
	.visual-main__title {
		width: 93.86666666666667%;
		top: 3.684210526315789%;
		left: 2.8%;
	}
	.visual-nav__list {
		flex-wrap: wrap;
		margin: -16vw -0.7246376811594203% 8vw;
	}
	.visual-nav__list li {
		width: 50%;
		padding: 4vw 0.7142857142857143% 0;
	}
	.visual-nav__image {
		width: 84.92753623188406%;
		margin: 0 auto;
	}
}


/* --------------------------------------------------
		movie-check
-------------------------------------------------- */
.movie-check {
	padding: 60px 0 90px;
	margin-bottom: 120px;
	background-color: #e40012;
}
.movie-check:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -120px;
	left: 0;
	width: 100%;
	height: 120px;
	background-image: url(../img/bg_02.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 120px;
}
.movie-check__title {
	text-align: center;
	margin-bottom: 40px;
}
.movie-check__movie {
	background-color: #ffffff;
	padding: 10px 10px;
	width: 1080px;
	margin: 0 auto;
}
.movie-check__movie .frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.movie-check__movie .frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:640px){
	.movie-check {
		padding: 8vw 0 12vw;
		margin-bottom: 12vw;
	}
	.movie-check:after {
		bottom: -12vw;
		height: 12vw;
		background-image: url(../img/bg_02_sp.png);
		background-size: 100% 100%;
	}
	.movie-check__title {
		width: 73.33333333333333%;
		margin: 0 auto 4.347826086956522%
	}
	.movie-check__movie {
		padding: 5px 5px;
		width: 100%;
	}
}


/* --------------------------------------------------
		first-tomica
-------------------------------------------------- */
.first-tomica {
	padding-top: 80px;
}
.first-tomica__title {
	text-align: center;
	margin-bottom: 20px;
}
.first-tomica__question {
	display: flex;
	flex-direction: row-reverse;
}
.first-tomica__question .list {
	width: 47.5%;
	margin-right: 3.333333333333333%;
}
.first-tomica__question .list li + li {
	margin-top: 10px;
}
.first-tomica__question .image {
	width: 49.83333333333333%;
	margin-right: -0.8333333333333333%;
}
@media screen and (max-width:640px){
	.first-tomica {
		padding-top: 8vw;
	}
	.first-tomica__title {
		margin-bottom: 2.898550724637681%;
	}
	.first-tomica__question {
		display: block;
	}
	.first-tomica__question .list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4.347826086956522%;
	}
	.first-tomica__question .list li + li {
		margin-top: 2.898550724637681%;
	}
	.first-tomica__question .image {
		width: 86.66666666666667%;
		margin-right: 0;
	}
}


/* --------------------------------------------------
		single-item
-------------------------------------------------- */
.single-item {
	padding: 80px 0 120px;
}
.single-item__title {
	margin-bottom: 30px;
}
.single-item__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -30px -2.5% 0;
}
.single-item__list li {
	margin-top: 30px;
	width: 50%;
	padding: 0 2.380952380952381%;
}
.single-item__list li a {
	position: relative;
	display: block;
}
.single-item__list li a .button {
	position: absolute;
	width: 70.72463768115942%;
	left: 14.63768115942029%;
	bottom: 3.278688524590164%;
}
@media screen and (min-width:641px){
	.single-item__list li a .button {
		background-image: url(../img/btn_01_on.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
	}
	.single-item__list li a:hover .button img {
		opacity: 0;
	}
}
@media screen and (max-width:640px){
	.single-item {
		padding: 8vw 0 16vw;
	}
	.single-item__title {
		margin-bottom: 5.797101449275362%;
	}
	.single-item__list {
		display: block;
		margin: 0 0;
	}
	.single-item__list li {
		margin-top: 7.246376811594203%;
		width: 100%;
		padding: 0 0;
	}
	.single-item__list li:first-child {
		margin-top: 0;
	}
}


/* --------------------------------------------------
		set-item
-------------------------------------------------- */
.set-item {
	padding-bottom: 80px;
	margin-bottom: 120px;
}
.set-item-main {
	background-color: #aace36;
}
.set-item-main__image img {
	width: 100%;
	max-width: none;
}
.set-item-main__buy {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.set-item-main__buy .text {
	width: 62.5%;
	margin-top: -82px;
}
.set-item-main__buy .button {
	width: 35.66666666666667%;
}
.set-item-main__buy .button a {
	position: relative;
	display: block;
}
.set-item__list li {
	margin-top: 60px;
}
@media screen and (min-width:641px){
	.set-item-main__buy .button a {
		background-image: url(../img/btn_02_on.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
	}
	.set-item-main__buy .button a:hover img {
		opacity: 0;
	}
}
@media screen and (max-width:640px){
	.set-item {
		padding-bottom: 12vw;
		margin-bottom: 12vw;
	}
	.set-item-main__buy {
		padding: 5.797101449275362% 0 8.695652173913043%;
		display: block;
		margin-bottom: 8.695652173913043%;
	}
	.set-item-main__buy .text {
		display: none;
	}
	.set-item-main__buy .button {
		width: 70.72463768115942%;
		margin: 0 auto;
	}
	.set-item__list li {
		margin-top: 4.347826086956522%;
	}
}


/* --------------------------------------------------
		buy
-------------------------------------------------- */
.buy {
	padding: 80px 0 120px;
	background-color: #e40012;
	background-image: url(../img/buy_02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.buy:after {
	content: "";
	position: absolute;
	display: block;
	top: -120px;
	left: 0;
	width: 100%;
	height: 120px;
	background-image: url(../img/bg_03.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 120px;
}
.buy__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.buy__bg:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: calc(50% + 700px);
	width: 100%;
	height: 100%;
	background-image: url(../img/buy_03.png);
	background-position: right top;
	background-repeat: repeat-x;
}
.buy__bg:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: calc(50% + 700px);
	width: 100%;
	height: 100%;
	background-image: url(../img/buy_03.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.buy__title {
	width: 90.16666666666667%;
	margin: 0 auto 40px;
}
.buy__button {
	width: 50%;
	margin: 0 auto;
}
.buy__button a {
	display: block;
}
@media screen and (min-width:641px){
	.buy__button a {
		background-image: url(../img/btn_03_on.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
	}
	.buy__button a:hover img {
		opacity: 0;
	}
}
@media screen and (max-width:640px){
	.buy {
		padding: 9.333333333333333vw 0 12vw;
		background-image: url(../img/buy_02_sp.png);
		background-position: center bottom;
		background-size: 100% auto;
	}
	.buy:after {
		top: -12vw;
		height: 12vw;
		background-image: url(../img/bg_03_sp.png);
		background-size: 100% 100%;
	}
	.buy__bg:before {
		content: none;
	}
	.buy__bg:after {
		content: none;
	}
	.buy__title {
		width: 100%;
		margin-bottom: 5.797101449275362%;
	}
	.buy__button {
		width: 100%;
	}
}