@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@500&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1:wght@600;700;800&family=Cinzel:wght@400..900&display=swap");

/*---
-reset
-base：基本のスタイル
-animation：アニメーション設定
-　Utilities：共通パーツ
-each-style ：各スタイル
 ーheader
 -mainvisual
 -common_element：各エリア、見出しまわり、各コンテンツ
 -footer
---*/
/* =======================================================================
　reset
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 1em;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  padding: 12px 0.5em;
}

caption,
th,
td {
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  outline: none;
  color: #fff;
  text-decoration: none;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:active {
  color: #fff;
}

a img {
  border: none;
}

img {
  height: auto;
  width: 100%;
  line-height: 1;
  vertical-align: top;
}

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

textarea:not([rows]) {
  min-height: 10em;
}

/* =======================================================================
　base
========================================================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.65;
  font-family: "Noto Serif JP", sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 0;
}

html[lang="en"] body {
  word-break: keep-all;
  overflow-wrap: normal;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  background: rgba(4, 15, 68, 0.86) url(../img/bg_magic_circle.jpg) center top /
    cover no-repeat;
  transform: translateZ(0);
}

@supports (height: 100lvh) {
  body::before {
    height: 100lvh;
  }
}

@media (min-width: 768px) {
  body::before {
    background-position: center center;
  }
}

section > *:last-child {
  margin-bottom: 0 !important;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.45;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.5rem;
}

/* Larger than phablet */
@media (min-width: 768px) {
  body {
    font-size: 1.9rem;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 5.6rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 1.9rem;
  }
}
/* Spacing */
button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Misc*/
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

hr.hr_kazari {
  width: 100%;
  /* height: 4px; */
  display: block;
  border-top: 0;
  /* border-bottom: 4px double #8f8f8f; */
}

hr.hr_kazari::before {
  content: "";
  display: inline-block;
  width: 38.6em;
  height: 1px;
  margin: 0 0.45em;
  vertical-align: middle;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5),
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.5)
  );
}

.comment-cont hr.hr_kazari {
  /* border-bottom: 4px double #8f8f8f; */
}

@media (min-width: 768px) {
  hr.hr_kazari {
    margin-top: 2.5em;
    margin-bottom: 3em;
  }

  #Character hr.hr_kazari {
    margin-top: 2em;
    margin-bottom: 2.5em;
  }

  .comment-cont hr.hr_kazari {
    margin-top: 1.75em;
    margin-bottom: 2em;
  }
}

/* =======================================================================
　Animation
========================================================================== */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUP {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*fadeDown*/
@keyframes fadeDown {
  0% {
    opacity: 0;
    padding-top: 4%;
  }
  to {
    opacity: 1;
    padding-top: 0;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    padding-top: 4%;
  }
  to {
    opacity: 1;
    padding-top: 0;
  }
}
/* =======================================================================
　Utilities //共通パーツ u-name
========================================================================== */
.u-sp {
  display: block;
}

.u-txt-left {
  text-align: left;
}

.u-txt-space {
  letter-spacing: 1em;
}

.u-f-75 {
  font-size: 75%;
  font-weight: normal;
}

.u-f-80 {
  font-size: 80%;
  font-weight: normal;
}

.u-color-yellow {
  color: #f2e866;
  font-weight: 600;
  font-size: 1.04em;
}

@media all and (min-width: 768px) {
  .u-sp {
    display: none;
  }
  .br-sp {
    display: none;
  }
}
/* =======================================================================
　each-style
========================================================================== */
/*ALL*/
/* ----- header/main ----- */
.is-english header {
  position: absolute;
  top: 8.5%;
  left: 0;
  width: 100%;
  text-align: left;
}

.main-wrapper {
  position: relative;
  z-index: 3;
}

/*mainvisual*/
.is-english .main-wrapper h1 {
  width: 73%;
  margin: 0 5.3% 0;
}

.main-wrapper > * {
  z-index: 1;
}

.is-english .main-wrapper figure {
  display: block;
  width: 43.67%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: -1.5vw;
  margin-left: -3.95vw;
  transform: rotate(6deg);
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.34);
  z-index: 0;
}

.logo-right {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 95px;
  height: 30px;
  text-align: right;
  margin: 0;
  z-index: 1;
}

