@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

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

address {
  font-style: inherit;
}

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

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

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

/**
 * 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;
          appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

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

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #100c0a;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: rgba(255, 255, 255, 0.6980392157);
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #100c0a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  background-color: #fff;
  mix-blend-mode: difference;
}
.l-header__cta {
  opacity: 0;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .l-header__cta {
    margin-top: 1rem;
  }
}
.l-header__menu-img {
  text-align: center;
}
.l-header__button-container {
  margin-top: 1.5rem;
}
.l-header__button-text {
  margin-top: 0.5rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  text-align: center;
}
.l-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 30rem;
  max-width: 100%;
  height: 100%;
  height: 100dvh;
  margin-left: auto;
  pointer-events: none;
  background-color: #000;
  opacity: 1;
  transition: 0.3s all;
  transform: translateX(100%);
}
.l-header__menu.is-active {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}
.l-header__menu.is-active .l-header__nav {
  opacity: 1;
  transition: 0.3s 0.3s all;
  transform: translateY(0);
}
.l-header__menu.is-active .l-header__cta {
  opacity: 1;
  transition: 0.3s 0.3s all;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .l-header__menu {
    width: 100%;
  }
}
.l-header__nav-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 10.5rem 0 5rem;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .l-header__nav-container {
    padding-top: 5.375rem;
  }
}
.l-header__nav {
  width: 100%;
  padding: 0 1rem;
  margin-top: 0.375rem;
  opacity: 0;
  transition: 0.3s all;
  transform: translateY(1.25rem);
}
@media only screen and (max-width: 767px) {
  .l-header__nav {
    margin-top: 1.25rem;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  width: 22rem;
  margin: 0 auto;
}
.l-header__nav-item {
  width: 100%;
}
.l-header__nav-item::after {
  display: block;
  width: 100%;
  height: 0.125rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='1' x2='100%25' y2='1' stroke='%23D3D3D3' stroke-width='2' stroke-dasharray='2,4'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
  font-size: 1.125rem;
  color: #fff;
  transition: 0.3s opacity;
}
.l-header__nav-link:hover, .l-header__nav-link:active {
  opacity: 0.7;
}
.l-header__nav-link:hover::after, .l-header__nav-link:active::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .l-header__nav-link {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}
.l-header__nav-list {
  display: flex;
  flex-direction: column;
}

.l-hum {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2000;
  width: 7.5rem;
  height: 7.5rem;
  border: none;
  border: 1px solid #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: 0.3s opacity;
}
.l-hum:hover, .l-hum:active {
  opacity: 0.7;
}
.l-hum:hover::after, .l-hum:active::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .l-hum {
    top: 0.625rem;
    right: 0.625rem;
    width: 4rem;
    height: 4rem;
  }
}
.l-hum__icon {
  position: absolute;
  top: calc(50% - 0.625rem);
  left: 50%;
  display: block;
  width: 3.5rem;
  height: 1.5rem;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l-hum__icon {
    top: calc(50% - 0.375rem);
    width: 2rem;
    height: 1rem;
  }
}
.l-hum__icon span {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #fff;
  border-radius: 999px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum__icon span:nth-child(1) {
  top: calc(50% - 0.75rem);
}
@media only screen and (max-width: 767px) {
  .l-hum__icon span:nth-child(1) {
    top: calc(50% - 0.5rem);
  }
}
.l-hum__icon span:nth-child(2) {
  top: 50%;
}
.l-hum__icon span:nth-child(3) {
  top: calc(50% + 0.75rem);
}
@media only screen and (max-width: 767px) {
  .l-hum__icon span:nth-child(3) {
    top: calc(50% + 0.5rem);
  }
}
.l-hum__text {
  position: absolute;
  top: calc(50% + 1.25rem);
  left: 50%;
  font-size: 1.125rem;
  color: #fff;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l-hum__text {
    top: calc(50% + 0.875rem);
    font-size: 0.75rem;
  }
}
.l-hum.is-active .l-hum__icon span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-24deg);
}
.l-hum.is-active .l-hum__icon span:nth-child(2) {
  opacity: 0;
}
.l-hum.is-active .l-hum__icon span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(24deg);
}

/* footer */
.l-footer {
  padding: 2.5rem 0;
  margin-top: 7.5rem;
  background-color: #100c0a;
}
.l-footer__container {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.l-footer__top {
  display: flex;
  gap: 5rem;
  align-items: end;
}
.l-footer__sns {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.l-footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s opacity;
}
.l-footer__sns-link:hover, .l-footer__sns-link:active {
  opacity: 0.7;
}
.l-footer__sns-link:hover::after, .l-footer__sns-link:active::after {
  opacity: 1;
}
.l-footer__logo {
  width: 6.625rem;
  text-align: center;
}
.l-footer__copyright {
  font-size: 0.875rem;
  color: white;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 0 5.25rem;
    margin-top: 3.5rem;
  }
  .l-footer__container {
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
  }
  .l-footer__top {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    margin: 0 auto;
  }
  .l-footer__sns {
    gap: 1.5rem;
  }
  .l-footer__copyright {
    margin-left: 0;
  }
}
/* main */
.l-inner {
  width: 95rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 107.5rem;
}
.l-inner.--narrow {
  width: 77.5rem;
}
.l-inner.--free-first {
  width: 57.5rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

.l-all {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-inner.--sp-narrow {
    padding: 0 0.625rem;
  }
  .l-inner.--sp-padding-none {
    padding: 0;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* grid */
.l-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 4rem;
}
.l-grid.--row4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.l-grid.--row2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-grid.--row4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-grid {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
  .l-grid.--row4 {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    margin: 0 auto;
  }
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-accordion {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(16, 12, 10, 0.1);
}
.c-accordion + .c-accordion {
  margin-top: 1rem;
}
.c-accordion__head {
  position: relative;
  display: flex;
  width: 100%;
  padding: 2.875rem 9.5rem 2.875rem 2.5rem;
  color: var(--color-text-white);
  cursor: pointer;
  transition: 0.3s all;
  transition: 0.3s opacity;
}
.c-accordion__head:hover, .c-accordion__head:active {
  opacity: 0.7;
}
.c-accordion__head:hover::after, .c-accordion__head:active::after {
  opacity: 1;
}
.c-accordion__head.is-active {
  color: #909090;
}
.c-accordion__head.is-active .c-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.c-accordion__icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 6rem;
  height: 5rem;
  background: url("../images/icon_accordion.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.c-accordion__icon::after, .c-accordion__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.125rem;
  content: "";
  background-color: #c49a19;
  transition: 0.3s all;
  transform: translate(-50%, -50%);
}
.c-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion__content {
  position: relative;
  transition: height 0.3s;
}
.c-accordion__content::before {
  position: absolute;
  top: 0;
  left: 2.5rem;
  display: block;
  width: calc(100% - 12rem);
  content: "";
  border-top: 2px dotted #d3d3d3;
}
.c-accordion__content-inner {
  padding: 1.625rem 9.5rem 1.5rem 2.5rem;
}

@media only screen and (max-width: 767px) {
  .c-accordion + .c-accordion {
    margin-top: 0.5rem;
  }
  .c-accordion__head {
    padding: 1.5rem 7.0625rem 1.5rem 1.25rem;
  }
  .c-accordion__icon {
    right: 1.25rem;
    width: 4.8125rem;
    height: 4rem;
    background: url("../images/icon_accordion_sp.png") no-repeat center center/contain;
  }
  .c-accordion__content::before {
    left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
  .c-accordion__content-inner {
    padding: 1.5rem 1.25rem;
  }
}
.c-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 21.75rem;
  min-height: 6rem;
  padding: 1.5rem;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #100c0a;
  text-shadow: 0 0 0.375rem rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  border-radius: 62.4375rem;
}
@media all and (min-width: 768px), print {
  .c-button.--lg {
    width: 100%;
    min-width: auto;
    max-width: 54.75rem;
    min-height: 8.5rem;
    font-size: 2.375rem;
  }
}
.c-button.--fixed {
  width: calc(100% - 1.5rem);
  min-width: auto;
  min-height: 3.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.125rem;
}
.c-button::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/bg-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 62.4375rem;
}
.c-button::before {
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  background: linear-gradient(140deg, #ab7421 0%, #bf8614 9%, #dea400 25%, #8b652b 49%, #c0980f 70%, #e0b600 84%, #ab7421 100%);
  border-radius: 62.4375rem;
}
.c-button__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 62.4375rem;
}
.c-button__line::after {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 5s infinite;
}
@media (hover: hover) {
  .c-button {
    transition: all 0.3s;
  }
  .c-button:hover {
    transform: scale(1.1);
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 600%;
  }
}
.c-fixed-button {
  position: fixed;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  pointer-events: none;
  transform: translateY(calc(100% + 1.875rem));
  transition: 0.3s all;
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-fixed-button {
    display: inline-flex;
  }
}
.c-fixed-button.is-active {
  pointer-events: auto;
  transform: translateY(0);
}

.c-heading-lv1 {
  position: relative;
  display: inline-block;
  padding-bottom: 2.5rem;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.4;
}
.c-heading-lv1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 14.375rem;
  height: 1rem;
  content: "";
  background: url("../images/icon_h1-after.png") no-repeat center/contain;
  transform: translateX(-50%);
}

.c-heading-lv2 {
  font-size: 2rem;
  line-height: 1.6;
}

.c-heading-lv3 {
  font-size: 1.75rem;
  line-height: 1.6;
}

.c-heading-lv4 {
  font-size: 1.375rem;
  line-height: 1.4;
}

.c-heading-lv5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.c-heading-lv6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv1 {
    padding-bottom: 1.75rem;
    font-size: 2rem;
  }
  .c-heading-lv1::after {
    bottom: 0;
  }
  .c-heading-lv2 {
    font-size: 1.625rem;
  }
  .c-heading-lv2.--sp-small {
    font-size: 1.5625rem;
  }
  .c-heading-lv3 {
    font-size: 1.5rem;
  }
  .c-heading-lv4 {
    font-size: 1.375rem;
  }
  .c-heading-lv5 {
    font-size: 1.125rem;
  }
  .c-heading-lv6 {
    font-size: 1rem;
  }
}
.c-list-dot .c-list-dot__item {
  position: relative;
  padding-left: 1.4em;
  color: #100c0a;
}
.c-list-dot .c-list-dot__item:nth-child(1) {
  margin-top: 0.5rem;
}
.c-list-dot .c-list-dot__item::before {
  position: absolute;
  top: 0.825em;
  left: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background: #100c0a;
  border-radius: 50%;
}

