@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #003856;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}
body.top {
  overflow: hidden;
}
body.top.-introend {
  overflow: inherit;
}
body.-fade {
  opacity: 0;
}
body.-gnav_open {
  overflow: hidden;
}
body.news {
  overflow: inherit;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
  display: block;
  outline: none;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

a {
  cursor: pointer;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: initial;
}

nav li:before {
  content: "";
  display: none;
}

.l-container {
  margin: 0 auto;
}
@media (max-width: 959px) {
  .-lower .l-container {
    padding: 0 5.2%;
  }
}
@media (min-width: 960px) {
  .-lower .l-container {
    max-width: 1000px;
    padding: 0 20px 100px;
  }
}
@media (min-width: 960px) {
  .character .l-container {
    max-width: 1040px;
    padding: 0 20px;
  }
}

.l-footer {
  background: #336078;
  color: #fff;
  position: relative;
}
@media (max-width: 959px) {
  .l-footer {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 100px;
    padding: 30px 20px 30px;
    text-align: center;
  }
  .character .l-footer {
    margin-top: 7.8vw;
  }
}
@media (min-width: 960px) {
  .l-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    padding: 40px;
  }
  .character .l-footer {
    margin-top: 0;
  }
}
.top .l-footer {
  margin-top: 0;
}
.-active .l-footer {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.-gnav_open .l-footer {
  filter: brightness(0.6);
  pointer-events: none;
}

@media (max-width: 959px) {
  .l-footer__cont {
    margin-top: 25px;
  }
}
.l-footer__navs {
  display: flex;
}
@media (max-width: 959px) {
  .l-footer__navs {
    gap: 0 10px;
    justify-content: center;
  }
}
@media (min-width: 960px) {
  .l-footer__navs {
    flex-shrink: 0;
    gap: 0 20px;
  }
}

.l-footer__navs__item {
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media (max-width: 959px) {
  .l-footer__navs__item {
    font-size: 0.75rem;
  }
}
@media (min-width: 960px) {
  .l-footer__navs__item {
    font-size: 0.8125rem;
  }
}
.l-footer__navs__item a {
  text-decoration: none;
}
.l-footer__navs__item::after {
  position: absolute;
  top: 50%;
  background: #fff;
  content: "";
  height: 100%;
  transform: translateY(-50%);
  width: 1px;
}
@media (max-width: 959px) {
  .l-footer__navs__item::after {
    left: -5px;
  }
}
@media (min-width: 960px) {
  .l-footer__navs__item::after {
    left: -10px;
  }
}
.l-footer__navs__item:first-child::after {
  display: none;
}

.l-footer__attcopyright {
  font-weight: 500;
}
@media (max-width: 959px) {
  .l-footer__attcopyright {
    font-size: 0.5625rem;
    line-height: 1.5555555556;
    margin-top: 16px;
  }
}
@media (min-width: 960px) {
  .l-footer__attcopyright {
    font-size: 0.625rem;
    line-height: 1.5;
    margin-top: 13px;
  }
}

:root {
  --screenHeight: 0;
}

body.-gnav_open {
  height: 100%;
  overflow: hidden;
}

.l-gnav {
  color: #fff;
}
@media (max-width: 1169px) {
  .l-gnav {
    position: fixed;
    top: 0;
    right: 0;
    background: #003856;
    height: 100vh;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    opacity: 0;
    padding: 75px 60px;
    transform: translateX(100%);
    transition: all 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1);
    width: 87.2%;
  }
}
@media (min-width: 1170px) {
  .l-gnav {
    align-items: center;
    display: flex;
    gap: 0 32px;
    padding-right: 24px;
  }
}
.-gnav_open .l-gnav {
  transform: translateX(0);
  opacity: 1;
  z-index: 10;
}
@media (max-width: 1169px) {
  .-gnav_open .l-gnav {
    overflow: auto;
  }
}

@-webkit-keyframes gnavIn {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gnavIn {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.l-gnav__item {
  font-weight: 700;
  background: linear-gradient(90deg, #a2e0ff 0%, #dcb9ff 100%);
  display: block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1169px) {
  .l-gnav__item + .l-gnav__item {
    margin-top: 8px;
  }
}
.l-gnav__item:nth-of-type(2n) {
  background: linear-gradient(90deg, #dcb9ff 0%, #a2e0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-gnav__item:nth-of-type(2n)::after {
  background: linear-gradient(90deg, #dcb9ff 0%, #a2e0ff 100%);
}
@media (max-width: 1169px) {
  .l-gnav__item {
    font-size: 1.5625rem;
    opacity: 0;
    display: inline-block;
  }
}
@media (min-width: 1170px) {
  .l-gnav__item {
    font-size: 1.25rem;
  }
}
.-gnav_open .l-gnav__item {
  -webkit-animation: gnavItemIn 0.5s 0s forwards;
          animation: gnavItemIn 0.5s 0s forwards;
}
.l-gnav__item:nth-of-type(1) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.l-gnav__item:nth-of-type(2) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.l-gnav__item:nth-of-type(3) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.l-gnav__item:nth-of-type(4) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.l-gnav__item:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.l-gnav__item:nth-of-type(6) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.l-gnav__item:nth-of-type(7) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.l-gnav__item:nth-of-type(8) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.l-gnav__item:nth-of-type(9) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.l-gnav__item:nth-of-type(10) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.l-gnav__item:nth-of-type(11) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.l-gnav__item:nth-of-type(12) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.l-gnav__item:nth-of-type(13) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.l-gnav__item:nth-of-type(14) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.l-gnav__item:nth-of-type(15) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.l-gnav__item.-active::after {
  -webkit-animation: navUnderline 0.3s 0s forwards ease;
          animation: navUnderline 0.3s 0s forwards ease;
}
@-webkit-keyframes navUnderline {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes navUnderline {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.l-gnav__item::after {
  position: absolute;
  left: 0;
  bottom: 0.3em;
  background: linear-gradient(90deg, #a2e0ff 0%, #dcb9ff 100%);
  content: "";
  height: 2px;
  transition: all 1s;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
}
.l-gnav__item a {
  display: block;
  height: 100%;
}
.l-gnav__item img {
  height: auto;
  width: 100%;
}

@-webkit-keyframes gnavItemIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes gnavItemIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.l-gnav__share {
  align-items: center;
  display: flex;
  opacity: 0;
  margin-top: 75px;
}
@media (min-width: 1170px) {
  .l-gnav__share {
    display: none;
  }
}
.-gnav_open .l-gnav__share {
  -webkit-animation: gnavItemIn 0.5s 0.6s forwards;
          animation: gnavItemIn 0.5s 0.6s forwards;
}

.l-gnav__share__ttl {
  background: #fff;
  height: 8.5px;
  -webkit-mask-image: url(../img/common/share/txt_share.svg);
          mask-image: url(../img/common/share/txt_share.svg);
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 43.5px;
}

.l-gnav__share__list {
  display: flex;
  margin-left: 17px;
}

.l-gnav__share__list__item {
  background: #fff;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  will-change: opacity transform;
}
.l-gnav__share__list__item + .l-gnav__share__list__item {
  margin-left: 15px;
}
.l-gnav__share__list__item.-line {
  height: 26px;
  -webkit-mask-image: url(../img/common/ico/ico_line.svg);
          mask-image: url(../img/common/ico/ico_line.svg);
  width: 27px;
}
.l-gnav__share__list__item.-x {
  height: 23px;
  -webkit-mask-image: url(../img/common/ico/ico_x.svg);
          mask-image: url(../img/common/ico/ico_x.svg);
  width: 22.5px;
}
.l-gnav__share__list__item a {
  display: block;
  height: 100%;
  width: 100%;
}

.l-gnav__trigger {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 48px;
  justify-content: center;
  position: relative;
  width: 48px;
}
@media (min-width: 1170px) {
  .l-gnav__trigger {
    display: none;
  }
}
.l-gnav__trigger span {
  background: #fff;
  display: block;
  height: 2px;
  width: 20px;
}
.-gnav_open .l-gnav__trigger.-open {
  filter: brightness(0.6);
}
.l-gnav__trigger.-close {
  position: fixed;
  top: 0;
  right: 0;
}
.l-gnav__trigger.-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.5px;
  width: 24px;
}
.l-gnav__trigger.-close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-gnav__trigger.-close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-gnav__copylight {
  font-size: 0.5625rem;
  color: #738fa8;
  margin-top: 40px;
  opacity: 0;
}
@media (min-width: 1170px) {
  .l-gnav__copylight {
    display: none;
  }
}
.-gnav_open .l-gnav__copylight {
  -webkit-animation: itemInOpa 0.5s 0.7s forwards;
          animation: itemInOpa 0.5s 0.7s forwards;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 56, 86, 0.8);
  width: 100%;
  z-index: 5;
}
@media (max-width: 1169px) {
  .l-header {
    height: 48px;
  }
}
@media (min-width: 1170px) {
  .l-header {
    height: 64px;
  }
}
.top .l-header {
  opacity: 0;
  transition: all 0.5s;
}
@media (min-width: 1170px) {
  .top .l-header {
    transform: translateY(-10px);
  }
}
.-gnav_open .l-header {
  background: rgba(0, 56, 86, 0.9);
}
@media (max-width: 1169px) {
  .-introend .l-header {
    -webkit-animation: itemInYM 0.5s 2s forwards ease-out;
            animation: itemInYM 0.5s 2s forwards ease-out;
  }
}
@media (min-width: 1170px) {
  .-showHeader .l-header {
    opacity: 1;
    transform: translateY(0);
  }
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1169px) {
  .l-header__inner {
    padding-left: 8px;
  }
}
@media (min-width: 1170px) {
  .l-header__inner {
    padding-left: 24px;
  }
}

.l-header__nav {
  align-items: center;
  display: flex;
}

.l-header__logo {
  background: url(../img/common/logo_w.svg) no-repeat top center/contain;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 1169px) {
  .l-header__logo {
    height: 31px;
    width: 88px;
  }
}
@media (min-width: 1170px) {
  .l-header__logo {
    height: 42px;
    width: 116px;
  }
}
.-gnav_open .l-header__logo {
  filter: brightness(0.6);
  pointer-events: none;
}

.l-header__x {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
@media (max-width: 1169px) {
  .l-header__x {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 1170px) {
  .l-header__x {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    height: 64px;
    width: 64px;
  }
}
.-gnav_open .l-header__x {
  filter: brightness(0.6);
}
@media (min-width: 1170px) {
  .l-header__x:hover img {
    filter: blur(1px);
    opacity: 0.75;
  }
}
.l-header__x img {
  height: auto;
}
@media (max-width: 1169px) {
  .l-header__x img {
    width: 15px;
  }
}
@media (min-width: 1170px) {
  .l-header__x img {
    transition: opacity 0.3s 0s ease;
    width: 21.7px;
  }
}

.l-link__banner__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 959px) {
  .l-link__banner__list {
    gap: 2.6vw;
  }
}
@media (min-width: 960px) {
  .l-link__banner__list {
    gap: 20px;
  }
}

@media (max-width: 959px) {
  .l-link__banner__item {
    width: 155px;
  }
}
@media (min-width: 960px) {
  .l-link__banner__item {
    width: 213px;
  }
}
.l-link__banner__item a {
  display: block;
  height: 100%;
  width: 100%;
}

.l-main {
  position: relative;
}
@media (max-width: 959px) {
  .l-main {
    min-height: calc(100vh - 48px - 240px);
  }
  .story .l-main, .character .l-main {
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  .l-main {
    min-height: calc(100vh - 64px - 170px);
  }
  .music .l-main {
    overflow: hidden;
  }
}
.l-main::after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  content: "";
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 4;
}
.-gnav_open .l-main::after {
  opacity: 1;
}

.l-pagebg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.l-pagebg__inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.l-pagebg__item {
  opacity: 0;
}
.-load .l-pagebg__item {
  -webkit-animation: itemInOpa 1.2s 0s forwards;
          animation: itemInOpa 1.2s 0s forwards;
}
.l-pagebg__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  will-change: filter;
  width: 100%;
}
.-load .l-pagebg__item::after {
  -webkit-animation: bgAnimeB 8s 2s infinite;
          animation: bgAnimeB 8s 2s infinite;
}
.l-pagebg__item.-item1::after {
  background: url(../img/common/bg/bg_1.png) no-repeat center/contain;
}
.l-pagebg__item.-item2::after {
  background: url(../img/common/bg/bg_2.png) no-repeat center/contain;
}
.l-pagebg__item.-item3::after {
  background: url(../img/common/bg/bg_3.png) no-repeat center/contain;
}
.l-pagebg__item.-item4::after {
  background: url(../img/common/bg/bg_4.png) no-repeat center/contain;
}
.l-pagebg__item.-item5::after {
  background: url(../img/common/bg/bg_5.png) no-repeat center/contain;
}
.l-pagebg__item.-item6::after {
  background: url(../img/common/bg/bg_6.png) no-repeat center/contain;
}
.l-pagebg__item.-item7::after {
  background: url(../img/common/bg/bg_4.png) no-repeat center/contain;
  transform: scaleY(-1);
}
.l-pagebg__item.-item1 {
  aspect-ratio: 380/289;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (max-width: 959px) {
  .l-pagebg__item.-item1 {
    position: absolute;
    top: -3.4vw;
    left: 47.9vw;
    width: 75.5vw;
  }
  .top .l-pagebg__item.-item1 {
    position: absolute;
    top: 1.3vw;
    left: -30.5vw;
    width: 53.6vw;
  }
}
@media (min-width: 960px) {
  .l-pagebg__item.-item1 {
    position: absolute;
    top: 116px;
    right: calc(50% + 243px);
    height: 380px;
    width: 289px;
  }
  .top .l-pagebg__item.-item1 {
    position: absolute;
    top: -130px;
    right: calc(50% + 496px);
    width: 412px;
  }
  .story.-detail .l-pagebg__item.-item1 {
    display: none;
  }
}
.l-pagebg__item.-item1::after {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.l-pagebg__item.-item2 {
  aspect-ratio: 340/416;
}
@media (max-width: 959px) {
  .l-pagebg__item.-item2 {
    position: absolute;
    top: 60.8vw;
    left: -23.5vw;
    width: 44.2vw;
  }
  .top .l-pagebg__item.-item2 {
    position: absolute;
    top: 182.2vw;
    left: -37vw;
    width: 70.4vw;
  }
  .character .l-pagebg__item.-item2 {
    position: absolute;
    top: 58.5vw;
    left: -27.4vw;
    transform: rotate(-95deg);
    width: 77.6vw;
  }
}
@media (min-width: 960px) {
  .l-pagebg__item.-item2 {
    position: absolute;
    top: 500px;
    right: calc(50% + 708px);
    width: 340px;
  }
  .top .l-pagebg__item.-item2 {
    position: absolute;
    top: 490px;
    right: calc(50% + 580px);
    width: 541px;
  }
}
.character .l-pagebg__item.-item2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (min-width: 960px) {
  .character .l-pagebg__item.-item2 {
    position: absolute;
    top: 454px;
    right: calc(50% + 48px);
    height: 598px;
    width: 598px;
  }
}
@media (min-width: 960px) {
  .character.-right .l-pagebg__item.-item2 {
    right: calc(50% - 520px);
  }
}
.-load .l-pagebg__item.-item2::after {
  -webkit-animation: bgAnimeP 8s 2s infinite;
          animation: bgAnimeP 8s 2s infinite;
}
.character .l-pagebg__item.-item2::after {
  background: url(../img/common/bg/bg_chara_1.png) no-repeat center/contain;
}
.l-pagebg__item.-item3 {
  aspect-ratio: 254/115;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 959px) {
  .l-pagebg__item.-item3 {
    position: absolute;
    top: 144vw;
    left: -6.6vw;
    height: 17.7vw;
    width: 39vw;
  }
}
@media (min-width: 960px) {
  .l-pagebg__item.-item3 {
    position: absolute;
    top: 906px;
    right: calc(50% + 379px);
    height: 115px;
    width: 254px;
  }
  .top .l-pagebg__item.-item3 {
    position: absolute;
    top: 150px;
    right: calc(50% + 258px);
    width: 254px;
  }
}
.l-pagebg__item.-item3::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.l-pagebg__item.-item4 {
  aspect-ratio: 592/440;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 959px) {
  .l-pagebg__item.-item4 {
    position: absolute;
    top: 140.2vw;
    left: 34.3vw;
    height: 50.7vw;
    width: 68.2vw;
  }
  .character .l-pagebg__item.-item4 {
    display: none;
  }
}
@media (min-width: 960px) {
  .l-pagebg__item.-item4 {
    position: absolute;
    top: -60px;
    left: calc(50% + 347px);
    height: 440px;
    width: 592px;
  }
  .top .l-pagebg__item.-item4 {
    position: absolute;
    top: -237px;
    left: calc(50% + 432px);
    width: 522px;
  }
}
.l-pagebg__item.-item5 {
  aspect-ratio: 860/640;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (max-width: 959px) {
  .l-pagebg__item.-item5 {
    position: absolute;
    top: 86.9vw;
    left: 75.9vw;
    width: 58.5vw;
  }
  .top .l-pagebg__item.-item5 {
    position: absolute;
    top: 39vw;
    left: 50%;
    height: 91.4vw;
    width: 64.5vw;
  }
}
@media (min-width: 960px) {
  .l-pagebg__item.-item5 {
    position: absolute;
    top: 518px;
    left: calc(50% + 662px);
    height: 316px;
    width: 450px;
  }
  .top .l-pagebg__item.-item5 {
    position: absolute;
    top: 740px;
    left: calc(50% + 272px);
    height: 578px;
    width: 408px;
  }
}
.l-pagebg__item.-item5::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.top .l-pagebg__item.-item5::after {
  background: url(../img/common/bg/bg_top.png) no-repeat center/contain;
}
.l-pagebg__item.-item6 {
  aspect-ratio: 860/640;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media (max-width: 959px) {
  .l-pagebg__item.-item6 {
    display: none;
  }
  .top .l-pagebg__item.-item6 {
    position: absolute;
    top: 195.3vw;
    left: 40%;
    display: block;
    height: 91.4vw;
    width: 64.5vw;
  }
}
@media (min-width: 960px) {
  .l-pagebg__item.-item6 {
    position: absolute;
    top: 777px;
    left: calc(50% - 85px);
    height: 640px;
    width: 860px;
  }
  .top .l-pagebg__item.-item6 {
    position: absolute;
    top: 480px;
    left: calc(50% + 784px);
    width: 412px;
  }
}
.l-pagebg__item.-item6::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 959px) {
  .top .l-pagebg__item.-item6::after {
    background: url(../img/common/bg/bg_top.png) no-repeat center/contain;
  }
}
.character .l-pagebg__item.-item6 {
  display: none;
}
.l-pagebg__item.-item7 {
  aspect-ratio: 592/440;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media (max-width: 959px) {
  .l-pagebg__item.-item7 {
    display: none;
  }
}
@media (min-width: 960px) {
  .top .l-pagebg__item.-item7 {
    position: absolute;
    top: 720px;
    right: calc(50% + 149px);
    width: 328px;
  }
}
.l-pagebg__item.-item7::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.l-pagebg__item.-top1 {
  aspect-ratio: 218/210;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: url(../img/top/story/bg_1.png) no-repeat center/contain;
}
@media (max-width: 959px) {
  .l-pagebg__item.-top1 {
    position: absolute;
    top: 71.6vw;
    left: 0vw;
    width: 44.7vw;
  }
}
@media (min-width: 960px) {
  .l-pagebg__item.-top1 {
    position: absolute;
    top: 390px;
    right: calc(50% + 207px);
    width: 218px;
  }
}
.l-pagebg__item.-top1::after {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pagebg__item.-top1::after {
  -webkit-animation: bgAnimeP 8s 2s infinite;
          animation: bgAnimeP 8s 2s infinite;
}
.l-pagebg__item.-top2 {
  aspect-ratio: 226/208;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: url(../img/top/story/bg_2.png) no-repeat center/contain;
}
@media (max-width: 959px) {
  .l-pagebg__item.-top2 {
    position: absolute;
    top: 138vw;
    left: 50%;
    width: 49.4vw;
  }
}
@media (min-width: 960px) {
  .l-pagebg__item.-top2 {
    position: absolute;
    top: 600px;
    left: calc(50% + 204px);
    width: 226px;
  }
}
.l-pagebg__item.-top2::after {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pagebg__item.-top2::after {
  -webkit-animation: bgAnimeP 8s 2s infinite;
          animation: bgAnimeP 8s 2s infinite;
}

@-webkit-keyframes bgAnimeP {
  0% {
    filter: hue-rotate(0);
  }
  40% {
    filter: hue-rotate(-40deg);
  }
  80% {
    filter: hue-rotate(0);
  }
  100% {
    filter: hue-rotate(0);
  }
}

@keyframes bgAnimeP {
  0% {
    filter: hue-rotate(0);
  }
  40% {
    filter: hue-rotate(-40deg);
  }
  80% {
    filter: hue-rotate(0);
  }
  100% {
    filter: hue-rotate(0);
  }
}
@-webkit-keyframes bgAnimeB {
  0% {
    filter: hue-rotate(0);
  }
  40% {
    filter: hue-rotate(60deg);
  }
  80% {
    filter: hue-rotate(0);
  }
  100% {
    filter: hue-rotate(0);
  }
}
@keyframes bgAnimeB {
  0% {
    filter: hue-rotate(0);
  }
  40% {
    filter: hue-rotate(60deg);
  }
  80% {
    filter: hue-rotate(0);
  }
  100% {
    filter: hue-rotate(0);
  }
}
.l-pageheader {
  color: #003856;
}
@media (max-width: 959px) {
  .l-pageheader {
    margin-bottom: 25px;
    padding: 70px 0 0 3.9vw;
  }
}
@media (min-width: 960px) {
  .l-pageheader {
    margin-bottom: 10px;
    padding: 102px 0 0 44px;
  }
}

.l-pageheader__ttl {
  position: relative;
  overflow: hidden;
}

.l-pageheader__ttl__main {
  position: relative;
}
@media (max-width: 959px) {
  .news .l-pageheader__ttl__main {
    width: 25vw;
  }
}
@media (min-width: 960px) {
  .news .l-pageheader__ttl__main {
    width: 184px;
  }
}
@media (max-width: 959px) {
  .onair .l-pageheader__ttl__main {
    width: 30.7vw;
  }
}
@media (min-width: 960px) {
  .onair .l-pageheader__ttl__main {
    width: 230px;
  }
}
@media (max-width: 959px) {
  .music .l-pageheader__ttl__main {
    width: 28.9vw;
  }
}
@media (min-width: 960px) {
  .music .l-pageheader__ttl__main {
    width: 206px;
  }
}
@media (max-width: 959px) {
  .staffcast .l-pageheader__ttl__main {
    width: 51.5vw;
  }
}
@media (min-width: 960px) {
  .staffcast .l-pageheader__ttl__main {
    width: 386px;
  }
}
@media (max-width: 959px) {
  .story .l-pageheader__ttl__main {
    width: 28.6vw;
  }
}
@media (min-width: 960px) {
  .story .l-pageheader__ttl__main {
    width: 200px;
  }
}
@media (max-width: 959px) {
  .character .l-pageheader__ttl__main {
    width: 55.7vw;
  }
}
@media (min-width: 960px) {
  .character .l-pageheader__ttl__main {
    width: 408px;
  }
}
@media (max-width: 959px) {
  .movie .l-pageheader__ttl__main {
    width: 29.4vw;
  }
}
@media (min-width: 960px) {
  .movie .l-pageheader__ttl__main {
    width: 218px;
  }
}
@media (max-width: 959px) {
  .special .l-pageheader__ttl__main {
    width: 35.1vw;
  }
}
@media (min-width: 960px) {
  .special .l-pageheader__ttl__main {
    width: 256px;
  }
}
@media (max-width: 959px) {
  .bddvd .l-pageheader__ttl__main {
    width: 50.5vw;
  }
}
@media (min-width: 960px) {
  .bddvd .l-pageheader__ttl__main {
    width: 388px;
  }
}
.top-story .l-pageheader__ttl__main {
  margin: 0 auto;
}
@media (max-width: 959px) {
  .top-story .l-pageheader__ttl__main {
    width: 41.1vw;
  }
}
@media (min-width: 960px) {
  .top-story .l-pageheader__ttl__main {
    width: 216px;
  }
}
.-load .top-story .l-pageheader__ttl__main path {
  -webkit-animation: none;
          animation: none;
}
.-reveal .top-story .l-pageheader__ttl__main path {
  -webkit-animation: mainttlIn 0.5s 0s forwards;
          animation: mainttlIn 0.5s 0s forwards;
}
.-load .top-story .l-pageheader__ttl__main path:last-of-type {
  -webkit-animation: none;
          animation: none;
}
.-reveal .top-story .l-pageheader__ttl__main path:last-of-type {
  -webkit-animation: tapeInLeft 0.5s 0.74s forwards;
          animation: tapeInLeft 0.5s 0.74s forwards;
}
.l-pageheader__ttl__main svg {
  position: relative;
  z-index: 1;
}
.l-pageheader__ttl__main path {
  opacity: 0;
}
.-load .l-pageheader__ttl__main path {
  -webkit-animation: mainttlIn 0.5s 0s forwards;
          animation: mainttlIn 0.5s 0s forwards;
}
.l-pageheader__ttl__main path:last-of-type {
  transform: translateX(0);
}
.-load .l-pageheader__ttl__main path:last-of-type {
  -webkit-animation: tapeInLeft 0.5s 0s forwards;
          animation: tapeInLeft 0.5s 0s forwards;
}
.staffcast.-load .l-pageheader__ttl__main path:last-of-type {
  -webkit-animation: tapeInLeft 0.5s 0.94s forwards;
          animation: tapeInLeft 0.5s 0.94s forwards;
}
.-skipheader .l-pageheader__ttl__main path:last-of-type {
  -webkit-animation: none;
          animation: none;
}
.staffcast .l-pageheader__ttl__main path:nth-last-of-type(2) {
  transform: translateX(0);
}
.staffcast.-load .l-pageheader__ttl__main path:nth-last-of-type(2) {
  -webkit-animation: tapeInLeft 0.5s 0.9s forwards;
          animation: tapeInLeft 0.5s 0.9s forwards;
}
.-skipheader .l-pageheader__ttl__main path:nth-last-of-type(2) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(1) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(1) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(2) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(2) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(3) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(3) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(4) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(4) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(5) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(5) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(6) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(6) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(7) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(7) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(8) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(8) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(9) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(9) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(10) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(11) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(11) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(12) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(12) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(13) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(13) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(14) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(14) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(15) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(15) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(16) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(16) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(17) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(17) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(18) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(18) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(19) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(19) {
  -webkit-animation: none;
          animation: none;
}
.-load .l-pageheader__ttl__main path:nth-of-type(20) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.-skipheader .l-pageheader__ttl__main path:nth-of-type(20) {
  -webkit-animation: none;
          animation: none;
}
.-skipheader .l-pageheader__ttl__main path {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
.l-pageheader__ttl__main::before, .l-pageheader__ttl__main::after {
  opacity: 0;
  content: "";
  z-index: 0;
}
.-load .l-pageheader__ttl__main::before, .-load .l-pageheader__ttl__main::after {
  opacity: 1;
}
.-skipheader .l-pageheader__ttl__main::before, .-skipheader .l-pageheader__ttl__main::after {
  transition: none;
  opacity: 1;
}
.-load .top-story .l-pageheader__ttl__main::before, .-load .top-story .l-pageheader__ttl__main::after {
  opacity: 0;
}
.-reveal .top-story .l-pageheader__ttl__main::before, .-reveal .top-story .l-pageheader__ttl__main::after {
  opacity: 1;
}
.l-pageheader__ttl__main::before {
  transition: all 0.5s 1s;
  background: url(../img/common/pageheader/deco_1.svg) no-repeat center/contain;
}
@media (max-width: 959px) {
  .l-pageheader__ttl__main::before {
    position: absolute;
    top: 1.3vw;
    right: -3.2vw;
    height: 4.1vw;
    width: 6.2vw;
  }
}
@media (min-width: 960px) {
  .l-pageheader__ttl__main::before {
    position: absolute;
    top: 5px;
    right: -24px;
    height: 32px;
    width: 48px;
  }
}
.l-pageheader__ttl__main::after {
  transition: all 0.5s 1.2s;
  background: url(../img/common/pageheader/deco_2.svg) no-repeat center/contain;
}
@media (max-width: 959px) {
  .l-pageheader__ttl__main::after {
    position: absolute;
    top: 0.5vw;
    right: -5.3vw;
    height: 5.4vw;
    width: 6.7vw;
  }
}
@media (min-width: 960px) {
  .l-pageheader__ttl__main::after {
    position: absolute;
    top: 0;
    right: -50px;
    height: 42px;
    width: 52px;
  }
}

@-webkit-keyframes mainttlIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

@keyframes mainttlIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}
.l-pageheader__ttl__sub {
  color: #99afbb;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0;
}
@media (max-width: 959px) {
  .l-pageheader__ttl__sub {
    font-size: 2.6vw;
    margin-top: 1vw;
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}
@media (min-width: 960px) {
  .l-pageheader__ttl__sub {
    font-size: 0.625rem;
    transform-origin: left;
    margin-top: 8px;
  }
}
.-load .l-pageheader__ttl__sub {
  -webkit-animation: headeritemSubIn 1s 0.5s forwards;
          animation: headeritemSubIn 1s 0.5s forwards;
}
@media (min-width: 960px) {
  .-load .l-pageheader__ttl__sub {
    -webkit-animation: headeritemSubInTopPc 1s 0.5s forwards;
            animation: headeritemSubInTopPc 1s 0.5s forwards;
  }
}
.top-story .l-pageheader__ttl__sub {
  transform-origin: center;
  text-align: center;
}
@media (max-width: 959px) {
  .top-story .l-pageheader__ttl__sub {
    transform: scale(0.6);
  }
}
.-load .top-story .l-pageheader__ttl__sub {
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 959px) {
  .-reveal .top-story .l-pageheader__ttl__sub {
    -webkit-animation: headeritemSubInTopSp 1s 0.5s forwards;
            animation: headeritemSubInTopSp 1s 0.5s forwards;
  }
}
@media (min-width: 960px) {
  .-reveal .top-story .l-pageheader__ttl__sub {
    -webkit-animation: headeritemSubInTopPc 1s 0.5s forwards;
            animation: headeritemSubInTopPc 1s 0.5s forwards;
  }
}
.bddvd .l-pageheader__ttl__sub {
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .bddvd .l-pageheader__ttl__sub {
    margin-top: 0.3vw;
  }
}
@media (min-width: 960px) {
  .bddvd .l-pageheader__ttl__sub {
    margin-top: 5px;
  }
}
.-skipheader .l-pageheader__ttl__sub {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes headeritemSubIn {
  0% {
    opacity: 0;
    transform: translateX(10px) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(0.7);
  }
}

@keyframes headeritemSubIn {
  0% {
    opacity: 0;
    transform: translateX(10px) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(0.7);
  }
}
@-webkit-keyframes headeritemSubInTopSp {
  0% {
    opacity: 0;
    transform: translateX(10px) scale(0.6);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(0.6);
  }
}
@keyframes headeritemSubInTopSp {
  0% {
    opacity: 0;
    transform: translateX(10px) scale(0.6);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(0.6);
  }
}
@-webkit-keyframes headeritemSubInTopPc {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes headeritemSubInTopPc {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.l-pageheader__ttl__ja {
  font-weight: 900;
  letter-spacing: 0.3em;
  line-height: 1;
  opacity: 0;
}
@media (max-width: 959px) {
  .l-pageheader__ttl__ja {
    font-size: 2.8vw;
    margin-top: 1vw;
  }
}
@media (min-width: 960px) {
  .l-pageheader__ttl__ja {
    font-size: 1rem;
    transform-origin: left;
    margin-top: 14px;
  }
}
.-load .l-pageheader__ttl__ja {
  -webkit-animation: headeritemIn 1s 0.6s forwards;
          animation: headeritemIn 1s 0.6s forwards;
}
.top-story .l-pageheader__ttl__ja {
  text-align: center;
}
.-load .top-story .l-pageheader__ttl__ja {
  -webkit-animation: none;
          animation: none;
}
.-reveal .top-story .l-pageheader__ttl__ja {
  -webkit-animation: headeritemIn 1s 0.6s forwards;
          animation: headeritemIn 1s 0.6s forwards;
  transform-origin: center;
}
.-skipheader .l-pageheader__ttl__ja {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes headeritemIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes headeritemIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.l-pageheader__bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: bottom right;
}
@media (max-width: 959px) {
  .l-pageheader__bg {
    background: url(../img/common/pageheader/bg_nrw.png) no-repeat center/contain;
    height: 50vw;
    width: 28.1vw;
  }
}
@media (min-width: 960px) {
  .l-pageheader__bg {
    background: url(../img/common/pageheader/bg_wide.png) no-repeat center/contain;
    height: 352px;
    width: 224px;
  }
}
.-load .l-pageheader__bg {
  -webkit-animation: pageheaderBgIn 1.5s 0s forwards;
          animation: pageheaderBgIn 1.5s 0s forwards;
}
.-skipheader .l-pageheader__bg {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes pageheaderBgIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pageheaderBgIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.l-sidenav {
  background: #003856;
  color: #fff;
}
@media (min-width: 960px) {
  .l-sidenav {
    width: 15.8%;
  }
}

@media (min-width: 960px) {
  .l-sidenav__fxdwrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 15.8%;
  }
}

@-webkit-keyframes itemInY {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes itemInY {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itemInYM {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInYM {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itemInOpa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes itemInOpa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes itemInOpaBlur {
  0% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes itemInOpaBlur {
  0% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes itemOutOpa {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes itemOutOpa {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes tapeInLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapeInRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapeOutRight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@keyframes tapeOutRight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@media (max-width: 959px) {
  .top-news .c-btn-more {
    margin-top: 5.2vw;
    text-align: right;
  }
}
@media (min-width: 960px) {
  .top-news .c-btn-more {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 960px) {
  .top-news .c-btn-more.c-visible_nrw {
    display: none;
  }
}
.story .c-btn-more {
  text-align: center;
}
@media (max-width: 959px) {
  .story .c-btn-more {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .story .c-btn-more {
    margin-top: 100px;
  }
}
@media (max-width: 959px) {
  .movie .c-btn-more {
    margin-right: 3.2vw;
    margin-top: 4.5vw;
    text-align: right;
  }
}
@media (min-width: 960px) {
  .movie .c-btn-more {
    position: absolute;
    top: 50%;
    right: 30px;
    color: #fff;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.c-btn-more__btn {
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (max-width: 959px) {
  .c-btn-more__btn {
    font-size: 3.6vw;
    padding-right: 14.3vw;
    transition: all 0.2s;
  }
  .story .c-btn-more__btn {
    margin-top: 11vw;
  }
}
@media (min-width: 960px) {
  .c-btn-more__btn {
    font-size: 1.125rem;
    padding-right: 50px;
  }
  .top-news .c-btn-more__btn {
    font-size: 0.9vw;
    padding-right: 2.6vw;
  }
}
.c-btn-more__btn::before, .c-btn-more__btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 999px;
  content: "";
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media (max-width: 959px) {
  .c-btn-more__btn::before, .c-btn-more__btn::after {
    height: 11.4vw;
    width: 11.4vw;
  }
}
@media (min-width: 960px) {
  .c-btn-more__btn::before, .c-btn-more__btn::after {
    height: 40px;
    width: 40px;
  }
  .top-news .c-btn-more__btn::before, .top-news .c-btn-more__btn::after {
    height: 2vw;
    width: 2vw;
  }
}
.top-news .c-btn-more__btn::before, .story .c-btn-more__btn::before {
  background: #003856;
}
.movie .c-btn-more__btn::before {
  background: #003856;
}
@media (min-width: 960px) {
  .movie .c-btn-more__btn::before {
    background: #fff;
  }
}
.c-btn-more__btn::after {
  background: #fff;
  -webkit-mask: url(../img/common/ico/ico_arw_s_n.svg) no-repeat center/contain;
          mask: url(../img/common/ico/ico_arw_s_n.svg) no-repeat center/contain;
  transform: translate(0, -50%) scaleX(-1);
}
@media (min-width: 960px) {
  .c-btn-more__btn::after {
    -webkit-mask: url(../img/common/ico/ico_arw_s_w.svg) no-repeat center/contain;
            mask: url(../img/common/ico/ico_arw_s_w.svg) no-repeat center/contain;
  }
  .movie .c-btn-more__btn::after {
    background: #003856;
  }
}
.c-btn-more__btn:hover::after {
  transform: translate(5px, -50%) scaleX(-1);
}
.c-btn-more__btn a {
  display: block;
  height: 100%;
  width: 100%;
}

.c-btn-back {
  font-weight: 900;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: all 0.2s;
}
@media (max-width: 959px) {
  .c-btn-back {
    font-size: 0.8125rem;
  }
}
@media (min-width: 960px) {
  .c-btn-back {
    font-size: 1rem;
  }
}
.c-btn-back a {
  display: inline-block;
  position: relative;
}
.c-btn-back a::before, .c-btn-back a::after {
  position: absolute;
  top: 50%;
  border-radius: 999px;
  content: "";
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media (max-width: 959px) {
  .c-btn-back a::before, .c-btn-back a::after {
    height: 36px;
    left: -45px;
    width: 36px;
  }
}
@media (min-width: 960px) {
  .c-btn-back a::before, .c-btn-back a::after {
    height: 40px;
    left: -50px;
    width: 40px;
  }
}
.c-btn-back a::before {
  background: #003856;
}
.c-btn-back a::after {
  background: #fff;
  -webkit-mask: url(../img/common/ico/ico_arw_s_n.svg) no-repeat center/contain;
          mask: url(../img/common/ico/ico_arw_s_n.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .c-btn-back a::after {
    -webkit-mask: url(../img/common/ico/ico_arw_s_w.svg) no-repeat center/contain;
            mask: url(../img/common/ico/ico_arw_s_w.svg) no-repeat center/contain;
  }
}
@media (min-width: 960px) {
  .c-btn-back a:hover::after {
    transform: translate(-5px, -50%);
  }
}

.c-josefin {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

.c-shippor {
  font-family: "Shippori Mincho", serif;
}

.c-notoserif {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.c-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.c-cormo {
  font-family: "Cormorant", serif;
}

.c-hover_br {
  transition: opacity 0.3s 0s ease;
}
@media (min-width: 960px) {
  .c-hover_br:hover {
    filter: blur(1px);
    opacity: 0.75;
  }
}

.c-hover_op {
  transition: opacity 0.3s 0s ease;
}
@media (min-width: 960px) {
  .c-hover_op:hover {
    opacity: 0.6;
  }
}

.c-hover_sc {
  transition: transform 0.2s 0s ease;
}
@media (min-width: 960px) {
  .c-hover_sc:hover {
    transform: scale(1.05);
  }
}

@media (min-width: 960px) {
  .c-inner {
    max-width: 900px;
  }
}

.c-deco-line {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/deco/deco_line.svg);
  background-repeat: repeat-x;
  width: 0;
}
@media (max-width: 959px) {
  .c-deco-line {
    background-size: 0.7vw 0.3vw;
    height: 0.3vw;
  }
}
@media (min-width: 960px) {
  .c-deco-line {
    background-size: 0.3vw 0.1vw;
    height: 0.1vw;
  }
}
.-reveal .c-deco-line {
  -webkit-animation: lineIn 0.8s 0s forwards;
          animation: lineIn 0.8s 0s forwards;
}
.-inmodal .c-deco-line {
  -webkit-animation: lineIn 0.8s 0s forwards;
          animation: lineIn 0.8s 0s forwards;
}
@media (max-width: 959px) {
  .c-deco-line.-line1 {
    top: 30px;
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line1 {
    top: 40px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line1 {
    top: 50px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line1 {
    top: 60px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line1 {
    top: 2.2vw;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line2 {
    top: 60px;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line2 {
    top: 80px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line2 {
    top: 100px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line2 {
    top: 120px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line2 {
    top: 4.4vw;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line3 {
    top: 90px;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line3 {
    top: 120px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line3 {
    top: 150px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line3 {
    top: 180px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line3 {
    top: 6.6vw;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line4 {
    top: 120px;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line4 {
    top: 160px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line4 {
    top: 200px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line4 {
    top: 240px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line4 {
    top: 8.8vw;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line5 {
    top: 150px;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line5 {
    top: 200px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line5 {
    top: 250px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line5 {
    top: 300px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line5 {
    top: 11vw;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line6 {
    top: 180px;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line6 {
    top: 240px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line6 {
    top: 300px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line6 {
    top: 360px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line6 {
    top: 13.2vw;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line7 {
    top: 210px;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line7 {
    top: 280px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line7 {
    top: 350px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line7 {
    top: 420px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line7 {
    top: 15.4vw;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line8 {
    top: 240px;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line8 {
    top: 320px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line8 {
    top: 400px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line8 {
    top: 480px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line8 {
    top: 17.6vw;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line9 {
    top: 270px;
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line9 {
    top: 360px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line9 {
    top: 450px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line9 {
    top: 540px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line9 {
    top: 19.8vw;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line10 {
    top: 300px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line10 {
    top: 400px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line10 {
    top: 500px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line10 {
    top: 600px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line10 {
    top: 22vw;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line11 {
    top: 330px;
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line11 {
    top: 440px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line11 {
    top: 550px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line11 {
    top: 660px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line11 {
    top: 24.2vw;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line12 {
    top: 360px;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line12 {
    top: 480px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line12 {
    top: 600px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line12 {
    top: 720px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line12 {
    top: 26.4vw;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line13 {
    top: 390px;
    -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line13 {
    top: 520px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line13 {
    top: 650px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line13 {
    top: 780px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line13 {
    top: 28.6vw;
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line14 {
    top: 420px;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line14 {
    top: 560px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line14 {
    top: 700px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line14 {
    top: 840px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line14 {
    top: 30.8vw;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
}
@media (max-width: 959px) {
  .c-deco-line.-line15 {
    top: 450px;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
}
@media (min-width: 400px) {
  .c-deco-line.-line15 {
    top: 600px;
  }
}
@media (min-width: 500px) {
  .c-deco-line.-line15 {
    top: 750px;
  }
}
@media (min-width: 600px) {
  .c-deco-line.-line15 {
    top: 900px;
  }
}
@media (min-width: 960px) {
  .c-deco-line.-line15 {
    top: 33vw;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
}

@-webkit-keyframes lineIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.moviemodal__iframe {
  position: relative;
}
.moviemodal__iframe:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.moviemodal__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}

.moviemodal__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -4px;
  padding: 0 24px;
}
@media (min-width: 960px) {
  .moviemodal__nav {
    margin: 24px -4px;
    padding: 0;
  }
}

.moviemodal__nav__item {
  background: #aabec8;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 4px;
  padding: 6px;
  text-align: center;
  transition: 0.3s 0s ease;
  width: calc(50% - 8px);
  font-size: 0.75rem;
}
@media (min-width: 960px) {
  .moviemodal__nav__item {
    font-size: 0.9375rem;
  }
}
.moviemodal__nav__item.-active, .moviemodal__nav__item:hover {
  background: #77c8c9;
}

body.-inmodal {
  height: 100%;
  overflow: hidden;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  height: 100%;
  opacity: 0;
  overflow: auto;
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.c-modal.-nocenter {
  align-items: flex-start;
}
.c-modal.-active {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes openModal {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes openModal {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.c-modal__inner {
  margin: 0 auto;
  max-width: 920px;
  position: relative;
  width: 100%;
}
.illustmodal .c-modal__inner {
  height: 90vh;
}
.c-modal__inner .illustmodal__inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.c-modal__inner .illustmodal__inner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.-img .c-modal__inner {
  height: 100%;
  max-height: 90vh;
  position: relative;
  width: 100%;
}
.-img .c-modal__inner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.c-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 44px;
  transition: all 0.3s 0s ease;
  width: 44px;
}
@media (min-width: 960px) {
  .c-modal__close {
    position: fixed;
    top: 32px;
    right: 32px;
    height: 80px;
    width: 80px;
  }
}
.c-modal__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #808080;
  content: "";
  height: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
}
.c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #808080;
  content: "";
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
}
.c-modal__close:hover {
  opacity: 0.5;
  transform: scale(1.25);
}

.c-scrollreveal {
  opacity: 0;
}
@media (max-width: 959px) {
  .c-scrollreveal {
    transform: translateY(20px);
  }
}
@media (min-width: 960px) {
  .c-scrollreveal {
    transform: translateY(30px);
  }
}
@media (max-width: 959px) {
  .c-scrollreveal.-reveal {
    -webkit-animation: itemInSp 1s 0s forwards;
            animation: itemInSp 1s 0s forwards;
  }
}
@media (min-width: 960px) {
  .c-scrollreveal.-reveal {
    -webkit-animation: itemInPc 1s 0s forwards;
            animation: itemInPc 1s 0s forwards;
  }
}

@-webkit-keyframes itemInSp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes itemInSp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itemInPc {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInPc {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-subttl {
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-align: center;
}
@media (max-width: 959px) {
  .c-subttl {
    font-size: 5rem;
  }
  .onair .c-subttl {
    font-size: 4.0625rem;
  }
  .-streaming .c-subttl {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 960px) {
  .c-subttl {
    font-size: 7rem;
  }
}
.c-subttl .ttl_en {
  background: linear-gradient(135deg, #e9cae6 0%, #ddcbe6 21.38%, #bdcce6 44.24%, #a4cee6 67.87%, #89e9ff 83.54%, #89e9ff 100%);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
.c-subttl .ttl_ja {
  position: absolute;
  top: 46%;
  left: 50%;
  background: #003856;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  color: #fff;
  font-weight: 600;
  line-height: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 959px) {
  .c-subttl .ttl_ja {
    font-size: 0.6875rem;
    padding: 1px 4px 3px;
    top: 55%;
  }
  .-streaming .c-subttl .ttl_ja {
    letter-spacing: 0;
  }
}
@media (min-width: 960px) {
  .c-subttl .ttl_ja {
    font-size: 0.875rem;
    padding: 2px 5px 4px;
  }
  .-cast .c-subttl .ttl_ja {
    top: 54%;
  }
}
.c-subttl .ttl_ja::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #003856;
  content: "";
  height: 100%;
  transform-origin: right;
  transition: transform 0.5s 0.7s;
  width: 100%;
}
.-reveal .c-subttl .ttl_ja::after {
  transform: scaleX(0);
}
.-reveal .c-subttl .ttl_ja {
  -webkit-animation: tapeInLeft 0.5s 0.2s forwards;
          animation: tapeInLeft 0.5s 0.2s forwards;
}

.c-svg-filler {
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}

.c-visible_nrw {
  display: block;
}
@media (min-width: 960px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 959px) {
  .c-visible_wide {
    display: none;
  }
}