/*__________________________________________________

  Goods背景
  __________________________________________________*/

/* 背景画像を固定するコンテナ */
.bg-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	filter: url(#water-wave);
	/* フィルターの端が削れて画面が白くなるのを防ぐため、少し大きめに配置することをおすすめします */
	transform: scale(1.02);
}

@media screen and (max-width: 767px) {
	.bg-container {
		filter: none !important;
		transform: none !important;
		/* 必要に応じて拡大も戻す */
	}
}

/* グッズaとbのレイヤー */
.bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.bg-goods01 {
	background-image: url('../../../assets/images/goods/goods_back_a.webp');
	opacity: 1;
}

.bg-goods02 {
	background-image: url('../../../assets/images/goods/goods_back_b.webp');
	opacity: 0;
}

#benefits01 {
	scroll-margin-top: 100px;
}

#benefits02 {
	scroll-margin-top: 100px;
}

#list {
	scroll-margin-top: 100px;
}

#order {
	scroll-margin-top: 100px;
}

/*__________________________________________________

  GOODS
  __________________________________________________*/

.content-goods {
	max-width: 1120px;
	width: 100%;
	margin: 160px auto 0 auto;
	padding: 0 2.5%;
}

.content-goods h2.title {
	max-width: 100%;
	width: 50%;
	margin: 0 auto 80px auto;
	padding: 0;
	text-align: center;
}

.content-goods .txt-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.content-goods .txt-box p.txt01 {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 600;
	font-size: clamp(0.75rem, 0.404rem + 1.48vw, 1.438rem);
	/* 12px-23pxで可変 */
}

.content-goods .txt-box p.txt02 {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 600;
	font-size: clamp(1.063rem, 0.433rem + 2.68vw, 2.313rem);
	/* 17px-37pxで可変 */
}

/* グッズメニュー */
.goods-menu {
	display: flex;
	/* justify-content: flex-start; */
	justify-content: center;
	gap: 0 10px;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0;
}

.goods-menu .btn {
	max-width: 273px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.cuation-box {
	width: 50%;
	margin: 0 auto 60px auto;
	padding: 0;
}

.cuation-box p.txt {
	width: 100%;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.75rem, 0.656rem + 0.4vw, 0.938rem);
	/* 12px-15pxで可変 */
	line-height: 1.7;
	text-align: left;
}

/* 購入特典 / エポス会員特典 */
.sub-content-goods01 {
	width: 100%;
	background: #ffffff;
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
}

.sub-content-goods01 h3 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

h3.title01::after {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 82px;
	height: 169px;
	background: url("../../../assets/images/goods/goods_bubble_a.png") no-repeat center;
	background-size: contain;
	opacity: 0.8;
}

h3.title02::after {
	content: "";
	position: absolute;
	top: -10px;
	right: 35px;
	width: 82px;
	height: 169px;
	background: url("../../../assets/images/goods/goods_bubble_b.png") no-repeat center;
	background-size: contain;
	opacity: 0.8;
}

.sub-content-goods01 .txt-box {
	width: 88%;
	margin: 0 auto;
	padding: 0;
}

.sub-content-goods01 .txt-box p.txt01 {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.875rem, 0.821rem + 0.238vw, 1rem);
	/* 14px-16pxで可変 */
	line-height: 1.8;
	text-align: left;
}

.sub-content-goods01 .txt-box p.txt02 {
	width: 100%;
	margin-left: -0.5em;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.813rem, 0.759rem + 0.238vw, 0.938rem);
	/*13px-15*/
	line-height: 1.35;
	margin-bottom: 1rem;
	text-align: left;
}

.sub-content-goods01 .txt-box p.txt03 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: 13px;
	/* line-height: 1.35; */
	line-height: 1;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 1rem;
	text-align: left;
}

.sub-content-goods01 .sub-title {
	position: relative;
	width: 88%;
	margin: 30px auto 60px auto;
	padding: 0;
	color: #a380cf;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 500;
	font-size: clamp(1rem, 0.811rem + 0.81vw, 1.375rem);
	/* 14px-22pxで可変 */
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.35;
	text-align: left;
}

.sub-title::after {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 13px;
	background: url("../../../assets/images/goods/goods_hr.png") no-repeat center;
	background-size: contain;
	opacity: 0.8;
}

.sub-content-goods01 .img-box {
	width: 88%;
	height: auto;
	margin: 0 auto 30px auto;
	padding: 0;
	/* background: #d6d6d6; */
}

