@charset "UTF-8";
/*
 * maison-de-nightmare foundation
 */
/*! 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.15; /* 1 */
  -webkit-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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 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, 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

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

/**
 * 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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

* {
  box-sizing: border-box;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  overflow: clip;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  color: #fff;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

rt {
  text-align: center;
  letter-spacing: 0.25em;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInBlur {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(1.3);
  }
  25% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.fade,
.fadeInLeft,
.fadeInRight,
.fadeInBlur,
.heartBeat {
  visibility: hidden;
}

.wow.fadeInLeft.animated {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.wow.fadeInRight.animated {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.wow.fadeInBlur.animated {
  animation-name: fadeInBlur;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.wow.heartBeat.animated {
  animation-name: heartBeat;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.wow.fade.animated {
  animation-name: fade;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

/*
 * maison-de-nightmare layout
 */
/*==================================
 グーテンベルグ
==================================== */
.l-editor h2 {
  font-size: 3.4rem;
  font-weight: bold;
  border-bottom: solid 2px #E57200;
  padding-bottom: 0.5em;
  margin: 2em 0 1em;
}
@media screen and (max-width: 800px) {
  .l-editor h2 {
    font-size: 2.2rem;
  }
}
.l-editor h3 {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 8px #E57200;
  margin: 2em 0 1em;
  padding-left: 0.5em;
}
@media screen and (max-width: 800px) {
  .l-editor h3 {
    font-size: 1.8rem;
  }
}
.l-editor h4 {
  font-size: 2rem;
  font-weight: bold;
  border-left: solid 6px #E57200;
  margin: 2em 0 1em;
  padding-left: calc(0.5em + 4px);
}
@media screen and (max-width: 800px) {
  .l-editor h4 {
    font-size: 1.6rem;
  }
}
.l-editor strong {
  font-weight: bold;
}
.l-editor em {
  font-style: italic;
}
.l-editor p {
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.l-editor .wp-block-table figcaption {
  text-align: center;
  padding-top: 0.25em;
}
.l-editor .is-style-stripes {
  border-bottom: none !important;
}
.l-editor ol {
  font-weight: 500;
  list-style: decimal;
  padding-left: 2em;
  margin-bottom: 1em;
}
.l-editor ul {
  font-weight: 500;
  list-style: disc;
  padding-left: 2em;
}
.l-editor ul.wp-block-gallery {
  padding-left: 0;
}
.l-editor a {
  color: #222;
  transition: 0.3s;
  font-weight: bold;
  position: relative;
  text-decoration: underline !important;
}
.l-editor a:hover {
  opacity: 0.7;
}
.l-editor .wp-block-quote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  margin-bottom: 20px;
}
.l-editor .wp-block-quote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.l-editor .wp-block-quote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.l-editor .wp-block-quote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.l-editor dl dt {
  font-weight: bold;
  border-bottom: solid 1px #222;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.l-editor .blocks-gallery-grid {
  padding-left: 0;
}
.l-editor td {
  border: solid 1px #ddd;
  padding: 0.5em;
}
.l-editor .wp-element-caption {
  text-align: center;
}

/*==================================
 カスタムブロック
==================================== */
.wp_block_faq_q, .wp_block_faq_a {
  margin: 0 0 1em !important;
  border-bottom: none !important;
  display: flex;
  align-items: flex-start;
  gap: 1em;
  line-height: 1.8;
}

.wp_block_faq_a {
  margin: 0 0 1em 1em !important;
}
@media screen and (max-width: 800px) {
  .wp_block_faq_a {
    margin: 0 0 1em !important;
  }
}

.wp_block_faq_q {
  font-weight: 600;
}

.wp_block_faq_mark {
  padding-bottom: 0.2em;
  width: 2.2em;
  font-weight: 600;
  text-align: center;
}

.wp_block_faq_mark.question {
  color: #fff;
  background-color: #08070a;
  border: solid 1px #fff;
}

.wp_block_faq_mark.answer {
  color: #08070a;
  background-color: #fff;
  border: solid 1px #fff;
}

.wp_block_faq_content {
  width: calc(100% - 3em);
}

.wp_block_faq_content p {
  margin: 0;
}

.wp_block_talk {
  margin: 0 0 2.5em;
  color: #000;
  text-align: center;
}

.wp_block_talk_inr {
  width: 100%;
  display: flex;
}

.wp_block_talk_inr .icon {
  width: 100px;
  margin: 0;
  position: relative;
}

.wp_block_talk_inr .icon .img {
  position: relative;
  margin: 0;
}