.main-wrapper .mainvisual .fv-menu-toggle {
  display: none;
  appearance: none;
  border: 1px solid rgba(187, 224, 255, 0.72);
  background: linear-gradient(
    145deg,
    rgba(10, 31, 86, 0.92),
    rgba(10, 31, 86, 0.62)
  );
  border-radius: 3px;
  width: 46px;
  height: 46px;
  padding: 0 11px;
  cursor: pointer;
  z-index: 13;
  -webkit-tap-highlight-color: transparent;
}

.main-wrapper .mainvisual .fv-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #edf5ff;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.main-wrapper .mainvisual .fv-menu-toggle span + span {
  margin-top: 7px;
}

.main-wrapper.is-fv-menu-open .mainvisual .fv-menu-toggle span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.main-wrapper.is-fv-menu-open .mainvisual .fv-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.main-wrapper.is-fv-menu-open .mainvisual .fv-menu-toggle span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.btn-menu {
  position: absolute;
  top: 26px;
  right: 10px;
  width: 23%;
}

.btn-menu img {
  width: 100%;
  height: auto;
}

/* ----- language switch ----- */
.language-switcher {
  position: absolute;
  left: 1em;
  top: 1em;
  padding: 0.15em 1em 0.25em;
  background: rgb(23 19 55 / 90%);
  border-radius: 30px;
  box-shadow: 0px 0px 18px 0px rgba(197, 198, 250, 0.6);
  z-index: 9;
}

.language-switcher ul {
  display: flex;
  margin-bottom: 0;
  gap: 0.6em;
}

.language-switcher li {
  list-style: none;
}

.language-switcher a {
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

.language-switcher a.is-current {
  text-decoration: underline;
  pointer-events: none;
}

.language-switcher a:hover {
  opacity: 0.6;
}

@media all and (max-width: 767px) {
  .language-switcher {
    padding: 2vw 2.5vw 1.8vw;
  }
  .language-switcher li {
    line-height: 2.6vw;
  }
  .language-switcher a {
    font-size: 2.6vw;
  }
}

/* ----- FV arrangement ----- */
.main-wrapper {
  max-width: none;
  margin: 0;
  padding: 0;
}

.mainvisual {
  position: relative;
  min-height: 100svh;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mainvisual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(8, 18, 65, 0.32) 0%,
    rgba(8, 18, 65, 0.14) 45%,
    rgba(3, 5, 22, 0.5) 100%
  );
  z-index: 1;
}

.mainvisual-bg,
.mainvisual-bg img {
  width: 100%;
  height: 100%;
}

.mainvisual-bg {
  position: absolute;
  inset: 0;
}

.mainvisual-bg img {
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(1.06);
  opacity: 0.55;
}

.fv-kv {
  width: min(45.5%, 700px);
  position: relative;
  left: auto;
  bottom: auto;
  margin-left: 0;
  margin: 0;
  transform: rotate(6deg) translate(1.5%, 0.8%);
  transform-origin: bottom left;
  box-shadow: 22px 22px 34px rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.fv-kv img {
  aspect-ratio: 893/1264;
  object-fit: cover;
}

.logo-right {
  z-index: 2;
  width: min(15vw, 180px);
  top: 14px;
  right: 18px;
}

main {
  isolation: isolate;
}

main::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0) 20%,
    rgba(10, 25, 74, 0.6) 100%
  );
}

.contents-wrapper {
  position: relative;
  z-index: 1;
}

.contents-wrapper section {
  border-radius: 0;
  overflow: hidden;
  margin: 0 auto;
}

.contents-wrapper section:not(.sec-intro) {
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.contents-wrapper section:not(.sec-intro)::before,
.contents-wrapper section:not(.sec-intro)::after {
  content: none;
}

.sec-intro {
  margin: 0 auto;
  background: none;
  border: 0;
  border-radius: 0;
}

.title_h_lv2 b::before,
.title_h_lv2 b::after {
  content: "";
  display: inline-block;
  width: 2.6em;
  height: 1px;
  margin: 0 0.45em;
  vertical-align: middle;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5),
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.5)
  );
}

.sec-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
}

@media all and (min-width: 768px) {
  .main-wrapper {
    padding: 0;
  }
  .mainvisual {
    aspect-ratio: 16/8.95;
    min-height: 0;
  }
  .fv-kv {
    position: absolute;
    right: 6.2%;
    bottom: -38px;
    width: min(45vw, 720px);
    margin: 0;
  }
}

