@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * 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 */
}

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --main: #f2f2f2;
  --accent: #177cba;
  --base: #ffffff;
  /* 案件によって必要なサブカラーを追加する
  $sub-1: #ffffff;
  $sub-2: #ffffff;
  */
  --text-cl-01: #4a4848;
  --text-cl-02: #6f6f6f;
  --text-cl-03: #FFF;
  --btn-01: #94a9b2;
  --btn-02: #3e3d3d;
  --btn-03: #FFF;
  --border-cl-01: #D7DBDD;
  --border-cl-02: #8fa1a8;
  --border-size-l: 3px;
  --border-size-m: 2px;
  --border-size-s: 1px;
  --radius-l: 8px;
  --radius-m: 4px;
  --bg-01: #e1e4df;
  --bg-02: #ecf9fd;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  --font-jp-01: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-jp-02: "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-normal: 2;
  --lh-snug: 1.7;
  --lh-narrow: 1.5;
  --lh-fit: 1;
  --duration: 0.3s ease;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

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

body {
  -webkit-text-size-adjust: 100%;
  color: var(--text-cl-01);
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  line-height: var(--lh-normal);
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 835px) {
  body {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
a img {
  -webkit-transition: var(--duration);
  transition: var(--duration);
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1195px) {
  a [href^="tel:"] {
    pointer-events: none;
  }
}

i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

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

svg {
  fill: currentcolor;
}

@media screen and (min-width: 835px) {
  p small {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  p small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}

strong {
  font-weight: var(--fw-bold);
}

p a,
td a,
th a,
blockquote a {
  color: var(--link-01);
  text-decoration: underline;
}
@media (any-hover: hover) {
  p a:hover,
  td a:hover,
  th a:hover,
  blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

hr {
  height: 1px;
  background-color: var(--main);
  border: none;
  margin: min(22px, 1.464vw) 0;
}
@media screen and (max-width: 834px) {
  hr {
    margin: min(22px, 5.333vw) 0;
  }
}

.p-simulation {
  position: relative;
  overflow: clip;
  background-image: url("../img/common/bg-room_01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.p-simulation:has(#screen-madori-1.p-screen--active), .p-simulation:has(#screen-madori-2.p-screen--active) {
  background-image: url("../img/common/bg-room_02.jpg");
}

.p-screen {
  display: none;
  position: relative;
  width: 100%;
  min-height: 100dvh;
  overflow: clip;
}
.p-screen--active {
  display: -ms-grid;
  display: grid;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-screen--active:not(.p-screen-first) {
  -ms-flex-line-pack: center;
      align-content: center;
}
.p-screen--fading-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.p-screen--fading-in {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.p-screen__inner {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-screen__inner {
    width: min(1320px, 87.848vw);
    gap: min(26.4px, 1.757vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen__inner {
    width: 100%;
    gap: min(26.4px, 6.4vw);
  }
}
@media screen and (min-width: 835px) {
  .p-screen__inner.--family {
    gap: min(66px, 4.392vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen__inner.--family {
    gap: min(22px, 5.333vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen__inner.--child {
    gap: 0;
  }
}
.p-screen__title {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-screen__title {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
    line-height: 1.7;
  }
}
@media screen and (max-width: 834px) {
  .p-screen__title {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    line-height: 1.7;
  }
}
.p-screen__title-sub {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  color: var(--text-cl-02);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-screen__title-sub {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.p-screen__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-screen__actions {
    width: min(1320px, 87.848vw);
    gap: min(13.2px, 0.878vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen__actions {
    gap: min(13.2px, 3.2vw);
  }
}
.p-screen__actions.--child {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-screen__actions.--child {
    margin-top: min(17.6px, 1.171vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen__actions.--child {
    margin-top: min(26.4px, 6.4vw);
  }
}
.p-screen__error {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #e03838;
}
@media screen and (min-width: 835px) {
  .p-screen__error {
    bottom: max(-38.5px, -2.562vw);
    font-size: min(15.4px, 1.025vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen__error {
    bottom: max(-24.2px, -5.867vw);
    font-size: min(12.1px, 2.933vw);
  }
}

.p-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: calc(infinity * 1px);
  border: none;
  cursor: pointer;
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  line-height: 2;
  color: var(--btn-03);
  -webkit-transition: opacity var(--duration), -webkit-transform 0.3s ease;
  transition: opacity var(--duration), -webkit-transform 0.3s ease;
  transition: opacity var(--duration), transform 0.3s ease;
  transition: opacity var(--duration), transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  background-color: var(--btn-01);
}
@media screen and (min-width: 835px) {
  .p-btn {
    height: clamp(47.6px, 4.1vw, 61.6px);
    padding: 0 clamp(30.6px, 2.635vw, 39.6px);
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    width: clamp(231.2px, 19.912vw, 299.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-btn {
    height: clamp(42.5px, 13.333vw, 55px);
    padding: 0 clamp(23.8px, 7.467vw, 30.8px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    width: clamp(231.2px, 72.533vw, 299.2px);
  }
}
.p-btn:hover {
  opacity: 0.85;
}
.p-btn:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.p-btn::after {
  position: absolute;
  font-family: var(--font-awesome);
  font-weight: var(--fw-regular);
  content: "\f105";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 835px) {
  .p-btn::after {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    right: min(13.2px, 0.878vw);
  }
}
@media screen and (max-width: 834px) {
  .p-btn::after {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    right: min(13.2px, 3.2vw);
  }
}
.p-btn--dark {
  background-color: var(--btn-02);
}
@media screen and (max-width: 834px) {
  .p-btn--choice {
    width: min(159.5px, 38.667vw);
    padding: 0 min(17.6px, 4.267vw);
  }
}
.p-btn--choice.--bad::after {
  content: "\f00d";
}
.p-btn--choice.--good::after {
  content: "\f111";
}

.p-btn-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background-color: var(--btn-03);
  border: none;
  border-radius: calc(infinity * 1px);
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  line-height: 2;
  color: #8fa1a8;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: opacity var(--duration), -webkit-transform 0.3s ease;
  transition: opacity var(--duration), -webkit-transform 0.3s ease;
  transition: opacity var(--duration), transform 0.3s ease;
  transition: opacity var(--duration), transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 835px) {
  .p-btn-back {
    gap: min(8.8px, 0.586vw);
    bottom: min(22px, 1.464vw);
    left: min(22px, 1.464vw);
    padding: 0 clamp(23.8px, 2.05vw, 30.8px);
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    width: min(220px, 14.641vw);
    height: clamp(37.4px, 3.221vw, 48.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-btn-back {
    gap: min(8.8px, 2.133vw);
    bottom: min(22px, 5.333vw);
    left: min(22px, 5.333vw);
    padding: 0 clamp(17px, 5.333vw, 22px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    width: min(132px, 32vw);
    height: clamp(34px, 10.667vw, 44px);
  }
}
.p-btn-back::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: var(--font-awesome);
  font-weight: var(--fw-regular);
  content: "\f104";
}
@media screen and (min-width: 835px) {
  .p-btn-back::before {
    left: min(13.2px, 0.878vw);
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-btn-back::before {
    left: min(13.2px, 3.2vw);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-btn-back:hover {
  opacity: 0.85;
}
.p-btn-back:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.p-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-progress {
    margin-top: min(44px, 2.928vw);
    gap: min(13.2px, 0.878vw);
  }
}
@media screen and (max-width: 834px) {
  .p-progress {
    margin-top: min(22px, 5.333vw);
    gap: min(8.8px, 2.133vw);
  }
}
.p-progress__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 835px) {
  .p-progress__inner {
    width: min(697.4px, 46.413vw);
  }
}
@media screen and (max-width: 834px) {
  .p-progress__inner {
    width: min(286px, 69.333vw);
  }
}
.p-progress__track {
  width: 100%;
  height: 6px;
  border-radius: calc(infinity * 1px);
  background-color: var(--border-cl-01);
  overflow: hidden;
  position: relative;
}
.p-progress__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 3px;
  background-color: var(--border-cl-02);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.p-progress__count {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--text-cl-02);
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .p-progress__count {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-progress__count {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}

@-webkit-keyframes p-bubble-scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes p-bubble-scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-screen-first {
  min-height: 100vh;
}
.p-screen-first__wrap {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 835px) {
  .p-screen-first__wrap {
    width: min(100%, 1366px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__wrap {
    width: min(412.5px, 100vw);
  }
}
.p-screen-first__circle {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: var(--base);
  border-radius: calc(infinity * 1px);
  aspect-ratio: 1/1;
}
@media screen and (min-width: 835px) {
  .p-screen-first__circle {
    width: clamp(408px, 35.139vw, 528px);
    padding: clamp(17px, 1.464vw, 22px);
    gap: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__circle {
    margin-inline: clamp(-8.8px, -2.133vw, -6.8px);
    width: clamp(333.2px, 104.533vw, 431.2px);
    padding: clamp(13.6px, 4.267vw, 17.6px);
    gap: clamp(17px, 5.333vw, 22px);
  }
}
.p-screen-first__circle__bubble {
  position: absolute;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--text-text-cl-03, #FFF);
  background-color: var(--accent);
  text-align: center;
  font-family: var(--font-family-font-jp-02, "Zen Kaku Gothic New");
  font-weight: var(--fw-bold);
  line-height: var(--lh-narrow);
  aspect-ratio: 1/1;
  -webkit-animation: p-bubble-scale 2.5s ease-in-out infinite;
          animation: p-bubble-scale 2.5s ease-in-out infinite;
}
@media screen and (min-width: 835px) {
  .p-screen-first__circle__bubble {
    right: clamp(12.75px, 1.098vw, 16.5px);
    top: clamp(13.6px, 1.171vw, 17.6px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
    width: clamp(74.8px, 6.442vw, 96.8px);
    border-radius: clamp(42.5px, 3.66vw, 55px) clamp(42.5px, 3.66vw, 55px) clamp(42.5px, 3.66vw, 55px) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__circle__bubble {
    right: clamp(16.15px, 5.067vw, 20.9px);
    top: clamp(5.1px, 1.6vw, 6.6px);
    font-size: clamp(9.35px, 2.933vw, 12.1px);
    width: clamp(69.7px, 21.867vw, 90.2px);
    border-radius: clamp(39.1px, 12.267vw, 50.6px) clamp(39.1px, 12.267vw, 50.6px) clamp(39.1px, 12.267vw, 50.6px) 0;
  }
}
.p-screen-first__title {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 835px) {
  .p-screen-first__title {
    gap: clamp(4.25px, 0.366vw, 5.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__title {
    gap: clamp(3.4px, 1.067vw, 4.4px);
  }
}
.p-screen-first__title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--accent);
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-screen-first__title-sub {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    gap: clamp(4.25px, 0.366vw, 5.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__title-sub {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    gap: clamp(3.4px, 1.067vw, 4.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-screen-first__title-sub span {
    margin-left: 0.1em;
  }
}
@media screen and (min-width: 835px) {
  .p-screen-first__line {
    height: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__line {
    height: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-screen-first__line {
  width: auto;
  display: block;
}
.p-screen-first__line--rev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-screen-first__title-main {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  line-height: 1;
  color: var(--text-cl-01);
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-screen-first__title-main {
    font-size: clamp(37.4px, 3.221vw, 48.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__title-main {
    font-size: clamp(30.6px, 9.6vw, 39.6px);
  }
}
.p-screen-first__desc {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-02);
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-screen-first__desc {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__desc {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-screen-first__char {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-screen-first__char.is-fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-screen-first__char img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-screen-first__char--left-01 {
  bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-screen-first__char--left-01 {
    left: clamp(153.85px, 13.25vw, 199.1px);
    width: clamp(116.45px, 10.029vw, 150.7px);
    height: clamp(349.35px, 30.088vw, 452.1px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__char--left-01 {
    left: clamp(13.6px, 4.267vw, 17.6px);
    width: clamp(59.5px, 18.667vw, 77px);
    height: clamp(177.65px, 55.733vw, 229.9px);
  }
}
.p-screen-first__char--left-02 {
  bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-screen-first__char--left-02 {
    left: clamp(282.2px, 24.305vw, 365.2px);
    width: clamp(96.9px, 8.346vw, 125.4px);
    height: clamp(215.05px, 18.521vw, 278.3px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__char--left-02 {
    left: clamp(79.05px, 24.8vw, 102.3px);
    width: clamp(49.3px, 15.467vw, 63.8px);
    height: clamp(109.65px, 34.4vw, 141.9px);
  }
}
.p-screen-first__char--right-01 {
  bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-screen-first__char--right-01 {
    right: clamp(277.95px, 23.939vw, 359.7px);
    width: clamp(95.2px, 8.199vw, 123.2px);
    height: clamp(162.35px, 13.982vw, 210.1px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__char--right-01 {
    right: clamp(85.85px, 26.933vw, 111.1px);
    width: clamp(47.6px, 14.933vw, 61.6px);
    height: clamp(79.9px, 25.067vw, 103.4px);
  }
}
.p-screen-first__char--right-02 {
  bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-screen-first__char--right-02 {
    right: clamp(144.5px, 12.445vw, 187px);
    width: clamp(134.3px, 11.567vw, 173.8px);
    height: clamp(374px, 32.211vw, 484px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__char--right-02 {
    right: clamp(19.55px, 6.133vw, 25.3px);
    width: clamp(67.15px, 21.067vw, 86.9px);
    height: clamp(185.3px, 58.133vw, 239.8px);
  }
}
.p-screen-first__room {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 1/1;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-screen-first__room.is-fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-screen-first__room img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-screen-first__room--01 {
    left: clamp(27.2px, 2.343vw, 35.2px);
    top: clamp(100.3px, 8.638vw, 129.8px);
    width: clamp(144.5px, 12.445vw, 187px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__room--01 {
    left: clamp(-23.1px, -5.6vw, -17.85px);
    top: clamp(94.35px, 29.6vw, 122.1px);
    width: clamp(97.75px, 30.667vw, 126.5px);
  }
}
@media screen and (min-width: 835px) {
  .p-screen-first__room--02 {
    left: clamp(194.65px, 16.764vw, 251.9px);
    top: clamp(68px, 5.857vw, 88px);
    width: clamp(93.5px, 8.053vw, 121px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__room--02 {
    left: clamp(99.45px, 31.2vw, 128.7px);
    top: clamp(51px, 16vw, 66px);
    width: clamp(59.5px, 18.667vw, 77px);
  }
}
@media screen and (min-width: 835px) {
  .p-screen-first__room--03 {
    left: clamp(289px, 24.89vw, 374px);
    top: clamp(149.6px, 12.884vw, 193.6px);
    width: clamp(68px, 5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__room--03 {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .p-screen-first__room--04 {
    right: clamp(5.1px, 0.439vw, 6.6px);
    top: clamp(56.1px, 4.832vw, 72.6px);
    width: clamp(153px, 13.177vw, 198px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__room--04 {
    right: clamp(13.6px, 4.267vw, 17.6px);
    top: clamp(20.4px, 6.4vw, 26.4px);
    width: clamp(95.2px, 29.867vw, 123.2px);
  }
}
@media screen and (min-width: 835px) {
  .p-screen-first__room--05 {
    right: clamp(182.75px, 15.739vw, 236.5px);
    top: clamp(12.75px, 1.098vw, 16.5px);
    width: clamp(102px, 8.785vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__room--05 {
    right: clamp(101.15px, 31.733vw, 130.9px);
    top: clamp(109.65px, 34.4vw, 141.9px);
    width: clamp(54.4px, 17.067vw, 70.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-screen-first__room--06 {
    right: clamp(298.35px, 25.695vw, 386.1px);
    top: clamp(114.75px, 9.883vw, 148.5px);
    width: clamp(68px, 5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-first__room--06 {
    display: none;
  }
}

@keyframes p-bubble-scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-screen-howto__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-screen-howto__btn__content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-screen-howto__cards {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 835px) {
  .p-screen-howto__cards {
    gap: min(35.2px, 2.343vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-howto__cards {
    gap: min(26.4px, 6.4vw);
  }
}
.p-screen-howto__card-sample {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-screen-howto__card-sample {
    gap: min(4.4px, 0.293vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-howto__card-sample {
    gap: min(4.4px, 1.067vw);
  }
}
.p-screen-howto__card-img {
  background-color: var(--bg-01);
  aspect-ratio: 1/1;
}
@media screen and (min-width: 835px) {
  .p-screen-howto__card-img {
    width: min(374px, 24.89vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-howto__card-img {
    width: min(132px, 32vw);
  }
}
.p-screen-howto__card-img--b {
  background-color: var(--bg-02);
  position: relative;
}
.p-screen-howto__card-img--b::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/common/icon-check.svg);
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 835px) {
  .p-screen-howto__card-img--b::after {
    width: min(105.6px, 7.028vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-howto__card-img--b::after {
    width: min(44px, 10.667vw);
  }
}
.p-screen-howto__card-label {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-screen-howto__card-label {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-howto__card-label {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-screen-howto__desc {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-01);
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .p-screen-howto__desc {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-howto__desc {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-screen-howto__figure {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .p-screen-howto__figure {
    right: min(199.1px, 13.25vw);
    bottom: 0;
    width: min(138.6px, 9.224vw);
  }
}
@media screen and (max-width: 834px) {
  .p-screen-howto__figure {
    right: min(66px, 16vw);
    bottom: max(-187px, -45.333vw);
    width: min(110px, 26.667vw);
  }
}
.p-screen-howto__figure > img {
  width: 100%;
  display: block;
}
.p-screen-howto__figure-bubble {
  position: absolute;
  -webkit-animation: p-bubble-scale 2.5s ease-in-out infinite;
          animation: p-bubble-scale 2.5s ease-in-out infinite;
}
@media screen and (min-width: 835px) {
  .p-screen-howto__figure-bubble {
    top: max(-56.1px, -3.734vw);
    right: max(-73.7px, -4.905vw);
    width: min(88px, 5.857vw);
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 834px) {
  .p-screen-howto__figure-bubble {
    top: max(-27.5px, -6.667vw);
    right: max(-44px, -10.667vw);
    width: min(60.5px, 14.667vw);
  }
}

.p-interior-deck {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-interior-deck {
    width: min(1017.5px, 67.716vw);
    height: min(465.3px, 30.966vw);
    margin-left: min(320.1px, 21.303vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck {
    width: min(412.5px, 100vw);
    height: min(220px, 53.333vw);
    margin-inline: auto;
  }
}
.p-interior-deck__card {
  position: absolute;
  border-radius: var(--radius-l);
  overflow: hidden;
  -webkit-transition: opacity 0.35s ease, left 0.35s ease, top 0.35s ease, width 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, left 0.35s ease, top 0.35s ease, width 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, left 0.35s ease, top 0.35s ease, width 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, left 0.35s ease, top 0.35s ease, width 0.35s ease, -webkit-transform 0.35s ease;
  aspect-ratio: 3/2;
}
.p-interior-deck__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}
.p-interior-deck__card[data-pos="0"] {
  z-index: 12;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="0"] {
    left: min(0px, 0vw);
    top: min(0px, 0vw);
    width: min(697.4px, 46.413vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="0"] {
    left: min(0px, 0vw);
    top: min(0px, 0vw);
    width: min(346.5px, 84vw);
    margin-left: min(33px, 8vw);
  }
}
.p-interior-deck__card[data-pos="1"] {
  z-index: 11;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="1"] {
    left: min(132px, 8.785vw);
    top: min(22px, 1.464vw);
    width: min(628.1px, 41.801vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="1"] {
    left: min(49.5px, 12vw);
    top: min(11px, 2.667vw);
    width: min(313.5px, 76vw);
    margin-left: min(33px, 8vw);
  }
}
.p-interior-deck__card[data-pos="2"] {
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="2"] {
    left: min(251.9px, 16.764vw);
    top: min(44px, 2.928vw);
    width: min(562.1px, 37.408vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="2"] {
    left: min(94.6px, 22.933vw);
    top: min(22px, 5.333vw);
    width: min(281.6px, 68.267vw);
    margin-left: min(33px, 8vw);
  }
}
.p-interior-deck__card[data-pos="3"] {
  z-index: 9;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="3"] {
    left: min(361.9px, 24.085vw);
    top: min(66px, 4.392vw);
    width: min(497.2px, 33.089vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="3"] {
    display: none;
  }
}
.p-interior-deck__card[data-pos="4"] {
  z-index: 8;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="4"] {
    left: min(460.9px, 30.673vw);
    top: min(88px, 5.857vw);
    width: min(436.7px, 29.063vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="4"] {
    display: none;
  }
}
.p-interior-deck__card[data-pos="5"] {
  z-index: 7;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="5"] {
    left: min(551.1px, 36.676vw);
    top: min(110px, 7.321vw);
    width: min(377.3px, 25.11vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="5"] {
    display: none;
  }
}
.p-interior-deck__card[data-pos="6"] {
  z-index: 6;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="6"] {
    left: min(633.6px, 42.167vw);
    top: min(132px, 8.785vw);
    width: min(321.2px, 21.376vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="6"] {
    display: none;
  }
}
.p-interior-deck__card[data-pos="7"] {
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="7"] {
    left: min(708.4px, 47.145vw);
    top: min(154px, 10.249vw);
    width: min(267.3px, 17.789vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="7"] {
    display: none;
  }
}
.p-interior-deck__card[data-pos="8"] {
  z-index: 4;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="8"] {
    left: min(776.6px, 51.684vw);
    top: min(176px, 11.713vw);
    width: min(214.5px, 14.275vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="8"] {
    display: none;
  }
}
.p-interior-deck__card[data-pos="9"] {
  z-index: 3;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="9"] {
    left: min(839.3px, 55.857vw);
    top: min(198px, 13.177vw);
    width: min(165px, 10.981vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="9"] {
    display: none;
  }
}
.p-interior-deck__card[data-pos="10"] {
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="10"] {
    left: min(895.4px, 59.59vw);
    top: min(220px, 14.641vw);
    width: min(116.6px, 7.76vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="10"] {
    display: none;
  }
}
.p-interior-deck__card[data-pos="11"] {
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-interior-deck__card[data-pos="11"] {
    left: min(947.1px, 63.031vw);
    top: min(242px, 16.105vw);
    width: min(70.4px, 4.685vw);
  }
}
@media screen and (max-width: 834px) {
  .p-interior-deck__card[data-pos="11"] {
    display: none;
  }
}
.p-interior-deck__card--exit-left {
  -webkit-transform: translateX(-120%) rotate(-10deg);
          transform: translateX(-120%) rotate(-10deg);
  opacity: 0 !important;
  pointer-events: none;
}
.p-interior-deck__card--exit-right {
  -webkit-transform: translateX(120%) rotate(10deg);
          transform: translateX(120%) rotate(10deg);
  opacity: 0 !important;
  pointer-events: none;
}

@media screen and (min-width: 835px) {
  .d-pc-none {
    display: none;
  }
}

.p-madori-choices {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-madori-choices.--family {
    -ms-grid-columns: 1fr min(35.2px, 2.343vw) 1fr min(35.2px, 2.343vw) 1fr min(35.2px, 2.343vw) 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: min(35.2px, 2.343vw);
    width: min(1161.6px, 77.306vw);
  }
}
@media screen and (max-width: 834px) {
  .p-madori-choices.--family {
    -ms-grid-columns: 1fr min(17.6px, 4.267vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(35.2px, 8.533vw) min(17.6px, 4.267vw);
  }
}
@media screen and (min-width: 835px) {
  .p-madori-choices.--child {
    -ms-grid-columns: 1fr min(26.4px, 1.757vw) 1fr min(26.4px, 1.757vw) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: min(26.4px, 1.757vw);
    width: min(862.4px, 57.394vw);
  }
}
@media screen and (max-width: 834px) {
  .p-madori-choices.--child {
    -ms-grid-columns: 1fr min(8.8px, 2.133vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(17.6px, 4.267vw) min(8.8px, 2.133vw);
  }
}
.p-madori-choices.--image {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 835px) {
  .p-madori-choices.--image {
    gap: min(35.2px, 2.343vw);
  }
}
@media screen and (max-width: 834px) {
  .p-madori-choices.--image {
    gap: min(26.4px, 6.4vw);
  }
}

.p-card-household {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: opacity var(--duration), -webkit-transform 0.15s ease;
  transition: opacity var(--duration), -webkit-transform 0.15s ease;
  transition: opacity var(--duration), transform 0.15s ease;
  transition: opacity var(--duration), transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media screen and (min-width: 835px) {
  .p-card-household {
    gap: min(4.4px, 0.293vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-household {
    gap: min(4.4px, 1.067vw);
  }
}
.p-card-household:hover {
  opacity: 0.8;
}
.p-card-household.is-selected, .p-card-household:active {
  opacity: 0.65;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.p-card-household__img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 835px) {
  .p-card-household__img {
    width: min(264px, 17.57vw);
    height: min(308px, 20.498vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-household__img {
    width: min(132px, 32vw);
    height: min(154px, 37.333vw);
  }
}
.p-card-household__label {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-03);
  line-height: 1.7;
  text-align: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--btn-02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-card-household__label {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    padding-inline: min(17.6px, 1.171vw);
    height: min(37.4px, 2.489vw);
    margin-top: min(13.2px, 0.878vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-household__label {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
    padding-inline: min(13.2px, 3.2vw);
    height: min(30.8px, 7.467vw);
    margin-top: min(8.8px, 2.133vw);
  }
}

.p-card-image {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: opacity var(--duration), -webkit-transform 0.15s ease;
  transition: opacity var(--duration), -webkit-transform 0.15s ease;
  transition: opacity var(--duration), transform 0.15s ease;
  transition: opacity var(--duration), transform 0.15s ease, -webkit-transform 0.15s ease;
  justify-items: center;
}
@media screen and (min-width: 835px) {
  .p-card-image {
    gap: min(8.8px, 0.586vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-image {
    gap: min(4.4px, 1.067vw);
  }
}
.p-card-image:hover {
  opacity: 0.85;
}
.p-card-image.is-selected, .p-card-image:active {
  opacity: 0.65;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.p-card-image__img {
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 835px) {
  .p-card-image__img {
    width: min(374px, 24.89vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-image__img {
    width: min(165px, 40vw);
  }
}
.p-card-image__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-card-image__label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: var(--font-jp-01);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-card-image__label {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-card-image__label {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    line-height: 1.5;
  }
}

.p-screen-child__title-group {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  text-align: center;
}

.p-card-child {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media screen and (min-width: 835px) {
  .p-card-child {
    gap: min(4.4px, 0.293vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-child {
    gap: min(4.4px, 1.067vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-child:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.p-card-child__img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 835px) {
  .p-card-child__img {
    width: min(264px, 17.57vw);
    height: min(308px, 20.498vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-child__img {
    width: min(88px, 21.333vw);
    height: min(110px, 26.667vw);
  }
}
.p-card-child__label {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-card-child__label {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-card-child__label {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-card-child__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-card-child__counter {
    gap: min(13.2px, 0.878vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-child__counter {
    gap: min(13.2px, 3.2vw);
  }
}
.p-card-child__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: opacity var(--duration);
  transition: opacity var(--duration);
  line-height: 1;
  background: #FFF;
  border-radius: var(--radius-l);
}
@media screen and (min-width: 835px) {
  .p-card-child__btn {
    padding: min(8.8px, 0.586vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-child__btn {
    padding: min(4.4px, 1.067vw);
  }
}
.p-card-child__btn.--minus {
  background-color: #EEEEEE;
}
.p-card-child__btn:hover {
  opacity: 0.65;
}
.p-card-child__btn img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-card-child__btn img {
    width: min(22px, 1.464vw);
  }
}
@media screen and (max-width: 834px) {
  .p-card-child__btn img {
    width: min(22px, 5.333vw);
  }
}
.p-card-child__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  border-radius: var(--radius-l);
  font-family: var(--font-jp-01);
  font-weight: var(--fw-medium);
  color: #000;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .p-card-child__number {
    min-width: min(66px, 4.392vw);
    padding: min(8.8px, 0.586vw) min(13.2px, 0.878vw);
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-card-child__number {
    min-width: min(55px, 13.333vw);
    padding: min(6.6px, 1.6vw) min(8.8px, 2.133vw);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

.p-header {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .p-header {
    row-gap: min(8.8px, 0.586vw);
    padding: min(22px, 1.464vw);
  }
}
@media screen and (max-width: 834px) {
  .p-header {
    row-gap: min(8.8px, 2.133vw);
    padding: min(16.5px, 4vw);
  }
}
.p-header__logo a {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .p-header__logo a {
    width: min(123.2px, 8.199vw);
  }
}
@media screen and (max-width: 834px) {
  .p-header__logo a {
    width: min(85.8px, 20.8vw);
  }
}
.p-header__logo a img {
  width: 100%;
  height: auto;
}
.p-header__breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__breadcrumb ul li {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: #000;
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-header__breadcrumb ul li {
    font-size: clamp(9.35px, 0.805vw, 12.1px);
  }
}
@media screen and (max-width: 834px) {
  .p-header__breadcrumb ul li {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.p-header__breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin-inline: 0.25em;
}
.p-header__breadcrumb ul li a {
  color: #000;
  line-height: var(--lh-snug);
  text-decoration: underline;
}
.p-header__breadcrumb ul li a:hover {
  text-decoration: none;
}

.p-result {
  background-image: url(../img/common/bg-outdoor.jpg);
  background-position: center top;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-01);
  line-height: var(--lh-normal);
  overflow: clip;
}
.p-result img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-result__icon-badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmin;
  background-color: #9a9a9a;
  color: #fff;
  font-family: var(--font-jp-01);
  font-weight: var(--fw-medium);
  padding: 0.25em 1.5em;
  line-height: 2.2;
}
@media screen and (min-width: 835px) {
  .p-result__icon-badge {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-result__icon-badge {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-inline: auto;
  }
}
.p-result__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity var(--duration);
  transition: opacity var(--duration);
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .p-result__btn {
    height: min(70.4px, 4.685vw);
    padding: 0 min(44px, 2.928vw);
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    width: min(440px, 29.283vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result__btn {
    height: clamp(54.4px, 17.067vw, 70.4px);
    padding: 0 clamp(27.2px, 8.533vw, 35.2px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    width: 100%;
    max-width: clamp(284.75px, 89.333vw, 368.5px);
  }
}
.p-result__btn:hover {
  opacity: 0.8;
}
.p-result__btn::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 835px) {
  .p-result__btn::after {
    right: clamp(13.6px, 1.171vw, 17.6px);
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-result__btn::after {
    right: clamp(13.6px, 4.267vw, 17.6px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-result__btn--dark {
  background-color: var(--btn-02);
  color: #fff;
}
.p-result__btn--primary {
  background-color: var(--btn-01);
  color: #fff;
}
.p-result__btn--white {
  background-color: #fff;
  color: #8fa1a8;
}
.p-result__btn--white::after {
  color: #8fa1a8;
}
@media screen and (min-width: 835px) {
  .p-result__btn--sm {
    height: clamp(47.6px, 4.1vw, 61.6px);
    padding: 0 clamp(30.6px, 2.635vw, 39.6px);
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    width: clamp(231.2px, 19.912vw, 299.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-result__btn--sm {
    height: clamp(47.6px, 14.933vw, 61.6px);
    padding: 0 clamp(23.8px, 7.467vw, 30.8px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    width: clamp(231.2px, 72.533vw, 299.2px);
    max-width: 100%;
  }
}
.p-result__btn-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f8f8f8;
}
@media screen and (min-width: 835px) {
  .p-result__btn-section {
    padding-bottom: min(132px, 8.785vw);
    row-gap: min(13.2px, 0.878vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result__btn-section {
    padding-bottom: min(66px, 16vw);
    row-gap: min(11px, 2.667vw);
  }
}
.p-result__btn-wrap {
  background-color: transparent;
  padding-bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-result__btn-wrap {
    margin-top: min(88px, 5.857vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result__btn-wrap {
    margin-top: min(66px, 16vw);
    padding: 0 min(22px, 5.333vw);
  }
}

.p-result-section {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-result-section--proposal {
    padding-bottom: min(110px, 7.321vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-section--proposal {
    padding-bottom: min(110px, 26.667vw);
  }
}
.p-result-section--recommend {
  background-color: #fff;
}
@media screen and (min-width: 835px) {
  .p-result-section--recommend {
    padding: min(132px, 8.785vw) 0;
    border-radius: min(110px, 7.321vw) min(110px, 7.321vw) 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-result-section--recommend {
    padding: min(66px, 16vw) 0;
    border-radius: min(44px, 10.667vw) min(44px, 10.667vw) 0 0;
  }
}
.p-result-section--explore {
  position: relative;
  background-color: #2a2a2a;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-result-section--explore {
    padding: min(88px, 5.857vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-result-section--explore {
    padding: min(88px, 21.333vw) min(13.2px, 3.2vw);
  }
}
.p-result-section--styles {
  background-color: #fff;
}
@media screen and (min-width: 835px) {
  .p-result-section--styles {
    padding: min(132px, 8.785vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-result-section--styles {
    padding: min(66px, 16vw) 0;
  }
}
.p-result-section--series {
  background-color: #f8f8f8;
}
@media screen and (min-width: 835px) {
  .p-result-section--series {
    padding: min(132px, 8.785vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-result-section--series {
    padding: min(66px, 16vw) 0;
  }
}

.p-result-proposal__inner {
  position: relative;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__inner {
    width: min(1056px, 70.278vw);
    padding-top: min(132px, 8.785vw);
    gap: min(61.6px, 4.1vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__inner {
    width: 100%;
    padding: min(99px, 24vw) min(22px, 5.333vw) 0;
    gap: min(22px, 5.333vw);
  }
}
.p-result-proposal__title {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__title {
    border-radius: 16px;
    padding-inline: min(44px, 2.928vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__title {
    border-radius: 8px;
    padding-inline: min(13.2px, 3.2vw);
  }
}
.p-result-proposal__title::before, .p-result-proposal__title::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
.p-result-proposal__title::before {
  background-image: url(../img/result/proposal-01.png);
}
@media screen and (min-width: 835px) {
  .p-result-proposal__title::before {
    width: min(193.6px, 12.884vw);
    height: min(191.4px, 12.738vw);
    top: min(22px, 1.464vw);
    left: min(41.8px, 2.782vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__title::before {
    width: min(81.4px, 19.733vw);
    height: min(80.3px, 19.467vw);
    top: min(90.2px, 21.867vw);
    left: calc(min(19.8px, 4.8vw) * -1);
  }
}
.p-result-proposal__title::after {
  background-image: url(../img/result/proposal-02.png);
}
@media screen and (min-width: 835px) {
  .p-result-proposal__title::after {
    width: min(168.3px, 11.201vw);
    height: min(306.9px, 20.425vw);
    top: calc(min(52.8px, 3.514vw) * -1);
    right: min(49.5px, 3.294vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__title::after {
    width: min(73.7px, 17.867vw);
    height: min(134.2px, 32.533vw);
    bottom: calc(min(26.4px, 6.4vw) * -1);
    right: calc(min(19.8px, 4.8vw) * -1);
  }
}
.p-result-proposal__title-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__title-inner {
    gap: min(22px, 1.464vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__title-inner {
    gap: min(13.2px, 3.2vw);
  }
}
.p-result-proposal__sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-result-proposal__sub-title-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--text-cl-03);
  border-radius: 100vmin;
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: #494949;
  padding: 0.5em 1.5em;
  letter-spacing: 0.1em;
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-proposal__sub-title-text {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__sub-title-text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-result-proposal__sub-title::after {
  content: "";
  background-color: var(--text-cl-03);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__sub-title::after {
    width: min(22px, 1.464vw);
    height: min(11px, 0.732vw);
    bottom: calc(min(11px, 0.732vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__sub-title::after {
    width: min(17.6px, 4.267vw);
    height: min(8.8px, 2.133vw);
    bottom: calc(min(8.8px, 2.133vw) * -1);
  }
}
.p-result-proposal__main-title {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__main-title {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__main-title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-result-proposal__stars {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  letter-spacing: 0.1em;
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-proposal__stars {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__stars {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-result-proposal__stars--active {
  color: #f0a027;
}
.p-result-proposal__stars--inactive {
  color: #8fa1a8;
}
.p-result-proposal__icon {
  position: absolute;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__icon {
    left: min(85.8px, 5.71vw);
    top: max(-9.9px, -0.659vw);
    width: min(138.6px, 9.224vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__icon {
    right: min(4.4px, 1.067vw);
    top: max(-4.4px, -1.067vw);
    width: min(79.2px, 19.2vw);
  }
}
.p-result-proposal__icon img {
  width: 100%;
}
.p-result-proposal__answer {
  position: relative;
}
.p-result-proposal__answer::before, .p-result-proposal__answer::after {
  content: "";
  background-color: var(--text-cl-01);
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__answer::before, .p-result-proposal__answer::after {
    height: min(79.2px, 5.271vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__answer::before, .p-result-proposal__answer::after {
    height: min(41.8px, 10.133vw);
  }
}
.p-result-proposal__answer::before {
  rotate: 45deg;
}
.p-result-proposal__answer::after {
  rotate: -45deg;
}
.p-result-proposal__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__answer-inner {
    -webkit-column-gap: min(110px, 7.321vw);
       -moz-column-gap: min(110px, 7.321vw);
            column-gap: min(110px, 7.321vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__answer-inner {
    row-gap: min(57.2px, 13.867vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-result-proposal__answer-card {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__answer-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 8px;
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__answer-card {
    width: 100%;
    border-radius: 4px;
  }
}
.p-result-proposal__answer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9a9a9a;
  color: #fff;
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-proposal__answer-header {
    height: clamp(42.5px, 3.66vw, 55px);
    font-size: clamp(17px, 1.464vw, 22px);
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__answer-header {
    height: clamp(34px, 10.667vw, 44px);
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    border-radius: 4px 4px 0 0;
  }
}
.p-result-proposal__answer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__answer-body {
    min-height: min(176px, 11.713vw);
    height: calc(100% - clamp(42.5px, 3.66vw, 55px));
    padding: min(22px, 1.464vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__answer-body {
    padding: min(13.2px, 3.2vw);
  }
}
.p-result-proposal__answer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 541px) {
  .p-result-proposal__answer-contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 835px) {
  .p-result-proposal__answer-contents {
    row-gap: min(26.4px, 1.757vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__answer-contents {
    width: 100%;
    -webkit-column-gap: min(13.2px, 3.2vw);
       -moz-column-gap: min(13.2px, 3.2vw);
            column-gap: min(13.2px, 3.2vw);
  }
}
.p-result-proposal__answer-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-result-proposal__answer-image {
    height: min(200.2px, 13.324vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__answer-image {
    height: min(92.4px, 22.4vw);
  }
}
.p-result-proposal__answer-image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-result-proposal__answer-text {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-proposal__answer-text {
    width: 100%;
    font-size: clamp(17px, 1.464vw, 22px);
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-column-gap: 0.25em;
       -moz-column-gap: 0.25em;
            column-gap: 0.25em;
  }
}
@media screen and (max-width: 834px) {
  .p-result-proposal__answer-text {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}

.p-result-plan__inner {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-result-plan__inner {
    width: min(1320px, 87.848vw);
    padding-top: min(110px, 7.321vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__inner {
    width: 100%;
    padding: min(44px, 10.667vw) min(22px, 5.333vw) 0;
  }
}
.p-result-plan__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 835px) {
  .p-result-plan__card {
    padding: min(44px, 2.928vw) 0;
    border-radius: 16px;
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__card {
    padding: min(44px, 10.667vw) 0;
    border-radius: 8px;
  }
}
@media screen and (min-width: 835px) {
  .p-result-plan__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(26.4px, 1.757vw);
    padding: min(22px, 1.464vw) min(44px, 2.928vw);
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__title {
    padding: min(22px, 5.333vw) min(17.6px, 4.267vw);
  }
}
.p-result-plan__title-image {
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-result-plan__title-image {
    width: min(495px, 32.943vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__title-image {
    width: 100%;
    margin-bottom: min(26.4px, 6.4vw);
  }
}
.p-result-plan__title-image img {
  width: 100%;
  height: auto;
}
.p-result-plan__title-text {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .p-result-plan__title-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__title-text {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-result-plan__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 835px) {
  .p-result-plan__figure {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 min(44px, 2.928vw);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
    -webkit-mask-image: linear-gradient(to right, #000 60%, transparent 90%);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
            mask-image: linear-gradient(to right, #000 60%, transparent 90%);
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__figure {
    padding: 0 min(17.6px, 4.267vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #000), color-stop(60%, transparent));
    -webkit-mask-image: linear-gradient(to bottom, #000 40%, transparent 60%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #000), color-stop(60%, transparent));
            mask-image: linear-gradient(to bottom, #000 40%, transparent 60%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
}
@media screen and (min-width: 835px) {
  .p-result-plan__figure.is-active {
    -webkit-animation: maskAnimationH 3s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
            animation: maskAnimationH 3s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__figure.is-active {
    -webkit-animation: maskAnimationV 3s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
            animation: maskAnimationV 3s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
  }
}
@-webkit-keyframes maskAnimationH {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 200% 100%;
            mask-size: 200% 100%;
  }
}
@keyframes maskAnimationH {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 200% 100%;
            mask-size: 200% 100%;
  }
}
@-webkit-keyframes maskAnimationV {
  0% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes maskAnimationV {
  0% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@media screen and (min-width: 835px) {
  .p-result-plan__spec {
    width: min(933.9px, 62.152vw);
    padding-top: min(30.8px, 2.05vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__spec {
    padding: min(30.8px, 7.467vw) min(17.6px, 4.267vw) 0;
  }
}
.p-result-plan__spec-name {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-result-plan__spec-name {
    font-size: clamp(17px, 1.464vw, 22px);
    margin-bottom: min(8.8px, 0.586vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__spec-name {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-bottom: min(8.8px, 2.133vw);
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.p-result-plan__spec-detail {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-02);
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-plan__spec-detail {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__spec-detail {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.p-result-plan__features {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-result-plan__features {
    padding-top: min(44px, 2.928vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features {
    padding-top: min(44px, 10.667vw);
  }
}
.p-result-plan__features-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 min(44px, 2.928vw);
    margin-bottom: min(26.4px, 1.757vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 min(17.6px, 4.267vw);
    margin-bottom: min(26.4px, 6.4vw);
  }
}
.p-result-plan__features-heading {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-heading {
    font-size: clamp(17px, 1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-heading {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-bottom: min(8.8px, 2.133vw);
  }
}
.p-result-plan__features-desc {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-02);
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-desc {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-desc {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-result-plan__features-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-slide {
    padding: 0 min(35.2px, 2.343vw);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
    -webkit-mask-image: linear-gradient(to right, #000 60%, transparent 90%);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
            mask-image: linear-gradient(to right, #000 60%, transparent 90%);
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  .p-result-plan__features-slide .is-few-slides .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-slide {
    padding-inline: min(13.2px, 3.2vw);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
    -webkit-mask-image: linear-gradient(to right, #000 60%, transparent 90%);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
            mask-image: linear-gradient(to right, #000 60%, transparent 90%);
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-slide.is-active {
    -webkit-animation: maskAnimationH 3s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
            animation: maskAnimationH 3s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-slide.is-active {
    -webkit-animation: maskAnimationH 2s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
            animation: maskAnimationH 2s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
  }
}
.p-result-plan__features-slide .swiper {
  overflow: visible;
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-card {
    padding-inline: min(8.8px, 0.586vw);
  }
  .is-few-slides .p-result-plan__features-card {
    width: 25%;
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-card {
    padding-inline: min(4.4px, 1.067vw);
  }
}
.p-result-plan__features-card-image {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-card-image {
    margin-bottom: min(8.8px, 0.586vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-card-image {
    margin-bottom: min(6.6px, 1.6vw);
    border-radius: 6px;
  }
}
.p-result-plan__features-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-result-plan__features-card-text {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-card-text {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    padding-right: min(44px, 2.928vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-card-text {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.p-result-plan__features-arrow {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background-color: var(--btn-01);
  color: #fff;
  -webkit-transition: opacity var(--duration);
  transition: opacity var(--duration);
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-arrow {
    width: min(44px, 2.928vw);
    height: min(44px, 2.928vw);
    top: min(74.8px, 4.978vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-arrow {
    width: min(35.2px, 8.533vw);
    height: min(35.2px, 8.533vw);
    top: min(39.6px, 9.6vw);
  }
}
.p-result-plan__features-arrow::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-arrow::after {
    font-size: clamp(9.35px, 0.805vw, 12.1px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-arrow::after {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.p-result-plan__features-arrow:hover {
  opacity: 0.8;
}
.p-result-plan__features-arrow.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.p-result-plan__features-arrow--prev::after {
  content: "\f060";
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-arrow--prev {
    left: min(26.4px, 1.757vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-arrow--prev {
    left: min(4.4px, 1.067vw);
  }
}
.p-result-plan__features-arrow--next::after {
  content: "\f061";
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-arrow--next {
    right: min(26.4px, 1.757vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-arrow--next {
    right: min(4.4px, 1.067vw);
  }
}
.p-result-plan__features-note {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-02);
  line-height: var(--lh-snug);
  text-align: right;
}
@media screen and (min-width: 835px) {
  .p-result-plan__features-note {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
    padding-inline: min(44px, 2.928vw);
    margin-top: min(8.8px, 0.586vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__features-note {
    font-size: clamp(8.5px, 2.667vw, 11px);
    padding-inline: min(17.6px, 4.267vw);
    margin-top: min(8.8px, 2.133vw);
  }
}
.p-result-plan__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-result-plan__comment {
    -webkit-column-gap: min(26.4px, 1.757vw);
       -moz-column-gap: min(26.4px, 1.757vw);
            column-gap: min(26.4px, 1.757vw);
    margin-top: min(44px, 2.928vw);
    margin-inline: auto;
    width: min(880px, 58.565vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: min(13.2px, 3.2vw);
    margin-top: min(26.4px, 6.4vw);
  }
}
.p-result-plan__comment-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  .p-result-plan__comment-icon {
    width: min(167.2px, 11.127vw);
    height: min(167.2px, 11.127vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__comment-icon {
    width: min(140.8px, 34.133vw);
    height: min(140.8px, 34.133vw);
  }
}
.p-result-plan__comment-icon-text {
  display: block;
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: #646464;
  line-height: var(--lh-snug);
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-result-plan__comment-icon-text {
    font-size: min(13.2px, 0.878vw);
    margin-bottom: min(4.4px, 0.293vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__comment-icon-text {
    font-size: min(11px, 2.667vw);
    margin-bottom: min(4.4px, 1.067vw);
  }
}
@media screen and (min-width: 835px) {
  .p-result-plan__comment-icon-illust img {
    width: min(110px, 7.321vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__comment-icon-illust img {
    width: min(83.6px, 20.267vw);
  }
}
.p-result-plan__comment-body {
  background-color: #ecf9fd;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-result-plan__comment-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: min(30.8px, 2.05vw) min(22px, 1.464vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__comment-body {
    width: 100%;
    padding: min(22px, 5.333vw);
  }
}
.p-result-plan__comment-text {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-plan__comment-text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-plan__comment-text {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}

.p-result-interior {
  overflow-x: clip;
}
@media screen and (min-width: 835px) {
  .p-result-interior {
    margin-top: min(110px, 7.321vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior {
    margin-top: min(44px, 10.667vw);
  }
}
@media screen and (min-width: 835px) {
  .p-result-interior__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: min(1320px, 87.848vw);
    margin-bottom: min(44px, 2.928vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__title {
    padding: 0 min(22px, 5.333vw);
    margin-bottom: min(44px, 10.667vw);
  }
}
.p-result-interior__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 835px) {
  .p-result-interior__title-inner {
    gap: min(13.2px, 0.878vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__title-inner {
    gap: min(13.2px, 3.2vw);
    margin-bottom: min(13.2px, 3.2vw);
  }
}
.p-result-interior__heading {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .p-result-interior__heading {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__heading {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
@media screen and (min-width: 835px) {
  .p-result-interior__heading > span {
    display: inline-block;
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__heading > span {
    display: block;
  }
}
.p-result-interior__heading > span img {
  width: auto;
}
@media screen and (min-width: 835px) {
  .p-result-interior__heading > span img {
    height: clamp(42.5px, 3.66vw, 55px);
    vertical-align: top;
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__heading > span img {
    height: clamp(42.5px, 13.333vw, 55px);
  }
}
.p-result-interior__title-desc {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-01);
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .p-result-interior__title-desc {
    max-width: clamp(425px, 36.603vw, 550px);
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    padding-bottom: 0.3em;
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__title-desc {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-result-interior__slide {
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 835px) {
  .p-result-interior__slide {
    padding-left: min(88px, 5.857vw);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
    -webkit-mask-image: linear-gradient(to right, #000 60%, transparent 90%);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
            mask-image: linear-gradient(to right, #000 60%, transparent 90%);
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__slide {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
    -webkit-mask-image: linear-gradient(to right, #000 60%, transparent 90%);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), color-stop(90%, transparent));
            mask-image: linear-gradient(to right, #000 60%, transparent 90%);
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@media screen and (min-width: 835px) {
  .p-result-interior__slide.is-active {
    -webkit-animation: maskAnimationH 3s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
            animation: maskAnimationH 3s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__slide.is-active {
    -webkit-animation: maskAnimationH 2s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
            animation: maskAnimationH 2s forwards cubic-bezier(0.15, 0.5, 0.36, 1);
  }
}
.p-result-interior__slide .swiper {
  overflow: visible;
}
.p-result-interior__slide-card {
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-result-interior__slide-card {
    border-radius: 16px;
    padding-right: min(26.4px, 1.757vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__slide-card {
    width: min(368.5px, 89.333vw);
    height: min(260.7px, 63.2vw);
    border-radius: 12px;
    margin-inline: min(11px, 2.667vw);
  }
}
.p-result-interior__slide-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .p-result-interior__slide-card img {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 16px;
  }
}
.p-result-interior__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background-color: var(--btn-01);
  color: #fff;
  -webkit-transition: opacity var(--duration);
  transition: opacity var(--duration);
}
@media screen and (min-width: 835px) {
  .p-result-interior__arrow {
    width: min(66px, 4.392vw);
    height: min(66px, 4.392vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__arrow {
    width: min(44px, 10.667vw);
    height: min(44px, 10.667vw);
  }
}
.p-result-interior__arrow::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .p-result-interior__arrow::after {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__arrow::after {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.p-result-interior__arrow:hover {
  opacity: 0.8;
}
.p-result-interior__arrow.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.p-result-interior__arrow--prev::after {
  content: "\f060";
}
@media screen and (min-width: 835px) {
  .p-result-interior__arrow--prev {
    left: min(55px, 3.66vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__arrow--prev {
    left: min(8.8px, 2.133vw);
  }
}
.p-result-interior__arrow--next::after {
  content: "\f061";
}
@media screen and (min-width: 835px) {
  .p-result-interior__arrow--next {
    right: min(55px, 3.66vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-interior__arrow--next {
    right: min(8.8px, 2.133vw);
  }
}

.p-result-recommend {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-result-recommend {
    width: min(1320px, 87.848vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend {
    width: 100%;
    padding: 0 min(22px, 5.333vw);
  }
}
.p-result-recommend__title {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  text-align: center;
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 835px) {
  .p-result-recommend__title {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    margin-bottom: min(44px, 2.928vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend__title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-bottom: min(44px, 10.667vw);
  }
}
.p-result-recommend__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-result-recommend__inner {
    gap: min(35.2px, 2.343vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(22px, 5.333vw);
  }
}
.p-result-recommend__note {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-02);
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-recommend__note {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
    margin-top: min(26.4px, 1.757vw);
    text-align: right;
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend__note {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
    margin-top: min(13.2px, 3.2vw);
  }
}
.p-result-recommend__card {
  background-color: #fff;
  border: 1px solid #8fa1a8;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-result-recommend__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: min(44px, 2.928vw);
    gap: min(26.4px, 1.757vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend__card {
    padding: min(44px, 10.667vw) min(22px, 5.333vw);
    gap: min(26.4px, 6.4vw);
  }
}
.p-result-recommend__card-title {
  width: 100%;
}
.p-result-recommend__card-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .p-result-recommend__card-title-inner {
    gap: min(17.6px, 1.171vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend__card-title-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-result-recommend__card-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-result-recommend__card-image {
    width: min(220px, 14.641vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend__card-image {
    width: min(187px, 45.333vw);
  }
}
.p-result-recommend__card-image img {
  width: 100%;
  height: auto;
}
.p-result-recommend__card-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  text-align: center;
}
.p-result-recommend__card-stars {
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .p-result-recommend__card-stars {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend__card-stars {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-result-recommend__card-name {
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .p-result-recommend__card-name {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend__card-name {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-result-recommend__card-type {
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .p-result-recommend__card-type {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-recommend__card-type {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-result-recommend__card-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .p-result-recommend__card-figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  .p-result-recommend__card-figure img {
    width: min(192.5px, 46.667vw);
  }
}
.p-result-recommend__card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 835px) {
  .p-result-explore__inner {
    width: min(906.4px, 60.322vw);
    margin-inline: auto;
    position: relative;
  }
}
@media screen and (max-width: 834px) {
  .p-result-explore__inner {
    position: static;
  }
}
.p-result-explore__figure {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.p-result-explore__figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 835px) {
  .p-result-explore__figure--left {
    width: min(140.8px, 9.37vw);
    left: calc(min(160.6px, 10.688vw) * -1);
    top: calc(min(55px, 3.66vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-result-explore__figure--left {
    left: calc(min(2.2px, 0.533vw) * -1);
    bottom: calc(min(44px, 10.667vw) * -1);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-result-explore__figure--left {
    width: min(88px, 21.333vw);
  }
}
@media screen and (max-width: 834px) and (max-width: 540px) {
  .p-result-explore__figure--left {
    width: min(66px, 16vw);
  }
}
@media screen and (min-width: 835px) {
  .p-result-explore__figure--right {
    width: min(125.4px, 8.346vw);
    right: calc(min(154px, 10.249vw) * -1);
    top: calc(min(61.6px, 4.1vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-result-explore__figure--right {
    display: none;
  }
}
.p-result-explore__title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  .p-result-explore__title {
    margin-bottom: min(26.4px, 1.757vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-explore__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: min(26.4px, 6.4vw);
  }
}
.p-result-explore__title-text {
  color: #fff;
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  text-align: center;
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-result-explore__title-text {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-explore__title-text {
    font-size: clamp(17px, 5.333vw, 22px);
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.p-result-explore__title-text::before, .p-result-explore__title-text::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 835px) {
  .p-result-explore__title-text::before {
    width: min(64.9px, 4.319vw);
    height: min(53.9px, 3.587vw);
    background-image: url("../../assets/img/result/explore_left_pc.svg");
    top: calc(min(16.5px, 1.098vw) * -1);
    left: calc(min(70.4px, 4.685vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-result-explore__title-text::before {
    width: min(35.2px, 8.533vw);
    height: min(78.1px, 18.933vw);
    background-image: url("../../assets/img/result/explore_left_sp.svg");
    top: calc(min(26.4px, 6.4vw) * -1);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-result-explore__title-text::before {
    left: calc(min(44px, 10.667vw) * -1);
  }
}
@media screen and (max-width: 834px) and (max-width: 540px) {
  .p-result-explore__title-text::before {
    left: calc(min(2.2px, 0.533vw) * -1);
  }
}
@media screen and (min-width: 835px) {
  .p-result-explore__title-text::after {
    width: min(77px, 5.124vw);
    height: min(53.9px, 3.587vw);
    background-image: url("../../assets/img/result/explore_right_pc.svg");
    top: calc(min(16.5px, 1.098vw) * -1);
    right: calc(min(77px, 5.124vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-result-explore__title-text::after {
    width: min(52.8px, 12.8vw);
    height: min(80.3px, 19.467vw);
    background-image: url("../../assets/img/result/explore_right_sp.svg");
    top: calc(min(33px, 8vw) * -1);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-result-explore__title-text::after {
    right: calc(min(55px, 13.333vw) * -1);
  }
}
@media screen and (max-width: 834px) and (max-width: 540px) {
  .p-result-explore__title-text::after {
    right: calc(min(11px, 2.667vw) * -1);
  }
}
.p-result-explore__btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-result-explore__btns {
    -webkit-column-gap: min(26.4px, 1.757vw);
       -moz-column-gap: min(26.4px, 1.757vw);
            column-gap: min(26.4px, 1.757vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-explore__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: min(26.4px, 6.4vw);
  }
}
@media screen and (max-width: 834px) and (max-width: 540px) {
  .p-result-explore__btns .p-result__btn {
    max-width: none;
    width: 100%;
  }
}

.p-result-styles {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-result-styles {
    width: min(1320px, 87.848vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-styles {
    width: 100%;
    padding: 0 min(22px, 5.333vw);
  }
}
.p-result-styles__title {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  text-align: center;
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .p-result-styles__title {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    margin-bottom: min(33px, 2.196vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-styles__title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-bottom: min(33px, 8vw);
  }
}
.p-result-styles__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-result-styles__grid {
    gap: min(13.2px, 0.878vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-styles__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(4.4px, 1.067vw) 1fr min(4.4px, 1.067vw) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: min(4.4px, 1.067vw);
  }
}
.p-result-styles__item {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-result-styles__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.p-result-styles__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .p-result-styles__item img {
    height: min(556.6px, 37.042vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-styles__item img {
    height: auto;
  }
}
.p-result-styles__note {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: #646464;
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-styles__note {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    margin-top: min(13.2px, 0.878vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-styles__note {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(13.2px, 3.2vw);
  }
}

.p-result-series {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-result-series {
    width: min(1320px, 87.848vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-series {
    width: 100%;
    padding: 0 min(22px, 5.333vw);
  }
}
.p-result-series__title {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  text-align: center;
  line-height: var(--lh-snug);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .p-result-series__title {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    margin-bottom: min(55px, 3.66vw);
    padding: 0 min(88px, 5.857vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-series__title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-bottom: min(55px, 13.333vw);
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.p-result-series__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-result-series__inner {
    gap: min(33px, 2.196vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-series__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(33px, 8vw);
  }
}
.p-result-series__card {
  background-color: #fff;
  border: 1px solid #d7dbdd;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-result-series__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: min(35.2px, 2.343vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-series__card {
    padding-bottom: min(35.2px, 8.533vw);
  }
}
.p-result-series__card-image {
  overflow: hidden;
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.p-result-series__card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 549/300;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-result-series__card-text {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-series__card-text {
    font-size: clamp(17px, 1.464vw, 22px);
    margin: min(35.2px, 2.343vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-result-series__card-text {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin: min(35.2px, 8.533vw) 0;
  }
}

.p-result__btn-section__lead {
  width: 100%;
  text-align: center;
}
.p-result__btn-section__lead > span {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-result__btn-section__lead > span {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-result__btn-section__lead > span {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-result__btn-section__lead > span::before, .p-result__btn-section__lead > span::after {
  content: "";
  width: 2px;
  position: absolute;
  bottom: 0;
  display: block;
  background-color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-result__btn-section__lead > span::before, .p-result__btn-section__lead > span::after {
    height: 3em;
  }
}
@media screen and (max-width: 834px) {
  .p-result__btn-section__lead > span::before, .p-result__btn-section__lead > span::after {
    height: 4.5em;
    bottom: 0.25em;
  }
}
.p-result__btn-section__lead > span::before {
  left: -1em;
}
@media screen and (min-width: 835px) {
  .p-result__btn-section__lead > span::before {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
@media screen and (max-width: 834px) {
  .p-result__btn-section__lead > span::before {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
.p-result__btn-section__lead > span::after {
  right: -1em;
}
@media screen and (min-width: 835px) {
  .p-result__btn-section__lead > span::after {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
@media screen and (max-width: 834px) {
  .p-result__btn-section__lead > span::after {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@media screen and (min-width: 541px) {
  .p-result__btn-section__lead > span br.is-sp {
    display: none;
  }
}

.p-result-footer {
  position: relative;
  z-index: 1;
  background-color: #efeee4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  .p-result-footer {
    gap: min(22px, 1.464vw);
    padding: min(44px, 2.928vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-result-footer {
    gap: min(17.6px, 4.267vw);
    padding: min(35.2px, 8.533vw) 0;
  }
}
.p-result-footer__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--text-cl-01);
  background-color: transparent;
  color: #444;
  cursor: pointer;
  -webkit-transition: opacity var(--duration);
  transition: opacity var(--duration);
}
@media screen and (min-width: 835px) {
  .p-result-footer__pagetop {
    width: min(44px, 2.928vw);
    height: min(44px, 2.928vw);
  }
}
@media screen and (max-width: 834px) {
  .p-result-footer__pagetop {
    width: min(44px, 10.667vw);
    height: min(44px, 10.667vw);
  }
}
.p-result-footer__pagetop::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
@media screen and (min-width: 835px) {
  .p-result-footer__pagetop::after {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-footer__pagetop::after {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.p-result-footer__pagetop:hover {
  opacity: 0.7;
}
.p-result-footer__copyright {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  color: var(--text-cl-01);
  line-height: var(--lh-snug);
}
@media screen and (min-width: 835px) {
  .p-result-footer__copyright {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-result-footer__copyright {
    font-size: clamp(8.5px, 2.667vw, 11px);
  }
}