@charset "UTF-8";
@font-face {
  font-family: "Meychan_web";
  src: url("../fonts/Meychan_web-Regular.otf") format("opentype");
  font-weight: var(--font-weight-heading);
  font-style: normal;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Regular.ttf") format("truetype");
  font-weight: var(--font-weight-number);
  font-style: normal;
}
:root {
  --vw: 1vw;
  --color-base: #111111;
  --color-line: #2c2c2c;
  --color-gray: #656565;
  --color-white: #ffffff;
  --color-orange: #e26522;
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-family-heading: "Meychan_web", sans-serif;
  --font-family-number: "Hind", sans-serif;
  --font-weight-base: 500;
  --font-weight-heading: 400;
  --font-weight-number: 500;
  --letter-spacing-base: 0.08em;
  --letter-spacing-heading: 0.2em;
  --letter-spacing-number: 0.08em;
  --color-rnw-black: #0a0a0a;
  --color-rnw-white: #ffffff;
  --color-rnw-cream: #f9f7f4;
  --color-rnw-section-alt: #e8dece;
  --color-rnw-orange: #ff5500;
  --color-rnw-gray-50: #f2ede6;
  --color-rnw-gray-100: #efefec;
  --color-rnw-gray-200: #ddddd8;
  --color-rnw-gray-400: #999990;
  --color-rnw-gray-600: #555550;
  --color-rnw-gray-800: #2a2a26;
  --font-family-rnw-jp: "Noto Sans JP", var(--font-family-base);
  --font-family-rnw-en: "Antonio", "Bebas Neue", sans-serif;
  --font-family-rnw-script: "Dancing Script", cursive;
  --font-family-rnw-mono: "Space Mono", monospace;
  --ease-rnw-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-rnw-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 720px) {
  html {
    font-size: calc(0.6944444444 * var(--vw));
  }
}
@media screen and (max-width: 719px) {
  html {
    font-size: calc(2.5641025641 * var(--vw));
  }
}

body {
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-base);
  letter-spacing: var(--letter-spacing-base);
  font-size: 1.3rem;
  background-color: var(--color-base);
  color: var(--color-white);
}
@media screen and (min-width: 720px) {
  body {
    font-size: 1.6rem;
  }
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

p {
  line-height: 1.5;
}

@media screen and (min-width: 720px) {
  .visible-sp {
    display: none !important;
  }
}

@media screen and (max-width: 719px) {
  .visible-pc {
    display: none !important;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.c-list {
  padding-left: 0 !important;
  list-style: none;
}
.c-list li {
  padding-left: 1.5rem;
  position: relative;
}
.c-list li + li {
  margin-top: 0.6rem;
}
.c-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.5em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--color-white);
}

.c-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-pagination__linkWrapper a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-pagination__linkWrapper.--prev a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: var(--color-white);
  -webkit-mask: center center/contain url("../img/icon/arrow-left.svg") no-repeat;
  mask: center center/contain url("../img/icon/arrow-left.svg") no-repeat;
}
.c-pagination__linkWrapper.--next a::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: var(--color-white);
  -webkit-mask: center center/contain url("../img/icon/arrow-right.svg") no-repeat;
  mask: center center/contain url("../img/icon/arrow-right.svg") no-repeat;
}

.c-sectionTitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  letter-spacing: var(--letter-spacing-heading);
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .c-sectionTitle {
    font-size: 3.6rem;
  }
}

.c-noiseOverlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.012;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
  animation: c-noiseOverlayShift 0.5s steps(1) infinite;
}

@keyframes c-noiseOverlayShift {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-1%, 1%);
  }
  50% {
    transform: translate(1%, -1%);
  }
  75% {
    transform: translate(-1%, -1%);
  }
  100% {
    transform: translate(1%, 1%);
  }
}
.c-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s var(--ease-rnw-out), transform 0.8s var(--ease-rnw-out);
}
.c-reveal.--visible {
  opacity: 1;
  transform: translateY(0);
}
.c-reveal.--delay1 {
  transition-delay: 0.1s;
}
.c-reveal.--delay2 {
  transition-delay: 0.18s;
}
.c-reveal.--delay3 {
  transition-delay: 0.26s;
}
.c-reveal.--delay4 {
  transition-delay: 0.34s;
}

