@charset "UTF-8";
body {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.u-desktop {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* ホバー */
a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-attention {
  margin-top: 2.4rem;
}

.top-card-tab {
  margin-top: 2.125rem;
}

.top-footer {
  margin-top: 2.09375rem;
}

.top-value {
  margin-top: 2.7875rem;
}

.attention {
  text-align: center;
}

.attention__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.attention__sentence {
  padding: 0 2.375rem;
}

.attention__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3846153846;
  margin-top: 0.875rem;
}

.attention__wrapper {
  margin-top: 1.04375rem;
  position: relative;
}

.attention-slider__slide img {
  -o-object-fit: cover;
  aspect-ratio: 299/156;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.attention-slider__button--prev,
.attention-slider__button--next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 1.099375rem;
  position: absolute;
  top: 59%;
  width: 1.099375rem;
  z-index: 2;
}

.attention-slider__button--prev {
  background-image: url("../img/attention-slider-button--prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 1.75rem;
}

.attention-slider__button--next {
  background-image: url("../img/attention-slider-button--next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 1.75rem;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.banner {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0% 100%);
  background-color: #c40000;
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0% 100%);
  color: #fff;
  display: inline-block;
  padding: 0.15625rem 0.45625rem 0.28125rem 0.28125rem;
  position: relative;
}

.banner__text {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
}

.banner__number {
  font-size: 1rem;
  letter-spacing: 0em;
}

.bar__number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.5rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.bar__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
}

.bar__bar {
  background-color: #E4E4E4;
  border-radius: 0.5rem;
  height: 0.53125rem;
  margin: 0.1875rem auto 0;
  max-width: 15.625rem;
  overflow: hidden;
  width: 100%;
}

.bar__fill {
  border-radius: 0.5rem;
  height: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  width: 0%;
}

.card-tab__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-align: center;
}

.card-tab__text {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.card-tab__nav-item {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  width: 6.9375rem;
}

.card-tab__nav-item.is-active::after {
  background-color: #BF0000;
  bottom: -0.625rem;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 6.9375rem;
}

.card-tab__pane {
  display: none;
}

.card-tab__pane.is-active {
  display: block;
}

.card-tab__slide img {
  display: block;
  height: auto;
  width: 100%;
}

.card-tab__button--prev,
.card-tab__button--next {
  background-position: center;
  background-size: cover;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  z-index: 2;
}

.card-tab__button--prev::after,
.card-tab__button--next::after {
  display: none;
}

.card-tab__button--prev {
  background-image: url("../../images/lp/attention-slider-button--prev.svg");
  left: -1.625rem;
}

.card-tab__button--next {
  background-image: url("../../images/lp/attention-slider-button--next.svg");
  right: -1.625rem;
}

.card-tab__nav {
  background-color: #fff; /* 背景色で重なりを防止 */
  position: sticky;
  top: 4.25rem;
  z-index: 999;
}

.card-tab__body {
  margin-top: 2.10625rem;
}

.card {
  text-align: center;
}

.card__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.card__sentence {
  padding: 0 2.375rem;
}

.card__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3846153846;
  margin-top: 0.875rem;
}

.card__wrapper {
  margin-top: 1.04375rem;
  padding: 0 2.3125rem;
  position: relative;
}

.card-slider__slide {
  border: solid 2px #1a1a1a;
  border-radius: 0.625rem;
  padding: 0.5875rem 0.46875rem 0.625rem;
}

.card-slider__slide img {
  -o-object-fit: cover;
  aspect-ratio: 130/182;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card-slider__button--prev,
.card-slider__button--next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 1.099375rem;
  position: absolute;
  top: 55%;
  width: 1.099375rem;
  z-index: 2;
}

.card-slider__button--prev {
  background-image: url("../../images/lp/attention-slider-button--prev.svg");
  left: 1.5625rem;
}

.card-slider__button--next {
  background-image: url("../../images/lp/attention-slider-button--next.svg");
  right: 1.5625rem;
}

.card__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
}

.card__border {
  border-bottom: solid 2px #1a1a1a;
  border-radius: 0.625rem;
  width: 2.636875rem;
}

.card__purchase {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.5;
}

.card__price {
  color: #BF0000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.card__price span {
  font-size: 0.625rem;
}