/* ボタンリンク */
.sub-content-goods01 .btn-box {
	width: 100%;
	margin: 40px auto 30px auto;
}

.btn-link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 470px;
	width: 100%;
	height: 72px;
	margin: 0 auto;
	background: #ffffff;
	border: 2px solid #b68ee8;
	border-radius: 9999px;
	text-decoration: none;
}

.btn-link:hover {
	background: #f8f1ff;
	border-color: #9b5fe0;
}

.btn-text {
	width: 100%;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.875rem, 0.781rem + 0.4vw, 1.063rem);
	/* 14px-17pxで可変 */
	text-align: center;
}

.btn-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
}

.btn-icon svg {
	width: 22px;
	height: 22px;
	stroke: #666;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* 受注商品 */
.sub-content-goods02 {
	width: 100%;
	background: #ffffff;
	margin: 0 auto 30px auto;
	padding: 30px 0 30px 0;
}

.sub-content-goods02 h3 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.sub-content-goods02 .txt-box {
	width: 88%;
	margin: 0 auto;
	padding: 0;
}

.sub-content-goods02 .txt-box p.txt01 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.875rem, 0.781rem + 0.4vw, 1.063rem);
	/* 14px-17pxで可変 */
	line-height: 1.8;
	text-align: left;
}

.sub-content-goods02 .txt-box p.txt02 {
	width: 100%;
	margin-left: -0.5em;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.75rem, 0.656rem + 0.4vw, 0.938rem);
	/* 12px-15pxで可変 */
	line-height: 1.35;
	margin-bottom: 1rem;
	text-align: left;
}

.sub-content-goods02 .txt-box p.txt03 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.75rem, 0.656rem + 0.4vw, 0.938rem);
	/* 12px-15pxで可変 */
	line-height: 1.35;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 1rem;
	text-align: left;
}

.sub-content-goods02 .sub-title {
	position: relative;
	width: 88%;
	margin: 30px auto 60px auto;
	padding: 0;
	color: #a380cf;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(1rem, 0.811rem + 0.81vw, 1.375rem);
	/* 16px-22pxで可変 */
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.35;
	text-align: left;
}

.sub-content-goods02 .img-box {
	width: 88%;
	height: 500px;
	margin: 0 auto 30px auto;
	padding: 0;
	background: #d6d6d6;
}

/* ボタンリンク */
.sub-content-goods02 .btn-box {
	width: 100%;
	margin: 40px auto 30px auto;
}

/* 商品一覧 */
.sub-content-list {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
}

.sub-content-list h3 {
	position: relative;
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0;
}

.sub-content-list .list-box {
	display: flex;
	justify: space-between;
	gap: 10px;
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0;
}

.sub-content-list .list-box .goods-box {
	position: relative;
	max-width: 272.5px;
	width: 100%;
	margin: 0;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #004980;
	border-radius: 20px;
}

.goods-box .img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.goods-box .img-new {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.goods-box .img-new::after {
	content: "";
	position: absolute;
	top: -40px;
	left: 5px;
	width: 20%;
	height: 20%;
	background: url("../../../assets/images/goods/goods_new.png") no-repeat center;
	background-size: contain;
	opacity: 0.8;
}

.goods-box .title {
	width: 100%;
	margin: 5px auto 10px auto;
	padding: 5px;
	background: #ff842b;
	color: #ffffff;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.75rem, 0.656rem + 0.4vw, 0.938rem);
	/* 12px-15pxで可変 */
}

.goods-box .quantity {
	max-width: 174px;
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #004980;
	border-radius: 15px;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.75rem, 0.687rem + 0.27vw, 0.875rem);
	/* 12px-14pxで可変 */
}

.goods-box .name {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.813rem, 0.75rem + 0.27vw, 0.938rem);
	/* 13px-15pxで可変 */
	line-height: 1.35;
	text-align: center;
}

.goods-box .price {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 600;
	font-size: clamp(0.813rem, 0.592rem + 0.94vw, 1.25rem);
	/* 13px-20xで可変 */
	text-align: center;
}

span.small-txt {
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 600;
	font-size: 12px;
}

.goods-box .icon {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0;
}

/* 商品一覧カード（クリック可能） */
.sub-content-list .list-box .goods-box {
	cursor: pointer;
}

.goods-box .goods-detail {
	display: none;
}

