@charset "UTF-8";
/*! destyle.css v2.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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@keyframes ctaPhoneBuzz {
  0%, 15%, 100% {
    transform: translate(0, -50%) rotate(-12deg);
  }
  2%, 6%, 10% {
    transform: translate(-0.2rem, -50%) rotate(-17deg);
  }
  4%, 8%, 12% {
    transform: translate(0.2rem, -50%) rotate(-7deg);
  }
}
/* -------------------------------------------------
  Gen Interface JP（自前 webfont / assets/fonts/subset/）
  読み込むのは実際に使う 300 / 500 / 600 / 700 / 800 のみ。
  支給の TTF は 1ウェイト約 5.9MB あり、表示前の素のテキストが
  長く見えてしまう（FOUT）ため、woff2 化＋サブセット化して
  1ウェイト約 240KB にしている（assets/fonts/subset/）。
  ※ 原稿に新しい漢字が増えたら再生成が必要。
     手順は assets/fonts/README.md（`make-subset.sh` を実行するだけ）
------------------------------------------------- */
@font-face {
  font-family: "Gen Interface JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/subset/GenInterfaceJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Gen Interface JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/subset/GenInterfaceJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gen Interface JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/subset/GenInterfaceJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Gen Interface JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/subset/GenInterfaceJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Gen Interface JP";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/subset/GenInterfaceJP-ExtraBold.woff2") format("woff2");
}
html {
  font-family: "Inter", "Gen Interface JP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-size-adjust: 100%;
  scroll-padding: 6rem;
  scroll-behavior: auto;
  overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 1.3020833333vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding: 8rem;
    -webkit-font-smoothing: antialiased;
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
html {
  /* IE11だけに適応 */
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

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

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  display: inline-block;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

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

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 2.4rem;
  line-height: 2;
  color: #3e3a34;
  font-weight: 500;
  letter-spacing: 0.12em;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
    min-width: 0;
  }
}

@media screen and (max-width: 767.98px) {
  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie p {
    font-feature-settings: "palt";
  }
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
/*************************
main
************************ */
main {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 7.4rem;
  }
}

body.is-drawer-open {
  overflow: hidden;
}

.shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1450980392);
}

.c-inner {
  width: 71rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-inner {
    width: 108rem;
  }
}
@media screen and (min-width: 768px) {
  .c-inner.-lg {
    width: 120rem;
  }
}
@media screen and (min-width: 768px) {
  .c-inner.-sm {
    width: 77.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-inner.-coach {
    width: 115rem;
  }
}

.c-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .c-ttl {
    margin-bottom: 5rem;
  }
}

.c-ttl__label {
  font-size: 2rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #5f5f5f;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-ttl__label {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    margin-bottom: 1.2rem;
  }
}
.c-ttl__label.-light {
  color: #fff;
}

