@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;
}

@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);
  cursor: none;
}
@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;
  cursor: none;
}
a:hover {
  opacity: 0.7;
}

p {
  line-height: 1.5;
}

input[type=radio] {
  cursor: none;
}

#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10000;
  background: center center/contain url("../img/common/cursor.png") no-repeat;
}
@media screen and (max-width: 719px) {
  #custom-cursor {
    display: none;
  }
}
#custom-cursor.--hover {
  opacity: 0.7;
}

@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;
  }
}

.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-base);
  padding: 9rem 0 3rem;
}
.l-footer__snsList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.l-footer__snsItem {
  flex: 0 0 3.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-white);
  display: grid;
  place-content: center;
}
.l-footer__snsItem::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1/1;
  background-color: var(--color-base);
  -webkit-mask: center center/2rem no-repeat;
  mask: center center/2rem no-repeat;
}
.l-footer__snsItem.--youtube::before {
  -webkit-mask-image: url("../img/icon/youtube.svg");
  mask-image: url("../img/icon/youtube.svg");
}
.l-footer__snsItem.--instagram::before {
  -webkit-mask-image: url("../img/icon/instagram.svg");
  mask-image: url("../img/icon/instagram.svg");
}
.l-footer__snsItem.--x::before {
  -webkit-mask-image: url("../img/icon/x.svg");
  mask-image: url("../img/icon/x.svg");
}
.l-footer__snsItem.--tiktok::before {
  -webkit-mask-image: url("../img/icon/tiktok.svg");
  mask-image: url("../img/icon/tiktok.svg");
}
.l-footer__snsItem.--line::before {
  -webkit-mask-image: url("../img/icon/line.png");
  mask-image: url("../img/icon/line.png");
}
.l-footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--color-white);
}

.l-header {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  letter-spacing: var(--letter-spacing-heading);
  background-color: var(--color-base);
}
.l-header:has(.l-header__nav) {
  padding: 1.8rem 2.4rem;
}
@media screen and (min-width: 720px) {
  .l-header:has(.l-header__nav) {
    border-bottom: solid 0.1rem var(--color-line);
  }
}
@media screen and (max-width: 719px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: relative;
  }
}
@media screen and (min-width: 720px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
  }
}
.l-header__logo {
  display: grid;
  place-content: center;
}
.l-header__logo img {
  width: 9.2rem;
}
@media screen and (min-width: 720px) {
  .l-header__logo img {
    width: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav__list {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.l-header__nav__item {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-white);
}
.l-header__nav.--fixed {
  position: fixed;
  top: 0;
  padding-top: 2rem;
  background-color: transparent;
}
.l-header__fixedNav {
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
  width: 100%;
  opacity: 0;
}
.l-header__fixedNav__pcWrapper {
  display: flex;
  gap: 5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.8rem 2.4rem;
}
@media screen and (max-width: 719px) {
  .l-header__fixedNav__pcWrapper {
    display: none;
  }
}
.l-header__fixedNav__logo {
  width: 5rem;
}
.l-header__fixedNav__list {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.l-header__fixedNav__item {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-white);
}
.l-header__spMenuButton {
  --icon-height: 1.6rem;
  --bar-height: 0.2rem;
  position: absolute;
  top: 2.6rem;
  right: 2.8rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.4rem;
  height: var(--icon-height);
  transform-origin: center;
  z-index: 10;
}
@media screen and (min-width: 720px) {
  .l-header__spMenuButton {
    display: none;
  }
}
.l-header__spMenuButton span {
  display: block;
  height: var(--bar-height);
  width: 100%;
  background: var(--color-white);
  border-radius: 0.2rem;
  transition: all 0.3s ease;
  position: relative;
}
.l-header__spMenuButton.--open span:nth-child(1) {
  transform: translateY(calc((var(--icon-height) - var(--bar-height)) / 2)) rotate(45deg);
}
.l-header__spMenuButton.--open span:nth-child(2) {
  opacity: 0;
}
.l-header__spMenuButton.--open span:nth-child(3) {
  transform: translateY(calc((var(--icon-height) - var(--bar-height)) / -2)) rotate(-45deg);
}
.l-header__spDrawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-base);
  padding: 2.6rem 2.4rem 1rem;
  z-index: 9;
  visibility: hidden;
}
@media screen and (min-width: 720px) {
  .l-header__spDrawer {
    display: none;
  }
}
.l-header__spDrawer.--open {
  visibility: visible;
}
.l-header__spDrawer__inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding-left: 15rem;
}
.l-header__spDrawer__logo {
  display: block;
}
.l-header__spDrawer__logo img {
  width: 9.2rem;
}
.l-header__spDrawer__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.l-header__spDrawer__item {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-white);
}
.l-header__spDrawer__snsList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.l-header__spDrawer__snsItem {
  flex: 0 0 3.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-white);
  display: grid;
  place-content: center;
}
.l-header__spDrawer__snsItem::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1/1;
  background-color: var(--color-base);
  -webkit-mask: center center/2rem no-repeat;
  mask: center center/2rem no-repeat;
}
.l-header__spDrawer__snsItem.--youtube::before {
  -webkit-mask-image: url("../img/icon/youtube.svg");
  mask-image: url("../img/icon/youtube.svg");
}
.l-header__spDrawer__snsItem.--instagram::before {
  -webkit-mask-image: url("../img/icon/instagram.svg");
  mask-image: url("../img/icon/instagram.svg");
}
.l-header__spDrawer__snsItem.--x::before {
  -webkit-mask-image: url("../img/icon/x.svg");
  mask-image: url("../img/icon/x.svg");
}
.l-header__spDrawer__snsItem.--tiktok::before {
  -webkit-mask-image: url("../img/icon/tiktok.svg");
  mask-image: url("../img/icon/tiktok.svg");
}
.l-header__spDrawer__snsItem.--line::before {
  -webkit-mask-image: url("../img/icon/line.png");
  mask-image: url("../img/icon/line.png");
}

.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;
  }
}