.wp_block_talk_inr .icon .img img {
  width: 100%;
  border-radius: 50%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.wp_block_talk_inr .icon .img::before, .wp_block_talk_inr .icon .img::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 14px 7px 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.wp_block_talk_inr .icon .img::before {
  right: -30px;
  border-color: transparent #ddd transparent transparent;
}

.wp_block_talk_inr .icon .img::after {
  right: -32px;
  border-color: transparent #fff transparent transparent;
}

.wp_block_talk_inr .icon .name {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  width: 100%;
  position: absolute;
}

.wp_block_talk_inr .text {
  margin-left: 30px;
  display: flex;
  align-items: center;
  max-width: calc(100% - 130px);
  width: auto;
}

.wp_block_talk_inr .text .inr {
  padding: 1em 1.5em 1em 1em;
  margin: 0;
  text-align: left;
  display: block;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0% 100%);
}

.wp_block_talk_inr .text .inr p {
  margin: 0;
}

.wp_block_talk.reverse .wp_block_talk_inr {
  flex-direction: row-reverse;
}

.wp_block_talk.reverse .wp_block_talk_inr .text {
  margin-left: 0;
  margin-right: 30px;
}

.wp_block_talk.reverse .wp_block_talk_inr .text .inr {
  padding: 1em 1em 1em 1.5em;
  -webkit-clip-path: polygon(1em 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(1em 0, 100% 0, 100% 100%, 0% 100%);
}

.wp_block_talk.reverse .wp_block_talk_inr .icon .img::before,
.wp_block_talk.reverse .wp_block_talk_inr .icon .img::after {
  border-width: 7px 0 7px 14px;
}

.wp_block_talk.reverse .wp_block_talk_inr .icon .img::before {
  right: 0;
  left: -30px;
  border-color: transparent transparent transparent #ddd;
}

.wp_block_talk.reverse .wp_block_talk_inr .icon .img::after {
  right: 0;
  left: -32px;
  border-color: transparent transparent transparent #ffffff;
}

.wp_block_notice {
  display: flex;
  align-items: center;
  gap: 0.5em;
  border: none;
  margin: 0 0 1em !important;
  padding: 1em !important;
  font-size: 0.85em;
}

.wp_block_notice .icon {
  font-size: 1.8rem;
  line-height: 1;
}

.wp_block_notice .text p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
}

.wp_block_notice.error {
  background-color: #F7DAE8;
  border: none;
}

.wp_block_notice.error .icon {
  color: #aa4e7b;
}

.wp_block_notice.warning {
  background-color: #FFD9BE;
}

.wp_block_notice.warning .icon {
  color: #a36335;
}

.wp_block_notice.check_circle {
  background-color: #CCEAAF;
}

.wp_block_notice.check_circle .icon {
  color: #65a02d;
}

.wp_block_notice.info {
  background-color: #eee;
}

.wp_block_notice.info .icon {
  color: #666;
}

.wp_block_boxblock {
  display: flex;
  align-items: center;
  gap: 0.5em;
  border: none;
  margin: 3em 0.5em 1em;
  padding: 1.8em 1.5em 1em;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-10deg);
}
@media screen and (max-width: 800px) {
  .wp_block_boxblock {
    transform: skewX(-5deg);
  }
}

.wp_block_boxblock.ok {
  border: solid 2px #84bcd4;
}

.wp_block_boxblock.ng {
  border: solid 2px #EA6255;
}

.wp_block_boxblock.other {
  border: solid 2px #999;
}

.wp_block_boxblock .title {
  padding: 0.2em 0.8em;
  position: absolute;
  top: -1em;
}

.wp_block_boxblock .title.ok {
  color: #fff;
  background: #84bcd4;
}

.wp_block_boxblock .title.ng {
  color: #fff;
  background: #EA6255;
}

.wp_block_boxblock .title.other {
  color: #fff;
  background: #999;
}

.wp_block_boxblock .text {
  transform: skewX(10deg);
}
@media screen and (max-width: 800px) {
  .wp_block_boxblock .text {
    transform: skewX(5deg);
  }
}

.wp_block_boxblock.text {
  background-color: #CCEAAF;
}

.wp-block-social-links {
  padding: 0.1em !important;
}

.wp-block-interview-name {
  float: left;
  margin: 0 !important;
  font-weight: bold !important;
}

.wp-block-interview-colon {
  float: left;
}

.wp-block-interviewinterview-title-h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-block-interviewinterview-title-h2 {
  font-size: initial !important;
  font-weight: bold !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  display: inline !important;
}

/*==================================
 リンクカード OpenGraph.php
==================================== */
.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  margin: 40px 0;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.025);
}

