@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 100%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*
easing
https://easings.net/ja
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
dt,
dd,
li,
ul,
ol,
span,
figcaption,
address,
th,
td,
thead,
caption,
label,
input,
form,
button,
select,
textarea,
sup,
sub {
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

picture {
  display: block;
}

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

*,
*::before,
*::after {
  background-repeat: no-repeat;
}

:root {
  --cBlack: #000;
  --cWhite: #fff;
  --cOrange: #ff7900;
  --cRed: #ff8080;
  --cGreen: #50ff9f;
  --cYellow: #fffeee;
  --cBorder: rgba(0, 0, 0, 0.5);
  --z-minus: -1;
  --z-zero: 0;
  --z-contents: 1;
  --z-contents-over: 2;
  --z-fixed: 3;
  --z-fixed-over: 4;
  --z-drawer: 5;
  --z-drawer-over: 6;
  --z-loading-mask: 7;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}

html {
  background-color: var(--cWhite);
}

body {
  font-size: 1rem;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  color: var(--cBlack);
  letter-spacing: -0.02em;
  overflow-x: hidden;
  width: 100%;
  animation: fadeInAnimaiton 0.5s cubic-bezier(0.11, 0, 0.5, 0) forwards;
}
body.ua-windows {
  font-weight: 500;
}
body.ua-macos {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.ua-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

.body-inner {
  width: 100%;
}

/* = Selected Text
----------------------------------------------- */
::-moz-selection {
  background: var(--cYellow);
}
::selection {
  background: var(--cYellow);
}

::-moz-selection {
  background: var(--cYellow);
}

.pin-spacer {
  pointer-events: none;
}

.js-showIn {
  opacity: 0;
  transition: opacity 0.7s ease-in, transform 0.7s ease-in;
  transform-origin: bottom center;
  transform: translateY(10px);
  will-change: opacity, transform;
}
.js-showIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-showIn-slow {
  opacity: 0;
  transition: opacity 0.7s 0.4s ease, transform 0.7s 0.4s ease;
  transform-origin: bottom center;
  transform: translateY(0.625rem);
  will-change: opacity, transform;
}
.js-showIn-slow.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-showIn-message {
  opacity: 0;
  transition: opacity 0.6s 0.6s ease, transform 0.6s 0.6s ease;
  transform: rotate(3deg) translate(5%, -7%);
  transform-origin: center;
  will-change: opacity, transform;
}
.js-showIn-message.is-show {
  opacity: 1;
  transform: translate(0) rotate(0);
}

@keyframes popSoftIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.js-showIn-pop {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  will-change: opacity, transform;
}
.js-showIn-pop.is-show {
  animation: popSoftIn 0.5s 0.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.js-blurIn {
  opacity: 0;
  transition: opacity 0.5s 0.5s ease, transform 0.8s 0.5s ease, filter 2s 0.5s ease;
  transform-origin: bottom center;
  transform: translateY(0.625rem);
  filter: blur(0.625rem);
  will-change: opacity, transform, filter;
}
.js-blurIn.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes fadeInAnimaiton {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-footer {
  position: relative;
  padding: min(5rem, 10.6666666667vw) 0 min(1.5625rem, 6.6666666667vw) 0;
}
.l-footer__inner {
  position: relative;
  display: grid;
  gap: min(7.375rem, 15.7333333333vw);
  grid-template-areas: "plan" "contact" "links";
  grid-template-columns: 1fr;
}
.l-footer__plan {
  grid-area: plan;
  background-color: var(--cYellow);
  border-radius: 0.625rem;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(5rem, 10.6666666667vw) 0;
}
.l-footer__plan-inner {
  width: 73.9130434783%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer__plan-heading {
  font-size: clamp(0.9375rem, 0.9138496468rem + 0.1009081736vw, 1rem);
  white-space: nowrap;
}
.l-footer__plan-monthly {
  background: var(--cWhite);
  text-align: center;
  padding: 1em 1.5em;
  width: 100%;
  margin-top: min(1.375rem, 5.8666666667vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__plan-monthly p {
  font-size: clamp(0.9375rem, 0.4881432896rem + 1.9172552977vw, 2.125rem);
}
.l-footer__plan-monthly p .--large {
  font-size: clamp(1.25rem, 0.587790111rem + 2.8254288597vw, 3rem);
}
.l-footer__plan-other {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: min(1.5625rem, 6.6666666667vw);
}
.l-footer__plan-other-item {
  display: flex;
  justify-content: space-between;
}
.l-footer__plan-other-item:first-child {
  margin-bottom: 1em;
}
.l-footer__plan-other-item:nth-child(2) {
  padding-top: 1em;
  border-top: 0.0625rem solid var(--cBorder);
}
.l-footer__plan-notice {
  margin-top: 1.5em;
  font-size: clamp(0.78125rem, 0.7694248234rem + 0.0504540868vw, 0.8125rem);
  line-height: 1.7;
  white-space: nowrap;
  width: 100%;
}
.l-footer__contact {
  grid-area: contact;
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
.l-footer__contact-heading {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.625rem, 1.2702447023rem + 1.5136226034vw, 2.5625rem);
  letter-spacing: 0.08em;
}
.l-footer__contact-heading .--small {
  font-size: clamp(0.625rem, 0.4830978809rem + 0.6054490414vw, 1rem);
  letter-spacing: 0.02em;
  margin-top: 0.5em;
}
.l-footer__contact-btn {
  font-size: clamp(0.9375rem, 0.5827447023rem + 1.5136226034vw, 1.875rem);
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 0.6em 1em;
  margin-top: 0.5em;
  border-radius: 50vh;
  border: 0.0625rem solid var(--cBorder);
  box-sizing: border-box;
  transition: background 0.4s ease, border 0.4s ease;
}
.l-footer__links {
  grid-area: links;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  font-size: clamp(0.625rem, 0.5776992936rem + 0.2018163471vw, 0.75rem);
  width: min(31.25rem, 92vw);
  margin: 0 auto;
}
.l-footer__logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: var(--z-minus);
}

.l-header {
  position: fixed;
  top: 0;
  z-index: var(--z-fixed-over);
  right: min(1.5rem, 3.2vw);
}
.l-header__inner {
  display: flex;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  position: relative;
}
.l-header__links {
  display: flex;
  gap: min(0.875rem, 1.8666666667vw);
}
.l-header__link a {
  background-color: var(--cWhite);
  font-size: clamp(0.8125rem, 0.7415489405rem + 0.3027245207vw, 1rem);
  padding: 1.35em 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: min(5.875rem, 25.0666666667vw);
  transition: background 0.3s ease, padding 0.3s ease;
}
.l-header__link a.--new {
  color: var(--cOrange);
}

.l-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: clip;
  position: relative;
}
.l-main__contents {
  width: 100%;
}
.l-main__contents section:not(.p-intro) {
  margin-top: min(15.625rem, 33.3333333333vw);
}
.l-main__bg-grad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.l-main__bg-grad-video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-wide-img {
  width: 100%;
}

.p-fv__content {
  position: relative;
}
.p-fv__img {
  width: 100%;
}
.p-fv__img img {
  /* マスクで下方向にグラデーション */
  mask-image: linear-gradient(to bottom, black 70%, transparent 92%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  /* Safari用 */
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 92%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.p-fv__logo {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: var(--z-contents);
  max-height: min(81.25rem, 173.3333333333vw);
  height: 100svh;
}
@supports not (height: 100svh) {
  .p-fv__logo {
    height: 100vh;
  }
}

.p-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: min(4.8125rem, 10.2666666667vw) auto 0;
}
.p-intro__content01 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.p-intro__img01 {
  width: 57.7333333333%;
}
.p-intro__img02 {
  width: 39.4881170018%;
  margin-right: 9.1407678245%;
}
.p-intro__img03 {
  width: 31.2%;
  margin-right: -8.9333333333%;
  margin-top: min(30.9375rem, 66vw);
}
.p-intro__img04 {
  width: 57.0666666667%;
  margin-top: min(2.1875rem, 9.3333333333vw);
}
.p-intro__message {
  position: absolute;
  filter: drop-shadow(0.3125rem 0.3125rem 1.875rem rgba(0, 0, 0, 0.2));
  width: 64.5333333333%;
  right: -4vw;
  bottom: 2.6666666667vw;
}
.p-intro__content02 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: min(6.25rem, 13.3333333333vw);
}
.p-intro__txt-wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 72.9333333333%;
  margin-right: 4.6666666667%;
}
.p-intro__txt-heading {
  font-size: clamp(1.5625rem, 0.7820383451rem + 3.3299697275vw, 3.625rem);
  line-height: 1.29;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  margin-left: -0.2em;
}
.p-intro__txt-desc {
  font-size: clamp(0.875rem, 0.7803985873rem + 0.4036326942vw, 1.125rem);
  line-height: 2.43;
  margin-top: max(-4.6875rem, -10vw);
}

.p-movie {
  position: relative;
  width: 100%;
}
.p-movie__container {
  display: flex;
  flex-direction: column;
  width: min(43.125rem, 92vw);
  margin: 0 auto;
}
.p-movie__ttl {
  font-family: "Gilda Display", serif;
  font-feature-settings: initial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(4.0625rem, 2.998234107rem + 4.5408678103vw, 6.875rem);
  width: 100%;
  color: var(--cWhite);
  gap: 0.1em;
  line-height: 1;
}
.p-movie__ttl h2 {
  margin-bottom: -0.1em;
}
.p-movie__ttl::before, .p-movie__ttl::after {
  content: "";
  width: 100%;
  display: inline-block;
  flex: 1;
  height: 0.25rem;
  background-color: var(--cWhite);
}
.p-movie__inner {
  padding-top: min(2.5rem, 5.3333333333vw);
}
.p-movie__inner video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.p-check {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.p-check__ttl {
  font-size: clamp(1.125rem, 0.6046922301rem + 2.2199798184vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-check__ttl h2 {
  background-color: var(--cWhite);
  padding: 0.6em 0.8em 0.6em;
  letter-spacing: 0.04em;
}
.p-check__ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-top: 0.7em solid var(--cWhite);
  border-bottom: 0;
}
.p-check__list {
  display: flex;
  flex-direction: column;
  margin-top: min(3.625rem, 7.7333333333vw);
}
.p-check__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-check__item.--01 {
  width: min(39.75rem, 84.8vw);
  margin: 0 auto;
}
.p-check__item.--02 {
  width: min(28.9375rem, 61.7333333333vw);
  margin: min(2.5rem, 5.3333333333vw) min(1.875rem, 4vw) 0 auto;
}
.p-check__item.--03 {
  flex-direction: column;
  align-items: flex-start;
  width: min(33rem, 70.4vw);
  margin: max(-3.125rem, -6.6666666667vw) 0 0 min(1.875rem, 4vw);
}
.p-check__item.--04 {
  width: min(41.8125rem, 89.2vw);
  margin: min(7.5rem, 16vw) min(2.5rem, 5.3333333333vw) 0 auto;
}
.p-check__item-num {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-check__item-num.--01 {
  margin: min(2.0625rem, 4.4vw) 0 0 min(3.125rem, 6.6666666667vw);
}
.p-check__item-num.--02 {
  margin: min(7.1875rem, 15.3333333333vw) min(1.875rem, 4vw) 0 0;
  order: 2;
}
.p-check__item-num.--03 {
  margin: 0 0 min(1.25rem, 2.6666666667vw) min(0.875rem, 1.8666666667vw);
  order: 1;
}
.p-check__item-num.--04 {
  margin: min(0.3125rem, 0.6666666667vw) min(2.5625rem, 5.4666666667vw) 0 0;
  order: 2;
}
.p-check__item-num span {
  color: var(--cWhite);
  font-family: "Ibarra Real Nova", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.p-check__item-num span:nth-child(1) {
  font-size: clamp(0.875rem, 0.6621468214rem + 0.9081735621vw, 1.4375rem);
  margin-bottom: -0.3em;
}
.p-check__item-num span:nth-child(2) {
  font-size: clamp(3.8125rem, 2.6536326942rem + 4.9445005045vw, 6.875rem);
}
.p-check__item-img.--01 {
  width: min(26.25rem, 56vw);
}
.p-check__item-img.--02 {
  order: 1;
  width: min(17rem, 36.2666666667vw);
}
.p-check__item-img.--03 {
  order: 3;
  width: min(15.5rem, 33.0666666667vw);
  margin: max(-8.75rem, -18.6666666667vw) 0 0 auto;
}
.p-check__item-img.--04 {
  order: 1;
  width: min(27.3125rem, 58.2666666667vw);
}
.p-check__item-txt {
  position: relative;
  display: inline-block;
}
.p-check__item-txt.--01 {
  margin-top: max(-5.625rem, -12vw);
}
.p-check__item-txt.--02 {
  order: 3;
  margin-left: auto;
  margin-top: max(-5.625rem, -12vw);
}
.p-check__item-txt.--03 {
  order: 2;
}
.p-check__item-txt.--04 {
  order: 3;
  margin: max(-8.5rem, -18.1333333333vw) 0 0 auto;
}
.p-check__item-txt-icon.--01 {
  width: min(16.75rem, 35.7333333333vw);
}
.p-check__item-txt-icon.--02 {
  width: min(20.75rem, 44.2666666667vw);
}
.p-check__item-txt-icon.--03 {
  width: min(20.875rem, 44.5333333333vw);
}
.p-check__item-txt-icon.--04 {
  width: min(21.0625rem, 44.9333333333vw);
}
.p-check__item-txt-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: clamp(1.125rem, 0.6992936428rem + 1.8163471241vw, 2.25rem);
  white-space: nowrap;
  line-height: 1.25;
}
.p-check__item-txt-desc.--01 {
  top: 55%;
}
.p-check__item-txt-desc.--02 {
  left: 40%;
}
.p-check__item-txt-desc.--04 {
  top: 65%;
}
.p-check__item-txt-desc p:nth-child(2) {
  margin-top: 0.3em;
}
.p-check__item-txt-desc .--small {
  font-size: clamp(0.875rem, 0.6857971746rem + 0.8072653885vw, 1.375rem);
}

.p-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.p-contents__pyonche {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  width: min(37.5rem, 95.3333333333vw);
}
.p-contents__pyonche-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  white-space: nowrap;
  margin-right: auto;
}
.p-contents__pyonche-txt p {
  background-color: var(--cWhite);
  padding: 1em 2em;
  font-size: clamp(0.875rem, 0.7094475277rem + 0.7063572149vw, 1.3125rem);
  line-height: 1.72;
  border-radius: 50vh;
}
.p-contents__pyonche-txt p .--red {
  color: var(--cRed);
  font-size: clamp(1.125rem, 0.8411957619rem + 1.2108980827vw, 1.875rem);
}
.p-contents__pyonche-txt::after {
  content: "";
  display: inline-block;
  background-image: url(../img/fukidashi_wh.svg);
  background-size: contain;
  width: 2em;
  height: 2em;
  margin-right: 18%;
}
.p-contents__pyonche-img {
  position: relative;
  width: min(36.25rem, 77.3333333333vw);
  margin: max(-10.625rem, -22.6666666667vw) max(-0.9375rem, -2vw) 0 auto;
}
.p-contents__pyonche-img-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.p-contents__container {
  display: flex;
  justify-content: space-between;
}
.p-contents__ttl {
  font-size: clamp(4.0625rem, 0.3966952573rem + 15.6407669021vw, 13.75rem);
}
.p-contents__ttl h2 {
  margin-top: -3.15em;
  font-family: "Gilda Display", serif;
  font-feature-settings: initial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  color: var(--cWhite);
  writing-mode: vertical-lr;
}
.p-contents__list {
  display: flex;
  flex-direction: column;
  width: 77.3333333333%;
  margin-top: max(-0.625rem, -1.3333333333vw);
  margin-bottom: max(-3.75rem, -8vw);
}
.p-contents__list dt {
  font-size: clamp(1.25rem, 1.0134964682rem + 1.0090817356vw, 1.875rem);
  padding: min(3.75rem, 8vw) min(1.25rem, 2.6666666667vw) 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
}
.p-contents__list dt .--num {
  font-size: clamp(1.25rem, 0.8242936428rem + 1.8163471241vw, 2.375rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.7em;
}
.p-contents__list dd {
  text-align: justify;
  padding: min(1.875rem, 4vw) min(1.25rem, 2.6666666667vw) min(3.75rem, 8vw);
  font-size: clamp(0.875rem, 0.7803985873rem + 0.4036326942vw, 1.125rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.8;
}
.p-contents__list dd:not(:last-of-type) {
  border-bottom: 0.0625rem solid var(--cBorder);
}
.p-contents__list dd .--small {
  font-size: clamp(0.6875rem, 0.6165489405rem + 0.3027245207vw, 0.875rem);
  margin-top: 0.1em;
}

.p-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.p-plan__container {
  margin: 0 auto min(12.5rem, 26.6666666667vw);
}
.p-plan__ttl {
  font-size: clamp(4.0625rem, 1.5792129162rem + 10.595358224vw, 10.625rem);
  margin-top: min(12.5rem, 26.6666666667vw);
}
.p-plan__ttl h2 {
  font-family: "Gilda Display", serif;
  font-feature-settings: initial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  letter-spacing: 0.06em !important;
  color: var(--cWhite);
  text-align: center;
}
.p-plan__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: min(2.5rem, 5.3333333333vw) auto 0;
}
.p-plan__price-monthly p {
  font-size: clamp(1.25rem, 1.0134964682rem + 1.0090817356vw, 1.875rem);
  line-height: 1.43;
}
.p-plan__price-monthly p .--middle {
  font-size: clamp(1.5625rem, 1.4442482341rem + 0.5045408678vw, 1.875rem);
}
.p-plan__price-monthly p .--large {
  font-size: clamp(2.1875rem, 1.9509964682rem + 1.0090817356vw, 2.8125rem);
}
.p-plan__price-other {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: min(4.6875rem, 10vw) min(3.3125rem, 7.0666666667vw);
  margin-top: min(5.625rem, 12vw);
}
.p-plan__price-other dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(1.125rem, 0.9830978809rem + 0.6054490414vw, 1.5rem);
  display: flex;
  flex-direction: column;
}
.p-plan__price-other dt .--small {
  font-size: clamp(0.6875rem, 0.6165489405rem + 0.3027245207vw, 0.875rem);
  margin-top: 0.5em;
}
.p-plan__price-other dd {
  font-size: clamp(1.5625rem, 1.3496468214rem + 0.9081735621vw, 2.125rem);
}
.p-plan__bottom {
  display: flex;
  flex-direction: column;
  width: min(38.75rem, 82.6666666667vw);
  margin: min(16.875rem, 36vw) auto 0;
}
.p-plan__howto {
  display: contents;
}
.p-plan__howto-ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  order: 1;
}
.p-plan__howto-ttl h3 {
  font-size: clamp(1.875rem, 1.5438950555rem + 1.4127144299vw, 2.75rem);
  line-height: 1.56;
  letter-spacing: 0.15em;
}
.p-plan__howto-ttl .--small {
  margin-top: 0.5em;
  font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
  margin-left: -0.5em;
}
.p-plan__howto-desc {
  font-size: clamp(0.875rem, 0.7803985873rem + 0.4036326942vw, 1.125rem);
  line-height: 1.5;
  order: 3;
  margin-top: min(5rem, 10.6666666667vw);
}
.p-plan__howto-desc ul {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.p-plan__howto-desc .--small {
  text-align: justify;
  font-size: clamp(0.75rem, 0.7026992936rem + 0.2018163471vw, 0.875rem);
  line-height: 1.75 !important;
  margin-top: 0.5em;
}
.p-plan__howto-app {
  display: flex;
  justify-content: center;
  gap: min(3.625rem, 4.2459736457vw);
  order: 4;
  margin-top: min(3.125rem, 6.6666666667vw);
}
.p-plan__howto-app .--apple {
  width: min(14.4375rem, 30.8vw);
}
.p-plan__howto-app .--google {
  width: min(15.8125rem, 33.7333333333vw);
}
.p-plan__howto-registration {
  transition: filter 0.5s ease;
  order: 5;
  margin: min(4.6875rem, 10vw) auto;
}
.p-plan__howto-registration-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: var(--z-contents-over);
}
.p-plan__howto-registration-heading p {
  background-color: var(--cGreen);
  padding: 1.2em;
  border-radius: 50vh;
  font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
}
.p-plan__howto-registration-heading::after {
  content: "";
  display: inline-block;
  background-image: url(../img/fukidashi_grn.svg);
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  margin-left: 18%;
}
.p-plan__howto-registration-img {
  position: relative;
  margin-top: max(-4.5rem, -9.6vw);
  width: min(28.4375rem, 60.6666666667vw);
}
.p-plan__howto-registration-img img {
  border-radius: 50vh;
}
.p-plan__howto-registration-arrow {
  background-color: var(--cGreen);
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50vh;
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(6.125rem, 13.0666666667vw);
}
.p-plan__howto-registration-arrow::after {
  content: "";
  width: 62.8571428571%;
  height: 0.0625rem;
  background-color: var(--cBlack);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: width 0.5s ease;
}
.p-plan__howto-registration-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30%;
  width: min(1.0625rem, 2.2666666667vw);
  height: auto;
  aspect-ratio: 1/1;
  border-top: 0.0625rem solid var(--cBlack);
  border-right: 0.0625rem solid var(--cBlack);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: right 0.5s ease;
}
.p-plan__flow {
  order: 2;
  margin-top: min(5.625rem, 12vw);
}
.p-plan__flow-list {
  display: flex;
  flex-direction: column;
  gap: min(4.375rem, 9.3333333333vw);
}
.p-plan__flow-item {
  display: flex;
  position: relative;
  gap: min(1.875rem, 4vw);
}
.p-plan__flow-item:not(:last-of-type) .p-plan__flow-num::after {
  content: "";
  background-color: var(--cBorder);
  width: 0.0625rem;
  height: 100%;
  min-height: min(5.625rem, 12vw);
}
.p-plan__flow-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1.25rem, 1.2026992936rem + 0.2018163471vw, 1.375rem);
  gap: 0.4em;
  position: relative;
}
.p-plan__flow-num span {
  padding: 0.2em 0.25em 0.3em;
  width: 1.8em;
  border: 0.0625rem solid var(--cBorder);
  border-radius: 50vh;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-plan__flow-desc {
  display: flex;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1em;
  flex: 1;
}
.p-plan__flow-desc p {
  font-size: clamp(0.9375rem, 0.8192482341rem + 0.5045408678vw, 1.25rem);
  line-height: 1.45;
  flex: 1;
  text-align: left;
  margin-top: 0.35em;
}
.p-plan__flow-desc img {
  align-self: center;
  width: min(7.4375rem, 31.7333333333vw);
  margin-top: min(0.625rem, 1.3333333333vw);
}

.u-underline {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.15em;
  font-weight: 400;
}

.u-block {
  display: block;
}

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

.u-desc {
  font-size: clamp(0.75rem, 0.7026992936rem + 0.2018163471vw, 0.875rem);
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
}

.u-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
}

.u-upper {
  text-transform: uppercase;
}

.u-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.u-ds-xl {
  display: none;
}

.u-ds-pc {
  display: none;
}

.u-ds-pcOver {
  display: none;
}

.u-ds-lgOver {
  display: none;
}

.u-ds-lg {
  display: block;
}

.u-ds-mdOver {
  display: none;
}

.u-ds-mdOnly {
  display: none;
}

.u-ds-md {
  display: block;
}

.u-ds-sm {
  display: block;
}

.u-ds-std {
  display: block;
}

@media (hover: hover){
  a,
  button {
    cursor: pointer;
    transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1), color 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .l-footer__contact-btn:hover {
    background-color: var(--cWhite);
    border: 0.0625rem solid var(--cWhite);
  }
  .l-header__link a:hover {
    background-color: var(--cYellow);
    padding: 1.85em 0.5em 1.35em;
  }
  .p-plan__howto-registration:hover {
    filter: brightness(105%);
  }
  .p-plan__howto-registration:hover .p-plan__howto-registration-arrow::after {
    width: 74.2857142857%;
  }
  .p-plan__howto-registration:hover .p-plan__howto-registration-arrow::before {
    right: 18.5714285714%;
  }
}

@media (hover: none){
  a,
  button {
    -webkit-tap-highlight-color: transparent;
  }
}

@media print and (hover: hover), screen and (hover: hover) and (min-width: 960px){
  .l-header__link a:hover {
    padding: 1.5em 0.5em 1em;
  }
}

@media print, screen and (min-width: 1025px){
  .l-header__link a {
    width: min(7.8125rem, 9.1508052709vw);
  }
  .u-ds-pc {
    display: block;
  }
  .u-ds-pcOver {
    display: block;
  }
}

@media print, screen and (min-width: 1366px){
  .u-ds-xl {
    display: block;
  }
}

@media print, screen and (min-width: 375px){
  .u-ds-std {
    display: none;
  }
}

@media print, screen and (min-width: 520px){
  .p-intro__txt-desc {
    margin-right: min(3.75rem, 8vw);
  }
  .u-ds-sm {
    display: none;
  }
}

@media print, screen and (min-width: 520px) and (min-width: 960px){
  .p-intro__txt-desc {
    margin-top: max(-8.75rem, -10.2489019034vw);
    margin-right: min(3.75rem, 4.39238653vw);
    line-height: 3;
  }
}

@media print, screen and (min-width: 520px) and (min-width: 960px) and (min-width: 1366px){
  .p-intro__txt-desc {
    margin-right: min(10rem, 11.7130307467vw);
  }
}

@media print, screen and (min-width: 768px){
  .l-footer {
    padding: min(5rem, 5.8565153734vw) 0 min(6.25rem, 7.3206442167vw) 0;
  }
  .l-footer__inner {
    grid-template-areas: "contact plan" "links   plan";
    grid-template-columns: 1fr 1fr;
    width: 87.8477306003%;
    margin: 0 auto;
    gap: min(4.6875rem, 5.4904831625vw) 0;
  }
  .l-footer__plan {
    margin: 0 0 0 auto;
    width: min(23.125rem, 27.0863836018vw);
    width: auto;
    padding: min(2.8125rem, 3.2942898975vw);
  }
  .l-footer__plan-inner {
    width: 78.3783783784%;
    width: auto;
    padding: 0;
  }
  .l-footer__plan-monthly {
    margin-top: min(1.5625rem, 1.8301610542vw);
  }
  .l-footer__plan-monthly p {
    font-size: clamp(0.9375rem, 0.8901992936rem + 0.2018163471vw, 1.0625rem);
  }
  .l-footer__plan-monthly p .--large {
    font-size: clamp(1.25rem, 1.1790489405rem + 0.3027245207vw, 1.4375rem);
  }
  .l-footer__plan-other {
    margin-top: min(1.875rem, 2.196193265vw);
  }
  .l-footer__contact {
    width: auto;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: min(1.4375rem, 1.6837481698vw);
  }
  .l-footer__contact-btn {
    font-size: clamp(0.9375rem, 0.8192482341rem + 0.5045408678vw, 1.25rem);
    margin-top: 0;
  }
  .l-footer__links {
    flex-direction: column;
    width: 100%;
  }
  .p-fv__logo {
    max-height: 57.1010248902vw;
  }
  .p-contents__list dd {
    padding: min(1.875rem, 4vw) min(5rem, 10.6666666667vw) min(3.75rem, 8vw) min(1.25rem, 2.6666666667vw);
  }
  .u-ds-sp {
    display: none !important;
  }
  .u-ds-mdOver {
    display: block;
  }
  .u-ds-mdOnly {
    display: block;
  }
  .u-ds-md {
    display: none;
  }
}

@media print, screen and (min-width: 960px){
  body {
    letter-spacing: 0;
  }
  .l-header {
    right: min(1.875rem, 2.196193265vw);
  }
  .l-header__links {
    gap: min(0.625rem, 0.7320644217vw);
  }
  .l-header__link a {
    padding: 1em 0.5em;
    min-width: min(7.8125rem, 10.2489019034vw);
  }
  .l-main__contents section:not(.p-intro) {
    margin-top: min(15rem, 17.5695461201vw);
  }
  .p-fv__img img {
    mask-image: linear-gradient(to bottom, black 50%, transparent 92%);
    /* Safari用 */
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 92%);
  }
  .p-intro {
    margin: 0 auto;
    width: min(75rem, 87.8477306003vw);
  }
  .p-intro__img01 {
    width: min(37.5rem, 43.9238653001vw);
    margin-left: min(3.875rem, 4.5387994143vw);
  }
  .p-intro__img02 {
    width: min(16.875rem, 19.7657393851vw);
    margin-right: 0;
  }
  .p-intro__img03 {
    width: min(24.375rem, 28.5505124451vw);
    margin: 0;
  }
  .p-intro__img04 {
    width: min(33.4375rem, 39.1654465593vw);
    margin: min(10rem, 11.7130307467vw) min(21.25rem, 24.8901903367vw) 0 0;
  }
  .p-intro__message {
    width: min(37.8125rem, 44.289897511vw);
    right: 0;
    bottom: min(9.375rem, 10.980966325vw);
  }
  .p-intro__content02 {
    align-items: flex-end;
    margin: min(4.375rem, 5.1244509517vw) auto 0;
    width: min(75rem, 87.8477306003vw);
  }
  .p-intro__txt-wrap {
    width: min(39.5rem, 46.2664714495vw);
    margin: 0;
  }
  .p-intro__txt-heading {
    margin-left: -0.7em;
    margin-top: 0.2em;
  }
  .p-movie__container {
    width: min(63.75rem, 74.6705710102vw);
  }
  .p-movie__ttl {
    height: 0;
  }
  .p-movie__inner {
    padding: min(1.25rem, 1.4641288433vw) 0 min(2.5rem, 2.9282576867vw);
    border-bottom: 0.25rem solid var(--cWhite);
    border-right: 0.25rem solid var(--cWhite);
    border-left: 0.25rem solid var(--cWhite);
  }
  .p-movie__inner video {
    width: min(58.75rem, 68.8140556369vw);
    margin: min(3.4375rem, 4.0263543192vw) auto 0;
    display: block;
  }
  .p-check {
    width: min(68.75rem, 80.5270863836vw);
  }
  .p-check__list {
    margin-top: min(8.125rem, 9.5168374817vw);
  }
  .p-check__item.--01 {
    width: min(51.75rem, 60.6149341142vw);
    margin: 0;
  }
  .p-check__item.--02 {
    width: min(38.5rem, 45.0951683748vw);
    margin: max(-2.0625rem, -2.4158125915vw) 0 0 auto;
  }
  .p-check__item.--03 {
    width: min(41.1875rem, 48.243045388vw);
    margin: max(-4.375rem, -5.1244509517vw) auto 0 6.5454545455%;
  }
  .p-check__item.--04 {
    width: min(54.75rem, 64.1288433382vw);
    margin: min(8.75rem, 10.2489019034vw) 6.3636363636% 0 auto;
  }
  .p-check__item-num.--01 {
    margin: min(6.25rem, 7.3206442167vw) 0 0 min(4.5625rem, 5.3440702782vw);
  }
  .p-check__item-num.--02 {
    margin: min(10.625rem, 12.4450951684vw) min(6.25rem, 7.3206442167vw) 0 0;
  }
  .p-check__item-num.--03 {
    margin: 0 0 min(2rem, 2.3426061493vw) min(2.4375rem, 2.8550512445vw);
  }
  .p-check__item-num.--04 {
    margin: min(4.0625rem, 4.7584187408vw) min(4.6875rem, 5.4904831625vw) 0 0;
  }
  .p-check__item-img.--01 {
    width: min(37.5rem, 43.9238653001vw);
  }
  .p-check__item-img.--02 {
    width: min(21.25rem, 24.8901903367vw);
  }
  .p-check__item-img.--03 {
    width: min(19.375rem, 22.6939970717vw);
    margin: max(-11.5625rem, -13.5431918009vw) 0 0 auto;
  }
  .p-check__item-img.--04 {
    width: min(39.0625rem, 45.7540263543vw);
  }
  .p-check__item-txt.--01 {
    margin-top: max(-8.125rem, -9.5168374817vw);
  }
  .p-check__item-txt.--02 {
    margin-top: max(-8.75rem, -10.2489019034vw);
  }
  .p-check__item-txt.--04 {
    margin-left: auto;
    margin-top: max(-12.0625rem, -14.1288433382vw);
  }
  .p-check__item-txt-icon.--01 {
    width: min(18.75rem, 21.9619326501vw);
  }
  .p-check__item-txt-icon.--02 {
    width: min(23.3125rem, 27.3060029283vw);
  }
  .p-check__item-txt-icon.--03 {
    width: min(24.125rem, 28.2576866764vw);
  }
  .p-check__item-txt-icon.--04 {
    width: min(23.6875rem, 27.7452415813vw);
  }
  .p-contents {
    width: min(85.375rem, 100vw);
  }
  .p-contents__pyonche {
    width: min(51.25rem, 60.0292825769vw);
    margin: 0 13.6890951276% 0 auto;
  }
  .p-contents__pyonche-txt {
    margin-right: auto;
  }
  .p-contents__pyonche-img {
    width: min(39.8125rem, 46.6325036603vw);
    margin: max(-10rem, -11.7130307467vw) 0 0 auto;
  }
  .p-contents__ttl {
    font-size: clamp(4.0625rem, 1.815716448rem + 9.5862764884vw, 10rem);
  }
  .p-contents__ttl h2 {
    margin-top: -2.3em;
    padding-left: 0.4em;
  }
  .p-contents__list {
    width: 78.3308931186%;
    margin-top: 0;
    margin-bottom: max(-3.75rem, -4.39238653vw);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .p-contents__list dt {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 min(1.875rem, 2.196193265vw);
  }
  .p-contents__list dt:not(:last-of-type) {
    border-bottom: 0.0625rem solid var(--cBorder);
  }
  .p-contents__list dd {
    padding: min(2.5rem, 2.9282576867vw) min(6.25rem, 7.3206442167vw) min(2.5rem, 2.9282576867vw) min(3.125rem, 3.6603221083vw);
    min-height: min(11.25rem, 13.17715959vw);
  }
  .p-plan {
    width: 100%;
  }
  .p-plan__container {
    width: min(68.75rem, 80.5270863836vw);
    margin: 0 auto min(13.75rem, 16.1054172767vw);
  }
  .p-plan__ttl {
    margin-top: min(8.75rem, 10.2489019034vw);
  }
  .p-plan__price {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 55rem;
    margin: min(5.625rem, 6.588579795vw) auto 0;
  }
  .p-plan__price-other {
    margin: 0;
    gap: min(4.375rem, 5.1244509517vw) min(3.75rem, 4.39238653vw);
  }
  .p-plan__bottom {
    flex-direction: row;
    justify-content: space-between;
    margin-top: min(12.5rem, 14.6412884334vw);
    width: 100%;
  }
  .p-plan__howto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 37.2727272727%;
    gap: min(4.625rem, 5.4172767204vw);
  }
  .p-plan__howto-ttl {
    text-align: left;
  }
  .p-plan__howto-ttl h3 {
    margin-top: -0.4em;
  }
  .p-plan__howto-desc {
    margin-top: 0;
  }
  .p-plan__howto-app {
    justify-content: flex-start;
    gap: min(1.875rem, 2.196193265vw);
    margin-top: 0;
  }
  .p-plan__howto-app .--apple {
    width: min(8.5625rem, 10.0292825769vw);
  }
  .p-plan__howto-app .--google {
    width: min(9.25rem, 10.8345534407vw);
  }
  .p-plan__howto-registration {
    margin: 0;
  }
  .p-plan__howto-registration-img {
    margin-top: max(-3.25rem, -3.8067349927vw);
    width: min(20.3125rem, 23.7920937042vw);
  }
  .p-plan__howto-registration-arrow {
    width: min(4.375rem, 5.1244509517vw);
  }
  .p-plan__howto-registration-arrow::before {
    width: min(0.84375rem, 0.9882869693vw);
  }
  .p-plan__flow {
    width: 54.9019607843%;
    max-width: 42.5rem;
    margin-top: 0;
  }
  .p-plan__flow-list {
    gap: min(1.875rem, 2.196193265vw);
  }
  .p-plan__flow-item {
    gap: min(0.75rem, 0.878477306vw);
  }
  .p-plan__flow-item:not(:last-of-type) .p-plan__flow-num::after {
    min-height: min(4.5625rem, 5.3440702782vw);
  }
  .p-plan__flow-num {
    gap: 0.3em;
  }
  .p-plan__flow-desc {
    flex-direction: row;
  }
  .p-plan__flow-desc p {
    font-size: clamp(0.9375rem, 0.8428985873rem + 0.4036326942vw, 1.1875rem);
    margin-top: 0.25em;
  }
  .p-plan__flow-desc img {
    width: min(9.875rem, 11.5666178624vw);
    margin-top: 0;
  }
  .u-ds-lgOver {
    display: block;
  }
  .u-ds-lg {
    display: none;
  }
  .u-ds-mdOnly {
    display: none;
  }
}

@media print, screen and (min-width: 960px) and (min-width: 1366px){
  .p-contents__list dd {
    padding: min(2.5rem, 2.9282576867vw) 0 min(2.5rem, 2.9282576867vw) min(3.125rem, 3.6603221083vw);
  }
}