@media all and (min-width: 768px) and (max-width: 1366px) {
  .fv-kv {
    right: 4.7%;
    bottom: -24px;
    width: min(47vw, 620px);
  }
}

@media all and (max-width: 767px) {
  .main-wrapper {
    padding-top: 0;
  }
  .mainvisual-bg img {
    opacity: 1;
  }
  .mainvisual {
    aspect-ratio: 375 / 625;
    min-height: 580px;
  }
  .fv-kv {
    display: block;
    width: min(62%, 260px);
    transform: rotate(3deg);
  }
  .logo-right {
    width: 110px;
    top: 11px;
    right: 10px;
  }
  .title_h_lv2 b::before,
  .title_h_lv2 b::after {
    width: 1em;
  }
}
/*----------------------------------------------------
common_element
----------------------------------------------------*/
/*cont共通*/
.container {
  text-align: center;
  position: relative;
  animation: fade 2.5s ease 0s 1 normal;
  -webkit-animation: fade 2.5s ease 0s 1 normal;
}

main {
  position: relative;
}

.contents-wrapper {
  box-shadow: 0px 7px 10px -6px rgba(65, 61, 124, 0.25) inset;
}

.contents-wrapper section:not(.sec-intro) {
  padding: 35px 15px 50px;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/*共通飾り枠*/
/*見出しまわり*/
.title_h_lv2 {
  display: inline-block;
  margin-bottom: 0.75em;
  width: 100%;
}

.title_h_lv2 b {
  color: #fff;
  font-weight: 600;
  font-size: clamp(2.4rem, 8.4vw, 4.6rem);
  font-family: "Cinzel";
  display: inline-block;
  z-index: 1;
  line-height: 1em;
  text-shadow:
    0px 0px 10px #202591,
    0px 0px 10px #202591,
    0px 0px 10px #202591;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: nowrap;
}

.title_h_lv2 span {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 900;
  font-family: "Noto Serif JP";
  margin-top: 0.75em;
  letter-spacing: 0.01em;
  text-shadow:
    0px 0px 10px #202591,
    0px 0px 10px #202591;
}

.title_h_lv3 {
  color: #fff;
  font-family: "Cinzel";
  font-size: 2.9rem;
  font-weight: 600;
}

/*INFO*/
.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-item {
  width: 100%;
  border: 1px solid #bcb8d9;
  background-color: #fff;
  margin-bottom: 3rem;
  overflow: hidden;
}

/*アニメ化決定テキスト*/
.title-big {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: 0.035em;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}

.title-big span {
  text-shadow:
    0 0 7px rgba(167, 205, 250, 0.95),
    0 0 27px rgba(197, 198, 250, 0.95);
}

.title-big strong {
  font-weight: 600;
  text-shadow:
    0 0 7px rgba(167, 205, 250, 0.95),
    0 0 27px rgba(197, 198, 250, 0.85);
  color: #f2e866;
}

.sns-embed-wrap {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  overflow-y: auto;
}

.sns-embed-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Introduction*/
.intro-lead {
  font-weight: normal;
  margin-bottom: 4rem;
  line-height: 2.5em !important;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
  color: #fff;
  text-shadow:
    0px 0px 10px #202591,
    0px 0px 10px #202591,
    0px 0px 10px #202591;
}

.sec-inner > *:last-child {
  margin-bottom: 0 !important;
}

.sec-intro {
  position: relative;
  padding-bottom: 5vw;
  z-index: 1;
}

.sec-intro-en {
  padding: 0 15px;
}

/*Cast&Staff Music*/
.sec-box {
  position: relative;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.9em 1.5em;
  font-weight: 500;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(23, 19, 55, 0.3);
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(23, 19, 55, 0.95) 100%
  );
}

.sec-box::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.sec-box > *:last-child {
  margin-bottom: 0;
}

/*Slider*/
.slider-chara-wrap {
  margin: 0 auto;
  position: relative;
}

.slider-chara .slick-slide {
  height: auto;
  overflow: hidden;
}

.slider-chara .slick-slide > img {
  display: block;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 193px;
  height: auto;
  object-fit: cover;
}

