@charset "UTF-8";




/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: url('../font/NotoSansJP-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 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: 1em; /* 2 */
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

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

body {
  margin: 0;
  overflow-x: hidden;
}

div {
  margin: 0;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl {
  list-style-type: none;
  margin: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

:root {
  --fl-unit: min(calc(100vw / 1440), 1px);
}
@media (max-width: 751px) {
  :root {
    --fl-unit: calc(100vw / 751);
  }
}
:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  color: #1e1e1e;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  background-color: #fff;
}

img {
  display: block; /* 下にできる謎の隙間（3〜4px）を消す */
  width: 100%; /* 親要素の幅いっぱいに広げる */
  height: auto; /* 比率を維持する */
  max-width: 100%;
}

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

.l-footer {
  padding-bottom: 24px;
}
@media screen and (min-width: 1196px) {
  .l-footer {
    padding-bottom: 28px;
  }
}

.l-footer.u-full-width {
  position: relative;
}
.l-footer.u-full-width::before {
  background-color: #EA5504;
}

.l-section {
  width: 100%;
  padding-inline: calc(24 * var(--fl-unit));
  margin-inline: auto;
  padding-block: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .l-section {
    width: min(100%, 1000px);
    margin: 0 auto;
  }
}

.c-trylp-cta.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fffc00;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url("../img/trylp-cta-bg-pc.webp"), #fffc00;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
}

.c-trylp-cta {
  height: calc(170 * var(--fl-unit));
  position: relative;
}
@media screen and (min-width: 750px) {
  .c-trylp-cta {
    height: calc(330 * var(--fl-unit));
  }
}

.c-trylp-cta-link {
  display: block;
  position: absolute;
  overflow: hidden;
  bottom: calc(39 * var(--fl-unit));
  left: 50%;
  transform: translateX(-50%);
  width: calc(435 * var(--fl-unit));
  height: calc(54 * var(--fl-unit));
  background-image: url("../img/cta-btn-mid.webp");
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: background-image 0.2s ease;
}
@media screen and (min-width: 750px) {
  .c-trylp-cta-link {
    bottom: calc(71 * var(--fl-unit));
    width: calc(884 * var(--fl-unit));
    height: calc(110 * var(--fl-unit));
  }
}
.c-trylp-cta-link:hover {
  background-image: url("../img/cta-btn-mid-reverse.webp");
  transition: background-image 0.2s ease;
}

.c-trylp-cta-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%; /* スタート位置は左の外側 */
  width: 50%;
  height: 100%;
  border-radius: 40px;
  /* 斜めの光を作る */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg) rotate(25deg); /* 斜めにする */
  /* アニメーション：3秒ごとに繰り返す */
  animation: shiny 1.8s infinite;
}

@keyframes shiny {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.c-trylp-cta__mv-btn {
  position: absolute;
  right: calc(30 * var(--fl-unit));
  bottom: calc(40 * var(--fl-unit));
  display: block;
  width: calc(472 * var(--fl-unit));
  height: calc(79 * var(--fl-unit));
  background-image: url("../img/cta-btn-mv.webp");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: calc(29 * var(--fl-unit));
  transition: background-image 0.2s ease;
}
@media screen and (min-width: 750px) {
  .c-trylp-cta__mv-btn {
    width: calc(670 * var(--fl-unit));
    height: calc(112 * var(--fl-unit));
    right: 45px;
    bottom: calc(-1 * var(--fl-unit));
    border-radius: calc(30 * var(--fl-unit));
    max-width: 472px;
  }
}
@media screen and (min-width: 1196px) {
  .c-trylp-cta__mv-btn {
    width: 472px;
    height: 79px;
    right: 45px;
    bottom: 10px;
    border-radius: 30px;
  }
}
.c-trylp-cta__mv-btn:hover {
  background-image: url("../img/cta-btn-mv-reverse.webp");
  transition: background-image 0.2s ease;
}

.c-trylp-cta__mv-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%; /* スタート位置は左の外側 */
  width: 50%;
  height: 100%;
  border-radius: 40px;
  /* 斜めの光を作る */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg) rotate(25deg); /* 斜めにする */
  /* アニメーション：3秒ごとに繰り返す */
  animation: shiny-mv 1.8s infinite;
}

