@charset "UTF-8";
/* PC商品詳細の単品景品。既存のdetail.tplからバージョン付きで読み込む。 */
.Product_details .kagoTogether {
	margin-top: 20px;
}
.Product_details .kagoTogether__title {
	margin: 0 0 8px;
	color: #7e432c;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.Product_details .kagoTogether__viewport {
	position: relative;
}
.Product_details .kagoTogether__viewport.is-collapsed::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 0;
	left: 0;
	height: 22px;
	background: linear-gradient(transparent, #fff);
	pointer-events: none;
}
.Product_details .kagoTogether__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	box-sizing: border-box;
	padding: 2px 2px 12px;
}
.Product_details .kagoTogether__viewport.is-collapsed {
	max-height: 290px;
	overflow: hidden;
}
.Product_details .kagoTogether__viewport.is-animating {
	max-height: none;
	overflow: hidden;
	will-change: height;
	transition: height .62s cubic-bezier(.16, 1, .3, 1);
}
.Product_details .kagoTogether__viewport.is-animating.is-collapsed {
	transition: height .46s cubic-bezier(.22, 1, .36, 1);
}
.Product_details .kagoTogether__toggle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	margin-top: 8px;
	padding: 8px 0;
	border: 0;
	background: transparent;
	color: #7e432c;
	font: inherit;
	font-size: 14px;
	cursor: pointer;
}
.Product_details .kagoTogether__toggle[hidden] {
	display: none;
}
.Product_details .kagoTogether__toggle::before, .Product_details .kagoTogether__toggle::after {
	display: none;
}
.kagoTogether__toggleIcon {
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid currentColor;
	border-radius: 50%;
}
.kagoTogether__toggleIcon::before, .kagoTogether__toggleIcon::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 4px;
	width: 10px;
	height: 1px;
	background: currentColor;
}
.kagoTogether__toggleIcon::after {
	transform: rotate(90deg);
}
.kagoTogether__toggle[aria-expanded="true"] .kagoTogether__toggleIcon::after {
	display: none;
}
.Product_details .kagoTogether__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14px;
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	cursor: pointer;
}
.Product_details .kagoTogether__check {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
}
.Product_details .kagoTogether__thumb {
	position: relative;
	display: block;
	flex: 0 0 120px;
	width: 120px;
	margin: 0;
}
.Product_details .kagoTogether__zoom {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	cursor: zoom-in;
}
.Product_details .kagoTogether__thumb img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transition: opacity .15s ease;
}
.Product_details .kagoTogether__check:checked ~ .kagoTogether__thumb .kagoTogether__zoom {
	border-color: #4fb340;
	box-shadow: inset 0 0 0 2px #4fb340;
}
.Product_details .kagoTogether__check:checked ~ .kagoTogether__thumb img {
	opacity: .42;
}
.kagoTogether__badge {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42%;
	aspect-ratio: 1 / 1;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #4fb340;
	pointer-events: none;
}
.kagoTogether__badge::after {
	content: "";
	position: absolute;
	top: 24%;
	left: 37%;
	width: 21%;
	height: 38%;
	border: solid #fff;
	border-width: 0 4px 4px 0;
	transform: rotate(45deg);
}
.Product_details .kagoTogether__check:checked ~ .kagoTogether__thumb .kagoTogether__badge {
	display: block;
}
.Product_details .kagoTogether__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}
.Product_details .kagoTogether__name, .kagoZoom .kagoTogether__name {
	display: block;
	color: #7e432c;
	font-size: 14px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}