.c-ttl__bar {
  width: 6.8rem;
  height: 0.5rem;
  background: linear-gradient(94deg, #7bc5e8 12%, #b49ad4 41%, #e99bc2 85%, #f09bc0 91%);
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .c-ttl__bar {
    margin-bottom: 3.2rem;
  }
}

.c-ttl__txt {
  font-size: 4.8rem;
  line-height: 1.2083333333;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .c-ttl__txt {
    font-size: 3.8rem;
    line-height: 1.4473684211;
  }
}
.c-ttl__txt.-light {
  color: #fff;
}
.c-ttl__txt.-sm {
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-ttl__txt.-sm {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    font-weight: 600;
  }
}

.c-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 71rem;
  height: 12.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  border: 0.4rem solid #fff;
  border-radius: 10rem;
  background: linear-gradient(90deg, #7bc5e8 0%, #a2a8da 20%, #b49ad4 34%, #c99acd 48%, #dd9bc6 65%, #f362a6 100%);
  box-shadow: 0 0.6rem 0.3rem 0 rgba(208, 154, 202, 0.4392156863);
  color: #fff;
  text-align: center;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .c-cta {
    width: 43.3rem;
    height: 9.3rem;
    padding-left: 0.4rem;
    border-radius: 4.7rem;
  }
}

.c-cta__sub {
  font-size: 1.9rem;
  line-height: 1.3684210526;
  font-family: "Zen Kaku Gothic Antique", "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-shadow: 0 0.3rem 0.3rem #e488bc;
}
@media screen and (min-width: 768px) {
  .c-cta__sub {
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 700;
    text-shadow: none;
  }
}

.c-cta__ttl {
  font-size: 4rem;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-shadow: 0 0.3rem 0.3rem #e781b7;
}
@media screen and (min-width: 768px) {
  .c-cta__ttl {
    font-size: 2.5rem;
    line-height: 1.36;
    font-weight: 700;
    text-shadow: none;
  }
}

.c-cta__phone {
  position: absolute;
  top: 20%;
  left: 4.8rem;
  width: 7rem;
  transform: translateY(-50%) rotate(-12deg);
}
@media screen and (min-width: 768px) {
  .c-cta__phone {
    left: 1.9rem;
    width: 4.3rem;
  }
}

.mouse .c-cta:hover .c-cta__phone {
  animation: ctaPhoneBuzz 1.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .mouse .c-cta:hover .c-cta__phone {
    animation: none;
  }
}
.c-cta__play {
  position: absolute;
  top: 50%;
  right: 3.6rem;
  width: 6.2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-cta__play {
    top: 55%;
    right: 2.7rem;
    width: 4.8rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cta.-mv {
    width: 66.9rem;
    height: 11.1rem;
    padding-left: 3rem;
    border-radius: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cta.-mv .c-cta__sub {
    font-size: 1.9rem;
    line-height: 1.3684210526;
    font-weight: 900;
    text-shadow: 0 0.3rem 0.3rem #e488bc;
  }
}

@media screen and (min-width: 768px) {
  .c-cta.-mv .c-cta__ttl {
    font-size: 3rem;
    line-height: 1.3333333333;
    font-weight: 900;
    text-shadow: 0 0.3rem 0.3rem #e781b7;
  }
}

.c-cta.-mv .c-cta__phone {
  top: 50%;
  left: 6.8rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .c-cta.-mv .c-cta__phone {
    left: 7.3rem;
    width: 4.6rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cta.-mv .c-cta__play {
    right: 3.4rem;
    width: 5.8rem;
  }
}

/* -------------------------------------------------
  規約系ドキュメントの共通レイアウト
  特定商取引法に基づく表記（legal）／プライバシーポリシー（privacy）
  外側の余白は使う側（.p-legal / .p-privacy）で持つ
------------------------------------------------- */
/* 前文 */
.c-doc__lead {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .c-doc__lead {
    margin-bottom: 4.5rem;
  }
}

/* --- 定義リスト（項目名 + 内容） --- */
.c-doc__dl {
  border-top: 1px solid #e4dcd1;
}

.c-doc__row {
  padding: 3.4rem 0;
  border-bottom: 1px solid #e4dcd1;
}
@media screen and (min-width: 768px) {
  .c-doc__row {
    display: flex;
    gap: 3rem;
    padding: 2.6rem 0;
  }
}

.c-doc__dt {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-doc__dt {
    flex-shrink: 0;
    width: 24rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.c-doc__dd {
  color: #6a6969;
}
@media screen and (min-width: 768px) {
  .c-doc__dd {
    flex: 1 1 0;
  }
}

/* --- 見出し + 本文のブロック --- */
.c-doc__block {
  margin-bottom: 6rem;
}
.c-doc__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-doc__block {
    margin-bottom: 4.5rem;
  }
}

.c-doc__block__ttl {
  position: relative;
  margin-bottom: 1.8rem;
  padding-left: 2.2rem;
  font-size: 3rem;
  line-height: 1.5333333333;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-doc__block__ttl {
    margin-bottom: 1.2rem;
    padding-left: 1.6rem;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-doc__block__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  bottom: 0.8rem;
  left: 0;
  width: 0.6rem;
  border-radius: 0.3rem;
  background: linear-gradient(180deg, #7bc5e8 12%, #b49ad4 41%, #e99bc2 85%, #f09bc0 91%);
}
@media screen and (min-width: 768px) {
  .c-doc__block__ttl::before {
    top: 0.6rem;
    bottom: 0.6rem;
    width: 0.4rem;
  }
}

.c-doc__txt {
  margin-bottom: 2.4rem;
  color: #6a6969;
}
.c-doc__txt:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-doc__txt {
    margin-bottom: 1.6rem;
  }
}

/* --- 箇条書き --- */
.c-doc__list {
  margin-bottom: 2.4rem;
}
.c-doc__list:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-doc__list {
    margin-bottom: 1.6rem;
  }
}

.c-doc__list__item {
  position: relative;
  padding-left: 2.4rem;
  color: #6a6969;
}
@media screen and (min-width: 768px) {
  .c-doc__list__item {
    padding-left: 1.8rem;
  }
}
.c-doc__list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #f362a6;
}
@media screen and (min-width: 768px) {
  .c-doc__list__item::before {
    top: 1.1rem;
    left: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

/* --- 条文の番号リスト（li は base で list-style なし → counter で採番） --- */
.c-doc__num {
  counter-reset: doc-num;
  margin-bottom: 2.4rem;
}
.c-doc__num:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-doc__num {
    margin-bottom: 1.6rem;
  }
}

.c-doc__num__item {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 4.6rem;
  color: #6a6969;
}
.c-doc__num__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-doc__num__item {
    margin-bottom: 0.6rem;
    padding-left: 3.2rem;
  }
}
.c-doc__num__item::before {
  counter-increment: doc-num;
  content: counter(doc-num) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.8rem;
  letter-spacing: 0;
  white-space: nowrap;
  font-weight: 700;
  color: #3e3a34;
}
@media screen and (min-width: 768px) {
  .c-doc__num__item::before {
    width: 2.6rem;
  }
}

.c-doc__num__item .c-doc__list {
  margin-top: 0.6rem;
}

.c-doc__note {
  display: block;
  word-break: normal;
  overflow-wrap: anywhere;
  font-size: 2rem;
  line-height: 1.7;
  color: #969491;
}
@media screen and (min-width: 768px) {
  .c-doc__note {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

/* --- 囲みボックス（お問い合わせ先） --- */
.c-doc__box {
  padding: 3.4rem 3rem;
  border-radius: 1rem;
  background: #f5f3f4;
}
@media screen and (min-width: 768px) {
  .c-doc__box {
    padding: 2.4rem 3rem;
  }
}

.c-doc__box__name {
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.c-doc__box__txt {
  color: #6a6969;
}

/* --- 本文中のリンク --- */
.c-doc__link {
  text-decoration: underline;
  word-break: normal;
  overflow-wrap: anywhere;
  transition: all 0.3s ease 0s;
}

.mouse .c-doc__link:hover {
  color: #f362a6;
}

/* --- 制定日 --- */
.c-doc__date {
  text-align: right;
  color: #6a6969;
}

.l-wrapper.-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-wrapper.-page .l-footer {
  margin-top: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 0 3rem;
  background: #fff;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 7.4rem;
    padding: 0 3.4rem;
  }
}
.l-header.is-scrolled {
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.06);
}

.l-header__logo {
  margin-right: auto;
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    gap: 3.1rem;
    margin-right: 2.9rem;
  }
}

.l-header__nav__item {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #3e3a34;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
.mouse .l-header__nav__item:hover {
  color: #f362a6;
}

.l-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  width: 20.4rem;
}
@media screen and (min-width: 768px) {
  .l-logo {
    width: 18rem;
  }
}

.l-logo__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.l-logo__mark {
  flex-shrink: 0;
  width: 13.93%;
}

.l-logo__type {
  flex-shrink: 0;
  width: 83.71%;
}

.l-logo__sub {
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: #6a6969;
}
@media screen and (min-width: 768px) {
  .l-logo__sub {
    font-size: 0.9rem;
    line-height: 1;
  }
}
.l-logo__sub.-lg {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-logo__sub.-lg {
    font-size: 0.9rem;
    line-height: 1;
  }
}

.l-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 120;
  width: 5.1rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .l-burger {
    display: none;
  }
}

.l-burger__bar {
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #3e3a34;
  transition: all 0.3s ease 0s;
}

.l-burger.is-active .l-burger__bar:nth-child(1) {
  transform: translateY(1.3rem) rotate(20deg);
}

.l-burger.is-active .l-burger__bar:nth-child(2) {
  opacity: 0;
}

.l-burger.is-active .l-burger__bar:nth-child(3) {
  transform: translateY(-1.3rem) rotate(-20deg);
}

.l-drawer {
  position: fixed;
  top: 8rem;
  left: 0;
  z-index: 90;
  width: 100%;
  height: calc(100vh - 8rem);
  padding: 6rem 2.9rem 12rem;
  overflow-y: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-drawer__list {
  margin-bottom: 6rem;
}

.l-drawer__item {
  border-bottom: 1px solid #e4dcd1;
}

.l-drawer__link {
  display: block;
  width: 100%;
  padding: 3rem 1rem;
  position: relative;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #3e3a34;
}
.l-drawer__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #f362a6;
  border-bottom: 2px solid #f362a6;
  transform: translateY(-50%) rotate(-45deg);
}

.l-footer {
  padding: 8rem 3rem 18rem;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 4rem 0 3.5rem;
  }
}

.l-footer__logo {
  align-items: center;
  width: 32.4rem;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 18rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer.-page {
    padding-bottom: 8rem;
  }
}

.l-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3.6rem;
  }
}

