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

:root {
	--base-font: "Noto Sans JP", sans-serif;
	--poppins-font: "Poppins", serif;
	--regular: 400;
	--medium: 500;
	--semi-bold: 600;
	--bold: 700;
}

:root {
	--black: #000;
	--black2: #1C1B1F;
	--white: #fff;
	--primary: #AC0C2D;
	--secondary: #004664;
	--tertiary: #AE8C6A;
	--light-tertiary: #F3E9DE;
	--brown: #B19375;
	--secondary-5percent: #E7F1F5;
	--light-gray: #F5F5F5;
	--light-gray2: #DCDFE4;
	--primary-gradation: linear-gradient(to bottom, #AC0C2D 0%, #D33556 100%);
	--secondary-gradation: linear-gradient(to bottom, #004664 33%, #349DCB 100%);
}

:root {
	--z-index-header: 900;
	--z-index-modal: 1000;
}

body {
	background-color: #fff;
	background-color: var(--white);
	color: #000;
	color: var(--black);
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--base-font);
	font-weight: 500;
	font-weight: var(--medium);
	line-height: 1.5;
	overflow-y: scroll;
}

body.is-noscroll,
body:has(.modal[data-active=true]) {
	overflow: hidden;
}

.pc {
	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-padding-top: 4.375rem;
}

/* 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 {
	display: block;
	height: auto;
	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);
}

:where(dialog) {
	background-color: transparent;
	background-color: initial;
	border: medium none currentColor;
	border: initial;
	color: inherit;
	height: auto;
	height: initial;
	max-height: none;
	max-height: initial;
	max-width: none;
	max-width: initial;
	overflow: visible;
	overflow: initial;
	padding: 0;
	padding: initial;
	width: auto;
	width: initial;
}

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

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

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;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	padding-left: 27.5px;
	padding-right: 27.5px;
	width: 100%;
}

.layout-book {
	margin-top: 12.8125rem;
}

.layout-character {
	margin-top: 6rem;
}

.layout-comic {
	margin-top: 5rem;
}

.layout-episode {
	margin-top: 6rem;
}

.layout-history {
	margin-top: -3.5625rem;
}

.layout-message {
	margin-top: 3.625rem;
}

.layout-share {
	margin-top: 5rem;
}

.layout-special {
	margin-top: 3.75rem;
}

.book__title {
	grid-area: title;
}

.book__caption {
	font-size: 1.25rem;
	font-weight: 700;
	font-weight: var(--bold);
	grid-area: caption;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 2.375rem;
}

.book__img {
	grid-area: img;
	margin-top: 1.875rem;
}

.book__img img {
	-o-object-fit: contain;
	aspect-ratio: 320/463;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.book:not(:has(.book__text-wrap)) .book__text,
.book__text-wrap {
	grid-area: text;
	margin-top: 1.875rem;
}

.book__text {
	font-size: 1rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.05em;
	line-break: strict;
	line-height: 1.6;
	text-align: justify;
}

.book__buttons {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-area: buttons;
	justify-content: center;
	margin-top: 2.625rem;
}

.book__note {
	font-size: 0.875rem;
	font-weight: 500;
	font-weight: var(--medium);
	grid-area: note;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 1.5rem;
	text-align: center;
}

.button {
	align-items: center;
	background-color: #fff;
	background-color: var(--white);
	border: 0.125rem solid #AC0C2D;
	border: 0.125rem solid var(--primary);
	border-radius: 100vmax;
	color: #AC0C2D;
	color: var(--primary);
	display: inline-grid;
	font-size: 1rem;
	font-weight: 700;
	font-weight: var(--bold);
	gap: 0.625rem;
	grid-template-columns: fit-content(100%) 1.25rem;
	line-height: 2.125;
	padding-bottom: 0.875rem;
	padding-left: 1.75rem;
	padding-right: 1.125rem;
	padding-top: 0.875rem;
	position: relative;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s ease;
}

.button::after {
	-webkit-mask-image: url(../images/common/chevron.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 1/1;
	background-color: currentColor;
	content: "";
	mask-image: url(../images/common/chevron.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease;
	width: 1.25rem;
}

.button--primary {
	background-color: #AC0C2D;
	background-color: var(--primary);
	color: #fff;
	color: var(--white);
	justify-content: center;
	min-width: 15rem;
}

.button--blank::after {
	-webkit-mask-image: url(../images/common/icon-blank.svg);
	mask-image: url(../images/common/icon-blank.svg);
	position: relative;
	top: 1px;
}

.character {
	overflow-x: clip;
	padding-bottom: 5.625rem;
	padding-top: 6.0625rem;
	position: relative;
}

.character__img4,
.character__img3,
.character__img2,
.character__img1 {
	position: absolute;
	z-index: 1;
}

.character__img4 img,
.character__img3 img,
.character__img2 img,
.character__img1 img {
	-o-object-fit: contain;
	object-fit: contain;
}

.character__img1 {
	aspect-ratio: 200/173;
	left: calc(50% - min(50.1333333333vw, 23.125rem));
	top: -0.625rem;
	width: 12.5rem;
}

.character__img2 {
	aspect-ratio: 180/156;
	right: calc(50% - min(49.8666666667vw, 23.4375rem));
	top: -0.6875rem;
	width: 11.25rem;
}

.character__img3 {
	aspect-ratio: 150/129;
	bottom: 0.6875rem;
	left: calc(50% - min(54.9333333333vw, 300px));
	width: 9.375rem;
}

.character__img4 {
	aspect-ratio: 180/156;
	bottom: -0.125rem;
	right: calc(50% - min(49.8666666667vw, 23.125rem));
	width: 11.25rem;
}

.character__inner.inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.character__container {
	background-image: linear-gradient(to bottom, #AC0C2D 0%, #D33556 100%);
	background-image: var(--primary-gradation);
	color: #fff;
	color: var(--white);
	display: grid;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 5rem;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	padding-top: 5rem;
	position: relative;
}

.character__container::after,
.character__container::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.character__container::before {
	aspect-ratio: 326/42;
	background-image: url(../images/sp/bg-wave-sub-primary.svg);
	left: -3.75rem;
	top: -3.25rem;
	width: min(86.9333333333vw, 420px);
}

.character__container::after {
	aspect-ratio: 700/58;
	background-image: url(../images/sp/bg-wave-primary.svg);
	left: 50%;
	top: -3rem;
	transform: translateX(-50%);
	width: max(100vw, 700px);
}

.character__main-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	position: relative;
	top: -0.1875rem;
	width: 20rem;
}

.character__main-img img {
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
}

.character__main-img::before {
	aspect-ratio: 472/432;
	background-image: url(../images/common/blob.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 48.5%;
	position: absolute;
	top: 47%;
	transform: translate(-50%, -50%);
	width: 25.9375rem;
}

.character__caption {
	margin-top: 0.3125rem;
	text-align: center;
}

.character__name {
	font-size: 1.125rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.character__body {
	display: contents;
}

.character__title {
	order: -1;
}

.character__text {
	font-size: 1rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.875rem;
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}

.character__buttons {
	grid-gap: 1.5rem;
	align-items: center;
	display: grid;
	gap: 1.5rem;
	justify-items: center;
	margin-top: 2.625rem;
	place-items: center;
}

.character__button {
	margin-left: -0.90625rem;
	margin-right: -0.90625rem;
}

.coming-soon {
	overflow-x: clip;
	padding-bottom: 5.75rem;
	padding-top: 15.9375rem;
	position: relative;
}

.coming-soon__inner.inner {
	padding-left: 1.09375rem;
	padding-right: 1.09375rem;
}

.coming-soon__bubble {
	align-items: center;
	aspect-ratio: 300/289;
	display: grid;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	padding: 3.5rem 3.5rem 4.0625rem;
	place-items: center;
	position: relative;
	text-align: center;
	width: min(100%, 19rem);
}

.coming-soon__bubble::before {
	background-image: url("../images/common/blob2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-30deg);
	width: 100%;
	z-index: -1;
}

.coming-soon__text {
	word-wrap: anywhere;
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: 2.5rem;
	font-weight: 700;
	font-weight: var(--bold);
	line-height: 1.1;
	text-transform: uppercase;
	word-break: keep-all;
}

.coming-soon__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -4.6875rem;
	width: min(100%, 16.75rem);
}

.coming-soon__img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.countdown {
	position: relative;
}

.countdown__text {
	color: #004664;
	color: var(--secondary);
	font-size: 1.125rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.countdown__num {
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: 3.25rem;
}

.countdown__circle {
	animation: circle 20s linear infinite;
	aspect-ratio: 1/1;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 14.25rem;
}

.countdown__circle-en {
	overflow: visible;
}

.countdown__circle-path {
	fill: none;
}

.countdown__circle-text {
	fill: #B19375;
	fill: var(--brown);
	font-size: 30px;
	font-weight: 600;
	font-weight: var(--semi-bold);
	letter-spacing: 0.275em;
	line-height: 1.5;
}

.episode {
	overflow-x: clip;
	padding-top: 0.875rem;
}

.episode__container {
	margin-top: 2.75rem;
	position: relative;
}

.episode__compass {
	position: absolute;
	right: calc(50% - min(61.3333333333vw, 380px));
	top: calc(50% - min(77.3333333333vw, 300px));
	width: 11.875rem;
	z-index: -1;
}

.episode__compass img {
	-o-object-fit: contain;
	animation: 20s linear infinite rotateCompass;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.episode__read {
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	line-height: 1.6;
}

.episode__content {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.25rem;
}

.episode__slider {
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.episode__list {
	transition-timing-function: linear;
}

.episode__item {
	height: auto;
	width: 20.625rem;
}

.flip-card {
	display: block;
	height: 100%;
	min-height: 12.5rem;
	perspective: 2000px;
	position: relative;
}

.flip-card__inner {
	display: grid;
	height: inherit;
	min-height: inherit;
	transform-style: preserve-3d;
	transition-duration: 0.6s;
	transition-timing-function: ease-in-out;
}

.flip-card__back,
.flip-card__front {
	align-content: center;
	backface-visibility: hidden;
	border-radius: 1.25rem;
	display: grid;
	grid-area: 1/1/2/2;
	justify-content: center;
	padding: 1rem 1.5rem;
	place-content: center;
	pointer-events: none;
	text-align: center;
	transform: rotateX(0deg);
}

.flip-card__back::before,
.flip-card__front::before {
	-webkit-mask-image: url(../images/common/icon-arrow-diagonal.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 1/1;
	background-color: currentColor;
	bottom: 1rem;
	content: "";
	mask-image: url(../images/common/icon-arrow-diagonal.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1rem;
	width: 1.25rem;
	z-index: 1;
}

.flip-card__front {
	background-color: #E7F1F5;
	background-color: var(--secondary-5percent);
	color: #004664;
	color: var(--secondary);
	transform: rotateX(0deg);
	z-index: 2;
}

.flip-card__back {
	background-color: #004664;
	background-color: var(--secondary);
	color: #fff;
	color: var(--white);
	transform: rotateY(180deg);
}

.flip-card__year {
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: 2.25rem;
	font-weight: 700;
	font-weight: var(--bold);
	line-height: 1.5;
}

.flip-card__title {
	font-size: 1.125rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.05em;
	line-height: 1.1111111111;
	line-height: 1.3;
	padding-bottom: 1lh;
	position: relative;
}

.flip-card__title--small {
	font-size: 0.875rem;
	line-height: 1.6;
}

.flip-card__title::after,
.flip-card__title::before {
	aspect-ratio: 40/25;
	background-image: url("../images/common/comma.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	width: 2.5rem;
	z-index: -1;
}

.flip-card__title::before {
	left: -1.875rem;
	top: 0;
}

.flip-card__title::after {
	bottom: 0.75rem;
	right: -1.75rem;
	transform: scale(-1, -1);
}

.flip-card__title--back::before,
.flip-card__title--back::after {
	opacity: 0.4;
}

.flip-card:hover .flip-card__inner {
	transform: rotateY(180deg);
}

.footer {
	background-color: #F5F5F5;
	background-color: var(--light-gray);
	padding-bottom: 3.75rem;
	padding-top: 5rem;
	position: relative;
}

.footer__inner.inner {
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.footer__nav {
	display: flex;
	justify-content: center;
}

.footer__nav-link,
.footer__nav-link-blank {
	font-size: 0.875rem;
	font-weight: 600;
	font-weight: var(--semi-bold);
	letter-spacing: 0.02em;
	line-height: 1.4;
	padding-bottom: 0.5rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	transition: color 0.3s ease;
}

.footer__nav-link-blank {
	grid-gap: 0.25rem;
	display: grid;
	gap: 0.25rem;
	grid-template-columns: 1fr auto;
	position: relative;
}

.footer__nav-link-blank::after {
	-webkit-mask-image: url(../images/common/icon-blank.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 1/1;
	background-color: currentColor;
	content: "";
	mask-image: url(../images/common/icon-blank.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.25rem;
}

.footer__nav-link {
	display: block;
}

.footer__copylight {
	margin-top: 2.25rem;
	text-align: center;
}

.footer__copylight small {
	font-size: 0.75rem;
	font-weight: 600;
	font-weight: var(--semi-bold);
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.footer__totop {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.footer__totop-button {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #AE8C6A;
	background-color: var(--tertiary);
	border-radius: 50%;
	display: inline-grid;
	justify-items: center;
	place-items: center;
	position: relative;
	transition: background-color 0.3s ease;
	width: 3.75rem;
}

.footer__totop-button::after {
	-webkit-mask-image: url(../images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: cover;
	aspect-ratio: 29/22;
	background-color: #fff;
	background-color: var(--white);
	content: "";
	mask-image: url(../images/common/arrow.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	transform: rotate(-90deg);
	width: 1.75rem;
}

.header {
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
	height: 4.375rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.3s ease, height 0.3s ease;
	z-index: 900;
	z-index: var(--z-index-header);
}

.header__inner {
	align-items: center;
	background-color: #fff;
	background-color: var(--white);
	display: flex;
	height: inherit;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__logo {
	height: inherit;
}

.header__logo-link {
	align-items: center;
	display: inline-flex;
	gap: 0.625rem;
	height: inherit;
	transition: opacity 0.3s;
	width: -moz-max-content;
	width: max-content;
}

.header__logo-link img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 7.3125rem;
}

.header__logo span {
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: 1rem;
	font-weight: 500;
	font-weight: var(--medium);
	line-height: 1.5;
	padding-top: 0.5rem;
}

.header__nav {
	display: none;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
	position: relative;
}

.header__nav-item.is-current {
	color: #AC0C2D;
	color: var(--primary);
}

.header__nav-link {
	align-items: center;
	display: grid;
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: 1rem;
	font-weight: 600;
	font-weight: var(--semi-bold);
	height: inherit;
	line-height: 1.4;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	transition: color 0.3s;
}

.header__hamburger {
	aspect-ratio: 1/1;
	border: none;
	cursor: pointer;
	margin-left: auto;
	outline: none;
	padding: 0.625rem 0.3125rem;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
}

.header__hamburger span {
	background-color: #1C1B1F;
	background-color: var(--black2);
	display: block;
	height: 0.1875rem;
	position: relative;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 100%;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.375rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.375rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0.1875rem;
	transform: rotate(-135deg);
}

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

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.1875rem;
	transform: rotate(135deg);
}

.header__drawer {
	align-items: center;
	background-color: #fff;
	background-color: var(--white);
	bottom: 0;
	display: grid;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	scrollbar-width: none;
	top: 0;
	transition: visibility 0.5s, opacity 0.5s;
	visibility: hidden;
	z-index: -1;
}

.header__drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.header__drawer-wrapper {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.header__drawer-inner.inner {
	overflow-y: auto;
}

.header__drawer-nav {
	margin-left: auto;
	margin-right: auto;
	max-width: 14.75rem;
}

.header__drawer-list {
	text-align: center;
	width: 100%;
}

.header__drawer-item {
	border-bottom: 1px solid #AE8C6A;
	border-bottom: 1px solid var(--tertiary);
}

.header__drawer-link {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	font-weight: var(--bold);
	line-height: 1.6;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
	transition: color 0.3s;
}

.history {
	overflow-x: clip;
	padding-bottom: 3.5625rem;
	padding-top: 3.5625rem;
	position: relative;
}

.history__inner.inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: relative;
}

.history__inner::after,
.history__inner::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.history__inner::before {
	aspect-ratio: 326/42;
	background-image: url(../images/sp/bg-wave-sub-secondary-bottom.svg);
	bottom: max(-13.8666666667vw, -4.375rem);
	left: calc(50% - min(68.7830687831vw, 30rem));
	width: min(86.9333333333vw, 31.25rem);
}

.history__inner::after {
	aspect-ratio: 700/58;
	background-image: url(../images/sp/bg-wave-secondary-bottom.svg);
	bottom: -3.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: max(100vw, 700px);
}

.history__container {
	background-image: linear-gradient(to bottom, #004664 33%, #349DCB 100%);
	background-image: var(--secondary-gradation);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 1.875rem;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	padding-top: 1.875rem;
	position: relative;
}

.history__container::after,
.history__container::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.history__container::before {
	aspect-ratio: 326/56;
	background-image: url(../images/sp/bg-wave-sub-secondary.svg);
	right: -3.75rem;
	top: -4.125rem;
	width: min(86.9333333333vw, 390px);
}

.history__container::after {
	aspect-ratio: 700/58;
	background-image: url(../images/sp/bg-wave-secondary.svg);
	left: 50%;
	top: -3.5rem;
	transform: translateX(-50%);
	width: max(100vw, 700px);
}

.history__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	position: relative;
	z-index: 1;
}

.history__wrapper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.875rem;
	position: relative;
}

.history__wrapper::before {
	background-image: url("../images/pc/img_history-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1920px 811px;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(30px);
	transition: transform 0.7s, opacity 0.7s;
}

.history__wrapper.js-fade-bg::before {
	opacity: 1;
	transform: translateY(0);
}

.history__content {
	overflow-x: auto;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	scrollbar-width: none;
}

.history__content::-webkit-scrollbar {
	display: none;
}

.history__timeline {
	--_gap: 60px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	cursor: ew-resize;
	display: flex;
	gap: 60px;
	gap: var(--_gap);
	padding-left: 4.375rem;
	width: -moz-max-content;
	width: max-content;
}

.history__timeline-item {
	display: grid;
	grid-template-rows: auto 1fr;
	width: 370px;
}

.history__timeline-item::after {
	background-color: #fff;
	background-color: var(--white);
	content: "";
	display: block;
	grid-column: 1/2;
	grid-row: 2/3;
	height: 100%;
	width: 4px;
}

.history__timeline-item:last-child {
	width: 280px;
}

.history__timeline-head {
	color: #fff;
	color: var(--white);
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: max(28px, 2rem);
	font-weight: 700;
	font-weight: var(--bold);
	line-height: 1;
	transform: translateX(-49%);
	width: -moz-fit-content;
	width: fit-content;
}

.history__timeline-events {
	display: flex;
	flex-direction: column;
	gap: 20px;
	grid-column: 1/2;
	grid-row: 2/3;
	min-height: 300px;
	padding-bottom: 2.5rem;
	padding-top: 3.75rem;
}

.history__timeline-event {
	align-self: start;
	background-color: #fff;
	background-color: var(--white);
	border-radius: 0.3125rem;
	font-size: 14px;
	font-weight: 500;
	font-weight: var(--medium);
	left: -20px;
	line-height: 1.4375;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top: 0.55em;
	position: relative;
	white-space: nowrap;
}

.history__timeline-event::before {
	aspect-ratio: 15/12;
	background-color: #fff;
	background-color: var(--white);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	display: block;
	left: 17px;
	position: absolute;
	top: 0;
	transform: translateY(-90%);
	transition: background-color 0.3s ease;
	width: 10px;
}

.loading {
	align-items: center;
	background-color: #AC0C2D;
	background-color: var(--primary);
	bottom: 0;
	clip-path: inset(0);
	display: none;
	justify-items: center;
	left: 0;
	place-items: center;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.loading__logo {
	left: -1%;
	opacity: 0;
	position: relative;
	transform: translateY(30%);
	width: min(69.3333333333vw, 360px);
}

.loading__logo img {
	-o-object-fit: contain;
	aspect-ratio: 433/113;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.message {
	overflow-x: clip;
	padding-bottom: 12.625rem;
	position: relative;
}

.message__container {
	display: grid;
}

.message__title {
	display: grid;
	justify-content: center;
	text-align: center;
}

.message__content {
	display: grid;
}

.message__main-img {
	border-radius: 0.625rem;
	margin-left: calc(50% - 50vw);
	margin-top: 1.5625rem;
	position: relative;
	z-index: 1;
}

.message__main-img img {
	-o-object-fit: cover;
	-o-object-position: right;
	aspect-ratio: 347/222;
	border-radius: 0 0.625rem 0.625rem 0;
	height: 100%;
	object-fit: cover;
	object-position: right;
	width: 100%;
}

.message__body {
	margin-top: 1.875rem;
}

.message__blur {
	position: relative;
}

.message__blur::before {
	-webkit-mask-image: linear-gradient(to top, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
	-webkit-mask-composite: source-in, xor;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: rgba(255, 255, 255, 0.8);
	content: "";
	height: 118%;
	left: 50%;
	mask-composite: intersect;
	mask-image: linear-gradient(to top, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 118%;
}

.message__text-wrap {
	grid-gap: 1.875rem;
	display: grid;
	font-size: 1rem;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	line-height: 1.6;
	position: relative;
}

.message__text {
	font-size: 1rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.05em;
	line-break: strict;
	line-height: 1.6;
}

.message__sign {
	margin-top: 1.25rem;
	position: relative;
	text-align: right;
	z-index: 1;
}

.message__sign-title,
.message__sign-company {
	font-size: 0.875rem;
	font-weight: 400;
	font-weight: var(--regular);
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.massage__sign-name {
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	line-height: 1.6;
}

.modal {
	align-content: center;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: grid;
	justify-content: center;
	left: 0;
	opacity: 1;
	padding-bottom: 3.125rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 1.75rem;
	place-content: center;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	visibility: visible;
	z-index: 1000;
	z-index: var(--z-index-modal);
}

.modal:not([data-active=true]) {
	opacity: 0;
	visibility: hidden;
}

.modal__inner {
	height: 100%;
	margin: auto;
	max-height: calc(100vh - 5rem);
	position: relative;
	width: min(100%, 600px);
}

.modal__container {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 0.5rem;
	display: grid;
	height: 100%;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding-bottom: 5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
	position: relative;
	scrollbar-width: 4px;
	width: 100%;
	z-index: 1;
}

.modal__container::-webkit-scrollbar {
	width: 4px;
}

.modal__container::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to bottom, transparent 0.5rem, #004664 0.5rem calc(100% - 0.5rem), transparent calc(100% - 0.5rem));
}

.modal__head {
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.05em;
	line-break: strict;
	line-height: 1.4;
}

.modal__name {
	font-size: 1.75rem;
}

.modal__affiliation {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.modal__content {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	margin-top: 1.25rem;
}

.modal__item {
	position: relative;
}

.modal__question {
	color: #004664;
	color: var(--secondary);
	font-size: 1.25rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.03em;
	line-height: 1.4;
}

.modal__question span {
	display: block;
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: 1.6875rem;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	padding-right: 1rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.modal__question span::before {
	aspect-ratio: 1/1;
	background-color: #E7F1F5;
	background-color: var(--secondary-5percent);
	border-radius: 50%;
	content: "";
	left: -0.5rem;
	position: absolute;
	top: 0;
	width: 1.375rem;
	z-index: -1;
}

.modal__answer {
	font-size: 1rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.05em;
	line-break: strict;
	line-height: 1.6;
	margin-top: 1rem;
}

.modal__close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	aspect-ratio: 1/1;
	background-color: #AE8C6A;
	background-color: var(--tertiary);
	border-radius: 50%;
	bottom: 0;
	cursor: pointer;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 50%);
	transition: background-color 0.3s ease;
	width: 2.5rem;
	z-index: calc(infinity);
	z-index: calc(1000 + 1);
	z-index: calc(var(--z-index-modal) + 1);
}

.modal__close::after {
	aspect-ratio: 1/1;
	background-image: url(../images/common/close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.9375rem;
	z-index: 1;
}

.modal__close:focus-visible {
	background-color: #AC0C2D;
	background-color: var(--primary);
}

.mv {
	align-content: center;
	display: grid;
	height: max(47.8125rem, min(100vh, 56.25rem));
	justify-content: center;
	overflow-x: clip;
	place-content: center;
	position: relative;
}

.mv__flag {
	height: inherit;
	position: relative;
}

.mv__flag-img {
	left: calc(50% - min(54.6666666667vw, 15.625rem));
	position: relative;
	width: min(135.4666666667vw, 35rem);
}

.mv__flag-img img {
	-o-object-fit: contain;
	aspect-ratio: 508/757;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mv__countdown {
	position: absolute;
	right: min(23.4666666667vw, 7.1875rem);
	top: calc(50% + 11.4375rem);
}

.mv__scroll {
	bottom: 4.875rem;
	left: 0.9375rem;
	position: absolute;
}

.mv__scroll-text {
	align-items: center;
	display: inline-grid;
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: 1rem;
	font-weight: 700;
	font-weight: var(--bold);
	gap: 0.71875rem;
	grid-template-columns: auto 6.25rem;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.mv__scroll-text::before {
	background-color: #DCDFE4;
	background-color: var(--light-gray2);
	content: "";
	grid-column: 2;
	grid-row: 1;
	height: 100%;
	width: 0.125rem;
}

.mv__scroll-text::after {
	animation: 2s scroll linear infinite;
	background-color: #000;
	background-color: var(--black);
	content: "";
	grid-column: 2;
	grid-row: 1;
	height: 25%;
	width: 0.125rem;
}

.outer {
	opacity: 0;
}

.outer:has(.modal[data-active=true]) {
	overflow-y: auto;
	scrollbar-gutter: stable;
}

.particle {
	position: relative;
}

.particle__bg {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.scroll-hint-icon-wrap {
	z-index: 1;
}

.section-title {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	font-weight: var(--bold);
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.section-title__en {
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: 3.125rem;
	line-height: 1.1;
	position: relative;
}

.section-title__circle {
	display: inline-block;
	position: relative;
}

.section-title__circle::before {
	aspect-ratio: 1/1;
	background-color: #AE8C6A;
	background-color: var(--tertiary);
	border-radius: 50%;
	content: "";
	left: -0.75rem;
	position: absolute;
	top: 0.5rem;
	width: 1.875rem;
	z-index: -1;
}

.section-title__ja {
	color: currentColor;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.section-title--history {
	color: #fff;
	color: var(--white);
}

.section-title--history .section-title__circle::before {
	left: -0.75rem;
	top: 0;
}

.section-title--history .section-title__ja {
	font-size: 1rem;
}

.section-title--episode {
	gap: 0.5rem;
}

.section-title--episode .section-title__circle::before {
	left: -0.625rem;
	top: -0.125rem;
}

.section-title--character {
	color: #fff;
	color: var(--white);
}

.section-title--character .section-title__circle::before {
	left: -0.625rem;
	top: 0;
}

.section-title--character .section-title__en {
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--base-font);
}

.section-title--character .section-title__ja {
	font-size: 1rem;
}

.section-title--book .section-title__circle::before {
	left: -0.75rem;
	top: -0.375rem;
}

.section-title--comic .section-title__circle::before {
	left: -0.75rem;
	top: -0.3125rem;
}

.share {
	padding-bottom: 5.625rem;
	position: relative;
}

.share__read {
	border-bottom: 1px solid;
	font-size: 1.25rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.6875rem;
	padding-top: 0.5rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.share__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 2.5rem);
	justify-content: center;
	margin-top: 1.875rem;
}

.share__link {
	display: block;
	transition: filter 0.3s ease;
}

.share__link img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.special {
	overflow-x: clip;
	position: relative;
	z-index: 1;
}

.special__img {
	width: var(--width);
}

.special__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.special__title {
	display: inline-grid;
	grid-template-rows: auto 6.25rem;
	justify-items: center;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 66.5%;
}

.special__title-text {
	-webkit-text-stroke: 0.375rem #fff;
	-webkit-text-stroke: 0.375rem var(--white);
	color: #AE8C6A;
	color: var(--tertiary);
	font-family: "Poppins", serif;
	font-family: var(--poppins-font);
	font-size: 3.625rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.02em;
	line-height: 1;
	paint-order: stroke;
}

.special__tilte-num {
	font-size: 4.375rem;
}

.special__title::before {
	background-color: #F3E9DE;
	background-color: var(--light-tertiary);
	content: "";
	grid-column: 1;
	grid-row: 2;
	height: 100%;
	width: 0.25rem;
}

.special__title::after {
	animation: 2s scroll linear infinite;
	background-color: #AE8C6A;
	background-color: var(--tertiary);
	content: "";
	grid-column: 1;
	grid-row: 2;
	height: 25%;
	width: 0.25rem;
}

.history__ship {
	animation: ship 4s ease-out infinite;
	aspect-ratio: 112/113;
	position: absolute;
	right: calc(50% - min(48vw, 21.75rem));
	top: -5.25rem;
	width: 7rem;
	z-index: 1;
}

.history__ship svg {
	height: 100%;
	width: 100%;
}

.history__ship .vapor-top {
	animation: vapor 4s ease-out infinite;
}

.history__ship .vapor-bottom {
	animation: vapor 4s ease-out infinite;
}

.text-block {
	display: inline-block;
}

.text-primary {
	color: #AC0C2D;
	color: var(--primary);
}

.text-secondary {
	color: #004664;
	color: var(--secondary);
}

.uppercase {
	text-transform: uppercase;
}

@media (any-hover: hover) {

.button:hover {
	background-color: #AE8C6A;
	background-color: var(--tertiary);
	border-color: #AE8C6A;
	border-color: var(--tertiary);
	color: #fff;
	color: var(--white);
}

.footer__nav-link-blank:hover,
.footer__nav-link:hover {
	color: #AC0C2D;
	color: var(--primary);
}

.footer__totop-button:hover {
	background-color: #AC0C2D;
	background-color: var(--primary);
}

.header__nav-item a:hover,
.header__drawer-item a:hover {
	color: #AC0C2D;
	color: var(--primary);
}

.modal__close:hover {
	background-color: #AC0C2D;
	background-color: var(--primary);
}

.share__link:hover {
	filter: brightness(0.7);
}

}

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

.pc {
	display: block;
}

.sp {
	display: none;
}

html {
	font-size: 1.316872428vw;
}

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

.layout-book {
	margin-top: 15rem;
}

.layout-character {
	margin-top: 5.5rem;
}

.layout-comic {
	margin-top: 8.4375rem;
}

.layout-episode {
	margin-top: 7rem;
}

.layout-history {
	margin-top: -7.625rem;
}

.layout-message {
	margin-top: max(-12.9166666667vw, -226px);
}

.layout-share {
	margin-top: 10rem;
}

.layout-special {
	margin-top: 5.875rem;
}

.book__container {
	grid-column-gap: min(7.6388888889vw, 6.875rem);
	-moz-column-gap: min(7.6388888889vw, 6.875rem);
	column-gap: min(7.6388888889vw, 6.875rem);
	display: grid;
	grid-template-areas: "img title" "img caption" "img text" "img buttons" "img note";
	grid-template-columns: 1fr 60.9082813891%;
	padding-left: 5.75rem;
}

.book--comic .book__container {
	grid-template-areas: "title img" "caption img" "text img" "buttons img";
	grid-template-columns: 60.9082813891% 1fr;
	padding-left: 0;
	padding-left: initial;
	padding-right: 5.75rem;
}

.book__title {
	padding-right: 0.25rem;
}

.book__caption {
	padding-left: 1em;
	text-indent: -1em;
}

.book__img {
	align-self: flex-end;
	margin-top: 0;
	margin-top: initial;
}

.book:not(:has(.book__text-wrap)) .book__text,
.book__text-wrap {
	margin-top: 1.375rem;
}

.book__text-wrap {
	grid-gap: 1lh;
	display: grid;
	gap: 1lh;
}

.book__buttons {
	grid-template-columns: repeat(2, auto);
}

.book__note {
	padding-bottom: 0.875rem;
}

.character {
	padding-bottom: 6.25rem;
	padding-top: 13.625rem;
}

.character__img1 {
	left: 7.3611111111vw;
	top: 0;
	width: 17.5rem;
}

.character__img2 {
	right: 9.7222222222vw;
	top: 0;
	width: 16.25rem;
}

.character__img3 {
	bottom: 1.6875rem;
	left: calc(50% - min(49.8611111111vw, 894px));
	width: 14.375rem;
}

.character__img4 {
	bottom: 0;
	right: 5.2777777778vw;
	right: calc(50% - 44.5833333333vw);
	width: 16.25rem;
}

.character__inner.inner {
	max-width: calc(1226px + 14.9305555556vw);
	padding-left: 7.4652777778vw;
	padding-right: 7.4652777778vw;
}

.character__container {
	align-items: center;
	grid-template-columns: 33.8499184339% 1fr;
	justify-content: space-between;
	padding-bottom: 80px;
	padding-top: 0;
	padding-top: initial;
}

.character__container::before {
	aspect-ratio: 754/98;
	background-image: url(../images/pc/bg-wave-sub-primary.svg);
	left: calc(50% - min(66.6666666667vw, 960px));
	top: -8.25rem;
	width: 47.125rem;
}

.character__container::after {
	aspect-ratio: 1920/138;
	background-image: url(../images/pc/bg-wave-primary.svg);
	top: -8.5625rem;
	width: 120rem;
}

.character__main-img {
	margin-top: 0;
	margin-top: initial;
	padding-left: 1.3125rem;
	padding-right: 1.3125rem;
	top: auto;
	top: initial;
	width: 100%;
}

.character__main-img::before {
	left: 47.5%;
	top: 46.4%;
	width: min(33.0555555556vw, 476px);
}

.character__caption {
	margin-top: 0.625rem;
}

.character__body {
	display: block;
	justify-self: flex-end;
	padding-top: 0.9375rem;
	width: min(685px, 94%);
}

.character__title {
	display: flex;
	justify-content: flex-end;
}

.character__text {
	margin-top: 1.25rem;
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.character__buttons {
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	margin-top: 2.25rem;
}

.character__button {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.coming-soon {
	padding-bottom: 13rem;
	padding-top: 22.8125rem;
}

.coming-soon__inner.inner {
	padding-left: 25px;
	padding-right: 25px;
}

.coming-soon__wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
}

.coming-soon__bubble {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	padding-bottom: 3.375rem;
	width: min(100%, 28.125rem);
}

.coming-soon__text {
	font-size: 4.375rem;
	line-height: 1;
}

.coming-soon__img {
	margin-left: 0;
	margin-left: initial;
	margin-right: -3.5rem;
	margin-top: 0;
	margin-top: initial;
	order: -1;
	position: relative;
	z-index: 1;
}

.countdown__num {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.countdown__circle {
	width: 12.5rem;
}

.episode__compass {
	right: calc(50% - min(50.7638888889vw, 731px));
	top: -12.75rem;
	width: 23.75rem;
}

.episode__read {
	margin-top: 3.625rem;
}

.episode__content {
	margin-top: 3.125rem;
}

.episode__slider {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.footer__inner.inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.footer__totop-button {
	width: 5rem;
}

.footer__totop-button::after {
	width: 1.8125rem;
}

.header {
	height: 5rem;
	position: sticky;
}

.header.is-scroll {
	height: 4.0625rem;
}

.header__inner {
	padding-left: 2.5rem;
	padding-right: 1.5625rem;
}

.header__logo {
	width: 8.75rem;
}

.header__nav {
	display: block;
	height: inherit;
	margin-left: auto;
}

.header__nav-item::before {
	aspect-ratio: 1/1;
	background-color: #AE8C6A;
	background-color: var(--tertiary);
	border-radius: 50%;
	bottom: 0.75rem;
	content: "";
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 0.3s;
	width: 0.625rem;
}

.header__nav-item.is-current::before {
	opacity: 1;
}

.header__nav-link {
	letter-spacing: 0.02em;
}

.header__hamburger {
	display: none;
}

.history {
	padding-bottom: 8.625rem;
	padding-top: 8.625rem;
}

.history__inner.inner {
	max-width: 1276px;
	padding-left: 25px;
	padding-right: 25px;
}

.history__inner::before {
	aspect-ratio: 754/98;
	bottom: max(-9.3055555556vw, -134px);
	left: max(-20.9722222222vw, -330px);
	width: 47.125rem;
}

.history__inner::after {
	aspect-ratio: 1920/138;
	background-image: url(../images/pc/bg-wave-secondary-bottom.svg);
	bottom: -8.5625rem;
	width: 120rem;
}

.history__container {
	padding-bottom: 2.5rem;
	padding-top: 0;
	padding-top: initial;
}

.history__container::before {
	aspect-ratio: 754/98;
	background-image: url(../images/pc/bg-wave-sub-secondary.svg);
	right: calc(50% - min(69.4444444444vw, 960px));
	top: max(-9.3055555556vw, -124px);
	transform: scaleX(-1);
	width: 47.125rem;
}

.history__container::after {
	aspect-ratio: 1920/138;
	background-image: url(../images/pc/bg-wave-secondary.svg);
	top: -8.5625rem;
	transform: translateX(-50%) scaleX(-1);
	width: 120rem;
}

.history__title {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.history__wrapper {
	margin-top: 2.5rem;
}

.history__wrapper::before {
	background-size: 1920px 800px;
}

.history__timeline {
	padding-left: 6.375rem;
}

.history__timeline-item {
	width: 420px;
}

.history__timeline-item:last-child {
	width: 330px;
}

.history__timeline-event {
	font-size: 15px;
}

.loading__logo {
	width: max(360px, 30.0694444444vw);
}

.message {
	padding-bottom: 13.5625rem;
}

.message__inner.inner {
	max-width: 1440px;
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.message__container {
	display: contents;
}

.message__content {
	-moz-column-gap: 1.4375rem;
	column-gap: 1.4375rem;
	grid-template-areas: "main-img text" ". text";
	grid-template-columns: 1fr 55.4166666667%;
	grid-template-rows: auto 1fr;
	margin-top: 3.75rem;
}

.message__main-img {
	grid-area: main-img;
	margin: 0;
	margin: initial;
}

.message__main-img img {
	-o-object-position: initial;
	aspect-ratio: 619/320;
	object-position: initial;
}

.message__body {
	grid-area: text;
	margin-top: 4.1875rem;
	padding-right: 25.9398496241%;
}

.message__blur::before {
	height: 125%;
	width: 125%;
}

.message__text-wrap {
	gap: 1.75rem;
}

.message__text {
	font-feature-settings: "pwid";
}

.message__sign {
	margin-top: 0.875rem;
}

.modal {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.modal__inner {
	width: min(90%, 948px);
}

.modal__container {
	border-radius: 1.25rem;
	height: auto;
	max-height: min(100%, 800px);
	padding-bottom: 3.5rem;
	padding-left: 3.125rem;
	padding-right: 7.875rem;
	padding-top: 2.5625rem;
}

.modal__container::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to bottom, transparent 1.25rem, #004664 1.25rem calc(100% - 1.25rem), transparent calc(100% - 1.25rem));
}

.modal__name {
	font-size: max(22px, 2rem);
}

.modal__affiliation {
	font-size: max(14px, 1.125rem);
}

.modal__content {
	gap: 2.6875rem;
	margin-top: 2.25rem;
}

.modal__item {
	padding-left: 4.875rem;
}

.modal__question {
	font-size: max(18px, 1.5rem);
	line-height: 1.3;
}

.modal__question span {
	display: inline-block;
	font-size: max(22px, 2.0625rem);
	left: 0;
	padding-left: 0.625rem;
	padding-right: 0;
	padding-right: initial;
	position: absolute;
}

.modal__question span::before {
	left: 0;
	width: 1.625rem;
}

.modal__answer {
	font-size: max(14px, 1rem);
	margin-top: 1.125rem;
}

.modal__close {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: 1.125rem;
	top: 1.25rem;
	transform: none;
	transform: initial;
	width: 3.75rem;
}

.modal__close::after {
	width: 1.4375rem;
}

.mv {
	height: auto;
	height: initial;
}

.mv__flag-img {
	height: inherit;
	left: min(4.375vw, 63px);
	width: max(520px, min(50.6944444444vw, 890px));
}

.mv__flag-img img {
	aspect-ratio: 890/1111;
}

.mv__countdown {
	bottom: min(30.5555555556vw, 440px);
	bottom: initial;
	right: calc(50% - min(40.1388888889vw, 578px));
	right: calc(50% - min(40.1388888889vw, 730px));
	top: initial;
	top: max(330px, min(56vh, min(30.5555555556vw, 440px)));
}

.mv__scroll {
	bottom: auto;
	bottom: initial;
	left: 2.9861111111vw;
	top: 43.6%;
}

.section-title {
	align-items: flex-end;
	flex-direction: row;
	gap: 0.75rem;
}

.section-title__en {
	font-size: 5.625rem;
	line-height: 1.2;
}

.section-title__circle::before {
	left: -0.875rem;
	top: 0.625rem;
	top: 0;
	width: 2.5rem;
}

.section-title--message {
	align-items: center;
	flex-direction: column;
	gap: initial;
}

.section-title--message .section-title__ja {
	display: block;
	margin-left: 0;
	margin-left: initial;
	margin-top: -0.75rem;
}

.section-title--history {
	gap: 1rem;
}

.section-title--history .section-title__ja {
	padding-bottom: 0.625rem;
}

.section-title--episode {
	gap: 1rem;
}

.section-title--episode .section-title__circle::before {
	left: -0.875rem;
	top: 0.25rem;
}

.section-title--episode .section-title__ja {
	padding-bottom: 1.125rem;
}

.section-title--character {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	flex-direction: row-reverse;
	margin-left: auto;
	row-gap: initial;
}

.section-title--character .section-title__circle::before {
	left: -0.375rem;
	top: 0.5rem;
}

.section-title--character .section-title__ja {
	padding-bottom: 1rem;
	white-space: nowrap;
}

.section-title--book {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	flex-direction: row-reverse;
	margin-left: auto;
	row-gap: initial;
}

.section-title--book .section-title__ja {
	padding-bottom: 1.25rem;
}

.section-title--book .section-title__circle::before {
	left: -1rem;
	top: 0;
}

.section-title--comic .section-title__circle::before {
	left: -1rem;
	top: 0;
}

.section-title--comic .section-title__ja {
	padding-bottom: 1.25rem;
}

.share {
	padding-bottom: 10rem;
}

.share__container {
	grid-gap: 3.125rem;
	align-items: center;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
}

.share__read {
	border-bottom: 0;
	border-bottom: initial;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.share__list {
	border-left: 1px solid;
	gap: 1.875rem;
	margin-top: 0;
	margin-top: initial;
	padding-left: 3.75rem;
}

.special__title {
	padding-left: 25px;
	padding-right: 25px;
	top: 72.5%;
}

.special__title-text {
	-webkit-text-stroke: 0.625rem #fff;
	-webkit-text-stroke: 0.625rem var(--white);
	font-size: min(7.6388888889vw, 110px);
	line-height: 1.5;
}

.special__tilte-num {
	font-size: 8.125rem;
}

.history__ship {
	right: calc(50% - min(45.1388888889vw, 650px));
	top: -5rem;
	width: 9.75rem;
}

}

@media (min-width: 768px) {

html {
	scroll-padding-top: 5rem;
}

}

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

.episode__inner.inner {
	max-width: 1276px;
}

}

@media (min-width: 1215px) {

html {
	font-size: 16px;
}

}

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

.character__img1 {
	left: calc(50% - min(44.5833333333vw, 966px));
}

.character__img2 {
	right: calc(50% - min(42.7083333333vw, 966px));
}

.character__img4 {
	right: calc(50% - min(45.9375vw, 970px));
}

.character__container::after {
	width: max(1920px, 100vw);
}

.character__body {
	padding-bottom: 0.625rem;
	padding-top: 0;
	padding-top: initial;
}

.character__title {
	justify-content: initial;
}

.episode__compass {
	right: calc(50% - min(38.0729166667vw, 900px));
}

.history__inner::after {
	width: max(1920px, 100vw);
}

.history__container::after {
	width: max(1920px, 100vw);
}

.history__timeline {
	padding-left: 7.5rem;
}

.message__content {
	margin-top: 97px;
}

.section-title--character {
	margin-left: -1.25rem;
}

}

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

.character__container::before {
	left: 0;
	top: -6.1458333333vw;
	width: 39.2708333333vw;
}

.character__container::after {
	top: -6.25vw;
}

.countdown__circle {
	width: min(11.875vw, 300px);
}

.history__inner::before {
	bottom: -6.1458333333vw;
	left: -15.6168662155vw;
	width: 39.2708333333vw;
}

.history__inner::after {
	bottom: -6.25vw;
}

.history__container::before {
	top: -6.25vw;
	width: 39.2708333333vw;
}

.history__container::after {
	top: -6.25vw;
}

.history__wrapper::before {
	background-size: 100% auto;
}

.mv__flag-img {
	left: 0;
	width: min(46.3541666667vw, 1200px);
}

.mv__countdown {
	bottom: 27.5rem;
	top: auto;
	top: initial;
}

.history__ship {
	right: calc(50% - min(33.8541666667vw, 750px));
	top: -4.1666666667vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes circle {

0% {
	transform: translate(-50%, -50%) rotate(0deg);
}

100% {
	transform: translate(-50%, -50%) rotate(-360deg);
}

}

@keyframes rotateCompass {

100% {
	transform: rotate(360deg);
}

}

@keyframes scroll {

100% {
	height: 100%;
}

}

@keyframes ship {

0% {
	transform: translateY(0);
}

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

100% {
	transform: translateY(0);
}

}

@keyframes vapor {

0% {
	opacity: 0.2;
	transform: translate(-3%, 3%);
}

66% {
	opacity: 1;
	transform: translate(0, 0);
}

100% {
	opacity: 0;
}

}


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