@charset "utf-8";
/*-----fv -----*/
.esfeed-fv__message-wrap {
	background: #011522;
	padding: 2.5em 0;
}
.esfeed-fv__message {
	font-size: 3.58vw;
	line-height: calc(21 / 14);
	color: #fafafa;
	text-align: center;
	font-weight: 600;
}
.esfeed-fv__message span {
	color: #b59a72;
}
@media screen and (min-width: 500px) {
	.esfeed-fv__message {
		font-size: 2.2vw;
	}
}
@media screen and (min-width: 1100px) {
	.esfeed-fv__message {
		font-size: 26px;
	}
}
/*-----/fv -----*/
/*-----copyright -----*/
.esfeed-copyright {
	text-align: center;
}
.esfeed-copyright__ef-txt {
	display: block;
	font-size: 10px;
	padding: 1em;
}
@media screen and (min-width: 500px) {
	.esfeed-copyright__ef-txt {
		font-size: 12px;
	}
}
/*-----/copyright -----*/
/*-----sec -----*/
.esfeed-sec {
	padding: 35px 15px 0;
}
.esfeed-sec-white {
	background: #ffffff;
	padding-bottom: 35px;
}
.esfeed-sec--crn {
	counter-reset: num;
}
.esfeed-sec--pb {
	padding-bottom: 0;
}
.esfeed-sec__heading-wrap {
	text-align: center;
}
.esfeed-sec__heading {
	font-size: 21px;
	margin-bottom: 14px;
	font-weight: 600;
	text-align: center;
	line-height: calc(28 / 21);
}
.esfeed-sec__heading span {
	font-size: 14px;
}
.esfeed-sec__sub-heading {
	text-align: center;
	line-height: calc(21 / 14);
	font-weight: 600;
}
.esfeed-sec__txt--mb {
	margin-bottom: 28px;
}
.esfeed-sec__txt--mb2 {
	margin-bottom: 14px;
}
.esfeed-sec__txt--mb3 {
	margin-bottom: 7px;
}
.esfeed-sec__txt--mb4 {
	margin-bottom: 0;
}
.esfeed-sec__txt--lh {
	line-height: calc(21 / 14);
}
.esfeed-sec__txt--ta {
	text-align: center;
}
.esfeed-sec__caution {
	font-size: 12px;
	margin-bottom: 7px;
	line-height: calc(18 / 12);
}
.esfeed-sec__underline {
	margin-bottom: 35px;
}
.esfeed-sec__underline::after {
	content: "";
	display: block;
	height: 2px;
	width: 70px;
	background: #c2000b;
	margin: 14px auto 0;
}
.esfeed-sec__number {
	font-size: 12px;
	counter-increment: num;
	font-weight: 600;
	letter-spacing: 0;
}
.esfeed-sec__number::after {
	content: "0" counter(num);
}
.esfeed-sec__img {
	display: inline-block;
	margin-bottom: 7px;
	width: 100%;
}
.esfeed-sec__img--m {
	margin-bottom: 35px;
}
.esfeed-sec__img--maxw {
	max-width: 242px;
	margin: 0 auto 35px;
	display: block;
}
.esfeed-sec__img--mah {
	max-height: 50px;
	width: auto;
	display: block;
}
.esfeed-sec__img-single {
	max-width: 175px;
	margin: 0 auto 14px;
	display: block;
}
.esfeed-sec__img img {
	width: 100%;
}
.esfeed-sec__img--mah img {
	height: 50px;
	object-fit: contain;
}
.esfeed-sec__wrap {
	margin-bottom: 35px;
}
.esfeed-sec__wrap--m {
	margin: 0 auto;
}
.esfeed-sec__wrap-underline {
	padding-bottom: 28px;
	margin-bottom: 35px;
	border-bottom: 1px dashed #ccc;
}
.esfeed-sec__wrap-underline:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.esfeed-sec__note-wrap {
	background: #ececec;
	border-radius: 30px;
	padding: 14px 0;
	margin-bottom: 35px;
}
.esfeed-sec__note {
	line-height: calc(21 / 14);
	text-align: center;
	margin-bottom: 14px;
}
.esfeed-sec__note span {
	color: #b59a72;
	font-weight: 600;
}
.esfeed-sec__note-wrap p {
	margin-bottom: 0;
}
.esfeed-sec__marker {
	background: #c2000b;
	padding: 6px;
	color: #fafafa;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	max-width: 180px;
	margin: 0 auto 14px;
}
.esfeed-sec__price {
	font-size: 21px;
	text-align: center;
	font-weight: 600;
	line-height: calc(21 / 21);
	margin-bottom: 14px;
}
.esfeed-sec__price em {
	font-size: 35px;
	font-style: normal;
}
.esfeed-sec__price span {
	font-size: 12px;
}
.esfeed-sec__price b {
	font-size: 18px;
	font-style: normal;
	line-height: 2.5;
}
.esfeed-sec__link {
	border: solid 1px #011522;
	border-radius: 30px;
	width: 250px;
	height: 34px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 14px auto 0;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.esfeed-sec__link:hover {
	background: #b59a72;
	border: solid 1px #b59a72;
	color: #fafafa;
}
.esfeed-sec__link-txt {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.esfeed-sec__link-txt::after {
	content: "";
	display: block;
	background: url(../img/body/arrow-b.png) center no-repeat;
	background-size: cover;
	width: 30px;
	height: 5px;
	margin-left: 5px;
	margin-top: 2px;
}
.esfeed-sec__link:hover .esfeed-sec__link-txt:after {
	background: url(../img/body/arrow-w.png) center no-repeat;
	background-size: cover;
}
.esfeed-sec__link--mb {
	margin-bottom: 35px;
}
.esfeed-sec__notice {
	line-height: calc(21 / 14);
	margin-bottom: 7px;
}
.esfeed-sec__asp {
	font-weight: 600;
	color: #256fba;
}
.esfeed-sec__asp:hover {
	text-decoration: underline;
}
.esfeed-sec__column {
	border: solid 1px #bbb;
	border-radius: 7px;
	padding: 14px 7px;
}
.esfeed-sec__column--mb {
	margin-bottom: 14px;
}
@media screen and (min-width: 500px) {
	.esfeed-sec__wrap {
		max-width: 500px;
		margin: 0 auto 35px;
	}
	.esfeed-sec__note-wrap {
		max-width: 500px;
		margin: 0 auto 35px;
	}
	.esfeed-sec__wrap--m {
		margin: 0 auto;
	}
}
@media screen and (min-width: 1100px) {
	.esfeed-sec__heading {
		font-size: 24px;
	}
	.esfeed-sec__wrap {
		max-width: 350px;
		margin: 0 25px 35px 0;
	}
	.esfeed-sec__wrap:last-child {
		margin-right: 0;
	}
	.esfeed-sec__wrap--m {
		margin: 0 auto;
	}
	.esfeed-sec__wrap--maxw {
		max-width: 700px;
	}
	.esfeed-sec__wrap--ma {
		margin: 0 auto 35px;
	}
	.esfeed-sec__wrap--m:last-child {
		margin-right: auto;
	}
	.esfeed-sec__wrap--ma:last-child {
		margin-right: auto;
	}
	.esfeed-sec__flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.esfeed-sec__flex--maxw {
		max-width: 1100px;
		margin: auto;
	}
	.esfeed-sec__heading-single {
		line-height: 2.6;
	}
	.esfeed-sec__heading-double {
		line-height: 1.3;
	}
	.esfeed-sec__wrap-underline:last-child {
		padding-bottom: 28px;
		margin-bottom: 35px;
		border-bottom: 1px dashed #ccc;
	}
	.esfeed-sec__wrap-underline:nth-child(4),
	.esfeed-sec__wrap-underline:nth-child(5),
	.esfeed-sec__wrap-underline:nth-child(6) {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.esfeed-sec__number {
		font-size: 14px;
	}
	.esfeed-sec__column {
		padding: 16px 8px;
	}
	.esfeed-sec__column--mb {
		margin-bottom: 16px;
	}
	.esfeed-sec__txt--mb3 {
		margin-bottom: 8px;
	}
	.esfeed-sec__txt--mb4 {
		margin-bottom: 16px;
	}
	.esfeed-sec__link {
		width: 290px;
		height: 40px;
		margin: 16px auto 0;
	}
	.esfeed-sec__link--mb {
		margin-bottom: 35px;
		margin-top: 0;
	}
	.esfeed-sec__link-txt {
		font-size: 14px;
	}
}
/*-----/sec -----*/
/*-----campaign -----*/
.esfeed-campaign {
	background: url(../img/body/campaign.webp) no-repeat center;
	background-size: cover;
	padding: 35px;
}
.esfeed-campaign__txt {
	color: #fafafa;
	line-height: 1.2;
	text-align: center;
}
.esfeed-campaign__txt em {
	color: #b59a72;
	font-size: 21px;
	font-style: normal;
}
.esfeed-campaign__txt span {
	color: #b59a72;
	font-size: 28px;
	margin-bottom: 3px;
	display: inline-block;
}
.esfeed-campaign__link {
	background: #fafafa;
	text-align: center;
	font-weight: 600;
	margin: 14px auto 0;
	padding: 11px;
	width: 250px;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.esfeed-campaign__link:hover {
	background: #b59a72;
	color: #fafafa;
}
@media screen and (min-width: 500px) {
	.esfeed-campaign {
		background: #011522;
	}
}
@media screen and (min-width: 1100px) {
}
/*-----/campaign -----*/
/*-----menu -----*/
.esfeed-menu {
	background: #ffffff;
	padding: 14px 15px;
}
.esfeed-menu__list {
	text-align: center;
}
.esfeed-menu__list p {
	font-size: 12px;
	line-height: 2.5;
}
@media screen and (min-width: 500px) {
	.esfeed-menu__list {
		display: flex;
		justify-content: center;
	}
	.esfeed-menu__list li {
		margin-right: 18px;
	}
	.esfeed-menu__list li:last-child {
		margin-right: 0;
	}
}
@media screen and (min-width: 1100px) {
	.esfeed-menu__list p {
		font-size: 14px;
	}
}
/*-----/menu -----*/