.contact__main-img {
  margin: 5.3125rem auto 0;
  max-width: 500px;
  padding: 0 0.75rem;
}

.contact__main-img img {
  -o-object-fit: cover;
  aspect-ratio: 3/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.detail-banner {
  -webkit-clip-path: polygon(3% 50%, 0 0, 100% 0, 97% 50%, 100% 100%, 0 100%);
  background-color: #c40000;
  clip-path: polygon(3% 50%, 0 0, 100% 0, 97% 50%, 100% 100%, 0 100%);
  color: #fff;
  display: inline-block;
  padding: 0.15625rem 0.9375rem 0.28125rem 0.9375rem;
  position: relative;
}

.detail-banner__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
}

.detail-banner__number {
  margin: 0 -0.125rem;
}

.detail-bar__number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.5rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.detail-bar__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
}

.detail-bar__bar {
  background-color: #E4E4E4;
  border-radius: 0.5rem;
  height: 0.53125rem;
  margin: 0.1875rem auto 0;
  max-width: 15.625rem;
  overflow: hidden;
  width: 100%;
}

.detail-bar__fill {
  background-color: #27ae60;
  border-radius: 0.5rem;
  height: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  width: 0%;
}

.detail-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.425rem;
}

.detail-button__text {
  background-color: #9BDCE8;
  border: solid 2px #1a1a1a;
  border-radius: 3.25rem;
  -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16);
  color: #1a1a1a;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 0.4375rem;
  padding-top: 0.3125rem;
  text-align: center;
  width: 7.1875rem;
}

.detail-button__text--ten {
  background-color: #FCD42C;
}

.detail-point {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail-point__box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.10625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail-point__icon {
  height: 0.91875rem;
  width: 0.91875rem;
}

.detail-point__point {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.0625;
}

.detail-point__slash,
.detail-point__try {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  white-space: nowrap;
}

.detail__content {
  margin-top: 4.25rem;
  padding-bottom: 13.4375rem;
}

.detail__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 59.875rem;
}

.detail__sentence {
  margin-top: 3.75rem;
  padding: 0 1rem;
}

.detail__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3846153846;
}

.detail__text + .detail__text {
  margin-top: 1.25rem;
}

.detail__cta {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  left: 0;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: fixed;
  right: 0;
  z-index: 1000;
}

.detail__wrapper {
  position: relative;
}

.detail__banner {
  left: 50%;
  position: absolute;
  top: -5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.footer {
  background-color: #1a1a1a;
  padding: 0rem 0rem 1.14375rem;
}

.footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 77.6875rem;
}

.footer__logo img {
  height: 4.6875rem;
  margin-left: auto;
  margin-right: auto;
  width: 16.0625rem;
}

.footer__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.694375rem;
}

.footer__entry-frame {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FCD42C;
  border: solid 1px #FCD42C;
  border-radius: 0.375rem;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.5625rem;
  font-weight: 500;
  gap: 0.24375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  padding: 0.375rem 0.9125rem;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  width: 5.58875rem;
}

.footer__entry-human {
  height: 0.984375rem;
  position: relative;
  right: 0.09375rem;
  width: 1.136875rem;
}

.footer__login-text {
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 0.4375rem;
  color: #fff;
  display: inline-block;
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  padding-bottom: 0.4625rem;
  padding-top: 0.4625rem;
  text-align: center;
  width: 5.58875rem;
}

.header {
  background-color: #1a1a1a;
  height: 4.25rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  height: inherit;
  padding-left: 0.5rem;
  padding-right: 0.3125rem;
}

.header__flex {
  grid-gap: 0.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  gap: 0.5625rem;
  grid-template-columns: auto 1fr auto;
  height: inherit;
}

.header__logo {
  justify-self: start;
}

.header__logo img {
  height: 1.625rem;
  width: 4.40625rem;
}

.header__present {
  justify-self: center;
  left: 0rem;
  position: relative;
}

.header__present img {
  height: 4.25rem;
  width: 14.4375rem;
}

.header__sentence {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.65625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: end;
}

.header__entry-frame {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FCD42C;
  border: solid 1px #FCD42C;
  border-radius: 0.375rem;
  color: #000;
  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;
  font-size: 0.5rem;
  font-weight: 500;
  gap: 0.05rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.375;
  padding: 0.36875rem 0rem 0.45rem;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  width: 2.5625rem;
}