.c-viewMoreLink {
  font-family: var(--font-family-rnw-mono);
  font-size: 9.6px;
  letter-spacing: 0.25em;
  color: var(--color-rnw-gray-600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s, gap 0.3s;
  white-space: nowrap;
}
.c-viewMoreLink::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  transition: width 0.3s var(--ease-rnw-out);
}
.c-viewMoreLink:hover {
  color: var(--color-rnw-orange);
  gap: 14px;
}
.c-viewMoreLink:hover::after {
  width: 40px;
}

.c-displayHeading {
  font-family: var(--font-family-rnw-script);
  font-weight: 700;
  font-size: clamp(48px, 10vw, 160px);
  letter-spacing: -0.01em;
  line-height: 0.9;
  color: var(--color-rnw-black);
}

.c-displayHeading.--stackHeading {
  will-change: transform, opacity;
  transform-origin: left center;
  display: inline-block;
}

.c-streamLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.c-streamLinks__button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px 11px 14px;
  border-radius: 40px;
  text-decoration: none;
  transition: transform 0.22s var(--ease-rnw-out), box-shadow 0.22s, filter 0.2s;
  flex-shrink: 0;
}
@media screen and (max-width: 719px) {
  .c-streamLinks__button {
    padding: 5px;
  }
}
.c-streamLinks__button:hover {
  opacity: 1;
  transform: translateY(-3px);
  filter: brightness(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.c-streamLinks__button img {
  width: 22px;
  height: 22px;
  display: block;
}
@media screen and (max-width: 719px) {
  .c-streamLinks__button img {
    width: 15px;
    height: 15px;
  }
}
.c-streamLinks__button.--apple {
  background: #fc3c44;
}
.c-streamLinks__button.--spotify {
  background: #1db954;
}
.c-streamLinks__button.--line {
  background: #00b900;
}
.c-streamLinks__button__label {
  font-family: var(--font-family-rnw-mono);
  font-size: 9.28px;
  letter-spacing: 0.06em;
  color: #fff;
  white-space: nowrap;
}

.c-pageHero {
  position: relative;
  overflow: hidden;
  padding: 52px 80px 44px;
  background: var(--color-rnw-cream);
  border-bottom: 1px solid var(--color-rnw-gray-200);
}
.c-pageHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-rnw-orange);
}
@media (max-width: 1023px) {
  .c-pageHero {
    padding: 52px 40px 40px;
  }
}
@media screen and (max-width: 719px) {
  .c-pageHero {
    padding: 48px 20px 36px;
  }
}
.c-pageHero__backLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-family: var(--font-family-rnw-mono);
  font-size: 9.6px;
  letter-spacing: 0.22em;
  color: var(--color-rnw-gray-400);
  text-decoration: none;
  transition: color 0.2s, gap 0.3s;
}
.c-pageHero__backLink::before {
  content: "←";
  transition: transform 0.3s var(--ease-rnw-out);
}
.c-pageHero__backLink:hover {
  opacity: 1;
  color: var(--color-rnw-orange);
}
.c-pageHero__backLink:hover::before {
  transform: translateX(-4px);
}
.c-pageHero__title {
  position: relative;
  z-index: 1;
}
.c-pageHero__ghost {
  position: absolute;
  right: 60px;
  bottom: -0.22em;
  font-family: var(--font-family-rnw-en);
  font-weight: 700;
  font-size: clamp(80px, 10vw, 144px);
  letter-spacing: 0.06em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-rnw-gray-200);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 0;
}
@media screen and (max-width: 719px) {
  .c-pageHero__ghost {
    display: none;
  }
}
.c-pageHero__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.c-pageHero__date {
  font-family: var(--font-family-rnw-mono);
  font-size: 10.88px;
  letter-spacing: 0.1em;
  color: rgba(10, 10, 10, 0.4);
}
.c-pageHero__cat {
  font-family: var(--font-family-rnw-mono);
  font-size: 9.28px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-rnw-orange);
}

