@charset "UTF-8";




.main .wrapBg {
	background: #282828;
	color: #fff;
	padding: 0 0 100px;
}

.titJpEn {
	text-align: left;
	margin-bottom: 20px;
}

.titJpEn .en {
	font-size: 50px;
	letter-spacing: 0.1em !important;
	color: #94adab;
}

.titJpEn .jp {
	color: #fff;
}

/*
#mainVisual {
	height: auto;
}
*/

.intro {
	padding: 80px 0 100px;
	text-align: center;
}

.list .container {
	max-width: 1200px;
}

.list .item {
	margin-bottom: 150px;
}

.list .item:last-child {
	margin-bottom: 0;
}

.list .item .img {
	width: 47.09%
}

.list .item .txt {
	width: 48%;
}

.list .item .txt .titJpEn .en {
}

.list .item .txt > p {
	line-height: 3;
}

.list .item:nth-child(2n) .img {
	order: 2;
}

.list .item:nth-child(2n) .txt {
	order: 1;
}

.list .item .txt .store {
	margin-top: 40px;
	background: #474747;
	align-items: stretch;
	overflow: hidden;
}

.list .item .txt .store .storeImg {
	width: 54.18%;
}

.list .item .txt .store .storeImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.list .item .txt .store .storeInfo {
	width: 45.82%;
	padding: 10px 5%;
	align-items: center;
}

.list .item .txt .store .storeInfo > div {
	width: 100%;
}

.list .item .txt .store .storeInfo p {
	color: #94adab;
	font-size: 17px;
	line-height: 1.4;
}

.list .item .txt .store .storeInfo p span {
	display: block;
	font-size: 12px;
	color: #fff;
}

.list .item .txt .store .storeInfo ul {
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.4;
}

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

	.main .wrapBg {
		padding: 0;
	}

	.titJpEn .en {
		font-size: 10vw;
	}

	.intro {
		padding: 60px 0 40px;
	}

	.intro .container p {
/*		text-align: left;*/
	}


	.list .container {
		width: 100%;
	}

	.list .item .txt .titJpEn .en {
		line-height: 1;
		margin-bottom: 10px;
	}

	.list .item {
		margin-bottom: 0;
	}

	.list .item .img {
		width: 100%;
		order: 1 !important;
	}

	.list .item .img img {
		width: 100%;
	}

	.list .item .txt {
		width: 100%;
		order: 2 !important;
		padding: 10% 5% 20%;
	}

	.list .item .txt .store .storeInfo ul {
		font-size: 2vw;
		margin-top: 4vw;
	}

	.list .item .txt .store .storeInfo p {
		font-size: 3.5vw;
	}

	.list .item .txt .store .storeInfo p span {
		font-size: 2.8vw
	}

}