
.item-detail {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.sans-serif {
	font-family: YakuHanMP, "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
a {
	color: #000;
}
@media screen and (max-width: 600px) {
	.pc-content {
		display: none;
	}
	.item-detail {
		position: relative;
		padding: 64px 4.0vw 4.0vw 4.0vw;
	}
	.item-detail .main {
		display: flex;
		flex-direction: column;
	}
	.item-detail .side_l {
	}
	.item-detail .side_l img {
		width: 70%;
	}
	.item-detail .side_r {
		display: none;
	}
	.item-detail .photo {
		width: 100%;
		max-height: 600px;
		overflow: hidden;
		text-align: center;
		margin: 0 auto 6.4rem auto;
	}
	.item-detail .photo img {
		width: 340px;
	}
	.item-detail .shopinfo {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #000;
		margin-bottom: min(8vw, 61px);
	}
	.item-detail .num {
		width: 10%;
	}
	.item-detail .text h3 {
		font-size: min(7.2vw, 55px);
		line-height: min(9.6vw, 74px);
		letter-spacing: min(0.8vw, 6px);
		margin-bottom: min(4.8vw, 37px);
	}
	.item-detail .text .description {
		font-size: min(3.6vw, 28px);
		line-height: min(5.6vw, 43px);
		margin-bottom: min(4.8vw, 37px);
	}
	.item-detail .text .spec-price {
		font-size: min(3.6vw, 28px);
		line-height: min(5.6vw, 43px);
		margin-bottom: min(4.8vw, 37px);
	}
	.shopinfo .store-link {
		background: url('/img/head_arrow.svg') no-repeat;
		font-size: min(3.6vw, 28px);
		text-indent: 2.0rem;
	}
	.shopinfo .store-link a {
		padding: 0 0.8rem;
	}
	.shopinfo .store-link a:hover {
		background-color: #ffb9c8;
	}
	.close-button {
		position: absolute;
		right: 2.4rem;
		top: 2.4rem;
		width: 2.0rem;
	}
}


@media screen and (min-width: 601px) {
	.sp-content {
		display: none;
	}
	.item-detail {
		position: relative;
		padding: 4.0rem;
	}
	.item-detail .main {
		display: flex;
	}
	.item-detail .side_l {
		width: 10%;
	}
	.item-detail .side_l img {
		width: 2.4rem;
	}
	.item-detail .side_r {
		width: 10%;
	}
	.item-detail .photo {
		width: 80%;
		max-height: 730px;
		overflow: hidden;
		text-align: center;
		margin: 0 auto 6.4rem auto;
	}
	.item-detail .photo img {
		width: 340px;
	}
	.item-detail .shopinfo {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #000;
		margin-bottom: 6.4rem;
	}
	.item-detail .num {
		width: 10%;
	}
	.item-detail .text h3 {
		font-size: 1.8rem;
		letter-spacing: 0.72rem;
		margin-bottom: 2.0rem;
	}
	.item-detail .text .description {
		font-size: 1.2rem;
		line-height: 2.4rem;
		margin-bottom: 2.0rem;
	}
	.item-detail .text .spec-price {
		margin-bottom: 2.0rem;
	}
	.shopinfo .store-link {
		background: url('/img/head_arrow.svg') no-repeat;
		font-size: 1.2rem;
		text-indent: 2.0rem;
	}
	.shopinfo .store-link a {
		padding: 0 0.8rem;
	}
	.shopinfo .store-link a:hover {
		background-color: #ffb9c8;
	}
	.close-button {
		position: absolute;
		right: 4.0rem;
		top: 4.0rem;
		width: 2.0rem;
	}
}