body {
	color: #240505;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	position: relative;
}

body::before {
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.c-cvr {
	align-items: flex-end;
	background-image: url(../images/cvr-bg_sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	height: 4.375rem;
	justify-content: center;
	letter-spacing: 0.14em;
	line-height: 1;
	padding-bottom: 1.4375rem;
	transition: opacity 0.3s;
	width: 100%;
}

.c-cvr.is-visible {
	opacity: 1;
	visibility: visible;
}

.c-cvr::before {
	border: 1px solid #fff;
	bottom: 0.375rem;
	content: "";
	left: 0.375rem;
	position: absolute;
	right: 0.375rem;
	top: 0.375rem;
}

.c-cvr::after {
	background-image: url(../images/link-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.9375rem;
	margin-left: 0.625rem;
	width: 0.9375rem;
}

.c-cvr span {
	font-size: 1.25rem;
}

.c-wrap {
	overflow: hidden;
	position: relative;
}

.c-wrap__deco {
	backface-visibility: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 5.625rem;
	display: block;
	height: 165.625rem;
	perspective: 1000px;
	pointer-events: none;
	position: absolute;
	transform: translateZ(0);
	width: 36.23%;
	will-change: transform;
	z-index: -1;
}

.c-wrap__deco--left {
	background-image: url(../images/wrap-deco1.png);
	left: -2.6875rem;
}

.c-wrap__deco--right {
	background-image: url(../images/wrap-deco2.png);
	right: -2.6875rem;
}

.l-cards {
	margin-top: -8.875rem;
}

.l-cvr {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	z-index: 850;
}

.l-details {
	margin-top: 4.6875rem;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-cards-swiper {
	position: relative;
}

.p-cards-swiper .swiper-slide {
	transform: scale(0.8);
	transition: all 0.5s;
}

.p-cards-swiper .swiper-slide.swiper-slide-active {
	transform: scale(1);
}

.p-cards-swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 180/250;
	object-fit: cover;
	width: 100%;
}

.p-cards-swiper .swiper-button-prev,
.p-cards-swiper .swiper-button-next {
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 3.625rem;
	width: 3.625rem;
}

.p-cards-swiper .swiper-button-prev::after,
.p-cards-swiper .swiper-button-next::after {
	display: none;
}

.p-cards-swiper .swiper-button-prev {
	left: 19%;
	transform: translateY(-25%) rotate(180deg);
}

.p-cards-swiper .swiper-button-next {
	right: 19%;
	transform: translateY(-25%);
}

.p-cards-swiper .swiper-pagination {
	bottom: -10.9375rem;
}

.p-cards-swiper .swiper-pagination-bullet {
	background: transparent;
	height: 0.625rem;
	margin: 0 0.3125rem;
	opacity: 1;
	position: relative;
	transition: all 0.5s;
	vertical-align: middle;
	width: 0.625rem;
}

.p-cards-swiper .swiper-pagination-bullet::before {
	background-image: url(../images/star-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	filter: invert(87%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(101%) contrast(84%);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
	width: 100%;
}

.p-cards-swiper .swiper-pagination-bullet-active {
	height: 1.25rem;
	width: 1.25rem;
}

.p-cards-swiper .swiper-pagination-bullet-active::before {
	filter: none;
}

.p-cards {
	position: relative;
}

.p-cards::before,
.p-cards::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	width: 36.233%;
	z-index: -1;
}

.p-cards__inner {
	max-width: none;
	max-width: initial;
}

.p-cards__title-wrap {
	text-align: center;
}

.p-cards__swiper {
	margin-top: 2.1875rem;
	position: relative;
}

.p-cards__swiper::before {
	background-image: url(../images/cards-deco1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 35%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-cards__name {
	background-color: #fff;
	border: 1px solid #E4004F;
	display: flex;
	font-size: 0.875rem;
	height: 6.4375rem;
	line-height: 1.3;
	margin: 1.875rem auto 0;
	max-width: 22.125rem;
	padding: 1.25rem;
	position: relative;
	width: 100%;
}

.p-cards__name::before {
	background-image: url(../images/cards-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
	height: 1.25rem;
	margin-right: 0.625rem;
	width: 1.125rem;
}

.p-cards__name::after {
	background-color: #E4004F;
	content: "";
	height: 100%;
	left: 0.3125rem;
	position: absolute;
	top: 0.3125rem;
	width: 100%;
	z-index: -1;
}

.p-cards__btn-wrap {
	margin-top: 7.1875rem;
	text-align: center;
}

.p-cards__btn {
	background-image: url(../images/cards-img11.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2.8125rem;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-style: italic;
	letter-spacing: -0.1em;
	line-height: 1;
	max-width: 22.125rem;
	padding: 1.0625rem 0;
	position: relative;
	width: 100%;
}

.p-cards__btn::before {
	border: 1px solid #fff;
	border-radius: 2.8125rem;
	bottom: 0.1875rem;
	content: "";
	left: 0.25rem;
	position: absolute;
	right: 0.25rem;
	top: 0.1875rem;
}

.p-cards__btn::after {
	background-image: url(../images/link-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-bottom: -0.1875rem;
	margin-left: 0.625rem;
	width: 0.75rem;
}

.p-cards__btn span {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.p-cvr-modal {
	-webkit-backdrop-filter: blur(1.25rem);
	backdrop-filter: blur(1.25rem);
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
	height: 100vh;
	height: 100dvh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.p-cvr-modal__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.p-cvr-modal__close {
	color: #E4004F;
	cursor: pointer;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.9375rem;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

.p-cvr-modal__text {
	color: #400D0D;
	font-size: 0.875rem;
	line-height: 1;
	text-align: center;
}

.p-cvr-modal__text::after {
	background-image: url(../images/deco1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.6875rem;
	margin: 0.9375rem auto 0;
	width: 8.8125rem;
}

.p-cvr-modal__btn-wrap {
	margin-top: 2.1875rem;
	text-align: center;
}

.p-cvr-modal__btn {
	background-image: url(../images/cvr-modal-img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1;
	max-width: 22.125rem;
	padding: 1.1875rem 0;
	position: relative;
	width: 100%;
}

.p-cvr-modal__btn::after {
	background-image: url(../images/link-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.875rem;
	margin-bottom: -0.125rem;
	margin-left: 0.625rem;
	width: 0.875rem;
}

.p-cvr-modal__note-wrap {
	margin-top: 2.1875rem;
	text-align: center;
}

.p-cvr-modal__note {
	color: #C81528;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.5;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	text-align: left;
}

.p-details-content {
	display: flex;
	flex-direction: column;
	max-width: 20rem;
	width: 100%;
}

.p-details-content__title {
	background-color: #C81528;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	padding: 0.375rem 0;
	text-align: center;
}

.p-details-content__wrap {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: max-content 1fr;
	margin-top: 0.9375rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-details-content__img {
	max-width: 7rem;
	width: 100%;
}

.p-details-content__img img {
	height: auto;
	width: 100%;
}

.p-details-content__text-block {
	min-width: 0;
	padding-top: 0.3125rem;
}

.p-details-content__release-date {
	background-color: #C81528;
	border-radius: 0.9375rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.3125rem 1rem;
}

.p-details-content__list {
	margin-top: 0.6875rem;
}

.p-details-content__term {
	background-color: #240505;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.1875rem 0.25rem;
}

.p-details-content__description {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 0.25rem;
}

.p-details-content__description + .p-details-content__term {
	margin-top: 0.625rem;
}

.p-details-content__description span {
	font-size: 0.6875rem;
}

.p-details-content__text {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 1.0625rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.p-details-content__text span {
	display: block;
	margin-bottom: 1.0625rem;
}

.p-details {
	padding: 3.125rem 0 5.3125rem;
	position: relative;
	z-index: 1;
}

.p-details::before {
	background: linear-gradient(to bottom, #fff 70%, transparent 100%);
	border-radius: 50%;
	content: "";
	height: 43.75rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 169.083vw;
	z-index: -1;
}

.p-details__title-wrap {
	text-align: center;
}

.p-details__content {
	margin: 2.5rem auto 0;
}

.p-footer {
	position: relative;
	z-index: 1;
}

.p-footer__deco {
	width: 100%;
}

.p-footer__deco img {
	height: 100%;
	width: 100%;
}

.p-footer__inner {
	background-image: url(../images/footer-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.5625rem 0 7.5rem;
}

.p-footer__share-wrap {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 15.1875rem;
	width: 100%;
}

.p-footer__share-text {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.p-footer__share-text::after {
	-webkit-mask-image: url(../images/title-icon.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 2.25rem;
	mask-image: url(../images/title-icon.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.25rem;
}

.p-footer__share-btn-wrap {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-footer__share-btn {
	width: 2.5rem;
}

.p-footer__share-btn img {
	height: 100%;
	width: 100%;
}

.p-footer__copyright {
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-footer__policy-wrap {
	margin-top: 1rem;
	text-align: center;
}

.p-footer__policy {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	padding-bottom: 0.125rem;
}

.p-footer__policy::after {
	background-image: url(../images/link-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.8125rem;
	margin-left: 0.3125rem;
	width: 0.8125rem;
}

.p-footer__logo {
	display: block;
	margin: 0.75rem auto 0;
	max-width: 16.25rem;
	width: 100%;
}

.p-footer__logo img {
	height: 100%;
	width: 100%;
}

.p-header__inner {
	padding-left: prem(15);
}

.p-header__logo {
	display: block;
	position: absolute;
	width: 10.6875rem;
	z-index: 20;
}

.p-header__logo img {
	height: 100%;
	width: 100%;
}

.p-header__hamburger {
	background-color: #fff;
	border: 0.125rem solid #E4004F;
	border-radius: 0.625rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 4.5rem;
	justify-content: center;
	margin: 0;
	outline: none;
	padding: 0.3125rem 0.5rem 0 0.625rem;
	position: fixed;
	right: 0.875rem;
	top: 0.875rem;
	width: 4.5rem;
	z-index: 999;
}

.p-header__hamburger-line {
	background-color: #B7B7B7;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: width 0.5s, top 0.5s, left 0.5s, transform 0.5s, opacity 0.3s;
	width: 2.875rem;
}

.p-header__hamburger-line + .p-header__hamburger-line {
	margin-top: 0.59375rem;
}

.p-header__hamburger-line:nth-of-type(2) {
	position: relative;
	width: 2.0625rem;
}

.p-header__hamburger-line:nth-of-type(2)::after {
	background-image: url(../images/star-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: -0.8125rem;
	top: -0.25rem;
	width: 0.625rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	left: 0.1875rem;
	top: 0.625rem;
	transform: rotate(30deg);
	width: 2.5rem;
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	left: 0.1875rem;
	top: -0.8125rem;
	transform: rotate(-30deg);
	width: 2.5rem;
}

.p-header__hamburger-text {
	align-items: center;
	color: #E4004F;
	display: flex;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.5rem;
	text-transform: uppercase;
}

.p-header__hamburger-text::after {
	-webkit-mask-image: url(../images/title-icon.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	background-color: #E4004F;
	content: "";
	display: inline-block;
	height: 0.8125rem;
	mask-image: url(../images/title-icon.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 0.625rem;
}

.p-header__drawer {
	-webkit-backdrop-filter: blur(1.25rem);
	backdrop-filter: blur(1.25rem);
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
	height: 100vh;
	height: 100dvh;
	left: 0;
	overflow-y: scroll;
	padding: 6.25rem 0 1.25rem;
	position: fixed;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

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

.p-header__drawer-logo {
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 8.75rem;
	z-index: 999;
}

.p-header__drawer-logo img {
	height: 100%;
	width: 100%;
}

.p-header__drawer-anniversary-logo {
	margin-left: auto;
	margin-right: auto;
	width: 14.6875rem;
}

.p-header__drawer-anniversary-logo img {
	height: 100%;
	width: 100%;
}

.p-header__drawer-nav {
	margin-top: 1rem;
}

a.p-header__drawer-link {
	display: block;
	padding: 1.6875rem 0;
	position: relative;
}

a.p-header__drawer-link::after {
	-webkit-mask-image: url(../images/star-icon.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	background-color: #9F8F95;
	bottom: -0.75rem;
	content: "";
	display: block;
	height: 1.125rem;
	left: 50%;
	mask-image: url(../images/star-icon.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	transform: translateX(-50%);
	width: 1.125rem;
}

.p-header__drawer-item:last-of-type {
	margin-top: 1.5625rem;
}

.p-header__drawer-share-wrap {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 0.4375rem;
}

.p-header__drawer-share-btn {
	display: block;
	width: 2.5rem;
}

.p-header__drawer-share-btn img {
	height: 100%;
	width: 100%;
}

.p-header__drawer-share-btn img[src*="x-icon.svg"] {
	filter: brightness(0) sepia(1) saturate(1) hue-rotate(0deg) brightness(0.12);
}

.p-header__drawer-copyright {
	color: #E4004F;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 15rem;
	text-align: center;
}

.p-intro {
	position: relative;
}

.p-intro::before,
.p-intro::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.25rem;
	position: absolute;
	width: 6.25rem;
	z-index: 1;
}

.p-intro::before {
	background-image: url(../images/intro-deco2.png);
	right: 0;
	top: 0;
}

.p-intro::after {
	background-image: url(../images/intro-deco3.png);
	left: 0;
	top: 0;
}

.p-intro__inner {
	background: url("../images/intro-bg_sp.png") center top/100% 81% no-repeat;
	background-color: transparent;
	padding: 3.125rem 0 16.875rem;
	position: relative;
}

.p-intro__inner::before {
	background-image: url(../images/intro-deco4.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.75rem;
	left: 50%;
	position: absolute;
	top: 4.5rem;
	transform: translateX(-50%);
	width: 38.5625rem;
}

.p-intro__title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 23.125rem;
	position: relative;
	width: 100%;
}

.p-intro__title picture {
	display: block;
}

.p-intro__title::before,
.p-intro__img-wrap::after {
	background-image: url(../images/deco1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.6875rem;
	width: 8.8125rem;
}

.p-intro__title::before {
	margin: 0 auto 1.25rem;
}

.p-intro__title img {
	height: 100%;
	width: 100%;
}

.p-intro__img-wrap {
	margin-top: 0.75rem;
	position: relative;
}

.p-intro__img-wrap::after {
	margin: 1.25rem auto 0;
}

.p-intro__img-inner {
	align-items: center;
	display: flex;
	gap: 1.375rem;
	justify-content: center;
}

.p-intro__img-left {
	max-width: 5.625rem;
}

.p-intro__img-left img {
	height: 100%;
	width: 100%;
}

.p-intro__img-right {
	max-width: 8.75rem;
}

.p-intro__img-right img {
	height: 100%;
	width: 100%;
}

.p-intro__deco {
	height: 12.5rem;
	margin-top: -11.75rem;
	width: 100%;
}

.p-intro__deco img {
	height: 100%;
	width: 100%;
}

.p-mv {
	border: 0.1875rem solid #fff;
	position: relative;
	z-index: 10;
}

.p-mv::before {
	background-image: url(../images/mv-bg_sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv__char-wrap {
	padding-top: 1.25rem;
	position: relative;
}

.p-mv__char1,
.p-mv__char2,
.p-mv__char3 {
	opacity: 0;
	position: absolute;
	width: 100%;
}

.p-mv__char1 {
	height: 36.35%;
	left: 0;
	top: 0;
}

.p-mv__char1 picture,
.p-mv__char3 picture {
	position: absolute;
}

.p-mv__char1 picture:nth-of-type(1) {
	left: -0.55vw;
	top: 0.218vw;
	width: 33.125vw;
}

.p-mv__char1 picture:nth-of-type(2) {
	left: 49.5%;
	top: 0.2vw;
	transform: translateX(-50%);
	width: 33.125vw;
}

.p-mv__char1 picture:nth-of-type(3) {
	right: 0.4vw;
	top: 0.2vw;
	width: 33.333333333vw;
}

.p-mv__char2 {
	height: 44.5%;
	left: 0;
	top: 10.9vw;
}

.p-mv__char3 {
	bottom: -17.9vw;
	height: 70.9%;
	left: -0.5vw;
}

.p-mv__char3 picture:nth-of-type(1) {
	left: 0;
	top: 0;
	width: 32vw;
}

.p-mv__char3 picture:nth-of-type(2) {
	left: 50%;
	top: 2.03vw;
	transform: translateX(-50%);
	width: 33.125vw;
}

.p-mv__char3 picture:nth-of-type(3) {
	right: -0.03vw;
	top: 2.05vw;
	width: 33.9584vw;
}

.p-mv__char1 img,
.p-mv__char2 img,
.p-mv__char3 img {
	height: 100%;
	width: 100%;
}

.p-mv__logo {
	bottom: 2rem;
	left: 50%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%);
	width: 84.54vw;
}

.p-text-deco {
	height: 100vh;
	height: 100dvh;
	position: fixed;
	top: 0;
	z-index: -1;
}

.p-text-deco.p-text-deco--left {
	left: 1.25rem;
}

.p-text-deco.p-text-deco--right {
	right: 1.25rem;
}

.p-text-deco.p-text-deco--left .p-text-deco__list {
	animation: loop-left 30s linear infinite;
}

.p-text-deco.p-text-deco--right .p-text-deco__list {
	animation: loop-right 30s linear infinite;
}

.p-text-deco__item {
	-webkit-background-clip: text;
	background: linear-gradient(180deg, #FAE8EA 0%, #FDE6EE 100%);
	background-clip: text;
	color: transparent;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 8rem;
	font-style: italic;
	font-weight: 800;
	line-height: 1;
	text-orientation: sideways;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.p-text-deco.p-text-deco--right .p-text-deco__item {
	transform: rotate(180deg);
	writing-mode: vertical-lr;
}

.p-text-deco__item::after {
	background-image: url(../images/text-deco.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 6.1875rem;
	margin: 3.125rem 0;
	width: 5.75rem;
}

.p-title {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.p-header__drawer .p-title {
	display: block;
	overflow: visible;
	overflow: initial;
}

.p-title::before {
	background-color: #E4004F;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-101%);
	width: 100%;
	z-index: 1;
}

.p-title.is-show::before {
	animation: mask 1s cubic-bezier(0.8, 0, 0.17, 1);
}

.p-title__en {
	align-items: center;
	color: transparent;
	display: flex;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 3rem;
	font-style: italic;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.2em;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	transition: color 0s 0.75s;
	z-index: 2;
}

.p-title.is-show .p-title__en {
	color: #E4004F;
}

.p-header__drawer .p-title__en {
	color: #E4004F;
}

.p-title.p-title--sm .p-title__en {
	font-size: 2.25rem;
}

.p-title__en::after {
	background-image: url(../images/title-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.875rem;
	position: relative;
	width: 1.75rem;
	z-index: 2;
}

.p-title__en::after {
	opacity: 0;
	transition: opacity 0.5s 0.75s;
}

.p-header__drawer .p-title__en::after {
	opacity: 1;
}

.p-title.p-title--sm .p-title__en::after {
	margin-left: -0.3125rem;
}

.p-title.is-show .p-title__en::after {
	opacity: 1;
}

.p-title__ja {
	color: transparent;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.5em;
	line-height: 1;
	margin-top: 0.3125rem;
	position: relative;
	transition: color 0s 0.75s;
	z-index: 2;
}

.p-title.p-title--sm .p-title__ja {
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	margin-top: 0;
}

.p-header__drawer .p-title__ja {
	color: #400D0D;
}

.p-title.is-show .p-title__ja {
	color: #400D0D;
}

.u-color-red {
	color: #E4004F;
}

@media (any-hover: hover) {

a:hover {
	opacity: 0.8;
}

.c-cvr:hover {
	opacity: 0.8;
}

}

@media (min-width: 320px) and (max-width: 413px) {

.p-cvr-modal__note {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.c-cvr {
	background-image: url(../images/cvr-bg_pc.png);
	height: 13.75rem;
	padding-bottom: 6.1875rem;
	width: 13.75rem;
}

.c-cvr::before {
	border-radius: 50%;
	bottom: 0.625rem;
	left: 0.625rem;
	right: 0.625rem;
	top: 0.625rem;
}

.c-cvr::after {
	margin-left: 0.3125rem;
}

.c-wrap {
	background: linear-gradient(to bottom, #fff 0%, #fff 25%, transparent 25%, transparent 100%);
}

.c-wrap__deco--left {
	background-image: url(../images/wrap-deco3.png);
	bottom: 27.8125rem;
	height: 180.125rem;
	left: -3.75rem;
	width: 24.27%;
}

.c-wrap__deco--right {
	background-image: url(../images/wrap-deco4.png);
	bottom: 18.75rem;
	height: 223.625rem;
	right: -3.75rem;
	width: 32.19%;
}

.l-cards {
	margin-top: 8.4375rem;
}

.l-cvr {
	bottom: 3.125rem;
	left: auto;
	left: initial;
	right: 1.875rem;
}

.l-details {
	margin-top: 9.6875rem;
}

.l-inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-cards-swiper .swiper {
	padding: 3rem 0;
}

.p-cards-swiper .swiper-slide {
	transform: scale(0.85);
}

.p-cards-swiper .swiper-slide.swiper-slide-active {
	transform: scale(1.25);
}

.p-cards-swiper .swiper-button-prev,
.p-cards-swiper .swiper-button-next {
	height: 6.25rem;
	width: 6.25rem;
}

.p-cards-swiper .swiper-button-prev {
	left: -17%;
}

.p-cards-swiper .swiper-button-next {
	right: -17%;
}

.p-cards-swiper .swiper-pagination {
	bottom: -15.625rem;
}

.p-cards__swiper {
	margin: 6.1875rem auto 0;
	max-width: 56.25rem;
	width: 100%;
}

.p-cards__swiper::before {
	background-image: url(../images/cards-deco2.png);
	height: 15.625rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.p-cards__name {
	font-size: 1.5rem;
	height: 9.375rem;
	margin-top: 3.25rem;
	max-width: 46.875rem;
	padding: 1.5rem 1.875rem;
}

.p-cards__name::before {
	height: 1.5rem;
	margin-top: 0.25rem;
	width: 1.375rem;
}

.p-cards__btn-wrap {
	margin-top: 12.3125rem;
}

.p-cards__btn {
	font-size: 1.5rem;
	max-width: 32.5rem;
	padding: 1.71875rem 0;
}

.p-cards__btn::before {
	bottom: 0.3125rem;
	left: 0.375rem;
	right: 0.375rem;
	top: 0.3125rem;
}

.p-cards__btn::after {
	margin-left: 0.75rem;
}

.p-cards__btn span {
	font-size: 1rem;
	margin-bottom: 0.3125rem;
}

.p-cvr-modal__close {
	font-size: 2rem;
	padding: 0.9375rem 1.25rem;
}

.p-cvr-modal__text {
	font-size: 1.5rem;
}

.p-cvr-modal__text::after {
	height: 3.125rem;
	width: 13rem;
}

.p-cvr-modal__btn-wrap {
	margin-top: 3.125rem;
}

.p-cvr-modal__btn {
	font-size: 1.5rem;
	max-width: 31.25rem;
	padding: 1.71875rem 0;
}

.p-cvr-modal__btn::after {
	margin-left: 0.5rem;
}

.p-cvr-modal__note-wrap {
	margin-top: 3.125rem;
}

.p-cvr-modal__note {
	font-size: 1rem;
}

.p-details-content {
	display: block;
	max-width: none;
	max-width: initial;
}

.p-details-content__title-wrap {
	text-align: center;
}

.p-details-content__title {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0;
	padding: 0.9375rem 0.625rem;
}

.p-details-content__wrap {
	gap: 3.9375rem;
	margin: 1.875rem auto 0;
	max-width: 56.375rem;
	width: 100%;
}

.p-details-content__img {
	max-width: 15.625rem;
}

.p-details-content__text-block {
	padding-top: 0.6875rem;
}

.p-details-content__release-date {
	font-size: 1.25rem;
	padding: 0.3125rem 1.375rem;
}

.p-details-content__list {
	margin-top: 1.875rem;
}

.p-details-content__term {
	font-size: 1.25rem;
	padding: 0.5625rem 0.6875rem;
}

.p-details-content__description {
	font-size: 1.25rem;
	margin-top: 0.625rem;
}

.p-details-content__description + .p-details-content__term {
	margin-top: 1.0625rem;
}

.p-details-content__description span {
	font-size: 0.875rem;
}

.p-details-content__text {
	font-size: 1.25rem;
	margin-top: 2.9375rem;
	padding: 0 1.125rem 0 1rem;
}

.p-details-content__text span {
	margin-bottom: 1.5625rem;
}

.p-details {
	padding: 8.75rem 0 7.6875rem;
}

.p-details::before {
	background: linear-gradient(to bottom, #fff 45%, transparent 100%);
	height: 84.8125rem;
	width: 84.8125rem;
}

.p-details__content {
	margin-top: 5.125rem;
}

.p-footer__inner {
	padding: 2.125rem 0 3.125rem;
}

.p-header__hamburger {
	border: 0.1875rem solid #E4004F;
	height: 6.5rem;
	padding-left: 1.0625rem;
	padding-top: 0.625rem;
	right: 1.75rem;
	top: 1.75rem;
	width: 6.5rem;
}

.p-header__hamburger-line {
	height: 0.1875rem;
	width: 4rem;
}

.p-header__hamburger-line + .p-header__hamburger-line {
	margin-top: 0.75rem;
}

.p-header__hamburger-line:nth-of-type(2) {
	width: 2.875rem;
}

.p-header__hamburger-line:nth-of-type(2)::after {
	height: 0.75rem;
	right: -1.125rem;
	width: 0.75rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	left: 0;
	top: 1rem;
	transform: rotate(25deg);
	width: 4.0625rem;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	left: 0;
	top: -0.875rem;
	transform: rotate(-25deg);
	width: 4.0625rem;
}

.p-header__hamburger-text {
	font-size: 1.25rem;
	margin-top: 0.8125rem;
}

.p-header__hamburger-text::after {
	height: 1.125rem;
}

.p-header__drawer {
	padding: 4.0625rem 0 1.5625rem;
}

.p-header__drawer-logo {
	width: 9.5rem;
}

.p-header__drawer-anniversary-logo {
	width: 24.3125rem;
}

.p-header__drawer-nav {
	margin-top: 2.9375rem;
}

a.p-header__drawer-link {
	padding: 2.5rem 0;
}

a.p-header__drawer-link::after {
	bottom: -0.5625rem;
}

.p-header__drawer-item:last-of-type {
	margin-top: 2.375rem;
}

.p-header__drawer-share-wrap {
	margin-top: 0.625rem;
}

.p-header__drawer-copyright {
	margin-top: 12.0625rem;
}

.p-intro::before,
.p-intro::after {
	height: 25.6875rem;
	width: 25.6875rem;
}

.p-intro__inner {
	background: url("../images/intro-bg_pc.jpg") center top/100% 76.5% no-repeat;
	padding: 3.5625rem 0 4.375rem;
}

.p-intro__inner::before {
	height: 25.125rem;
	top: 8.875rem;
	width: 110.1875rem;
}

.p-intro__title {
	max-width: 75rem;
}

.p-intro__title::before,
.p-intro__img-wrap::after {
	height: 3.125rem;
	width: 13rem;
}

.p-intro__title::before {
	margin-bottom: 2.0625rem;
}

.p-intro__img-wrap {
	margin-top: 2.625rem;
}

.p-intro__img-wrap::after {
	margin-top: 2.0625rem;
}

.p-intro__img-inner {
	gap: 3.9375rem;
}

.p-intro__img-left {
	max-width: 7.1875rem;
}

.p-intro__img-right {
	max-width: 10.8125rem;
}

.p-mv {
	border-left: none;
	border-right: none;
}

.p-mv::before {
	background-image: url(../images/mv-bg_pc.jpg);
	height: 57.5vw;
}

.p-mv__char-wrap {
	border-left: 0.1875rem solid #fff;
	border-right: 0.1875rem solid #fff;
	height: 57.5vw;
	padding-top: 0;
	width: 101%;
}

.p-mv__logo {
	bottom: auto;
	bottom: initial;
	top: 49.8%;
	transform: translate(-50%, -50%);
	width: 27vw;
}

.p-mv__logo::before {
	background-color: #E4004F;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-101%);
	width: 100%;
	z-index: 1;
}

.p-mv__logo.is-show-mask {
	opacity: 1;
}

.p-mv__logo.is-show-mask::before {
	animation: mask-logo 1s cubic-bezier(0.8, 0, 0.17, 1);
}

.p-mv__logo img {
	opacity: 0;
	position: relative;
	transition: opacity 0s 0.75s;
	z-index: 2;
}

.p-mv__logo.is-show-mask img {
	opacity: 1;
}

.p-title__en {
	font-size: 6rem;
}

.p-title.p-title--sm .p-title__en {
	font-size: 3rem;
}

.p-title__en::after {
	height: 6.625rem;
	margin-left: -0.9375rem;
	width: 3.75rem;
}

.p-title.p-title--sm .p-title__en::after {
	height: 3rem;
	width: 1.5rem;
}

.p-title__ja {
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	margin-top: 0;
}

.p-title.p-title--sm .p-title__ja {
	font-size: 1rem;
	margin-top: 0.125rem;
}

}

@media (min-width: 768px) and (max-width: 1250px) {

.p-cards-swiper .swiper-button-prev {
	left: -10%;
}

.p-cards-swiper .swiper-button-next {
	right: -10%;
}

}

@media (min-width: 768px) and (max-width: 1350px) {

.p-intro__title {
	max-width: 48.75rem;
}

.p-intro__deco {
	margin-top: -10.75rem;
}

}

@media (min-width: 768px) and (max-width: 975px) {

.p-mv__char1 picture:nth-of-type(1) {
	left: -1vw;
}

.p-mv__char1 picture:nth-of-type(3) {
	right: 0;
}

.p-mv__char3 picture:nth-of-type(3) {
	right: -0.5vw;
}

}

@media (min-width: 976px) and (max-width: 1150px) {

.p-mv__char1 picture:nth-of-type(1) {
	left: -0.9vw;
}

.p-mv__char1 picture:nth-of-type(3) {
	right: 0;
}

.p-mv__char3 picture:nth-of-type(3) {
	right: -0.4vw;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1151px) and (max-width: 1400px) {

.p-mv__char1 picture:nth-of-type(1) {
	left: -0.65vw;
}

.p-mv__char1 picture:nth-of-type(3) {
	right: 0.2vw;
}

.p-mv__char3 picture:nth-of-type(3) {
	right: -0.2vw;
}

}

@media (min-width: 1351px) and (max-width: 1700px) {

.p-intro__title {
	max-width: 60rem;
}

.p-intro__deco {
	margin-top: -11.25rem;
}

}

@media (min-width: 1401px) and (max-width: 1800px) {

.p-mv__char1 picture:nth-of-type(1) {
	left: -0.5vw;
}

.p-mv__char3 picture:nth-of-type(3) {
	right: 0;
}

}

@media (min-width: 1801px) {

.p-mv__char1 picture:nth-of-type(1) {
	left: -0.4vw;
}

.p-mv__char3 picture:nth-of-type(3) {
	right: 0;
}

}

@media (max-width: 413px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes mask-logo {

0% {
	transform: translateX(-101%);
}

40%,60% {
	transform: translateX(0);
}

100% {
	transform: translateX(101%);
}

}

@keyframes loop-left {

0% {
	transform: translateY(-50%);
}

100% {
	transform: translateY(0);
}

}

@keyframes loop-right {

0% {
	transform: translateY(0);
}

100% {
	transform: translateY(-50%);
}

}

@keyframes mask {

0% {
	transform: translateX(-101%);
}

40%,60% {
	transform: translateX(0);
}

100% {
	transform: translateX(101%);
}

}


/*# sourceMappingURL=style.css.map */
