@charset "utf-8";


/* --------------------------------------------------
		overide
-------------------------------------------------- */
#breadcrumb_area .inner {
	max-width: 1200px;
}
@media screen and (max-width:640px){
	#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%;
	}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual-lead {
	text-align: center;
	background-color: #f2f2f2;
}
.visual-lead .text {
	font-size: 14px;
	line-height: 1.4;
	padding: 8px 0;
}
.visual-main img {
	width: 100%;
	max-width: none;
}
@media screen and (max-width:640px){
	.visual-lead .text {
		font-size: 10px;
	}
}


/* --------------------------------------------------
		contents-wrap
-------------------------------------------------- */
.contents-wrap {
	padding: 90px 0 120px;
	background-color: #e60012;
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 2000px auto;
}
@media screen and (max-width:640px){
	.contents-wrap {
		padding: 12vw 0;
		background-size: 1000px auto;
	}
}


/* --------------------------------------------------
		anchernavi
-------------------------------------------------- */
.anchernavi {
	margin-bottom: 60px;
}
.anchernavi__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -10px 4.333333333333333% 0;
}
.anchernavi__list li {
	width: 25%;
	padding: 10px 0.6386861313868613% 0;
}
@media screen and (max-width:640px){
	.anchernavi {
		margin-bottom: 8vw;
	}
	.anchernavi__list {
		display: block;
		margin: 0 0;
	}
	.anchernavi__list li {
		width: 100%;
		padding: 0 0;
	}
	.anchernavi__list li + li {
		margin-top: 1.333333333333333vw;
	}
}


/* --------------------------------------------------
		movie
-------------------------------------------------- */
.movie {
	margin-bottom: 60px;
}
.movie-wrap {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	background-color: #ffd900;
	border-radius: 20px 20px;
	padding: 20px 20px;
}
.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%;
	background-color: #000000;
}
@media screen and (max-width:640px){
	.movie {
		margin-bottom: 8vw;
	}
	.movie-wrap {
		border-radius: 10px 10px;
		padding: 10px 10px;
	}
}


/* --------------------------------------------------
		point
-------------------------------------------------- */
.point {
	margin-bottom: 50px;
}
.point__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -40px 2.5% 0;
}
.point__list li {
	width: 50%;
	padding: 0 2.631578947368421%;
	margin-top: 40px;
}
@media screen and (max-width:640px){
	.point {
		margin-bottom: 8vw;
	}
	.point__list {
		display: block;
		margin: 0 0;
	}
	.point__list li {
		width: 100%;
		padding: 0 0;
		margin-top: 8vw;
	}
	.point__list li:first-child {
		margin-top: 0;
	}
}


/* --------------------------------------------------
		tomicaset
-------------------------------------------------- */
.tomicaset__list li + li {
	margin-top: 60px;
}
.tomicaset-box {
	position: relative;
}
.tomicaset-box .tomicaset__button {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	transition: opacity .2s ease;
}
@media screen and (min-width:641px){
	.tomicaset-box .tomicaset__button:hover {
		opacity: 0.85;
	}
}
@media screen and (max-width:640px){
	.tomicaset__list li + li {
		margin-top: 8vw;
	}
	#set01 .tomicaset-box .tomicaset__button {
		top: 40.05053695514845%;
	}
	#set02 .tomicaset-box .tomicaset__button {
		top: 40.47474132684114%;
	}
	#set03 .tomicaset-box .tomicaset__button {
		top: 40.47474132684114%;
	}
	#set04 .tomicaset-box .tomicaset__button {
		top: 40.47474132684114%;
	}
	#set05 .tomicaset-box .tomicaset__button {
		top: 54.54545454545455%;
	}
	#set06 .tomicaset-box .tomicaset__button {
		top: 37.87335722819594%;
	}
	#set07 .tomicaset-box .tomicaset__button {
		top: 37.87335722819594%;
	}
}


/* --------------------------------------------------
		products
-------------------------------------------------- */
.products {
	padding: 120px 0;
	background: linear-gradient(to bottom, #a4d9eb, #e8f1f2);
}
.products__list > li {
	position: relative;
}
.products__list > li + li {
	margin-top: 60px;
}
.products__list .button {
	position: absolute;
	top: 74.66307277628032%;
	left: 4.75%;
	width: 90.5%;
	display: flex;
	justify-content: space-between;
}
.products__list .button.center {
	justify-content: center;
}
#sushiro .button,
#pizzala .button,
#fumikiri .button,
#koujidouro .button,
#yoshinoya .button,
#nissan .button,
#busstop_passenger .button,
#tollgate .button,
#nursery_school .button,
#aquarium .button,
#postoffice .button,
#burgershop .button {
	top: 70.84398976982097%;
}
#gusto .button {
	top: 69.32668329177057%;
}
#firedepartment .button {
	top: 77.90909090909091%;
}
.products__list .button li {
	width: 49.35543278084715%;
}
@media screen and (max-width:640px){
	.products {
		padding: 12vw 0;
	}
	.products__list > li + li {
		margin-top: 8vw;
	}
	.products__list .button {
		left: 6.521739130434783%;
		width: 86.95652173913043%;
		display: block;
	}
	#seveneleven .button,
	#busstop .button,
	#koban .button,
	#eneos .button,
	#misdo .button {
		top: 72.55216693418941%;
	}
	#times .button {
		top: 71.64179104477612%;
	}
	#enejet .button {
		top: 73.07086614173228%;
	}
	#sushiro .button,
	#pizzala .button,
	#gusto .button,
	#fumikiri .button,
	#yoshinoya .button,
	#busstop_passenger .button {
		top: 69.98456790123457%;
	}
	#koujidouro .button,
	#nissan .button {
		top: 71.84325108853411%;
	}
	#firedepartment .button {
		top: 73.71273712737127%;
	}
	#tollgate .button,
	#nursery_school .button,
	#aquarium .button,
	#postoffice .button,
	#burgershop .button {
		/*top: 69.98456790123457%;*/
		top: 79.54545454545455%;
	}
	.products__list .button li {
		width: 100%;
	}
	.products__list .button li + li {
		margin-top: 1.666666666666667vw;
	}
}