.slide-cont-txt p {
  font-size: 1.4rem;
  line-height: 2.1em;
  text-align: left;
  margin-bottom: 0;
  font-weight: normal;
}

.slide-cont-txt h3 {
  font-size: 2.3rem;
  color: #f2e866;
  margin-bottom: 0.65em !important;
}

.slide-cont-txt h4 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
}

.slide-cont-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 19px;
}

.slide-cont-head h4 {
  margin-bottom: 0;
}

.slide-cont-head .link-comment {
  margin: 0;
  text-align: center;
}

.thumbs_dots {
  margin: 10px 0 0;
}

.thumbs_list {
  margin-bottom: 0;
}

.thumbs_list li {
  display: inline-block;
  width: 112px;
  height: 0;
  padding-top: 112px;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.3s;
  border-radius: 50%;
  position: relative;
  margin: 1%;
}

.thumbs_list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border: 1px solid #fffff7;
}

.thumbs_list li.slick-active {
  opacity: 1;
}

.thumbs_list li.slick-active::after {
  border: 2px solid #f2e866;
}

.title-name {
  color: #f2e866;
  font-size: 1.4rem;
  font-weight: 500;
}

.name-list tr {
  text-align: center;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
}

.name-list-tr-music {
  display: flex !important;
  flex-direction: column !important;
}

.name-list td {
  vertical-align: top;
}

.name-list .list1-2 td {
  width: 50%;
}

.name-list tr.list-3-chara {
  max-width: 100%;
}

.name-list tr td {
  display: table-cell;
}

.shoei {
  width: clamp(40%, 2vw, 20%);
  margin: 0 8px;
  border: 1px solid #7a7c89;
}

.svg-logo {
  padding: 0.6em 0 0.3em;
  width: 152px;
  height: auto;
}

.link-comment {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.2em 0.5em 0.2em 1em;
  border: 1px solid #f2e866;
  width: 9.5em;
  margin: 0.65em auto 0;
  border-radius: 15px;
  color: #f2e866 !important;
  letter-spacing: 0.02em;
}

.link-comment:hover {
  background-color: #f2e866;
  color: #202591 !important;
}

.link-comment_btn img {
  display: inline-block !important;
  width: 31px;
  height: 25px;
  margin-left: 0.25em;
}

/*footer */
/* ----- pagetop ----- */
.to-top {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  appearance: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0 !important;
  pointer-events: none !important;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transform: translateY(0) scale(0.9);
  border-radius: 999px;
  overflow: visible;
}

body.is-loading .to-top {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden;
}

.to-top::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(23, 19, 55, 0.55) 0%,
    rgba(23, 19, 55, 0.22) 45%,
    rgba(23, 19, 55, 0) 70%
  );
  filter: blur(2px);
  opacity: 0.9;
  z-index: -1;
}

.to-top.is-show {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1);
}

.to-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 0 2px rgba(10, 25, 74, 0.95))
    drop-shadow(0 0 10px rgba(10, 25, 74, 0.65))
    drop-shadow(0 0 14px rgba(255, 255, 255, 0.22));
}

.clock-long,
.clock-short {
  transform-origin: 50% 50%;
  transition: transform 1s ease-in-out;
}

/*footer-----------------------*/
footer {
  margin-top: 20px;
  padding: 1.25em 0.5em 2.25em;
  width: 100%;
  background: #171337e6;
  color: #fff;
  position: relative;
  z-index: 1;
}

footer p {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.25em;
  margin: 0;
  letter-spacing: 0.05em;
}

