@charset "UTF-8";

.lead {
	margin-bottom: 85px;
}

.guide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.guide__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 22.8%;
	margin-bottom: 40px;
	padding: 40px 3.1% 28px;
	background: url(../img/common/cmn-img02.png);
	border-radius: 8px;
}

.guide__item:not(:nth-of-type(4n)) {
	margin-right: 2.9333%;
}

.guide__main {
	text-align: justify;
}

.guide__main::before {
	content: "";
	display: block;
	height: 40px;
	margin: 0 auto 20px;
}

.guide__main--01::before {
	width: 40px;
	background: url(../img/guide_top/icon_cart.svg) no-repeat center center/contain;
}

.guide__main--02::before {
	width: 37px;
	background: url(../img/guide_top/icon_pay.svg) no-repeat center center/contain;
}

.guide__main--03::before {
	width: 40px;
	background: url(../img/guide_top/icon_point.svg) no-repeat center center/contain;
}

.guide__main--04::before {
	width: 40px;
	background: url(../img/guide_top/icon_return.svg) no-repeat center center/contain;
}

.guide__main--05::before {
	width: 37px;
	background: url(../img/guide_top/icon_delivery.svg) no-repeat center center/contain;
}

.guide__main--06::before {
	width: 37px;
	background: url(../img/guide_top/icon_gift.svg) no-repeat center center/contain;
}

.guide__main--07::before {
	width: 37px;
	background: url(../img/guide_top/icon_key.svg) no-repeat center center/contain;
}

.guide__main--08::before {
	width: 37px;
	background: url(../img/guide_top/icon_faq.svg) no-repeat center center/contain;
}

.guide__heading {
	margin-bottom: 17px;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}

.guide__text p {
	letter-spacing: 0.04em;
}

.guide__link {
	margin-top: 20px;
	text-align: center;
}

.guide__link a {
	position: relative;
	padding-right: 1em;
	color: #db6557;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.guide__link a:hover {
	opacity: 0.8;
}

.guide__link a::after {
	content: "\f054";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #db6557;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

.lead { /* sp */
	margin-bottom: 55px;
}

.guide__item { /* sp */
	width: 47.82%;
	margin-bottom: 15px;
	padding: 20px 5.6% 14px;
	border-radius: 4px;
}

.guide__item:not(:nth-of-type(4n)) { /* sp */
	margin-right: 0;
}

.guide__item:not(:nth-of-type(2n)) { /* sp */
	margin-right: 4.36%;
}

.guide__main::before { /* sp */
	height: 24px;
	margin-bottom: 10px;
}

.guide__main--01::before { /* sp */
	width: 24px;
}

.guide__main--02::before { /* sp */
	width: 22px;
}

.guide__main--03::before { /* sp */
	width: 24px;
}

.guide__main--04::before { /* sp */
	width: 24px;
}

.guide__main--05::before { /* sp */
	width: 24px;
}

.guide__main--06::before { /* sp */
	width: 17px;
}

.guide__main--07::before { /* sp */
	width: 16px;
}

.guide__main--08::before { /* sp */
	width: 22px;
}

.guide__heading { /* sp */
	margin: 0 -15px 17px;
	font-size: 17px;
}

.guide__text p { /* sp */
	line-height: 1.4615;
}

.guide__link { /* sp */
	margin-top: 28px;
}

.guide__link a { /* sp */
	font-size: 13px;
}

.guide__link a::after { /* sp */
	right: 0;
	font-size: 11px;
	margin-top: 0.05em;
}

}