.l-footer__nav__link {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #6a6969;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .l-footer__nav__link {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.mouse .l-footer__nav__link:hover {
  color: #f362a6;
}

.l-footer__copy {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: #6a6969;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 0.9rem;
    line-height: 1;
  }
}

/* -------------------------------------------------
  追従 CTA（SP は下部バー / PC は右側の縦バナー）
------------------------------------------------- */
.l-float {
  position: fixed;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.l-float.is-show {
  opacity: 1;
  visibility: visible;
}

.l-float.-sp {
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12.4rem;
  padding-left: 6rem;
  background: #f362a6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-float.-sp {
    display: none;
  }
}

.l-float__phone {
  position: absolute;
  top: 26%;
  left: 6rem;
  width: 7rem;
  transform: translateY(-50%) rotate(-12deg);
}

.l-float__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-float__sub {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-family: "Zen Kaku Gothic Antique", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.l-float__ttl {
  font-size: 3.9rem;
  line-height: 1.2820512821;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.l-float__arw {
  position: absolute;
  top: 50%;
  right: 3.5rem;
  width: 12rem;
  transform: translateY(-50%) rotate(90deg);
}

.l-float.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-float.-pc {
    display: block;
    top: 17rem;
    right: 0;
    width: 6.9rem;
    height: 26.7rem;
  }
}

.l-float__panel {
  position: absolute;
  top: 2.7rem;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 6.4rem;
  height: 24rem;
  padding-top: 2.85rem;
  border: 2px solid #fff;
  border-radius: 3rem 0 0 3rem;
  background: linear-gradient(223deg, #7bc5e8 4%, #b49ad4 64%, #f09bc0 126%);
  transition: all 0.3s ease 0s;
}

.l-float__vertical {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5em;
  color: #fff;
  writing-mode: vertical-rl;
}

.l-float__badge {
  position: absolute;
  top: -0.8rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.12);
  font-size: 1.3rem;
  line-height: 1.0769230769;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f362a6;
  text-align: center;
  border: 1px solid #f362a6;
  transition: all 0.3s ease 0s;
}

.mouse .l-float.-pc:hover .l-float__panel {
  width: 7.2rem;
  box-shadow: -0.4rem 0.2rem 1rem rgba(0, 0, 0, 0.16);
}

.mouse .l-float.-pc:hover .l-float__badge {
  transform: translateX(-0.8rem);
}

/* =============================================
   MV   .p-mv
   ============================================= */
.p-mv {
  position: relative;
  overflow: hidden;
}

.p-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% top;
}
.p-mv__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(223deg, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.14) 41%, rgba(255, 255, 255, 0.49) 45%, #fff 73%);
}
@media screen and (min-width: 768px) {
  .p-mv__bg img {
    object-position: center 70%;
  }
  .p-mv__bg::after {
    background: linear-gradient(-59deg, rgba(255, 255, 255, 0) 54%, #fff 80%);
  }
}

.p-mv__inner {
  position: relative;
  z-index: 2;
  width: 71rem;
  margin: 0 auto;
  padding: 2.8rem 0 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    width: 76rem;
    margin: 0;
    padding: 2.3rem 0 4.7rem 9.4rem;
  }
}

/* キャッチ（吹き出し） */
.p-mv__catch {
  width: 42.7rem;
  padding: 2.36rem 2rem 2.08rem;
  margin-bottom: 1.7rem;
  border-radius: 1.5rem;
  background: #fff0f6;
  box-shadow: 0 0.3rem 0.3rem rgba(243, 98, 166, 0.2);
  font-size: 2.6rem;
  line-height: 1.3461538462;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
}
.p-mv__catch em {
  font-style: normal;
  color: #f362a6;
}
@media screen and (min-width: 768px) {
  .p-mv__catch {
    width: 55.4rem;
    margin-left: 5.4rem;
    margin-bottom: 2.25rem;
    padding: 1.1rem 2rem 0.9rem;
    font-size: 2rem;
    line-height: 1.4;
    border-radius: 2rem;
    box-shadow: 0 0.3rem 0.5rem rgba(243, 98, 166, 0.2);
  }
}

/* 見出し */
.p-mv__ttl {
  margin-bottom: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mv__ttl {
    margin-bottom: 2.4rem;
    letter-spacing: 0.126em;
  }
}

