@charset "UTF-8";
/* stylelint-disable scss/no-global-function-names */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle; /* 1 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* stylelint-disable scss/no-global-function-names */
@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blur-scale {
  0% {
    filter: blur(4px);
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-in {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(15px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(15px);
  }
  80% {
    transform: translateX(13px);
  }
  100% {
    transform: translateX(15px);
  }
}
@keyframes bounce-out {
  0% {
    transform: translateX(15px);
  }
  20% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0px);
  }
}
body {
  overflow-x: hidden;
  font-family: "Yu Gothic Pr6N", "游ゴシック", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #000;
  scrollbar-width: none;
}
body * {
  font-feature-settings: "palt";
  line-height: 1.6;
}
body.is-animation {
  overflow: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .without-sp {
    display: none !important;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.js-modal-trigger {
  cursor: pointer;
}

.contents {
  position: relative;
  overflow: hidden;
}

#app-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}

.deco-bg-smoke {
  background-image: url("/the-fable-anime/assets-v2/images/common/bg/bg_smoke.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.common-sub-title {
  font-family: "Krona One", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 70.4px */
  color: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .common-sub-title {
    font-size: 28px;
  }
}

.more-button {
  display: block;
  width: 95%;
  max-width: 280px;
  padding: 16px 30px;
  margin: 50px auto 0;
  text-align: center;
  border: 0.5px solid #fff;
  transition: background-color 0.3s ease-in-out, background-blend-mode 0.3s ease-in-out;
}
.more-button:has(img) img {
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .more-button:hover {
    background-color: #c60000;
    background-blend-mode: hard-light;
  }
  .more-button:hover:has(img) img {
    opacity: 0.8;
  }
}
@media (max-width: 1023.98px) {
  .more-button {
    margin-top: 30px;
  }
}
.more-button__text {
  font-family: "Krona One", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  /* 35.2px */
  color: #fff;
  letter-spacing: 1.54px;
}
@media (max-width: 1023.98px) {
  .more-button__text {
    font-size: 20px;
    letter-spacing: 1.4px;
  }
}

.end-mark {
  letter-spacing: 0;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.inview {
  animation: fade-in-up 0.3s ease-out forwards;
}

.fadeUp {
  opacity: 0;
  transition: var(--fade-up-transition, 0.6s) ease-in-out;
  transform: translateY(var(--fade-up-transform, 30%));
}
.fadeUp.inview {
  opacity: 1;
  transform: translateY(0);
}

.fadeDown {
  opacity: 0;
  transition: var(--fade-down-transition, 0.6s) ease-in-out;
  transform: translateY(var(--fade-down-transform, -10%));
}
.fadeDown.inview {
  opacity: 1;
  transform: translateY(0);
}

.fadeSlide-l {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transform: translateX(var(--fade-slide-transform, -20%));
}
.fadeSlide-l.inview {
  opacity: 1;
  transform: translateX(0);
}

.fadeSlide-r {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transform: translateX(var(--fade-slide-transform, 20%));
}
.fadeSlide-r.inview {
  opacity: 1;
  transform: translateX(0);
}

.rotate {
  opacity: 0;
  transform: rotate(180deg) scale(0.1, 0.1);
}
.rotate.inview {
  opacity: 1;
  transform: translate(0px, 0px);
}

.blurScale {
  opacity: 0;
}
.blurScale.inview {
  animation: blur-scale 0.5s 0.2s forwards;
}

.whole-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
}

.is-loaded .whole-mask {
  visibility: hidden;
  opacity: 0;
}

.body {
  background-image: url("/the-fable-anime/assets-v2/images/common/bg/bg_smoke.webp"), url("/the-fable-anime/assets-v2/images/common/bg/bg_base.webp");
  background-repeat: no-repeat, repeat-y;
  background-attachment: scroll, fixed;
  background-position: top center, top center;
  background-size: 100% auto, 100% auto;
}

.common-title-box {
  margin: 0 0 90px 150px;
}
.common-title-box .common-title {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .common-title-box .common-title img {
    width: max(278px, 278 * 100vw / 375);
  }
}
@media (max-width: 1023.98px) {
  .common-title-box {
    margin: 0 0 30px 20px;
  }
}
.common-title-box .common-title {
  position: relative;
}
.common-title-box .common-title::before, .common-title-box .common-title::after {
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.common-title-box .common-title::before {
  left: 0;
  width: 155px;
  height: 152px;
  background-image: url("/the-fable-anime/assets-v2/images/common/deco/deco-bullethole_1.webp");
}
@media (max-width: 767.98px) {
  .common-title-box .common-title::before {
    width: 114px;
    height: 112px;
  }
}
.common-title-box .common-title::after {
  right: 0;
  width: 177px;
  height: 189px;
  background-image: url("/the-fable-anime/assets-v2/images/common/deco/deco-bullethole_2.webp");
}
@media (max-width: 767.98px) {
  .common-title-box .common-title::after {
    width: 75px;
    height: 80px;
  }
}
.common-title-box .common-title::before {
  top: -50px;
  left: -95px;
}
@media (max-width: 767.98px) {
  .common-title-box .common-title::before {
    left: -10px;
    width: 132px;
    height: 129px;
  }
}
.common-title-box .common-title::after {
  top: -85px;
  right: -80px;
  width: 141px;
  height: 145px;
}
@media (max-width: 767.98px) {
  .common-title-box .common-title::after {
    top: -50px;
    right: 30px;
    width: 89px;
    height: 102px;
  }
}

.common-sub-title {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .common-sub-title {
    margin-bottom: 30px;
  }
}

.contents {
  position: relative;
}
.contents__illust {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .contents__illust {
    width: 171px;
  }
}
@media (max-width: 767.98px) {
  .contents__illust {
    width: max(85px, 22.6666666667vw);
  }
}
.contents__illust {
  top: 130px;
}
@media (max-width: 767.98px) {
  .contents__illust {
    top: 100px;
  }
}
@media (min-width: 768px) {
  .contents {
    padding-top: 180px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .contents {
    padding-top: 108px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .contents > .common-title img {
    width: max(278px, 74.1333333333vw);
  }
}

@media (min-width: 768px) {
  .staffcast__area:not(:first-child) {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .staffcast__area:not(:first-child) {
    margin-top: 40px;
  }
}
.staffcast__box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.staffcast__box:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .staffcast__list:not(:first-child) {
    margin-left: 80px;
  }
}
@media (max-width: 767.98px) {
  .staffcast__list:not(:first-child) {
    margin-left: 5.5%;
  }
}
.staffcast__desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  letter-spacing: 1.2px;
}
@media (max-width: 767.98px) {
  .staffcast__desc {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.staffcast__role {
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #c60000;
  text-align: center;
  letter-spacing: 1.6px;
}
@media (max-width: 767.98px) {
  .staffcast__role {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.staffcast__name {
  display: inline-block;
  margin-top: 24px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .staffcast__name {
    margin-top: 20px;
  }
}
.staffcast__name i {
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-left: 10px;
  content: url("/the-fable-anime/assets-v2/images/staffcast/icon-coment.webp");
  transition: filter 0.3s ease-in-out;
  will-change: filter;
}
@media (max-width: 767.98px) {
  .staffcast__name i {
    margin-left: 5px;
  }
}
.staffcast__name:has(i):hover {
  background-color: #c60000;
}
.staffcast__name:has(i):hover i {
  filter: brightness(0) invert(1);
}
.staffcast__notes {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.84px;
}
@media (max-width: 767.98px) {
  .staffcast__notes {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.staff__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .staff__inner.column-01 .staffcast__box {
    display: block;
  }
}
.staff__inner.column-01 .staffcast__box:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .staff__inner.column-01 .staffcast__box:not(:first-child) {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .staff__inner.column-01 .staffcast__list:not(:first-child) {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .staff__inner.column-01 .staffcast__list:not(:first-child) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .cast {
    margin-top: 124px;
  }
}
@media (max-width: 767.98px) {
  .cast {
    margin-top: 95px;
  }
}