@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 {
  position: relative;
  background-image: url("/the-fable-anime/assets-v2/images/common/bg/bg_base.webp");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: top center;
  background-size: 100% auto;
}
.body__illust {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .body__illust {
    width: 124px;
  }
}
@media (max-width: 767.98px) {
  .body__illust {
    width: max(63px, 16.8vw);
  }
}

.contents {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.comics {
  position: relative;
  overflow: hidden;
}
.comics__deco {
  position: absolute;
  top: 14%;
  left: 11%;
  z-index: 0;
  display: inline-block;
  width: 274px;
  pointer-events: none;
  content: "";
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .comics__deco {
    top: 8%;
    left: 0;
    width: max(127px, 33.8666666667vw);
  }
}
@media (min-width: 768px) {
  .comics {
    padding: 150px 20px;
  }
}
@media (max-width: 767.98px) {
  .comics {
    padding: 80px 20px;
  }
}
.comics__inner {
  max-width: 1135px;
  margin: 0 auto;
}
.comics__list {
  display: flex;
  justify-content: center;
  --fade-up-transition: 0.4s;
}
@media (min-width: 768px) {
  .comics__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 90px;
  }
}
@media (max-width: 767.98px) {
  .comics__list {
    flex-wrap: wrap;
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .comics__item {
    flex: 1;
    max-width: 256px;
  }
}
@media (max-width: 767.98px) {
  .comics__item {
    width: calc((100% - 10px) / 2);
    max-width: 160px;
  }
}
.comics__item img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #727171;
}
.comics__detail {
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .comics__detail {
    max-width: 1000px;
    margin-inline: auto;
  }
}
.comics__detail-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 180%; /* 36px */
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767.98px) {
  .comics__detail-title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.comics__detail-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media (max-width: 767.98px) {
  .comics__detail-text {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
    letter-spacing: 1.4px;
  }
}
.comics__banner {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}
@media (max-width: 767.98px) {
  .comics__banner {
    flex-wrap: wrap;
    row-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
    margin: 30px auto 0;
  }
}
@media (max-width: 549.98px) {
  .comics__banner {
    justify-content: flex-start;
    max-width: 335px;
  }
}
@media (min-width: 768px) {
  .comics__banner li {
    flex: 1;
    max-width: 279px;
  }
}
@media (max-width: 767.98px) {
  .comics__banner li {
    width: calc((100% - 14px) / 2);
    max-width: 160px;
  }
}
.comics-banner-item a {
  position: relative;
}
.comics-banner-item img {
  display: block;
  width: 100%;
  height: auto;
}
.comics-banner-item img.comics-banner-item__img--off {
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .comics-banner-item img.comics-banner-item__img--on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .comics-banner-item img.comics-banner-item__img--on {
    display: none;
  }
}
@media (min-width: 768px) {
  .comics-banner-item a:hover .comics-banner-item__img--off {
    opacity: 0;
  }
  .comics-banner-item a:hover .comics-banner-item__img--on {
    opacity: 1;
  }
}
.comics .common-title-box {
  text-align: right;
}
.comics .common-title-box .common-title {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .comics .common-title-box .common-title img {
    width: max(172px, 172 * 100vw / 375);
  }
}
.comics .common-title-box .common-title {
  position: relative;
}
.comics .common-title-box .common-title::before, .comics .common-title-box .common-title::after {
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.comics .common-title-box .common-title::after {
  right: 0;
  width: 155px;
  height: 152px;
  background-image: url("/the-fable-anime/assets-v2/images/common/deco/deco-bullethole_3.webp");
}
@media (max-width: 767.98px) {
  .comics .common-title-box .common-title::after {
    width: 81px;
    height: 80px;
  }
}
.comics .common-title-box .common-title::after {
  top: -126px;
  right: -80px;
}
@media (max-width: 767.98px) {
  .comics .common-title-box .common-title::after {
    top: -40px;
    right: -40px;
  }
}

.introduction {
  position: relative;
  background: rgba(198, 0, 0, 0.8);
}
.introduction__illust {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .introduction__illust {
    width: 146px;
  }
}
@media (max-width: 767.98px) {
  .introduction__illust {
    width: max(73px, 19.4666666667vw);
  }
}
@media (min-width: 768px) {
  .introduction {
    padding-block: 150px;
  }
}
@media (max-width: 767.98px) {
  .introduction {
    padding-block: 80px;
  }
}
.introduction__illust {
  bottom: 0;
}
.introduction__unit {
  position: relative;
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .introduction__unit {
    margin-top: 50px;
  }
}
.introduction__unit::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1929px;
  height: 1107px;
  pointer-events: none;
  content: "";
  background-image: url("/the-fable-anime/assets-v2/images/top/intro/bg_bullet.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.introduction__deco {
  position: absolute;
  top: 48%;
  right: 6%;
  z-index: 0;
  display: inline-block;
  width: 274px;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .introduction__deco {
    top: 60%;
    right: 5%;
    width: max(137px, 36.5333333333vw);
  }
}
.introduction__item {
  color: #fff;
  text-align: center;
  /* stylelint-disable-next-line no-descending-specificity */
}
@media (min-width: 768px) {
  .introduction__item {
    padding-inline: 15px;
    font-size: 20px;
    line-height: 1.8;
  }
  .introduction__item:not(:first-child) {
    margin-top: 77px;
  }
}
@media (max-width: 767.98px) {
  .introduction__item {
    font-size: 16px;
    line-height: 1.8;
  }
  .introduction__item:not(:first-child) {
    margin-top: 30px;
  }
}
.introduction__item img {
  margin-inline: auto;
}
.introduction__item:first-child img, .introduction__item:nth-child(2) img, .introduction__item:nth-child(3) img {
  position: relative;
  transition-delay: 0.4s;
}
@media (max-width: 767.98px) {
  .introduction__item:first-child img, .introduction__item:nth-child(2) img, .introduction__item:nth-child(3) img {
    width: max(335px, 89.3333333333vw);
  }
}
.introduction .common-title-box {
  text-align: center;
}
.introduction .common-title-box .common-title {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .introduction .common-title-box .common-title img {
    width: max(348px, 348 * 100vw / 375);
  }
}
.introduction .common-title-box .common-title {
  position: relative;
}
.introduction .common-title-box .common-title::before, .introduction .common-title-box .common-title::after {
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.introduction .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) {
  .introduction .common-title-box .common-title::before {
    width: 114px;
    height: 112px;
  }
}
.introduction .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) {
  .introduction .common-title-box .common-title::after {
    width: 75px;
    height: 80px;
  }
}
.introduction .common-title-box .common-title::before {
  top: -30px;
  left: -50px;
}
@media (max-width: 767.98px) {
  .introduction .common-title-box .common-title::before {
    top: -20px;
    left: -34px;
  }
}
.introduction .common-title-box .common-title::after {
  top: -95px;
  right: -4px;
}
@media (max-width: 767.98px) {
  .introduction .common-title-box .common-title::after {
    top: -36px;
    right: 0;
  }
}

.sns {
  position: relative;
  overflow: hidden;
  background: rgba(198, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .sns {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .sns {
    padding: 60px 0;
  }
}
.sns__list {
  position: relative;
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .sns__list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.sns__item {
  --fade-up-transition: 0.4s;
  list-style-type: none;
}
.sns__item::-webkit-details-marker {
  display: none;
}
.sns__btn {
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .sns__btn:hover {
    opacity: 0.65;
  }
}

.news {
  position: relative;
}
.news__illust {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .news__illust {
    width: 164px;
  }
}
@media (max-width: 767.98px) {
  .news__illust {
    width: max(82px, 21.8666666667vw);
  }
}
.news__illust {
  top: -100px;
}
@media (max-width: 767.98px) {
  .news__illust {
    top: -60px;
  }
}
.news__inner {
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .news__inner {
    -moz-column-gap: 41px;
         column-gap: 41px;
    justify-content: center;
    max-width: 1030px;
    min-height: calc(18vw + 85px);
    padding-top: 90px;
    padding-bottom: 100px;
    margin-inline: auto;
  }
}
@media (max-width: 767.98px) {
  .news__inner {
    flex-direction: column;
    -moz-column-gap: 30px;
         column-gap: 30px;
    min-height: calc(45vw + 65px);
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.news__list {
  --news-list-pi: 0;
}
@media (min-width: 768px) {
  .news__list {
    --news-list-mt: 0;
  }
}
@media (max-width: 767.98px) {
  .news__list {
    --news-list-mt: 15px;
  }
}
.news .common-button {
  --common-button-color: #fff;
  --common-button-hover: #f9eb4d;
  --common-button-txtcolor: #060505;
  --common-button-mi: 0;
  --common-button-a-height: 30px;
  --common-button-fz: 14px;
}
@media (min-width: 768px) {
  .news .common-button {
    --common-button-width: 129px;
    --common-button-height: 37px;
    --common-button-scale: scale3d(0.95, 0.85, 1);
    --common-button-a-margin: 3px;
    margin-top: 13px;
  }
  .news .common-button::before {
    --x-gradient: linear-gradient(
      90deg,
      var(--common-button-color) 0 6px,
      transparent 0 calc(100% - 6px),
      var(--common-button-color) calc(100% - 6px)
    );
    --y-gradient: linear-gradient(
      var(--common-button-color) 0 6px,
      transparent 0 calc(100% - 6px),
      var(--common-button-color) calc(100% - 6px)
    );
  }
}
@media (max-width: 767.98px) {
  .news .common-button {
    --common-button-width: 105px;
    --common-button-height: 35px;
  }
  .news .common-button a {
    --common-button-a-height: 30px;
  }
  .news .common-button::before {
    --x-gradient: linear-gradient(
      90deg,
      var(--common-button-color) 0 4px,
      transparent 0 calc(100% - 4px),
      var(--common-button-color) calc(100% - 4px)
    );
    --y-gradient: linear-gradient(
      var(--common-button-color) 0 4px,
      transparent 0 calc(100% - 4px),
      var(--common-button-color) calc(100% - 4px)
    );
  }
}
.news .news-button-more {
  display: block;
  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;
}
@media (max-width: 1023.98px) {
  .news .news-button-more {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .news .news-button-more:hover {
    background-color: #c60000;
    background-blend-mode: hard-light;
  }
}
.news .news-button-more__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) {
  .news .news-button-more__text {
    font-size: 20px;
    letter-spacing: 1.4px;
  }
}
.news .common-title-box {
  margin: 100px 0 0 145px;
}
.news .common-title-box .common-title {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .news .common-title-box .common-title img {
    width: max(138px, 138 * 100vw / 375);
  }
}
@media (max-width: 1023.98px) {
  .news .common-title-box {
    margin: 80px 0 0 25px;
  }
}
.news .common-title-box .common-title {
  position: relative;
}
.news .common-title-box .common-title::before, .news .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 .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 .common-title-box .common-title::before {
    width: 114px;
    height: 112px;
  }
}
.news .common-title-box .common-title::before {
  top: -50px;
  left: -95px;
}
@media (max-width: 767.98px) {
  .news .common-title-box .common-title::before {
    top: -50px;
    left: -60px;
  }
}

@media (min-width: 768px) {
  .banner {
    padding-block: 40px;
  }
}
@media (max-width: 767.98px) {
  .banner {
    padding-block: 20px;
  }
}
.banner__inner {
  padding-inline: 20px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .banner__inner {
    max-width: 1022px;
  }
}
.banner__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner__list {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .banner__list {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (min-width: 768px) {
  .banner__item {
    max-width: 320px;
  }
}
.banner__image a {
  position: relative;
}
.banner__image img {
  display: block;
  width: 100%;
  height: auto;
}
.banner__image img.banner__img--off {
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .banner__image img.banner__img--on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .banner__image img.banner__img--on {
    display: none;
  }
}
@media (min-width: 768px) {
  .banner__image a:hover .banner__img--off {
    opacity: 0;
  }
  .banner__image a:hover .banner__img--on {
    opacity: 1;
  }
}