@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600&display=swap');

:root {
	--min30max40: clamp(1.875rem, 1.563rem + 1.56vw, 2.5rem);
}

/* フッターフィーチャーバナー */
.top__nativebanner-wrap.-footer {
	margin-top: 40px;
}
/* .top__nativebanner.-fixorder {
	margin-top: 3.5%;
} */
.list-bnrs:not(.is-wallet) .bnrs.-weekly .top-title {
	margin-top: 0;
}
.list-bnrs.is-wallet,
.list-bnrs.is-wallet .bnrs.-wallet {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
.list-bnrs.is-wallet .hanpu-about .head {
	margin-top: 0;
}

.top__nativebanner.-fixorder .top-title {
	text-align: left;
	font-family: 'Shippori Mincho B1';
}

.content_pickup-large.-special .contents_pickup-list,
.content_pickup-large.-special .contents_pickup-list:nth-child(even) {
	margin-bottom: 0;
}
.content_pickup-large {
	padding-bottom: 0;
}
.content_pickup-large + .content_pickup-small-renewal2 {
	margin-top: 20px;
}

/* 注文完了フィーチャーバナー */
.cate-menu.-sp.-fxod {
	width: min(530px,100%);
	margin: 0 auto;
	padding-top: 4.5%;

}

.top__nativebanner.-fixorder .contents_footer_wap .top-title:first-of-type {
	text-align: center;
	font-size: var(--min30max40);
	margin-bottom: 2.5%;
}
.top__nativebanner.-fixorder .contents_footer_wap h1 {
	margin-bottom: 15px;
}
main#content .fix-order .top__bnr_yomimono-bottom {
	padding: 0;
}
.fix-order .top__bnr_yomimono-bottom h2.top__bnr_yomimono-bottom-title-renewal {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 30px;
	font-weight: 600;
	color: var(--top-header-text-color);
	text-align: left;
	margin: 40px 0 10px 0;
}
.fix-order .top__bnr_yomimono-bottom .top__bnr_yomimono-bottom-itemmiddle {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}
.fix-order .top__bnr_yomimono-bottom .top__bnr_yomimono-bottom-itemmiddle .top__bnr_yomimono-bottom-itemmiddleunit {
	margin: 0;
	list-style-type: none;
}
.fix-order .top__bnr_yomimono-bottom .top__bnr_yomimono-bottom-itemmiddle .top__bnr_yomimono-bottom-itemmiddleunit img {
	width: 100%;
}

.fix-order + .top-item-group.-fxod {
	margin-top: 7.5%;
}
.top-item-group.-fxod {
	margin-top: 10px;
	margin-left: -10px;
}
.top-item-group.-fxod .item-unit {
	padding-left: 10px;
}

@media (max-width: 480px) {
	.cate-menu.-sp.-fxod {
		box-sizing: border-box;
	}
	main#content .top__bnr_yomimono-bottom h2.top__bnr_yomimono-bottom-title-renewal {
		margin-top: 7%;
	}
	.fix-order + .top-item-group.-fxod {
		margin-top: 6%;
	}
}