.p-mv__ttl__lead {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 6.2rem;
  line-height: 1.1290322581;
}
@media screen and (min-width: 768px) {
  .p-mv__ttl__lead {
    margin-bottom: 0;
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.p-mv__ttl__lead__s {
  font-size: 4.5rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mv__ttl__lead__s {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
}

.p-mv__ttl__main {
  display: block;
  font-size: 8rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-mv__ttl__main {
    font-size: 4.8rem;
    line-height: 1.4583333333;
    letter-spacing: 0.1em;
  }
}
.p-mv__ttl__main em {
  font-style: normal;
  font-size: 12.7rem;
  line-height: 0.9133858268;
  letter-spacing: 0.04em;
  color: #f362a6;
  background: linear-gradient(to top, rgba(255, 241, 165, 0.52) 0, rgba(255, 241, 165, 0.52) 3.6rem, transparent 3.6rem);
}
@media screen and (min-width: 768px) {
  .p-mv__ttl__main em {
    font-size: 5.8rem;
    line-height: 1.2068965517;
    letter-spacing: 0.1em;
    background: linear-gradient(to top, rgba(255, 241, 165, 0.43) 0, rgba(255, 241, 165, 0.43) 2.9rem, transparent 2.9rem);
  }
}

.p-mv__ttl__main__s {
  font-size: 5.9rem;
  line-height: 1.9661016949;
}
@media screen and (min-width: 768px) {
  .p-mv__ttl__main__s {
    font-size: inherit;
    line-height: inherit;
  }
}

/* 3つの特徴カード */
.p-mv__feature {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 5.37rem;
}
@media screen and (min-width: 768px) {
  .p-mv__feature {
    width: 55.8rem;
    margin-left: 6.1rem;
    margin-bottom: 3.65rem;
    gap: 0.6rem;
  }
}

.p-mv__feature__item {
  position: relative;
  flex: 1 1 0;
  height: 14rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-mv__feature__item {
    height: 11rem;
  }
}

.p-mv__feature__pic {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 9rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-mv__feature__pic {
    top: 1.4rem;
    width: 7.1rem;
  }
}
.p-mv__feature__pic.-train {
  top: 2.9rem;
  width: 5.2rem;
}
@media screen and (min-width: 768px) {
  .p-mv__feature__pic.-train {
    top: 1.9rem;
    width: 4.1rem;
  }
}
.p-mv__feature__pic.-coach {
  top: 0.3rem;
  width: 6.4rem;
}
@media screen and (min-width: 768px) {
  .p-mv__feature__pic.-coach {
    width: 5rem;
  }
}

.p-mv__feature__pic__base {
  width: 81%;
  margin: 0 auto;
}

.p-mv__feature__pic__cross {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
}

.p-mv__feature__txt {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 100%;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__feature__txt {
    bottom: 1rem;
    font-size: 2rem;
    line-height: 1;
  }
}
.p-mv__feature__txt em {
  font-style: normal;
  color: #f362a6;
}

/* 価格パネル */
.p-mv__price {
  margin-bottom: 4.45rem;
  padding: 0.97rem 4rem 2.15rem;
  border: 1px solid #f362a6;
  border-radius: 0.5rem;
  background: #fff0f6;
}
@media screen and (min-width: 768px) {
  .p-mv__price {
    width: 66.9rem;
    margin-bottom: 1.53rem;
    padding: 1rem 3.7rem 1.4rem;
  }
}

.p-mv__price__lead {
  padding-bottom: 0.1rem;
  border-bottom: 1px dashed #f362a6;
  font-size: 2.6rem;
  line-height: 1.8846153846;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__price__lead {
    font-size: 2.6rem;
    line-height: 1.8846153846;
    padding-bottom: 0.2rem;
  }
}

.p-mv__price__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 8.4rem;
  padding-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-mv__price__body {
    gap: 1.6rem;
    height: 8rem;
    padding-top: 0.3rem;
  }
}

.p-mv__price__label {
  font-size: 2.1rem;
  line-height: 2;
  font-weight: 800;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-mv__price__label {
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}

.p-mv__price__label__num {
  font-size: 4rem;
  line-height: 0.75;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-mv__price__label__num {
    font-size: 3.8rem;
  }
}
.p-mv__price__label__num + * {
  letter-spacing: 0.12em;
}

.p-mv__price__num {
  position: relative;
  padding-top: 0.4rem;
  font-size: 3.5rem;
  line-height: 1.4285714286;
  font-weight: 800;
  color: #f362a6;
}
@media screen and (min-width: 768px) {
  .p-mv__price__num {
    padding-top: 1.4rem;
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
.p-mv__price__num em {
  font-style: normal;
  font-size: 8.4rem;
  line-height: 1.0714285714;
}
@media screen and (min-width: 768px) {
  .p-mv__price__num em {
    font-size: 6.8rem;
    line-height: 1.0882352941;
  }
}

.p-mv__price__num__tax {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.4rem;
  line-height: 2.5;
  right: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #898988;
}

/* 満足度バッジ（1枚画像） */
.p-mv__badge {
  position: absolute;
  top: 35.8rem;
  right: 0.7rem;
  z-index: 3;
  width: 17.9rem;
}
@media screen and (min-width: 768px) {
  .p-mv__badge {
    top: 5.2rem;
    right: auto;
    left: 81.94vw;
    width: 21.1rem;
  }
}

/* =============================================
   こんなお悩みありませんか？   .p-worries
   ============================================= */
.p-worries {
  position: relative;
  padding: 5.96rem 0 0;
  background: #f5f3f4;
}
.p-worries::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109.4rem;
  background: #d2c9be;
}
@media screen and (min-width: 768px) {
  .p-worries {
    padding: 3.46rem 0 0;
  }
  .p-worries::before {
    height: 53rem;
  }
}
.p-worries > * {
  position: relative;
  z-index: 1;
}

.p-worries__ttl {
  font-size: 5.3rem;
  line-height: 2.8113207547;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  margin-bottom: 2.74rem;
}
@media screen and (min-width: 768px) {
  .p-worries__ttl {
    margin-bottom: 0.34rem;
  }
}

.p-worries__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-worries__list {
    flex-wrap: nowrap;
    width: 102rem;
    margin: 0 auto;
    gap: 2.4rem;
  }
}

.p-worries__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc((100% - 3.2rem) / 2);
  height: 36.6rem;
  padding: 4.6rem 1rem 2.2rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .p-worries__item {
    width: 23.7rem;
    height: 23.5rem;
    padding: 2.2rem 1rem 1.6rem;
  }
}

.p-worries__pic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 18.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-worries__pic {
    height: 13.1rem;
    margin-bottom: 1.4rem;
  }
}
.p-worries__pic img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-worries__txt {
  font-size: 3.4rem;
  line-height: 1.2647058824;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-worries__txt {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.p-worries__arw {
  width: 12.73rem;
  margin: 8rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-worries__arw {
    width: 17.87rem;
    margin-top: 7.82rem;
  }
}
.p-worries__arw img {
  transform: rotate(180deg);
}

.p-worries__note {
  margin-top: 0.9rem;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #f362a6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-worries__note {
    margin-top: 2.1rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

/* =============================================
   実は25分だから結果がでる   .p-result
   ============================================= */
.p-result {
  padding: 3.2rem 0 0;
  background: #f5f3f4;
}
@media screen and (min-width: 768px) {
  .p-result {
    padding: 3.2rem 0 0;
  }
}

/* 見出し（白帯 + ドット） */
.p-result__ttl {
  position: relative;
  height: 27.4rem;
  margin: 0 auto 8.5rem;
  padding-top: 2.91rem;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-result__ttl {
    width: 96rem;
    height: 12.7rem;
    padding-top: 0;
  }
}
.p-result__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.3rem;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -2.35rem;
  border-style: solid;
  border-width: 3.1rem 2.35rem 0 2.35rem;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .p-result__ttl::after {
    bottom: -2.1rem;
  }
}

.p-result__ttl__dots {
  position: absolute;
  top: 15rem;
  left: 21.7rem;
  width: 27.5rem;
}
@media screen and (min-width: 768px) {
  .p-result__ttl__dots {
    top: 2.6rem;
    left: 61rem;
  }
}

.p-result__ttl__txt {
  display: block;
  font-size: 6.3rem;
  line-height: 1.746031746;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-result__ttl__txt {
    font-size: 6.3rem;
    line-height: 2.0476190476;
  }
}
.p-result__ttl__txt em {
  font-style: normal;
  color: #f362a6;
}

.p-result__ttl__num {
  font-size: 9.7rem;
  line-height: 1.1340206186;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-result__ttl__num {
    font-size: 9.7rem;
    line-height: 1.3298969072;
  }
}

/* リード文 + 人物イラスト */
.p-result__lead {
  position: relative;
  min-height: 47.3rem;
  margin-bottom: 7.6rem;
  padding: 0 23.6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .p-result__lead {
    min-height: 0;
    margin-bottom: 9.3rem;
    padding: 0 43.8rem 0 9.6rem;
  }
}

.p-result__lead__txt {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.p-result__lead__txt em {
  font-style: normal;
  color: #f362a6;
}

.p-result__lead__pic {
  position: absolute;
  top: -14.3rem;
  right: -2.8rem;
  z-index: 0;
  width: 30.6rem;
}
@media screen and (min-width: 768px) {
  .p-result__lead__pic {
    top: -5.4rem;
    right: 15.8rem;
    width: 28.9rem;
  }
}

/* 4つのメリットカード */
.p-result__list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-result__list {
    flex-wrap: nowrap;
    gap: 1.3rem;
  }
}

.p-result__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 4.9rem) / 2);
  padding: 22.5rem 3rem 3.5rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(128, 128, 128, 0.16);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-result__item {
    width: calc((100% - 3.9rem) / 4);
    padding: 15.5rem 2rem 2.5rem;
  }
}