.blogcard.ex {
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(25px 0%, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
          clip-path: polygon(25px 0%, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
}

.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
  display: flex;
  padding: 0 6%;
}

.blogcard a:hover {
  opacity: 0.6;
}

.blogcard_thumbnail {
  padding: 20px 0;
}

.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;
}

.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}

.blogcard_link {
  font-size: 0.65em;
  padding: 0 17px 15px 20px;
  text-align: left;
  display: flex;
  align-items: center;
}

.blogcard_link .favicon {
  margin-right: 8px;
}

.blogcard_link .icon-external-link-alt::before {
  font-size: 0.75em;
}

@media screen and (max-width: 800px) {
  .blogcard {
    margin: 40px 0;
  }
  .blogcard.ex {
    -webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
            clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  }
  .blogcard_thumbnail img {
    width: 90px;
  }
  .blogcard_title {
    font-size: 0.95em;
    padding-bottom: 17px;
  }
  .blogcard_excerpt {
    display: none;
  }
}
/*
 * maison-de-nightmare object
 */
body {
  background: #220022 url(../img/maison-de-nightmare/teaser/bg-01.svg) 50% 50%/1800px no-repeat fixed;
  background-blend-mode: soft-light;
  transition: 0.6s;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 800px) {
  body {
    background: #220022 url(../img/maison-de-nightmare/teaser/bg-01.svg) 75% 50%/2000px no-repeat fixed;
  }
}

.wf-nicomoji {
  font-family: "Nico Moji";
}

.p-top-op {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #220022;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  pointer-events: none;
}
.p-top-op-logo {
  width: 80%;
  max-width: 400px;
  margin-bottom: 48px;
}
.is-open .p-top-op {
  opacity: 0;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0);
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.p-top-fv__mv {
  position: relative;
  width: 100%;
  height: 56vw;
  filter: drop-shadow(2.8px 5px 0px #5b005b);
}
.p-top-fv__mv--sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .p-top-fv__mv {
    height: 195vw;
  }
  .p-top-fv__mv--pc {
    display: none;
  }
  .p-top-fv__mv--sp {
    display: block;
  }
}
.p-top-fv__mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 0;
}
.p-top-fv__mv-img.is-visible {
  opacity: 1;
  z-index: 1;
}
.p-top-fv__mv-img:first-child {
  opacity: 1;
}