.c-text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  color: #100c0a;
}
.c-text.--lg {
  font-size: 1.25rem;
}
.c-text.--sm {
  font-size: 1rem;
}
.c-text.--xsm {
  font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 1rem;
  }
  .c-text.--lg {
    font-size: 1.125rem;
  }
  .c-text.--sm {
    font-size: 1rem;
  }
  .c-text.--xsm {
    font-size: 0.875rem;
  }
  .c-text.--xxsm {
    font-size: 0.75rem;
  }
}
/* project */
.p-card-plan {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
  background-color: #fff;
  filter: drop-shadow(0 0 4px rgba(16, 12, 10, 0.1));
}
.p-card-plan__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card-plan__inner {
  padding: 0 1.5rem 2.5rem;
}
.p-card-plan__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-card-plan__heading-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
}
.p-card-plan__heading-title-price {
  display: flex;
  gap: 0.25rem;
  align-items: end;
  padding-right: 0.375rem;
  font-size: 3rem;
  line-height: 1.2;
}
.p-card-plan__heading-title-price span {
  display: inline-block;
}
.p-card-plan__heading-title-currency {
  padding-bottom: 0.375rem;
  font-size: 1.5rem;
}
.p-card-plan__heading-title-text {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #909090;
}
.p-card-plan__heading-deal {
  position: relative;
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", serif;
  text-align: center;
}
.p-card-plan__heading-deal span {
  padding-inline: 0.25rem;
  font-size: 1.375rem;
  color: #a24d4d;
}
.p-card-plan__heading-deal::before {
  position: absolute;
  top: 50%;
  left: -2rem;
  display: block;
  width: 0.75rem;
  height: 1.5rem;
  content: "";
  background: url("../images/icon_card-plan-deal.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-card-plan__heading-deal::after {
  position: absolute;
  top: 50%;
  right: -2rem;
  display: block;
  width: 0.75rem;
  height: 1.5rem;
  content: "";
  background: url("../images/icon_card-plan-deal.png") no-repeat center center/contain;
  transform: translateY(-50%) rotate(180deg);
}
.p-card-plan__heading-text {
  min-height: 4.6875rem;
  margin-top: 1.625rem;
  line-height: 1.8;
}
.p-card-plan__heading-text span {
  font-weight: 800;
  color: #c49a19;
}
.p-card-plan__label {
  position: relative;
  padding-top: 1rem;
  margin-top: 0.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #c49a19;
  text-align: center;
}
.p-card-plan__label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #ab7421 0%, #bf8614 9%, #dea400 25%, #8b652b 49%, #c0980f 70%, #e0b600 84%, #ab7421 100%);
}
.p-card-plan__courses {
  min-height: 21.4375rem;
  margin-top: 0.5rem;
}
.p-card-plan__course:not(:first-child) {
  margin-top: 1rem;
}
.p-card-plan__course-title {
  position: relative;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
}
.p-card-plan__course-title::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d3d3d3;
}
.p-card-plan__course-list {
  margin-top: 0.5rem;
}
.p-card-plan__point {
  margin-top: 0.25rem;
}
.p-card-plan__point-num {
  margin-top: 0.25rem;
  font-size: 2rem;
  text-align: center;
}
.p-card-plan__point-num-p {
  padding-left: 0.25rem;
  font-size: 1.5rem;
}
.p-card-plan__point-num-last {
  font-size: 1rem;
  font-weight: 600;
}
.p-card-plan__point-text {
  margin-top: 0.25rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.75rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-card-plan {
    max-width: 19.375rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-card-plan {
    max-width: 20.9375rem;
    margin: 0 auto;
  }
  .p-card-plan__inner {
    padding: 0 1.5rem 1.75rem;
  }
  .p-card-plan__heading-title {
    flex-direction: row;
    gap: 0.5rem;
    align-items: end;
  }
  .p-card-plan__heading-title-text {
    margin-bottom: 0.4375rem;
  }
  .p-card-plan__heading-deal {
    padding-right: 0.375rem;
    margin-top: 0.25rem;
  }
  .p-card-plan__heading-deal::before {
    top: calc(50% + 3px);
    left: -1.75rem;
  }
  .p-card-plan__heading-deal::after {
    top: calc(50% + 3px);
    right: -1.75rem;
  }
  .p-card-plan__heading-text {
    min-height: auto;
    margin-top: 1.5rem;
  }
  .p-card-plan__courses {
    min-height: auto;
  }
  .p-card-plan__label {
    margin-top: 1.25rem;
  }
}
.p-card-column__img {
  aspect-ratio: 360/222;
  margin-bottom: 1.5rem;
  border-radius: 0.625rem;
}
.p-card-column__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card-column__img.--flow {
  position: relative;
}
.p-card-column__img.--flow::before {
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  width: 7.5rem;
  height: 2.5rem;
  content: "";
  background: url("../images/icon_flow00.png") no-repeat center/contain;
  transform: translateX(-50%);
}
.p-card-column__content {
  padding-left: 0.25rem;
}
.p-card-column__heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
.p-card-column__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.p-card-column__text.--mt-none {
  margin-top: 0;
}
.p-card-column__sub-text {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .p-card-column__img {
    aspect-ratio: 335/206;
    margin-bottom: 1rem;
  }
  .p-card-column__img.--flow {
    position: relative;
  }
  .p-card-column__img.--flow::before {
    width: 6.5rem;
    background: url("../images/icon_flow00-sp.png") no-repeat center/contain;
  }
  .p-card-column__heading {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .p-card-column__content {
    padding-inline: 1.25rem;
  }
  .p-card-column__text {
    font-size: 0.875rem;
    font-weight: 600;
  }
}
.p-card-user-review {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: space-between;
}
.p-card-user-review:not(:first-child) {
  padding-top: 1.5rem;
  border-top: 0.125rem dotted #d3d3d3;
}
.p-card-user-review.--reverse {
  flex-direction: row-reverse;
}
.p-card-user-review__img {
  aspect-ratio: 290/320;
  overflow: hidden;
}
.p-card-user-review__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card-user-review__content {
  width: 76%;
  max-width: 51.875rem;
}
.p-card-user-review__text {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-card-user-review {
    flex-direction: column;
    gap: 1rem;
  }
  .p-card-user-review.--reverse {
    flex-direction: column;
  }
  .p-card-user-review__img {
    width: 38.66vw;
    aspect-ratio: 145/160;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-card-user-review__content {
    width: 100%;
  }
  .p-card-user-review__title {
    margin-bottom: 0.5rem;
  }
  .p-card-user-review__text {
    margin-top: 0.5rem;
  }
}
.p-card-wide {
  position: relative;
  z-index: -2;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(16, 12, 10, 0.1);
}
.p-card-wide__bg-img {
  position: absolute;
  z-index: -1;
}
.p-card-wide__bg-img.--item1 {
  bottom: 0;
  left: 0;
}
.p-card-wide__bg-img.--item2 {
  right: 0;
  bottom: 0;
}
.p-card-wide__inner {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  padding: 2.5rem;
  margin: 0 auto;
}
.p-card-wide:not(:first-child) {
  margin-top: 1rem;
}
.p-card-wide__img {
  width: 50%;
  max-width: 36.25rem;
}
.p-card-wide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card-wide__content {
  width: 50%;
  max-width: 36.25rem;
}
.p-card-wide__title {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.p-card-wide__text-sub {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .p-card-wide__bg-img {
    position: absolute;
    z-index: -1;
  }
  .p-card-wide__bg-img.--item1 {
    top: -3px;
    left: -3px;
  }
  .p-card-wide__bg-img.--item2 {
    right: 0;
    bottom: 0;
  }
  .p-card-wide__inner {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0.625rem 1rem;
  }
  .p-card-wide__img {
    width: 100%;
  }
  .p-card-wide__content {
    width: 100%;
    padding-inline: 1.25rem;
  }
  .p-card-wide__title {
    margin-top: 0.25rem;
    margin-bottom: 0.875rem;
  }
  .p-card-wide__text {
    margin-bottom: 0.5rem;
  }
  .p-card-wide__text-sub {
    margin-top: 0.75rem;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  height: 52.5rem;
  background: url("../images/img_mainvisual-bg.png") no-repeat center center/cover;
}
.p-mainvisual__catch {
  position: absolute;
  top: 13.75rem;
  left: clamp(10px, 12vw, 220px);
  z-index: 1;
  filter: blur(10px);
  opacity: 0;
  transform: scale(1.02);
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.p-mainvisual__catch-text {
  margin-top: 5rem;
  font-size: 2.25rem;
  line-height: normal;
  color: #fff;
}
.p-mainvisual__woman {
  position: absolute;
  right: 7.4375rem;
  bottom: 0;
  max-width: 1040px;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    opacity: 1;
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .p-mainvisual {
    height: 35rem;
    background: url("../images/img_mainvisual-bg-sp.png") no-repeat center center/cover;
  }
  .p-mainvisual__catch {
    position: absolute;
    top: clamp(40px, 10vw, 220px);
    left: 0.625rem;
  }
  .p-mainvisual__catch-text {
    padding-left: 0.5rem;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .p-mainvisual__woman {
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 100%;
    min-width: 420px;
    max-width: 570px;
  }
  .p-mainvisual__woman img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* pages */
body.index {
  position: relative;
  image-rendering: auto;
}
body.index::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -4;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  content: "";
  background: url("../images/img_top-intro-bg.png") no-repeat center center/cover;
}
body.index .top__intro {
  padding: 5rem 0;
}
body.index .top__intro-title {
  max-width: 54.0625rem;
  margin: 0 auto;
}
body.index .top__intro-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.index .top__intro-troubles {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 3.5rem;
}
body.index .top__comparison-title {
  width: 42.125rem;
  margin: 0 auto;
}
body.index .top__comparison-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.index .top__comparison-imgs {
  position: relative;
  width: 100%;
  margin-top: 1.9375rem;
}
body.index .top__comparison-before-after-corners {
  position: relative;
}
body.index .top__comparison-before-after-corner {
  position: absolute;
  z-index: 4;
  width: 5rem;
  height: 5rem;
}
body.index .top__comparison-before-after-corner.--top-left {
  top: -16px;
  left: -16px;
}
body.index .top__comparison-before-after-corner.--top-right {
  top: -16px;
  right: -16px;
  transform: rotate(90deg);
}
body.index .top__comparison-before-after-corner.--bottom-left {
  bottom: -16px;
  left: -16px;
  transform: rotate(270deg);
}
body.index .top__comparison-before-after-corner.--bottom-right {
  right: -16px;
  bottom: -16px;
  transform: rotate(180deg);
}
body.index .top__comparison-before-after-text {
  position: absolute;
  top: 2rem;
  z-index: 4;
}
body.index .top__comparison-before-after-text.--before {
  left: 2rem;
}
body.index .top__comparison-before-after-text.--after {
  right: 2rem;
}
body.index .top__comparison-before-after {
  max-width: 50rem;
  margin: 0 auto;
}
body.index .top__comparison-regular {
  position: absolute;
  top: 50%;
  left: -200px;
  width: 10rem;
  height: 10rem;
  transform: translateY(-50%);
}
body.index .top__comparison-pro {
  position: absolute;
  top: 50%;
  right: -200px;
  width: 10rem;
  height: 10rem;
  transform: translateY(-50%);
}
@layer demo {
  body.index .top {
    /* Chrome, Safari用 */
    /* Firefox用 */
  }
  body.index .top .compare {
    display: grid;
  }
  body.index .top .compare > * {
    grid-area: 1/1;
  }
  body.index .top .compare > div {
    display: grid;
  }
  body.index .top .before {
    -webkit-mask: linear-gradient(to right, #000 0, var(--pos, 50%), rgba(0, 0, 0, 0) 0);
            mask: linear-gradient(to right, #000 0, var(--pos, 50%), rgba(0, 0, 0, 0) 0);
  }
  body.index .top .after {
    -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0, var(--pos, 50%), #000 0);
            mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0, var(--pos, 50%), #000 0);
  }
  body.index .top input[type=range] {
    position: relative;
    z-index: 2;
    width: calc(100% + 80px);
    height: 493px; /* 高さはbefore/afterに合わせる */
    margin-left: -40px !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
  }
  body.index .top input[type=range]::-webkit-slider-thumb {
    width: 80px;
    height: 493px; /* 高さはbefore/afterに合わせる */
    -webkit-appearance: none;
            appearance: none;
    cursor: pointer;
    background: linear-gradient(to right, transparent 38px, white 4px, transparent 42px) no-repeat center center, url("../images/icon_comparison-arrow-button.png") no-repeat center center;
    background-repeat: no-repeat;
    background-size: 80px 100%, contain;
    border: none;
    box-shadow: none;
  }
  body.index .top input[type=range]::-moz-range-thumb {
    width: 80px;
    height: 493px; /* 高さはbefore/afterに合わせる */
    cursor: pointer;
    background: linear-gradient(to right, transparent 38px, white 4px, transparent 42px) no-repeat center center, url("../images/icon_comparison-arrow-button.png") no-repeat center center;
    background-size: 80px 100%, contain;
    border: none;
  }
}
body.index .top__intro-trouble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
body.index .top__intro-trouble.--item1 {
  max-width: 32.25rem;
  padding: 2.9375rem 3.3125rem 2.9375rem 4.4375rem;
  background: url("../images/img_trouble-bg01.png") no-repeat center center/contain;
}
body.index .top__intro-trouble.--item2 {
  max-width: 28.75rem;
  padding: 3rem 5.125rem 3.1875rem;
  background: url("../images/img_trouble-bg02.png") no-repeat center center/contain;
}
body.index .top__intro-trouble-box {
  position: relative;
}
body.index .top__intro-trouble-text-span {
  display: block;
  padding-bottom: 0.25rem;
  border-bottom: 2px dotted #d3d3d3;
}
body.index .top__intro-trouble-text-span:not(:first-child) {
  padding-top: 0.125rem;
}
body.index .top__intro-trouble-text-span.--lg {
  font-size: 1.5rem;
}
body.index .top__intro-trouble-text-span.--display-sp {
  display: none;
}
body.index .top__intro-trouble-icon {
  position: absolute;
  top: -36px;
  left: -48px;
  width: 2.625rem;
  height: 3rem;
}
body.index .top__intro-trouble-answer-text {
  margin-top: 1.875rem;
}
body.index .top__comparison-content {
  padding-top: 5rem;
  text-align: center;
  background: url("../images/img_comparison-bk.png") no-repeat center center/cover;
}
body.index .top__comparison-text {
  margin-top: 3.5rem;
}
body.index .top__arrow-icon {
  width: 6.875rem;
  margin-inline: auto;
  margin-top: 4rem;
}
body.index .top__arrow-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.index .start {
  margin-top: 6.625rem;
}
body.index .start__content {
  position: relative;
  z-index: -2;
  background: url("../images/img_start-bg.png") no-repeat center center/cover;
}
body.index .start__content-inner {
  width: 100%;
  max-width: 77.5rem;
  padding: 4rem 1.25rem;
  margin: 0 auto;
}
body.index .start__content-woman {
  position: absolute;
  right: 3%;
  bottom: 37%;
  z-index: -1;
  width: 54%;
  max-width: 42rem;
}
body.index .start__content-woman img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.index .start__content-text {
  padding-left: 0.75rem;
  margin-top: 2rem;
}
body.index .start__content-text-sub {
  margin-top: 4rem;
  margin-left: 0.5rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.75rem;
  line-height: 1.4;
}
body.index .model {
  margin-top: 7.5rem;
}
body.index .model__box {
  position: relative;
  margin-top: 2rem;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(16, 12, 10, 0.1);
}
body.index .model__box-corner {
  position: absolute;
  width: 5rem;
}
body.index .model__box-corner.--top-left {
  top: 16px;
  left: 16px;
}
body.index .model__box-corner.--top-right {
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
}
body.index .model__box-corner.--bottom-left {
  bottom: 16px;
  left: 16px;
  transform: rotate(270deg);
}
body.index .model__box-corner.--bottom-right {
  right: 16px;
  bottom: 16px;
  transform: rotate(180deg);
}
body.index .model__box-inner {
  display: flex;
  gap: 3.75rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  padding: 4.9375rem 2.5rem 4rem;
  margin: 0 auto;
}
body.index .model__box-img {
  width: 100%;
  max-width: 35rem;
}
body.index .model__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.index .model__box-text {
  width: 100%;
  max-width: 36.25rem;
}
body.index .keep-point {
  margin-top: 7.5rem;
}
body.index .keep-point__cards {
  margin-top: 2rem;
}
body.index .keep-point__cards + body.index .keep-point__cards {
  margin-top: 1rem;
}
body.index .product-insight {
  margin-top: 5rem;
}
body.index .product-insight__content {
  position: relative;
  z-index: -2;
  background: url("../images/img_product-insight-bg.png") no-repeat center center/cover;
}
body.index .product-insight__content-inner {
  z-index: -2;
  width: 100%;
  max-width: 77.5rem;
  padding: 4rem 1.25rem 5.25rem;
  margin: 0 auto;
}
body.index .product-insight__content-woman {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 60rem;
}
body.index .product-insight__text {
  margin-top: 2rem;
  text-shadow: 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff;
}
body.index .product-insight__card {
  position: relative;
  margin-top: 2rem;
  background-color: #fff;
}
body.index .product-insight__card-corner {
  position: absolute;
  width: 5rem;
  height: 5rem;
}
body.index .product-insight__card-corner.--top-left {
  top: 16px;
  left: 16px;
}
body.index .product-insight__card-corner.--top-right {
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
}
body.index .product-insight__card-corner.--bottom-left {
  bottom: 16px;
  left: 16px;
  transform: rotate(270deg);
}
body.index .product-insight__card-corner.--bottom-right {
  right: 16px;
  bottom: 16px;
  transform: rotate(180deg);
}
body.index .product-insight__card-inner {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 67rem;
  padding: 3rem 2.5rem;
  margin: 0 auto;
}
body.index .product-insight__card-img {
  width: 52%;
  max-width: 30rem;
}
body.index .product-insight__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.index .product-insight__card-content {
  width: 48%;
  max-width: 29.5rem;
}
body.index .product-insight__card-text {
  margin-top: 1rem;
}
body.index .plan {
  margin-top: 7.5rem;
  background: url("../images/img_plan-bg.png") no-repeat center center/cover;
}
body.index .plan__content {
  padding: 5rem 0 7.5rem;
}
body.index .plan__cards {
  margin-top: 2rem;
}
body.index .change-point {
  margin-top: 4.5rem;
}
body.index .change-point__text {
  margin-top: 1.5rem;
}
body.index .change-point__text-sub {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.75rem;
  line-height: 1.4;
}
body.index .change-point__cards.--hair-care {
  margin-top: 4rem;
}
body.index .change-point__cards.--cosmetics {
  margin-top: 1.5rem;
}
body.index .change-point__cards-title {
  position: relative;
  margin-bottom: 2.25rem;
}
body.index .change-point__cards-title::before {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  display: block;
  width: 3.625rem;
  height: 1.5rem;
  content: "";
  background: url("../images/icon_cards-title.png") no-repeat center center/contain;
}
body.index .change-point__cards-title::after {
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background: linear-gradient(90deg, #ab7421 0%, #bf8614 9%, #dea400 25%, #8b652b 49%, #c0980f 70%, #e0b600 84%, #ab7421 100%);
}
body.index .flow {
  margin-top: 7.5rem;
}
body.index .flow__content {
  position: relative;
  max-width: 92.5rem;
  padding: 5rem 7.5rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(16, 12, 10, 0.1);
}
body.index .flow__content-corner {
  position: absolute;
  width: 5rem;
  height: 5rem;
}
body.index .flow__content-corner.--top-left {
  top: 16px;
  left: 16px;
}
body.index .flow__content-corner.--top-right {
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
}
body.index .flow__content-corner.--bottom-left {
  bottom: 16px;
  left: 16px;
  transform: rotate(270deg);
}
body.index .flow__content-corner.--bottom-right {
  right: 16px;
  bottom: 16px;
  transform: rotate(180deg);
}
body.index .flow__card-content {
  padding: 0 0.3125rem;
  margin-top: 1.5rem;
}
body.index .flow__card-content-text {
  margin-top: 0.5625rem;
}
body.index .flow__card-img {
  position: relative;
}
body.index .flow__card-img-num {
  position: absolute;
  top: -1rem;
  left: 50%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.5rem;
  font-family: "Great Vibes";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 80%;
  color: #c49a19;
  background-color: #fff;
  border-radius: 62.4375rem;
  transform: translateX(-50%);
}
body.index .flow__card-img-num-num {
  font-size: 2.25rem;
}
body.index .flow__swiper {
  position: relative;
  width: 22.5rem;
  margin-left: 0;
  overflow: visible;
}
body.index .flow__swiper-slide {
  width: 22.5rem;
}
body.index .flow__swiper-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 1.375rem auto 0;
}
body.index .flow__swiper-container {
  position: relative;
  width: 62rem;
  max-width: calc(100% - 11.25rem);
  padding: 1.25rem 0 2.8125rem;
  margin: 0 auto;
  overflow: hidden;
}
body.index .flow__swiper-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 5rem;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
body.index .flow .swiper-button-next,
body.index .flow .swiper-button-prev {
  top: 5.125rem;
  width: 5rem;
  height: 6rem;
  margin-top: 0;
  background: url("../images/icon_swiper-arrow-active.png") no-repeat center center/contain;
  transition: 0.3s opacity;
}
body.index .flow .swiper-button-next:hover, body.index .flow .swiper-button-next:active,
body.index .flow .swiper-button-prev:hover,
body.index .flow .swiper-button-prev:active {
  opacity: 0.7;
}
body.index .flow .swiper-button-next:hover::after, body.index .flow .swiper-button-next:active::after,
body.index .flow .swiper-button-prev:hover::after,
body.index .flow .swiper-button-prev:active::after {
  opacity: 1;
}
body.index .flow .swiper-button-next::after,
body.index .flow .swiper-button-prev::after {
  display: none;
}
body.index .flow .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
body.index .flow .swiper-button-next {
  right: 0;
}
body.index .flow .swiper-button-disabled {
  background: url("../images/icon_swiper-arrow.png") no-repeat center center/contain;
  opacity: 1;
}
body.index .flow .swiper-scrollbar {
  height: 0.25rem;
  background-color: transparent;
}
body.index .flow .swiper-scrollbar::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0.125rem;
  content: "";
  background-color: #c8c8c8;
  transform: translateY(-50%);
}
body.index .flow .swiper-scrollbar-drag {
  background: linear-gradient(to right, #ab7421 0%, #bf8614 9%, #dea400 25%, #8b652b 49%, #c0980f 70%, #e0b600 84%, #ab7421 100%);
  border-radius: 0;
}
body.index .flow__privilege {
  margin-top: 7.5rem;
}
body.index .flow__privilege-head {
  text-align: center;
}
body.index .flow__privilege-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 1.5rem;
}
body.index .flow__privilege-content-item {
  max-width: 36.25rem;
}
@media (width <= 1479px) {
  body.index .flow__privilege-content-item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.index .flow__privilege {
    padding: 0 0.9375rem;
  }
  body.index .flow__privilege-content {
    flex-direction: column;
    gap: 3.5rem;
    align-items: center;
  }
}
body.index .flow__privilege-note {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.75rem;
  line-height: 1.4;
}
body.index .free-first {
  margin-top: 7.5rem;
}
body.index .free-first__content {
  text-align: center;
}
body.index .free-first__button {
  margin-top: 1.5rem;
}
body.index .free-first__text {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.75rem;
  line-height: 1.4;
}
body.index .user-review {
  padding-bottom: 12.375rem;
  margin-top: 10rem;
  background: url("../images/img_user-review-bg-sp01.svg") no-repeat center bottom/contain, url("../images/img_user-review-bg-sp02.svg") no-repeat center bottom/contain;
}
body.index .user-review__cards {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  margin-top: 1.5rem;
}
body.index .shop {
  margin-top: 10rem;
}
body.index .shop__text {
  margin-top: 1.5rem;
}
body.index .shop__cards {
  margin-top: 2.5rem;
}
body.index .faq {
  margin-top: 10rem;
}
body.index .faq__cards {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .top__intro-trouble {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
  }
  body.index .top__comparison-regular {
    top: auto;
    bottom: -114px;
    left: 1.40625rem;
    width: 8.5rem;
    height: 4rem;
  }
  body.index .top__comparison-pro {
    top: auto;
    right: 1.40625rem;
    bottom: -114px;
    width: 8.5rem;
    height: 4rem;
  }
  body.index .top__comparison-text {
    margin-top: 7.5rem;
  }
  body.index .model__box-inner {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .top__intro {
    padding: 2.5rem 0 4rem;
  }
  body.index .top__intro-title {
    max-width: 20.5rem;
  }
  body.index .top__comparison-title {
    width: 18rem;
  }
  body.index .top__comparison-content {
    padding-top: 2.5rem;
  }
  body.index .top__comparison-before-after {
    max-width: 20.9375rem;
  }
  body.index .top__comparison-imgs {
    margin-top: 1.71875rem;
  }
  body.index .top__comparison-before-after-text {
    top: 1rem;
  }
  body.index .top__comparison-before-after-text.--before {
    left: 1.25rem;
  }
  body.index .top__comparison-before-after-text.--after {
    right: 1.25rem;
  }
  body.index .top__comparison-before-after-corner {
    width: 3rem;
    height: 3rem;
  }
  body.index .top__comparison-before-after-corner.--top-left {
    top: -0.5625rem;
    left: -0.5625rem;
  }
  body.index .top__comparison-before-after-corner.--top-right {
    top: -0.5625rem;
    right: -0.5625rem;
  }
  body.index .top__comparison-before-after-corner.--bottom-left {
    bottom: -0.5625rem;
    left: -0.5625rem;
  }
  body.index .top__comparison-before-after-corner.--bottom-right {
    right: -0.5625rem;
    bottom: -0.5625rem;
  }
  @layer demo {
    body.index .top {
      /* Chrome, Safari用 */
      /* Firefox用 */
    }
    body.index .top input[type=range] {
      width: calc(100% + 63px);
      height: 207px; /* 高さはbefore/afterに合わせる */
      margin-left: -31.5px !important;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      pointer-events: auto;
    }
    body.index .top input[type=range]::-webkit-slider-thumb {
      width: 63px;
      height: 207px; /* 高さはbefore/afterに合わせる */
      -webkit-appearance: none;
              appearance: none;
      background: linear-gradient(to right, transparent 29.5px, white 4px, transparent 33.5px) no-repeat center center, url("../images/icon_comparison-arrow-button.png") no-repeat center center;
      background-repeat: no-repeat;
      background-size: 63px 100%, contain;
      border: none;
    }
    body.index .top input[type=range]::-moz-range-thumb {
      width: 63px;
      height: 207px; /* 高さはbefore/afterに合わせる */
      background: linear-gradient(to right, transparent 29.5px, white 4px, transparent 33.5px) no-repeat center center, url("../images/icon_comparison-arrow-button.png") no-repeat center center;
      background-size: 63px 100%, contain;
      border: none;
    }
  }
  body.index .top__comparison-regular {
    top: auto;
    bottom: -114px;
    left: 1.3125rem;
    width: 8.5rem;
    height: 4rem;
  }
  body.index .top__comparison-pro {
    top: auto;
    right: 1.3125rem;
    bottom: -114px;
    width: 8.5rem;
    height: 4rem;
  }
  body.index .top__comparison-text {
    margin-top: 7.5rem;
  }
  body.index .top__intro-troubles {
    display: flex;
    flex-flow: column wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.75rem;
  }
  body.index .top__intro-trouble {
    font-size: 1rem;
  }
  body.index .top__intro-trouble.--item1 {
    padding: 2.125rem 3.875rem 2.0625rem 5.8125rem;
    background: url("../images/img_trouble-bg01-sp.png") no-repeat center center/contain;
  }
  body.index .top__intro-trouble.--item2 {
    padding: 2.8125rem 3.75rem 2.8125rem 2.9375rem;
    background: url("../images/img_trouble-bg02-sp.png") no-repeat center center/contain;
  }
  body.index .top__intro-trouble-text-span.--lg {
    font-size: 1.25rem;
  }
  body.index .top__intro-trouble-text-span.--display-pc {
    display: none;
  }
  body.index .top__intro-trouble-text-span.--display-sp {
    display: block;
  }
  body.index .top__intro-trouble-icon {
    top: -20px;
    left: -62px;
  }
  body.index .top__intro-trouble-icon.--sp-reverse {
    top: -36px;
    right: -54px;
    left: auto;
  }
  body.index .top__intro-trouble-answer-text {
    margin-top: 1.375rem;
  }
  body.index .top__arrow-icon {
    width: 4.375rem;
    margin-top: 1.5rem;
  }
  body.index .top__comparison {
    background: url("../images/img_comparison-sp-bk.png") no-repeat center center/cover;
  }
  body.index .start {
    margin-top: 1.5rem;
  }
  body.index .start__content {
    overflow: hidden;
    background: url("../images/img_start-bg-sp.png") no-repeat center center/cover;
  }
  body.index .start__content-title {
    margin-left: -0.5rem;
  }
  body.index .start__content-inner {
    padding: 2.5rem 0.625rem;
  }
  body.index .start__content-woman {
    top: auto;
    right: -7%;
    bottom: 21.75rem;
    width: calc(278px + 122 * (100vw - 375px) / 405);
    height: calc(220px + 100 * (100vw - 375px) / 405);
  }
  body.index .start__content-text-box {
    margin-top: 11.5rem;
  }
  body.index .start__content-text {
    padding-left: 0.5rem;
  }
  body.index .start__content-text-sub {
    margin-top: 2.5rem;
    margin-left: 0.4375rem;
    font-size: 0.75rem;
  }
  body.index .model {
    margin-top: 3.75rem;
  }
  body.index .model__box {
    margin-top: 1.5rem;
  }
  body.index .model__box-corner {
    width: 3rem;
    height: 3rem;
  }
  body.index .model__box-corner.--top-left {
    top: 10px;
    left: 10px;
  }
  body.index .model__box-corner.--top-right {
    top: 10px;
    right: 10px;
  }
  body.index .model__box-corner.--bottom-left {
    bottom: 10px;
    left: 10px;
  }
  body.index .model__box-corner.--bottom-right {
    right: 10px;
    bottom: 10px;
  }
  body.index .model__box-inner {
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem 1.875rem 3.5rem;
  }
  body.index .keep-point {
    margin-top: 5rem;
  }
  body.index .keep-point__cards {
    margin-top: 1.5rem;
  }
  body.index .product-insight {
    margin-top: 2.5rem;
  }
  body.index .product-insight__content-inner {
    padding: 4rem 1.25rem 2.5rem;
  }
  body.index .product-insight__text {
    margin-top: 1.5rem;
  }
  body.index .product-insight__card {
    margin-top: 1.5rem;
  }
  body.index .product-insight__card-corner {
    position: absolute;
    width: 3rem;
    height: 3rem;
  }
  body.index .product-insight__card-corner.--top-left {
    top: 8px;
    left: 8px;
  }
  body.index .product-insight__card-corner.--top-right {
    top: 8px;
    right: 8px;
    transform: rotate(90deg);
  }
  body.index .product-insight__card-corner.--bottom-left {
    bottom: 8px;
    left: 8px;
    transform: rotate(270deg);
  }
  body.index .product-insight__card-corner.--bottom-right {
    right: 8px;
    bottom: 8px;
    transform: rotate(180deg);
  }
  body.index .product-insight__card-inner {
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 1.25rem 3.5rem;
  }
  body.index .product-insight__card-img {
    width: 100%;
  }
  body.index .product-insight__card-content {
    width: 100%;
  }
  body.index .product-insight__card-text {
    margin-top: 0.5rem;
  }
  body.index .plan {
    margin-top: 0;
    background: url("../images/img_plan-bg-sp.png") no-repeat center center/cover;
  }
  body.index .plan__content {
    padding: 2.5rem 0;
  }
  body.index .change-point {
    margin-top: 3.5rem;
  }
  body.index .change-point__text {
    margin-top: 1.5rem;
  }
  body.index .change-point__text-sub {
    margin-top: 1rem;
  }
  body.index .change-point__cards {
    margin-top: 1.5rem;
  }
  body.index .change-point__cards.--hair-care {
    margin-top: 2.5rem;
  }
  body.index .change-point__cards.--cosmetics {
    margin-top: 2rem;
  }
  body.index .change-point__cards-title {
    margin-bottom: 2.0625rem;
  }
  body.index .change-point__cards-title::before {
    bottom: -0.5rem;
  }
  body.index .change-point__cards-title::after {
    bottom: -0.5rem;
  }
  body.index .flow {
    margin-top: 3.5rem;
  }
  body.index .flow__content {
    padding: 2.5rem 0.625rem 3.75rem;
  }
  body.index .flow__content-corner {
    position: absolute;
    width: 3rem;
    height: 3rem;
  }
  body.index .flow__content-corner.--top-left {
    top: 0.625rem;
    left: 0.625rem;
  }
  body.index .flow__content-corner.--top-right {
    top: 0.625rem;
    right: 0.625rem;
    transform: rotate(90deg);
  }
  body.index .flow__content-corner.--bottom-left {
    bottom: 0.625rem;
    left: 0.625rem;
    transform: rotate(270deg);
  }
  body.index .flow__content-corner.--bottom-right {
    right: 0.625rem;
    bottom: 0.625rem;
    transform: rotate(180deg);
  }
  body.index .flow__swiper-container {
    max-width: 100%;
  }
  body.index .flow__swiper-container::after {
    display: none;
  }
  body.index .flow__swiper {
    width: 20.9375rem;
  }
  body.index .flow__swiper-container {
    padding-bottom: 6.25rem;
  }
  body.index .flow__card-content {
    padding: 0 1.3125rem;
    margin-top: 1rem;
  }
  body.index .flow__card-img-num {
    align-items: flex-end;
    padding: 0.625rem 0;
    font-size: 1rem;
  }
  body.index .flow .swiper-button-prev,
  body.index .flow .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 4.1875rem;
    height: 5rem;
  }
  body.index .flow .swiper-button-next {
    right: 1.25rem;
  }
  body.index .flow .swiper-button-prev {
    left: 1.25rem;
  }
  body.index .flow .swiper-scrollbar {
    bottom: 2.25rem;
    left: 50%;
    width: calc(100% - 12.5rem);
    transform: translateX(-50%);
  }
  body.index .free-first {
    margin-top: 3.5rem;
  }
  body.index .free-first__text {
    margin-top: 0.5rem;
  }
  body.index .user-review {
    padding-bottom: 5.25rem;
    margin-top: 5rem;
    background: url("../images/img_user-review-bg-sp01.svg") no-repeat center bottom/contain, url("../images/img_user-review-bg-sp02.svg") no-repeat center bottom/contain;
  }
  body.index .user-review__cards {
    margin-top: 1.5rem;
  }
  body.index .shop {
    margin-top: 5rem;
  }
  body.index .shop__content {
    padding: 2.5rem 0;
  }
  body.index .faq {
    margin-top: 2.5rem;
  }
  body.index .faq__cards {
    margin-top: 1.5rem;
  }
}

/* utility */
.u-anime-blurin {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.u-anime-blurin.is-active {
  opacity: 1;
  animation-name: blurAnime;
}

.u-anime-fade {
  --delay: 0;
  --delay-sp: var(--delay);
  --duration: 1;
  --movementx: 0;
  --movementy: 0;
  --opacity: 0;
  opacity: var(--opacity);
  transition: all 0.3s calc(var(--delay) * 1s) linear;
}
@property --movementx {
  .u-anime-fade {
    syntax: "<length>";
    initial-value: 0;
    inherits: true;
  }
}
@property --movementx-sp {
  .u-anime-fade {
    syntax: "<length>";
    initial-value: 0;
    inherits: true;
  }
}
@property --movementy {
  .u-anime-fade {
    syntax: "<length>";
    initial-value: 0;
    inherits: true;
  }
}
@property --movementy-sp {
  .u-anime-fade {
    syntax: "<length>";
    initial-value: 0;
    inherits: true;
  }
}
@media only screen and (max-width: 767px) {
  .u-anime-fade {
    transition-delay: calc(var(--delay-sp) * 1s);
  }
}

.u-anime-fade-sp {
  --delay: 0;
  --delay-sp: var(--delay);
  --duration: 0.7;
  --movementx: 0;
  --movementy: 0;
  opacity: 0;
  transition: opacity 0.6s calc(var(--delay) * 1s) ease-in-out, transform 1s calc(var(--delay) * 1s) cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: calc(var(--delay) * 1s);
  animation-duration: calc(var(--duration) * 1s);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@property --movementx {
  .u-anime-fade-sp {
    syntax: "<length>";
    initial-value: 0;
    inherits: true;
  }
}
@property --movementx-sp {
  .u-anime-fade-sp {
    syntax: "<length>";
    initial-value: 0;
    inherits: true;
  }
}
@property --movementy {
  .u-anime-fade-sp {
    syntax: "<length>";
    initial-value: 0;
    inherits: true;
  }
}
@property --movementy-sp {
  .u-anime-fade-sp {
    syntax: "<length>";
    initial-value: 0;
    inherits: true;
  }
}
@media only screen and (max-width: 767px) {
  .u-anime-fade-sp {
    transition-delay: calc(var(--delay-sp) * 1s);
  }
}

.u-anime-fade {
  opacity: 0;
  transform: translateX(calc(var(--movementx) * 1px)) translateY(calc(var(--movementy) * 1px));
}
.u-anime-fade.is-active {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

@keyframes u-anime-blurin {
  from {
    filter: blur(10px);
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
.u-anime-group.is-active .u-anime-fade:not(.u-anime-fade-sp) {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
@media all and (min-width: 768px), print {
  .u-anime-group.is-active .u-anime-fade.u-anime-fade-sp {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.u-anime-group.is-active .u-anime-title {
  transform: translateX(0) translateY(0);
}
.u-anime-group.is-active .u-anime-mask {
  clip-path: inset(0 0 0 0);
}

@media only screen and (max-width: 767px) {
  .u-anime-fade-sp {
    opacity: 0;
    transform: translateX(calc(var(--movementx-sp) * 1px)) translateY(calc(var(--movementy-sp) * 1px));
  }
  .u-anime-fade-sp.is-active {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

.u-anime-title {
  --delay: 0;
  --delay-sp: var(--delay);
  position: relative;
  display: inline-block;
  transition: transform 0.75s calc(var(--delay) * 1s) cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) * 1s);
  transform: translateY(100%);
}
@media only screen and (max-width: 767px) {
  .u-anime-title {
    --delay: var(--delay-sp);
  }
}
.u-anime-title.is-active {
  transform: translateX(0) translateY(0);
}

.u-anime-mask {
  --delay: 0;
  --delay-sp: var(--delay);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s calc(var(--delay) * 1s) ease-in-out;
}
@media only screen and (max-width: 767px) {
  .u-anime-mask {
    transition: clip-path 1s calc(var(--delay-sp) * 1s) ease-in-out;
  }
}
.u-anime-mask.is-active {
  clip-path: inset(0 0 0 0);
}

.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-asterisk-2 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.u-asterisk-3 {
  padding-left: 1.75em;
  text-indent: -1.75em;
}

.u-iblock {
  display: inline-block;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-21 {
  margin-top: 10.5rem !important;
}

.u-mt-22 {
  margin-top: 11rem !important;
}

.u-mt-23 {
  margin-top: 11.5rem !important;
}

.u-mt-24 {
  margin-top: 12rem !important;
}

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

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem !important;
  }
  .u-mt-2-sp {
    margin-top: 1rem !important;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem !important;
  }
  .u-mt-4-sp {
    margin-top: 2rem !important;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem !important;
  }
  .u-mt-6-sp {
    margin-top: 3rem !important;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem !important;
  }
  .u-mt-8-sp {
    margin-top: 4rem !important;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem !important;
  }
  .u-mt-10-sp {
    margin-top: 5rem !important;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem !important;
  }
  .u-mt-12-sp {
    margin-top: 6rem !important;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem !important;
  }
  .u-mt-14-sp {
    margin-top: 7rem !important;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem !important;
  }
  .u-mt-16-sp {
    margin-top: 8rem !important;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem !important;
  }
  .u-mt-18-sp {
    margin-top: 9rem !important;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem !important;
  }
  .u-mt-20-sp {
    margin-top: 10rem !important;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem !important;
  }
  .u-mt-22-sp {
    margin-top: 11rem !important;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem !important;
  }
  .u-mt-24-sp {
    margin-top: 12rem !important;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem !important;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}