.Product_details .kagoTogether__price, .kagoZoom .kagoTogether__price {
	display: block;
	color: #c93000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.Product_details .kagoTogether__yen, .kagoZoom .kagoTogether__yen {
	margin-left: 3px;
	font-size: 12px;
}
.Product_details .kagoTogether__review, .kagoZoom .kagoTogether__review {
	display: flex;
	align-items: center;
	margin-top: 7px;
	margin-bottom: 10px;
	line-height: 1;
}
.Product_details .kagoTogether__stars, .kagoZoom .kagoTogether__stars {
	display: flex;
	flex-shrink: 0;
}
.Product_details .kagoTogether__star, .kagoZoom .kagoTogether__star {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background: url("../img/common/star-off.svg") center / contain no-repeat;
}
.Product_details .kagoTogether__star--active, .kagoZoom .kagoTogether__star--active {
	background-image: url("../img/common/star-on.svg");
}
.Product_details .kagoTogether__star--half, .kagoZoom .kagoTogether__star--half {
	background-image: url("../img/common/star-on-half.svg");
}
.Product_details .kagoTogether__reviewCount, .kagoZoom .kagoTogether__reviewCount {
	margin-left: 3px;
	color: #7e432c;
	font-size: 11px;
	text-decoration: underline;
}
.Product_details .kagoTogether__btn, .kagoZoom__select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: auto;
	padding: 6px 5px;
	border: 1px solid #4fb340;
	border-radius: 999px;
	background: #4fb340;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: inherit;
	text-align: center;
	line-height: 1.4;
	cursor: pointer;
}
.Product_details .kagoTogether__price + .kagoTogether__btn {
	margin-top: 12px;
}
.Product_details .kagoTogether__btnOn {
	display: none;
}
.Product_details .kagoTogether__check:checked ~ .kagoTogether__body .kagoTogether__btn, .kagoZoom__select[aria-pressed="true"] {
	border-color: #ffdd31;
	background: #ffdd31;
	color: #7e432c;
}
.Product_details .kagoTogether__check:checked ~ .kagoTogether__body .kagoTogether__btnOn {
	display: inline;
}
.Product_details .kagoTogether__check:checked ~ .kagoTogether__body .kagoTogether__btnOff {
	display: none;
}
.Product_details .kagoTogether ~ .kago_area_box {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px dotted #7e432c;
}
.Product_details .kagoTogether__check:focus-visible ~ .kagoTogether__thumb, .Product_details .kagoTogether__zoom:focus-visible, .Product_details .kagoTogether__list:focus-visible, .Product_details .kagoTogether__toggle:focus-visible, .kagoZoom button:focus-visible {
	outline: 2px solid #7e432c;
	outline-offset: 3px;
}
.Product_details .cartin .btn.is-together {
	font-size: 17px;
}
@media screen and (min-width: 1300px) {
	.Product_details .cartin .btn.is-together {
		font-size: 19px;
	}
}
.kagoZoom {
	position: fixed;
	inset: 0;
	z-index: 1000001;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 64px 24px 32px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .18s ease;
}
.kagoZoom[hidden], .kagoZoom [hidden] {
	display: none;
}
.kagoZoom.is-open {
	opacity: 1;
}
.kagoZoom__panel {
	position: relative;
	width: 1120px;
	max-width: 100%;
	max-height: calc(100vh - 96px);
	box-sizing: border-box;
	padding: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,.22);
	transform: scale(.97);
	transition: transform .2s ease;
}
.kagoZoom.is-open .kagoZoom__panel {
	transform: scale(1);
}
.kagoZoom__close {
	position: absolute;
	top: -64px;
	right: -4px;
	padding: 0;
	width: 56px;
	height: 56px;
	border: 0;
	background: transparent;
	color: #fff;
	font: 64px/50px Arial, sans-serif;
	font-weight: 200;
	cursor: pointer;
}
.kagoZoom__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 228px;
	gap: 20px;
	height: 476px;
	max-height: calc(100vh - 372px);
	overflow-y: auto;
}
.kagoZoom__stage {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}
.kagoZoom__img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
}
.kagoZoom__product {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 18px;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: inset 0 1px 4px rgba(0,0,0,.05);
}
.kagoZoom__imageSwitch {
	position: relative;
	width: 100%;
	padding: 0;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	cursor: zoom-in;
}
.kagoZoom__imageSwitch:disabled {
	cursor: default;
}
.kagoZoom__thumb {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}
.kagoZoom__product.is-checked .kagoZoom__imageSwitch {
	border-color: #4fb340;
	box-shadow: inset 0 0 0 2px #4fb340;
}
.kagoZoom__product.is-checked .kagoZoom__thumb {
	opacity: .42;
}
.kagoZoom__product.is-checked .kagoTogether__badge {
	display: block;
}
.kagoZoom__info {
	margin: 18px 0 16px;
}
.kagoZoom .kagoTogether__name {
	font-size: 16px;
}
.kagoZoom .kagoTogether__price {
	font-size: 22px;
}
.kagoZoom .kagoTogether__yen {
	font-size: 14px;
}
.kagoZoom .kagoTogether__review {
	margin: 4px 0 0;
}
.kagoZoom .kagoTogether__star {
	width: 18px;
	height: 18px;
}
.kagoZoom__select {
	font-size: 16px;
}
.kagoZoom__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	max-width: 880px;
	margin: 48px auto 0;
}
.kagoZoom__thumbnails {
	position: relative;
	display: flex;
	align-items: center;
	gap: 22px;
	min-width: 0;
	min-height: 148px;
	box-sizing: border-box;
	overflow-x: auto;
	scrollbar-width: none;
	padding: 4px;
}
.kagoZoom__thumbnails::-webkit-scrollbar {
	display: none;
}
.kagoZoom__thumbnail {
	position: relative;
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}
.kagoZoom__thumbnail.is-active {
	flex-basis: 140px;
	width: 140px;
	height: 140px;
	border: 4px solid #c93000;
}
.kagoZoom__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity .15s ease;
}
.kagoZoom__thumbnail.is-checked img {
	opacity: .42;
}
.kagoZoom__thumbnail.is-checked .kagoTogether__badge {
	display: block;
}
.kagoZoom__prev, .kagoZoom__next {
	flex: 0 0 28px;
	width: 28px;
	height: 44px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}
