/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/*! 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;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .pc:not(.sp) {
    display: none;
  }
  .pc2:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .sp:not(.pc) {
    display: none;
  }
  .pc2:not(.pc) {
    display: none;
  }
}
@media screen and (min-width: 1281px) and (max-width: px) {
  .sp:not(.pc2) {
    display: none;
  }
  .pc:not(.pc2) {
    display: none;
  }
}
:root {
  --font-arimo: "Arimo", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 750px) {
  html {
    font-size: calc(1000vw / 750);
  }
}
@media (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: calc(1000vw / 1280);
  }
}
@media (min-width: 1281px) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  background: #000;
  font-family: var(--font-arimo);
  color: #040000;
}
body.fixed {
  overflow: hidden;
}

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

.pc {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .sp {
    display: block;
  }
}

a {
  transition: opacity 0.2s ease;
}
a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

:target {
  scroll-margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  :target {
    scroll-margin-top: 20rem;
  }
}

.animation {
  opacity: 0;
}
.animation.fadeup {
  transform: translateY(3rem);
}

.lower {
  background-color: #fff;
}
.lower .site-header .audio {
  display: none;
}

.lower-header {
  display: grid;
  place-items: center;
  height: 40rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .lower-header {
    margin-top: 13rem;
    font-size: 3.8rem;
  }
}

.header-wrapper .site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  width: 100%;
  justify-content: space-between;
  mix-blend-mode: difference;
  padding: 3rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .site-header {
    height: 13rem;
    mix-blend-mode: initial;
    padding: 4rem;
    background-color: #000;
  }
}
.header-wrapper .site-header h1 {
  width: 23.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .site-header .buttons {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 3.6rem;
  }
}
.header-wrapper .site-header .buttons .audio {
  width: 5.8rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .site-header .buttons .audio {
    width: 6.5rem;
    margin-top: initial;
    transform: translateY(0.5rem);
  }
}
.header-wrapper .site-header .buttons .audio button {
  cursor: pointer;
}
.header-wrapper .site-header .buttons .audio button.active img.on {
  display: none;
}
.header-wrapper .site-header .buttons .audio button:not(.active) img.off {
  display: none;
}
.header-wrapper .site-header .buttons .audio button:not(.active) img.on {
  display: block;
}
.header-wrapper .close-button button,
.header-wrapper .drawer-button button {
  position: relative;
  display: inline-block;
  width: 6.5rem;
  height: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .close-button button,
  .header-wrapper .drawer-button button {
    width: 8rem;
    height: 3.5rem;
  }
}
.header-wrapper .drawer-button button span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6.5rem;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .drawer-button button span {
    height: 1.6px;
  }
}
.header-wrapper .drawer-button button span::before, .header-wrapper .drawer-button button span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .drawer-button button span::before, .header-wrapper .drawer-button button span::after {
    height: 2px;
  }
}
.header-wrapper .drawer-button button span::before {
  top: -1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .drawer-button button span::before {
    top: -1.5rem;
  }
}
.header-wrapper .drawer-button button span::after {
  top: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .drawer-button button span::after {
    top: 1.5rem;
  }
}
.header-wrapper .close-button {
  position: fixed;
  top: 3rem;
  right: 4rem;
}
.header-wrapper .close-button button {
  display: block;
  height: 6.5rem;
  margin-left: auto;
}
.header-wrapper .close-button button span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6.5rem;
  height: 1px;
  transition: 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .close-button button span {
    height: 1.6px;
  }
}
.header-wrapper .close-button button span::before, .header-wrapper .close-button button span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000;
  transition: 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .close-button button span::before, .header-wrapper .close-button button span::after {
    height: 2px;
  }
}
.header-wrapper .close-button button span::before {
  transform: rotate(45deg);
}
.header-wrapper .close-button button span::after {
  transform: rotate(-45deg);
}
.header-wrapper .global-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.3s ease;
}
.header-wrapper .global-menu[data-expanded=true] {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .global-menu .wrapper {
  width: 100%;
  min-height: 100vh;
  padding-block: 5rem;
  overflow-y: scroll;
  display: grid;
  place-content: center;
  text-align: center;
}
.header-wrapper .global-menu .menu-list li {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu .menu-list li {
    font-size: 3.6rem;
  }
}
.header-wrapper .global-menu .menu-list li + li {
  margin-top: 4rem;
}
.header-wrapper .global-menu .menu-list li a {
  border-bottom: 0.2rem solid transparent;
  transition: border-bottom-color 0.1s ease;
}
.header-wrapper .global-menu .menu-list li a:focus {
  opacity: initial;
  border-bottom-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .header-wrapper .global-menu .menu-list li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: initial;
    border-bottom-color: #000;
  }
  .header-wrapper .global-menu .menu-list li a:where(:any-link, :enabled, summary):hover {
    opacity: initial;
    border-bottom-color: #000;
  }
}
.header-wrapper .global-menu .sns-list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 7.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu .sns-list {
    margin-top: 10rem;
  }
}
.header-wrapper .global-menu .sns-list li a {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 0.2rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.header-wrapper .global-menu .sns-list li a:focus {
  opacity: initial;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .header-wrapper .global-menu .sns-list li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: initial;
    text-decoration: underline;
  }
  .header-wrapper .global-menu .sns-list li a:where(:any-link, :enabled, summary):hover {
    opacity: initial;
    text-decoration: underline;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu .sns-list li a {
    font-size: 2.8rem;
  }
}
.header-wrapper .global-menu .sns-list li a::before {
  content: "";
  width: 2.6rem;
  aspect-ratio: 1/1;
  margin-top: -0.2rem;
  background: url(/assets/images/common/icon-instagram-black.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu .sns-list li a::before {
    width: 2.8rem;
  }
}
.header-wrapper .global-menu dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
  width: 40rem;
  margin: 7.4rem auto 0;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu dl {
    gap: 4rem 5rem;
    width: 54.2rem;
    margin-top: 10.5rem;
    padding-bottom: initial;
  }
}
.header-wrapper .global-menu dl dt {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu dl dt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 3.2rem;
  }
}
.header-wrapper .global-menu dl dd {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu dl dd {
    gap: 1.5rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu dl dd::before {
    margin-top: -0.6rem;
  }
}
.header-wrapper .global-menu dl dd.tel::before {
  content: "";
  width: 1.4rem;
  aspect-ratio: 14/17;
  background: url(/assets/images/common/icon-tel-black.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu dl dd.tel::before {
    width: 2.2rem;
  }
}
.header-wrapper .global-menu dl dd.mail::before {
  content: "";
  width: 2.2rem;
  aspect-ratio: 22/14;
  background: url(/assets/images/common/icon-mail-black.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu dl dd.mail::before {
    width: 3.3rem;
  }
}
.header-wrapper .global-menu dl dd.address a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu dl dd.address a {
    gap: 1.5rem;
  }
}
.header-wrapper .global-menu dl dd.address a::before {
  content: "";
  width: 1.2rem;
  aspect-ratio: 12/17;
  margin-top: -0.3rem;
  background: url(/assets/images/common/icon-pin-black.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .header-wrapper .global-menu dl dd.address a::before {
    width: 1.8rem;
    margin-top: -0.6rem;
  }
}

.site-footer {
  position: relative;
  z-index: 2;
  background-color: #7f7f80;
}
.site-footer .wrapper {
  padding-block: 8rem 2rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .wrapper {
    padding-block: 8.5rem 3.4rem;
  }
}
.site-footer .sns-list {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .sns-list {
    gap: 8rem;
  }
}
.site-footer .sns-list li a {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .sns-list li a {
    gap: 3rem;
    font-size: 2.4rem;
  }
}
.site-footer .sns-list li a::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1/1;
  margin-top: -0.2rem;
  background: url(/assets/images/common/icon-instagram-white.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .sns-list li a::before {
    width: 3.3rem;
  }
}
.site-footer dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  gap: 5rem;
  width: 80rem;
  margin-top: 6rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer dl {
    border-top: 1px solid #fff;
    gap: 4rem 5rem;
    width: 67rem;
    margin-top: 8rem;
    padding: 4rem 3.5rem;
  }
}
.site-footer dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer dl dt {
    font-size: 3.2rem;
  }
}
.site-footer dl dt::before, .site-footer dl dt::after {
  content: "";
  width: 26.4rem;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer dl dt::before, .site-footer dl dt::after {
    display: none;
  }
}
.site-footer dl dd {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer dl dd {
    gap: 1.8rem;
    font-size: 2.4rem;
  }
}
.site-footer dl dd.tel::before {
  content: "";
  width: 1.4rem;
  aspect-ratio: 14/17;
  background: url(/assets/images/common/icon-tel-white.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer dl dd.tel::before {
    width: 1.6rem;
  }
}
.site-footer dl dd.mail::before {
  content: "";
  width: 2.2rem;
  aspect-ratio: 22/14;
  background: url(/assets/images/common/icon-mail-white.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer dl dd.mail::before {
    width: 2.3rem;
  }
}
.site-footer dl dd.address a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer dl dd.address a {
    gap: 1.8rem;
  }
}
.site-footer dl dd.address a::before {
  content: "";
  width: 1.2rem;
  aspect-ratio: 12/17;
  background: url(/assets/images/common/icon-pin-white.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer dl dd.address a::before {
    width: 1.5rem;
  }
}
.site-footer .menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
  width: 45rem;
  margin: 5rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .menu-list {
    gap: 4rem;
    width: 52rem;
    margin-top: 8.5rem;
  }
}
.site-footer .menu-list li a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .menu-list li a {
    font-size: 2.6rem;
  }
}
.site-footer .menu-list li:nth-of-type(1) {
  margin-left: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .menu-list li:nth-of-type(1) {
    margin-left: initial;
  }
}
.site-footer .menu-list li:nth-of-type(3) {
  margin-right: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .menu-list li:nth-of-type(3) {
    margin-right: initial;
  }
}
.site-footer .copy {
  display: block;
  margin-top: 7rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .copy {
    margin-top: 9rem;
    font-size: 1.5rem;
  }
}

#top .loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #000;
  transition: 0.5s ease-in-out;
}
#top .loading.click {
  cursor: pointer;
}
#top .loading.hide {
  opacity: 0;
  visibility: hidden;
}
#top .loading .logo {
  position: absolute;
  top: 40.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .loading .logo {
    top: 40%;
  }
}
#top .loading p:not(.logo) {
  position: absolute;
  top: 49.3%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .loading p:not(.logo) {
    top: 50%;
  }
}
#top .loading p:not(.logo).click-text {
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  opacity: 1;
}
#top.loading-hide .loading {
  display: none;
}
#top .current-list {
  position: fixed;
  left: calc(50% - 45rem);
  z-index: 1;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#top .current-list.is-fade {
  opacity: 1;
}
#top .current-list li {
  position: absolute;
  top: 50%;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transform: translate(-7.4rem, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .current-list li {
    writing-mode: initial;
    transform: initial;
    font-size: 3.4rem;
  }
}
#top .current-list li.is-current {
  opacity: 1;
}
#top .current-list li:nth-of-type(3) {
  color: #040000;
}
#top .bg-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
#top .bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  transition: background-color 0.5s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  transition: background-color 0.5s ease-in-out, backdrop-filter 0.3s ease-in-out;
  transition: background-color 0.5s ease-in-out, backdrop-filter 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
}
#top .bg-video.is-active::after {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(3rem);
          backdrop-filter: blur(3rem);
}
#top .bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top main > section {
  position: relative;
  padding-inline: calc(50% - 45rem);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top main > section {
    padding-inline: 4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top main > section h2 {
    margin-bottom: 10rem;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: min(0.3rem, 3px);
    text-underline-offset: 0.6rem;
    font-size: 3.4rem;
    font-weight: 700;
  }
}
#top .mv {
  height: 100svh;
}
#top .mv .scroll {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-style: italic;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv .scroll {
    bottom: 5rem;
    transform: initial;
    font-size: 2.2rem;
  }
}
#top .mv .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 10rem;
  margin-left: 0.2rem;
  background-color: #fff;
  animation: scroll 1.4s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#top .mv button {
  position: absolute;
  bottom: 5rem;
  right: 4rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
#top .story,
#top .signature {
  color: #fff;
}
#top .story .description,
#top .signature .description {
  letter-spacing: 0.02em;
}
#top .story {
  padding-top: 19rem;
}
#top .story h2 {
  margin-top: -3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .story h2 {
    margin-top: initial;
  }
}
#top .story .description {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .story .description {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
#top .signature {
  position: relative;
  padding-block: 24rem 19rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .signature {
    overflow: hidden;
  }
}
#top .signature .intro .catch {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .signature .intro .catch {
    font-size: 4rem;
  }
}
#top .signature .intro .description {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2.1;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .signature .intro .description {
    font-size: 2.8rem;
  }
}
#top .signature .contents {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .signature .contents section {
    margin-top: 14rem;
  }
}
#top .signature .contents section h3 {
  position: relative;
  z-index: 2;
  padding-left: 4.8rem;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .signature .contents section h3 {
    font-size: 5rem;
  }
}
#top .signature .contents section picture {
  display: block;
}
#top .signature .contents section img {
  width: 100%;
}
#top .signature .contents section .more-link {
  width: 11.4rem;
  margin: 4.5rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .signature .contents section .more-link {
    width: 16.3rem;
    margin: 9rem auto 0;
  }
}
#top .signature .contents section.process {
  margin-top: 9rem;
}
#top .signature .contents section.process picture {
  margin: 2rem 0 0 12.4rem;
  width: 64rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .signature .contents section.process picture {
    width: 68.2rem;
    margin: 3rem auto 0;
  }
}
#top .signature .contents section.scissors {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .signature .contents section.scissors {
    margin-top: 14rem;
  }
}
#top .signature .contents section.scissors picture {
  margin: 2.4rem 0 0 4.8rem;
  width: 72rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .signature .contents section.scissors picture {
    width: 75rem;
    margin: -3rem auto 0;
    transform: translateX(-3rem);
  }
}
#top .parallax {
  position: relative;
  z-index: 2;
  height: 50rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .parallax {
    height: 40.4rem;
  }
}
#top .parallax img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .parallax img {
    transform: scale(1.5);
    transform-origin: top center;
  }
}
#top .services {
  background-color: #fff;
  padding-block: 20rem 17rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services {
    padding-block: 20rem 16rem;
  }
}
#top .services .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10rem 0;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents {
    gap: 13rem 0;
  }
}
#top .services .contents section {
  width: 41.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section {
    width: 100%;
  }
}
#top .services .contents section h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section h3 {
    font-size: 3.4rem;
  }
}
#top .services .contents section ul {
  margin-block: 4rem 3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section ul {
    margin-block: 7rem 4rem;
  }
}
#top .services .contents section ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section ul li {
    font-size: 3rem;
  }
}
#top .services .contents section ul li + li {
  margin-top: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section ul li + li {
    margin-top: 3rem;
  }
}
#top .services .contents section ul li a {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.33;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section ul li a {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
#top .services .contents section ul li a.pc {
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section ul li a.pc {
    display: none;
  }
}
#top .services .contents section ul li a.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section ul li a.sp {
    display: inline-block;
  }
}
#top .services .contents section ul li a span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
#top .services .contents section ul li > span a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  font-size: 1.7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section ul li > span a {
    font-size: 3rem;
  }
}
#top .services .contents section ul li > span:nth-of-type(2) {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.33;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section ul li > span:nth-of-type(2) {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
#top .services .contents section dl {
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section dl {
    font-size: 3rem;
  }
}
#top .services .contents section dl div + div {
  margin-top: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section dl div + div {
    margin-top: 3rem;
  }
}
#top .services .contents section dl dt {
  font-weight: 400;
}
#top .services .contents section dl dt span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section dl dt span {
    font-size: 2.2rem;
  }
}
#top .services .contents section dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  padding-left: 2em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section dl dd {
    margin-top: 3rem;
  }
}
#top .services .contents section dl dd span:nth-of-type(2) {
  width: 100%;
}
#top .services .contents section dl dd span:nth-of-type(2) a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section dl dd span:nth-of-type(2) a {
    font-size: 2.2rem;
  }
}
#top .services .contents section > dl {
  margin-block: 4rem 3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section > dl {
    margin-block: 7rem 4rem;
  }
}
#top .services .contents section > span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .services .contents section > span {
    font-size: 2.2rem;
  }
}
#top .access {
  padding: 20rem calc(50% - 45rem);
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access {
    padding: 19rem 4rem 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access figure {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
#top .access .body {
  display: flex;
  justify-content: space-between;
  padding-block: 9.5rem 10rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body {
    flex-direction: column;
  }
}
#top .access .body .content dl + dl {
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content dl + dl {
    margin-top: 8rem;
  }
}
#top .access .body .content dl dt {
  margin-bottom: 1.4rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content dl dt {
    margin-bottom: 0.6rem;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}
#top .access .body .content dl dd {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content dl dd {
    font-size: 2.8rem;
  }
}
#top .access .body .content.salon {
  width: 36rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.salon {
    margin-top: 9rem;
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.salon ul {
    padding-inline: 3.5rem;
  }
}
#top .access .body .content.salon ul li {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.salon ul li {
    gap: 2.5rem;
    width: 100%;
    font-size: 2.8rem;
  }
}
#top .access .body .content.salon ul li span:first-of-type {
  width: 4rem;
  display: inline-block;
  text-align: justify;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.salon ul li span:first-of-type {
    width: 7rem;
  }
}
#top .access .body .content.salon ul li span:last-of-type {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 30rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.salon ul li span:last-of-type {
    gap: 2.5rem;
    width: 50.3rem;
  }
}
#top .access .body .content.salon ul li span:last-of-type::before {
  content: "";
  width: 18rem;
  border: 1px dashed #fff;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.salon ul li span:last-of-type::before {
    width: 30.3rem;
  }
}
#top .access .body .content.salon ul li:first-of-type span:last-of-type {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.address {
    margin-top: 0rem;
  }
}
#top .access .body .content.address .contact dd {
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.address .contact dd {
    margin-left: 3.5rem;
    padding-left: 6rem;
  }
}
#top .access .body .content.address .contact dd.tel::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  width: 1.4rem;
  aspect-ratio: 14/17;
  background: url(/assets/images/common/icon-tel-white.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.address .contact dd.tel::before {
    top: 0.6rem;
    left: 0.6rem;
    width: 2.6rem;
  }
}
#top .access .body .content.address .contact dd.mail::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 2.2rem;
  aspect-ratio: 22/14;
  background: url(/assets/images/common/icon-mail-white.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.address .contact dd.mail::before {
    top: 1rem;
    width: 4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .body .content.address .location dd {
    margin-left: 3.5rem;
  }
}
#top .access .body .content.address .location dd a {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
#top .access .maps #map {
  height: 48rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .access .maps #map {
    width: 100vw;
    height: 46rem;
    margin-inline: calc(50% - 50vw);
  }
}
#top .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
#top .modal-bg[data-expanded=true] {
  opacity: 1;
  visibility: visible;
}
#top .modal {
  position: fixed;
  z-index: 11;
  inset: 0;
  margin: auto;
  aspect-ratio: 1280/720;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
#top .modal[aria-modal=true] {
  opacity: 1;
  visibility: visible;
}
#top .modal button {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 8;
  width: 4rem;
  aspect-ratio: 1/1;
}
#top .modal button::before, #top .modal button::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: min(0.2rem, 2px);
  background-color: #fff;
  transition: 0.3s ease;
}
#top .modal button::before {
  transform: rotate(45deg);
}
#top .modal button::after {
  width: 100%;
  transform: rotate(-45deg);
}
#top .modal video {
  width: 100%;
  height: 100%;
}

#lower-recruit .lower-header {
  background: url(/assets/images/recruit/fv.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .lower-header {
    background-image: url(/assets/images/recruit/fv-sp.png);
  }
}
#lower-recruit .recruit {
  padding: 14rem calc(50% - 45rem) 15rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit {
    padding: 20rem 4rem;
  }
}
#lower-recruit .recruit p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit p {
    font-size: 2.8rem;
    line-height: 1.66;
  }
}
#lower-recruit .recruit p p + p {
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit p p + p {
    margin-top: 6rem;
  }
}
#lower-recruit .recruit p a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#lower-recruit .recruit .step {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7rem 2rem;
  margin-block: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit .step {
    flex-direction: column;
    margin-block: 13rem;
  }
}
#lower-recruit .recruit .step figure {
  width: 40.8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit .step figure {
    width: 100%;
  }
}
#lower-recruit .recruit .step figure img {
  width: 100%;
}
#lower-recruit .recruit .step dl {
  width: 47rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit .step dl {
    width: 100%;
  }
}
#lower-recruit .recruit .step dl dt {
  font-style: italic;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit .step dl dt {
    text-align: center;
    font-size: 3rem;
  }
}
#lower-recruit .recruit .step dl dd {
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit .step dl dd {
    margin-top: 3rem;
  }
}
#lower-recruit .recruit .step dl dd ol {
  counter-reset: item;
  border-bottom: 1px solid #040000;
}
#lower-recruit .recruit .step dl dd ol li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-top: 1px solid #040000;
  padding: 1.4rem 0.3rem;
  font-style: italic;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit .step dl dd ol li {
    gap: 3rem;
    padding: 2.4rem 0.3rem;
    font-size: 2.6rem;
    letter-spacing: 0.02em;
  }
}
#lower-recruit .recruit .step dl dd ol li::before {
  content: counter(item);
  counter-increment: item;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-recruit .recruit .step dl dd ol li::before {
    font-size: 3.6rem;
  }
}

#lower-gift .lower-header {
  background: url(/assets/images/gift/fv.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-gift .lower-header {
    background-image: url(/assets/images/gift/fv-sp.png);
  }
}
#lower-gift article {
  overflow: hidden;
  padding: 14rem calc(50% - 45rem) 15rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-gift article {
    padding: 20rem 4rem;
  }
}
#lower-gift article > h3 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-gift article > h3 {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
  }
}
#lower-gift article .description {
  margin-top: 4.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-gift article .description {
    margin-top: 4rem;
    font-size: 2.8rem;
  }
}


#lower-signature .lower-header {
  background: url(/assets/images/signature/fv.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .lower-header {
    background-image: url(/assets/images/signature/fv-sp.png);
  }
}
#lower-signature article {
  overflow: hidden;
  padding: 14rem calc(50% - 45rem) 15rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature article {
    padding: 20rem 4rem;
  }
}
#lower-signature article > h3 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature article > h3 {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
  }
}
#lower-signature article .description {
  margin-top: 4.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature article .description {
    margin-top: 4rem;
    font-size: 2.8rem;
  }
}
#lower-signature .process {
  background-color: #eeeeef;
  margin-top: 10rem;
  padding: 7rem 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process {
    padding: 9rem 3.5rem;
  }
}
#lower-signature .process h4 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process h4 {
    font-size: 3.4rem;
  }
}
#lower-signature .process dl {
  margin-top: 7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process dl {
    margin-top: 8.5rem;
  }
}
#lower-signature .process dl div {
  position: relative;
  border-left: 1px solid #040000;
  margin-left: 5rem;
  padding-left: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process dl div {
    margin: 2rem 0 0 0;
    padding: 3.6rem 0 0 0;
    border-top: 1px solid #040000;
    border-left: initial;
  }
}
#lower-signature .process dl div::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process dl div::before {
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eeeeef;
    padding-inline: 3rem;
    font-size: 2.6rem;
  }
}
#lower-signature .process dl div + div {
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process dl div + div {
    margin-top: 6rem;
  }
}
#lower-signature .process dl dt {
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process dl dt {
    text-align: center;
    font-size: 3rem;
  }
}
#lower-signature .process dl dd {
  margin-top: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.73;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process dl dd {
    margin-top: 2.4rem;
    font-size: 2.4rem;
    line-height: 1.66;
  }
}
#lower-signature .process dl dd a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#lower-signature .process dl dd a.pc {
  display: inline;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process dl dd a.pc {
    display: none;
  }
}
#lower-signature .process dl dd a.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .process dl dd a.sp {
    display: inline;
  }
}
#lower-signature .scissors {
  position: relative;
  margin-top: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors {
    margin-top: 20rem;
  }
}
#lower-signature .scissors > video {
  width: 100vw;
  height: 42rem;
  margin: 0 calc(50% - 50vw) 9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors > video {
    height: 40rem;
  }
}
#lower-signature .scissors h3 {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors h3 {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
  }
}
#lower-signature .scissors .intro {
  margin-block: 4rem 9rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .intro {
    margin-block: 4rem 12rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .intro p {
    font-size: 2.8rem;
    line-height: 1.66;
  }
}
#lower-signature .scissors p:not(.catch) {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors p:not(.catch) {
    font-size: 2.4rem;
    line-height: 1.64;
  }
}
#lower-signature .scissors p:not(.catch) + p {
  margin-top: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors p:not(.catch) + p {
    margin-top: 4rem;
  }
}
#lower-signature .scissors .accordion {
  position: relative;
  margin-inline: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion {
    margin-inline: auto;
    min-height: 48rem;
  }
}
#lower-signature .scissors .accordion h4 {
  position: relative;
  z-index: 2;
  min-height: 36rem;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 7.1rem;
  line-height: 0.9;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion h4 {
    min-height: initial;
    writing-mode: initial;
    text-orientation: initial;
    font-size: 6.6rem;
  }
}
#lower-signature .scissors .accordion > .catch {
  position: absolute;
  top: 25.3rem;
  left: 17rem;
  z-index: 2;
  font-style: italic;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion > .catch {
    top: 28.8rem;
    left: 5rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
#lower-signature .scissors .accordion:nth-of-type(1) > .catch {
  top: 23.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion:nth-of-type(1) > .catch {
    top: 28.8rem;
  }
}
#lower-signature .scissors .accordion:nth-of-type(2n) > .catch {
  color: #fff;
}
#lower-signature .scissors .accordion > picture {
  position: absolute;
  top: 0;
  width: min(74rem, 100%);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion > picture {
    top: 5.5rem;
  }
}
#lower-signature .scissors .accordion .accordion-button {
  position: relative;
  z-index: 2;
  display: block;
  width: 9.5rem;
  aspect-ratio: 1/1;
  margin: -7rem 1.2rem 0;
  border: 1.4px solid #040000;
  border-radius: 50%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion .accordion-button {
    margin: 24.5rem 3.2rem 0 auto;
  }
}
#lower-signature .scissors .accordion .accordion-button::before {
  content: "";
  position: absolute;
  top: -1.3rem;
  left: 50%;
  width: 4rem;
  aspect-ratio: 40/11;
  background: url(/assets/images/signature/text-click.svg) no-repeat center/contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion .accordion-button::before {
    content: "TAP";
    top: 103%;
    background: initial;
    font-style: italic;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
}
#lower-signature .scissors .accordion .accordion-button span {
  position: relative;
  display: block;
}
#lower-signature .scissors .accordion .accordion-button span::before, #lower-signature .scissors .accordion .accordion-button span::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5rem;
  height: 1px;
  background-color: #040000;
}
#lower-signature .scissors .accordion .accordion-button span::after {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
#lower-signature .scissors .accordion .detail {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 3.5rem;
  transition: grid-template-rows 0.4s ease-out;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion .detail {
    margin-top: 8rem;
  }
}
#lower-signature .scissors .accordion .detail .inner {
  overflow: hidden;
}
#lower-signature .scissors .accordion dl {
  margin-block: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion dl {
    margin-block: 8rem;
  }
}
#lower-signature .scissors .accordion dl dt {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion dl dt {
    font-size: 3.2rem;
  }
}
#lower-signature .scissors .accordion dl dd ol {
  margin-block: 2rem 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion dl dd ol {
    margin-block: 9rem 0;
  }
}
#lower-signature .scissors .accordion ol {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  counter-reset: item;
  margin-block: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion ol {
    flex-direction: column;
    gap: 9rem;
    margin-block: 8rem;
  }
}
#lower-signature .scissors .accordion ol li {
  width: 25.2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion ol li {
    width: 100%;
  }
}
#lower-signature .scissors .accordion ol li::before {
  content: "MODEL " counter(item);
  counter-increment: item;
  display: block;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion ol li::before {
    font-size: 2.8rem;
  }
}
#lower-signature .scissors .accordion ol li p {
  text-align: center;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion ol li p {
    font-size: 3.2rem;
  }
}
#lower-signature .scissors .accordion ol li p span.line {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-color: #c6000b;
  text-decoration-thickness: 0.2rem;
}
#lower-signature .scissors .accordion ol li p span.small {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion ol li p span.small {
    font-size: 2.4rem;
  }
}
#lower-signature .scissors .accordion ol li figure {
  display: block;
  width: 22.8rem;
  aspect-ratio: 228/192;
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion ol li figure {
    width: 38rem;
  }
}
#lower-signature .scissors .accordion ol li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lower-signature .scissors .accordion video {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#lower-signature .scissors .accordion .close-button {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10rem auto 15rem;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion .close-button {
    gap: 1rem;
    margin: 9rem auto 13rem;
    font-size: 2.6rem;
  }
}
#lower-signature .scissors .accordion .close-button::after {
  content: "";
  width: 1.6rem;
  aspect-ratio: 1/1;
  border-top: 0.2rem solid #040000;
  border-right: 0.2rem solid #040000;
  transform: rotate(-45deg) translateY(0.5rem);
}
#lower-signature .scissors .accordion.is-open button span::after {
  transform: rotate(0);
}
#lower-signature .scissors .accordion.is-open .detail {
  grid-template-rows: 1fr;
}
#lower-signature .scissors .accordion:nth-of-type(2n) h4 {
  margin-left: auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion:nth-of-type(2n) h4 {
    text-align: end;
  }
}
#lower-signature .scissors .accordion:nth-of-type(2n - 1) .accordion-button {
  margin-left: auto;
}
#lower-signature .scissors .accordion:nth-of-type(2n - 1) > picture {
  right: 0;
}
#lower-signature .scissors .accordion.curved video {
  width: 54rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.curved video {
    width: 58.9rem;
  }
}
#lower-signature .scissors .accordion.thinning .inner > figure {
  margin-block: 6rem 7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.thinning .inner > figure {
    margin-block: 8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.thinning ol {
    gap: 0;
  }
}
#lower-signature .scissors .accordion.thinning ol li {
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.thinning ol li {
    width: 100%;
  }
}
#lower-signature .scissors .accordion.thinning ol li figure {
  width: 38.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.thinning ol li figure {
    width: 57rem;
  }
}
#lower-signature .scissors .accordion.thinning ol li:first-of-type figure {
  margin-left: initial;
}
#lower-signature .scissors .accordion.thinning ol li:last-of-type figure {
  margin-right: initial;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.thinning dl {
    margin-bottom: 0;
  }
}
#lower-signature .scissors .accordion.thinning video {
  width: 37.7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.thinning video {
    width: 47.5rem;
  }
}
#lower-signature .scissors .accordion.hss .inner > figure {
  width: 60rem;
  margin-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.hss .inner > figure {
    margin-top: 8rem;
  }
}
#lower-signature .scissors .accordion.liner .inner > figure {
  margin-top: 9rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner .inner > figure {
    margin-top: 8rem;
  }
}
#lower-signature .scissors .accordion.liner .roots {
  background-color: #eeeeef;
  padding: 5rem 14rem 5rem 10rem;
  margin-block: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner .roots {
    padding: 5rem 3rem;
  }
}
#lower-signature .scissors .accordion.liner .roots .catch {
  white-space: nowrap;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
#lower-signature .scissors .accordion.liner .roots ul {
  margin: 3rem 0 4rem 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner .roots ul {
    margin: 3rem 0 0;
  }
}
#lower-signature .scissors .accordion.liner .roots ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner .roots ul li {
    gap: 1rem;
  }
}
#lower-signature .scissors .accordion.liner .roots ul li svg {
  width: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner .roots ul li svg {
    width: 3rem;
  }
}
#lower-signature .scissors .accordion.liner .roots ul li span {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.3;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner .roots ul li span {
    font-size: 2.4rem;
  }
}
#lower-signature .scissors .accordion.liner .roots ul li:nth-of-type(1) svg polygon {
  fill: #e73820;
}
#lower-signature .scissors .accordion.liner .roots ul li:nth-of-type(2) svg polygon {
  fill: #ca0915;
}
#lower-signature .scissors .accordion.liner .roots ul li:nth-of-type(3) svg polygon {
  fill: #ad0e16;
}
#lower-signature .scissors .accordion.liner .roots ul li:nth-of-type(4) svg polygon {
  fill: #920e14;
}
#lower-signature .scissors .accordion.liner .roots ul li:nth-of-type(5) svg polygon {
  fill: #5c070c;
}
#lower-signature .scissors .accordion.liner .roots ul li:nth-of-type(6) svg polygon {
  fill: #040000;
}
#lower-signature .scissors .accordion.liner .roots .text {
  font-style: italic;
  font-size: 1.9rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner .roots .text {
    font-size: 2.4rem;
  }
}
#lower-signature .scissors .accordion.liner .roots .text:last-of-type {
  margin-top: initial;
  text-align: end;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner .roots .text:last-of-type {
    text-align: initial;
  }
}
#lower-signature .scissors .accordion.liner .inner > picture {
  display: block;
  margin-top: 11rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner .inner > picture {
    margin-top: 9.5rem;
  }
}
#lower-signature .scissors .accordion.liner video {
  display: block;
  width: 37.7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-signature .scissors .accordion.liner video {
    width: 47.5rem;
  }
}

.hoge {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .gif.hide {
    opacity: 0;
    visibility: hidden;
  }
}

#lower-policy .lower-header {
  background: url(/assets/images/policy/fv.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-policy .lower-header {
    background-image: url(/assets/images/policy/fv-sp.png);
  }
}
#lower-policy .terms {
  padding: 14rem calc(50% - 45rem) 15rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-policy .terms {
    padding: 20rem 4rem;
  }
}
#lower-policy .terms h3 {
  text-align: center;
  font-style: italic;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-policy .terms h3 {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
  }
}
#lower-policy .terms .description {
  margin-top: 3.5rem;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-policy .terms .description {
    margin-top: 4rem;
    font-size: 2.8rem;
    line-height: 1.66;
  }
}
#lower-policy .terms dl {
  margin-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-policy .terms dl {
    margin-top: 12rem;
  }
}
#lower-policy .terms dl div + div {
  margin-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-policy .terms dl div + div {
    margin-top: 13rem;
  }
}
#lower-policy .terms dl div dt {
  font-style: italic;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-policy .terms dl div dt {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
  }
}
#lower-policy .terms dl div dd {
  margin-top: 3rem;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #lower-policy .terms dl div dd {
    margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 1.66;
  }
}
#lower-policy .terms dl div dd a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

/*# sourceMappingURL=styles.css.map*/