@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;
  background: #08070a;
  width: 100%;
  overflow: hidden;
}

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 shake {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(-3px, -3px);
  }
  10% {
    transform: translate(3px, 3px);
  }
  15% {
    transform: translate(-3px, -3px);
  }
  20% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes chara-scroll-pc01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1800px);
  }
}
@keyframes chara-scroll-pc02 {
  0% {
    transform: translateX(1800px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes chara-scroll-sp01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1000px);
  }
}
@keyframes chara-scroll-sp02 {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes evil-01 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  0.5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  1% {
    transform: translate(-80px, -40px);
    opacity: 0;
  }
  1.5% {
    transform: translate(-80px, -40px);
    opacity: 0.5;
  }
  2% {
    transform: translate(-80px, -40px);
    opacity: 0.5;
  }
  2.5% {
    transform: translate(-80px, -40px);
    opacity: 0;
  }
  3% {
    transform: translate(80px, 40px);
    opacity: 0;
  }
  3.5% {
    transform: translate(80px, 40px);
    opacity: 0.5;
  }
  4% {
    transform: translate(80px, 40px);
    opacity: 0.5;
  }
  4.5% {
    transform: translate(80px, 40px);
    opacity: 0;
  }
  5% {
    transform: translate(-240px, 0px);
    opacity: 0;
  }
  5.5% {
    transform: translate(-240px, 40px);
    opacity: 0.5;
  }
  6% {
    transform: translate(-240px, 40px);
    opacity: 0.5;
  }
  6.5% {
    transform: translate(-240px, 40px);
    opacity: 0;
  }
  7% {
    transform: translate(240px, -40px);
    opacity: 0.5;
  }
  7.5% {
    transform: translate(240px, -40px);
    opacity: 0.5;
  }
  8% {
    transform: translate(240px, -40px);
    opacity: 0;
  }
  8.5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  9% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes evil-02 {
  0% {
    transform: translate(0, 0);
  }
  0.5% {
    transform: translate(-3px, -3px);
  }
  1% {
    transform: translate(3px, 3px);
  }
  1.5% {
    transform: translate(-3px, -3px);
  }
  2% {
    transform: translate(3px, 3px);
  }
  2.5% {
    transform: translate(-3px, -3px);
  }
  3% {
    transform: translate(3px, 3px);
  }
  3.5% {
    transform: translate(-3px, -3px);
  }
  4% {
    transform: translate(3px, 3px);
  }
  4.5% {
    transform: translate(-3px, -3px);
  }
  5% {
    transform: translate(3px, 3px);
  }
  5.5% {
    transform: translate(-3px, -3px);
  }
  6% {
    transform: translate(3px, 3px);
  }
  6.5% {
    transform: translate(-3px, -3px);
  }
  7% {
    transform: translate(3px, 3px);
  }
  7.5% {
    transform: translate(-3px, -3px);
  }
  8% {
    transform: translate(3px, 3px);
  }
  8.5% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes evil-03 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  0.5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  1% {
    transform: translate(80px, -40px);
    opacity: 0;
  }
  1.5% {
    transform: translate(80px, -40px);
    opacity: 0.5;
  }
  2% {
    transform: translate(80px, -40px);
    opacity: 0.5;
  }
  2.5% {
    transform: translate(80px, -40px);
    opacity: 0;
  }
  3% {
    transform: translate(-80px, 40px);
    opacity: 0;
  }
  3.5% {
    transform: translate(-80px, 40px);
    opacity: 0.5;
  }
  4% {
    transform: translate(-80px, 40px);
    opacity: 0.5;
  }
  4.5% {
    transform: translate(-80px, 40px);
    opacity: 0;
  }
  5% {
    transform: translate(240px, 0px);
    opacity: 0;
  }
  5.5% {
    transform: translate(240px, 40px);
    opacity: 0.5;
  }
  6% {
    transform: translate(240px, 40px);
    opacity: 0.5;
  }
  6.5% {
    transform: translate(240px, 40px);
    opacity: 0;
  }
  7% {
    transform: translate(-240px, -40px);
    opacity: 0.5;
  }
  7.5% {
    transform: translate(-240px, -40px);
    opacity: 0.5;
  }
  8% {
    transform: translate(-240px, -40px);
    opacity: 0;
  }
  8.5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  9% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes skew {
  0% {
    transform: none;
  }
  33% {
    transform: none;
  }
  33.3% {
    transform: skewX(10deg);
  }
  33.6% {
    transform: skewX(-10deg);
  }
  33.9% {
    transform: none;
  }
  66% {
    transform: none;
  }
  66.3% {
    transform: skewX(1.5deg);
  }
  66.6% {
    transform: skewX(-1.5deg);
  }
  66.9% {
    transform: none;
  }
  77% {
    transform: none;
  }
  77.3% {
    transform: skewX(5deg);
  }
  77.6% {
    transform: skewX(-5deg);
  }
  77.9% {
    transform: none;
  }
}
@keyframes chara {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  23% {
    opacity: 0.5;
  }
  26% {
    opacity: 0.7;
  }
  29% {
    opacity: 0.5;
  }
  32% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sway {
  0% {
    transform: translate(0, -50%);
  }
  21% {
    transform: translate(0, -50%);
  }
  22% {
    transform: translate(-20px, -50%);
  }
  23% {
    transform: translate(0, -50%);
  }
  24% {
    transform: translate(20px, -50%);
  }
  25% {
    transform: translate(-5px, -50%);
  }
  26% {
    transform: translate(0, -50%);
  }
  27% {
    transform: translate(5px, -50%);
  }
  28% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
@keyframes swaySp {
  0% {
    transform: translate(0, 0);
  }
  21% {
    transform: translate(0, 0);
  }
  22% {
    transform: translate(-20px, 0);
  }
  23% {
    transform: translate(0, 0);
  }
  24% {
    transform: translate(20px, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  26% {
    transform: translate(0, 0);
  }
  27% {
    transform: translate(5px, 0);
  }
  28% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes passing {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passingTxt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jump {
  0% {
    transform: translate(0, 2em);
  }
  50% {
    transform: translate(0, 0);
  }
}
.jump {
  animation-name: jump;
}

@keyframes fadeCircle {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  40% {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.fadeCircle {
  animation-name: fadeCircle;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  50%, 100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  50%, 100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  50%, 100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

/*
 * maison-de-nightmare layout
 */
.l-footer {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 40px 5%;
  background: #0d0d0f;
  position: relative;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4vw;
  z-index: -10;
  width: 4vw;
  background: #0d0d0f;
}
@media screen and (max-width: 800px) {
  .l-footer {
    text-align: center;
    padding: 40px 5% 20px;
  }
  .l-footer::before {
    display: none;
  }
}
.l-footer__logo {
  width: 200px;
}
@media screen and (max-width: 800px) {
  .l-footer__logo {
    width: 120px;
    margin: 0 auto 0 0;
  }
}
.l-footer__copyright {
  margin-left: 30px;
}
.l-footer__copyright i {
  margin-right: 8px;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.l-header-inr {
  position: fixed;
  width: 120px;
  top: 0;
  bottom: 0;
  left: -120px;
  right: auto;
  z-index: 20;
  height: 100vh;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
}
.js-scroll .l-header-inr {
  left: 0;
}
@media screen and (max-width: 800px) {
  .l-header-inr {
    position: absolute;
    width: 100%;
    height: 60px;
    border-left: none;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    align-items: center;
    background: none;
  }
  .js-scroll .l-header-inr {
    top: 0;
  }
}
.l-header-box {
  display: block;
  width: 100%;
  background: #000;
  position: relative;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 800px) {
  .l-header-box {
    position: fixed;
    width: 100%;
    text-align: center;
    border-right: none;
    height: 60px;
    top: -61px;
    right: 0;
    background: none;
    display: flex;
    flex-direction: row-reverse;
  }
}
.l-header-logo__ancar {
  display: block;
}
.l-header-logo__img {
  height: 60px;
}
.js-scroll .l-header-inner {
  right: 0;
}
.js-open .l-header-inner {
  right: 0;
}
@media screen and (max-width: 800px) {
  .js-scroll .l-header-inner {
    top: 0;
  }
  .js-open .l-header-inner {
    top: 0;
  }
}
.l-header-logo {
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  height: 85px;
  width: 400px;
  background: #0A2654;
  display: table;
  padding: 0 30px 0 120px;
  position: fixed;
  top: -85px;
  left: 0;
  transition: 0.4s;
}
.l-header-logo:hover {
  background: #0A2654;
}
.l-header-logo__inr {
  display: table-cell;
  vertical-align: middle;
}
.l-header-logo__img {
  margin: 0 10px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 800px) {
  .l-header-logo {
    position: static;
    text-decoration: none;
    width: 50%;
    height: 100%;
    padding: 0 30px 0 0;
  }
  .l-header-logo__img {
    width: 80%;
    padding: 10px 0;
  }
}
.js-scroll .l-header-logo {
  top: 0;
}
.l-header-sp {
  position: fixed;
  z-index: 10;
  text-decoration: none;
  width: auto;
  height: 60px;
  display: none;
  top: -60px;
}
.l-header-sp img {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .l-header-sp {
    display: block;
  }
}
.l-header-old {
  clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
  padding: 10px 40px 0;
  transform: rotateZ(-90deg) translate(50%, 0);
  height: 60px;
  width: 280px;
  background: #000;
  display: table;
  position: fixed;
  transform-origin: right bottom;
  right: -60px;
  top: 50%;
  transition: 0.4s;
  border-top: solid 1px #C23127;
}
.l-header-old::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  width: 30px;
  height: 100%;
  background: #C23127;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.l-header-old::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  width: 30px;
  height: 100%;
  background: #C23127;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.l-header-old:hover {
  background: #8c1f18;
}
.l-header-old__inr {
  display: table-cell;
  vertical-align: middle;
}
.l-header-old__img {
  margin: 0 10px;
  width: calc(100% - 20px);
}
.l-header-old__arr {
  display: none;
}
@media screen and (max-width: 800px) {
  .l-header-old {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    transform: none;
    width: calc(100% - 240px);
    height: 100%;
    border-top: none;
    border-bottom: solid 1px #C23127;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
    width: calc(50% + 40px);
    display: flex;
    padding: 0 0 0 40px;
  }
  .l-header-old::after {
    display: none;
  }
  .l-header-old__inr {
    display: flex;
  }
  .l-header-old__img {
    margin: 0 10px 0 0;
    width: 150px;
  }
  .l-header-old__arr {
    display: block;
    width: 10px;
  }
}
.js-scroll .l-header-old {
  right: 0;
}
.l-header-nemu {
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 30px auto 0;
  width: 60px;
  height: 40px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .l-header-nemu {
    margin: 0;
    filter: drop-shadow(0px 0px 2px #08070a);
    width: 61px;
    height: 61px;
    background: #000;
    z-index: -10;
    border: solid 1px #c23127;
    top: -1px;
    right: -1px;
  }
}
.l-header-nemu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/blood-recall-2/saigonouta-img-05.svg) no-repeat 50% 50%/contain;
  display: block;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .l-header-nemu::before {
    background: url(../img/blood-recall-2/saigonouta-img-05.svg) no-repeat 50% 50%/38px;
  }
}
.js-open .l-header-nemu::before {
  opacity: 0;
  transform: scaleY(0);
}
.l-header-btm {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .l-header-btm {
    display: none;
  }
}
.l-header-sns {
  color: #08070a;
  font-size: 2.4rem;
  text-align: center;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.l-header-sns:hover {
  background: #325F9D;
}
.l-header-sns i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.l-header-sns--x {
  margin: 0 auto 20px;
}
.l-header-sns--instagram {
  margin: 0 auto 30px;
}
.l-header-btn {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  padding: 0.5em 0 0;
  margin: 0 auto;
  transition: 0.3s;
}
.l-header-btn::before {
  content: "";
  background: url(../img/blood-recall/common-arrow.svg) no-repeat 50% 50%/cover;
  width: 15px;
  height: 18px;
  display: block;
  margin: 0 auto 5px;
  transform: rotate(270deg);
}
.l-header-btn:hover {
  padding: 0 0 0.5em;
}
.l-header-gnav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  background: url(../img/blood-recall-2/saigonouta-img-08.png) #0d0d0f no-repeat 50% 50%/cover;
}
@media screen and (max-width: 800px) {
  .l-header-gnav {
    padding: 0 4%;
    background: url(../img/blood-recall-2/saigonouta-img-08-sp.png) #0d0d0f no-repeat 50% 50%/cover;
  }
}
.js-open .l-header-gnav {
  opacity: 1;
  pointer-events: all;
}
.l-header-gnav__inr {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__inr {
    display: table;
  }
}
.l-header-gnav__logo {
  flex-basis: 40%;
  padding-right: 12%;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__logo {
    width: 100%;
    height: 150px;
    padding-right: 0;
    margin-top: 80px;
  }
}
.l-header-gnav__logo-ancar {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__logo-ancar {
    max-width: 200px;
  }
}
.l-header-gnav__blc {
  display: flex;
  flex-basis: calc(60% - 120px);
}
@media screen and (max-width: 800px) {
  .l-header-gnav__blc {
    display: block;
    width: 100%;
    margin: 4vw 0 2vw;
  }
}
.l-header-gnav__sns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__sns {
    margin-top: 20px;
  }
}
.l-header-gnav__sns-item {
  margin: 0 10px;
}
.l-header-gnav__sns-ancar {
  color: #08070a;
  font-size: 2.4rem;
  text-align: center;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.l-header-gnav__sns-ancar:hover {
  background: #325F9D;
}
.l-header-gnav__sns i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.l-header-gnav__main {
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__main {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.l-header-gnav__main-item {
  font-size: 4rem;
}
.l-header-gnav__main-item:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__main-item {
    font-size: 10vw;
  }
  .l-header-gnav__main-item:not(:last-child) {
    margin-bottom: 0.1em;
  }
}
.l-header-gnav__main-ancar {
  line-height: 1.2;
  display: inline-block;
}
.l-header-gnav__main-ancar:hover .l-header-gnav__main-en::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.l-header-gnav__main-en {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.l-header-gnav__main-en::before {
  content: "";
  position: absolute;
  background: url(../img/blood-recall-2/saigonouta-img-07.svg) no-repeat 50% 50%/contain;
  top: 50%;
  left: -25px;
  right: 0;
  height: 5px;
  transform: translate(0, -50%);
  transition: 0.3s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  width: 340px;
}
.l-header-gnav__main-en img {
  width: 80%;
}
.l-header-gnav__main-ja {
  color: #c23127;
  font-size: 1.8rem;
  font-family: serif;
  display: block;
}
.l-header-gnav__main-ja .span {
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__main-ja {
    font-size: 3vw;
  }
  .l-header-gnav__main-ja .span {
    font-size: 2.6vw;
  }
}
.l-header-gnav__sub {
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__sub {
    width: 100%;
  }
}
.l-header-gnav__sub-item {
  font-size: 3rem;
}
.l-header-gnav__sub-item:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__sub-item {
    font-size: 5vw;
    width: 100%;
  }
  .l-header-gnav__sub-item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.l-header-gnav__sub-item--sns {
  display: flex;
}
.l-header-gnav__sub-ancar {
  line-height: 1.2;
  display: inline-block;
}
.l-header-gnav__sub-ancar:hover .l-header-gnav__sub-en::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.l-header-gnav__sub-en {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.l-header-gnav__sub-en::before {
  content: "";
  position: absolute;
  background: url(../img/blood-recall-2/saigonouta-img-07.svg) no-repeat 50% 50%/contain;
  top: 50%;
  left: -25px;
  right: 0;
  height: 5px;
  transform: translate(0, -50%);
  transition: 0.3s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  width: 340px;
}
.l-header-gnav__sub-en img {
  width: 80%;
}
.l-header-gnav__sub-ja {
  color: #c23127;
  font-size: 1.8rem;
  font-family: serif;
  display: block;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__sub-ja {
    font-size: 3vw;
  }
}
.l-header-gnav__close {
  flex-basis: 120px;
  align-self: flex-start;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__close {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
  }
}
.l-header-gnav__close::before {
  content: "";
  margin: 30px auto 0;
  width: 60px;
  height: 40px;
  background: url(../img/blood-recall-2/saigonouta-img-06.svg) no-repeat 50% 50%/contain;
  display: block;
  cursor: pointer;
  opacity: 0;
  transform: scaleY(0);
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .l-header-gnav__close::before {
    margin: 0;
    width: 100%;
    height: 100%;
    background: url(../img/blood-recall-2/saigonouta-img-06.svg) no-repeat 50% 50%/38px;
  }
}
.js-open .l-header-gnav__close::before {
  opacity: 1;
  transform: scaleY(1);
}

.l-main {
  font-family: "Zen Antique", serif;
  width: calc(100% - 120px);
  min-height: calc(100vh - 102px);
  margin-left: 120px;
}
@media screen and (max-width: 800px) {
  .l-main {
    width: 100%;
    margin-left: 0;
  }
}

.l-btn-2col {
  display: grid;
  grid-gap: 0 4%;
  grid-template-columns: 1fr 1fr;
  max-width: 700px;
}
@media screen and (max-width: 480px) {
  .l-btn-2col {
    grid-template-columns: none;
    grid-gap: 20px 0;
  }
}

.l-btn, .l-back {
  max-width: 350px;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .l-btn, .l-back {
    margin: 0 auto;
    max-width: 260px;
    font-size: 1.7rem;
  }
}
.l-btn-ancar, .l-back-ancar {
  display: block;
  padding: 12px 0;
  text-align: center;
  transform: skewX(-20deg);
  background: #c23127;
}
.l-btn-ancar::before, .l-back-ancar::before {
  background: #8c1f18;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}
.l-btn-ancar:hover::before, .l-back-ancar:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-btn-inr, .l-back-inr {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(20deg);
}
.l-btn-inr::before, .l-back-inr::before {
  content: "";
  background: url(../img/blood-recall/common-arrow.svg) no-repeat 50% 50%/cover;
  width: 20px;
  height: 24px;
  margin-right: 1em;
}

.l-back-inr::before {
  transform: rotate(180deg);
}

.l-breadcrumb {
  border-bottom: solid 1px #8D8D8D;
  position: relative;
  white-space: nowrap;
}
.l-breadcrumb-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.8em 2em 0.8em 4vw;
  position: absolute;
  bottom: 0;
  background: #8D8D8D;
  color: #0d0d0f;
}
@media screen and (max-width: 800px) {
  .l-breadcrumb-btn {
    padding: 0.5em 0.5em 0.5em 4vw;
    font-size: 1.2rem;
  }
}
.l-breadcrumb-btn::before {
  content: "";
  clip-path: polygon(0 0, 10% 0%, 100% 100%, 0% 100%);
  background: #8D8D8D;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: -1px;
  right: -18px;
}
.l-breadcrumb-btn::after {
  content: "";
  clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
  background: #8D8D8D;
  position: absolute;
  width: 30px;
  top: 0;
  bottom: -1px;
  right: -40px;
}
@media screen and (max-width: 800px) {
  .l-breadcrumb-btn::after {
    clip-path: polygon(0 0, 20% 0, 80% 100%, 60% 100%);
    right: -35px;
  }
}
.l-breadcrumb-btn a {
  color: #0d0d0f;
  white-space: nowrap;
}
.l-breadcrumb-btn a:hover {
  filter: invert(17%) sepia(21%) saturate(6744%) hue-rotate(344deg) brightness(97%) contrast(99%);
}
.l-breadcrumb-btn a img {
  width: 20px;
}
@media screen and (max-width: 800px) {
  .l-breadcrumb-btn a img {
    width: 16px;
  }
}
.l-breadcrumb-btn__slash {
  font-size: 2.4rem;
  padding: 0 0.2em;
  transform: translate(0, -2px);
}
@media screen and (max-width: 800px) {
  .l-breadcrumb-btn__slash {
    font-size: 2rem;
    padding: 0;
  }
}
.l-breadcrumb-btn__parent {
  color: #0d0d0f;
}
.l-breadcrumb-btn__parent:hover {
  color: #c23127;
}

.l-page-head {
  height: 450px;
  background: url(../img/blood-recall/common-bg-01.png) no-repeat 50% -150px/2000px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .l-page-head {
    height: 320px;
    background: url(../img/blood-recall/common-bg-01.png) no-repeat 50% 0/1000px;
  }
}
.l-page-head__ttl {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 4%;
}
.l-page-head__ttl-en {
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 120px));
}
@media screen and (max-width: 800px) {
  .l-page-head__ttl-en {
    transform: translate(0, calc(-50% - 82px));
  }
}
.l-page-head__ttl-en::before, .l-page-head__ttl-en::after {
  content: "";
  background: url(../img/blood-recall/play-ttl.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 1500px;
  height: 140px;
}
@media screen and (max-width: 800px) {
  .l-page-head__ttl-en::before, .l-page-head__ttl-en::after {
    width: 900px;
    height: 84px;
  }
}
.l-page-head__ttl-en::before {
  animation: chara-scroll-pc01 20s linear infinite;
}
@media screen and (max-width: 800px) {
  .l-page-head__ttl-en::before {
    animation: chara-scroll-sp01 20s linear infinite;
  }
}
.l-page-head__ttl-en::after {
  animation: chara-scroll-pc02 20s linear infinite;
}
@media screen and (max-width: 800px) {
  .l-page-head__ttl-en::after {
    animation: chara-scroll-sp02 20s linear infinite;
  }
}
.l-page-head__ttl-ja {
  font-size: 5rem;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 50px));
}
@media screen and (max-width: 800px) {
  .l-page-head__ttl-ja {
    font-size: 3.2rem;
    transform: translate(0, calc(-50% - 40px));
  }
}
.l-page-head__subTtl {
  font-size: 3rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 800px) {
  .l-page-head__subTtl {
    font-size: 1.8rem;
    margin-left: 0;
    display: block;
  }
}
.l-page-body {
  background: url(../img/blood-recall/common-bg-02.png) repeat-y 100% 0/350px, url(../img/blood-recall/common-bg-03.png) repeat-y 0 0/350px;
  padding-bottom: 200px;
}
@media screen and (max-width: 800px) {
  .l-page-body {
    padding-bottom: 100px;
    background: url(../img/blood-recall/common-bg-02.png) repeat-y 100% 0/40%, url(../img/blood-recall/common-bg-03.png) repeat-y 0 0/40%;
  }
}
.l-page-body-inr {
  width: 100%;
}

.l-mw1100 {
  max-width: calc(1000px + 100px);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.l-mw1200 {
  max-width: calc(1000px + 200px);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.l-mw1300 {
  max-width: calc(1000px + 300px);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.l-mw1400 {
  max-width: calc(1000px + 400px);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.l-mw1500 {
  max-width: calc(1000px + 500px);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.l-mw1600 {
  max-width: calc(1000px + 600px);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.l-mw1700 {
  max-width: calc(1000px + 700px);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.l-mw1800 {
  max-width: calc(1000px + 800px);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.l-mw1900 {
  max-width: calc(1000px + 900px);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.l-pley-head {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 2px #8b1f17;
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .l-pley-head {
    display: block;
    margin-bottom: 30px;
  }
}
.l-pley-head__nmb {
  background: #8b1f17;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  width: 140px;
  padding: 0.1em 0.5em 0.1em 0;
  margin-bottom: -1px;
  text-align: center;
  height: 1.8em;
  display: block;
}
@media screen and (max-width: 800px) {
  .l-pley-head__nmb {
    font-size: 1.6rem;
    width: 100px;
    margin-bottom: 5px;
  }
}
.l-pley-head__ttl {
  margin-left: 1em;
  width: calc(100% - 140px - 1em);
  display: block;
}
@media screen and (max-width: 800px) {
  .l-pley-head__ttl {
    font-size: 2rem;
    width: 100%;
    margin: 0 0 5px 0;
  }
}

/*==================================
 グーテンベルグ
==================================== */
.l-editor h2 {
  font-size: 3.4rem;
  font-weight: bold;
  border-bottom: solid 2px #8b1f17;
  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 #8b1f17;
  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 #fff;
  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;
  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;
  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;
  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 {
    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
 */
.c-ttl__blc {
  padding: 0 5%;
}
.c-ttl__left {
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .c-ttl__left {
    margin-bottom: 60px;
  }
}
.c-ttl__left-inr {
  width: 350px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .c-ttl__left-inr {
    width: 200px;
  }
}
.c-ttl__left-en {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.c-ttl__left-en::before {
  content: "";
  position: absolute;
  border-bottom: solid 4px #c23127;
  bottom: -19px;
  right: 4px;
  width: calc(100% - 110px);
  clip-path: polygon(4px 0, 100% 0, 100% 100%, 0% 100%);
}
.c-ttl__left-ja {
  display: block;
  font-family: serif;
  position: relative;
}
.c-ttl__left-ja::before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #c23127;
  bottom: -10px;
  right: 100%;
  width: 100%;
}
.c-ttl__left-ja-inr {
  display: inline-block;
  position: relative;
  width: 85px;
}
.c-ttl__left-ja-inr::before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #c23127;
  bottom: -10px;
  right: 0;
  width: 100%;
}
.c-ttl__left-ja-inr::after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #c23127;
  bottom: -9px;
  right: 1px;
  width: 36px;
  transform: rotateZ(135deg);
  transform-origin: right bottom;
}
.c-ttl__right {
  margin-bottom: 80px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .c-ttl__right {
    margin-bottom: 60px;
  }
}
.c-ttl__right-inr {
  width: 350px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .c-ttl__right-inr {
    width: 200px;
  }
}
.c-ttl__right-en {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.c-ttl__right-en::before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #c23127;
  bottom: -17px;
  left: 176px;
  width: 100%;
}
.c-ttl__right-ja {
  display: block;
  font-family: serif;
  position: relative;
}
.c-ttl__right-ja-inr {
  display: inline-block;
  position: relative;
  width: 150px;
}
.c-ttl__right-ja-inr::before {
  content: "";
  position: absolute;
  border-bottom: solid 4px #c23127;
  bottom: -11px;
  right: -6px;
  width: calc(100% + 6px);
  clip-path: polygon(0 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
.c-ttl__right-ja-inr::after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #c23127;
  bottom: -10px;
  right: -1px;
  width: 36px;
  transform: rotateZ(135deg);
  transform-origin: right bottom;
}
.l-maison-root {
  background: none;
  overflow: clip;
}

.l-maison-parallax {
  position: relative;
  z-index: 1;
}
.l-maison-parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/maison-de-nightmare/top/news-bg-01.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-maison-parallax::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #111;
  mix-blend-mode: multiply;
}

.l-maison-footer {
  color: #222;
  text-align: center;
  padding: 0.2em 0;
  background: #fff;
}

@keyframes shake-45 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2px, -2px); /* 右斜め上へ (X+, Y-) */
  }
  50% {
    transform: translate(-2px, 2px); /* 左斜め下へ (X-, Y+) */
  }
  75% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.js-clip-wipe {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-clip-wipe.is-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-maison-op {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #6600cc;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  pointer-events: none;
}

.p-maison-op-logo {
  width: 80%;
  max-width: 400px;
  margin-bottom: 48px;
}

.is-open .p-maison-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;
  }
}
.c-button {
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
  width: 92%;
  max-width: 440px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #cc6600;
  font-size: clamp(1.6rem, 0.4vw + 1.5rem, 2rem);
  font-weight: bold;
}
.c-button:hover {
  color: #cc6600;
  background: #fff;
}

.p-maison-hero {
  position: relative;
}
.p-maison-hero::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/maison-de-nightmare/top/mv-pc.jpg) center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-maison-hero::before {
    background: url(../img/maison-de-nightmare/top/mv-sp.jpg) center/cover no-repeat;
  }
}
.p-maison-hero__visual {
  height: 100dvh;
  transition: 0.2s;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 2%;
}
.p-maison-hero__visual.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
.p-maison-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-maison-hero__title {
  display: inline-block;
}
.p-maison-hero__title img {
  width: clamp(200px, 22.22vw + 11.11px, 400px);
}
.p-maison-hero__banner {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-maison-hero__banner a {
  transition: 0.2s;
  display: block;
}
.p-maison-hero__banner a:hover {
  transform: scale(1.05);
}

.p-maison-world {
  padding-top: clamp(20px, 2.22vw + 8px, 40px);
  position: relative;
}
.p-maison-world::before {
  content: "";
  background: url(../img/maison-de-nightmare/top/chara-paint-01.svg) no-repeat 50% 100%/contain;
  display: block;
  width: 1920px;
  height: 340px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .p-maison-world::before {
    height: 200px;
  }
}
.p-maison-world__container {
  background: #111;
  padding: 40px 0 200px;
}
.p-maison-world__inner {
  position: relative;
  z-index: 2;
}
.p-maison-world__title {
  margin-bottom: clamp(40px, 4.44vw + 16px, 80px);
}
.p-maison-world__text {
  width: 100%;
  max-width: 960px;
  margin: 0 auto clamp(60px, 6.67vw + 33.33px, 120px);
  padding: 0 4%;
  text-align: justify;
}
.p-maison-world__lead {
  font-size: clamp(1.8rem, 1.2vw + 1.08rem, 3rem);
  display: inline;
  line-height: 1.7;
  background: #000;
  margin: 0.1em 0;
  padding: 0 12px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.p-maison-world__lead span {
  letter-spacing: -0.05em;
}
.p-maison-world__paragraph {
  font-size: clamp(1.6rem, 0.4vw + 1.5rem, 2rem);
  display: inline;
  line-height: 1.7;
  background: #000;
  margin: 0.1em 0;
  padding: 0 12px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.p-maison-world__button {
  margin-bottom: 40px;
  text-align: center;
}
.p-maison-world__banner-wrap {
  text-align: center;
}
.p-maison-world__banner {
  display: inline-block;
  clip-path: polygon(0 0, 40% 0, 40% 25%, 100% 25%, 100% 100%, 0 100%);
}
.p-maison-world__banner:hover {
  transform: scale(1.05);
}
.p-maison-world__banner img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-maison-world__banner img {
    width: 92%;
  }
}
.p-maison-world__deco {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  min-width: 800px;
}
@media screen and (max-width: 800px) {
  .p-maison-world__deco {
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 480px) {
  .p-maison-world__deco {
    min-width: 700px;
    right: -30%;
  }
}
.p-maison-chara {
  position: relative;
  overflow: clip;
  background: #6600cc;
  padding-bottom: clamp(40px, 4vw, 80px);
}
.p-maison-chara::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
  z-index: 1;
  background: linear-gradient(to top, rgb(102, 0, 204) 0%, rgba(102, 0, 204, 0) 100%);
}
.p-maison-chara__inner {
  position: relative;
  z-index: 1;
}
.p-maison-chara__title {
  margin-bottom: clamp(100px, 10vw, 200px);
}
.p-maison-chara__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 auto clamp(60px, 6vw, 120px);
}
.p-maison-chara__item {
  width: 18%;
  margin: 0 1%;
}
@media screen and (max-width: 800px) {
  .p-maison-chara__item {
    width: 26.3333%;
  }
}
.p-maison-chara__item:nth-child(n+6) {
  margin-top: -4vw;
}
@media screen and (max-width: 800px) {
  .p-maison-chara__item:nth-child(n+6) {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .p-maison-chara__item:nth-child(3), .p-maison-chara__item:nth-child(9) {
    margin-right: 15%;
  }
  .p-maison-chara__item:nth-child(4) {
    margin-left: 15%;
  }
  .p-maison-chara__item:nth-child(n+4) {
    margin-top: -5.5vw;
  }
}
.p-maison-chara__item a {
  display: block;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  transition: 0.2s;
}
.p-maison-chara__item a:hover {
  animation: shake-45 0.4s ease-in-out 1;
}
.p-maison-chara__item a:hover img {
  transform: scale(1.1);
}
.p-maison-chara__item a img {
  width: 100%;
  transition: 0.2s;
}
.p-maison-chara__item--1 a {
  background: #073290;
}
.p-maison-chara__item--2 a {
  background: #a71f24;
}
.p-maison-chara__item--3 a {
  background: #a49420;
}
.p-maison-chara__item--4 a {
  background: #004022;
}
.p-maison-chara__item--5 a {
  background: #176eb7;
}
.p-maison-chara__item--6 a {
  background: #67132a;
}
.p-maison-chara__item--7 a {
  background: #891d4e;
}
.p-maison-chara__item--8 a {
  background: #482657;
}
.p-maison-chara__item--9 a {
  background: #c2531d;
}
.p-maison-chara__button {
  text-align: center;
}
.p-maison-chara__swiper-wrap {
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.p-maison-chara__swiper {
  width: 100%;
  overflow: clip;
}
.p-maison-chara .swiper-slide {
  transition: opacity 0.8s ease-in-out;
}
.p-maison-chara .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-maison-play {
  padding: 360px 0 clamp(80px, 8vw, 160px);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .p-maison-play {
    padding: 200px 0 clamp(80px, 8vw, 160px);
  }
}
.p-maison-play::before {
  content: "";
  background: url(../img/maison-de-nightmare/top/chara-paint-02.svg) no-repeat 50% 100%/contain;
  display: block;
  width: 1920px;
  height: 370px;
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: 4;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .p-maison-play::before {
    height: 200px;
  }
}
.p-maison-play__title {
  margin-bottom: 20px;
  max-width: 1800px;
}
.p-maison-play__swiper {
  width: 100%;
  margin-bottom: clamp(40px, 4vw, 80px);
  padding-bottom: 70px !important;
}
.p-maison-play__subtitle {
  height: clamp(120px, 12vh, 180px);
  width: auto;
  margin: 0 8% 20px 0;
  padding: 0 4%;
}
.p-maison-play__subtitle > img {
  height: 100%;
  width: auto;
}
.p-maison-play__lead {
  font-size: clamp(1.2rem, 1.2rem + 0.4vw, 2rem);
  text-align: left;
  margin-bottom: 20px;
  padding: 0 4%;
}
.p-maison-play__lead span {
  color: #7d3ac9;
  background: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding-left: 0.3em;
  margin-right: 0.4em;
}
.p-maison-play .swiper-slide {
  text-align: center;
  width: auto;
  position: relative;
}
.p-maison-play .swiper-slide::before {
  content: "";
  width: 100%;
  height: 92%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.p-maison-play .swiper-slide:nth-child(1)::before {
  background: #906bc6;
}
.p-maison-play .swiper-slide:nth-child(2)::before {
  background: #7d3ac9;
}
.p-maison-play .swiper-slide:nth-child(3)::before {
  background: #6600cc;
}
@media screen and (max-width: 800px) {
  .p-maison-play .swiper-slide {
    width: 100%;
  }
}
.p-maison-play .swiper-slide > img {
  display: block;
  width: 100%;
  padding: 0 4% 4%;
}
.p-maison-play .swiper-button-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}
.p-maison-play .swiper-button-prev,
.p-maison-play .swiper-button-next {
  display: none;
}
.p-maison-play .swiper-button-prev .swiper-navigation-icon,
.p-maison-play .swiper-button-next .swiper-navigation-icon {
  display: none;
}
@media screen and (max-width: 800px) {
  .p-maison-play .swiper-button-prev,
  .p-maison-play .swiper-button-next {
    display: flex;
    color: #fff;
    font-size: 2.5rem;
    width: 57px;
    height: 100%;
    background: #cc6600;
    clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  }
}
.p-maison-play__button {
  text-align: center;
}

.p-maison-news {
  position: relative;
  z-index: 3;
  padding-bottom: clamp(80px, 8vw, 160px);
}
.p-maison-news__title {
  width: clamp(200px, 50vw, 700px);
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.p-maison-news__wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: -10%;
  padding: 0 4%;
}
@media screen and (max-width: 800px) {
  .p-maison-news__wrap {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.p-maison-news__deco {
  width: clamp(200px, -100px + 37.5vw, 500px);
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .p-maison-news__deco {
    display: none;
  }
}
.p-maison-news__list {
  flex-grow: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .p-maison-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-maison-news__item {
  display: block;
  transition: 0.2s;
}
.p-maison-news__item:hover {
  opacity: 0.7;
}
.p-maison-news__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  display: block;
}
.p-maison-news__subtitle {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-maison-news__subtitle-tag {
  background: #cc6600;
  padding: 0 0.25em;
}
.p-maison-news__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
.p-maison-news__meta-date {
  margin-right: 0.5em;
}
.p-maison-news__meta-icon {
  color: #fff;
  font-size: 1.2rem;
  background: #cc6600;
  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-maison-product {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4% clamp(80px, 8vw, 160px);
}
@media screen and (max-width: 800px) {
  .p-maison-product {
    display: block;
  }
}
.p-maison-product__text {
  width: 70%;
  margin-left: 4%;
}
@media screen and (max-width: 800px) {
  .p-maison-product__text {
    width: 100%;
    margin: 0 0 clamp(20px, 2.22vw + 8px, 40px) 0;
  }
}
.p-maison-product__title {
  width: 100%;
  margin-bottom: clamp(20px, 2.22vw + 8px, 40px);
}
.p-maison-product__dl {
  display: flex;
  font-size: clamp(1.6rem, 0.4vw + 1.5rem, 2rem);
  padding: 0.5em 0;
}
.p-maison-product__dt {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  width: 150px;
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  background: #6600cc;
  padding: 0.2em 0.6em 0 0;
  margin-right: 20px;
}
.p-maison-product__dd {
  width: calc(100% - 130px);
}
.p-maison-product__img {
  width: 26%;
  text-align: center;
}
.p-maison-product__img img {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-maison-product__img {
    width: 100%;
  }
}

.p-maison-credit {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 4% clamp(80px, 8vw, 160px);
}
.p-maison-credit__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4% clamp(80px, 8vw, 160px);
}
.p-maison-credit__main-item {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: bold;
  padding: 0 4%;
  margin-bottom: 1em;
}
.p-maison-credit__main-item--1 {
  width: 100%;
}
.p-maison-credit__main-item--2 {
  width: 50%;
}
.p-maison-credit__main-item--3 {
  width: 50%;
}
.p-maison-credit__main-item--4 {
  width: 100%;
}
.p-maison-credit__main-post {
  color: #fff;
  font-size: 0.5em;
  margin-bottom: 0.5em;
  display: inline-block;
  background: #6600cc;
  padding: 0 0.4em;
}
.p-maison-credit__main-name {
  line-height: 1;
}
.p-maison-credit__sub {
  display: flex;
  font-size: clamp(1.4rem, 0.26rem + 1.43vw, 3rem);
  font-weight: bold;
  margin: 0 auto 1em;
}
.p-maison-credit__sub:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-maison-credit__sub {
    display: block;
    font-size: clamp(1.6rem, 0.26rem + 1.43vw, 3rem);
    margin: 0 auto 2em;
    max-width: 300px;
  }
}
.p-maison-credit__head {
  font-size: 0.7em;
  width: 11em;
  text-align: right;
  margin-top: 0.5em;
}
.p-maison-credit__head > span {
  background: #6600cc;
  padding: 0 0.4em;
}
@media screen and (max-width: 800px) {
  .p-maison-credit__head {
    width: 100%;
    margin: 0 0 1em 0;
    text-align: center;
  }
}
.p-maison-credit__body {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 12em);
  margin-left: 2em;
}
@media screen and (max-width: 800px) {
  .p-maison-credit__body {
    justify-content: center;
    width: 100%;
    margin: 0;
  }
}
.p-maison-credit__body-item {
  padding: 0 4%;
  width: 25%;
  text-align: left;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 800px) {
  .p-maison-credit__body-item {
    width: 50%;
    text-align: center;
  }
}
.u-text-2 {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .u-text-2 {
    font-size: 1.6rem;
  }
}
.u-text-3 {
  font-size: 3rem;
}
@media screen and (max-width: 800px) {
  .u-text-3 {
    font-size: 1.6rem;
  }
}
.u-text-4 {
  font-size: 4rem;
}
@media screen and (max-width: 800px) {
  .u-text-4 {
    font-size: 1.6rem;
  }
}
.u-text-5 {
  font-size: 5rem;
}
@media screen and (max-width: 800px) {
  .u-text-5 {
    font-size: 1.6rem;
  }
}
.u-text-6 {
  font-size: 6rem;
}
@media screen and (max-width: 800px) {
  .u-text-6 {
    font-size: 1.6rem;
  }
}
.u-text-7 {
  font-size: 7rem;
}
@media screen and (max-width: 800px) {
  .u-text-7 {
    font-size: 1.6rem;
  }
}
.u-text-8 {
  font-size: 8rem;
}
@media screen and (max-width: 800px) {
  .u-text-8 {
    font-size: 1.6rem;
  }
}
.u-text-9 {
  font-size: 9rem;
}
@media screen and (max-width: 800px) {
  .u-text-9 {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=maison.css.map */