.p-birthday__hint {
	align-self: center;
	background: #FFFFFF;
	border: 2px solid #ED1C24;
	border-radius: 9999px;
	box-shadow: 6px 8px 0px 0px rgb(237, 28, 36);
	color: #ED1C24;
	display: none;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto 20px;
	max-width: 90%;
	padding: 12px 44px 12px 24px;
	position: relative;
	text-align: center;
	z-index: 30;
}

.p-birthday__hint.is-visible {
	animation: p-birthday-hint-bob 1.6s ease-in-out infinite;
	display: inline-block;
}

.p-birthday__hint::after {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 11px solid #ED1C24;
	bottom: -11px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-birthday__hint-close {
	background: none;
	border: none;
	color: #ED1C24;
	cursor: pointer;
	font-size: 18px;
	height: 20px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-birthday__calendar {
	background: #FFFFFF;
	border: 1px solid #EC3940;
	border-radius: 24px;
	box-sizing: border-box;
	max-width: 700px;
	padding: 16px;
	width: 100%;
}

.p-birthday__calendar-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-birthday__calendar-panel {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-birthday__calendar-panel[hidden] {
	display: none;
}

.p-birthday__calendar-header {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 18px 28px;
}

.p-birthday__calendar-month {
	align-items: flex-end;
	color: #ED1C24;
	display: flex;
	flex-shrink: 0;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 6px;
}

.p-birthday__calendar-month-num {
	color: #ED1C24;
	font-family: "Figtree", sans-serif;
	font-size: 80px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
}

.p-birthday__calendar-heading {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.p-birthday__calendar-icon {
	flex-shrink: 0;
	height: 60px;
	width: 60px;
}

.p-birthday__calendar-grid {
	display: grid;
	grid-auto-rows: minmax(60px, 120px);
	grid-template-columns: repeat(7, 1fr);
}

.p-birthday__calendar-cell {
	display: flex;
	flex-direction: column;
	max-height: 120px;
	min-height: 60px;
	min-width: 0;
	position: relative;
}

.p-birthday__calendar-cell {
	background: #F7F7F7;
	border-bottom: 1px solid #EC3940;
	border-right: 1px solid #EC3940;
	color: #ED1C24;
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	padding: 12px 8px 0;
}

.p-birthday__calendar-cell:nth-child(7n) {
	border-right: none;
}

.p-birthday__calendar-cell:nth-last-child(-n+7) {
	border-bottom: none;
}

.p-birthday__calendar-cell:nth-child(1) {
	border-radius: 8px 0 0 0;
}

.p-birthday__calendar-cell:nth-child(7) {
	border-radius: 0 8px 0 0;
}

.p-birthday__calendar-cell:nth-last-child(7) {
	border-radius: 0 0 0 8px;
}

.p-birthday__calendar-cell:last-child {
	border-radius: 0 0 8px 0;
}

.p-birthday__calendar-cell--has-item {
	cursor: pointer;
	gap: 6px;
}

.p-birthday__calendar-cell--today {
	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%);
}

.p-birthday__calendar-cell--next-month span {
	color: #ECECEC;
}

.p-birthday__calendar-item {
	background: #FFFFFF;
	border: 1px solid #ED1C24;
	border-radius: 9999px;
	padding: 2px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-birthday__calendar-item img {
	-o-object-fit: contain;
	border-radius: 50%;
	height: 32px;
	object-fit: contain;
	width: 32px;
}

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

.p-birthday__calendar-more {
	display: flex;
	gap: 3px;
	justify-content: flex-end;
}

.p-birthday__calendar-more span {
	background: #515151;
	border-radius: 9999px;
	height: 6px;
	width: 6px;
}

.p-birthday__calendar-nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 16px 20px;
}

.p-birthday__calendar-nav-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	align-items: center;
	appearance: none;
	background: none;
	border: none;
	border-radius: 9999px;
	color: #222222;
	cursor: pointer;
	display: flex;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 700;
	gap: 12px;
}

.p-birthday__detail {
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: auto;
	left: 50%;
	max-height: 90vh;
	opacity: 0;
	padding: 24px;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease;
	width: 480px;
	z-index: 101;
}

.p-birthday__detail::before {
	background-color: #FFFFFF;
	border-radius: 8px;
	bottom: 0;
	box-shadow: 4px 7px 0px 0px rgb(25, 21, 74);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-birthday__calendar-cell--has-item.is-open .p-birthday__detail {
	opacity: 1;
	pointer-events: auto;
}

.p-birthday__detail-date {
	color: #ED1C24;
	font-family: "Figtree", sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 700;
}

.p-birthday__detail-list {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 16px;
	min-height: 0;
	min-width: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	overscroll-behavior: contain;
	padding-bottom: 24px;
	padding-right: 8px;
	scrollbar-color: #ED1C24 #EC3940;
	scrollbar-width: thin;
}

.p-birthday__detail-list::-webkit-scrollbar {
	width: 8px;
}

.p-birthday__detail-list::-webkit-scrollbar-track {
	background: #EC3940;
	border-radius: 9999px;
}

.p-birthday__detail-list::-webkit-scrollbar-thumb {
	background: #ED1C24;
	border-radius: 9999px;
}

.p-birthday__detail-item {
	grid-gap: 16px;
	align-items: center;
	display: grid;
	flex-shrink: 0;
	gap: 16px;
	grid-template-columns: 1fr 80px 30px;
	transition: all 0.4s ease;
}

.p-birthday__detail-item:hover .p-birthday__detail-link {
	transform: scale(1.5);
}

.p-birthday__detail-info {
	min-width: 0;
}

.p-birthday__detail-img {
	height: 80px;
	width: 80px;
}

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

.p-birthday__detail-name {
	color: #ED1C24;
	display: block;
	font-style: normal;
	letter-spacing: 0.08em;
	line-height: 1.5;
	white-space: nowrap;
}

.p-birthday__detail-name--en {
	font-family: "Agbalumo", cursive;
	font-size: 24px;
}

.p-birthday__detail-name--ja {
	font-size: 12px;
}

.p-birthday__detail-link {
	justify-self: center;
	transition: all 0.4s ease;
}

.p-birthday__detail-close-text {
	bottom: 12px;
	color: #222222;
	cursor: pointer;
	display: block;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 11px;
	font-style: normal;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

.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-birthday-content {
	background: #FFFFFF;
	border-bottom-left-radius: 48px;
	border-bottom-right-radius: 48px;
	overflow: clip;
	padding: 96px 120px 96px;
	position: relative;
}

.p-birthday-content__lead {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}

.p-birthday-content__lead-title {
	color: #ED1C24;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.p-birthday-content__lead-text {
	color: #222222;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin: 0;
	max-width: 680px;
	text-align: center;
}

.p-birthday-content__calendar-block {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-bottom: 6em;
	position: relative;
}

.p-birthday-content__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 48px;
	position: relative;
	width: 100%;
}

.p-birthday-content__bg-text {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 0;
}

.p-birthday-content__bg-text .c-text-marquee__row {
	--marquee-speed: 35.5;
}

.p-birthday-content__month-nav {
	max-width: 1200px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-birthday-content__month-track {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 16px;
	justify-content: center;
	width: 100%;
}

.p-birthday-content__month-nav:hover .p-birthday-content__month-track,
.p-birthday-content__month-nav.is-paused .p-birthday-content__month-track {
	animation-play-state: paused;
}

.p-birthday-content__month-btn {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #ED1C24;
	border-radius: 9999px;
	box-shadow: 2px 4px 0px 0px rgb(237, 28, 36);
	color: #222222;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 80px;
	justify-content: center;
	transition: transform 0.2s ease;
	width: 80px;
}

.p-birthday-content__month-btn:hover {
	transform: scale(1.05);
}

.p-birthday-content__month-btn.is-active {
	background: #ED1C24;
	border-color: #ED1C24;
	box-shadow: none;
	color: #FFFFFF;
}

.p-birthday-content__month-btn-jp {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.44px;
}

.p-birthday-content__month-btn-en {
	font-family: "Figtree", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.p-birthday-content .c-marquee__item img {
	-o-object-fit: contain;
	height: 110px;
	object-fit: contain;
	width: 110px;
}

.p-birthday__detail.p-birthday__detail--colorful {
	background: #ED1C24;
	background: var(--p-birthday-detail-color, #ED1C24);
	border-radius: 24px;
	box-shadow: 6px 8px 0 #333;
	gap: 24px;
	height: auto;
	max-height: 85vh;
	max-width: min(90vw, 780px);
	overflow: visible;
	padding: 48px;
	width: auto;
}

.p-birthday__detail.p-birthday__detail--colorful::before {
	content: none;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-tail {
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 20px solid #ED1C24;
	border-top: 20px solid var(--p-birthday-detail-color, #ED1C24);
	bottom: -18px;
	filter: drop-shadow(2px 3px 0 #333);
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-badge {
	align-items: center;
	align-self: center;
	background: url(../images/common/deco_heart-badge.svg) no-repeat center/contain;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 4px;
	height: 70px;
	justify-content: flex-end;
	padding-bottom: 12px;
	position: relative;
	width: 78px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-badge-en {
	color: #ED1C24;
	font-family: "Shrikhand", cursive;
	font-size: 10px;
	font-style: italic;
	line-height: 1.5;
	text-transform: capitalize;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-badge-num {
	color: #ED1C24;
	font-family: "Shrikhand", cursive;
	font-size: 32px;
	font-style: italic;
	line-height: 1;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-today {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	align-self: 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%);
	background-clip: text;
	font-family: "Shrikhand", cursive;
	font-size: 45px;
	font-style: italic;
	margin: 0;
	text-transform: uppercase;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-date-row {
	align-items: center;
	align-self: center;
	display: flex;
	gap: 16px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-cake {
	-o-object-fit: contain;
	flex-shrink: 0;
	height: 46px;
	object-fit: contain;
	width: 46px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-date {
	align-items: flex-end;
	color: #FFFFFF;
	display: flex;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 700;
	gap: 8px;
	margin: 0;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-date-num {
	align-items: flex-end;
	display: flex;
	font-size: 36px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-date-num small {
	font-size: 24px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-cards {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	list-style: none;
	margin: 0;
	max-width: 100%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-card {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #ED1C24;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 8px;
	padding: 16px;
	width: 220px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-card-mv {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-info {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-name {
	letter-spacing: normal;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-name--en {
	font-size: 20px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-name--ja {
	font-size: 16px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-img {
	height: 110px;
	width: 110px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-card-body {
	align-items: center;
	display: flex;
	width: 100%;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-link-wrap {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	gap: 12px;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-link-wrap:hover {
	transform: scale(1.05);
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-more-text {
	color: #222222;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-link {
	flex-shrink: 0;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-close-text {
	align-self: center;
	color: #FFFFFF;
	margin: 0;
	position: static;
}

@media (prefers-reduced-motion: reduce) {

.p-birthday__hint.is-visible {
	animation: none;
}

}

@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-birthday__calendar-item img {
	height: 20px;
	width: 20px;
}

.p-birthday__calendar-item-wrap {
	flex-direction: column;
}

.p-birthday__detail {
	height: 300px;
	width: 370px;
}

.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-birthday__detail.p-birthday__detail--colorful {
	gap: 16px;
	height: auto;
	max-height: 85vh;
	max-width: min(90vw, 340px);
	padding: 16px 24px;
	width: auto;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-tail {
	border-left-width: 11px;
	border-right-width: 11px;
	border-top-width: 14px;
	bottom: -12px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-badge {
	gap: 2px;
	height: 52px;
	padding-bottom: 8px;
	width: 58px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-badge-en {
	font-size: 7.5px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-badge-num {
	font-size: 24px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-today {
	font-size: 28px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-cake {
	height: 32px;
	width: 32px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-date-num {
	font-size: 28px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-date-num small {
	font-size: 18px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-cards {
	align-items: center;
	flex-direction: column;
	gap: 8px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-card-mv {
	align-items: center;
	flex-direction: row;
	gap: 8px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-info {
	align-items: flex-start;
	flex: 1;
	min-width: 0;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-name--en {
	font-size: 18px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-name--ja {
	font-size: 14px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-img {
	height: 80px;
	width: 80px;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-card-body {
	justify-content: flex-end;
}

.p-birthday__detail.p-birthday__detail--colorful .p-birthday__detail-more-text {
	display: none;
}

}

@media (max-width: 767px) {

.p-birthday__calendar-header {
	padding: 18px 20px;
}

.p-birthday__calendar-month {
	font-size: 10px;
	padding: 0;
}

.p-birthday__calendar-month-num {
	font-size: 24px;
}

.p-birthday__calendar-heading {
	font-size: 16px;
}

.p-birthday__calendar-icon {
	height: 30px;
	width: 30px;
}

.p-birthday__calendar-icon img {
	height: auto;
}

.p-birthday__calendar-grid {
	grid-auto-rows: 80px;
}

.p-birthday__calendar-cell {
	height: 80px;
}

.p-birthday__detail-name--ja {
	font-size: 10px;
}

.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-birthday-content {
	padding: 48px 16px 40px;
}

.p-birthday-content__lead {
	margin-bottom: 32px;
}

.p-birthday-content__lead-title {
	font-size: 24px;
}

.p-birthday-content__lead-text {
	font-size: 14px;
	max-width: 100%;
}

.p-birthday-content__lead-text br {
	display: none;
}

.p-birthday-content__calendar-block {
	gap: 32px;
}

.p-birthday-content__inner {
	gap: 32px;
}

.p-birthday-content__month-track {
	animation: u-marquee-left 40s linear infinite;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.p-birthday-content__month-btn {
	height: 52px;
	width: 52px;
}

.p-birthday-content__month-btn-jp {
	font-size: 13px;
	letter-spacing: 0;
}

.p-birthday-content__month-btn-en {
	font-size: 9px;
}

}

@keyframes p-birthday-hint-bob {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-5px);
}

}

