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

@media (min-width: 768px) {
  .contents {
    padding-top: 210px;
    padding-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .contents {
    padding-top: 86px;
    padding-bottom: 25px;
  }
}

.news-detail {
  position: relative;
}
.news-detail .news__illust {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (min-width: 768px) {
  .news-detail .news__illust {
    width: 164px;
  }
}
@media (max-width: 767.98px) {
  .news-detail .news__illust {
    top: -60px;
    width: max(82px, 21.8666666667vw);
  }
}
.news-detail p:not([class]) {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .news-detail p:not([class]) {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .news-detail p:not([class]) {
    margin-top: 20px;
  }
}
.news-detail p a {
  color: #c60000;
  word-break: break-all;
  border-bottom: 1px dotted #c60000;
}
@media (min-width: 768px) {
  .news-detail p a {
    transition: opacity 0.3s;
  }
  .news-detail p a:hover {
    opacity: 0.6;
  }
}
.news-detail__wrapper {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .news-detail__wrapper {
    max-width: 940px;
    margin-inline: auto;
    margin-top: 90px;
  }
}
@media (max-width: 767.98px) {
  .news-detail__wrapper {
    margin-top: 50px;
  }
}
.news-detail__inner {
  padding-bottom: 150px;
  border-bottom: 7px double #fff;
}
@media (max-width: 767.98px) {
  .news-detail__inner {
    padding-bottom: 80px;
  }
}
.news-detail__date {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
}
.news-detail__date p.year {
  font-size: 12px;
  letter-spacing: 0.56px;
  writing-mode: vertical-rl;
}
@media (max-width: 767.98px) {
  .news-detail__date p.year {
    font-size: 8px;
    letter-spacing: 0.32px;
  }
}
.news-detail__date p.month-day {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.36px;
}
@media (max-width: 767.98px) {
  .news-detail__date p.month-day {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.news-detail__title {
  border-bottom: 1px solid #c60000;
}
@media (min-width: 768px) {
  .news-detail__title {
    padding-bottom: 20px;
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .news-detail__title {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.news-detail__title-4 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 1.8px;
}
@media (max-width: 767.98px) {
  .news-detail__title-4 {
    margin-top: 20px;
  }
}
.news-detail__title-5 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
}
@media (max-width: 767.98px) {
  .news-detail__title-5 {
    margin-top: 20px;
  }
}
.news-detail__text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
}
@media (max-width: 767.98px) {
  .news-detail__text {
    margin-top: 20px;
  }
}
.news-detail-img__left {
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .news-detail-img__left p:not([class]) {
    margin-top: 0;
  }
}
.news-detail-img__left img {
  float: left;
  width: 42.778%;
  height: auto;
  margin: 0 7% 20px 0;
}
@media (max-width: 767.98px) {
  .news-detail-img__left img {
    margin: 0 20px 5px 0;
  }
}
.news-detail-img__right {
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .news-detail-img__right p:not([class]) {
    margin-top: 0;
  }
}
.news-detail-img__right img {
  float: right;
  width: 42.778%;
  height: auto;
  margin: 0 0 20px 7%;
}
@media (max-width: 767.98px) {
  .news-detail-img__right img {
    margin: 0 0 5px 20px;
  }
}
.news-detail-img__twin {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 45px auto 0;
}
@media (max-width: 767.98px) {
  .news-detail-img__twin {
    margin: 20px auto 0;
  }
}
.news-detail-img__twin img {
  width: calc((100% - 90px) / 2);
  height: auto;
}
@media (max-width: 767.98px) {
  .news-detail-img__twin img {
    width: calc((100% - 20px) / 2);
  }
}
.news-detail__link {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .news-detail__link {
    margin-top: 20px;
  }
}
.news-detail__image {
  margin-top: 66px;
}
@media (max-width: 767.98px) {
  .news-detail__image {
    margin-top: 20px;
  }
}
.news-detail__image img {
  width: 100%;
  max-width: 794px;
  margin: 0 auto;
}
.news-detail-btn {
  display: block;
  width: 100%;
  max-width: 316px;
  padding: 16px 30px;
  margin: 65px 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;
}
.news-detail-btn:has(img) img {
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .news-detail-btn:hover {
    background-color: #c60000;
    background-blend-mode: hard-light;
  }
  .news-detail-btn:hover:has(img) img {
    opacity: 0.8;
  }
}
@media (max-width: 1023.98px) {
  .news-detail-btn {
    margin-top: 45px;
  }
}
.news-detail-btn__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.4px;
}
@media (max-width: 1023.98px) {
  .news-detail-btn__text {
    font-size: 20px;
    letter-spacing: 1.4px;
  }
}
.news-detail-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .news-detail-share {
    -moz-column-gap: 40px;
         column-gap: 40px;
    max-width: 588px;
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .news-detail-share {
    -moz-column-gap: 24px;
         column-gap: 24px;
    max-width: 307px;
    margin-top: 60px;
  }
}
.news-detail__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 1em;
}
.news-detail__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-detail .share-button {
  color: #fff;
}
.news-detail .share-button img {
  width: 100%;
}
.news-detail .share-button__logo img {
  width: 30px;
}
@media (max-width: 767.98px) {
  .news-detail .share-button__logo img {
    width: 24px;
    margin: 0 auto;
  }
}
.news-detail .share-button__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
}
@media (max-width: 767.98px) {
  .news-detail .share-button__text {
    padding-top: 10px;
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}
@media (max-width: 374.98px) {
  .news-detail .share-button__text {
    font-size: 10px;
  }
}
.news-detail .share-button:nth-of-type(1) {
  --share-button-color: #000;
}
.news-detail .share-button:nth-of-type(2) {
  --share-button-color: #1977f3;
}
.news-detail .share-button:last-child {
  --share-button-color: #05c755;
}
.news-detail .share-button a {
  display: flex;
  align-items: center;
  justify-content: var(--share-button-jc, center);
  width: var(--share-button-width);
  height: var(--share-button-height);
  cursor: pointer;
  background-color: var(--share-button-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .news-detail .share-button a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 8px 20px;
  }
}
@media (max-width: 767.98px) {
  .news-detail .share-button a {
    display: block;
    padding: 12px;
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-detail .share-button a:hover {
    --share-button-color: #c60000;
  }
}
.news-detail .common-button {
  --common-button-color: #fff;
  --common-button-hover: #f9eb4d;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .news-detail .common-button {
    --common-button-width: 205px;
    --common-button-height: 55px;
  }
}
@media (max-width: 767.98px) {
  .news-detail .common-button {
    --common-button-width: 156px;
    --common-button-height: 41px;
    --common-button-fz: 14px;
  }
}
.news-detail .common-title-box {
  margin-left: 145px;
}
.news-detail .common-title-box .common-title {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .news-detail .common-title-box .common-title img {
    width: max(138px, 138 * 100vw / 375);
  }
}
@media (max-width: 1023.98px) {
  .news-detail .common-title-box {
    margin-left: 25px;
  }
}
.news-detail .common-title-box .common-title {
  position: relative;
}
.news-detail .common-title-box .common-title::before, .news-detail .common-title-box .common-title::after {
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.news-detail .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) {
  .news-detail .common-title-box .common-title::before {
    width: 114px;
    height: 112px;
  }
}
.news-detail .common-title-box .common-title::before {
  top: -50px;
  left: -95px;
}
@media (max-width: 767.98px) {
  .news-detail .common-title-box .common-title::before {
    top: -50px;
    left: -60px;
  }
}

/* stylelint-disable-next-line no-descending-specificity */
p.goods-detail__button {
  /* stylelint-disable-next-line no-descending-specificity */
}
p.goods-detail__button a {
  color: #000;
  border-bottom: 1.5px solid #000;
  transition: color 0.4s;
}
p.goods-detail__button a:hover {
  opacity: 1;
}

.story-article-text {
  padding-top: 1.5em;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.story-article-text::after {
  display: block;
  clear: both;
  content: "";
}