@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border color to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: sub;
}

h1,
h2,
h3 {
  font-weight: normal;
}

html {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  height: auto;
  width: 100%;
}
html {
  font-size: 16px;
}

body {
  background-color: #0a0a0a;
  color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
body.is-menu-open {
  overflow: hidden;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.l-inner {
  margin-inline: auto;
  max-width: 90rem;
  padding-inline: 3rem;
  width: 100%;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.u-base1 {
  font-size: max(1.125rem, 8px);
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: max(1.125rem, 8px);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-font14 {
  font-size: max(0.875rem, 8px);
}

.u-font16 {
  font-size: max(1rem, 8px);
}

.u-font18 {
  font-size: max(1.125rem, 8px);
}

.u-font20 {
  font-size: max(1.25rem, 8px);
}

.u-font22 {
  font-size: max(1.375rem, 8px);
}

.u-font24 {
  font-size: max(1.5rem, 8px);
}

.u-font28 {
  font-size: max(1.75rem, 8px);
}

.u-font32 {
  font-size: max(2rem, 8px);
}

.u-font40 {
  font-size: max(2.5rem, 8px);
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}
.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-space-96-pt {
  padding-top: 6rem;
}

.u-space-96-pb {
  padding-bottom: 6rem;
}

.u-space-120-pt {
  padding-top: 7.5rem;
}

.u-space-120-pb {
  padding-bottom: 7.5rem;
}

.u-space-80-pt {
  padding-top: 5rem;
}

.u-space-80-pb {
  padding-bottom: 5rem;
}

.u-space-130-pt {
  padding-top: 8.25rem;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.js-fadeIn.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.c-ctaBtn {
  align-items: center;
  background: radial-gradient(circle at 50% 50%, rgb(253, 163, 3) 0%, rgb(232, 98, 10) 100%);
  border: 0.5px solid #f2b371;
  border-radius: 0.3834375rem;
  box-shadow: 0 0.4475rem 0 0 rgb(117, 66, 8);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-weight: 700;
  gap: 0.375rem;
  height: 4.8125rem;
  justify-content: center;
  letter-spacing: -0.01em;
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 0.3045rem rgba(0, 0, 0, 0.16);
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
  width: 22.375rem;
}

.c-ctaBtn:hover {
  box-shadow: 0 0.3125rem 0 0 rgb(117, 66, 8);
  transform: translateY(0.125rem);
}

.c-ctaBtn:active {
  box-shadow: 0 0 0 0 rgb(117, 66, 8);
  transform: translateY(0.4375rem);
}

.c-ctaBtn--big {
  border: 0.74px solid #f2b371;
  border-radius: 0.55475rem;
  box-shadow: 0 0.64725rem 0 0 rgb(117, 66, 8);
  gap: 0.5425rem;
  height: 6.25rem;
  max-width: 100%;
  text-shadow: 0 0 0.440625rem rgba(0, 0, 0, 0.16);
  width: 32.375rem;
}

.c-ctaBtn--big:hover {
  box-shadow: 0 0.4375rem 0 0 rgb(117, 66, 8);
  transform: translateY(0.1875rem);
}

.c-ctaBtn--big:active {
  box-shadow: 0 0 0 0 rgb(117, 66, 8);
  transform: translateY(0.625rem);
}

.c-ctaBtn__icon {
  display: block;
  flex-shrink: 0;
  height: 2.10875rem;
  width: 2.10875rem;
}

.c-ctaBtn--big .c-ctaBtn__icon {
  height: 3.05125rem;
  width: 3.05125rem;
}

.c-ctaBtn__inner {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.c-ctaBtn--big .c-ctaBtn__inner {
  gap: 0.7234375rem;
}

.c-ctaBtn__txt {
  align-items: baseline;
  display: inline-flex;
  gap: 0;
  line-height: 1;
}

.c-ctaBtn__sns {
  font-size: 1.625rem;
  letter-spacing: -0.01em;
}

.c-ctaBtn--big .c-ctaBtn__sns {
  font-size: 2.35125rem;
}

.c-ctaBtn__rest {
  font-size: 1.5rem;
}

.c-ctaBtn--big .c-ctaBtn__rest {
  font-size: 2.170625rem;
}

.c-ctaBtn__arrow {
  border-radius: 100%;
  display: block;
  flex-shrink: 0;
  height: 1.15rem;
  width: 1.15rem;
}

.c-ctaBtn--big .c-ctaBtn__arrow {
  height: 1.664375rem;
  width: 1.664375rem;
}

.p-layout {
  min-height: 100vh;
  position: relative;
}

.p-layout::before {
  background: radial-gradient(circle at 85% 10%, #61401e 0%, #0a0a0a 100%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-main {
  background-color: #0a0a0a;
  margin-left: calc(max(0px, (100vw - 90rem) / 2) + max(1.25rem, (min(100vw, 90rem) - 80.625rem) * 96 / 151) + 22.375rem + 4rem);
  margin-right: 4rem;
  max-width: 35.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-sideLeft {
  left: calc(max(0px, (100vw - 90rem) / 2) + max(1.25rem, (min(100vw, 90rem) - 80.625rem) * 96 / 151));
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 22.375rem;
  z-index: 10;
}

.p-sideLeft__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-sideLeft__inner > * + * {
  margin-top: 1.25rem;
}

.p-sideLeft__logo {
  display: block;
  line-height: 0;
  width: 15.156875rem;
}

.p-sideLeft__logo img {
  display: block;
  height: auto;
  width: 100%;
}

.p-sideLeft__txt {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-sideLeft__txt > * + * {
  margin-top: 2rem;
}

.p-sideLeft__mainTtl {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-sideLeft__mainTtl > * + * {
  margin-top: 0.5rem;
}

.p-sideLeft__line {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.p-sideLeft__pro {
  color: #ecbf6d;
}

.p-sideLeft__line--big {
  align-items: baseline;
  display: inline-flex;
  gap: 0;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.625rem;
}

.p-sideLeft__big,
.p-sideLeft__small {
  -webkit-background-clip: text;
  background: linear-gradient(178deg, rgb(255, 218, 148) 28%, rgb(201, 143, 38) 100%);
  background-clip: text;
  color: transparent;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.p-sideLeft__big {
  font-size: 3rem;
}

.p-sideLeft__small {
  font-size: 1.875rem;
}

.p-sideRight {
  position: fixed;
  right: calc(max(0px, (100vw - 90rem) / 2) + max(0.9375rem, (min(100vw, 90rem) - 80.625rem) * 55 / 151));
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.p-sideRight__nav {
  display: flex;
  flex-direction: column;
}

.p-sideRight__nav > * + * {
  margin-top: 1.5rem;
}

.p-sideRight__link {
  border-bottom: 0.875px solid #555555;
  color: inherit;
  display: block;
  line-height: 0;
  padding-block: 0 1.125rem;
  padding-inline: 0 0.875rem;
  text-decoration: none;
  width: 15rem;
}

.p-sideRight__link--first {
  padding-inline: 0;
}

.p-sideRight__link--last {
  border-bottom: none;
}

.p-sideRight__linkImg {
  display: block;
  height: 3.3125rem;
  max-width: 100%;
  width: auto;
}

.p-fv {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-block: 0 2rem;
  width: 100%;
}

.p-fv > * + * {
  margin-top: 1rem;
}

.p-fv__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-fv__visual {
  height: 34.875rem;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}

.p-fv__visual img {
  display: block;
  height: 100%;
  width: 100%;
}

.p-fv__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-fv__bottom > * + * {
  margin-top: 0.5rem;
}

.p-fv__list {
  border-top: 1px solid #585758;
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-top: 0.75rem;
}

.p-fv__item {
  align-items: center;
  border-right: 1px solid #585758;
  display: flex;
  flex-direction: column;
  padding-inline: 0.875rem;
}

.p-fv__item:last-child {
  border-right: none;
}

.p-fv__icon {
  display: block;
  height: 3.75rem;
  width: 3.75rem;
}

.p-fv__icon img,
.p-fv__icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.p-fv__label {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.p-fv__mainTtl {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}

.p-fv__mainTtl > * + * {
  margin-top: 0.5rem;
}

.p-fv__line {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 2.0748125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.p-fv__pro {
  color: #ecbf6d;
}

.p-fv__line--big {
  align-items: baseline;
  display: inline-flex;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.864375rem;
}

.p-fv__big,
.p-fv__small {
  -webkit-background-clip: text;
  background: linear-gradient(178deg, rgb(255, 218, 148) 28%, rgb(201, 143, 38) 100%);
  background-clip: text;
  color: transparent;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.p-fv__big {
  font-size: 4.149625rem;
}

.p-fv__small {
  font-size: 2.5935rem;
}

.p-fv__cta {
  margin-top: 1rem;
}

.p-youtube {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-block: 3rem;
  position: relative;
  width: 100%;
}

.p-youtube::before {
  aspect-ratio: 1125/668;
  background: url("../img/youtube-bg.png") no-repeat center top/100% 100%;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-youtube__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 33.28125rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-youtube__contents > * + * {
  margin-top: 1.5rem;
}

.p-youtube__txt {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-youtube__txt > * + * {
  margin-top: 0.5rem;
}

.p-youtube__lead {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.44;
  text-align: center;
}

.p-youtube__leadEm {
  color: #ecbf6d;
}

.p-youtube__main {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.08;
  text-align: center;
}

.p-youtube__mainInner {
  display: inline-block;
  transform: rotate(-2deg) skewX(-10deg);
  transform-origin: center center;
}

.p-youtube__mainEm {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, rgb(233, 206, 149) 0%, rgb(228, 198, 136) 49%, rgb(216, 167, 64) 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 5.625rem;
  line-height: 1.08;
}

.p-youtube__embed {
  aspect-ratio: 16/9;
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 33.28125rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-youtube__embed iframe,
.p-youtube__embed video {
  border: 0;
  height: 100%;
  width: 100%;
}

.p-youtube__player {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.p-youtube__thumb {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.3s ease;
  width: 100%;
}

.p-youtube__player:hover .p-youtube__thumb,
.p-youtube__player:focus-visible .p-youtube__thumb {
  opacity: 0.92;
  transform: scale(1.03);
}

.p-youtube__playBtn {
  background: rgba(33, 33, 33, 0.78);
  border-radius: 0.75rem;
  height: 3rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
  width: 4.25rem;
}

.p-youtube__playBtn::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 1rem;
  content: "";
  height: 0;
  left: 54%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}

.p-youtube__player:hover .p-youtube__playBtn,
.p-youtube__player:focus-visible .p-youtube__playBtn {
  background: #f00;
}

.p-onayami {
  background-color: #0a0a0a;
  position: relative;
  width: 100%;
}

.p-onayami__bg {
  background-image: url("../img/onayami-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100vh;
  margin-bottom: -100vh;
  opacity: 0.6;
  pointer-events: none;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-onayami__inner {
  display: flex;
  flex-direction: column;
  padding-block: 4rem;
  padding-inline: 1.40625rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-onayami__inner > * + * {
  margin-top: 3.75rem;
}

.p-onayami__heading {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.p-onayami__heading > * + * {
  margin-top: 0.5rem;
}

.p-onayami__headingLine {
  border-bottom: 1.5px solid #888888;
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-inline: auto;
  padding-block: 0 0.375rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-onayami__headingLine:first-child {
  font-size: clamp(0.75rem, 4.5vw, 2.25rem);
}

.p-onayami__headingLine--main {
  font-size: clamp(0.8125rem, 5.3vw, 2.4375rem);
}

.p-onayami__list {
  counter-reset: onayami;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.p-onayami__list > * + * {
  margin-top: 1.875rem;
}

.p-onayami__item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-onayami__item > .p-onayami__a {
  margin-top: 0.9375rem;
}

.p-onayami__q {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.p-onayami__num {
  -webkit-background-clip: text;
  align-items: center;
  background: linear-gradient(180deg, #ffda94 0%, #e89500 100%);
  background-clip: text;
  color: transparent;
  display: flex;
  flex-shrink: 0;
  font-family: Shippori Mincho B1, Noto Serif JP, serif;
  font-size: 3.75rem;
  font-weight: 400;
  height: 3.75rem;
  letter-spacing: 0.02em;
  line-height: 1;
  transform: skewX(-8deg);
  width: 4.5rem;
}

.p-onayami__qTxt {
  color: #fff;
  flex: 1;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-onayami__qTxtBold {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-onayami__arrow {
  display: none;
}

.p-onayami__a {
  position: relative;
}

.p-onayami__a::before {
  background: url("../img/icon-arrow-down.svg") no-repeat center/100% 100%;
  content: "";
  height: 0.8125rem;
  left: 50%;
  position: absolute;
  top: -0.4375rem;
  transform: translateX(-50%);
  width: 1.860625rem;
  z-index: 5;
}

.p-onayami__a {
  -o-border-image: linear-gradient(-32deg, #7c5e2d 29%, #998f6a 100%) 1;
  align-items: center;
  background: #1e1d1d;
  border: 1.5px solid;
  border-image: linear-gradient(-32deg, #7c5e2d 29%, #998f6a 100%) 1;
  display: flex;
  gap: 0.75rem;
  padding-block: 0.875rem;
  padding-inline: 1rem;
}

.p-onayami__a--multi {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-block: 1.25rem;
  padding-inline: 1rem;
}

.p-onayami__aRow {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-onayami__aRow--divider {
  border-bottom: 1px solid #ecbf6d;
  padding-block: 0 1.25rem;
}

.p-onayami__aIcon {
  flex-shrink: 0;
  height: 3.1875rem;
  width: 3.1875rem;
}

.p-onayami__aIcon img,
.p-onayami__aIcon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.p-onayami__aTxt {
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-onayami__aTxt > * + * {
  margin-top: 0.5rem;
}

.p-onayami__aTxtRow {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-onayami__aTxt > * {
  vertical-align: baseline;
}

.p-onayami__aEm {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #ffda94 0%, #e89500 100%);
  background-clip: text;
  color: transparent;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: clamp(0.875rem, 6vw, 2.13975rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.p-onayami__aEm--underline {
  border-bottom: 1.5px solid #e89500;
  display: inline-block;
  padding-block: 0 0.125rem;
}

.p-onayami__badge {
  background: url("../img/seika-hosho.png") no-repeat center/contain;
  height: 6.61875rem;
  position: absolute;
  right: 1rem;
  top: 1.75rem;
  width: 6.61875rem;
  z-index: 2;
}

.p-onayami__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-founder {
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-founder__top {
  aspect-ratio: 564/470;
  background: url("../img/founder-top.png") no-repeat center/cover;
  padding-block: 3.75rem;
  padding-inline: 1.40625rem;
  position: relative;
}

.p-founder__txt {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 18.125rem;
  z-index: 2;
}

.p-founder__txt > * + * {
  margin-top: 1.125rem;
}

.p-founder__head {
  align-items: center;
  display: flex;
}

.p-founder__headImg {
  display: block;
  height: 1.125rem;
  max-width: 100%;
  width: auto;
}

.p-founder__ttl {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 3.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
}

.p-founder__ttlMain {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #ffda94 0%, #e89500 100%);
  background-clip: text;
  color: transparent;
}

.p-founder__ttlSub {
  color: #fff;
  font-size: 3rem;
}

.p-founder__lead {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.44;
}

.p-founder__name {
  align-items: baseline;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: nowrap;
}

.p-founder__nameJa {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
  white-space: nowrap;
}

.p-founder__nameRole {
  color: #ecbf6d;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.p-founder__credentials {
  display: flex;
  flex-direction: column;
  padding-top: 3.5rem;
  width: 100%;
}

.p-founder__credentials > * + * {
  margin-top: 2rem;
}

.p-founder__credentialsHead {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-founder__credentialsImg {
  display: block;
  height: 1.5rem;
  max-width: 100%;
  width: auto;
}

.p-founder__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-inline: 1.40625rem;
}

.p-founder__list > * + * {
  margin-top: 1rem;
}

.p-founder__item {
  -o-border-image: linear-gradient(-49deg, #b4873d 0%, #ffecb9 51%, #f1c72c 100%) 1;
  align-items: center;
  background: linear-gradient(180deg, rgb(77, 62, 43) 0%, rgb(29, 29, 29) 100%);
  border: 1.5px solid;
  border-image: linear-gradient(-49deg, #b4873d 0%, #ffecb9 51%, #f1c72c 100%) 1;
  display: flex;
  flex-direction: row;
  gap: 1.78125rem;
  overflow: hidden;
  padding-block: 0.84375rem;
  padding-inline: 1.03125rem;
  position: relative;
}

.p-founder__item::before {
  background: url("../img/founder-laurel.svg") no-repeat center center/contain;
  content: "";
  height: 100%;
  inset: 0;
  margin-inline: auto;
  max-width: calc(100% - 2.0625rem);
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.p-founder__itemIcon,
.p-founder__itemBody {
  position: relative;
  z-index: 1;
}

.p-founder__itemBody {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.p-founder__itemBody > * + * {
  margin-top: 0.28125rem;
}

.p-founder__itemIcon {
  flex-shrink: 0;
  height: 4.5rem;
  width: 4.5rem;
}

.p-founder__itemIcon img,
.p-founder__itemIcon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.p-founder__itemTtl {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, rgb(255, 218, 148) 0%, rgb(232, 149, 0) 100%);
  background-clip: text;
  border-bottom: 1px solid #ae7e37;
  color: transparent;
  display: inline-block;
  font-family: Shippori Mincho B1, Noto Serif JP, serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  padding-block: 0 0.375rem;
  text-align: left;
  transform: skewX(-6deg);
}

.p-founder__itemDesc {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-founder__bottom {
  margin-top: 2.5rem;
  min-height: 15rem;
  padding-top: 3rem;
  position: relative;
  text-align: center;
  z-index: 0;
}

.p-founder__bottom::before {
  aspect-ratio: 564/326;
  background: url("../img/founder-bottom.png") no-repeat center bottom/100% 100%;
  bottom: 0;
  content: "";
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.p-founder__bottomLead {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-founder__bottomMain {
  -webkit-background-clip: text;
  background: linear-gradient(178deg, #ffda94 28%, #c98f26 100%);
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0.375rem 0.928125rem rgb(0, 0, 0));
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-support {
  background-image: url("../img/support-png.png"), linear-gradient(180deg, #0c0c0c 0%, #4b3f27 21%);
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% 100%;
  overflow: hidden;
  padding-top: 5.625rem;
  position: relative;
  width: 100%;
}

.p-support__inner {
  display: flex;
  flex-direction: column;
  padding-block: 0 5.625rem;
}

.p-support__head,
.p-support__ttl,
.p-support__sub {
  padding-inline: 1.40625rem;
}

.p-support__list {
  padding-inline: 1.40625rem;
}

.p-support__head {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-support__headImg {
  display: block;
  height: 1.5rem;
  max-width: 100%;
  width: auto;
}

.p-support__ttl {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 3.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-top: 0.75rem;
  text-align: center;
}

.p-support__sub {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.22;
  margin-top: 0.75rem;
  text-align: center;
}

.p-support__subEm {
  -webkit-background-clip: text;
  background: linear-gradient(178deg, #ffda94 28%, #c98f26 100%);
  background-clip: text;
  color: transparent;
  display: block;
  font-size: 2.8125rem;
  margin-top: 0.5rem;
}

.p-support__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-top: 1.875rem;
}

.p-support__list > * + * {
  margin-top: 1.5rem;
}

.p-support__item {
  -o-border-image: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%) 1;
  align-items: center;
  background: linear-gradient(180deg, rgb(77, 62, 43) 0%, rgb(29, 29, 29) 100%);
  border: 1.5px solid;
  border-image: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%) 1;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  overflow: hidden;
  padding-block: 0.75rem;
  padding-inline: 1.03125rem;
  position: relative;
}

.p-support__itemBody {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.p-support__itemBody > * + * {
  margin-top: 0.5rem;
}

.p-support__itemNum {
  display: block;
  height: 3.84375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.375rem;
}

.p-support__itemIcon {
  height: 3rem;
  margin-bottom: 0.75rem;
  width: 3rem;
}

.p-support__itemIcon img,
.p-support__itemIcon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.p-support__itemTtl {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.6875rem;
  font-weight: 700;
  gap: 0.375rem;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.p-support__item--influencer .p-support__itemTtl,
.p-support__item--director .p-support__itemTtl {
  font-size: 1.875rem;
}

.p-support__itemTtlEm {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #ffda94 0%, #e89500 100%);
  background-clip: text;
  color: transparent;
}

.p-support__itemTtlNote {
  color: #fff;
  display: block;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 0.84375rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 0.25rem;
}

.p-support__itemDesc {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-support__itemDescNote {
  display: inline-block;
  font-size: 0.9375rem;
}

.p-support__members {
  margin-top: 3.75rem;
}

.p-support__membersHead {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.p-support__membersImg {
  display: block;
  height: 1.5rem;
  max-width: 100%;
  width: auto;
}

.p-support__membersTtl {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  text-align: center;
}

.p-support__membersTtlEm {
  -webkit-background-clip: text;
  background: linear-gradient(178deg, #ffda94 28%, #c98f26 100%);
  background-clip: text;
  color: transparent;
  display: block;
  font-size: 3rem;
}

.p-support__membersLead {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}

.p-support__memberList {
  display: flex;
  flex-direction: column;
  padding-block: 0.75rem 0;
  padding-inline: 1.40625rem;
  width: 100%;
}

.p-support__memberList > * + * {
  margin-top: 1rem;
}

.p-support__memberStack {
  display: flex;
  flex-direction: column;
}

.p-support__memberStack > * + * {
  margin-top: 1rem;
}

.p-support__memberSliderWrap {
  position: relative;
  width: 100%;
}

.p-support__memberSlider {
  position: relative;
  width: 100%;
}

.p-support__memberSlider .swiper-wrapper {
  display: flex;
}

.p-support__memberSlider .swiper-slide {
  flex-shrink: 0;
  max-width: 100%;
  width: 24.375rem;
}

.p-support__memberSliderNav {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.p-support__memberSliderPrev,
.p-support__memberSliderNext {
  align-items: center;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  bottom: auto !important;
  cursor: pointer;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  height: 2rem !important;
  justify-content: center;
  left: auto !important;
  margin: 0 !important;
  min-height: 2rem !important;
  min-width: 2rem !important;
  opacity: 1 !important;
  padding: 0 !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  visibility: visible !important;
  width: 2rem !important;
}

.p-support__memberSliderPrev svg,
.p-support__memberSliderNext svg {
  display: block !important;
  flex-shrink: 0;
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.p-support__memberDots {
  align-items: center;
  bottom: auto !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  gap: 0.75rem;
  justify-content: center;
  left: auto !important;
  margin: 0 !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
}

.p-support__memberDots .swiper-pagination-bullet {
  background: #555555;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 0.75rem;
  opacity: 1;
  transition: background 0.2s;
  width: 0.75rem;
}

.p-support__memberDots .swiper-pagination-bullet-active {
  background: #ecbf6d;
}

.p-support__member {
  -o-border-image: linear-gradient(140deg, #f3b031 4%, #fbefdb 53%, #c98f26 100%) 1;
  align-items: stretch;
  background: linear-gradient(180deg, rgb(67, 40, 5) 0%, rgb(31, 31, 31) 100%);
  border: 2.04px solid;
  border-image: linear-gradient(140deg, #f3b031 4%, #fbefdb 53%, #c98f26 100%) 1;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  overflow: hidden;
  padding: 2.34375rem;
  position: relative;
}

.p-support__memberLabel {
  height: auto;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 1.25rem;
  z-index: 2;
}

.p-support__memberFlex {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.125rem;
}

.p-support__member--solo .p-support__memberFlex {
  min-height: 9.875rem;
}

.p-support__memberInfo {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.p-support__memberInfo > * + * {
  margin-top: 0.625rem;
}

.p-support__memberPhoto {
  align-items: center;
  background: #1e1d1d;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  height: 11.25rem;
  justify-content: center;
  overflow: hidden;
  width: 11.25rem;
}

.p-support__memberPhoto--small {
  height: 6.375rem;
  width: 6.375rem;
}

.p-support__memberPhoto img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-support__memberName {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.p-support__memberRole {
  color: #d9a039;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-support__memberBio {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.p-support__memberToggle {
  align-items: center;
  align-self: center;
  background: linear-gradient(#1e1d1d, #1e1d1d) padding-box, linear-gradient(180deg, #ffda94 0%, #e89500 100%) border-box;
  border: 0.75px solid transparent;
  border-radius: 0.46875rem;
  cursor: pointer;
  display: inline-flex;
  gap: 0.9375rem;
  justify-content: center;
  padding-block: 0.75rem;
  padding-inline: 2.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.p-support__memberRow .p-support__memberToggle {
  gap: 0.5rem;
  padding-inline: 1rem;
}

.p-support__memberToggleText {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.p-support__memberToggleArrow {
  display: block;
  flex-shrink: 0;
  height: 0.6875rem;
  transition: transform 0.25s ease;
  width: 1.25rem;
}

.p-support__member.is-open .p-support__memberToggleArrow {
  transform: rotate(180deg);
}

.p-support__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  padding-inline: 1.40625rem;
}

.p-plan {
  background-color: #0a0a0a;
  padding-block: 5.625rem;
  position: relative;
  width: 100%;
}

.p-plan__inner {
  display: flex;
  flex-direction: column;
}

.p-plan__inner > * + * {
  margin-top: 2rem;
}

.p-plan__head,
.p-plan__ttl,
.p-plan__lead,
.p-plan__tags {
  padding-inline: 1.40625rem;
}

.p-plan__head {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-plan__headImg {
  display: block;
  height: 1.5rem;
  max-width: 100%;
  width: auto;
}

.p-plan__ttl {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-align: center;
}

.p-plan__lead {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}

.p-plan__leadEm {
  -webkit-background-clip: text;
  background: linear-gradient(178deg, #ffda94 28%, #c98f26 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 2.4375rem;
}

.p-plan__tags {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.p-plan__tags > * + * {
  margin-top: 0.75rem;
}

.p-plan__tagItem {
  list-style: none;
}

.p-plan__tag {
  -o-border-image: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%) 1;
  align-items: center;
  background: linear-gradient(180deg, rgb(77, 62, 43) 0%, rgb(29, 29, 29) 100%);
  border: 2.04px solid;
  border-image: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%) 1;
  display: flex;
  justify-content: space-between;
  padding-block: 0.75rem;
  padding-inline: 2.34375rem;
  position: relative;
  text-decoration: none;
  transition: transform 0.15s ease-out;
}

.p-plan__tag:hover {
  transform: translateY(-0.125rem);
}

.p-plan__tag:active {
  transform: translateY(0.0625rem);
}

.p-plan__tagText {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-plan__tagTextEm {
  -webkit-background-clip: text;
  background: linear-gradient(178deg, #ffda94 28%, #c98f26 100%);
  background-clip: text;
  color: transparent;
}

.p-plan__tagArrow {
  display: block;
  flex-shrink: 0;
  height: 1.125rem;
  width: 2.25rem;
}

.p-plan__cards {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
}

.p-plan__cards > * + * {
  margin-top: 1.75rem;
}

.p-plan__card {
  -o-border-image: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%) 1;
  align-items: center;
  background: linear-gradient(180deg, rgb(77, 62, 43) 0%, rgb(29, 29, 29) 100%);
  border: 1.5px solid;
  border-image: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%) 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-block: 1.875rem;
  position: relative;
}

.p-plan__card > * {
  text-align: center;
  width: 100%;
}

.p-plan__card--pro {
  -o-border-image: none;
  background: linear-gradient(180deg, #f1f1f1 0%, #ebe4da 100%);
  border: 2px solid #cccccc;
  border-image: none;
  margin-inline: 1.828125rem;
  padding-inline: 2rem;
}

.p-plan__card--premium {
  background: #1e1d1d;
  margin-inline: 1.828125rem;
  padding-inline: 2rem;
}

.p-plan__cardEnImg {
  display: block;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  width: auto;
}

.p-plan__cardEn {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%);
  background-clip: text;
  color: transparent;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.p-plan__card--pro .p-plan__cardEn {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #d8ae5e 0%, #9b6c19 100%);
  background-clip: text;
}

.p-plan__cardName {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.p-plan__card--pro .p-plan__cardName {
  color: #111111;
}

.p-plan__cardPrice {
  align-items: baseline;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.p-plan__cardPriceYen {
  color: #d9a039;
  display: inline-block;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 0.125rem;
}

.p-plan__card--pro .p-plan__cardPriceYen {
  color: #ab7e2b;
}

.p-plan__cardPriceNum {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #ffda94 0%, #c98f26 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-family: Shippori Mincho B1, Noto Serif JP, serif;
  font-size: 4.0534375rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  transform: skewX(-8deg);
}

.p-plan__card--pro .p-plan__cardPriceNum {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #d8ae5e 0%, #9b6c19 100%);
  background-clip: text;
}

.p-plan__cardPriceUnit {
  -webkit-text-fill-color: #d9a039;
  color: #d9a039;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.p-plan__card--pro .p-plan__cardPriceUnit {
  -webkit-text-fill-color: #ab7e2b;
  color: #ab7e2b;
}

.p-plan__features {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.p-plan__feature {
  align-items: center;
  border-bottom: 0.75px solid #888888;
  display: flex;
  gap: 0.375rem;
  padding-block: 0.375rem;
}

.p-plan__feature:last-child {
  border-bottom: none;
}

.p-plan__featureIcon {
  display: block;
  flex-shrink: 0;
  height: 1.40625rem;
  width: 1.40625rem;
}

.p-plan__featureText {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-plan__feature--sns .p-plan__featureIcon {
  display: none;
}

.p-plan__feature--sns {
  align-items: center;
  gap: 1rem;
  text-align: left;
}

.p-plan__feature--sns .p-plan__featureText {
  text-align: left;
}

.p-plan__snsIcons {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 0.9375rem;
  list-style: none;
}

.p-plan__snsIcon {
  display: block;
  flex-shrink: 0;
  list-style: none;
}

.p-plan__snsIcon img {
  -o-object-fit: cover;
  display: block;
  height: 1.40625rem;
  object-fit: cover;
  width: 1.40625rem;
}

.p-plan__snsIcon:nth-child(4) img {
  height: 1.6875rem;
  width: 1.6875rem;
}

.p-plan__snsIcon:nth-child(5) img {
  height: 1.59375rem;
  width: 1.40625rem;
}

.p-plan__snsList {
  display: inline-block;
  font-size: 0.9375rem;
}

.p-plan__card--pro .p-plan__featureText {
  color: #666666;
}

.p-plan__sns {
  display: block;
  height: auto;
  width: 100%;
}

.p-plan__seal {
  display: flex;
  justify-content: center;
  margin-block: 1rem;
}

.p-plan__sealImg {
  background: transparent;
  border: none;
  display: block;
  height: auto;
  max-width: 24.25rem;
  outline: none;
  width: 100%;
}

.p-plan__card > .p-plan__discount {
  -o-border-image: linear-gradient(180deg, #d8ae5e 0%, #9b6c19 100%) 1;
  align-items: center;
  background: transparent;
  border: 0.140625rem solid;
  border-image: linear-gradient(180deg, #d8ae5e 0%, #9b6c19 100%) 1;
  display: flex;
  flex-direction: column;
  margin-inline: -0.546875rem;
  margin-top: 1rem;
  max-width: none;
  padding-block: 0.75rem;
  padding-inline: 1.125rem;
  width: 28rem;
}

.p-plan__discountTop {
  align-items: center;
  display: flex;
  gap: 0.375rem;
  justify-content: center;
}

.p-plan__discountIcon {
  display: block;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}

.p-plan__discountText {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.p-plan__card--pro .p-plan__discountText {
  color: #0a0a0a;
}

.p-plan__discountEm {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #b4873d 0%, #ffecb9 51%, #f1c72c 100%);
  background-clip: text;
  color: transparent;
}

.p-plan__card--pro .p-plan__discountEm {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #f29e00 0%, #724e0d 100%);
  background-clip: text;
}

.p-plan__discountNote {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.p-plan__card--pro .p-plan__discountNote {
  color: #0a0a0a;
}

.p-plan__guaranteeNote {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-align: center;
  white-space: nowrap;
}

.p-plan__guaranteeNoteEm {
  color: #ecbf6d;
}

.p-plan__guarantee {
  -o-border-image: linear-gradient(180deg, #ffda94, #c98f26) 1;
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #ffda94 0%, #c98f26 100%);
  background-clip: text;
  border: 2px solid;
  border-image: linear-gradient(180deg, #ffda94, #c98f26) 1;
  color: transparent;
  display: inline-block;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-block: 0.5rem;
  padding-block: 0.75rem;
  padding-inline: 1.25rem;
}

.p-plan__metrics {
  display: flex;
  gap: 0.9375rem;
  justify-content: space-between;
  list-style: none;
  margin-top: 1rem;
}

.p-plan__metric {
  -o-border-image: linear-gradient(180deg, #d8ae5e 0%, #9b6c19 100%) 1;
  align-items: stretch;
  border: 1.5px solid;
  border-image: linear-gradient(180deg, #d8ae5e 0%, #9b6c19 100%) 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: center;
}

.p-plan__metric > * + * {
  margin-top: 0.46875rem;
}

.p-plan__metricTtl {
  background: linear-gradient(180deg, #d8ae5e 0%, #9b6c19 100%);
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  text-align: center;
  width: 100%;
}

.p-plan__metricBody {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-block: 0.9375rem 0.9375rem;
  padding-inline: 0.5rem;
}

.p-plan__metricBody > * + * {
  margin-top: 0.25rem;
}

.p-plan__metricSmall {
  color: #fff;
  font-size: 0.9375rem;
}

.p-plan__metricRow {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-plan__metricLabel {
  color: #fff;
  display: inline-block;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.p-plan__metricNum {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #ffda94 0%, #e89500 100%);
  background-clip: text;
  color: transparent;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.p-plan__metricUnit {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #ffda94 0%, #e89500 100%);
  background-clip: text;
  color: transparent;
  font-size: 1.125rem;
}

.p-plan__metricSep {
  display: block;
  height: auto;
  margin: 0.5rem auto;
  max-width: 9.28125rem;
  width: 100%;
}

.p-plan__customMeta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625rem;
  justify-content: center;
  margin-bottom: 1rem;
  padding-inline: 1.40625rem;
}

.p-plan__customTag {
  -o-border-image: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%) 1;
  -webkit-background-clip: text;
  align-items: baseline;
  background: transparent;
  background-clip: text;
  background-image: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%);
  border: 0.75px solid;
  border-image: linear-gradient(180deg, #ffda94 0%, #fff9ee 51%, #c98f26 100%) 1;
  color: transparent;
  display: inline-flex;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.40625rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.17;
  padding: 0.375rem;
}

.p-plan__customTagNum {
  font-size: 1.5rem;
}

.p-plan__customTag--tier {
  border: none;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 0;
}

.p-plan__card--produce {
  -o-border-image: none;
  background: none;
  border: none;
  border-image: none;
  padding-block: 3rem 0;
  padding-inline: 0;
  position: relative;
}

.p-plan__produceBg {
  aspect-ratio: 564/318.85;
  background: url("../img/plan-produce-bg.png") no-repeat center/cover;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -1.129375rem;
  width: 100%;
  z-index: 0;
}

.p-plan__card--produce > *:not(.p-plan__produceBg) {
  position: relative;
  z-index: 1;
}

.p-plan__card > .p-plan__featuresBox {
  -o-border-image: linear-gradient(180deg, #b4873d 0%, #ffecb9 51%, #f1c72c 100%) 1;
  align-self: stretch;
  background: linear-gradient(180deg, #4d3e2b 0%, #1d1d1d 100%);
  border: 3px solid;
  border-image: linear-gradient(180deg, #b4873d 0%, #ffecb9 51%, #f1c72c 100%) 1;
  margin-inline: 1.40625rem;
  margin-top: 1.125rem;
  padding-block: 1.875rem;
  padding-inline: 2.34375rem;
  position: relative;
  width: auto;
}

.p-plan__corner {
  display: block;
  height: 1.96875rem;
  pointer-events: none;
  position: absolute;
  width: 1.96875rem;
  z-index: 2;
}

.p-plan__corner--tl {
  left: 0.375rem;
  top: 0.375rem;
}

.p-plan__corner--tr {
  right: 0.375rem;
  top: 0.375rem;
  transform: rotate(90deg);
}

.p-plan__corner--bl {
  bottom: 0.375rem;
  left: 0.375rem;
  transform: rotate(-90deg);
}

.p-plan__corner--br {
  bottom: 0.375rem;
  right: 0.375rem;
  transform: rotate(180deg);
}

.p-plan__card--produce .p-plan__cardEn {
  -webkit-background-clip: text;
  background: linear-gradient(100deg, #ffc413 0%, #ea6a0f 100%);
  background-clip: text;
  color: transparent;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
}

.p-plan__cardEnRow {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.p-plan__cardEnLine {
  display: block;
  flex-shrink: 0;
  height: 0.125rem;
  width: 5.0625rem;
}

.p-plan__card--produce .p-plan__cardName {
  font-size: 3rem;
  line-height: 1.22;
  margin-bottom: 1rem;
  text-align: center;
}

.p-plan__cardNameEm {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #b4873d 0%, #ffecb9 51%, #f1c72c 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 3.5625rem;
  line-height: 1.22;
}

.p-plan__card--produce .p-plan__feature {
  font-size: 1.3125rem;
  padding-block: 0.5625rem;
}

.p-plan__card--produce .p-plan__featureText {
  font-size: 1.3125rem;
}

.p-plan__finalBox {
  align-items: center;
  background: linear-gradient(146deg, #645331 12%, #20201e 63%);
  border: 1.5px solid #766420;
  display: flex;
  height: 16.125rem;
  justify-content: flex-end;
  margin-inline: auto;
  margin-top: 1.6875rem;
  max-width: 31.59375rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-plan__finalPhoto {
  -o-object-fit: cover;
  height: 16.114375rem;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0.005625rem;
  width: 12rem;
}

.p-plan__finalContent {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

.p-plan__finalContent > * + * {
  margin-top: 0.75rem;
}

.p-plan__finalText {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 2.289rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.34;
  text-align: left;
  white-space: nowrap;
  word-break: keep-all;
}

.p-plan__finalEm {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, #ffda94 0%, #e89500 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 1.8311875rem;
}

.p-plan__finalSmall {
  font-size: 1.8311875rem;
}

.p-plan__finalCta {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-plan__finalCta > * + * {
  margin-top: 0.375rem;
}

.p-plan__finalCtaCaption {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.34;
}

.p-plan__finalCtaBtn {
  background: transparent;
  border: none;
  display: block;
  height: 4.59375rem;
  line-height: 0;
  max-width: 100%;
  outline: none;
  transition: transform 0.15s ease-out;
  width: 19.125rem;
}

.p-plan__finalCtaBtn:hover {
  transform: translateY(-0.125rem);
}

.p-plan__finalCtaBtn:active {
  transform: translateY(0.0625rem);
}

.p-plan__finalCtaBtn img {
  border: none;
  display: block;
  height: 100%;
  outline: none;
  width: 100%;
}

.p-plan__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-faq {
  background-color: #fff;
  color: #1a1a1a;
  padding-block: 5.625rem;
  padding-inline: 1.40625rem;
  position: relative;
  width: 100%;
}

.p-faq__inner {
  display: flex;
  flex-direction: column;
}

.p-faq__inner > * + * {
  margin-top: 2.5rem;
}

.p-faq__head {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-faq__headImg {
  display: block;
  height: 1.5rem;
  max-width: 100%;
  width: auto;
}

.p-faq__ttl {
  color: #1a1a1a;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-align: center;
}

.p-faq__list {
  display: block;
  list-style: none;
}

.p-faq__item {
  border-bottom: 1px solid #1a1a1a;
  padding-block: 1.5rem;
}

.p-faq__q {
  -webkit-user-select: none;
  -moz-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  user-select: none;
}

.p-faq__qMark {
  color: #e89500;
  flex-shrink: 0;
  font-family: Gilda Display, Noto Serif JP, serif;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.p-faq__qText {
  color: #0a0a0a;
  flex: 1;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.40625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.867;
}

.p-faq__qToggle {
  align-items: center;
  border: 0.0675rem solid #e89500;
  border-radius: 100%;
  color: #e89500;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  height: 1.6875rem;
  justify-content: center;
  line-height: 1;
  transition: transform 0.3s;
  width: 1.6875rem;
}

.p-faq__qToggle::before {
  content: "+";
  transition: opacity 0.2s;
}

.is-open .p-faq__qToggle::before {
  content: "−";
}

.p-faq__a {
  color: #0a0a0a;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 0.46875rem;
  padding-block: 0;
  padding-inline: 1.875rem;
}

.p-faq__aLead {
  margin-bottom: 0.75rem;
}

.p-faq__aList {
  border: 1.5px solid #b6b6b6;
  list-style: none;
  margin-bottom: 0.75rem;
  padding-block: 1.875rem;
  padding-inline: 1.40625rem;
}

.p-faq__aItem + .p-faq__aItem {
  margin-top: 0.75rem;
}

.p-faq__aItemName {
  color: #0a0a0a;
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-faq__aItemMeta {
  color: #db4646;
  display: inline-block;
  font-weight: 700;
}

.p-contact {
  background-color: #0a0a0a;
  padding-top: 5.625rem;
  position: relative;
  width: 100%;
}

.p-contact::before {
  background: url("../img/contact-bg.png") no-repeat center/cover;
  content: "";
  height: 26.53125rem;
  left: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.p-contact__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.p-contact__head {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-contact__headImg {
  display: block;
  height: 1.5rem;
  max-width: 100%;
  width: auto;
}

.p-contact__ttl {
  color: #fff;
  font-family: Noto Serif JP, YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-top: 0.75rem;
  text-align: center;
}

.p-contact__lead {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 1.875rem;
  padding-inline: 1.40625rem;
  text-align: center;
}

.p-contact__cta {
  margin-top: 1.875rem;
}

.p-footer {
  background-color: #0a0a0a;
  padding: 1.40625rem;
  padding-bottom: 10rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.p-footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-footer__inner > * + * {
  margin-top: 0.9375rem;
}

.p-footer__logo {
  display: block;
  line-height: 0;
  width: 18.28125rem;
}

.p-footer__logoImg {
  display: block;
  height: auto;
  width: 100%;
}

.p-footer__company {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.40625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-footer__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65625rem;
  justify-content: center;
}

.p-footer__navLink {
  color: #ecbf6d;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.21875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-decoration: none;
}

.p-footer__navLink:hover {
  text-decoration: underline;
}

.p-footer__navSep {
  color: #c98f26;
  font-size: 1.125rem;
}

.p-footer__copyright {
  color: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-footer__group {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.p-footer__group > * + * {
  margin-top: 1.5rem;
}

.p-headerSp {
  display: none;
}

.p-headerSp__logo {
  display: block;
  line-height: 0;
  width: 7.5rem;
}

.p-headerSp__logoImg {
  display: block;
  height: auto;
  width: 100%;
}

.p-floatingCta {
  bottom: 1.25rem;
  display: flex;
  justify-content: center;
  left: calc(max(0px, (100vw - 90rem) / 2) + max(1.25rem, (min(100vw, 90rem) - 80.625rem) * 96 / 151) + 22.375rem + 4rem);
  max-width: 100%;
  opacity: 0;
  padding-inline: 1rem;
  pointer-events: none;
  position: fixed;
  transform: translateY(7.5rem);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  width: 35.25rem;
  z-index: 80;
}

.p-floatingCta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-floatingCta a {
  pointer-events: auto;
}

.p-floatingCta .c-ctaBtn--big {
  max-width: 32.375rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-floatingCta .c-ctaBtn--big::after {
  animation: p-floatingCta-shine 2.5s ease-in-out infinite;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -11.25rem;
  width: 1.875rem;
}

@keyframes p-floatingCta-shine {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}

@media screen and (max-width: 1344px) {
  html {
    font-size: 1.1904761905vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.8368794326vw;
  }
  .l-inner {
    padding-inline: 1.25rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .u-font18 {
    font-size: max(1rem, 8px);
  }
  .u-font20 {
    font-size: max(1rem, 8px);
  }
  .u-font22 {
    font-size: max(1.125rem, 8px);
  }
  .u-font24 {
    font-size: max(1.125rem, 8px);
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-sp {
    display: block;
  }
  .u-space-96-pt {
    padding-top: 4.5rem;
  }
  .u-space-96-pb {
    padding-bottom: 4.5rem;
  }
  .u-space-120-pt {
    padding-top: 5rem;
  }
  .u-space-120-pb {
    padding-bottom: 5rem;
  }
  .u-space-80-pt {
    padding-top: 4rem;
  }
  .u-space-80-pb {
    padding-bottom: 4rem;
  }
  .u-space-130-pt {
    padding-top: 3rem;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
  .u-pc {
    display: none;
  }
  .p-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .p-sideLeft {
    display: none;
  }
  .p-sideRight {
    display: none;
  }
  .p-plan__card--pro {
    padding-inline: 1.6rem;
  }
  .p-plan__card--premium {
    padding-inline: 1.6rem;
  }
  .p-floatingCta {
    left: 0;
    margin-inline: auto;
    right: 0;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .js-fadeIn {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */