/* ¢§¥³¥ó¥Æ¥Ê */
/* ----------------------------------------------------- */
div.section {
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 750px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

div.section img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}





/* ¢§keyvisual */
/* ----------------------------------------------------- */
div#keyvisual p {
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#keyvisual {
		margin: 0 0 3em 0;
	}
	div#keyvisual div.container {
		max-width: 1000px;
	}
}

@media screen and (max-width: 766px) {
	div# {
		
	}
}





/* ¢§top_content */
/* ----------------------------------------------------- */
div#top_content p {
	margin: 0;
}





/* ¢§items */
/* ----------------------------------------------------- */
div#items div.container {
	background: #fbfaf2;
}

div#items div.flex {
	justify-content: space-between;
}

div#items h2,
div#items p {
	margin: 0;
	text-align: center;
}



@media screen and (min-width: 767px) {
	div#items div.container {
		max-width: 1000px;
	}
	div#items div.flex p {
		width: 50%;
	}
}

@media screen and (max-width: 766px) {
	div#items div.flex p {
		width: 100%;
	}
}





/* ¢§offer */
/* ----------------------------------------------------- */
div#offer p {
	margin: 0;
}





/* ¢§cta */
/* ----------------------------------------------------- */
div#cta div.wrap {
	padding: 3em 0;
}

div#cta p {
	margin: 0;
}

div#cta p a {
	display: block;
}

div#cta p img {
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}





/* ¢§recommend */
/* ----------------------------------------------------- */
div#recommend h2 {
	margin: 1.5em 0;
	padding: 0.5em 0 0.4em 0;
	border-top: 2px solid #d5c952;
	border-bottom: 2px solid #d5c952;
}

div#recommend ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

div#recommend ul li {
	margin: 0 0 3rem 0;
}

div#recommend ul li div.c-item-list__img.u-img-scale {
	margin-bottom: 0.5rem;
}

div#recommend ul li div.c-item-list__txt > div {
	margin-top: 0.25rem;
}



@media screen and (min-width: 767px) {
	div#recommend ul {
		flex-direction: row;
		justify-content: space-between;
	}
	div#recommend ul li {
		width: 47.5%;
	}
}

@media screen and (max-width: 766px) {
	div#recommend ul {
		flex-direction: column;
		justify-content: flex-start;
	}
	div#recommend ul li {
		width: 100%;
	}
	div#recommend ul li div.c-item-list__img.u-img-scale a {
		text-align: center;
	}
	div#recommend ul li div.c-item-list__img.u-img-scale a img {
		width: 100% !important;
		
	}
}