@keyframes shiny-mv {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.p-header-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.p-header-nav__top {
  font-size: 0;
}

.p-header-nav__bottom {
  width: 100%;
  width: 100%;
  padding-inline: calc(24 * var(--fl-unit));
  margin-inline: auto;
  padding-block: calc(32 * var(--fl-unit));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-header-nav__bottom {
    padding-block: calc(16 * var(--fl-unit));
    max-width: calc(1440 * var(--fl-unit));
    padding-inline: calc(220 * var(--fl-unit));
    justify-content: space-between;
    gap: 32px;
  }
}
.p-header-nav__bottom .p-header-nav__bottom-logo {
  display: block;
  flex: 0 0 232px;
  max-width: 50%;
}
@media screen and (min-width: 750px) {
  .p-header-nav__bottom .p-header-nav__bottom-logo {
    flex: 0 0 232px;
  }
}
.p-header-nav__bottom .p-header-nav__bottom-oricon {
  display: block;
  flex: 0 1 auto;
  max-width: 50%;
}
@media screen and (min-width: 750px) {
  .p-header-nav__bottom .p-header-nav__bottom-oricon {
    flex: 0 0 367px;
  }
}

.p-mv.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #bc0000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url("../img/mv-bg.webp"), #bc0000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-mv {
  padding-inline: 0;
  width: 100%;
  margin-inline: auto;
  padding-block: calc(32 * var(--fl-unit));
  padding-top: 0;
}
@media screen and (min-width: 750px) {
  .p-mv {
    width: min(100%, 1000px);
    margin: 0 auto;
  }
}

.p-mv__body {
  margin-bottom: 0;
  font-size: 0;
  position: relative;
}
@media screen and (min-width: 750px) {
  .p-mv__body {
    margin-bottom: 40px;
  }
}

.p-mv__body::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(94 * var(--fl-unit));
  left: calc(215 * var(--fl-unit));
  width: calc(133 * var(--fl-unit));
  height: calc(66 * var(--fl-unit));
  background-image: url("../img/cta-soon-icon.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .p-mv__body::before {
    width: calc(177 * var(--fl-unit));
    height: calc(86 * var(--fl-unit));
    z-index: 2;
    bottom: calc(75 * var(--fl-unit));
    left: calc(616 * var(--fl-unit));
  }
}
@media screen and (min-width: 1029px) {
  .p-mv__body::before {
    width: calc(177 * var(--fl-unit));
    height: calc(86 * var(--fl-unit));
    z-index: 2;
    bottom: calc(70 * var(--fl-unit));
    left: calc(571 * var(--fl-unit));
  }
}
@media screen and (min-width: 1090px) {
  .p-mv__body::before {
    width: calc(177 * var(--fl-unit));
    height: calc(86 * var(--fl-unit));
    z-index: 2;
    bottom: calc(69 * var(--fl-unit));
    left: calc(531 * var(--fl-unit));
  }
}
@media screen and (min-width: 1150px) {
  .p-mv__body::before {
    width: calc(177 * var(--fl-unit));
    height: calc(86 * var(--fl-unit));
    z-index: 2;
    bottom: calc(72 * var(--fl-unit));
    left: calc(501 * var(--fl-unit));
  }
}
@media screen and (min-width: 1196px) {
  .p-mv__body::before {
    width: 125px;
    height: 62px;
    z-index: 2;
    bottom: 52px;
    left: 42%;
  }
}

.p-mv__bottom {
  padding-inline: calc(16 * var(--fl-unit));
  position: relative;
}