.p-result__pic {
  position: absolute;
  top: 2.1rem;
  left: 50%;
  width: 18.2rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-result__pic {
    top: 1.5rem;
    width: 13rem;
  }
}
.p-result__pic.-lg {
  top: 0;
  width: 27rem;
}
@media screen and (min-width: 768px) {
  .p-result__pic.-lg {
    width: 19.3rem;
  }
}

.p-result__item__ttl {
  margin-bottom: 1.8rem;
  font-size: 3.3rem;
  line-height: 1.1818181818;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #f362a6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-result__item__ttl {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    line-height: 1.1666666667;
  }
}

.p-result__item__txt {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-result__item__txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

/* =============================================
   選ばれる理由   .p-reason
   ============================================= */
.p-reason {
  padding: 8rem 0 10rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding: 8.6rem 0 8rem;
  }
}

.p-reason__ttl__em {
  font-style: normal;
  color: #f362a6;
}

.p-reason__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.9rem 1.6rem;
  }
}

.p-reason__item {
  position: relative;
  width: 100%;
  padding: 6.4rem 4.6rem 5.4rem;
  border: 1px solid #f362a6;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    width: calc((100% - 1.6rem) / 2);
    padding: 4.2rem 3.6rem 4rem;
  }
}

.p-reason__num {
  font-size: 6.8rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__num {
    position: absolute;
    top: 4.2rem;
    left: 3.6rem;
    font-size: 5.2rem;
    line-height: 1;
    text-align: left;
  }
}

.p-reason__item__ttl {
  margin: 3.5rem 0 4.5rem;
  font-size: 4.8rem;
  line-height: 1.3333333333;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__item__ttl {
    margin: 0.8rem 0 3.5rem;
    padding-left: 8.2rem;
    font-size: 2.6rem;
    line-height: 1.3076923077;
    text-align: left;
  }
}
.p-reason__item__ttl em {
  font-style: normal;
  color: #f362a6;
}

.p-reason__pic {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-reason__pic {
    margin-bottom: 4.2rem;
  }
}
.p-reason__pic img {
  width: 100%;
  height: 23.7rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-reason__pic img {
    height: 18rem;
  }
}

.p-reason__point__item {
  position: relative;
  padding-left: 5.6rem;
  font-size: 4rem;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-reason__point__item {
    padding-left: 3.4rem;
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.p-reason__point__item::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #f362a6;
}

.p-reason__note {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #969491;
}
@media screen and (min-width: 768px) {
  .p-reason__note {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.p-reason__badge {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  width: 15rem;
  padding: 0.6rem 0;
  border: 1px solid #f362a6;
  font-size: 2.1rem;
  line-height: 1.2857142857;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #f362a6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__badge {
    top: 1.5rem;
    right: 1.4rem;
    width: 9.9rem;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}

/* =============================================
   トレーナー紹介   .p-coach
   ============================================= */
.p-coach {
  padding: 8rem 0 10rem;
  background: #666;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-coach {
    padding: 11rem 0 10rem;
  }
}

.p-coach__slider {
  padding: 0 3rem;
}
@media screen and (min-width: 768px) {
  .p-coach__slider {
    width: 115rem;
    margin: 0 auto;
    padding: 0;
  }
}
.p-coach__slider .swiper-slide {
  height: auto;
}

.p-coach__item {
  width: 61.8rem;
  height: 58rem;
  padding: 4.3rem 4.9rem 5rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-coach__item {
    width: 37rem;
    height: 52rem;
    padding: 2.1rem 2rem 3rem;
    border-radius: 1rem;
  }
}

.p-coach__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-coach__head {
    flex-direction: column;
    gap: 1.4rem;
    margin-bottom: 1.6rem;
  }
}

.p-coach__pic {
  flex-shrink: 0;
  width: 25.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-coach__pic {
    width: 33rem;
  }
}
.p-coach__pic img {
  width: 100%;
  height: 16.9rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-coach__pic img {
    height: 22rem;
  }
}

.p-coach__name {
  flex: 1;
  font-size: 3rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #5f5f5f;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-coach__name {
    flex: none;
    font-size: 1.8rem;
    line-height: 1.1111111111;
  }
}

