@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
	letter-spacing: 0;
}

p {
	white-space: pre-wrap;
}

img {
	width: 100%;
	max-width: max-content;
}

/* 商品リストページ */
.items-list.wrap {
	margin-bottom: 120px;
}

.items-list h1 span {
	display: block;
	font-size: 16px;
}

.items-list p {
	font-family: 'Noto Serif JP';
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0;
	text-align: center;
}

.items-list p.kome {
	font-size: 16px;
	margin-top: 12px;
}

.items-list p.kome::before {
	content: "※";
}

.items-list a:has(img) {
	display: block;
	aspect-ratio: 1/1;
	overflow: hidden;
	object-fit: cover;
	margin: 0 auto;
	max-width: 340px;
	height: auto;
}

.items-list a img {
	max-width: 340px;
    height: 100%;
    object-fit: cover;
	transition: .5s;
}

.items-list a:has(img):hover img {
	transform: scale(1.1);
}

.items-list h3 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	margin-top: 19px;
}

.items-list h3 .subtitle {
	display: block;
	font-size: 12px;
}

.items-list .col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px 58px;
	margin-top: 51px;
}

.items-list .shop-link {
	text-align: center;
}

.items-list .shop-link a {
	margin-top: 115px;
}

/* 共有 */
.items-title,
.items-list h1 {
	color: #102543;
	font-family: 'Noto Serif JP';
	font-size: 36px;
	text-align: center;
	margin: 60px auto 90px;
	position: relative;
	width: 100%;
}

.items-title::before,
.items-list h1::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/jirikihongan.webp) no-repeat;
	background-size: cover;
	background-position: center;
	width: 115px;
	height: 100px;
	z-index: -1;
}

.items-list h1::before {
	top: 40%;
}

/* 商品詳細ページ */
.thum {
	margin-bottom: 64px;
	width: 100%;
}

.items-title span {
	font-family: 'Noto Sans JP';
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.items .col {
	display: flex;
	align-items: flex-start;
	gap: 57px;
}

.items .col > div:first-child {
	margin: 0 auto;
	max-width: 420px;
}

@media screen and (max-width: 1040px) {
	.items .col {
		flex-flow: column-reverse;
	}
}

.items .col img {
	margin: 10px auto 0;
	max-width: 420px;
}

.items .col p,
.copy-text {
	font-family: 'Noto Serif JP';
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0;
}

.items .col .gray {
	background: #F8F8F8;
	margin-top: 37px;
	padding: 19px 21px 19px 33px;
}

.items .col .gray p {
	font-size: 16px;
	line-height: 1.75;
}

.items .col .gray h3 {
	font-family: 'Noto Serif JP';
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 7px;
}

.shop-link a {
	background: #B40019;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	margin-top: 64px;
	padding: 20px 39px 20px 25px;
	position: relative;
	text-decoration: none;
	transition: .3s;
}

.shop-link a::after {
	content: "";
	position: absolute;
	top: 50%;
    transform: translatey(-50%);
    right: 15px;
    background: url(../images/arrow_w.svg) no-repeat;
    width: 6px;
    height: 11px;
}

.shop-link a:hover {
	background: #102543;
}

.shop-link-none a {
	background: #C9C9C9;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin-top: 64px;
	padding: 20px 25px;
}

.wp-block-gallery::before,
figure::before {
	content: none !important;
}

.items .wp-block-gallery {
	gap: 58px 43px !important;
	justify-content: center;
	margin-top: 167px;
}

.items .wp-block-gallery .wp-block-image {
	max-width: 500px !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	align-items: center;
}

.items .wp-block-gallery.has-nested-images figure.wp-block-image img {
	max-width: 500px !important;
}

.items .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: none;
	color: #000;
	font-size: 16px;
	padding: 0;
	position: relative;
	text-align: center;
	text-shadow: none;
	margin-top: 20px;
}

.items h2 {
	color: #102543;
	font-family: 'Noto Serif JP';
	font-size: 30px;
	position: relative;
	text-align: center;
	margin: 173px auto 40px;
}

.items h2::before {
	content: "";
	position: absolute;
	top: -70px;
	left: 50%;
	background: #102543;
	width: 1px;
	height: 60px;
}

.items .wp-block-table {
	border-collapse: collapse;
	margin: 50px auto 155px;
	width: 100%;
}

.items .wp-block-table td {
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.85;
	padding: 12px 30px;
	letter-spacing: 0;
	white-space: pre-wrap;
}

.items .wp-block-table td:first-child {
	background: #F6F6F6;
	color: #102543;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	text-align: center;
	letter-spacing: 0;
	width: 268px;
}