/* 商品詳細ポップアップ */
.goods-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	padding: 10px;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.goods-modal-overlay.is-active {
	display: flex;
}

.goods-modal-overlay.is-visible {
	opacity: 1;
}

.goods-modal {
	position: relative;
	/* max-width: 420px; */
	max-width: 500px;
	width: 100%;
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0 auto;
	/* padding: 35px 10px 0 10px; */
	padding: 35px 30px 0 30px;
	background: #ffffff;
	border: 2px solid #004980;
	border-radius: 32px;
	transform: scale(0.9);
	opacity: 0;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.goods-modal-overlay.is-visible .goods-modal {
	transform: scale(1);
	opacity: 1;
}

.goods-modal-close {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: none;
	outline: none;
	/*border-radius: 50%;*/
	background: rgba(255, 255, 255, 0.85);
	color: #004980;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.goods-modal-media {
	position: relative;
}

.goods-modal-media .img {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.goods-modal-media .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.goods-modal-media .title {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 8px 10px;
	background: #ff842b;
	color: #ffffff;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.75rem, 0.656rem + 0.4vw, 0.938rem);
	/* 12px-15xで可変 */
	text-align: center;
}

.goods-modal-body {
	padding: 20px 0 26px 0;
}

.goods-modal-body .quantity {
	display: inline-block;
	max-width: 100%;
	margin: 0 0 16px 0;
	padding: 4px 14px;
	background: #ffffff;
	border: 1px solid #004980;
	border-radius: 15px;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.75rem, 0.687rem + 0.27vw, 0.875rem);
	/* 12px-14xで可変 */
	text-align: left;
}

.goods-modal-body .name {
	margin: 0 0 16px 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 600;
	font-size: clamp(0.875rem, 0.781rem + 0.4vw, 1.063rem);
	/* 14px-17xで可変 */
	line-height: 1.5;
	text-align: left;
}

.goods-modal-body .sep {
	width: 100%;
	height: 13px;
	margin: 0 0 16px 0;
	background: url("../../../assets/images/goods/goods_hr_detail.png") no-repeat center;
	background-size: contain;
	opacity: 0.8;
}

.goods-modal-body .spec p,
.goods-modal-body .caption p {
	margin: 0 0 6px 0;
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.75rem, 0.656rem + 0.4vw, 0.938rem);
	/* 12px-15xで可変 */
	line-height: 1.6;
	text-align: left;
}

.goods-modal-body .spec {
	margin-bottom: 16px;
}

.goods-modal-body .caption {
	margin-bottom: 20px;
}

.goods-modal-body .price {
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 600;
	font-size: clamp(0.813rem, 0.592rem + 0.94vw, 1.25rem);
	/* 13px-20xで可変 */
	text-align: left;
}

body.goods-modal-open {
	overflow: hidden;
}