/*SP*/
@media all and (max-width: 767px) {
  /* ----- header/main ----- */
  .is-english header {
    top: 4.69vw;
  }
  html[lang="en"] .name-list td {
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .is-english .main-wrapper figure {
    display: none;
  }
  /* ----- nav ----- */
  /*----------------------------------------------------
  common_element
  ----------------------------------------------------*/
  /*SP用*/
  .title-big {
    font-size: 6vw;
  }
  .contents-wrapper section.sec-info {
    padding: 40px 15px 25px;
  }
  .sec-box table {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  /*slider*/
  .thumbs_list {
    margin-left: auto;
    margin-right: auto;
  }
  .thumbs_list li {
    width: 95px;
    padding-top: 95px;
  }
  .link-comment_btn img {
    width: 26px;
    height: 20px;
    margin-left: 0.35em;
  }
  .name-list tr.list-3-chara {
    max-width: 480px;
  }
  .name-list .list1-2 td,
  .name-list .list1-3 td {
    width: 100%;
    display: block;
  }
  .svg-logo {
    width: 138px;
    height: auto;
  }
  /*footer */
}
@media all and (max-width: 480px) {
  .u-ls-narrow {
    letter-spacing: -0.01em;
  }
  .link-comment {
    width: 8.45em;
  }
}
@media all and (max-width: 615px) {
  .thumbs_list {
    max-width: 315px;
  }
  .thumbs_list li {
    width: 30%;
    padding-top: 30%;
  }
}
/*PC（more than tablet）*/
@media all and (min-width: 768px) {
  /* ----- header/main ----- */
  .is-english header {
    width: 100%;
    top: 7.05vw;
  }
  /*mainvisual*/
  .is-english .main-wrapper h1 {
    width: 44.5%;
    margin: 0 0 0 2.4%;
  }
  .logo-right {
    width: 12.59%;
    max-width: 172px;
    height: auto;
    right: 1.9vw;
    top: 0.95vw;
  }
  .btn-menu {
    width: 12.9%;
    top: -1.15vw;
  }
  /* ----- nav ----- */
  #local_nav h2 {
    font-size: 4.6rem;
  }
  #local_nav li {
    font-size: 2.8rem;
  }
  #local_nav li a {
    padding: 1em;
  }
  /*----------------------------------------------------
  common_element
  ----------------------------------------------------*/
  /*TAB/PC用*/
  .contents-wrapper {
    box-shadow: 0px 10px 15px -6px rgba(65, 61, 124, 0.23) inset;
  }
  .contents-wrapper section:not(.sec-intro) {
    padding: 80px 20px 110px;
  }
  .contents-wrapper section.sec-info {
    padding: clamp(52px, 6.75vw, 84px) 20px clamp(33px, 4.25vw, 56px);
  }
  .title_h_lv2 span {
    font-size: 1.8rem;
    padding-bottom: 1.6em;
  }
  .title_h_lv3 {
    margin-bottom: 1em;
    font-size: 3.5rem;
  }
  .flex-box {
    column-gap: 40px;
    flex-wrap: nowrap;
  }
  .flex-item {
    width: 50%;
  }
  .title-big {
    padding: 0.3em 0.07em 0.325em;
    font-size: clamp(3.6rem, 4.685vw, 5.2rem);
    text-align: center;
  }
  .sec-intro {
    padding: 0 0 7vw;
  }
  .intro-lead {
    font-size: 2rem;
    line-height: 2.65em !important;
  }
  .sec-box {
    padding: 3em 3em;
  }
  #Character .sec-box {
    padding: 3.75em 3em;
  }
  /*slider*/
  .slider-chara-wrap {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-chara .slick-slide > img {
    width: 34.5%;
    max-width: 368px;
    float: left;
    margin-right: 1.5em;
  }
  .slide-cont-txt {
    text-align: left;
  }
  .slide-cont-txt p {
    font-size: 1.7rem;
    line-height: 2.235em;
  }
  .slide-cont-txt h3 {
    font-size: 2.9rem;
    margin-top: 1.2em;
  }
  .slide-cont-txt h4 {
    font-size: 1.9rem;
  }
  .ltr-space {
    letter-spacing: -0.015em;
  }
  .title-name {
    font-size: 1.7rem;
  }
  .name-list tr {
    min-width: 300px;
  }
  .name-list tbody > tr {
    margin-bottom: 0.5em;
  }
  .name-list th,
  .name-list td {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .name-list .list1-2 {
    max-width: 390px;
  }
  .name-list tr.list-3-chara {
    max-width: 580px;
  }
  .link-comment {
    display: block;
    font-size: 1.2rem;
  }
  /*footer */
  /*footer-----------------------*/
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title_h_lv2 b {
    font-size: clamp(3.2rem, 3.4vw, 5.2rem);
    line-height: 1.02;
  }
  .title_h_lv2 span {
    font-size: 1.5rem;
  }
  .title_h_lv3 {
    font-size: 3rem;
  }
  .intro-lead {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1366px) {
  .logo-right {
    right: 27px;
    top: 13px;
  }
  .btn-menu {
    max-width: 200px;
    right: 8px;
    top: -1.85vw;
  }
}
@media all and (min-width: 768px) {
  footer {
    padding: 1.25em 0.5em 4em;
  }
  footer small {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .to-top {
    width: 100px;
    height: 100px;
  }
}

/* ----- FV final overrides (JP, flex layout) ----- */
.main-wrapper .mainvisual {
  width: 100%;
  margin: 0;
}

.main-wrapper .fv-layout {
  position: relative;
  z-index: 2;
}

.main-wrapper .fv-header .fv-nav {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.main-wrapper .fv-header .fv-nav ul {
  margin: 0;
  padding: 0;
}

.main-wrapper .fv-header .fv-nav li {
  list-style: none;
}

.main-wrapper .fv-header .fv-nav a {
  display: block;
  text-align: center;
  border: 1px solid rgba(187, 224, 255, 0.65);
  background: linear-gradient(
    145deg,
    rgba(10, 31, 86, 0.86),
    rgba(10, 31, 86, 0.5)
  );
  font-family: "Cinzel", sans-serif;
  letter-spacing: 0.02em;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

@media all and (min-width: 768px) {
  .main-wrapper .mainvisual {
    min-height: 0;
    width: 100%;
    height: 56.25vw;
    margin: 0 auto;
  }
  .main-wrapper .fv-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4vw;
    padding: 4.65vw 4.6vw 1.72vw;
  }
  .main-wrapper .fv-header {
    flex: 0 1 56%;
    min-width: 0;
  }
  .main-wrapper .fv-header h1 {
    width: 100%;
    max-width: 45.5vw;
    margin: 0 auto 0.8vw;
  }
  .main-wrapper .fv-header .title-big {
    margin: 0 0 0.58em;
    transform: none;
    font-size: 3.4vw;
    line-height: 1.16;
    padding: 0.24em 0.52em 0.3em;
  }
  .main-wrapper .fv-header .fv-nav ul {
    width: 100%;
    max-width: 27.3vw;
    display: flex;
    flex-direction: column;
    gap: 0.42vw;
  }
  .main-wrapper .fv-header .fv-nav a {
    font-size: 1.6vw;
    padding: 0.56em 0.62em 0.62em;
  }
  .main-wrapper .fv-header .fv-nav a:hover {
    color: #202591;
    background: rgba(233, 243, 255, 0.95);
    transform: translateY(-2px);
  }

  .main-wrapper .mainvisual .fv-kv {
    position: relative;
    flex: 0 0 auto;
    width: 38.4vw;
    margin: 0 0 10.1vw;
    transform: rotate(5.2deg);
    transform-origin: bottom left;
    box-shadow: 24px 24px 35px rgba(0, 0, 0, 0.4);
    z-index: 3;
  }
  .main-wrapper .mainvisual .logo-right {
    top: 0.8vw;
    right: 1.2vw;
    width: 9.6vw;
    z-index: 5;
  }
}

@media all and (max-width: 767px) {
  .mainvisual::after {
    content: none;
  }

  .main-wrapper .fv-layout {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    padding: 90px 4.2vw 20px;
  }
  .main-wrapper .fv-header {
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .main-wrapper .fv-header h1 {
    width: 80%;
    margin: 0 auto 16px;
  }
  .main-wrapper .fv-header .title-big {
    margin: 0 0 0.84em;
    transform: none;
    font-size: 8.2vw;
    line-height: 1.18;
    padding: 0.3em 0.58em 0.34em;
  }
  .main-wrapper.has-fv-menu .mainvisual .fv-menu-toggle {
    display: block;
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 52px);
    right: 4.2vw;
  }
  .main-wrapper.has-fv-menu .fv-header .fv-nav {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 108px);
    right: 4.2vw;
    width: min(76vw, 300px);
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease;
    z-index: 12;
  }
  .main-wrapper.has-fv-menu .fv-header .fv-nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .main-wrapper .fv-header .fv-nav a {
    width: 100%;
    min-width: 0;
    font-size: 4.6vw;
    padding: 0.68em 0.5em;
  }
  .main-wrapper.has-fv-menu.is-fv-menu-open .fv-header .fv-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-wrapper .mainvisual .fv-kv {
    display: none;
  }
}

@media print {
  .container {
    background-attachment: scroll;
  }
} /*# sourceMappingURL=style.css.map */