.c-movieCard {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 16/9;
  background: var(--color-rnw-gray-800);
  text-decoration: none;
}
.c-movieCard__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-rnw-out), filter 0.4s;
}
.c-movieCard:hover .c-movieCard__img {
  transform: scale(1.04);
  filter: brightness(0.85);
}
.c-movieCard__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s;
}
.c-movieCard:hover .c-movieCard__overlay {
  background: rgba(0, 0, 0, 0.12);
}
.c-movieCard__playCircle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}
.c-movieCard__playCircle svg {
  width: 20px;
  height: 20px;
}
.c-movieCard:hover .c-movieCard__playCircle {
  opacity: 1;
  transform: scale(1);
}
.c-movieCard__type {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  font-family: var(--font-family-rnw-mono);
  font-size: 8.32px;
  letter-spacing: 0.15em;
  color: #fff;
  background: var(--color-rnw-orange);
  padding: 2px 8px;
  border-radius: 2px;
}
.c-movieCard__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 18px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}
.c-movieCard__title {
  font-size: 13.12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.c-movieCard__date {
  font-family: var(--font-family-rnw-mono);
  font-size: 9.6px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3px;
}

.l-container {
  padding: 0 1.5rem;
}
@media screen and (min-width: 720px) {
  .l-container {
    padding: 0;
    max-width: 84.8rem;
    margin: 0 auto;
  }
}

.l-loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #333;
}
.l-loadingOverlay__logo {
  display: block;
  width: 8rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 720px) {
  .l-loadingOverlay__logo {
    width: 16rem;
  }
}

.l-footer {
  background-color: var(--color-rnw-black);
  position: relative;
  overflow: clip;
  padding: 0;
}
.l-footer__lower {
  padding: 36px 80px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 719px) {
  .l-footer__lower {
    padding: 24px 20px 32px;
    gap: 18px;
  }
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 719px) {
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.l-footer__navLink {
  font-family: var(--font-family-rnw-en);
  font-size: 12.8px;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  padding: 13px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.2s, background 0.2s;
}
.l-footer__navLink:hover {
  color: var(--color-rnw-white);
  background: rgba(255, 255, 255, 0.04);
}
.l-footer__navLink.--store {
  color: var(--color-rnw-orange);
}
.l-footer__navLink.--store:hover {
  color: var(--color-rnw-orange);
  background: rgba(255, 85, 0, 0.07);
}
@media screen and (max-width: 719px) {
  .l-footer__navLink {
    font-size: 11.52px;
    padding: 10px 8px;
    letter-spacing: 0.14em;
    text-align: center;
  }
}
.l-footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 719px) {
  .l-footer__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__sns {
  display: flex;
  gap: 0;
}
.l-footer__snsLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: -1px;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.l-footer__snsLink::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-mask: center center/contain no-repeat;
  mask: center center/contain no-repeat;
  transition: background-color 0.2s;
}
.l-footer__snsLink:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
}
.l-footer__snsLink:hover::before {
  background-color: var(--color-rnw-white);
}
.l-footer__snsLink.--youtube::before {
  -webkit-mask-image: url("../img/icon/youtube.svg");
  mask-image: url("../img/icon/youtube.svg");
}
.l-footer__snsLink.--instagram::before {
  -webkit-mask-image: url("../img/icon/instagram.svg");
  mask-image: url("../img/icon/instagram.svg");
}
.l-footer__snsLink.--x::before {
  -webkit-mask-image: url("../img/icon/x.svg");
  mask-image: url("../img/icon/x.svg");
}
.l-footer__snsLink.--tiktok::before {
  -webkit-mask-image: url("../img/icon/tiktok.svg");
  mask-image: url("../img/icon/tiktok.svg");
}
.l-footer__snsLink.--line::before {
  -webkit-mask-image: url("../img/icon/line.png");
  mask-image: url("../img/icon/line.png");
}
.l-footer__copy {
  font-family: var(--font-family-rnw-mono);
  font-size: 8.32px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.2);
  margin: 0;
  display: block;
}