.p-top-fv__bar {
  filter: drop-shadow(2.8px 5px 0px #5b005b);
  opacity: 0;
  transform: translateX(-100px);
  position: absolute;
  top: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 800px) {
  .p-top-fv__bar {
    transform: translateX(0);
  }
}
.p-top-fv__bar.is-show {
  opacity: 1;
  transform: translateX(0);
}
.p-top-fv__bar-bg--sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .p-top-fv__bar-bg--pc {
    display: none;
  }
  .p-top-fv__bar-bg--sp {
    display: block;
    opacity: 0;
  }
}
.p-top-fv__bar-inner {
  width: 22%;
  height: 44vw;
  max-height: calc(100dvh - 4vw);
  margin: 2vw 0;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .p-top-fv__bar-inner {
    gap: 4vw;
    width: 100%;
    height: auto;
    margin: 4vw 0;
  }
}
.p-top-fv__bar-img {
  width: 92%;
  max-width: 300px;
  padding: 0 4%;
}
@media screen and (max-width: 800px) {
  .p-top-fv__bar-img {
    width: 60%;
    max-width: 100%;
  }
}
.p-top-fv__bar-catch {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(1.6rem, 1.8vw, 3.2rem);
  font-weight: 900;
}
.p-top-fv__bar-catch ruby {
  font-size: 1.5em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 800px) {
  .p-top-fv__bar-catch ruby {
    margin: 0 0.3em;
  }
}
.p-top-fv__bar-catch rt {
  margin-left: 0.2em;
}
@media screen and (max-width: 800px) {
  .p-top-fv__bar-catch {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: clamp(1.4rem, 6vw, 5rem);
  }
}
.p-top-fv__bar-info {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.6rem);
}
@media screen and (max-width: 800px) {
  .p-top-fv__bar-info {
    font-size: clamp(1.2rem, 2vw, 2rem);
  }
}
.p-top-fv__bar-info-item i {
  font-size: 2em;
  text-align: center;
  display: block;
  margin-bottom: 0.25em;
}
.p-top-fv__bar-info-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  font-size: 0.75em;
}
.p-top-fv__bar-info-head {
  color: #E57200;
  font-weight: 500;
  background: #fff;
  padding: 0 0.25em;
}
.p-top-fv__bar-info-body .strong {
  font-size: 2em;
  font-weight: bold;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.p-top-news {
  margin: clamp(48px, 5vw, 96px) 0;
  padding: 0 4%;
}
.p-top-news__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: clamp(36px, 5vw, 72px);
  text-align: center;
}
.p-top-news__ttl-ne {
  font-size: clamp(2em, 6vw, 4em);
  display: inline-block;
  margin-bottom: clamp(12px, 2vw, 24px);
  position: relative;
}
.p-top-news__ttl-ne::first-letter {
  color: #E57200;
}
.p-top-news__ttl-ne::before, .p-top-news__ttl-ne::after {
  content: "";
  display: block;
  width: 200px;
  height: 90px;
  z-index: 10;
  animation: floatY 3s ease-in-out infinite;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .p-top-news__ttl-ne::before, .p-top-news__ttl-ne::after {
    width: 150px;
    height: 60px;
  }
}
.p-top-news__ttl-ne::before {
  background: url(../img/maison-de-nightmare/teaser/ttl-deco-01.png) no-repeat 50% 50%/100%;
  bottom: -50px;
  left: -200px;
}
@media screen and (max-width: 800px) {
  .p-top-news__ttl-ne::before {
    left: -150px;
  }
}
.p-top-news__ttl-ne::after {
  background: url(../img/maison-de-nightmare/teaser/ttl-deco-02.png) no-repeat 50% 50%/100%;
  top: -30px;
  right: -180px;
  animation-delay: 1s;
}
@media screen and (max-width: 800px) {
  .p-top-news__ttl-ne::after {
    right: -140px;
  }
}
.p-top-news__ttl-ja {
  display: block;
  color: #E57200;
}
.p-top-news__inner {
  max-width: 1600px;
  margin: 0 auto;
}
.p-top-news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;
}
@media screen and (max-width: 800px) {
  .p-top-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-news__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-top-news__link:hover {
  opacity: 0.7;
}
.p-top-news__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem;
  display: block;
}
.p-top-news__title {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-top-news__title-tag {
  background: #E57200;
  padding: 0 0.25em;
}
.p-top-news__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
.p-top-news__date {
  margin-right: 0.5em;
}
.p-top-news__icon {
  color: #fff;
  font-size: 1.2rem;
  background: #E57200;
  padding: 0.1em 0 0 0.2em;
  border-radius: 2em;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-top-intro {
  max-width: 2000px;
  margin: 96px 0 144px;
}
@media screen and (max-width: 800px) {
  .p-top-intro {
    margin: 48px 0 72px;
  }
}
.p-top-intro__inner {
  display: flex;
}
.p-top-intro__chara {
  width: 40%;
}
.p-top-intro__chara-img {
  margin-left: -5%;
}
@media screen and (max-width: 800px) {
  .p-top-intro__chara-img {
    margin: 10vw 0 0 -20%;
  }
}
.p-top-intro__bubble {
  width: 60%;
}
.p-top-intro__bubble-img {
  max-width: 800px;
  margin-left: -10%;
  margin-right: -6%;
}
.p-top-intro__bubble-img--ttl {
  width: 100%;
  max-width: 550px;
  position: relative;
  top: 3vw;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .p-top-intro__bubble-img--ttl {
    top: 5vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-intro__bubble-img {
    margin-left: -30%;
    margin-right: -6%;
  }
}
.p-top-intro__trickortreat {
  max-width: 1400px;
  padding: 0 2%;
  margin: -288px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .p-top-intro__trickortreat {
    margin: 16px auto 0;
  }
}

.p-top-info {
  background: #111 url(../img/maison-de-nightmare/teaser/info-bg-01.webp) 50% 50%/100% no-repeat fixed;
  background-size: cover;
  padding: clamp(48px, 5vw, 96px) 0;
  border-top: solid 4px #E57200;
  border-bottom: solid 4px #E57200;
  position: relative;
  background-blend-mode: luminosity;
}
.p-top-info::before {
  content: "";
  background: rgba(0, 0, 0, 0.7333333333);
  position: absolute;
  inset: 0;
}
.p-top-info::after {
  content: "";
  background: url(../img/maison-de-nightmare/teaser/info-bg-02.svg) 90% 0/2000px no-repeat;
  position: absolute;
  inset: 0;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .p-top-info::after {
    background: url(../img/maison-de-nightmare/teaser/info-bg-02.svg) 90% 0/280% no-repeat;
  }
}
.p-top-info__bar {
  opacity: 0;
  transform: translateX(100px);
  max-width: clamp(24em, 35vw, 22em);
  width: 100%;
  padding: 0 0.5em 0 2.5em;
  height: 3.5em;
  margin: 0 0 -1px auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  font-size: clamp(1.4rem, 1.4vw, 2.4rem);
  font-weight: bold;
  transition: opacity 0.6s ease, transform 0.6s ease;
  background: #E57200;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 800px) {
  .p-top-info__bar {
    -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-top-info__bar.is-show {
  opacity: 1;
  transform: translateX(0);
}
.p-top-info__bar.is-stop {
  position: absolute;
  bottom: auto;
  top: -3.5em;
}
.p-top-info__bar span {
  font-size: 0.8em;
}
.p-top-info__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.p-top-info__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: clamp(36px, 5vw, 72px);
  text-align: center;
  text-shadow: -4px -4px 8px #111;
}
.p-top-info__ttl-ne {
  font-size: clamp(2em, 6vw, 4em);
  display: block;
  margin-bottom: clamp(12px, 2vw, 24px);
}
.p-top-info__ttl-ne::first-letter {
  color: #E57200;
}
.p-top-info__ttl-ja {
  display: block;
  color: #E57200;
}
.p-top-info__content {
  display: flex;
  align-items: center;
  gap: 2%;
  padding: 0 4%;
}
@media screen and (max-width: 800px) {
  .p-top-info__content {
    flex-direction: column-reverse;
  }
}
.p-top-info__text {
  width: 73%;
}
@media screen and (max-width: 800px) {
  .p-top-info__text {
    width: 100%;
  }
}
.p-top-info__image {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-top-info__image {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 24px;
  }
}
.p-top-info__image img {
  max-width: 100%;
  height: auto;
}
.p-top-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em 0;
}
@media screen and (max-width: 800px) {
  .p-top-info__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-info__item {
  display: flex;
}
.p-top-info__item--1 {
  order: 1;
}
.p-top-info__item--2 {
  order: 2;
}
.p-top-info__item--3 {
  order: 3;
}
.p-top-info__item--4 {
  order: 4;
}
.p-top-info__item--5 {
  order: 5;
}
.p-top-info__item--6 {
  order: 6;
}
.p-top-info__item--7 {
  order: 7;
}
.p-top-info__item--8 {
  order: 8;
}
@media screen and (max-width: 800px) {
  .p-top-info__item {
    order: 0;
  }
}
.p-top-info__term {
  width: 7em;
  height: 2em;
  font-weight: bold;
  background: #E57200;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
}
.p-top-info__desc {
  width: calc(100% - 8em);
  text-shadow: -4px -4px 8px #111, -4px -4px 8px #111, -4px -4px 8px #111, -4px -4px 8px #111;
}

.p-top-credit {
  padding: 0 4%;
  margin: clamp(72px, 5vw, 96px) 0 clamp(24px, 5vw, 96px);
}
.p-top-credit__inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.p-top-credit__staff {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 3vw, 48px) 0;
}
.p-top-credit__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-top-credit__row {
    justify-content: center;
  }
}
.p-top-credit__row--top {
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .p-top-credit__row--top {
    gap: clamp(24px, 3vw, 48px);
  }
}
.p-top-credit__row--btm {
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .p-top-credit__row--btm {
    gap: clamp(24px, 3vw, 48px);
  }
}
.p-top-credit__block {
  width: 100%;
}
.p-top-credit__item {
  flex: 0 1 auto;
}
.p-top-credit__role {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-top-credit__role--btm {
  margin-bottom: 2em;
}
.p-top-credit__name {
  font-weight: bold;
}
.p-top-credit__name--top {
  font-size: 3rem;
}
.p-top-credit__name--btm {
  font-size: 2rem;
}
.p-top-credit__name--3d {
  font-size: 2rem;
}
.p-top-credit__work {
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  margin-top: 0.3rem;
}

.js-secret-on::before {
  content: "";
  background: url(../img/maison-de-nightmare/teaser/credit-deco-02.svg) 50% 50%/100% no-repeat;
  width: 50px;
  height: 28px;
  position: absolute;
  right: 25%;
  bottom: 120px;
  z-index: 10;
  display: block;
  animation: floatY 3s ease-in-out infinite;
}

.l-footer {
  text-align: center;
  position: relative;
}
.l-footer__logo {
  margin-bottom: 96px;
  padding: 0 16%;
}
@media screen and (max-width: 1400px) {
  .l-footer__logo {
    margin-bottom: 224px;
  }
}
.l-footer__logo img {
  display: inline;
}
.l-footer__deco {
  position: absolute;
  right: 2%;
  bottom: 28px;
  width: 400px;
}
.l-footer__copyright {
  color: #111;
  font-size: 1.4rem;
  background: #fff;
  padding: 0.2em 0;
  width: 100%;
  display: block;
}

.l-header {
  position: relative;
}
.l-header-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #E57200;
  display: inline-block;
  padding: 20px 70px 20px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  transition: 0.2s;
}
.l-header-logo:hover {
  background: #5b005b;
}
.l-header-logo img {
  width: 100%;
  max-width: 160px;
}

.l-page__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 144px 0 clamp(36px, 5vw, 72px);
  text-align: center;
}
.l-page__ttl-en {
  font-size: clamp(2em, 6vw, 4em);
  display: inline-block;
  margin-bottom: clamp(12px, 2vw, 24px);
  position: relative;
}
.l-page__ttl-en::first-letter {
  color: #E57200;
}
.l-page__ttl-en::before, .l-page__ttl-en::after {
  content: "";
  display: block;
  width: 200px;
  height: 90px;
  z-index: 10;
  animation: floatY 3s ease-in-out infinite;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .l-page__ttl-en::before, .l-page__ttl-en::after {
    width: 150px;
    height: 60px;
  }
}
.l-page__ttl-en::before {
  background: url(../img/maison-de-nightmare/teaser/ttl-deco-01.png) no-repeat 50% 50%/100%;
  bottom: -50px;
  left: -200px;
}
@media screen and (max-width: 800px) {
  .l-page__ttl-en::before {
    left: -150px;
  }
}
.l-page__ttl-en::after {
  background: url(../img/maison-de-nightmare/teaser/ttl-deco-02.png) no-repeat 50% 50%/100%;
  top: -30px;
  right: -180px;
  animation-delay: 1s;
}
@media screen and (max-width: 800px) {
  .l-page__ttl-en::after {
    right: -140px;
  }
}
.l-page__ttl-ja {
  display: block;
  color: #E57200;
}

.l-main {
  margin-bottom: clamp(48px, 5vw, 96px);
}

.p-corp-news {
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-corp-news {
    margin-bottom: 80px;
  }
}
.p-corp-news__body {
  display: flex;
}
@media screen and (max-width: 800px) {
  .p-corp-news__body {
    display: block;
  }
}
.p-corp-news__body-tag {
  font-size: 1.8rem;
  font-weight: bold;
  width: 200px;
  margin-right: 2%;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .p-corp-news__body-tag {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.p-corp-news__body-tag-list {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 800px) {
  .p-corp-news__body-tag-list {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-corp-news__body-tag-item {
  position: relative;
  padding-right: 1em;
  opacity: 0;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 800px) {
  .p-corp-news__body-tag-item:not(:last-child):after {
    content: "";
    -webkit-clip-path: polygon(0 0, 20% 0, 100% 100%, 80% 100%);
            clip-path: polygon(0 0, 20% 0, 100% 100%, 80% 100%);
    height: 1.2em;
    display: inline-block;
    width: 0.5em;
    position: absolute;
    right: 0.25em;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-corp-news__body-list {
  width: calc(98% - 200px);
}
@media screen and (max-width: 800px) {
  .p-corp-news__body-list {
    width: 100%;
  }
}
.p-corp-news__body-list-item {
  border-bottom: solid 1px #fff;
  opacity: 0;
  animation-fill-mode: forwards;
}
.p-corp-news__body-list-item:first-child {
  border-top: solid 1px #fff;
}
.p-corp-news__body-list-item-ancar {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 800px) {
  .p-corp-news__body-list-item-ancar {
    padding: 10px 0;
  }
}
.p-corp-news__body-list-item-img {
  width: 160px;
  margin-right: 4%;
}
@media screen and (max-width: 800px) {
  .p-corp-news__body-list-item-img {
    width: 120px;
    margin-right: 2%;
  }
}
.p-corp-news__body-list-item-img img {
  width: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.p-corp-news__body-list-item-ancar:hover .p-corp-news__body-list-item-img::before, .p-corp-news__body-list-item-ancar:hover .p-corp-news__body-list-item-img::after {
  opacity: 1;
}
.p-corp-news__body-list-item-ancar:hover .p-corp-news__body-list-item-img img {
  opacity: 0.7;
}
.p-corp-news__body-list-item-txt {
  width: calc(96% - 160px);
}
@media screen and (max-width: 800px) {
  .p-corp-news__body-list-item-txt {
    font-size: 1.2rem;
    width: calc(98% - 120px);
  }
}
.p-corp-news__body-list-item-txt-tag {
  display: inline-block;
  padding: 0 0.5em 0.1em;
  margin: 0 0.25em 0.25em 0;
  border-radius: 30px;
}
.p-corp-news__body-list-item-txt-date {
  display: inline-block;
}
.p-corp-news__body-list-item-txt-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0.25em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-corp-news__body-list-item-txt-ttl {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.p-news-detail {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-news-detail {
    display: block;
  }
}
.p-news-detail__main {
  width: 70%;
  padding: 4%;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 800px) {
  .p-news-detail__main {
    width: 100%;
    margin-bottom: 40px;
    padding: 8% 4%;
  }
}
.p-news-detail__main-head {
  opacity: 0;
  animation-fill-mode: forwards;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .p-news-detail__main-head {
    margin-bottom: 20px;
  }
}
.p-news-detail__main-tag {
  display: inline-block;
  padding: 0 0.5em 0.1em;
  margin: 0 0.25em 0.25em 0;
  background: #E57200;
}
.p-news-detail__main-date {
  display: inline-block;
}
.p-news-detail__main-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0.25em 0 1em;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-news-detail__main-ttl {
    font-size: 2rem;
  }
}
.p-news-detail__main-img {
  width: 100%;
}
.p-news-detail__main-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.p-news-detail__main-editor {
  opacity: 0;
  animation-fill-mode: forwards;
}
.p-news-detail__main #ez-toc-container {
  width: 100%;
  max-width: 400px;
  margin: 80px auto;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 800px) {
  .p-news-detail__main #ez-toc-container {
    margin: 40px auto;
  }
}
.p-news-detail__main #ez-toc-container a {
  color: #fff;
  text-decoration: none !important;
}
.p-news-detail__main #ez-toc-container a:visited {
  color: #fff;
}
.p-news-detail__main #ez-toc-container a:hover {
  color: #E57200;
  text-decoration: none;
}
.p-news-detail__main .ez-toc-title {
  display: block !important;
  padding-bottom: 0.25em !important;
  margin-bottom: 0.25em !important;
  border-bottom: solid 1px #fff;
}

.p-news-detail__sub {
  width: 26%;
  margin-left: 4%;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .p-news-detail__sub {
    width: 92%;
    margin: 0 4%;
  }
}
.p-news-detail__sub-new {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .p-news-detail__sub-new {
    margin-bottom: 20px;
  }
}
.p-news-detail__sub-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 800px) {
  .p-news-detail__sub-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .p-news-detail__sub-list-item {
    border-bottom: solid 1px #fff;
  }
}
.p-news-detail__sub-list-item:first-child {
  border-top: solid 1px #fff;
}
.p-news-detail__sub-list-item-ancar {
  display: block;
  padding: 20px 0;
}
@media screen and (max-width: 800px) {
  .p-news-detail__sub-list-item-ancar {
    display: flex;
    padding: 10px 0;
  }
}
.p-news-detail__sub-list-item-img {
  width: 100%;
  margin-bottom: 10px;
  background: #5b005b;
}
@media screen and (max-width: 800px) {
  .p-news-detail__sub-list-item-img {
    width: 120px;
    margin: 0 2% 0 0;
  }
}
.p-news-detail__sub-list-item-img img {
  width: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.p-news-detail__sub-list-item-ancar:hover .p-news-detail__sub-list-item-img::before, .p-news-detail__sub-list-item-ancar:hover .p-news-detail__sub-list-item-img::after {
  opacity: 1;
}
.p-news-detail__sub-list-item-ancar:hover .p-news-detail__sub-list-item-img img {
  opacity: 0.7;
}
.p-news-detail__sub-list-item-txt {
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .p-news-detail__sub-list-item-txt {
    width: calc(98% - 120px);
  }
}
.p-news-detail__sub-list-item-txt-tag {
  display: inline-block;
  padding: 0 0.5em 0.1em;
  margin: 0 0.25em 0.25em 0;
  background: #E57200;
}
.p-news-detail__sub-list-item-txt-date {
  display: inline-block;
}
.p-news-detail__sub-list-item-txt-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.25em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-news-detail__sub-list-item-txt-ttl {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.p-news-detail__sub-toc {
  position: sticky;
  top: 20px;
}
.p-news-detail__sub-toc #ez-toc-container {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.p-news-detail__sub-toc #ez-toc-container a:visited {
  color: #fff;
}
.p-news-detail__sub-toc #ez-toc-container a:hover {
  color: #E57200;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .p-news-detail__sub-toc #ez-toc-container {
    display: none;
  }
}
.p-news-detail__sub-toc #ez-toc-container .ez-toc-title {
  font-size: 2rem;
  line-height: 1.7;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #fff;
}

