/* 製品詳細ページスタイル */
.product-catch-text {
	/* 375px-899px:24px-31px */
	font-size: clamp(1.5rem, 1.187rem + 1.34vw, 1.938rem);
	font-weight: 300;
	margin: 0 0 min(70px, 8vw);
	line-height: 1.5;
}

.product-header {
	display: grid;
	grid-template-columns: 41.67cqw 1fr;
	gap: 8.33cqw;
	align-items: start;
	margin-bottom: min(200px, 26.67vw);

	@media screen and (max-width: 899px) {
		grid-template-columns: 1fr;
		gap: 8vw;
	}
}

.product-slider {
	container-type: inline-size;
}

.product-slider__main {
	margin-bottom: min(40px, 8vw);
}

/* 製品ラベル */
.swiper-slide[data-label]:first-of-type::before {
	content: "";
	display: block;
	position: absolute;
	width: 23%;
	aspect-ratio: 1;
	left: 4%;
	top: 4%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.swiper-slide[data-label*="new"]:first-of-type::before {
	background-image: url(/wp-content/themes/cligram2025/assets/img/icon_new.svg);
}

.swiper-slide[data-label*="renewal"]:first-of-type::before {
	background-image: url(/wp-content/themes/cligram2025/assets/img/icon_renewal.svg);
}





.product-slider__thumbs {

	.swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 6.6cqw;

		.swiper-slide {
			cursor: pointer;

			&.swiper-slide-thumb-active {
				border: solid 1px var(--primary-color);
			}

			@media (hover: hover) {
				&:not(.swiper-slide-thumb-active):hover {
					transition: all .3s;
					opacity: .5;
				}
			}

			@media (hover: none) {
				&:not(.swiper-slide-thumb-active):active {
					transition: all .3s;
					opacity: .5;
				}
			}

		}
	}
}

.product-info-top {
	container-type: inline-size;
}

.product-info-top__title {
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 .385em;
	font-family: var(--font-family--en);
}

.product-info-top__title-en {
	font-family: var(--font-family--en);
	font-weight: 300;
	font-size: 1rem;
	letter-spacing: -.02em;
	line-height: 1;
	/* padding-bottom: 1em; */
	margin-bottom: 1em;
	border-bottom: 1px solid var(--primary-color);

	&.is-empty {
		padding-bottom: .5em;
	}
}

.product-info-top__catch {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 2em;
}

.product-info-top__summary {
	font-size: .875rem;
	display: grid;
	gap: 1em;
	margin-bottom: min(2.857em, 8vw);
}

.product-info-top__category {
	font-size: 1em;
	line-height: 1;
}

.product-info-top__volume {
	font-size: 1em;
	line-height: 1;
}

.product-info-top__price {
	font-size: 1em;
	line-height: 1;
}

.product-info-top__description {
	line-height: 2.5;
	margin-bottom: min(2.5em, 8vw);
	letter-spacing: .05em;
}

.product-info-top__text-group {}

.product-info-top__text-item {
	margin-bottom: min(6.67cqw, 8vw);
}

.product-info-top__text-label {
	font-size: 1rem;
	line-height: 1.8;

	.product-info-top__text-item+.product-info-top__text-item & {
		margin-top: 1em;
	}
}

.product-info-top__text-body {}

.product-info-top__image-text {
	display: grid;
	grid-template-columns: 28cqw 1fr;
	gap: 5.5cqw;

	@media screen and (max-width: 899px) {
		grid-template-columns: 1fr;
		gap: 5.33vw;
	}
}

.product-info-top__image {
	@media screen and (max-width: 899px) {
		width: 44.8vw;
		margin: 0 auto;
	}
}

.product-info-top__image-text-body {
	line-height: 2.4;

	@media screen and (max-width: 899px) {
		line-height: 2;
	}
}





.product-lp {
	margin-bottom: min(100px, 10.67vw);
}

.product-lp__heading-section {
	/* 375px-899px:24px-31px */
	font-size: clamp(1.5rem, 1.187rem + 1.34vw, 1.938rem);
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 min(70px, 13.33vw);
}