.kagoZoom__prev::after, .kagoZoom__next::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: solid #7e432c;
	border-width: 0 4px 4px 0;
	transform: rotate(-45deg);
}
.kagoZoom__prev::after {
	margin-left: 9px;
	transform: rotate(135deg);
}
@media (max-height: 780px) {
	.kagoZoom__panel {
		padding: 24px;
	}
	.kagoZoom__content {
		max-height: calc(100vh - 264px);
	}
	.kagoZoom__navigation {
		margin-top: 24px;
	}
	.kagoZoom__thumbnail {
		flex-basis: 64px;
		width: 64px;
		height: 64px;
	}
	.kagoZoom__thumbnails {
		min-height: 96px;
	}
	.kagoZoom__thumbnail.is-active {
		flex-basis: 88px;
		width: 88px;
		height: 88px;
	}
}
@media (max-width: 900px) {
	.kagoZoom__panel {
		padding: 24px;
	}
	.kagoZoom__content {
		grid-template-columns: minmax(0, 1fr) 190px;
	}
	.kagoZoom__navigation {
		gap: 10px;
		margin-top: 24px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.kagoZoom, .kagoZoom__panel, .Product_details .kagoTogether__thumb img, .Product_details .kagoTogether__viewport.is-animating {
		transition: none;
	}
}

/* 20260917: PC右カラムの情報階層と購入操作。基本文字はサイトのbaseを継承。 */
.Product_details .kago_area_item.-ttl-item {
	position: sticky;
	top: 0;
	z-index: 2;
	padding-top: 0;
	margin-bottom: 12px;
	background: inherit;
}
.LC_Page_Products_Detail .is-scrolled .kago .kago_area {
	top: 55px;
	height: calc(100vh - 55px);
}
@media screen and (max-width: 1249.98px) {
	.LC_Page_Products_Detail .is-scrolled .kago .kago_area {
		top: 41.25px;
		height: calc(100vh - 41.25px);
	}
}
.Product_details .kago_area_box {
	font-size: inherit;
}
.Product_details .kago_area .product_title {
	font-size: inherit;
	line-height: 1.5;
}
.Product_details .kago_area .product_number {
	line-height: 1.6;
}
.Product_details .kago_area .price-favorite .sale_price {
	width: 100%;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.Product_details #detailrightbloc .kago_area .sale_price dt,
.Product_details #detailrightbloc .kago_area .sale_price dd {
	float: none;
	width: auto;
	line-height: 1.4;
}
.Product_details .kago_area .sale_price span.nomal {
	display: inline;
}
.Product_details .kagoTogether {
	font-size: .875em;
}
.Product_details .kagoTogether__name,
.Product_details .kagoTogether__btn {
	font-size: inherit;
}
.Product_details .kagoTogether__btn {
	width: 174px;
	max-width: 100%;
	margin-top: 0;
}
.Product_details .kagoTogether__review {
	margin-top: 5px;
	margin-bottom: 8px;
}
.Product_details .kagoTogether__title {
	font-size: 1.142857em;
}
.Product_details .kagoPurchase .quantity {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
}
.Product_details .kagoPurchase .quantity dd {
	margin: 0;
	min-width: 0;
}
.Product_details .kagoPurchase .quantity input[type="text"] {
	box-sizing: border-box;
	width: 100px;
	border-radius: 999px;
	font-size: inherit;
	text-align: center;
}
.Product_details .kagoPurchase__shipping {
	margin-top: 6px;
	font-size: .875em;
	line-height: 1.4;
	text-align: center;
}
.Product_details .kagoPurchase .cartin .btn {
	box-sizing: border-box;
	padding-top: 16px;
	padding-bottom: 16px;
}