.p-mv-campaign-ttl-image {
  display: block;
  width: calc(343 * var(--fl-unit));
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 750px) {
  .p-mv-campaign-ttl-image {
    width: calc(640 * var(--fl-unit));
    height: auto;
  }
}
@media screen and (min-width: 1196px) {
  .p-mv-campaign-ttl-image {
    width: 436px;
  }
}

.p-mv-campaign-maincp-text{
    color: white;
    display: block;
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
   font-size: clamp(13px, 3vw, 32px);
    font-family: 'Noto Sans JP';
    font-weight: 700;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    text-align: center;
}



.p-mv-campaign-maincp-image{
    display: block;
    width: 90%;
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.p-present-inner-maincp-image{
display: block;
    width: 90%;
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.p-present-inner-ararecp-image{
    display: block;
    width: 90%;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.p-reason.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #e1b224;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url("../img/reason-bg-pc.webp"), #e1b224;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-nember.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f8eede;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #f8eede;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-notes__body {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #040000;
}
.p-notes__body a {
  color: #36a6ff;
  text-decoration: underline;
}

.p-campaign.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f8eede;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url("../img/campaign-bg-sp.webp"), #f8eede;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
  background-position: top center;
}
@media screen and (min-width: 750px) {
  .p-campaign.u-full-width::before {
    background-image: url("../img/campaign-bg-pc.webp");
    background-position: top 30vh center;
    background-attachment: fixed;
    transform: none;
    left: calc(50% - 50vw);
  }
}

.p-campaign {
  padding-top: calc(8 * var(--fl-unit));
  padding-bottom: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-campaign {
    padding-top: calc(10 * var(--fl-unit));
    padding-bottom: calc(32 * var(--fl-unit));
  }
}

.p-campaign-ttl-image {
  margin: 0 auto;
  width: calc(682 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-campaign-ttl-image {
    width: calc(847 * var(--fl-unit));
  }
}

.p-campaign__ttl-area {
  margin-bottom: calc(14 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-campaign__ttl-area {
    margin-bottom: calc(70 * var(--fl-unit));
  }
}

.p-campaign__body-area {
  position: relative;
}

.p-campaign-hot-icon {
  position: absolute;
  top: calc(-34 * var(--fl-unit));
  left: calc(-25 * var(--fl-unit));
  width: calc(160 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-campaign-hot-icon {
    width: calc(296 * var(--fl-unit));
    top: calc(-70 * var(--fl-unit));
    left: calc(-2 * var(--fl-unit));
  }
}
@media screen and (min-width: 1196px) {
  .p-campaign-hot-icon {
    width: 296px;
    top: -100px;
    left: -82px;
  }
}

.p-simulation.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #b4000f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url("../img/simulation-bg.webp"), #b4000f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center bottom;
}

.p-simulation-inner-image {
  margin-bottom: calc(20 * var(--fl-unit));
  position: relative;
}
@media screen and (min-width: 750px) {
  .p-simulation-inner-image {
    margin-bottom: calc(24 * var(--fl-unit));
  }
}

.p-simulation-anime {
  position: absolute;
  top: calc(440 * var(--fl-unit));
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(582 * var(--fl-unit));
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .p-simulation-anime {
    top: 39%;
    width: 49%;
    height: 41%;
  }
}
@media screen and (min-width: 1196px) {
  .p-simulation-anime {
    top: 39%;
    width: 54%;
    height: 44%;
  }
}
@media screen and (min-width: 1382px) {
  .p-simulation-anime {
    top: 38%;
    width: 57%;
    height: 45%;
  }
}

.p-simulation__note-ttl {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-weight: bold;
  color: #fff;
  margin-bottom: calc(4 * var(--fl-unit));
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.p-simulation__note-body {
  font-size: clamp(1.3rem, 1.1vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.p-simulation__btn-area {
  padding: calc(24 * var(--fl-unit)) 0;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .p-simulation__btn-area {
    padding: calc(32 * var(--fl-unit)) 0;
    width: 70%;
    margin: 0 auto;
  }
}
.p-simulation__btn-area a {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
.p-simulation__btn-area a:hover {
  opacity: 0.9;
}

.p-present.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #b4000f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url("../img/mv-bg.webp"), #b4000f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  background-size: contain;
}

.p-present {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-present {
    gap: calc(24 * var(--fl-unit));
  }
}

.p-faq.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f8eede;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #f8eede;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-faq {
  padding-top: calc(32 * var(--fl-unit));
  padding-bottom: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-faq {
    padding-top: calc(70 * var(--fl-unit));
    padding-bottom: calc(70 * var(--fl-unit));
  }
}
.p-faq__title {
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(40 * var(--fl-unit));
  position: relative;
  padding-bottom: calc(12 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-faq__title {
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    margin-bottom: calc(60 * var(--fl-unit));
  }
}
.p-faq__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7em;
  height: calc(4 * var(--fl-unit));
  background-color: #8b0000;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--fl-unit));
}
.p-faq__item {
  background-color: #fff;
  border-radius: calc(12 * var(--fl-unit));
  overflow: hidden;
}
.p-faq__header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: calc(24 * var(--fl-unit)) calc(24 * var(--fl-unit));
  text-align: left;
}
@media screen and (min-width: 750px) {
  .p-faq__header {
    padding: calc(40 * var(--fl-unit)) calc(32 * var(--fl-unit));
    padding-bottom: calc(26 * var(--fl-unit));
  }
}
.p-faq__q {
  color: #8b0000;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin-right: calc(10 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-faq__q {
    font-size: clamp(1.4rem, 2vw, 2.4rem);
  }
}
.p-faq__question-text {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 700;
  color: #8b0000;
  flex: 1;
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  .p-faq__question-text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
  }
}
.p-faq__content {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  padding: 0 calc(24 * var(--fl-unit)) calc(24 * var(--fl-unit));
  padding-top: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 750px) {
  .p-faq__content {
    padding: calc(40 * var(--fl-unit)) calc(32 * var(--fl-unit));
    padding-top: calc(26 * var(--fl-unit));
  }
}
.p-faq__a {
  color: #303030;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin-right: calc(10 * var(--fl-unit));
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  .p-faq__a {
    font-size: clamp(1.4rem, 2vw, 2.4rem);
  }
}
.p-faq__answer-text {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  line-height: 1.4;
  color: #303030;
}
@media screen and (min-width: 750px) {
  .p-faq__answer-text {
    font-size: clamp(1.6rem, 2vw, 1.8rem);
  }
}
.p-faq__answer-text a {
  color: #0096ff;
  text-decoration: underline;
}

.p-profile-btn {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.p-profile-btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.p-info__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e1e1e;
}

.p-info__body {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.07em;
  color: #1e1e1e;
  margin-bottom: calc(8 * var(--fl-unit));
}

.p-footer-nav.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #090404;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #090404;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-footer-nav {
  padding: calc(14 * var(--fl-unit)) 0;
}
@media screen and (min-width: 1196px) {
  .p-footer-nav {
    padding: calc(36 * var(--fl-unit)) 0;
  }
}

.p-footer-nav__copyright {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.u-full-width {
  position: relative;
  z-index: 0;
}

.u-section-ttl {
  font-size: clamp(2.6rem, 2.2vw, 2.6rem);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #1e1e1e;
  padding-top: min(13vw, 48px);
}
@media screen and (min-width: 750px) {
  .u-section-ttl {
    font-size: clamp(2.4rem, 2.2vw, 3.4rem);
    padding-top: 2em;
  }
}

[data-js-loading-screen] {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.8s 0s ease-in-out;
}

[data-js-loading-screen=hide] {
  opacity: 0;
  transition: opacity 0.5s 0s ease-in-out;
}

.c-loader {
  width: 64px;
  height: 64px;
  border: 8px solid #ccc;
  border-top-color: #EA5504;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-js-sp-nav=init] {
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
}

[data-js-sp-nav=show] {
  pointer-events: auto;
  transform: translateX(0%);
  transition: transform 0.4s 0s ease-in-out;
}

[data-js-sp-nav=hide] {
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.4s 0s ease-in-out;
}

[data-js-toggle-btn=init] span {
  transition: all 0.3s 0s ease-in-out;
  transform-origin: 50% 50%;
}

[data-js-toggle-btn=active] span {
  transform: translateY(6px) rotate(40deg);
  transition: transform 0.3s 0s ease-in-out;
}
[data-js-toggle-btn=active] span:nth-child(2) {
  opacity: 0;
}
[data-js-toggle-btn=active] span:last-child {
  transform: translateY(-6px) rotate(-40deg);
  transition: transform 0.3s 0s ease-in-out;
}

[data-js-scrl-item] {
  opacity: 0;
  transform: translateY(5%);
}

[data-js-scrl-item=show] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0s ease-in-out;
}
[data-js-scrl-item=show]:nth-child(2) {
  transition-delay: 0.2s;
}
[data-js-scrl-item=show]:nth-child(3) {
  transition-delay: 0.3s;
}/*! Yaku Han JP v4.1.1 (OFL-1.1 AND MIT) by Qrac | Type: YakuHanJP - Based on Noto Sans JP */
@font-face{font-family:YakuHanJP;font-style:normal;font-weight:100;font-display:swap;src:url("../font/YakuHanJP-Thin.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:200;font-display:swap;src:url("../font/YakuHanJP-ExtraLight.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:300;font-display:swap;src:url("../font/YakuHanJP-Light.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:400;font-display:swap;src:url("../font/YakuHanJP-Regular.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:500;font-display:swap;src:url("../font/YakuHanJP-Medium.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:600;font-display:swap;src:url("../font/YakuHanJP-SemiBold.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:700;font-display:swap;src:url("../font/YakuHanJP-Bold.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:800;font-display:swap;src:url("../font/YakuHanJP-ExtraBold.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:900;font-display:swap;src:url("../font/YakuHanJP-Black.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}
/*! Yaku Han JP v4.1.1 (OFL-1.1 AND MIT) by Qrac | Type: YakuHanJPs - Based on Noto Sans JP */
@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:100;font-display:swap;src:url("../font/YakuHanJPs-Thin.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:200;font-display:swap;src:url("../font/YakuHanJPs-ExtraLight.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:300;font-display:swap;src:url("../font/YakuHanJPs-Light.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:400;font-display:swap;src:url("../font/YakuHanJPs-Regular.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:500;font-display:swap;src:url("../font/YakuHanJPs-Medium.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:600;font-display:swap;src:url("../font/YakuHanJPs-SemiBold.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:700;font-display:swap;src:url("../font/YakuHanJPs-Bold.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:800;font-display:swap;src:url("../font/YakuHanJPs-ExtraBold.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:900;font-display:swap;src:url("../font/YakuHanJPs-Black.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}

:root {
  --fl-unit: min(calc(100vw / 1440), 1px);
}
@media (max-width: 751px) {
  :root {
    --fl-unit: calc(100vw / 751);
  }
}
:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  color: #1e1e1e;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  background-color: #fff;
}

img {
  display: block; /* 下にできる謎の隙間（3〜4px）を消す */
  width: 100%; /* 親要素の幅いっぱいに広げる */
  height: auto; /* 比率を維持する */
  max-width: 100%;
}

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

.c-btn__page-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #bc0000;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}
.c-btn__page-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (min-width: 750px) {
  .c-btn__page-to-top {
    display: none;
  }
}
.c-btn__page-to-top svg {
  display: block;
  width: 20px;
  height: auto;
}
.c-btn__page-to-top svg path {
  fill: #ffffff;
}