.header__entry-human {
  height: 0.756875rem;
  position: relative;
  right: 0.09375rem;
  width: 0.830625rem;
}

.header__login-text {
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 0.375rem;
  color: #fff;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 1.0625rem;
  padding-top: 0.9375rem;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 12.1875rem;
}

.header__entry-frame:hover,
.header__login-text:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.point {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point__box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.10625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point__icon {
  height: 0.91875rem;
  width: 0.91875rem;
}

.point__point {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.0625;
}

.point__slash,
.point__try {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  white-space: nowrap;
}

.section-heading__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
}

.section-heading__border {
  border-bottom: solid 8px #FCD42C;
  border-radius: 1.25rem;
  margin: 0.25rem auto 0;
  width: 1.5rem;
}

.top-slider {
  margin-top: 5.3125rem;
}

.top-slider__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding: 0 0.75rem;
  position: relative;
}

.top-slider__slide img {
  -o-object-fit: cover;
  aspect-ratio: 3/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.top-slider__pagination {
  margin-top: 0.75rem;
  text-align: center;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -1.375rem;
  bottom: var(--swiper-pagination-bottom, -1.375rem);
  left: 0;
  top: auto;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1875rem;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.1875rem);
}

.swiper-pagination-bullet {
  background-color: #1a1a1a;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: 0.25rem;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.25rem));
  opacity: 1;
  width: 0.25rem;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.25rem));
}

.swiper-pagination-bullet-active {
  background-color: #FCD42C;
  opacity: 1;
}

.value-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.425rem;
}

.value-button__text {
  background-color: #9BDCE8;
  border: solid 2px #1a1a1a;
  border-radius: 3.25rem;
  -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16);
  color: #1a1a1a;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 0.4375rem;
  padding-top: 0.3125rem;
  text-align: center;
  width: 7.1875rem;
}

.value-button__text--ten {
  background-color: #FCD42C;
}

.value__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding: 0 0.75rem;
}