.product-lp__item-wrap {
	display: grid;
	gap: min(100px, 13.33vw);
	margin-bottom: min(100px, 21.33vw);
}

.product-lp__item {
	display: grid;
	grid-template-columns: 41.67cqw 1fr;
	gap: 8.33cqw;
	align-items: start;

	@media screen and (max-width: 899px) {
		grid-template-columns: 1fr;
		gap: 5.33vw;
	}
}

.product-lp__image {}

.product-lp__caption {
	/* 375px-899px:14px-16px */
	font-size: clamp(0.875rem, 0.786rem + 0.38vw, 1rem);
	line-height: 1.5;
	margin-block: 1.25em;
}

.product-lp__contents {
	display: grid;
	gap: min(56px, 13.33vw);
}

.product-lp__content {}

.product-lp__heading {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 min(1.154em, 5.33vw);

	img {
		width: min(147px, 39.2vw);

		@media screen and (max-width: 899px) {
			margin: 0 auto;
		}
	}
}

.product-lp__text {
	font-weight: 400;
	line-height: 2.5;

	@media screen and (max-width: 899px) {
		line-height: 2;
	}
}

.product-lp__free-list {
	font-size: 1rem;
	line-height: 1;
	display: grid;
	grid-template-columns: repeat(auto-fit, 200px);
	gap: 1.67cqw;
	justify-content: start;
	font-weight: 300;
	margin-bottom: min(50px, 10.67vw);

	@media screen and (max-width: 899px) {
		grid-template-columns: repeat(2, 1fr);
		gap: 5.07vw;
	}
}

.product-lp__free-item {
	border: solid 1px var(--primary-color);
	background-color: var(--color-white);
	text-align: center;
	padding: .5em .2em;
}

.product-lp__note {
	p {
		font-size: 0.75rem;
		line-height: 1.8;
		font-weight: 300;
	}
}

.product-specs {
	margin-bottom: min(100px, 21.33vw);
}

.product-specs__body {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	display: grid;
	gap: 2.143em;
}

.product-specs__block {}

.product-specs__label {
	font-size: 1em;
	margin-bottom: .7em;
}

.product-specs__text {}

.product-back {}

.product-back__link {
	a {
		font-size: 0.875rem;
		font-weight: 300;
		line-height: 1;
		padding: 1em;
		color: var(--primary-color);
		background-color: var(--color-white);
		border: 1px solid var(--color-black);
		width: min(300px, 80vw);
		margin: 0 auto;
		display: block;
		text-align: center;

		@media (hover: hover) {
			&:hover {
				background-color: var(--primary-color);
				color: var(--color-white);
			}
		}

		@media (hover: none) {
			&:active {
				background-color: var(--primary-color);
				color: var(--color-white);
			}
		}
	}
}


/* コジブライトボディスタイル */
.caution {
	width: min(707px, 100%);
	margin: 0 auto min(110px, 21.33vw);
}

.caution__title {
	margin: 0 auto min(75px, 8.8vw);
	/* 375px-899px:25px-38px */
	font-size: clamp(1.563rem, 0.981rem + 2.48vw, 2.375rem);
	line-height: 1;
	width: fit-content;
	font-weight: 300;
	display: flex;
	gap: .579em;
	align-items: center;
}

.caution__title:before,
.caution__title::after {
	content: "";
	display: block;
	width: 1.368em;
	aspect-ratio: 26/23;
	background-image: url("/wp-content/themes/cligram2025/assets/img/ico_caution.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.caution__image {
	width: min(604px, 100%);
	margin: 0 auto min(75px, 8vw);
}

.caution__description {}

.caution__text {
	line-height: 2.5;
	letter-spacing: .05em;
	text-align: center;
	color: var(--primary-color);
	margin-bottom: min(33px, 8vw);

	@media screen and (max-width: 899px) {
		text-align: left;
		line-height: 2;
	}
}

.caution__notice {
	border: solid 1px var(--primary-color);
}

.caution__notice-text {
	text-align: center;
	line-height: 2.5;
	letter-spacing: .05em;
	font-weight: 300;
	padding: 1.938em;

	@media screen and (max-width: 899px) {
		text-align: left;
		line-height: 2;
	}
}