.p-coach__txt {
  min-height: 7.5rem;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-coach__txt {
    min-height: 7.7rem;
    margin-bottom: 3rem;
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
}

.p-coach__label {
  width: 18.6rem;
  margin-bottom: 1.4rem;
  padding: 0.5rem 0;
  background: #c9b280;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-coach__label {
    width: 13rem;
    margin-bottom: 1.4rem;
    padding: 0.05rem 0;
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}

.p-coach__license {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-coach__license {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

/* =============================================
   ご利用者さま事例   .p-case
   ============================================= */
.p-case {
  position: relative;
  padding: 8rem 0 10rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-case {
    padding: 6.1rem 0 10rem;
  }
}
.p-case::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(207deg, #7bc5e8 0%, #a2a8da 25%, #a2a8da 37%, #b49ad4 52%, #c99acd 59%, #dd9bc6 84%, #f362a6 100%);
  opacity: 0.12;
}
.p-case > * {
  position: relative;
  z-index: 1;
}

.p-case__slider {
  overflow: visible;
}
.p-case__slider .swiper-slide {
  width: 54.8rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-case__slider .swiper-slide {
    width: 96rem;
  }
}

.p-case__item {
  padding: 3.3rem 5rem 6rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-case__item {
    display: flex;
    align-items: flex-start;
    gap: 2.4rem;
    padding: 1.9rem 2.1rem 4rem;
  }
}

.p-case__pics {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-case__pics {
    flex-shrink: 0;
    gap: 1.7rem;
    margin-bottom: 0;
  }
}

.p-case__pic {
  width: 21.1rem;
}
@media screen and (min-width: 768px) {
  .p-case__pic {
    width: 21rem;
  }
}
.p-case__pic img {
  width: 100%;
  height: 37.5rem;
  background: #bababa;
  object-fit: cover;
}

.p-case__pic__cap {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  .p-case__body {
    flex: 1;
    padding-top: 2.8rem;
  }
}

.p-case__ttl {
  margin-bottom: 2.4rem;
  font-size: 3.1rem;
  line-height: 1.4838709677;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.p-case__badge {
  display: block;
  margin: 0 auto 2.4rem;
  padding: 0.6rem 3.2rem;
  width: fit-content;
  border-radius: 0.5rem;
  background: #ededed;
  font-size: 2.2rem;
  line-height: 2.0909090909;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #f362a6;
}

.p-case__profile {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case__profile {
    text-align: center;
  }
}

.p-case__data__row {
  display: flex;
  align-items: baseline;
  gap: 2.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-case__data__row {
    gap: 2rem;
  }
}
.p-case__data__row:last-child {
  margin-bottom: 0;
}
.p-case__data__row + .p-case__data__row {
  margin-top: 2.1rem;
}

.p-case__data__label {
  flex-shrink: 0;
  width: 9.2rem;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-case__data__label {
    width: 7rem;
    font-size: 1.5rem;
    line-height: 2.5333333333;
  }
}

.p-case__data__before,
.p-case__data__after {
  flex: 1;
  font-size: 4.2rem;
  line-height: 1.0476190476;
  font-weight: 600;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-case__data__before,
  .p-case__data__after {
    font-size: 4rem;
    line-height: 1.1;
  }
}

.p-case__data__after {
  text-align: left;
}

.p-case__data__unit {
  margin-left: 0.4rem;
  font-size: 1.8rem;
  line-height: 2.1111111111;
  letter-spacing: 0.12em;
}

.p-case__data__arw {
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.37rem;
  height: 1.91rem;
}
@media screen and (min-width: 768px) {
  .p-case__data__arw {
    width: 1.28rem;
    height: 1.78rem;
  }
}
.p-case__data__arw img {
  width: 1.91rem;
  max-width: none;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-case__data__arw img {
    width: 1.78rem;
  }
}

.p-case__slider .swiper-wrapper {
  align-items: stretch;
}

.p-case__center {
  text-align: center;
}

/* =============================================
   医療従事者インタビュー   .p-interview
   ============================================= */
.p-interview {
  padding: 8rem 0 10rem;
  background: #f5fafe;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding: 7.9rem 0 11rem;
  }
}

.p-interview__head {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-interview__head {
    display: flex;
    align-items: flex-start;
    gap: 8.9rem;
    margin-bottom: 7.4rem;
    padding-left: 14rem;
  }
}

.p-interview__pic {
  width: 45rem;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .p-interview__pic {
    flex-shrink: 0;
    width: 25.7rem;
    margin: 0;
  }
}
.p-interview__pic img {
  width: 100%;
  height: 56.1rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-interview__pic img {
    height: 32.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__prof {
    flex: 1;
    padding-top: 8rem;
  }
}

.p-interview__catch {
  padding-bottom: 3rem;
  border-bottom: 1px solid #707070;
  font-size: 4.4rem;
  line-height: 1.3409090909;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-interview__catch {
    padding-bottom: 3.1rem;
    font-size: 3.5rem;
    line-height: 1.3428571429;
  }
}
.p-interview__catch em {
  font-style: normal;
  color: #f362a6;
}

.p-interview__role {
  margin-top: 3.5rem;
  font-size: 2rem;
  line-height: 1.25;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #f362a6;
}
@media screen and (min-width: 768px) {
  .p-interview__role {
    margin-top: 2.4rem;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

.p-interview__name {
  font-size: 2.7rem;
  line-height: 2.1481481481;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-interview__name {
    font-size: 1.8rem;
    line-height: 2.6111111111;
  }
}

.p-interview__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-interview__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem 0.8rem;
  }
}

.p-interview__item {
  position: relative;
  width: 100%;
  padding: 8.6rem 5rem 6rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-interview__item {
    width: calc((100% - 0.8rem) / 2);
    padding: 6rem 4.2rem 3.5rem;
  }
}

.p-interview__num {
  position: absolute;
  top: 0;
  left: 4rem;
  font-size: 16.6rem;
  line-height: 1.421686747;
  font-weight: 600;
  letter-spacing: 0;
  color: #f362a6;
  opacity: 0.06;
}
@media screen and (min-width: 768px) {
  .p-interview__num {
    left: 1.6rem;
    font-size: 12.6rem;
    line-height: 1.4206349206;
  }
}

.p-interview__q {
  position: relative;
  margin-bottom: 3.6rem;
  font-size: 3rem;
  line-height: 1.2666666667;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-interview__q {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-interview__a {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.3571428571;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-interview__a {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.p-interview__a em {
  font-style: normal;
  color: #f362a6;
}

/* =============================================
   他のジムとの違い   .p-compare
   ============================================= */
.p-compare {
  padding: 8rem 0 10rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-compare {
    padding: 7.9rem 0 9rem;
  }
}

.p-compare__scroll {
  padding: 0 3rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-compare__scroll::-webkit-scrollbar {
  display: none;
}
.p-compare__scroll:focus-visible {
  outline: 2px solid #f362a6;
  outline-offset: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-compare__scroll {
    width: 108rem;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }
}

/* 表の下に置く独自スクロールバー（SP のみ。JS で幅と位置を制御） */
.p-compare__bar {
  position: relative;
  height: 1rem;
  margin: 3rem 3rem 0;
  border-radius: 0.5rem;
  background: #ededed;
  cursor: pointer;
  touch-action: none;
}
@media screen and (min-width: 768px) {
  .p-compare__bar {
    display: none;
  }
}
.p-compare__bar.is-hidden {
  display: none;
}

.p-compare__bar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.5rem;
  background: linear-gradient(94deg, #7bc5e8 12%, #b49ad4 41%, #e99bc2 85%, #f09bc0 91%);
}

.p-compare__table {
  width: 150rem;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ededed;
  border-radius: 1rem;
  background: #fff;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .p-compare__table {
    width: 108rem;
  }
}

.p-compare__th {
  height: 13.4rem;
  padding: 1rem;
  border-left: 1px solid #ededed;
  background: #3e3a34;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-compare__th {
    height: 8.9rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.p-compare__th.-label {
  width: 30rem;
  border-left: none;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-compare__th.-label {
    width: 19.7rem;
  }
}
.p-compare__th.-own {
  width: 33rem;
  border: 2px solid #f362a6;
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #f362a6;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-compare__th.-own {
    width: 22rem;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.p-compare__rowttl {
  padding: 1rem 3.7rem 1rem 5.7rem;
  border-top: 1px solid #ededed;
  background: rgba(242, 242, 242, 0.4);
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-compare__rowttl {
    padding: 1rem 2.8rem 1rem 3.8rem;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}

.p-compare__td {
  height: 12.7rem;
  padding: 1rem 0.5rem;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-compare__td {
    height: 8.4rem;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.p-compare__td.-own {
  border-left: 2px solid #f362a6;
  border-right: 2px solid #f362a6;
  background: rgba(243, 98, 166, 0.1);
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 700;
  color: #f362a6;
}
@media screen and (min-width: 768px) {
  .p-compare__td.-own {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.p-compare__td.-lg {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-compare__td.-lg {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.p-compare__td.-xb {
  font-weight: 800;
}

.p-compare__td__s {
  font-size: 1.9rem;
  line-height: 1.3684210526;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-compare__td__s {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.p-compare__table tbody tr:last-child .p-compare__td.-own {
  border-bottom: 2px solid #f362a6;
  border-radius: 0 0 0.5rem 0.5rem;
}

/* =============================================
   動画   .p-movie
   ============================================= */
.p-movie {
  padding: 0 0 8rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-movie {
    padding: 0 0 4rem;
  }
}

.p-movie__frame {
  position: relative;
  width: 59.8rem;
  margin: 0 auto;
  border-radius: 2rem;
  background: #ece5db;
  overflow: hidden;
  aspect-ratio: 464/252;
}
@media screen and (min-width: 768px) {
  .p-movie__frame {
    width: 46.4rem;
  }
}

.p-movie__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-movie__play {
    width: 5.3rem;
    height: 5.3rem;
  }
}
.p-movie__play::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4rem 0 1.4rem 2.2rem;
  border-color: transparent transparent transparent #3e3a34;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-movie__play::before {
    border-width: 1.1rem 0 1.1rem 1.7rem;
  }
}
.mouse .p-movie__play:hover {
  opacity: 0.8;
}
.p-movie__play.is-hide {
  opacity: 0;
  visibility: hidden;
}

.p-movie__cap {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-movie__cap {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}

/* =============================================
   料金プラン   .p-price
   ============================================= */
.p-price {
  padding: 8rem 0 10rem;
  background: #f9f8f9;
}
@media screen and (min-width: 768px) {
  .p-price {
    padding: 8.3rem 0 7.6rem;
  }
}

.p-price__lead {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__lead {
    margin-bottom: 6.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* プランカード */
.p-price__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .p-price__list {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 10rem;
  }
}

.p-price__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 6.5rem 5rem 4.3rem;
  border: 2px solid #91826f;
  border-radius: 2rem;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__item {
    width: 34rem;
    height: 48.8rem;
    padding: 4rem 0 4.3rem;
  }
}
.p-price__item.-pickup {
  padding-top: 8.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__item.-pickup {
    height: 53.4rem;
    padding: 6.9rem 0 4.3rem;
  }
}

.p-price__ribbon {
  position: absolute;
  top: -1.9rem;
  left: 50%;
  width: 20rem;
  padding: 0.8rem 0;
  border-radius: 5rem;
  background: #f362a6;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-price__ribbon {
    top: -1.9rem;
    width: 12.6rem;
    padding: 0.9rem 0;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

.p-price__top {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-price__top {
    display: block;
  }
}

.p-price__jp {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #938569;
}
@media screen and (min-width: 768px) {
  .p-price__jp {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-price__en {
  text-align: center;
  font-size: 3.9rem;
  line-height: 1.2820512821;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1538em;
  color: #aa8b74;
}
@media screen and (min-width: 768px) {
  .p-price__en {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}

.p-price__for {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.3684210526;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #aa8b74;
}
@media screen and (min-width: 768px) {
  .p-price__for {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    font-weight: 500;
    color: #91826f;
  }
}

.p-price__fee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__fee {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}

.p-price__fee__num {
  font-size: 6rem;
  line-height: 1.1666666667;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-price__fee__num {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}

.p-price__fee__unit {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-price__fee__unit {
    padding-left: 1.2rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-price__fee__unit::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 1px;
  height: 2rem;
  background: #3e3a34;
  transform: translateY(-50%) rotate(20deg);
}
@media screen and (min-width: 768px) {
  .p-price__fee__unit::before {
    height: 1.5rem;
  }
}

.p-price__spec {
  display: inline-block;
  margin: 0 auto 5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-price__spec {
    margin-bottom: auto;
  }
}

.p-price__spec__item {
  position: relative;
  padding-left: 3rem;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-price__spec__item {
    padding-left: 2rem;
    font-size: 1.5rem;
    line-height: 2.3333333333;
  }
}
.p-price__spec__item::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
}

.p-price__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 7.7rem;
  margin: 0 auto;
  border-radius: 10rem;
  background: #06c755;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-price__btn {
    width: 23.2rem;
    height: 5.3rem;
    border-radius: 3rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.mouse .p-price__btn:hover {
  opacity: 0.85;
}

/* オプション */
.p-price__optttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 5rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #938569;
}
@media screen and (min-width: 768px) {
  .p-price__optttl {
    margin-bottom: 5.2rem;
    font-size: 3.8rem;
    line-height: 1.4473684211;
  }
}
.p-price__optttl::before, .p-price__optttl::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  background: linear-gradient(to top right, transparent calc(50% - 0.5px), #938569 calc(50% - 0.5px), #938569 calc(50% + 0.5px), transparent calc(50% + 0.5px));
}
.p-price__optttl::after {
  transform: scaleX(-1);
}

.p-price__optlist {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-price__optlist {
    flex-direction: row;
    gap: 3.3rem;
  }
}

.p-price__opt {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 7rem 5.1rem 5rem;
  border: 2px solid #91826f;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-price__opt {
    width: calc((100% - 3.3rem) / 2);
    padding: 6.7rem 5.1rem 4.5rem;
  }
}

.p-price__opt__badge {
  position: absolute;
  top: 0;
  left: 3rem;
  width: 16rem;
  padding: 0.6rem 0;
  border-radius: 0 0 0.2rem 0.2rem;
  background: #f362a6;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__opt__badge {
    left: 3rem;
    width: 11.2rem;
    padding: 0.75rem 0;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

.p-price__opt__ttl {
  margin-bottom: 3rem;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #91826f;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__opt__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.6rem;
    margin-bottom: 2.85rem;
    font-size: 3rem;
    line-height: 1.4333333333;
  }
}

.p-price__opt__pic {
  margin-bottom: 3.4rem;
}
@media screen and (min-width: 768px) {
  .p-price__opt__pic {
    margin-bottom: 3.4rem;
  }
}
.p-price__opt__pic img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-price__opt__pic img {
    height: 17rem;
  }
}

.p-price__opt__txt {
  margin-bottom: 3.5rem;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-price__opt__txt {
    margin-bottom: auto;
    padding-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}

.p-price__opt__fee {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 1.2rem;
}

.p-price__opt__fee__label {
  font-size: 2.2rem;
  line-height: 1.8181818182;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-price__opt__fee__label {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}

.p-price__opt__fee__num {
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-price__opt__fee__num {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.p-price__opt__fee__unit {
  position: relative;
  padding-left: 1.4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-price__opt__fee__unit {
    padding-left: 1.2rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-price__opt__fee__unit::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  width: 1px;
  height: 1.8rem;
  background: #3e3a34;
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .p-price__opt__fee__unit::before {
    height: 1.5rem;
  }
}

/* =============================================
   はじめかた   .p-flow
   ============================================= */
.p-flow {
  padding: 8rem 0 10rem;
  background: rgba(204, 194, 181, 0.07);
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding: 5.6rem 0 7rem;
  }
}

.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    flex-direction: row;
    gap: 2.6rem;
  }
}

.p-flow__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3.5rem 4rem 4rem;
  border: 1px solid #e4dcd1;
  border-radius: 2.4rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    width: calc((100% - 7.8rem) / 4);
    height: 28rem;
    padding: 2.2rem 1.7rem 2.2rem 1.9rem;
    border-radius: 1.6rem;
  }
}

.p-flow__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-flow__head {
    gap: 1.4rem;
    margin-bottom: 1rem;
  }
}

.p-flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background: #f362a6;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow__num {
    width: 4.1rem;
    height: 4.1rem;
    font-size: 1.7rem;
    line-height: 1;
  }
}

.p-flow__ttl {
  font-size: 3rem;
  line-height: 1.2666666667;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-flow__ttl {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}

.p-flow__content {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    flex: 1;
    flex-direction: column;
    align-items: stretch;
  }
}

.p-flow__pic {
  flex-shrink: 0;
  width: 14rem;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__pic {
    width: 12rem;
    margin-bottom: auto;
  }
}
.p-flow__pic.-sm {
  width: 13rem;
}
@media screen and (min-width: 768px) {
  .p-flow__pic.-sm {
    width: 8.2rem;
  }
}
.p-flow__pic.-wide {
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-flow__pic.-wide {
    width: 18.4rem;
  }
}
.p-flow__pic img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-flow__txt {
  width: 34rem;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-flow__txt {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}

/* =============================================
   よくあるご質問   .p-faq
   ============================================= */
.p-faq {
  padding: 8rem 0 10rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 2.3rem 0 8rem;
  }
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    gap: 1.4rem;
  }
}

.p-faq__item {
  border: 1px solid #e4dcd1;
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
}

.p-faq__q {
  display: flex;
  align-items: baseline;
  gap: 1.8rem;
  width: 100%;
  padding: 2.6rem 6rem 2.6rem 3.2rem;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-faq__q {
    gap: 0.8rem;
    padding: 2.4rem 5.4rem 2.4rem 3.2rem;
  }
}
.p-faq__q::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  width: 0;
  height: 0;
  margin-top: -0.72rem;
  border-style: solid;
  border-width: 1.43rem 1.17rem 0 1.17rem;
  border-color: #f362a6 transparent transparent transparent;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-faq__q::after {
    right: 4rem;
    margin-top: -0.55rem;
    border-width: 1.1rem 0.7rem 0 0.7rem;
  }
}
.p-faq__q.is-open::after {
  transform: rotate(180deg);
}

.p-faq__q__mark {
  flex-shrink: 0;
  font-size: 3.8rem;
  line-height: 1.1052631579;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-faq__q__mark {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
}

.p-faq__q__txt {
  font-size: 3.4rem;
  line-height: 1.2941176471;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-faq__q__txt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

.p-faq__a {
  padding: 0 3.7rem;
}
@media screen and (min-width: 768px) {
  .p-faq__a {
    padding: 0 3.7rem;
  }
}

.p-faq__a__txt {
  padding-bottom: 3.4rem;
  font-size: 2.8rem;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-faq__a__txt {
    padding-bottom: 2.4rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/* =============================================
   CTA（中間 / 最下部）   .p-cta
   ============================================= */
/* セクション間 CTA（実は25分〜 の直下） */
.p-cta.-mid {
  padding: 10rem 0 12rem;
  background: #f5f3f4;
}
@media screen and (min-width: 768px) {
  .p-cta.-mid {
    padding: 9.4rem 0 8.8rem;
  }
}

.p-cta.-flow {
  padding: 10rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-cta.-flow {
    padding: 9.4rem 0 0;
  }
}

/* 最下部 CTA（ピンク帯） */
.p-cta.-final {
  padding: 12.4rem 0 13.7rem;
  background: #f362a6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta.-final {
    padding: 12.4rem 0 13.7rem;
  }
}

.p-cta__lead {
  margin-bottom: 8.7rem;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.3529411765;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__lead {
    margin-bottom: 8.7rem;
    font-size: 3rem;
    line-height: 1.4;
  }
}

/* =============================================
   下層ページ（特商法表記 / プライバシーポリシー / 利用規約）
   中身のレイアウトは c-doc、ここは前後の余白のみ
   ============================================= */
.p-legal,
.p-privacy,
.p-terms {
  padding: 15rem 0 12rem;
}
@media screen and (min-width: 768px) {
  .p-legal,
  .p-privacy,
  .p-terms {
    padding: 14.4rem 0 10rem;
  }
}

.js-staggerIn > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-staggerIn > *.is-show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUpOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUpMove {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
}
.js-fadeUp.is-show {
  opacity: 1;
  visibility: visible;
  animation: fadeUpOpacity 1.3s var(--fadeUp-delay, 0s) ease both, fadeUpMove 2s var(--fadeUp-delay, 0s) cubic-bezier(0.19, 1, 0.22, 1) both;
}

.js-fadeDir [data-dir] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .js-fadeDir [data-dir][data-dir=left-down] {
    transform: translate(-30px, -30px);
  }
  .js-fadeDir [data-dir][data-dir=right-down] {
    transform: translate(30px, -30px);
  }
  .js-fadeDir [data-dir][data-dir=left-up] {
    transform: translate(-30px, 30px);
  }
  .js-fadeDir [data-dir][data-dir=right-up] {
    transform: translate(30px, 30px);
  }
  .js-fadeDir [data-dir][data-dir=left] {
    transform: translateX(-30px);
  }
  .js-fadeDir [data-dir][data-dir=right] {
    transform: translateX(30px);
  }
}
.js-fadeDir [data-dir].is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.js-parallax {
  overflow: hidden;
}
.js-parallax img {
  display: block;
  width: 100%;
  object-fit: cover;
  will-change: transform;
}

.u-pt-0 {
  padding-top: 0;
}

.u-visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}