.value__frame {
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: -webkit-gradient(linear, left top, right top, from(#4A09B1), to(#ae11db));
  background: linear-gradient(to right, #4A09B1, #ae11db);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.8125rem;
  padding-top: 0.4375rem;
  text-align: center;
}

.value__icon-left,
.value__icon-right {
  height: 2.37125rem;
  width: 2.67375rem;
}

.value__icon-left {
  position: relative;
  right: -0.625rem;
}

.value__icon-right {
  left: -0.625rem;
  position: relative;
}

.value__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.value__emphasis {
  letter-spacing: -0.06em;
}

.value__emphasis-char {
  display: inline-block;
  line-height: 0.8;
  text-align: center;
}

.value__list {
  margin-top: 1.375rem;
  text-align: center;
}

.value__item {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16);
}

.value__item + .value__item {
  margin-top: 1.7625rem;
}

.value__img img {
  -o-object-fit: cover;
  aspect-ratio: 351/209.55;
  border-radius: 0.625rem 0.625rem 0 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.value__wrapper {
  padding: 1.08125rem 0 0.6875rem;
  position: relative;
}

.value__banner {
  left: 0%;
  position: absolute;
  top: 5%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.value__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
  padding: 0 0.34375rem 0 0.6rem;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  html {
    font-size: 1.4545454545vw;
  }
  .top-attention {
    margin-top: 7.9375rem;
  }
  .top-card-tab {
    margin-top: 10rem;
  }
  .top-footer {
    margin-top: 5.325rem;
  }
  .top-value {
    margin-top: 10.4125rem;
  }
  .attention__inner {
    max-width: 86.75rem;
    padding: 0 1.5625rem;
  }
  .attention__sentence {
    margin-left: auto;
    margin-right: auto;
    max-width: 63.4375rem;
    padding: 0;
  }
  .attention__text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 3.75rem;
  }
  .attention__wrapper {
    margin-top: 3.5rem;
  }
  .attention-slider__slide img {
    aspect-ratio: 655/342;
  }
  .attention-slider__button--prev,
  .attention-slider__button--next {
    height: 2.5rem;
    top: 50%;
    width: 2.5rem;
  }
  .attention-slider__button--prev {
    left: -1.625rem;
  }
  .attention-slider__button--next {
    right: -1.625rem;
  }
  .site-scaled {
    zoom: 0.7;
  }
  .banner {
    padding: 0.15625rem 2.03125rem 0.28125rem;
  }
  .banner__text {
    font-size: 2rem;
    letter-spacing: 0.11em;
    line-height: 1.5;
  }
  .banner__number {
    font-size: 3.3125rem;
  }
  .bar__number {
    font-size: 2.1875rem;
    letter-spacing: 0.02em;
    line-height: 1.4571428571;
  }
  .bar__bar {
    border-radius: 1.125rem;
    height: 1.125rem;
    margin: 0.9375rem auto 0;
    max-width: 61.5625rem;
  }
  .card-tab__nav {
    padding-bottom: 0rem;
    padding-top: 0.625rem;
  }
  .card-tab__text {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 1.0625rem;
  }
  .card-tab__nav-item {
    width: 27.875rem;
  }
  .card-tab__nav-item.is-active::after {
    bottom: 0;
    width: 27.875rem;
  }
  .card-tab__nav {
    top: 8.75rem; /* ヘッダーの高さに合わせて調整 */
  }
  .card-tab__body {
    margin-top: 3.6875rem;
  }
  .card__inner {
    max-width: 86.75rem;
    padding: 0 1.5625rem;
  }
  .card__sentence {
    margin-left: auto;
    margin-right: auto;
    max-width: 63.4375rem;
    padding: 0;
  }
  .card__text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 3.75rem;
  }
  .card__wrapper {
    margin-top: 4.25625rem;
    padding: 0;
  }
  .card-slider__slide {
    border: solid 5px #1a1a1a;
    padding: 1.125rem 0.75rem 0.625rem;
  }
  .card-slider__slide img {
    aspect-ratio: 289/405;
  }
  .card-slider__button--prev,
  .card-slider__button--next {
    height: 2.5rem;
    top: 50%;
    width: 2.5rem;
  }
  .card-slider__button--prev {
    left: -1.625rem;
  }
  .card-slider__button--next {
    right: -1.625rem;
  }
  .card__box {
    gap: 0.625rem;
    margin-top: 1.5625rem;
  }
  .card__border {
    border-bottom: solid 3px #1a1a1a;
    width: 5.846875rem;
  }
  .card__purchase {
    font-size: 1.375rem;
  }
  .card__price {
    font-size: 2.8125rem;
    margin-top: 0.625rem;
  }
  .card__price span {
    font-size: 1.875rem;
  }
  .contact__main-img {
    margin: 13.49375rem auto 0;
    max-width: 75rem;
    padding: 0;
  }
  .detail-banner {
    padding: 0.15625rem 3.1875rem 0.28125rem;
  }
  .detail-banner__text {
    font-size: 2rem;
    line-height: 1.5;
  }
  .detail-banner__number {
    margin: 0 -0.75rem;
  }
  .detail-bar__number {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    line-height: 1.4444444444;
  }
  .detail-bar__bar {
    border-radius: 1.125rem;
    height: 0.75rem;
    margin: 0.5rem auto 0;
    max-width: 41.3125rem;
  }
  .detail-button {
    gap: 1.0875rem;
  }
  .detail-button__text {
    border: solid 6px #1a1a1a;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.4583333333;
    padding-bottom: 0.9625rem;
    padding-top: 0.825rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 17.875rem;
  }
  .detail-button__text:hover {
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .detail-point__box {
    gap: 1.03125rem;
  }
  .detail-point__icon {
    height: 3.074375rem;
    width: 3.074375rem;
  }
  .detail-point__point {
    font-size: 2.875rem;
    line-height: 1.0652173913;
  }
  .detail-point__slash,
  .detail-point__try {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .detail__content {
    margin-top: 8.75rem;
    padding-bottom: 18.9375rem;
  }
  .detail__sentence {
    padding: 0;
  }
  .detail__text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .detail__cta {
    padding-bottom: 1.25rem;
    padding-top: 3.325rem;
  }
  .detail__banner {
    top: -9%;
  }
  .footer {
    padding: 1.19375rem 0 3.7125rem;
  }
  .footer__logo img {
    height: 6.3125rem;
    width: 77.6875rem;
  }
  .footer__buttons {
    margin-top: 1.55625rem;
  }
  .footer__entry-frame {
    border: solid 2px #FCD42C;
    border-radius: 0.375rem;
    font-size: 1.8125rem;
    gap: 1.0625rem;
    padding: 1.125rem 2.5rem 0.94375rem 1.375rem;
    width: 16.03125rem;
  }
  .footer__entry-human {
    height: 2.82375rem;
    right: auto;
    right: initial;
    width: 3.26125rem;
  }
  .footer__login-text {
    border: solid 2px #fff;
    border-radius: 0.375rem;
    font-size: 1.8125rem;
    line-height: 1.9310344828;
    padding-bottom: 0.6875rem;
    padding-top: 0.6875rem;
    width: 16.03125rem;
  }
  .header {
    height: 8.75rem;
  }
  .header__inner {
    padding-left: 2.7125rem;
    padding-right: 4.1875rem;
  }
  .header__flex {
    gap: 0.875rem;
  }
  .header__logo img {
    height: 5.625rem;
    width: 15.4375rem;
  }
  .header__sentence {
    gap: 0.625rem;
  }
  .header__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.9375rem;
  }
  .header__entry-frame {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 2px #FCD42C;
    border-radius: 0.375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.875rem;
    gap: 1.01875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 1.125rem 1.75rem 0.94375rem 1.375rem;
    width: 15.3125rem;
  }
  .header__entry-human {
    height: 2.6875rem;
    right: auto;
    right: initial;
    width: 3.125rem;
  }
  .inner {
    max-width: 1150px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .point__box {
    gap: 1.03125rem;
  }
  .point__icon {
    height: 4.0625rem;
    width: 4.0625rem;
  }
  .point__point {
    font-size: 4.0625rem;
    line-height: 1.0615384615;
  }
  .point__slash,
  .point__try {
    font-size: 2.1875rem;
    line-height: 1.2;
  }
  .section-heading__title {
    font-size: 2.8125rem;
    line-height: 1.4444444444;
  }
  .section-heading__border {
    margin: 0.625rem auto 0;
    width: 5.1875rem;
  }
  .top-slider {
    margin-top: 13.75rem;
  }
  .top-slider__inner {
    max-width: 75rem;
    padding: 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -5.5rem;
    bottom: var(--swiper-pagination-bottom, -5.5rem);
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.0625rem;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1.0625rem);
  }
  .swiper-pagination-bullet {
    height: 1.3125rem;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1.3125rem));
    width: 1.3125rem;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 1.3125rem));
  }
  .value-button {
    gap: 1.775rem;
  }
  .value-button__text {
    border: solid 6px #1a1a1a;
    font-size: 2.1875rem;
    line-height: 1.4571428571;
    padding-bottom: 1.275rem;
    padding-top: 1.275rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 24.5rem;
  }
  .value-button__text:hover {
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .value__inner {
    max-width: 86.875rem;
    padding: 0 1.5625rem;
  }
  .value__frame {
    padding-bottom: 1.25rem;
    padding-top: 0rem;
  }
  .value__icon-left,
  .value__icon-right {
    height: 4.0625rem;
    width: 4.54875rem;
  }
  .value__icon-left {
    right: auto;
    right: initial;
  }
  .value__icon-right {
    left: auto;
    left: initial;
  }
  .value__title {
    font-size: 2.8125rem;
  }
  .value__emphasis-char {
    line-height: 0.9;
  }
  .value__list {
    margin-top: 3.15rem;
  }
  .value__item + .value__item {
    margin-top: 3.9rem;
  }
  .value__img img {
    aspect-ratio: 1340/800;
  }
  .value__wrapper {
    padding: 2.5rem 0 2.18125rem;
  }
  .value__bottom {
    gap: 3.8375rem;
    margin-top: 1.25rem;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header__present img {
    height: 8rem;
    width: 64rem;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .header__present {
    left: 7.375rem;
  }
}
@media (min-width: 1800px) {
  .header__present {
    left: 7.5rem;
  }
  .header__present img {
    height: 8.75rem;
    width: 65.75rem;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.indicator-blue {
    background: #27ae60 !important;
}
.indicator-yellow {
    background: #f0e12a !important;
}
.indicator-red {
    background: #ff8787 !important;
}
.indicator-green {
    background: #64d1ff !important;
}
