.p-product__share {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 96px;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-top: 180px;
	position: relative;
}

.p-product__share--plain {
	margin-top: 0;
	padding-bottom: 48px;
	padding-top: 48px;
}

.p-product__share-bg {
	align-items: center;
	bottom: 0;
	justify-content: center;
	left: 0;
	overflow: clip;
	position: absolute;
	right: 0;
	top: 0;
}

.p-product__share-bg .c-text-marquee__item {
	font-size: 96px;
}

.p-product__share-bg .c-text-marquee__heart {
	height: 84px;
	pointer-events: none;
	width: 84px;
}

.p-product__share-bg .c-text-marquee__heart img {
	display: block;
	height: auto;
	width: 100%;
}

.p-product__share-card {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #ED1C24;
	border-radius: 24px;
	box-shadow: 6px 8px 0px 0px rgb(237, 28, 36);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	max-width: calc(100% - 40px);
	overflow: hidden;
	padding: 48px 64px;
	position: relative;
	width: 1200px;
	z-index: 1;
}

.p-product__share-card::before {
	background: url(../images/product/bg_ty-heart-pattern.webp) no-repeat center/cover;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.08;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.p-product__share-card > * {
	position: relative;
	z-index: 1;
}

.p-product__share-heading {
	color: #ED1C24;
	font-family: "Shrikhand", cursive;
	font-size: 56px;
	font-style: italic;
	margin: 0;
}

.p-product__share-body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-product__share-title {
	color: #222222;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

.p-product__share-deco {
	align-items: flex-start;
	display: flex;
	justify-content: center;
}

.p-product__share-deco-img {
	-o-object-fit: contain;
	display: block;
	height: 120px;
	object-fit: contain;
	width: 120px;
}

.p-product__share-bubble {
	display: block;
	flex-shrink: 0;
	position: relative;
	width: 72px;
}

.p-product__share-bubble-shape {
	display: block;
	height: auto;
	transform: scaleX(-1);
	width: 100%;
}

.p-product__share-bubble-icon {
	height: auto;
	left: 33%;
	position: absolute;
	top: 21%;
	width: 45%;
}

.p-product__share-actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-product__share-list {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-product__share-item {
	align-items: center;
	display: flex;
	height: 82px;
	justify-content: center;
	width: 89px;
}

.p-product__share-btn {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	height: 67px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 75px;
}

.p-product__share-btn--x,
.p-product__share-btn--facebook {
	transform: rotate(-12deg);
}

.p-product__share-btn--instagram,
.p-product__share-btn--line {
	transform: rotate(12deg);
}

.p-product__share-heart {
	display: block;
	height: auto;
	width: 100%;
}

.p-product__share-icon {
	height: auto;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 36%;
}

.p-product__share-btn--facebook .p-product__share-icon {
	width: 20%;
}

.p-product__share-tags {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #ED1C24;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	max-width: 100%;
	padding: 16px 24px;
}

.p-product__share-tag-list {
	align-items: center;
	color: #ED1C24;
	display: flex;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

.p-product__share-tag {
	align-items: center;
	display: inline-flex;
	gap: 4px;
	padding: 4px 8px;
}

.p-product__share-tag-hash {
	font-family: "Figtree", sans-serif;
	font-weight: 700;
}

.p-product__share-tag-label {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 700;
}

.p-product__share-copy {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 24px;
}

.p-product__share-copy img {
	display: block;
	height: auto;
	width: 100%;
}

.p-product__share-copied {
	background: #222222;
	border-radius: 4px;
	color: #FFFFFF;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 11px;
	left: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	top: -28px;
	transform: translateX(-50%);
	transition: opacity 0.2s ease;
	white-space: nowrap;
}

.p-product__share-copied:empty {
	display: none;
}

.p-product__share-copied.is-visible {
	opacity: 1;
}

.p-product {
	padding-bottom: 96px;
	position: relative;
}

.p-product__detail {
	padding-top: 120px;
}

.p-product__name {
	align-items: flex-end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.p-product__name-texts {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-product__name-en {
	color: #ED1C24;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.p-product__name-ja {
	color: #222222;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.p-product__birthday {
	align-items: center;
	color: #222222;
	display: flex;
	flex-shrink: 0;
	font-family: "Figtree", sans-serif;
	font-size: 24px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.5;
	margin: 0;
}

.p-product__birthday-icon {
	display: block;
	flex-shrink: 0;
	height: 24px;
	width: 24px;
}

.p-product__info {
	align-items: stretch;
	display: flex;
	gap: 48px;
	margin-top: 48px;
}

.p-product__gallery {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	overflow: clip;
}

.p-product__poem {
	height: 36px;
}

.p-product__poem .c-marquee-tape__bar {
	height: 36px;
	top: 0;
	width: 100%;
}

.p-product__poem .c-marquee-tape__inner {
	background: #ED1C24;
	gap: 40px;
	height: 100%;
}

.p-product__poem-text {
	color: #FFFFFF;
	font-family: "Shrikhand", cursive;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	padding: 0;
}

.p-product__poem-text::after {
	content: none;
}

.p-product__image-area {
	position: relative;
}

.p-product__thumbs {
	-ms-overflow-style: none;
	align-items: flex-start;
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding-left: calc(3% + 16px);
	padding-right: calc(3% + 16px);
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.p-product__thumbs::-webkit-scrollbar {
	display: none;
}

.p-product__thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	align-items: center;
	appearance: none;
	background: #FFFFFF;
	border: 1px solid #ED1C24;
	border-radius: 24px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 8px;
	height: 420px;
	justify-content: center;
	padding: 1px;
	scroll-snap-align: center;
	width: 100%;
}

.p-product__thumb-img {
	border-radius: 24px;
	height: 340px;
	overflow: hidden;
	width: 340px;
}

.p-product__thumb-img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-product__thumb-label {
	align-items: center;
	border: 1px solid #ED1C24;
	border-radius: 4px;
	color: #222222;
	display: flex;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.03em;
	margin: 0;
	min-width: 80px;
	padding: 2px 8px;
}

.p-product__thumb-nav {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 16px;
}

.p-product__thumb-nav-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
	height: 30px;
	padding: 0;
	width: 30px;
}

.p-product__thumb-nav-btn svg {
	height: 16px;
	width: 16px;
}

.p-product__thumb-nav-btn:disabled {
	cursor: default;
}

.p-product__thumb-nav-btn:disabled svg {
	opacity: 0.3;
}

.p-product__thumb-nav-btn--prev svg {
	transform: rotate(180deg);
}

.p-product__lightbox-overlay {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	z-index: 100;
}

.p-product__lightbox-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.p-product__lightbox {
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.96);
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 300;
}

.p-product__lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
}

.p-product__lightbox-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	align-items: center;
	appearance: none;
	background: #FFFFFF;
	border: none;
	border-radius: 9999px;
	cursor: pointer;
	display: flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: -16px;
	top: -16px;
	transition: all 0.4s ease;
	width: 36px;
}

.p-product__lightbox-close:hover {
	background: #222222;
}

.p-product__lightbox-close:hover .c-icon-close span {
	background: #FFFFFF;
}

.p-product__lightbox-img {
	-o-object-fit: contain;
	background: #FFFFFF;
	border-radius: 24px;
	display: block;
	max-height: 90vh;
	max-width: min(90vw, 640px);
	object-fit: contain;
}

.p-product__meta {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 32px;
	justify-content: space-between;
	width: 491px;
}

.p-product__meta-inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-product__meta-head {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-product__meta-label {
	color: #222222;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0;
}

.p-product__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.p-product__tag {
	align-items: center;
	background: linear-gradient(136deg, rgb(137, 237, 253) 0%, rgb(194, 209, 255) 15%, rgb(245, 175, 248) 37%, rgb(255, 198, 167) 78%, rgb(255, 214, 82) 100%);
	border-radius: 9999px;
	color: #222222;
	display: inline-flex;
	font-size: 13px;
	gap: 4px;
	justify-content: center;
	line-height: 1;
	padding: 5px 9px;
	position: relative;
	white-space: nowrap;
	z-index: 0;
}

.p-product__tag::before {
	background: #FFFFFF;
	border-radius: inherit;
	bottom: 1px;
	content: "";
	left: 1px;
	position: absolute;
	right: 1px;
	top: 1px;
	transition: opacity 0.4s ease;
	z-index: -1;
}

.p-product__tag:hover::before {
	opacity: 0;
}

.p-product__tag-hash {
	font-family: "Figtree", sans-serif;
	font-weight: 700;
}

.p-product__tag-label {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 700;
}

.p-product__sizes,
.p-product__prices {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-product__size-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.p-product__size-item {
	align-items: center;
	background: #ED1C24;
	border-radius: 4px;
	color: #FFFFFF;
	display: flex;
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	line-height: 1;
	text-transform: uppercase;
	width: 60px;
}

.p-product__price-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 100%;
	width: 288px;
}

.p-product__price-row {
	align-items: flex-end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.p-product__price-size {
	align-items: center;
	border: 1px solid #ED1C24;
	border-radius: 4px;
	color: #222222;
	display: flex;
	flex-shrink: 0;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.03em;
	padding: 2px;
	width: 80px;
}

.p-product__price {
	align-items: flex-end;
	color: #222222;
	display: flex;
	margin: 0;
	margin-left: auto;
	white-space: nowrap;
}

.p-product__price-yen,
.p-product__price-value {
	font-family: "Figtree", sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
}

.p-product__price-tax {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.p-product__shop {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #018008;
	border-radius: 12px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 24px 48px;
	position: relative;
}

.p-product__shop-badge {
	display: block;
	height: auto;
	left: -1px;
	position: absolute;
	top: -18px;
	width: 55px;
}

.p-product__shop-title {
	align-items: center;
	color: #018008;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.p-product__shop-title-en {
	font-family: "Figtree", sans-serif;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.p-product__shop-title-ja {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.p-product__shop-body {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.p-product__shop-logo {
	align-items: center;
	background: #FFFFFF;
	border-radius: 9999px;
	display: flex;
	height: 58px;
	justify-content: center;
	width: 100px;
}

.p-product__shop-logo img {
	display: block;
	height: auto;
	width: 84px;
}

.p-product__shop-more {
	align-items: center;
	display: flex;
	gap: 12px;
}

.p-product__shop-more-text {
	color: #222222;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.p-product__shop-more .c-btn-circle img {
	transform: rotate(-45deg);
}

.p-product__related {
	margin-top: 96px;
}

.p-product__related-section + .p-product__related-section {
	margin-top: 48px;
}

.p-product__related-heading {
	align-items: center;
	border-bottom: 1px solid #FFBEBE;
	color: #222222;
	display: flex;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	gap: 8px;
	margin: 0 0 24px;
	padding-bottom: 12px;
}

.p-product__related-heart {
	display: block;
	flex-shrink: 0;
	height: auto;
	width: 20px;
}

.p-product__related-list {
	grid-gap: 16px 37px;
	display: grid;
	gap: 16px 37px;
	grid-template-columns: repeat(4, 1fr);
}

.p-product__related-item {
	align-items: center;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.p-product__related-img {
	display: block;
	height: 150px;
	width: 100%;
}

.p-product__related-img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

@media (max-width: 1140px) {

.p-product__share-card {
	gap: 16px;
	padding-left: 24px;
	padding-right: 24px;
}

.p-product__share-heading {
	font-size: 40px;
}

}

@media (max-width: 1023px) {

.p-product__share {
	padding-top: 40px;
}

.p-product__share-card {
	flex-direction: column;
	gap: 12px;
	justify-content: flex-start;
	padding: 24px 16px;
	width: 624px;
}

.p-product__share-title {
	font-size: 18px;
	white-space: normal;
}

.p-product__share-actions {
	gap: 12px;
}

.p-product__share-list {
	grid-gap: 8px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
}

.p-product__share-tags {
	gap: 12px;
	padding: 16px 0;
}

.p-product__info {
	flex-direction: column;
	gap: 32px;
}

.p-product__meta {
	width: 100%;
}

}

@media (max-width: 767px) {

.p-product__share {
	margin-top: 48px;
	padding-bottom: 24px;
	padding-top: 24px;
}

.p-product__share--plain {
	padding-bottom: 32px;
	padding-top: 32px;
}

.p-product__share-bg .c-text-marquee__item {
	font-size: 64px;
}

.p-product__share-bg .c-text-marquee__heart {
	height: 64px;
	width: 64px;
}

.p-product__share-card {
	max-width: 100%;
}

.p-product__share-list {
	grid-template-columns: repeat(4, 1fr);
	justify-content: stretch;
	width: 100%;
}

.p-product__share-item {
	aspect-ratio: 89/82;
	height: auto;
	width: 100%;
}

.p-product__share-btn {
	aspect-ratio: 75/67;
	height: auto;
	width: 84%;
}

.p-product {
	padding-bottom: 48px;
}

.p-product__detail {
	padding-top: 48px;
}

.p-product__name-ja {
	font-size: 24px;
}

.p-product__birthday {
	font-size: 20px;
}

.p-product__birthday-icon {
	height: 20px;
	width: 20px;
}

.p-product__info {
	margin-top: 24px;
}

.p-product__gallery {
	margin-left: -20px;
	margin-right: -20px;
}

.p-product__poem-text {
	font-size: 16px;
}

.p-product__thumbs {
	padding-left: 0;
	padding-right: 0;
}

.p-product__thumb {
	height: 236px;
	scroll-snap-align: start;
}

.p-product__thumb-img {
	aspect-ratio: 1;
	height: auto;
	width: 100%;
}

.p-product__thumb-img img {
	margin: 0 auto;
	width: 90%;
}

.p-product__thumb-label {
	font-size: 11px;
	min-width: 45px;
	padding: 1px 6px;
}

.p-product__thumb-nav {
	bottom: 0;
	gap: 0;
	justify-content: space-between;
	left: 0;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-product__thumb-nav-btn {
	pointer-events: auto;
}

.p-product__thumb-nav-btn {
	position: relative;
}

.p-product__thumb-nav-btn--prev {
	left: -10px;
}

.p-product__thumb-nav-btn--next {
	left: 10px;
}

.p-product__share {
	padding: 24px 20px;
}

.p-product__info {
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.p-product__gallery,
.p-product__meta,
.p-product__meta-inner {
	display: contents;
}

.p-product__poem {
	margin-left: -20px;
	margin-right: -20px;
	order: 1;
	overflow: clip;
	width: calc(100% + 40px);
}

.p-product__meta-head,
.p-product__image-area {
	flex-grow: 0;
	flex-shrink: 1;
	min-width: 0;
}

.p-product__meta-head {
	flex-basis: calc(30% - 20px * 0.3);
	gap: 24px;
	order: 3;
}

.p-product__image-area {
	flex-basis: calc(70% - 20px * 0.7);
	order: 2;
}

.p-product__prices {
	order: 4;
	width: 100%;
}

.p-product__shop {
	order: 5;
	width: 100%;
}

.p-product__poem:last-of-type {
	order: 6;
}

.p-product__tag {
	font-size: 11px;
}

.p-product__size-list {
	display: grid;
	grid-template-columns: repeat(2, max-content);
}

.p-product__size-item {
	font-size: 17px;
	height: 30px;
	width: 30px;
}

.p-product__price-yen,
.p-product__price-value {
	font-size: 24px;
}

.p-product__shop {
	flex-direction: column;
	padding: 24px 16px;
}

.p-product__shop-title-en {
	font-size: 24px;
}

.p-product__shop-title-ja {
	font-size: 14px;
}

.p-product__related {
	margin-top: 48px;
}

.p-product__related-section + .p-product__related-section {
	margin-top: 32px;
}

.p-product__related-heading {
	font-size: 16px;
	margin-bottom: 16px;
}

.p-product__related-list {
	gap: 8px 2.5px;
	grid-template-columns: repeat(3, 1fr);
}

.p-product__related-img {
	height: 80px;
}

}