/* 作り手 */
body .is-layout-flex:has(.creator-wrap) {
	gap: 43px;
	justify-content: center;
	margin-bottom: 150px;
}

.creator-wrap,
.wp-block-column:has(.creator-wrap) {
	width: 100%;
	max-width: 500px;
}

.creator-wrap:has(.creator-wrap) {
	max-width: none;
}

.creator-wrap figure {
	margin-bottom: 0 !important;
}

.creator {
	background: #F6F6F6;
	padding: 18px 33px 26px;
}

.creator-title > div {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.creator-title h3 {
	font-family: 'Noto Serif JP';
	font-size: 24px;
	margin-bottom: 19px;
	letter-spacing: 0;
}

.creator p {
	font-size: 16px;
	line-height: 1.75;
}

.creator .creator-title p {
	font-family: 'Noto Serif JP';
	font-size: 14px;
	font-weight: 500;
}

/* sp size */
@media screen and (max-width: 767px) {

	/* 商品リスト */
	.items-list.wrap {
		margin-bottom: 97px;
	}

	.items-list h1 {
		font-size: 28px;
		margin: 0 auto 36px;
	}

	.items-list h1 span {
		font-size: 14px;
	}

	.items-list h1::before {
		top: 45%;
		width: 82px;
		height: 72px;
	}

	.items-list .col {
		grid-template-columns: repeat(1, 1fr);
		gap: 34px 22px;
	}

	.items-list img {
		min-width: 148px;
	}

	.items-list a:has(img):hover img {
		transform: none;
	}

	.items-list p {
		font-size: 18px;
		text-align: left;
	}

	.items-list p.kome {
		font-size: 14px;
	}

	.items-list h3 {
		font-size: 18px;
		margin-top: 7px;
	}

	.items-list h3 .subtitle {
		font-size: 10px;
        white-space: pre;
	}

	.items-list .shop-link a {
		margin-top: 48px;
	}

	/* 商品詳細ページ */
	.items-title.sp {
		display: block;
		font-size: 28px;
		margin: 0 auto 36px;
	}

	.items-title::before {
		width: 82px;
		height: 72px;
	}

	.items-title span {
		font-size: 12px;
	}

	.thum {
		margin-bottom: 37px;
	}

	.items .col {
		flex-flow: column-reverse;
		gap: 37px;
		margin-bottom: 0;
	}

	.items .col >div:has(img) {
		display: none;
	}

	.items .col img {
		display: none;
	}

	.items .col p,
	.copy-text {
		font-size: 16px;
		line-height: 1.8;
	}

	.items .wp-block-gallery {
		flex-flow: column;
		margin-top: 79px;
	}
	
	.creator .col ul {
		gap: 45px;
		justify-items: center;
	}

	.items .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: 100%;
	}

	.items .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		font-size: 14px;
		margin-top: 12px;
	}

	.items .col .gray {
		padding: 21px 15px 27px 26px;
	}

	.items .col .gray h3 {
		font-size: 16px;
	}

	.shop-link a,
	.shop-link-none a {
		font-size: 14px;
		line-height: 1.57;
	}

	.shop-link a {
		padding: 15px 39px 15px 25px;
	}

	.shop-link-none a {
		padding: 15px;
	}

	.items h2 {
		font-size: 21px;
		margin: 130px auto 25px;
	}

	.items h2::before,
	.creator h2::before {
		top: -44px;
		height: 40px;
	}

	.items .wp-block-table {
		margin: 39px auto 100px;
	}

	.items .wp-block-table td {
		display: block;
		width: 100%;
	}

	.items .wp-block-table td:first-child {
		border-bottom: none;
		font-size: 14px;
		padding: 4px 14px 6px;
		width: 100%;
	}

	.items .wp-block-table td {
		border-bottom: none;
		padding: 13px 16px 17px;
	}

	.items .wp-block-table tr:last-child td:last-child {
		border-bottom: 1px solid #DEDEDE;
	}

	body .is-layout-flex:has(.creator-wrap) {
		gap: 0;
	}

	.creator {
		padding: 15px 18px 30px;
		margin-bottom: 81px;
	}

	.creator p {
		font-size: 14px;
	}

	.creator h2 {
		font-size: 21px;
		margin-bottom: 30px;
	}

	.creator .col h3 {
		margin-bottom: 31px;
	}

	.creator .col h3 span {
		font-size: 12px;
		margin-right: 8px;
	}

	.creator .col p {
		font-size: 14px;
		line-height: 1.57;
	}

	.creator .col li div {
		box-sizing: border-box;
		padding: 15px 15px 47px;
		max-width: 500px;
	}
	body .is-layout-flex:has(.creator-wrap) {
		margin-bottom: 0;
	}
}