@media only screen and (max-width: 1170px) {
	.content-goods {
		max-width: 100%;
		width: 90%;
		margin: 160px auto 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.cuation-box {
	width: 100%;
	}

	.content-goods {
		max-width: 100%;
		width: 95%;
		margin: 80px auto 0 auto;
	}

	.content-goods h2.title {
		position: relative;
		z-index: 2;
		max-width: 100%;
		width: 82%;
		margin: 0 auto 60px auto;
		padding: 0;
		text-align: center;
	}

	.content-goods .txt-box {
		width: 100%;
	}

	/* グッズメニュー */
	.goods-menu {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0 15px;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.goods-menu .btn {
		max-width: 100%;
		width: 47%;
		height: auto;
		margin: 0;
		padding: 0;
	}

	/* 購入特典 / エポス会員特典 */
	.sub-content-goods01 {
		width: 100%;
		background: #ffffff;
		margin: 0 auto 30px auto;
		padding: 5% 5% 5% 5%;
	}

	.sub-content-goods01 h3 {
		position: relative;
		width: 100%;
		margin: 0 auto 10px auto;
		padding: 0;
	}

	h3.title01::after {
		content: "";
		position: absolute;
		top: -30px;
		left: -20px;
		width: 41px;
		height: 84.5px;
		background: url("../../../assets/images/goods/goods_bubble_a.png") no-repeat center;
		background-size: contain;
		opacity: 0.8;
	}

	h3.title02::after {
		content: "";
		position: absolute;
		top: -20px;
		right: -15px;
		width: 41px;
		height: 84.5px;
		background: url("../../../assets/images/goods/goods_bubble_b.png") no-repeat center;
		background-size: contain;
		opacity: 0.8;
	}

	.sub-content-goods01 .txt-box {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.sub-content-goods01 .txt-box p.txt01 {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		line-height: 1.5;
		text-align: left;
	}

	.sub-content-goods01 .txt-box p.txt02 {
		width: 100%;
		margin-left: -0.5em;
		padding: 0;
		line-height: 1.35;
		margin-bottom: 0.5rem;
		text-align: left;
	}

	.sub-content-goods01 .txt-box p.txt03 {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		line-height: 1.35;
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 0.5rem;
		text-align: left;
	}

	.sub-content-goods01 .sub-title {
		position: relative;
		width: 100%;
		margin: 15px auto 30px auto;
		padding: 0;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.35;
		text-align: left;
	}

	.sub-title::after {
		content: "";
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		height: 13px;
		background: url("../../../assets/images/goods/goods_hr.png") no-repeat center;
		background-size: contain;
		opacity: 0.8;
	}

	.sub-content-goods01 .img-box {
		/* width: 88%; */
		width: 100%;
		/* height: 250px; */
		margin: 0 auto 30px auto;
		padding: 0;
		/* background: #d6d6d6; */
	}

	/* ボタンリンク */
	.sub-content-goods01 .btn-box {
		width: 100%;
		margin: 40px auto 0 auto;
	}

	.btn-link {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		max-width: 100%;
		width: 80%;
		height: 40px;
		margin: 0 auto;
		background: #ffffff;
		border: 2px solid #b68ee8;
		border-radius: 9999px;
		text-decoration: none;
	}

	.btn-link:hover {
		background: #f8f1ff;
		border-color: #9b5fe0;
	}

	.btn-text {
		width: 100%;
		text-align: center;
	}

	.btn-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
		width: 34px;
		height: 34px;
	}

	.btn-icon svg {
		width: 22px;
		height: 22px;
		stroke: #666;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	/* 受注商品 */
	.sub-content-goods02 {
		width: 100%;
		background: #ffffff;
		margin: 0 auto 30px auto;
		padding: 30px 0 30px 0;
	}

	.sub-content-goods02 h3 {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.sub-content-goods02 .txt-box {
		width: 88%;
		margin: 0 auto;
		padding: 0;
	}

	.sub-content-goods02 .txt-box p.txt01 {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		line-height: 1.8;
		text-align: left;
	}

	.sub-content-goods02 .txt-box p.txt02 {
		width: 100%;
		margin-left: -0.5em;
		padding: 0;
		line-height: 1.35;
		margin-bottom: 1rem;
		text-align: left;
	}

	.sub-content-goods02 .txt-box p.txt03 {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		line-height: 1.35;
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 1rem;
		text-align: left;
	}

	.sub-content-goods02 .sub-title {
		position: relative;
		width: 88%;
		margin: 30px auto 60px auto;
		padding: 0;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.35;
		text-align: left;
	}

	.sub-content-goods02 .img-box {
		width: 88%;
		height: 500px;
		margin: 0 auto 30px auto;
		padding: 0;
		background: #d6d6d6;
	}

	/* ボタンリンク */
	.sub-content-goods02 .btn-box {
		width: 100%;
		margin: 40px auto 30px auto;
	}

	/* 商品一覧 */
	.sub-content-list {
		width: 100%;
		margin: 0 auto 30px auto;
		padding: 0 0 30px 0;
	}

	.sub-content-list h3 {
		position: relative;
		width: 100%;
		margin: 0 auto 30px auto;
		padding: 0;
	}

	.sub-content-list .list-box {
		display: flex;
		justify: space-between;
		flex-wrap: wrap;
		gap: 20px 10px;
		width: 100%;
		margin: 0 auto 20px auto;
		padding: 0;
	}

	.sub-content-list .list-box .goods-box {
		max-width: 100%;
		width: 48.5%;
		margin: 0;
		padding: 10px;
		background: #ffffff;
		border: 1px solid #004980;
		border-radius: 20px;
	}

	.goods-modal {
		max-width: 92%;
		border-radius: 20px;
	}

	.goods-modal-body {
		padding: 16px 0 20px 0;
	}
}

p.caution {
	color: #004980;
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 350;
	font-size: clamp(0.688rem, 0.634rem + 0.238vw, 0.813rem); /* 11px～13px（360px～1200px）*/
	line-height: 1.4;
}