.l-header.--hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 720px) {
  .l-header.--topPage {
    display: none;
  }
}
.l-header__hamburgerBtn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
  width: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.45);
  border: none;
  padding: 10px 0 8px;
  border-radius: 26px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 0.3s;
}
.l-header__hamburgerBtn span:not(.l-header__hamburgerLabel) {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--color-rnw-white);
  border-radius: 1px;
  transition: transform 0.35s var(--ease-rnw-in-out), opacity 0.2s;
}
.l-header__hamburgerBtn.--open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.l-header__hamburgerBtn.--open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburgerBtn.--open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
.l-header__hamburgerLabel {
  font-family: var(--font-family-rnw-mono);
  font-size: 6.08px;
  letter-spacing: 0.16em;
  color: var(--color-rnw-white);
  margin-top: 2px;
  transition: opacity 0.2s;
}
.l-header__drawer {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: var(--color-rnw-white);
  display: flex;
  flex-direction: column;
  padding: 68px 36px 40px;
  transform: translateX(100%);
  transition: transform 0.5s var(--ease-rnw-in-out);
}
.l-header__drawer.--open {
  transform: translateX(0);
}
@media screen and (min-width: 720px) {
  .l-header__drawer {
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 300px;
    box-shadow: -8px 0 48px rgba(0, 0, 0, 0.1);
    padding: 80px 32px 40px;
  }
}
.l-header__drawerLinks {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.l-header__drawerLink {
  font-family: var(--font-family-rnw-en);
  font-size: 44.8px;
  letter-spacing: 0.08em;
  color: var(--color-rnw-gray-800);
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.2s;
}
.l-header__drawerLink:hover {
  color: var(--color-rnw-orange);
}
.l-header__drawerSns {
  display: flex;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--color-rnw-gray-100);
}
.l-header__drawerSnsItem {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
}
.l-header__drawerSnsItem::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--color-rnw-gray-800);
  -webkit-mask: center center/contain no-repeat;
  mask: center center/contain no-repeat;
  transition: background-color 0.2s;
}
.l-header__drawerSnsItem:hover {
  border-color: var(--color-rnw-orange);
}
.l-header__drawerSnsItem:hover::before {
  background-color: var(--color-rnw-orange);
}
.l-header__drawerSnsItem.--youtube::before {
  -webkit-mask-image: url("../img/icon/youtube.svg");
  mask-image: url("../img/icon/youtube.svg");
}
.l-header__drawerSnsItem.--instagram::before {
  -webkit-mask-image: url("../img/icon/instagram.svg");
  mask-image: url("../img/icon/instagram.svg");
}
.l-header__drawerSnsItem.--x::before {
  -webkit-mask-image: url("../img/icon/x.svg");
  mask-image: url("../img/icon/x.svg");
}
.l-header__drawerSnsItem.--tiktok::before {
  -webkit-mask-image: url("../img/icon/tiktok.svg");
  mask-image: url("../img/icon/tiktok.svg");
}
.l-header__drawerSnsItem.--line::before {
  -webkit-mask-image: url("../img/icon/line.png");
  mask-image: url("../img/icon/line.png");
}

@media screen and (max-width: 719px) {
  body.--menuOpen {
    overflow: hidden;
  }
}

@media screen and (min-width: 720px) {
  .l-mainContent {
    display: flex;
    transition: padding-right 0.5s var(--ease-rnw-in-out);
  }
}
@media screen and (min-width: 720px) {
  .l-mainContent__inner {
    flex: 1;
    min-width: 0;
  }
}

@media screen and (min-width: 720px) {
  body.--menuOpen .l-mainContent {
    padding-right: 300px;
  }
}

