@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 {
  /* @include MQ_WIDE {
      font-size: clamp(
          6400 div 580px,
          // 最小値
          16 div 58000vw,
          // 可変部分
          16px // 最大値
      );
  } */
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cbcbcb;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}
body[data-time=light] {
  background: #e6e4e3;
  color: #000;
}
body[data-time=dark] {
  background: #000;
  color: #fff;
}

img {
  width: 100%;
}

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

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

a {
  cursor: pointer;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
  scrollbar-gutter: stable;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* 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;
}

.pin-spacer {
  pointer-events: none;
}

.l-contents {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  pointer-events: none;
  position: relative;
}
[data-time=light] .l-contents {
  color: #000;
}
[data-time=dark] .l-contents {
  color: #fff;
}

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

@keyframes contentFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.l-contents__inner {
  overflow: hidden;
  position: relative;
  pointer-events: all;
  transition: none !important;
}

.l-contents__layer {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  z-index: 5;
}
.l-contents__layer::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: "";
  height: max(100vh, 250vw);
  -webkit-mask-image: url(/assets/img/common/mask/mask.png);
          mask-image: url(/assets/img/common/mask/mask.png);
  -webkit-mask-position: 50% 0%;
          mask-position: 50% 0%;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: max(100vw, 40vh);
  will-change: mask-position, opacity;
}
.l-contents__layer.-light::after {
  background: #e6e4e3;
}
[data-time=dark][data-change=true] .l-contents__layer.-light::after {
  -webkit-animation: displayMaskAnime2 1s 0s steps(16) forwards;
          animation: displayMaskAnime2 1s 0s steps(16) forwards;
}
.l-contents__layer.-dark::after {
  background: #000;
}
[data-time=light][data-change=true] .l-contents__layer.-dark::after {
  -webkit-animation: displayMaskAnime2 1s 0s steps(16) forwards;
          animation: displayMaskAnime2 1s 0s steps(16) forwards;
}

@-webkit-keyframes displayMaskAnime2 {
  0% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%;
    opacity: 1;
  }
  99% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes displayMaskAnime2 {
  0% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%;
    opacity: 1;
  }
  99% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    opacity: 0;
    visibility: hidden;
  }
}
.l-footer {
  background: #000;
  padding: 56px;
}

.l-footer__inner {
  position: relative;
}

.l-foote__top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.l-footer__navs {
  display: flex;
}

.l-footer__navs__item {
  border-left: 1px solid #aaaaaa;
  color: #aaaaaa;
  line-height: 1;
}
.l-footer__navs__item:nth-last-of-type(1) {
  border-right: 1px solid #aaaaaa;
}
.l-footer__navs__item a {
  text-decoration: none;
}

.l-footer__attcopyright {
  font-size: 0.75rem;
  color: #aaaaaa;
}

.l-foote__banner {
  display: block;
  text-align: center;
}

.l-foote__banner__item {
  display: block;
}

.l-footer__share {
  color: #fff;
  position: relative;
}

.l-footer__share__ttl {
  line-height: 1;
}
.l-footer__share__ttl img {
  width: 100%;
}

.l-footer__share__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}

.l-footer__share__item {
  line-height: 1;
  position: relative;
}
.l-footer__share__item .c-arw {
  content: "";
}
.l-footer__share__item a {
  display: block;
  height: 100%;
}
.l-footer__share__item img {
  height: 100%;
  vertical-align: top;
}
.l-footer__share__item:hover {
  color: #ec1014;
}
.l-footer__share__item:hover .c-arw {
  -webkit-animation: itemInScaleX 0.2s 0s;
          animation: itemInScaleX 0.2s 0s;
  border-color: #ec1014 !important;
}
.l-footer__share__item:hover .c-arw::after {
  background: #ec1014 !important;
}

.l-footer__btn__top {
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
}

.l-gnav {
  transition: all 0.3s ease;
  height: 100svh;
  overflow: auto;
}
.l-gnav.-active {
  z-index: 6;
}

.l-gnav__container {
  background: url(/assets/img/common/bg/bg_light_nrw.webp) no-repeat 0 0/contain, #121212;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.l-gnav__main {
  flex-grow: 1;
}

