/* ヘッダーメニュー */
.hdrFixed {
	border-bottom: 1px solid #dfdfdf;
}
.fs-l-header--min {
	border: none;
}

/* ボタン */
button,
html [type="button"],
[type="reset"],
[type="submit"],
.fs-c-button--standard,
.fs-c-button--primary {
	border-radius: 3px;
}

.fs-c-button--standard {
	background: #ddd;
	border: none;
	vertical-align: middle;
	padding: 0.8em 1.6em;
	box-shadow: none;
}

/* .fs-c-button--standard:hover,
	.fs-c-button--standard:visited,
	.fs-c-button--standard:active {
		color: #fff;
	} */

.fs-c-button--standard:hover {
	opacity: 0.7;
}

/* トップページ */
.blog-wp time {
	display: none;
}

/* 商品グループ */
.hero-section img {
	width: 100%;
}

.fs-c-heading--page:has(+ .hero-section) {
	display: none;
}

@media screen and (min-width: 1200px) {
	.fs-c-heading--page {
		padding: 0;
	}
}

.category-text {
	text-align: center;
	padding-block: 2em 0;
}

@media (max-width: 991px) {
	.category-text {
		text-align: left;
	}
}

/* 商品ページ */
.item-ex .content:has(+ .lpimg) {
	width: 76%;
	margin-inline: auto;
}

.lpimg {
	margin-top: 3em;
	text-align: center;
}
.lpimg img {
	width: 50%;
	vertical-align: bottom;
}

@media (max-width: 991px) {
	.lpimg img,
	.item-ex .content:has(+ .lpimg) {
		width: 100%;
	}
}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before,
.fs-c-photoswipe .pswp__button--arrow--left:before,
.fs-c-photoswipe .pswp__button--arrow--right:before {
	filter: drop-shadow(0 0 2px rgb(0, 0, 0, 0.4));
}

.fs-c-photoswipe .pswp__button--arrow--left:before,
.fs-c-photoswipe .pswp__button--arrow--right:before {
	background-color: unset;
}

.fs-c-photoswipe .pswp__button--arrow--left:before, .fs-c-photoswipe .pswp__button--arrow--right:before

/* ショッピングカート */
.fs-c-cartDiscountInfo {
	line-height: 1.25em;
}

.fs-c-cartBundleInfo__title {
	padding: 0.75em 1.5em;
}

.fs-c-cartBundleInfo__list > li > a {
	border-radius: 3px;
	padding: 0.75em;
}

.fs-c-cartBundleInfo__list {
	margin-block: 1em;
}

/* ご注文手続き */
.fs-c-checkout-customerInfo > li,
.fs-c-checkout-destination__list > li {
	line-height: 1.5em;
}

.fs-c-checkout-paymentMethodList,
.fs-c-checkout-delivery__method {
	background: #f7f7f7;
	padding: 1em;
}

.fs-c-checkout-paymentMethod__title {
	padding: 0.35em 0;
}

.fs-c-checkout-previewAndEdit__info {
	padding: 1em;
}

.fs-c-checkout-confirmationList {
	grid-column-gap: 1em;
}

/* Topics　記事ページ */
.h2-product {
	color: #e28582;
}

.free-temp .h3-sub {
	margin: 0 0 3em 0;
}
.free-temp .h3-sub.in-text {
	font-weight: bold;
	padding: 0;
	margin-bottom: 0.5em;
}
.free-temp .h3-underline {
	text-align: center;
}
.free-temp .h3-underline .h3-sub {
	display: inline-block;
	border-bottom: 1px solid #dfdfdf;
	padding: 0 0 0.4em 0;
	margin-bottom: 0.5em;
}

.free-temp .pink-marker {
	font-weight: bolder;
	background: linear-gradient(transparent 65%, #ffc0cbbb 65%);
}

.free-temp .yellow-marker {
	font-weight: bolder;
	background: linear-gradient(transparent 65%, #fffc5e 65%);
}

.blog_inner .free-temp ul.mokuji li {
	list-style-type: none;
}

.single_post_detail .blog_inner .info_inner p {
	font-size: 12px;
}

/* 丸・四角・トゲ丸背景 */
.free-temp .bg-maru-toge,
.free-temp .bg-circle,
.free-temp .bg-square {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1/1;
	white-space: nowrap;
}

.blog_inner .free-temp .bg-maru-toge p,
.blog_inner .free-temp .bg-circle p,
.blog_inner .free-temp .bg-square p {
	width: auto;
	font-size: 1.5rem;
	text-align: center;
}

.free-temp .bg-maru-toge {
	color: #fff;
	background-size: contain;
	background: url("https://hfbelx.itembox.cloud/item/images/content/about_decaf/bg_maru-toge.svg")
		no-repeat;
}

.free-temp .bg-circle {
	background: #f2f2f2;
	border-radius: 50%;
}

.free-temp .bg-blue {
	background: #d1d9ee;
}

.free-temp .bg-pink {
	background: #f3d2d8;
}

.free-temp .bg-yellow {
	background: #fcfaaf;
}

.free-temp .bg-border,
.free-temp .bg-border {
	border: 2px solid #dfdfdf;
	background: #fff;
}

.free-temp .bg-square {
	background: #f2f2f2;
}

@media (min-width: 992px) {
	.free-temp .blog-img img {
		width: 70%;
		margin: 0 auto;
	}
	.product-card-single .card-img-wrap img {
		width: 70%;
		margin: 0 auto;
	}

	.single_post_detail .blog_inner .info_inner p {
		font-size: 14px;
	}
}