.m-5 {
  margin: 0.5rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-5-pc {
    margin-top: 0.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-5-sp {
    margin-top: 0.5rem !important;
  }
}

.mr-5 {
  margin-right: 0.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-5-pc {
    margin-right: 0.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-5-sp {
    margin-right: 0.5rem !important;
  }
}

.ml-5 {
  margin-left: 0.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-5-pc {
    margin-left: 0.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-5-sp {
    margin-left: 0.5rem !important;
  }
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-5-pc {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-5-sp {
    margin-bottom: 0.5rem !important;
  }
}

.m-10 {
  margin: 1rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

@media screen and (min-width: 720px) {
  .mt-10-pc {
    margin-top: 1rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-10-sp {
    margin-top: 1rem !important;
  }
}

.mr-10 {
  margin-right: 1rem !important;
}

@media screen and (min-width: 720px) {
  .mr-10-pc {
    margin-right: 1rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-10-sp {
    margin-right: 1rem !important;
  }
}

.ml-10 {
  margin-left: 1rem !important;
}

@media screen and (min-width: 720px) {
  .ml-10-pc {
    margin-left: 1rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-10-sp {
    margin-left: 1rem !important;
  }
}

.mb-10 {
  margin-bottom: 1rem !important;
}

@media screen and (min-width: 720px) {
  .mb-10-pc {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-10-sp {
    margin-bottom: 1rem !important;
  }
}

.m-15 {
  margin: 1.5rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-15-pc {
    margin-top: 1.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-15-sp {
    margin-top: 1.5rem !important;
  }
}

.mr-15 {
  margin-right: 1.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-15-pc {
    margin-right: 1.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-15-sp {
    margin-right: 1.5rem !important;
  }
}

.ml-15 {
  margin-left: 1.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-15-pc {
    margin-left: 1.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-15-sp {
    margin-left: 1.5rem !important;
  }
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-15-pc {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-15-sp {
    margin-bottom: 1.5rem !important;
  }
}

.m-20 {
  margin: 2rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

@media screen and (min-width: 720px) {
  .mt-20-pc {
    margin-top: 2rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-20-sp {
    margin-top: 2rem !important;
  }
}

.mr-20 {
  margin-right: 2rem !important;
}

@media screen and (min-width: 720px) {
  .mr-20-pc {
    margin-right: 2rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-20-sp {
    margin-right: 2rem !important;
  }
}

.ml-20 {
  margin-left: 2rem !important;
}

@media screen and (min-width: 720px) {
  .ml-20-pc {
    margin-left: 2rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-20-sp {
    margin-left: 2rem !important;
  }
}

.mb-20 {
  margin-bottom: 2rem !important;
}

@media screen and (min-width: 720px) {
  .mb-20-pc {
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-20-sp {
    margin-bottom: 2rem !important;
  }
}

.m-25 {
  margin: 2.5rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-25-pc {
    margin-top: 2.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-25-sp {
    margin-top: 2.5rem !important;
  }
}

.mr-25 {
  margin-right: 2.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-25-pc {
    margin-right: 2.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-25-sp {
    margin-right: 2.5rem !important;
  }
}

.ml-25 {
  margin-left: 2.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-25-pc {
    margin-left: 2.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-25-sp {
    margin-left: 2.5rem !important;
  }
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-25-pc {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-25-sp {
    margin-bottom: 2.5rem !important;
  }
}

.m-30 {
  margin: 3rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

@media screen and (min-width: 720px) {
  .mt-30-pc {
    margin-top: 3rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-30-sp {
    margin-top: 3rem !important;
  }
}

.mr-30 {
  margin-right: 3rem !important;
}

@media screen and (min-width: 720px) {
  .mr-30-pc {
    margin-right: 3rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-30-sp {
    margin-right: 3rem !important;
  }
}

.ml-30 {
  margin-left: 3rem !important;
}

@media screen and (min-width: 720px) {
  .ml-30-pc {
    margin-left: 3rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-30-sp {
    margin-left: 3rem !important;
  }
}

.mb-30 {
  margin-bottom: 3rem !important;
}

@media screen and (min-width: 720px) {
  .mb-30-pc {
    margin-bottom: 3rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-30-sp {
    margin-bottom: 3rem !important;
  }
}

.m-35 {
  margin: 3.5rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-35-pc {
    margin-top: 3.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-35-sp {
    margin-top: 3.5rem !important;
  }
}

.mr-35 {
  margin-right: 3.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-35-pc {
    margin-right: 3.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-35-sp {
    margin-right: 3.5rem !important;
  }
}

.ml-35 {
  margin-left: 3.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-35-pc {
    margin-left: 3.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-35-sp {
    margin-left: 3.5rem !important;
  }
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-35-pc {
    margin-bottom: 3.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-35-sp {
    margin-bottom: 3.5rem !important;
  }
}

.m-40 {
  margin: 4rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

@media screen and (min-width: 720px) {
  .mt-40-pc {
    margin-top: 4rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-40-sp {
    margin-top: 4rem !important;
  }
}

.mr-40 {
  margin-right: 4rem !important;
}

@media screen and (min-width: 720px) {
  .mr-40-pc {
    margin-right: 4rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-40-sp {
    margin-right: 4rem !important;
  }
}

.ml-40 {
  margin-left: 4rem !important;
}

@media screen and (min-width: 720px) {
  .ml-40-pc {
    margin-left: 4rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-40-sp {
    margin-left: 4rem !important;
  }
}

.mb-40 {
  margin-bottom: 4rem !important;
}

@media screen and (min-width: 720px) {
  .mb-40-pc {
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-40-sp {
    margin-bottom: 4rem !important;
  }
}

.m-45 {
  margin: 4.5rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-45-pc {
    margin-top: 4.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-45-sp {
    margin-top: 4.5rem !important;
  }
}

.mr-45 {
  margin-right: 4.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-45-pc {
    margin-right: 4.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-45-sp {
    margin-right: 4.5rem !important;
  }
}

.ml-45 {
  margin-left: 4.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-45-pc {
    margin-left: 4.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-45-sp {
    margin-left: 4.5rem !important;
  }
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-45-pc {
    margin-bottom: 4.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-45-sp {
    margin-bottom: 4.5rem !important;
  }
}

.m-50 {
  margin: 5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-50-pc {
    margin-top: 5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-50-sp {
    margin-top: 5rem !important;
  }
}

.mr-50 {
  margin-right: 5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-50-pc {
    margin-right: 5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-50-sp {
    margin-right: 5rem !important;
  }
}

.ml-50 {
  margin-left: 5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-50-pc {
    margin-left: 5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-50-sp {
    margin-left: 5rem !important;
  }
}

.mb-50 {
  margin-bottom: 5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-50-pc {
    margin-bottom: 5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-50-sp {
    margin-bottom: 5rem !important;
  }
}

.m-55 {
  margin: 5.5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-55-pc {
    margin-top: 5.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-55-sp {
    margin-top: 5.5rem !important;
  }
}

.mr-55 {
  margin-right: 5.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-55-pc {
    margin-right: 5.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-55-sp {
    margin-right: 5.5rem !important;
  }
}

.ml-55 {
  margin-left: 5.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-55-pc {
    margin-left: 5.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-55-sp {
    margin-left: 5.5rem !important;
  }
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-55-pc {
    margin-bottom: 5.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-55-sp {
    margin-bottom: 5.5rem !important;
  }
}

.m-60 {
  margin: 6rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

@media screen and (min-width: 720px) {
  .mt-60-pc {
    margin-top: 6rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-60-sp {
    margin-top: 6rem !important;
  }
}

.mr-60 {
  margin-right: 6rem !important;
}

@media screen and (min-width: 720px) {
  .mr-60-pc {
    margin-right: 6rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-60-sp {
    margin-right: 6rem !important;
  }
}

.ml-60 {
  margin-left: 6rem !important;
}

@media screen and (min-width: 720px) {
  .ml-60-pc {
    margin-left: 6rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-60-sp {
    margin-left: 6rem !important;
  }
}

.mb-60 {
  margin-bottom: 6rem !important;
}

@media screen and (min-width: 720px) {
  .mb-60-pc {
    margin-bottom: 6rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-60-sp {
    margin-bottom: 6rem !important;
  }
}

.m-65 {
  margin: 6.5rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-65-pc {
    margin-top: 6.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-65-sp {
    margin-top: 6.5rem !important;
  }
}

.mr-65 {
  margin-right: 6.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-65-pc {
    margin-right: 6.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-65-sp {
    margin-right: 6.5rem !important;
  }
}

.ml-65 {
  margin-left: 6.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-65-pc {
    margin-left: 6.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-65-sp {
    margin-left: 6.5rem !important;
  }
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-65-pc {
    margin-bottom: 6.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-65-sp {
    margin-bottom: 6.5rem !important;
  }
}

.m-70 {
  margin: 7rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

@media screen and (min-width: 720px) {
  .mt-70-pc {
    margin-top: 7rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-70-sp {
    margin-top: 7rem !important;
  }
}

.mr-70 {
  margin-right: 7rem !important;
}

@media screen and (min-width: 720px) {
  .mr-70-pc {
    margin-right: 7rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-70-sp {
    margin-right: 7rem !important;
  }
}

.ml-70 {
  margin-left: 7rem !important;
}

@media screen and (min-width: 720px) {
  .ml-70-pc {
    margin-left: 7rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-70-sp {
    margin-left: 7rem !important;
  }
}

.mb-70 {
  margin-bottom: 7rem !important;
}

@media screen and (min-width: 720px) {
  .mb-70-pc {
    margin-bottom: 7rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-70-sp {
    margin-bottom: 7rem !important;
  }
}

.m-75 {
  margin: 7.5rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-75-pc {
    margin-top: 7.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-75-sp {
    margin-top: 7.5rem !important;
  }
}

.mr-75 {
  margin-right: 7.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-75-pc {
    margin-right: 7.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-75-sp {
    margin-right: 7.5rem !important;
  }
}

.ml-75 {
  margin-left: 7.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-75-pc {
    margin-left: 7.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-75-sp {
    margin-left: 7.5rem !important;
  }
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-75-pc {
    margin-bottom: 7.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-75-sp {
    margin-bottom: 7.5rem !important;
  }
}

.m-80 {
  margin: 8rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

@media screen and (min-width: 720px) {
  .mt-80-pc {
    margin-top: 8rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-80-sp {
    margin-top: 8rem !important;
  }
}

.mr-80 {
  margin-right: 8rem !important;
}

@media screen and (min-width: 720px) {
  .mr-80-pc {
    margin-right: 8rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-80-sp {
    margin-right: 8rem !important;
  }
}

.ml-80 {
  margin-left: 8rem !important;
}

@media screen and (min-width: 720px) {
  .ml-80-pc {
    margin-left: 8rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-80-sp {
    margin-left: 8rem !important;
  }
}

.mb-80 {
  margin-bottom: 8rem !important;
}

@media screen and (min-width: 720px) {
  .mb-80-pc {
    margin-bottom: 8rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-80-sp {
    margin-bottom: 8rem !important;
  }
}

.m-85 {
  margin: 8.5rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-85-pc {
    margin-top: 8.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-85-sp {
    margin-top: 8.5rem !important;
  }
}

.mr-85 {
  margin-right: 8.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-85-pc {
    margin-right: 8.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-85-sp {
    margin-right: 8.5rem !important;
  }
}

.ml-85 {
  margin-left: 8.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-85-pc {
    margin-left: 8.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-85-sp {
    margin-left: 8.5rem !important;
  }
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-85-pc {
    margin-bottom: 8.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-85-sp {
    margin-bottom: 8.5rem !important;
  }
}

.m-90 {
  margin: 9rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

@media screen and (min-width: 720px) {
  .mt-90-pc {
    margin-top: 9rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-90-sp {
    margin-top: 9rem !important;
  }
}

.mr-90 {
  margin-right: 9rem !important;
}

@media screen and (min-width: 720px) {
  .mr-90-pc {
    margin-right: 9rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-90-sp {
    margin-right: 9rem !important;
  }
}

.ml-90 {
  margin-left: 9rem !important;
}

@media screen and (min-width: 720px) {
  .ml-90-pc {
    margin-left: 9rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-90-sp {
    margin-left: 9rem !important;
  }
}

.mb-90 {
  margin-bottom: 9rem !important;
}

@media screen and (min-width: 720px) {
  .mb-90-pc {
    margin-bottom: 9rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-90-sp {
    margin-bottom: 9rem !important;
  }
}

.m-95 {
  margin: 9.5rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

@media screen and (min-width: 720px) {
  .mt-95-pc {
    margin-top: 9.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-95-sp {
    margin-top: 9.5rem !important;
  }
}

.mr-95 {
  margin-right: 9.5rem !important;
}

@media screen and (min-width: 720px) {
  .mr-95-pc {
    margin-right: 9.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-95-sp {
    margin-right: 9.5rem !important;
  }
}

.ml-95 {
  margin-left: 9.5rem !important;
}

@media screen and (min-width: 720px) {
  .ml-95-pc {
    margin-left: 9.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-95-sp {
    margin-left: 9.5rem !important;
  }
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

@media screen and (min-width: 720px) {
  .mb-95-pc {
    margin-bottom: 9.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-95-sp {
    margin-bottom: 9.5rem !important;
  }
}

.m-100 {
  margin: 10rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

@media screen and (min-width: 720px) {
  .mt-100-pc {
    margin-top: 10rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mt-100-sp {
    margin-top: 10rem !important;
  }
}

.mr-100 {
  margin-right: 10rem !important;
}

@media screen and (min-width: 720px) {
  .mr-100-pc {
    margin-right: 10rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mr-100-sp {
    margin-right: 10rem !important;
  }
}

.ml-100 {
  margin-left: 10rem !important;
}

@media screen and (min-width: 720px) {
  .ml-100-pc {
    margin-left: 10rem !important;
  }
}

@media screen and (max-width: 719px) {
  .ml-100-sp {
    margin-left: 10rem !important;
  }
}

.mb-100 {
  margin-bottom: 10rem !important;
}

@media screen and (min-width: 720px) {
  .mb-100-pc {
    margin-bottom: 10rem !important;
  }
}

@media screen and (max-width: 719px) {
  .mb-100-sp {
    margin-bottom: 10rem !important;
  }
}