.l-gnav__list__item {
  color: #e0a751;
  transform: scaleX(0.96);
  transform-origin: left;
  font-variation-settings: "opsz" 10;
  overflow: hidden;
}
.l-gnav__list__item.-cs {
  opacity: 0.2;
}
.l-gnav__list__item a {
  display: inline-block;
  transform: translateY(100%);
}
[data-isgnavopen="1"] .l-gnav__list__item a {
  -webkit-animation: navItemIn 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
          animation: navItemIn 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}
.l-gnav__list__item:nth-of-type(1) a {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.l-gnav__list__item:nth-of-type(2) a {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.l-gnav__list__item:nth-of-type(3) a {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.l-gnav__list__item:nth-of-type(4) a {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.l-gnav__list__item:nth-of-type(5) a {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.l-gnav__list__item:nth-of-type(6) a {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.l-gnav__list__item:nth-of-type(7) a {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.l-gnav__list__item:nth-of-type(8) a {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.l-gnav__list__item:nth-of-type(9) a {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.l-gnav__list__item:nth-of-type(10) a {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.l-gnav__list__item span {
  color: #e0a751;
  opacity: 0.5;
}

@-webkit-keyframes navItemIn {
  to {
    transform: translateY(0);
  }
}

@keyframes navItemIn {
  to {
    transform: translateY(0);
  }
}
.l-gnav__footer {
  border-top: 1px solid #424242;
}
.l-gnav__footer .c-officiallinks {
  display: flex;
}
.l-gnav__footer .c-officiallinks__item {
  border-top: none;
  border-bottom: 1px solid #424242;
  width: 50%;
}
.l-gnav__footer .c-officiallinks__item::after {
  display: none;
}
.l-gnav__footer .c-officiallinks__item:last-of-type {
  border-bottom: 1px solid #424242;
  border-left: 1px solid #424242;
}

.l-gnav__footer__copyright {
  color: #858585;
  text-align: right;
}

.l-gnavtrigger {
  aspect-ratio: 2/1;
  cursor: pointer;
  z-index: 7;
}
.l-gnavtrigger:before, .l-gnavtrigger:after {
  transition: all 0.3s ease;
  background: #c6a06f;
  content: "";
  width: 100%;
}
.l-gnavtrigger:before {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-gnavtrigger:after {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-gnavtrigger.-active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
}
.l-gnavtrigger.-active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
}

.l-header {
  z-index: 1;
}

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

@keyframes changeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__change {
  border-radius: 999px;
  pointer-events: all;
  z-index: 6;
}
[data-time=light] .l-header__change {
  transform: rotate(180deg);
}
[data-time=dark] .l-header__change {
  transform: rotate(0);
}
[data-time=light][data-change=true] .l-header__change {
  -webkit-animation: changeIcoActiveL 0.5s 0s forwards ease;
          animation: changeIcoActiveL 0.5s 0s forwards ease;
}
[data-time=dark][data-change=true] .l-header__change {
  -webkit-animation: changeIcoActiveD 0.5s 0s forwards ease;
          animation: changeIcoActiveD 0.5s 0s forwards ease;
}

@-webkit-keyframes changeIcoActiveL {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes changeIcoActiveL {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes changeIcoActiveD {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes changeIcoActiveD {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.l-particle {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  height: 100vh;
  pointer-events: none;
  width: 100%;
}
.l-particle::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
}
[data-time=light] .l-particle::after {
  background: #e6e4e3;
}
[data-time=dark] .l-particle::after {
  background: #000;
}
.l-particle canvas {
  height: 100%;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.-intro-in .l-particle canvas, .-load .l-particle canvas {
  -webkit-animation: ItemFadeIn 2s 0.5s forwards;
          animation: ItemFadeIn 2s 0.5s forwards;
}

.l-submain {
  min-height: 100vh;
}
[data-time=light] .l-submain {
  background-color: #e5e4e1;
}
[data-time=dark] .l-submain {
  background-color: #000;
}

.l-submain__content {
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

@-webkit-keyframes ItemFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ItemFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes itemInBT {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInBT {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itemInTB {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInTB {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(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 tapeInTop {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 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 tapeInTop {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 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 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);
  }
}
@-webkit-keyframes itemInScaleX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes itemInScaleX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes itemOutScaleX {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes itemOutScaleX {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@-webkit-keyframes ImgGrayIn {
  0% {
    filter: grayscale(1);
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ImgGrayIn {
  0% {
    filter: grayscale(1);
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1);
  }
}
.c-tape-on {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  position: relative;
}
.-reveal .c-tape-on {
  -webkit-animation: tapeInLeft 0.5s 0s forwards;
          animation: tapeInLeft 0.5s 0s forwards;
}
.c-tape-on::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  content: "";
  height: 100%;
  transform-origin: right;
  width: 100%;
}
.-reveal .c-tape-on::after {
  -webkit-animation: itemOutScaleX 0.5s 0.5s forwards;
          animation: itemOutScaleX 0.5s 0.5s forwards;
}

@-webkit-keyframes closeLineAnim {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  50.01% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}

@keyframes closeLineAnim {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  50.01% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
.c-closebtn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 48px;
}
.c-closebtn .c-closebtn__inner {
  display: block;
  height: 16px;
  position: relative;
}

.c-closebtn__line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  transform: translate(0, -50%);
  width: 50px;
}
.c-closebtn__line:nth-child(1) {
  transform: rotate(18.5deg);
}
.c-closebtn__line:nth-child(2) {
  transform: rotate(-18.5deg);
}
.c-closebtn__line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  transform-origin: 100% 0;
  width: 100%;
}
[data-time=light] .c-closebtn__line::before {
  background-color: #000;
}
.top[data-time=light] .c-closebtn__line::before {
  background-color: #fff;
}
[data-time=dark] .c-closebtn__line::before {
  background-color: #fff;
}
[data-time=light] .m-comment .c-closebtn__line::before, [data-time=dark] .m-comment .c-closebtn__line::before {
  background-color: #000;
}

.c-pagebackbtn {
  font-size: 0.625rem;
  opacity: 0;
  margin: 70px 0 0 18px;
}
.-load .c-pagebackbtn {
  -webkit-animation: ItemFadeIn 0.3s 0.8s forwards;
          animation: ItemFadeIn 0.3s 0.8s forwards;
}
.c-pagebackbtn a {
  display: inline-block;
  position: relative;
  padding-left: 46px;
}
[data-time=light] .c-pagebackbtn a {
  color: #000;
}
[data-time=dark] .c-pagebackbtn a {
  color: #fff;
}
.c-pagebackbtn a .c-arw {
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 1;
  content: "";
  display: block;
  transform: rotate(180deg);
  width: 35px;
}

.c-font-noto-sans {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.c-font-hwt {
  font-family: "hwt-roman-extended-light-fac", serif;
  font-weight: 300;
  font-style: normal;
}

.c-font-nijimi {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-hover_op {
  transition: opacity 0.3s 0s ease;
}

.c-hover_bl {
  transition: opacity 0.3s 0s ease;
}

.c-hover_br {
  transition: filter 0.3s 0s ease;
}

.c-arw {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  display: block;
}
[data-time=light] .c-arw {
  border-color: #000;
}
[data-time=dark] .c-arw {
  border-color: #fff;
}
.c-arw::after {
  position: absolute;
  top: -0.5px;
  right: 0.05px;
  content: "";
  height: 1px;
  transform-origin: right;
  transform: rotate(-45deg);
  width: 140%;
}
[data-time=light] .c-arw::after {
  background: #000;
}
[data-time=dark] .c-arw::after {
  background: #fff;
}
.c-arw.l-footer__btn__top {
  border-color: #fff;
}
.c-arw.l-footer__btn__top::after {
  background: #fff;
  width: 160%;
}
.l-footer__share__item .c-arw {
  border-color: #fff;
}
.l-footer__share__item .c-arw::after {
  background: #fff;
}

.c-line-txt li {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  line-height: 1;
  transform: scaleX(0.9);
  transform-origin: left;
  white-space: nowrap;
}
.-reveal .c-line-txt li {
  -webkit-animation: tapeInLeft 0.5s 0.2s forwards;
          animation: tapeInLeft 0.5s 0.2s forwards;
}
.c-line-txt li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  transition: all 0.5s 0s ease-out;
  width: 100%;
}
.-reveal .c-line-txt li::after {
  transform: scaleX(0);
}
.introduction .c-line-txt li::after {
  background: #000;
  transform-origin: right;
}
.comment .c-line-txt li::after {
  background: #ec1014;
  transform-origin: right;
}
.c-line-txt li:nth-of-type(1)::after {
  transition-delay: 0.75s;
}
.c-line-txt li:nth-of-type(2)::after {
  transition-delay: 0.8s;
}
.c-line-txt li:nth-of-type(3)::after {
  transition-delay: 0.85s;
}
.c-line-txt li:nth-of-type(4)::after {
  transition-delay: 0.9s;
}
.c-line-txt li:nth-of-type(5)::after {
  transition-delay: 0.95s;
}
.c-line-txt li:nth-of-type(6)::after {
  transition-delay: 1s;
}
.c-line-txt li:nth-of-type(7)::after {
  transition-delay: 1.05s;
}
.c-line-txt li:nth-of-type(8)::after {
  transition-delay: 1.1s;
}
.c-line-txt li:nth-of-type(9)::after {
  transition-delay: 1.15s;
}
.c-line-txt li:nth-of-type(10)::after {
  transition-delay: 1.2s;
}
.c-line-txt li:nth-of-type(11)::after {
  transition-delay: 1.25s;
}
.c-line-txt li:nth-of-type(12)::after {
  transition-delay: 1.3s;
}
.c-line-txt li:nth-of-type(13)::after {
  transition-delay: 1.35s;
}
.c-line-txt li:nth-of-type(14)::after {
  transition-delay: 1.4s;
}
.c-line-txt li:nth-of-type(15)::after {
  transition-delay: 1.45s;
}
.c-line-txt li:nth-of-type(16)::after {
  transition-delay: 1.5s;
}
.c-line-txt li:nth-of-type(17)::after {
  transition-delay: 1.55s;
}
.c-line-txt li:nth-of-type(18)::after {
  transition-delay: 1.6s;
}
.c-line-txt li:nth-of-type(19)::after {
  transition-delay: 1.65s;
}
.c-line-txt li:nth-of-type(20)::after {
  transition-delay: 1.7s;
}
.c-line-txt.-line-r li {
  transform-origin: right;
}

[data-time=dark] .comment .c-line-txt li::after {
  background: #000;
}

.moviemodal__iframe {
  position: relative;
  width: 100%;
}
.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;
}

.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;
}
.moviemodal__nav__item.-active, .moviemodal__nav__item:hover {
  background: #77c8c9;
}

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

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  opacity: 0;
  overflow: auto;
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.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 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.js-moviemodal .c-modal__inner {
  align-items: center;
  display: flex;
  height: 100%;
}

.c-modal__close {
  aspect-ratio: 2/1;
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
.c-modal__close:before, .c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #f2f1eb;
  content: "";
  width: 100%;
}
.c-modal__close:before {
  transform: translate(-50%, -50%) rotate(15deg);
}
.c-modal__close:after {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.c-more {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
.c-more:hover .c-more__ico {
  transform: translateX(5px);
}

.c-more__txt {
  color: #fff;
  line-height: 1;
}
[data-time=light] .c-more__txt {
  color: #000;
}

.c-more__ico {
  display: block;
  position: relative;
  content: "";
}

.c-page_title {
  font-size: 1.75rem;
  align-items: flex-end;
  display: flex;
  height: 84px;
  position: relative;
  padding: 0 0 10px 30px;
}
.c-page_title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 12px;
}
[data-time=light] .c-page_title::before {
  background-color: #000;
}
[data-time=dark] .c-page_title::before {
  background-color: #FFF;
}

.c-paging {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.c-paging__item {
  font-size: 0.9375rem;
  line-height: 1;
}
.c-paging__item.-prev, .c-paging__item.-next {
  aspect-ratio: 1/1;
  position: relative;
  width: 22px;
}
.c-paging__item.-prev a, .c-paging__item.-next a {
  display: block;
  height: 100%;
  position: relative;
}
.c-paging__item.-prev a::after, .c-paging__item.-next a::after {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
[data-time=light] .c-paging__item.-prev a::after, [data-time=light] .c-paging__item.-next a::after {
  background: #000;
}
[data-time=dark] .c-paging__item.-prev a::after, [data-time=dark] .c-paging__item.-next a::after {
  background: #fff;
}
.c-paging__item.-next a::after, .c-paging__item.-next span::after {
  -webkit-mask: url(/assets/img/common/ico/ico_next.svg) no-repeat top/contain;
          mask: url(/assets/img/common/ico/ico_next.svg) no-repeat top/contain;
}
.c-paging__item.-prev a::after, .c-paging__item.-prev span::after {
  -webkit-mask: url(/assets/img/common/ico/ico_prev.svg) no-repeat top/contain;
          mask: url(/assets/img/common/ico/ico_prev.svg) no-repeat top/contain;
}
.c-paging__item.-back {
  font-size: 0.625rem;
  min-width: 150px;
  text-align: center;
}
.c-paging__item.-num {
  margin: 0 0.25em;
  position: relative;
  text-align: center;
  width: 12px;
}
.c-paging__item.-num::after {
  content: "";
  height: 1px;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
}
[data-time=asa] .c-paging__item.-num::after {
  background: #000;
}
[data-time=yoru] .c-paging__item.-num::after {
  background-color: #FFF;
}
.c-paging__item.-num.-active:after {
  opacity: 1;
  width: 100%;
}
.c-paging__item.-disable {
  opacity: 0.1;
  pointer-events: none;
}

.c-paging__numwrap {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 150px;
}

.c-sec__deco {
  position: relative;
  z-index: -1;
  transform-origin: left;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.c-sec__deco img {
  width: 100%;
}
.introduction .c-sec__deco {
  position: absolute;
  left: 0;
}
.staff .c-sec__deco.-bottom {
  z-index: 1;
}
.comics .c-sec__deco {
  position: absolute;
  left: 0;
  z-index: 1;
}
.comment .c-sec__deco, .staff .c-sec__deco {
  position: absolute;
  right: 0;
  transform-origin: right;
}
.c-sec__deco.-reveal {
  -webkit-animation: tapeInRight 1s 0s ease forwards;
          animation: tapeInRight 1s 0s ease forwards;
}
@-webkit-keyframes bgDecoIn {
  0% {
    filter: blur(20px);
    transform: scale(0.9);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes bgDecoIn {
  0% {
    filter: blur(20px);
    transform: scale(0.9);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}

@-webkit-keyframes secDecoScaleSLIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes secDecoScaleSLIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.c-sec {
  position: relative;
}

.c-sec__ttl__right {
  display: flex;
  justify-content: flex-end;
}

.c-sec__ttl {
  position: relative;
  z-index: 1;
}
.-load .c-subpagebg {
  -webkit-animation: bgIn 1s 0s forwards;
          animation: bgIn 1s 0s forwards;
}

@-webkit-keyframes bgIn {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bgIn {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.c-visible_nrw {
  display: block;
}

.c-visible_light {
  display: none;
}
body[data-time=light] .c-visible_light {
  display: block;
}

.c-visible_dark {
  display: none;
}
body[data-time=dark] .c-visible_dark {
  display: block;
}
@media (max-width: 999px){
  body {
    font-size: 4.1vw;
  }
  .l-contents {
    margin-top: -7.2vw;
    z-index: 1;
  }
  .l-footer {
    margin-top: 40px;
    padding: min(10.2vw, 80px) min(7.1vw, 56px) min(17.9vw, 140px);
  }
  .l-foote__top {
    padding-top: min(15.6vw, 122px);
  }
  .l-footer__navs {
    margin-top: min(4.1vw, 32px);
  }
  .l-footer__navs__item {
    font-size: 0.8125rem;
    padding: 0 7px;
  }
  .l-footer__attcopyright {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
    margin-top: min(4.1vw, 32px);
  }
  .l-foote__banner__item {
    max-width: 450px;
    margin: 0 auto;
    width: min(50.7vw, 396px);
  }
  .l-footer__share__ttl {
    font-size: min(2vw, 16px);
  }
  .l-footer__share__list {
    gap: min(2.8vw, 22px) 0;
    margin-top: min(2.8vw, 22px);
  }
  .l-footer__share__item {
    font-size: min(3.4vw, 27px);
    padding-right: min(3.8vw, 30px);
  }
  .l-footer__share__item .c-arw {
    position: absolute;
    top: min(0.5vw, 4px);
    right: 0;
    height: min(2.4vw, 19px);
    width: min(2.4vw, 19px);
  }
  .l-footer__btn__top {
    height: min(6vw, 47px);
    top: 0;
    width: min(6vw, 47px);
  }
  .l-gnav {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  .l-gnav.-active {
    opacity: 1;
    visibility: visible;
  }
  .l-gnav__main {
    padding: 21.8% 0 23.8% 12.5vw;
  }
  .l-gnav__list__item {
    font-size: 6.1vw;
  }
  .l-gnav__list__item span {
    font-size: 3.3vw;
  }
  .l-gnav__list__item + .l-gnav__list__item {
    margin-top: 5.1vw;
  }
  .l-gnav__footer {
    padding-bottom: 8.2vw;
  }
  .l-gnav__footer .c-share {
    justify-content: space-between;
    margin-top: 8.2vw;
    padding: 0 12.5vw;
  }
  .l-gnav__footer .c-share__txt {
    font-size: 3.5vw;
  }
  .l-gnav__footer__copyright {
    font-size: 3vw;
    margin-top: 7.6vw;
    padding: 0 10.2vw;
  }
  .l-gnavtrigger {
    position: fixed;
    top: 7.6vw;
    right: 5.1vw;
    width: 10.2vw;
  }
  .l-gnavtrigger:before, .l-gnavtrigger:after {
    height: 0.3vw;
  }
  .l-header {
    display: none;
  }
  .l-contents .l-header {
    display: block;
  }
  .l-header__change {
    position: fixed;
    top: 17px;
    left: 17px;
    background: url(/assets/img/common/ico/ico_change_nrw.svg) no-repeat center/100% auto;
    height: 40px;
    opacity: 0;
    width: 40px;
  }
  .-load .l-header__change {
    -webkit-animation: changeIn 0.5s 4s forwards;
            animation: changeIn 0.5s 4s forwards;
  }
  [data-change=true] .l-header__change {
    opacity: 1;
  }
  .l-header__top {
    display: block;
  }
  .l-header .l-header__change,
.l-header .sns {
    display: none;
  }
  .l-submain__inner {
    margin: 0 auto;
  }
  .c-line-txt li {
    padding: 4px 12px 6px 24px;
  }
  .c-modal__inner {
    padding: 12.5vw;
  }
  .js-moviemodal .c-modal__inner {
    padding: 12.5vw 0;
  }
  .c-modal__close {
    position: fixed;
    top: 7.6vw;
    right: 5.1vw;
    width: 10.2vw;
  }
  .c-modal__close:before, .c-modal__close:after {
    height: 0.3vw;
  }
  .c-more__txt {
    font-size: min(3.3vw, 26px);
    margin-right: min(1.9vw, 15px);
  }
  .c-more__ico {
    height: min(9.2vw, 72px);
    width: min(9.2vw, 72px);
  }
  .c-sec__deco {
    width: min(99.9vw, 780px);
  }
  .pv .c-sec__deco {
    position: absolute;
    left: 0;
    bottom: calc(min(18.7vw, 146px) * -1);
  }
  .pv .c-sec__deco img {
    margin-left: -2px;
  }
  .comment .c-sec__deco {
    top: calc(min(69.2vw, 540px) * -1);
  }
  .introduction .c-sec__deco {
    top: calc(min(96.1vw, 750px) * -1);
    z-index: -1;
  }
  .introduction .c-sec__deco img {
    margin-left: -2px;
  }
  .staff .c-sec__deco.-top {
    top: calc(min(67.9vw, 530px) * -1);
  }
  .staff .c-sec__deco.-bottom img {
    margin-left: -2px;
  }
  .comics .c-sec__deco {
    top: calc(min(71.7vw, 560px) * -1);
  }
  .c-sec__ttl {
    height: min(68.9vw, 538px);
    width: min(74.3vw, 580px);
  }
  .c-visible_wide {
    display: none;
  }
}
@media (min-width: 1000px){
  body {
    font-size: 1.25rem;
  }
  .l-contents {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20vh;
    opacity: 0;
    visibility: hidden;
  }
  .-topin .l-contents {
    -webkit-animation: contentFadeIn 0.8s 0s forwards ease;
            animation: contentFadeIn 0.8s 0s forwards ease;
  }
  .l-contents__inner {
    width: 580px;
  }
  .l-contents__layer {
    width: 580px;
  }
  .l-contents__layer::after {
    height: 100vh;
    width: 580px;
  }
  .l-footer {
    margin-top: 80px;
    padding: 27px 56px 48px;
  }
  .l-foote__top {
    padding-top: 70px;
  }
  .l-footer__navs {
    flex-shrink: 0;
    margin-top: 20px;
  }
  .l-footer__navs__item {
    font-size: 1rem;
    padding: 0 16px;
  }
  .l-footer__attcopyright {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
    margin-top: 15px;
  }
  .l-foote__banner__item {
    width: 245px;
  }
  .l-footer__share__ttl {
    font-size: 0.75rem;
  }
  .l-footer__share__list {
    gap: 13px 0;
    margin-top: 13px;
  }
  .l-footer__share__item {
    font-size: 1rem;
    padding-right: 23px;
  }
  .l-footer__share__item .c-arw {
    position: absolute;
    top: 0;
    right: 0;
    height: 14px;
    width: 14px;
  }
  .l-footer__btn__top {
    height: 26px;
    transition: transform 0.3s 0s;
    top: 0;
    width: 26px;
  }
  .l-footer__btn__top:hover {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .l-gnav {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 720px;
    transform: translateX(100%);
    width: 37.5%;
  }
  .l-gnav.-active {
    box-shadow: 0 0 250px 500px rgba(0, 0, 0, 0.8);
    transform: translateX(0);
  }
  .l-gnav__main {
    padding: 20.1% 0 15.6% 16.6%;
  }
  .l-gnav__list__item {
    font-size: 2.125rem;
  }
  .l-gnav__list__item span {
    font-size: 0.875rem;
  }
  .l-gnav__footer {
    padding-bottom: 40px;
  }
  .l-gnav__footer .c-share {
    margin-top: 32px;
    padding: 0 8.8%;
    gap: 0 40px;
    width: auto;
  }
  .l-gnav__footer .c-share__txt {
    font-size: 1rem;
    width: auto;
  }
  .l-gnav__footer .c-share__list {
    gap: 0 22px;
  }
  .l-gnav__footer .c-share__list__item {
    width: 24px;
  }
  .l-gnav__footer__copyright {
    font-size: 0.75rem;
    margin-top: 24px;
    padding: 0 5.8%;
  }
  .l-gnavtrigger {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 50px;
  }
  .l-gnavtrigger:before, .l-gnavtrigger:after {
    height: 2px;
  }
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    display: flex;
    justify-content: space-between;
    height: 80px;
    opacity: 0;
    padding: 0 24px 0 30px;
    transform: translateY(-10px);
    transition: opacity transform 0.2s 0s;
    width: 580px;
  }
  .l-contents .l-header {
    display: none;
  }
  .-topin .l-header {
    opacity: 1;
    transform: translateY(0);
  }
  .l-header__left,
.l-header__right {
    align-items: center;
    display: flex;
  }
  .l-header__change {
    background: url(/assets/img/common/ico/ico_change_wide.svg) no-repeat center/100% auto;
    height: 34px;
    margin-right: 17px;
    position: relative;
    width: 34px;
  }
  .l-header__top {
    display: none;
  }
  .l-particle {
    opacity: 0;
  }
  .-topin .l-particle {
    -webkit-animation: ItemFadeIn 0.5s 0s forwards;
            animation: ItemFadeIn 0.5s 0s forwards;
  }
  .l-particle::after {
    filter: drop-shadow(0 0 30px #000);
    width: 580px;
  }
  .l-particle canvas {
    padding-top: 80px;
    width: 580px;
  }
  .l-submain {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 72.9%;
  }
  .l-submain__inner {
    height: 100%;
    overflow-y: auto;
    padding: 120px 0 60px;
  }
  .l-submain__content {
    max-width: 1000px;
    padding: 0 60px;
  }
  .c-closebtn {
    right: 25px;
    top: 25px;
    width: 144px;
  }
  .c-closebtn .c-closebtn__inner {
    height: 48px;
  }
  .c-closebtn .c-closebtn__inner:hover .c-closebtn__line:nth-child(1)::before {
    -webkit-animation: closeLineAnim 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: closeLineAnim 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .c-closebtn .c-closebtn__inner:hover .c-closebtn__line:nth-child(2)::before {
    -webkit-animation: closeLineAnim 0.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: closeLineAnim 0.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .c-closebtn__line {
    width: 150px;
  }
  .c-pagebackbtn {
    font-size: 0.8125rem;
    margin: 140px 0 0 0;
  }
  .c-hover_op:hover {
    opacity: 0.75;
  }
  .c-hover_bl:hover {
    filter: blur(1px);
    opacity: 0.75;
  }
  .c-hover_br:hover {
    filter: brightness(1.5);
  }
  .c-line-txt li {
    padding: 3px 15px 4px 48px;
  }
  .comment .c-line-txt li {
    padding: 5px 15px 6px 48px;
  }
  .introduction .c-line-txt li {
    min-height: 27px;
  }
  .moviemodal__nav {
    margin: 24px -4px;
    padding: 0;
  }
  .moviemodal__nav__item {
    font-size: 0.9375rem;
  }
  .c-modal__inner {
    padding: 160px 60px 160px;
    max-width: 960px;
  }
  .js-moviemodal .c-modal__inner {
    padding: 160px 0 160px;
  }
  .c-modal__close {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 50px;
  }
  .c-modal__close:before, .c-modal__close:after {
    height: 2px;
  }
  .c-more__txt {
    font-size: 1rem;
    margin-right: 5px;
  }
  .c-more__ico {
    height: 36px;
    transition: transform 0.3s 0s;
    width: 36px;
  }
  .c-paging {
    margin-top: 56px;
  }
  .c-paging__item {
    font-size: 1.25rem;
  }
  .c-paging__item.-prev, .c-paging__item.-next {
    margin: 0 40px;
    width: 32px;
  }
  .c-paging__item.-back {
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    min-width: 160px;
  }
  .c-paging__item.-back:hover {
    text-decoration: underline;
  }
  .c-paging__item.-num {
    width: 16px;
  }
  .c-paging__item.-num::after {
    position: absolute;
    left: 0;
    bottom: -9px;
  }
  .c-paging__item.-num:hover::after {
    opacity: 1;
    width: 120%;
  }
  .c-paging__numwrap {
    min-width: 160px;
  }
  .c-sec__deco {
    width: 100%;
  }
  .pv .c-sec__deco img {
    margin-top: -1px;
  }
  .comment .c-sec__deco {
    top: -222px;
  }
  .introduction .c-sec__deco {
    top: -409px;
  }
  .staff .c-sec__deco.-top {
    top: -384px;
  }
  [data-time=dark] .staff .c-sec__deco.-bottom::after {
    position: absolute;
    top: -130px;
    left: 0;
    background: url(/assets/img/top/deco/deco_staff_dark_wide_2_2.svg) no-repeat center/contain;
    content: "";
    height: 100%;
    width: 100%;
  }
  .comics .c-sec__deco {
    top: -461px;
  }
  .c-sec__ttl {
    height: 302px;
    width: 325px;
  }
  .c-subpagebg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(1.05);
    z-index: -1;
  }
  .news .c-subpagebg {
    background: url(/assets/img/news/bg_news.png) 0 40%/cover no-repeat;
  }
  .c-visible_nrw {
    display: none;
  }
}