.p-news-detail__cta {
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 800px) {
  .p-news-detail__cta {
    margin-bottom: 80px;
  }
}
.p-news-detail__cta_item {
  padding: 40px 4% 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .p-news-detail__cta_item {
    margin-bottom: 20px;
  }
}
.p-news-detail__cta_ttl {
  font-size: 2.4rem;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 800px) {
  .p-news-detail__cta_ttl {
    font-size: 2rem;
  }
}
.p-news-detail__cta_inr {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.p-news-detail__cta_txt {
  margin-right: 4%;
  width: 66%;
  text-align: left;
}
.p-news-detail__cta_img {
  width: 30%;
  height: auto;
}
.p-news-detail__cta_img img {
  height: auto;
}
.p-news-detail__cta_btn-ancar {
  padding: 20px 4%;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  min-width: 350px;
  border-radius: 100px;
}
.p-news-detail__cta_btn i {
  margin-left: 1em;
}

.prequel__band {
  font-size: clamp(1.1rem, 1.8vw, 1.6rem);
  line-height: 1.4;
  text-align: center;
  background: #E57200;
  padding: 0.2em 1em 0.4em;
}
.prequel__band-br {
  display: inline-block;
}
.prequel__2col {
  display: flex;
}
.prequel__manga {
  width: 60%;
  text-align: right;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  .prequel__manga {
    width: 100%;
  }
}
.prequel__list {
  width: 100%;
  max-width: 800px;
  padding: 0 4% clamp(48px, 5vw, 96px);
  background: #111;
  display: inline-grid;
  gap: clamp(96px, 10vw, 192px) 0;
}
.prequel__list-item {
  text-align: center;
}
.prequel__list-item img {
  display: inline-block;
}
.prequel__list-item img.manga-250 {
  width: 45.5%;
  max-width: 250px;
}
.prequel__list-item img.manga-350 {
  width: 59.5%;
  max-width: 350px;
}
.prequel__list-item img.manga-400 {
  width: 66.5%;
  max-width: 400px;
}
.prequel__list-item img.manga-450 {
  width: 73.5%;
  max-width: 540px;
}
.prequel__list-item img.manga-540 {
  width: 86.5%;
  max-width: 540px;
}
.prequel__list-item--first {
  height: calc(100dvh - 30px);
  min-height: 700px;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.prequel__list-item--first img {
  max-width: 400px;
}
.prequel__list-item--first img.img-01 {
  width: 80%;
  margin-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .prequel__list-item--first img.img-01 {
    margin-bottom: 7vw;
  }
}
.prequel__list-item--first img.img-02 {
  width: 35%;
}
.prequel__list-item--last-txt {
  padding: 0 4% clamp(24px, 8vw, 48px);
}
.prequel__list-item--last-txt .txt-01 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .prequel__list-item--last-txt {
    text-align: left;
  }
  .prequel__list-item--last-txt br {
    display: none;
  }
}
.prequel__list-item--last-img {
  width: 50%;
  max-width: 240px;
  display: inline-block;
}
.prequel__dec {
  width: 40%;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 800px) {
  .prequel__dec {
    display: none;
  }
}
.prequel__dec-toritori {
  margin-bottom: 3vw;
}
.prequel__dec-catch {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(1.6rem, 1.8vw, 3.2rem);
  font-weight: 900;
  position: relative;
}
.prequel__dec-catch::before, .prequel__dec-catch::after {
  content: "";
  display: block;
  width: 120px;
  height: 60px;
  z-index: 10;
  animation: floatY 3s ease-in-out infinite;
  position: absolute;
}
.prequel__dec-catch::before {
  background: url(../img/maison-de-nightmare/teaser/ttl-deco-02.png) no-repeat 50% 50%/100%;
  bottom: 0px;
  left: 200px;
}
.prequel__dec-catch::after {
  background: url(../img/maison-de-nightmare/teaser/ttl-deco-01.png) no-repeat 50% 50%/100%;
  top: 0px;
  right: 200px;
  animation-delay: 1s;
}
.prequel__dec-catch ruby {
  font-size: 1.5em;
  margin-bottom: 0.3em;
}
.prequel__dec-catch rt {
  margin-left: 0.2em;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.scroll {
  position: absolute;
  bottom: 80px;
  writing-mode: vertical-rl;
}

.scroll::before {
  animation: scroll 2s infinite;
  background: #fff;
  bottom: -65px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

.scroll::after {
  background: #333;
  bottom: -65px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}/*# sourceMappingURL=maison-teaser.css.map */