@charset "utf-8";

/*
  ============================
  Common
  ============================
  */
:where(.sleep_investment) {
  /* font family */
  --font-default: "Noto Sans JP", sans-serif;
  --font-serif: "Shippori Mincho", serif;
  --font-rich: "Cormorant", serif;
}
/* color */
:where(.sleep_investment) {
  --color-navy: #103a57;
  --color-blue: #2b92d8;
  --color-ocher: #dcad06;
  --color-red: #ff0000;
  --color-grad-blue: linear-gradient(90deg, #00d2ff, #3a7bd5);
  --color-primary: var(--color-navy);
  --color-secondary: var(--color-blue);
}

:where(.sleep_investment) .text-ocher {
  color: var(--color-ocher);
}

:where(.sleep_investment) .text-red {
  color: var(--color-red);
}

:where(.sleep_investment) .text-ocher-grad {
  background: linear-gradient(92deg, #9f8339 37.76%, #dac286 60.3%, #aa8f48 81.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

:where(.sleep_investment) .text-blue {
  color: var(--color-blue);
}

/* basic settings */
:where(.sleep_investment) {
  font-family: var(--font-default);
  font-size: 100%;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-primary);
  word-break: break-all;
}
:where(.sleep_investment) :is(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  margin-bottom: 0px;
  font-weight: bold;
}
/* img */
:where(.sleep_investment) img {
  max-width: 100%;
  height: auto;
}

:where(.sleep_investment) picture {
  display: block;
}

/* list */
:where(.sleep_investment) :is(ol, ul) {
  padding-left: 0;
  list-style: none;
}

/*
  ============================
  Layout
  ============================
  */
:where(.sleep_investment) {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  :where(.sleep_investment) {
    max-width: 1920px;
  }
}

/* PC表示対応 */
@media (min-width: 1200px) and (max-width: 1299px) {
  :where(.sleep_investment) {
    zoom: 62.5%;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  :where(.sleep_investment) {
    zoom: 67.5%;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  :where(.sleep_investment) {
    zoom: 72.5%;
  }
}

@media (min-width: 1500px) and (max-width: 1549px) {
  :where(.sleep_investment) {
    zoom: 79%;
  }
}

@media (min-width: 1550px) and (max-width: 1599px) {
  :where(.sleep_investment) {
    zoom: 80%;
  }
}

/*
  ============================
  Header
  ============================
  */
:where(.sleep_investment) .header {
  width: fit-content;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  padding: var(--sz-60) var(--sz-35);
  transition: 0.3s;
}

:where(.sleep_investment) .header.active {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent);
}

:where(.sleep_investment) .header__logo {
  width: var(--sz-153);
  display: block;
}

@media (min-width: 750px) and (max-width: 1199px) {
  :where(.sleep_investment) .header {
    left: calc((100vw - 750px) / 2);
  }
}

/*
  ============================
  FV
  ============================
  */
:where(.sleep_investment) .bg1 {
  background: url(../img/sp/bg-fv.jpg);
  background-size: cover;
}

:where(.sleep_investment) .fv {
}

:where(.sleep_investment) .fv__inner {
  position: relative;
  padding-top: var(--sz-78);
}

:where(.sleep_investment) .fv__text1 {
  position: relative;
  left: 35.73%;
  margin-bottom: 0;
  font-size: var(--sz-32);
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: 0.08em;
}

:where(.sleep_investment) .fv__text1::before,
:where(.sleep_investment) .fv__text1::after {
  content: "";
  display: block;
  height: 1px;
  width: var(--sz-68);
  background-color: var(--color-primary);
  position: absolute;
  top: 80%;
  left: 39%;
}

:where(.sleep_investment) .fv__text1::before {
  display: none;
}

:where(.sleep_investment) .fv__text2 {
  position: relative;
  margin-inline: auto;
  margin-bottom: var(--sz-24);
  font-family: var(--font-serif);
  font-size: var(--sz-45);
  line-height: 1.77;
  text-align: center;
}
:where(.sleep_investment) .fv__text2 .n1 {
  font-size: var(--sz-50);
}

:where(.sleep_investment) .fv__text2 .n2 {
  font-size: var(--sz-70);
  line-height: 1;
}

:where(.sleep_investment) .fv__text2 .n3 {
  font-size: var(--sz-50);
}

:where(.sleep_investment) .fv__main {
  margin-inline: auto;
  margin-bottom: calc(-1 * var(--sz-50));
  position: relative;
}

:where(.sleep_investment) .fv__img {
}

:where(.sleep_investment) .fv__heading {
  position: absolute;
  bottom: 3%;
  left: 0%;
}

:where(.sleep_investment) .fv__text3 {
  width: 95.9%;
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .bg1 {
    background-image: url(../img/pc/bg-fv.jpg);
  }

  :where(.sleep_investment) .fv {
  }

  :where(.sleep_investment) .fv__inner {
    padding-top: var(--sz-102);
  }

  :where(.sleep_investment) .fv__sitename {
    padding-top: var(--sz-89);
    padding-left: var(--sz-141);
    padding-bottom: var(--sz-89);
  }

  :where(.sleep_investment) .fv__sitename picture {
    width: var(--sz-151);
  }

  :where(.sleep_investment) .fv__text1 {
    left: unset;
    margin-bottom: var(--sz-52);
    font-size: var(--sz-28);
    line-height: 1.46;
    letter-spacing: 0.03em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }

  :where(.sleep_investment) .fv__text1::before,
  :where(.sleep_investment) .fv__text1::after {
    display: block;
    position: static;
    width: var(--sz-120);
  }

  :where(.sleep_investment) .fv__text2 {
    margin-bottom: var(--sz-45);
    font-size: var(--sz-45);
  }
  :where(.sleep_investment) .fv__text2 .n1 {
    font-size: var(--sz-50);
  }

  :where(.sleep_investment) .fv__text2 .n2 {
    font-size: var(--sz-70);
    line-height: 1;
  }

  :where(.sleep_investment) .fv__text2 .n3 {
    font-size: var(--sz-50);
  }

  :where(.sleep_investment) .fv__main {
    margin-bottom: 0;
  }

  :where(.sleep_investment) .fv__img {
  }

  :where(.sleep_investment) .fv__heading {
    bottom: 9%;
    left: -9%;
  }

  :where(.sleep_investment) .fv__text3 {
  }
}

/*
  ============================
  Voice
  ============================
  */
:where(.sleep_investment) .voice {
  padding-bottom: var(--sz-110);
}

:where(.sleep_investment) .voice__inner {
  width: 92%;
  margin-inline: auto;
}

:where(.sleep_investment) .voice__heading {
  margin-bottom: var(--sz-49);
  width: 63.76%;
  margin-inline: auto;
}

:where(.sleep_investment) .voice__body {
}

:where(.sleep_investment) .posts .slick-slide {
  padding-inline: var(--sz-20);
}

:where(.sleep_investment) .post {
  background-color: #fff;
  padding: 1em 1em 1.5em 1em;
  position: relative;
  font-size: var(--sz-24);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--sz-4) var(--sz-4) var(--sz-15) 0px rgba(0, 0, 0, 0.2);
}
:where(.sleep_investment) .post::after {
  content: "";
  display: block;
  width: 100%;
  height: 10em;
  background-image: linear-gradient(0deg, #ffffff 50%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

:where(.sleep_investment) .post__img {
  margin-bottom: var(--sz-10);
  margin-inline: auto;
  display: block;
}
:where(.sleep_investment) .post__img:hover {
  opacity: 0.7;
}

:where(.sleep_investment) .post__desc {
  height: 12em;
}

:where(.sleep_investment) .post__more {
  padding: unset;
  border: unset;
  background: unset;
  width: 66%;
  margin-inline: auto;
  display: block;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .voice {
    padding-bottom: var(--sz-130);
  }

  :where(.sleep_investment) .voice__inner {
    width: 72.91%;
  }

  :where(.sleep_investment) .voice__heading {
    width: 31.41%;
  }

  :where(.sleep_investment) .posts {
  }

  :where(.sleep_investment) .post {
  }

  :where(.sleep_investment) .post__img {
  }

  :where(.sleep_investment) .post__desc {
  }

  :where(.sleep_investment) .post__more {
  }
}

/*
  ============================
  Floating
  ============================
  */

:where(.sleep_investment) .floating {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: clamp(284px, 75.7%, 569px);
}

:where(.sleep_investment) .floating__link {
  transition: 0.3s;
}

:where(.sleep_investment) .floating__link:hover {
  filter: brightness(1.1);
}

@media (min-width: 750px) {
  :where(.sleep_investment) .floating {
    right: calc((100vw - 750px) / 2);
  }
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .floating {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    bottom: unset;
    width: var(--sz-97);
  }
}

/*
  ============================
  Arrow
  ============================
  */

:where(.sleep_investment) .arrow {
  width: var(--sz-10);
  margin-inline: auto;
  margin-bottom: var(--sz-26);
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .arrow {
    margin-bottom: var(--sz-28);
  }
}

/*
  ============================
  Worry
  ============================
  */

:where(.sleep_investment) .worry {
  background: url(../img/sp/bg-worry.jpg);
  background-size: contain;
  position: relative;
  aspect-ratio: 750 / 2045;
}

:where(.sleep_investment) .worry__inner {
  padding-top: 25.33%;
  width: 83.7%;
  margin-inline: auto;
}

:where(.sleep_investment) .worry__heading {
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .worry {
    background-image: url(../img/pc/bg-worry.jpg);
    aspect-ratio: 1920 / 1262;
  }

  :where(.sleep_investment) .worry__inner {
    padding-top: var(--sz-134);
    width: 62.96%;
  }

  :where(.sleep_investment) .worry__heading {
  }
}

/*
  ============================
  About
  ============================
  */

:where(.sleep_investment) .about {
  background-image: url(../img/sp/bg-about.svg);
  background-position: bottom center;
  background-size: 100%;
  margin-bottom: calc(-1 * var(--sz-55));
}

:where(.sleep_investment) .about__inner {
  width: 92%;
  margin-inline: auto;
  padding-top: var(--sz-110);
  padding-bottom: var(--sz-154);
}

:where(.sleep_investment) .about__heading {
  width: 93.1%;
  margin-inline: auto;
}

:where(.sleep_investment) .about__body {
}

:where(.sleep_investment) .about__lead {
  font-family: var(--font-serif);
  text-align: center;
  font-size: var(--sz-60);
  line-height: normal;
}
:where(.sleep_investment) .about__lead .p1 {
  font-size: var(--sz-70);
  margin-bottom: var(--sz-20);
}

:where(.sleep_investment) .about__lead .p2 {
  margin-bottom: var(--sz-46);
  font-size: var(--sz-45);
}
:where(.sleep_investment) .about__lead .p2 .n1 {
  font-size: var(--sz-60);
}

:where(.sleep_investment) .about__lead .p2 .n2 {
  font-size: var(--sz-55);
}

:where(.sleep_investment) .about__lead .p3 {
  margin-bottom: var(--sz-45);
  font-size: var(--sz-45);
}
:where(.sleep_investment) .about__lead .p3.n1 {
  font-size: var(--sz-55);
}

:where(.sleep_investment) .about__lead .p4 {
  margin-inline: auto;
  margin-bottom: var(--sz-70);
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .about {
    background-image: url(../img/pc/bg-about.svg);
    margin-bottom: calc(-1 * var(--sz-120));
    background-attachment: fixed;
    background-position: top;
  }

  :where(.sleep_investment) .about__inner {
    padding-top: var(--sz-160);
    padding-bottom: var(--sz-246);
    width: 100%;
  }

  :where(.sleep_investment) .about__heading {
    width: 62.23%;
    margin-bottom: var(--sz-85);
  }

  :where(.sleep_investment) .about__body {
    width: 62.5%;
    margin-inline: auto;
  }

  :where(.sleep_investment) .about__body {
    width: 100%;
  }

  :where(.sleep_investment) .about__lead {
    font-size: var(--sz-45);
  }
  :where(.sleep_investment) .about__lead .p1 {
  }

  :where(.sleep_investment) .about__lead .p2 {
    margin-bottom: var(--sz-63);
  }

  :where(.sleep_investment) .about__lead .p3 {
    margin-bottom: var(--sz-83);
  }

  :where(.sleep_investment) .about__lead .p4 {
    width: 68.8%;
    margin-bottom: var(--sz-96);
  }
}

/*
  ============================
  Product
  ============================
  */

:where(.sleep_investment) .product {
}

:where(.sleep_investment) .product__heading {
  background-color: var(--color-navy);
  color: var(--bs-white);
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: var(--sz-45);
  line-height: 1.44;
  text-align: center;
  padding: var(--sz-34) 0;
  position: relative;
}

:where(.sleep_investment) .product__heading span {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: var(--sz-26);
  line-height: 1.73;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 0.3em;
}

:where(.sleep_investment) .product__body {
  display: flex;
  flex-direction: column;
  background-color: var(--bs-white);
}

:where(.sleep_investment) .product__image {
  position: relative;
}

:where(.sleep_investment) .product__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: 0.3s;
}

:where(.sleep_investment) .product__link:hover {
  filter: brightness(1.1);
}

:where(.sleep_investment) .product--1 .product__link {
  width: 93.62%;
  top: 38%;
  left: 3%;
}

:where(.sleep_investment) .product--2 .product__link {
  width: 83.47%;
  top: 35%;
  left: 8%;
}

:where(.sleep_investment) .product--3 .product__link {
  width: 92.17%;
  top: 27%;
  left: 3%;
}

:where(.sleep_investment) .product--4 .product__link {
  width: 91.59%;
  top: 40%;
  left: 4%;
}

:where(.sleep_investment) .product__bg {
}

:where(.sleep_investment) .product__cap {
  position: absolute;
  color: var(--bs-white);
  font-family: var(--font-serif);
  font-size: var(--sz-40);
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.02em;
  top: 8%;
  left: 10%;
}

:where(.sleep_investment) .product__detail {
  padding: var(--sz-50);
  padding-top: var(--sz-25);
  position: relative;
}

:where(.sleep_investment) .product__head {
  width: fit-content;
  padding-bottom: var(--sz-23);
  position: relative;
}

:where(.sleep_investment) .product__head.product__head::before {
  content: "";
  height: 1px;
  width: var(--sz-347);
  display: block;
  background-color: var(--color-primary);
  position: absolute;
  top: 100%;
  left: 0;
}

:where(.sleep_investment) .product__name {
  font-size: var(--sz-32);
  line-height: 1.44;
}

:where(.sleep_investment) .product__price {
  font-size: var(--sz-26);
  line-height: 1.44;
}

:where(.sleep_investment) .product__price span {
  font-size: var(--sz-36);
}

:where(.sleep_investment) .product__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: var(--sz-20);
}

:where(.sleep_investment) .product__monthly {
  font-size: var(--sz-36);
  line-height: 1.44;
  width: 100%;
  margin-bottom: 0.2em;
}

:where(.sleep_investment) .product__monthly span {
  font-size: var(--sz-63);
}

:where(.sleep_investment) .product__first {
  font-size: var(--sz-26);
  line-height: 1.42;
  display: flex;
  margin-right: 0.2em;
}

:where(.sleep_investment) .product__first small {
  font-size: var(--sz-20);
  line-height: 1.45;
  transform: translateY(-30%);
}

:where(.sleep_investment) .product__installment {
  border: 1px solid;
  font-size: var(--sz-26);
  line-height: 1.38;
  text-align: center;
  width: fit-content;
  padding: 0.15em 0.75em;
}

:where(.sleep_investment) .product__balloon {
  position: absolute;
  width: var(--sz-227);
  top: var(--sz-80);
  right: var(--sz-50);
}

:where(.sleep_investment) .product__desc {
  font-size: var(--sz-20);
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: var(--sz-31);
}

:where(.sleep_investment) .product__btn {
}

@media (max-width: 480px) {
  :where(.sleep_investment) .product--2 .product__balloon {
    top: var(--sz-40);
  }
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .product {
    width: 72.9%;
    margin-left: auto;
    margin-right: auto;
  }

  :where(.sleep_investment) .product__heading {
    font-size: var(--sz-46);
    line-height: 1.45;
    letter-spacing: 0.05em;
    padding: var(--sz-25) 0;
  }

  :where(.sleep_investment) .product__heading span {
    font-size: var(--sz-30);
    line-height: 1.45;
    letter-spacing: 0.1em;
    margin-top: 0;
  }

  :where(.sleep_investment) .product__body {
    flex-direction: row;
  }

  :where(.sleep_investment) .product__image {
    flex: 0 0 auto;
    width: 55.14%;
  }

  :where(.sleep_investment) .product--1 .product__link {
    width: 83.78%;
    left: 10%;
  }

  :where(.sleep_investment) .product--2 .product__link {
    width: 89.15%;
    top: 30%;
  }

  :where(.sleep_investment) .product--3 .product__link {
    width: 88.58%;
    top: 32%;
    left: 7%;
  }

  :where(.sleep_investment) .product--4 .product__link {
    width: 89.75%;
    top: 41%;
    left: 5%;
  }

  :where(.sleep_investment) .product__bg {
  }

  :where(.sleep_investment) .product__cap {
    top: 13%;
    left: 11%;
  }

  :where(.sleep_investment) .product__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  :where(.sleep_investment) .product__head {
  }

  :where(.sleep_investment) .product__head.product__head::before {
  }

  :where(.sleep_investment) .product__name {
    margin-bottom: 0.5em;
  }

  :where(.sleep_investment) .product__price {
    font-size: var(--sz-18);
  }

  :where(.sleep_investment) .product__price span {
    font-size: var(--sz-26);
  }

  :where(.sleep_investment) .product__meta {
    margin-bottom: var(--sz-30);
  }

  :where(.sleep_investment) .product__monthly {
    font-size: var(--sz-32);
    line-height: 1.8;
    margin-bottom: 0;
  }

  :where(.sleep_investment) .product__monthly span {
    font-size: var(--sz-55);
  }

  :where(.sleep_investment) .product__first {
    font-size: var(--sz-22);
    line-height: 1.45;
    margin-right: 0.75em;
  }

  :where(.sleep_investment) .product__first small {
    font-size: var(--sz-15);
  }

  :where(.sleep_investment) .product__installment {
    font-size: var(--sz-22);
    line-height: 1.66;
  }

  :where(.sleep_investment) .product__balloon {
    width: var(--sz-212);
    top: var(--sz-105);
    right: var(--sz-50);
  }

  :where(.sleep_investment) :where(.product--3, .product--4) .product__balloon {
    width: var(--sz-201);
  }

  :where(.sleep_investment) .product__desc {
    font-size: var(--sz-18);
    line-height: 1.8;
    width: var(--sz-496);
    margin-bottom: var(--sz-38);
  }

  :where(.sleep_investment) .product__btn {
    width: var(--sz-532);
  }
}

/*
  ============================
  Installment
  ============================
  */

:where(.sleep_investment) .installment {
  margin-top: var(--sz-67);
  box-shadow: 0px 3.68091082572937px 18.404552459716797px 0px #00000040;
}

:where(.sleep_investment) .installment__inner {
  background-color: var(--bs-white);
  padding: var(--sz-88) var(--sz-43) var(--sz-95);
}

:where(.sleep_investment) .installment__heading {
  font-size: var(--sz-47);
  line-height: 1.38;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: var(--sz-54);
}

:where(.sleep_investment) .installment__heading > span:last-child {
  display: block;
  font-family: var(--font-serif);
  font-size: var(--sz-70);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.42;
  margin-top: var(--sz-20);
}

:where(.sleep_investment) .installment__heading > span > span {
  display: block;
  font-family: var(--font-serif);
  font-size: var(--sz-77);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

:where(.sleep_investment) .installment__text1 {
  margin-bottom: var(--sz-50);
}

:where(.sleep_investment) .installment__trading {
  display: flex;
  gap: var(--sz-22);
  margin-bottom: var(--sz-30);
}

:where(.sleep_investment) .installment__trading-title {
  border: 1px solid;
  font-size: var(--sz-30);
  line-height: 1.16;
  width: var(--sz-100);
  height: var(--sz-100);
  display: flex;
  justify-content: center;
  align-items: center;
}

:where(.sleep_investment) .installment__trading-body {
  font-size: var(--sz-30);
  line-height: 1.66;
}

:where(.sleep_investment) .installment__desc {
  font-size: var(--sz-25);
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: var(--sz-46);
}

:where(.sleep_investment) .installment__link {
  color: var(--bs-white);
  background-color: var(--color-navy);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--sz-30);
  line-height: 1.45;
  padding: var(--sz-30) var(--sz-35) var(--sz-30) var(--sz-50);
}

:where(.sleep_investment) .installment__link:hover {
  color: var(--bs-white);
  filter: opacity(0.8);
  transition-property: filter;
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .installment {
    margin-top: var(--sz-123);
    width: 72.91%;
    margin-inline: auto;
  }

  :where(.sleep_investment) .installment__inner {
    padding: var(--sz-98) var(--sz-120) var(--sz-120);
  }

  :where(.sleep_investment) .installment__heading {
    font-size: var(--sz-40);
    line-height: 1.44;
    letter-spacing: 0.02em;
    margin-bottom: var(--sz-45);
  }

  :where(.sleep_investment) .installment__heading .n1 {
    font-size: var(--sz-50);
  }

  :where(.sleep_investment) .installment__heading > span:last-child {
    font-size: var(--sz-65);
    letter-spacing: 0;
    margin-top: 0;
  }

  :where(.sleep_investment) .installment__heading > span > span {
    display: inline-block;
    font-size: var(--sz-65);
  }

  :where(.sleep_investment) .installment__text1 {
    margin-bottom: var(--sz-70);
  }

  :where(.sleep_investment) .installment .row {
    margin-bottom: var(--sz-56);
  }

  :where(.sleep_investment) .installment__trading {
    flex-direction: column;
    width: fit-content;
    margin-inline: auto;
    gap: var(--sz-16);
  }

  :where(.sleep_investment) .installment__trading-title {
    width: 100%;
    height: auto;
    font-size: var(--sz-28);
    line-height: 1.5;
  }

  :where(.sleep_investment) .installment__trading-body {
    font-size: var(--sz-28);
    line-height: 1.8;
  }

  :where(.sleep_investment) .installment__desc {
    font-size: var(--sz-20);
    line-height: 2.3;
    letter-spacing: 0.05em;
    width: 86.5%;
    margin-inline: auto;
  }

  :where(.sleep_investment) .installment__link {
    font-size: var(--sz-37);
    padding: var(--sz-25) var(--sz-35);
    justify-content: center;
  }

  :where(.sleep_investment) .installment__link:hover {
  }

  :where(.sleep_investment) .installment__link i {
    position: absolute;
    top: 50%;
    right: var(--sz-45);
    transform: translateY(-50%);
  }
}

/*
  ============================
  Flow
  ============================
  */

:where(.sleep_investment) .flow {
  margin-bottom: var(--sz-30);
}

:where(.sleep_investment) .flow__heading {
  border: var(--sz-4) solid;
  font-size: var(--sz-30);
  line-height: 1.45;
  position: relative;
  padding: var(--sz-30) var(--sz-35) var(--sz-30) var(--sz-50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

:where(.sleep_investment) .open .flow__heading i::before {
  content: "\f068";
}

:where(.sleep_investment) .flow__body {
  display: none;
  background-color: #e7edf6;
  padding: var(--sz-106) 0;
  color: #000;
}

:where(.sleep_investment) .flow__steps {
  width: 84%;
  margin-inline: auto;
  margin-bottom: var(--sz-112);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sz-112);
  counter-reset: count;
}

:where(.sleep_investment) .flow__step {
  background-color: var(--bs-white);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  padding: var(--sz-48);
  position: relative;
  counter-increment: count;
}

:where(.sleep_investment) .flow__step::after {
  content: "";
  background: url(../img/common/arrow.png);
  background-size: cover;
  aspect-ratio: 48 / 42;
  width: var(--sz-48);
  position: absolute;
  top: calc(100% + var(--sz-35));
  left: 50%;
  transform: translateX(-50%);
}

:where(.sleep_investment) .flow__step-heading {
  border-bottom: 2px solid #113a58;
  font-size: var(--sz-32);
  font-weight: bold;
  padding-bottom: var(--sz-16);
  position: relative;
  margin-bottom: var(--sz-32);
  display: flex;
  line-height: 1.8;
}

:where(.sleep_investment) .flow__step-heading::before {
  content: counter(count);
  font-size: var(--sz-40);
  margin-right: var(--sz-32);
  line-height: 1.5;
}

:where(.sleep_investment) .flow__desc {
  line-height: 1.6;
  font-size: var(--sz-32);
  font-weight: normal;
}

:where(.sleep_investment) .flow__desc p:last-child {
  margin-bottom: 0;
}

:where(.sleep_investment) .flow__desc small {
  font-size: var(--sz-24);
  display: inline-block;
}

:where(.sleep_investment) .flow__annotation {
  width: 84%;
  margin-inline: auto;
  font-size: var(--sz-32);
  font-weight: normal;
  line-height: 1.6;
}

:where(.sleep_investment) .flow__annotation p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .flow {
  }

  :where(.sleep_investment) .flow__heading {
    display: flex;
    justify-content: center;
    position: relative;
    font-size: var(--sz-37);
    padding: var(--sz-25) var(--sz-35);
  }

  :where(.sleep_investment) .flow__heading i {
    position: absolute;
    top: 50%;
    right: var(--sz-35);
    transform: translateY(-50%);
  }

  :where(.sleep_investment) .flow__body {
  }

  :where(.sleep_investment) .flow__steps {
    width: 64%;
    gap: var(--sz-64);
  }

  :where(.sleep_investment) .flow__step {
    padding: var(--sz-28);
  }

  :where(.sleep_investment) .flow__step::after {
    width: var(--sz-24);
    top: calc(100% + var(--sz-24));
  }

  :where(.sleep_investment) .flow__step-heading {
    font-size: var(--sz-20);
    margin-bottom: var(--sz-16);
  }

  :where(.sleep_investment) .flow__step-heading::before {
    font-size: var(--sz-24);
    margin-right: var(--sz-16);
  }

  :where(.sleep_investment) .flow__desc {
    font-size: var(--sz-18);
  }

  :where(.sleep_investment) .flow__desc p:last-child {
  }

  :where(.sleep_investment) .flow__desc small {
    font-size: var(--sz-14);
  }

  :where(.sleep_investment) .flow__annotation {
    width: 64%;
    font-size: var(--sz-20);
  }
}

/*
  ============================
  Comfort
  ============================
  */

:where(.sleep_investment) .comfort {
  background: url(../img/sp/bg-comfort.jpg);
  background-size: cover;
  padding-bottom: var(--sz-153);
}

:where(.sleep_investment) .comfort__inner {
  width: 90%;
  margin-inline: auto;
  padding-top: var(--sz-120);
}

:where(.sleep_investment) .comfort__heading {
  font-family: var(--font-serif);
  font-size: var(--sz-50);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  background: url(../img/sp/title-comfort.png) no-repeat;
  background-size: 76%;
  background-position: top center;
  margin-bottom: var(--sz-77);
}

:where(.sleep_investment) .comfort__heading span {
  display: block;
  font-size: var(--sz-56);
}

:where(.sleep_investment) .comfort__body {
}

:where(.sleep_investment) .comfort__items {
  counter-reset: count;
  display: flex;
  flex-direction: column;
  gap: var(--sz-93);
}

:where(.sleep_investment) .comfort__item {
}

:where(.sleep_investment) .comfort__item > .row {
  gap: var(--sz-53);
}

:where(.sleep_investment) .comfort__lead {
  font-size: var(--sz-42);
  line-height: 1.66;
  letter-spacing: 0.03em;
  margin-bottom: var(--sz-27);
  font-feature-settings: "palt";
}

:where(.sleep_investment) .comfort__desc {
  font-size: var(--sz-30);
  font-weight: normal;
  line-height: 2.16;
  letter-spacing: 0.03em;
  background: url(../img/sp/n1.png) no-repeat;
  background-size: var(--sz-184);
  background-position: bottom right;
}

:where(.sleep_investment) .comfort__item:nth-child(1) .comfort__desc {
  background-image: url(../img/sp/n1.png);
}

:where(.sleep_investment) .comfort__item:nth-child(2) .comfort__desc {
  background-image: url(../img/sp/n2.png);
}

:where(.sleep_investment) .comfort__item:nth-child(3) .comfort__desc {
  background-image: url(../img/sp/n3.png);
}

:where(.sleep_investment) .comfort__desc p:last-child {
  margin-bottom: 0;
}

:where(.sleep_investment) .comfort__desc small {
  font-size: var(--sz-20);
  line-height: 1.75;
  display: inline-block;
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .comfort {
    background: url(../img/pc/bg-comfort.jpg);
    padding-bottom: var(--sz-191);
  }

  :where(.sleep_investment) .comfort__inner {
    width: 72.9%;
    padding-top: var(--sz-221);
  }

  :where(.sleep_investment) .comfort__heading {
    background-image: url(../img/pc/title-comfort.png);
    background-size: 53.4%;
    padding-bottom: 2%;
    margin-bottom: var(--sz-90);
  }

  :where(.sleep_investment) .comfort__heading span {
    font-size: var(--sz-60);
    letter-spacing: 0.05em;
  }

  :where(.sleep_investment) .comfort__body {
  }

  :where(.sleep_investment) .comfort__items {
    gap: var(--sz-165);
  }

  :where(.sleep_investment) .comfort__item > .row {
    gap: 0;
    --bs-gutter-x: var(--sz-90);
  }

  :where(.sleep_investment) .comfort__lead {
    font-size: var(--sz-35);
    line-height: 1.71;
    font-feature-settings: unset;
    position: relative;
    z-index: 1;
  }

  :where(.sleep_investment) .comfort__desc {
    font-size: var(--sz-24);
    line-height: 2.5;
    position: relative;
  }

  :where(.sleep_investment) .comfort__desc::before {
    content: "";
    background: url(../img/pc/n1.png) no-repeat;
    background-size: contain;
    width: var(--sz-214);
    aspect-ratio: 214 / 152;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    z-index: 0;
  }

  :where(.sleep_investment) .comfort__item:nth-child(1) .comfort__desc {
    background: none;
  }

  :where(.sleep_investment) .comfort__item:nth-child(1) .comfort__desc::before {
    background-image: url(../img/pc/n1.png);
    transform: translateY(-120%);
  }

  :where(.sleep_investment) .comfort__item:nth-child(2) .comfort__desc {
    background: none;
  }

  :where(.sleep_investment) .comfort__item:nth-child(2) .comfort__desc::before {
    background-image: url(../img/pc/n2.png);
    transform: translateY(-90%);
  }

  :where(.sleep_investment) .comfort__item:nth-child(3) .comfort__desc {
    background: none;
  }

  :where(.sleep_investment) .comfort__item:nth-child(3) .comfort__desc::before {
    background-image: url(../img/pc/n3.png);
  }

  :where(.sleep_investment) .comfort__desc small {
    font-size: var(--sz-17);
  }
}

/*
  ============================
  Guarantee
  ============================
  */

:where(.sleep_investment) .guarantee {
  box-shadow: 0px 4px 20px 0px #00000033;
  margin-bottom: var(--sz-63);
}

:where(.sleep_investment) .guarantee__inner {
  background-color: var(--bs-white);
  padding: var(--sz-82) var(--sz-57);
}

:where(.sleep_investment) .guarantee__heading {
  font-family: var(--font-serif);
  font-size: var(--sz-50);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  margin: 0 calc(-1 * var(--sz-57)) var(--sz-47);
  position: relative;
  padding-bottom: var(--sz-35);
}

:where(.sleep_investment) .guarantee__heading::before,
:where(.sleep_investment) .guarantee__heading::after {
  content: "";
  background-color: var(--color-primary);
  height: 1px;
  width: var(--sz-172);
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

:where(.sleep_investment) .guarantee__heading::after {
  display: none;
}

:where(.sleep_investment) .guarantee__body {
}

:where(.sleep_investment) .guarantee__body > .row {
  gap: var(--sz-43);
}

:where(.sleep_investment) .guarantee__badge {
  width: 86.75%;
  margin-inline: auto;
}

:where(.sleep_investment) .guarantee__desc {
  font-size: var(--sz-30);
  font-weight: normal;
  line-height: 2.16;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .guarantee {
  }

  :where(.sleep_investment) .guarantee__inner {
    padding: var(--sz-73) var(--sz-104);
  }

  :where(.sleep_investment) .guarantee__heading {
    margin-inline: auto;
    margin-bottom: var(--sz-52);
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }

  :where(.sleep_investment) .guarantee__heading::before,
  :where(.sleep_investment) .guarantee__heading::after {
    display: block;
    position: static;
    transform: unset;
  }

  :where(.sleep_investment) .guarantee__heading::before {
  }

  :where(.sleep_investment) .guarantee__heading::after {
  }

  :where(.sleep_investment) .guarantee__body {
  }

  :where(.sleep_investment) .guarantee__body > .row {
    gap: 0;
    --bs-gutter-x: var(--sz-60);
  }

  :where(.sleep_investment) .guarantee__badge {
    width: var(--sz-421);
    margin-left: 0;
  }

  :where(.sleep_investment) .guarantee__desc {
    font-size: var(--sz-21);
    letter-spacing: -0.02em;
    line-height: 2.5;
  }
}

/*
  ============================
  Lineup
  ============================
  */

:where(.sleep_investment) .lineup {
  background: url(../img/sp/bg-lineup.svg);
  background-size: 100%;
  background-position: top;
  padding-top: var(--sz-111);
  position: relative;
  z-index: 1;
}

:where(.sleep_investment) .lineup__inner {
  width: 92%;
  margin-inline: auto;
}

:where(.sleep_investment) .lineup__lead {
  font-family: var(--font-serif);
  font-size: var(--sz-50);
  line-height: 1.8;
  text-align: center;
  background: linear-gradient(90.04deg, #f9e2a5 5.77%, #fdefcb 49.77%, #f8e3ae 92.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--sz-82);
}

:where(.sleep_investment) .lineup__lead span {
  font-size: var(--sz-70);
  line-height: 1.28;
}

:where(.sleep_investment) .lineup__heading {
  color: var(--bs-white);
  font-family: var(--font-serif);
  font-size: var(--sz-60);
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  background: url(../img/sp/title-lineup.png) no-repeat;
  background-size: 62%;
  background-position: center center;
  margin-bottom: var(--sz-77);
  height: var(--sz-211);
  display: flex;
  justify-content: center;
  align-items: center;
}

:where(.sleep_investment) .lineup__body {
  margin-bottom: var(--sz-73);
}

:where(.sleep_investment) .lineup__products {
  display: flex;
  flex-direction: column;
  gap: var(--sz-90);
}

:where(.sleep_investment) .lineup .product {
  position: relative;
}

:where(.sleep_investment) .lineup .product::before {
  content: "";
  height: 1px;
  width: var(--sz-280);
  background-color: var(--bs-white);
  display: block;
  position: absolute;
  top: 3%;
  left: 0;
  z-index: 0;
  transform: rotate(-45deg) translateX(-50%);
  transform-origin: left top;
}

:where(.sleep_investment) .lineup__product-name {
  font-family: var(--font-rich);
  font-size: var(--sz-60);
  font-weight: normal;
  line-height: 1;
  text-align: right;
  padding-right: 0.3em;
  background: linear-gradient(180deg, #f5b478 0%, #deb86e 51.56%, #ba954d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -0.17em;
}

:where(.sleep_investment) .lineup__product:nth-child(3) .lineup__product-name {
  font-size: var(--sz-90);
}

:where(.sleep_investment) .lineup__product:nth-child(4) .lineup__product-name {
  font-size: var(--sz-90);
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .lineup {
    background: url(../img/pc/bg-lineup.svg);
    padding-top: var(--sz-236);
  }

  :where(.sleep_investment) .lineup__inner {
    width: 72.9%;
  }

  :where(.sleep_investment) .lineup__lead {
  }

  :where(.sleep_investment) .lineup__lead span {
  }

  :where(.sleep_investment) .lineup__heading {
    background-image: url(../img/pc/title-lineup.png);
    background-size: 30.7%;
    margin-bottom: var(--sz-47);
  }

  :where(.sleep_investment) .lineup__body {
    margin-bottom: var(--sz-120);
  }

  :where(.sleep_investment) .lineup__products {
  }

  :where(.sleep_investment) .lineup .product {
    width: 100%;
  }

  :where(.sleep_investment) .lineup .product::before {
    width: var(--sz-320);
    top: 6%;
    left: 3%;
  }

  :where(.sleep_investment) .lineup__product-name {
    font-size: var(--sz-100);
  }

  :where(.sleep_investment) .lineup__product:nth-child(2) .product__balloon {
    top: var(--sz-125);
  }

  :where(.sleep_investment) .lineup__product:nth-child(3) .product__balloon {
    top: var(--sz-105);
  }

  :where(.sleep_investment) .lineup__product:nth-child(4) .product__balloon {
    top: var(--sz-115);
  }
}

/*
  ============================
  Review
  ============================
  */

:where(.sleep_investment) :is(section).review {
  background-color: var(--bs-white);
  border-top-right-radius: var(--sz-80);
  border-bottom-left-radius: var(--sz-80);
  box-shadow: 10px 10px 20px 0px #0000001a;
  margin-bottom: var(--sz-74);
}

:where(.sleep_investment) .review__inner {
  padding: 20% 3% 15%;
}

:where(.sleep_investment) .review__heading {
  text-align: center;
  margin-bottom: 2em;
  font-size: var(--sz-32);
}

:where(.sleep_investment) .yotpo-reviews-carousel {
  overflow: hidden;
}

:where(.sleep_investment) .review__btn {
  width: 78.11%;
  display: block;
  margin-inline: auto;
}

@media (min-width: 1200px) {
  :where(.sleep_investment) :is(section).review {
    margin-bottom: var(--sz-98);
  }

  :where(.sleep_investment) .review__inner {
    padding: var(--sz-80) var(--sz-90) var(--sz-60);
  }

  :where(.sleep_investment) .review__heading {
    font-size: var(--sz-24);
  }

  :where(.sleep_investment) .review__btn {
    width: var(--sz-441);
  }
}

/*
  ============================
  Category
  ============================
  */

:where(.sleep_investment) .category {
}

:where(.sleep_investment) .category__inner {
  padding-top: 14%;
  margin-bottom: 9%;
}

:where(.sleep_investment) .category__heading {
  color: var(--bs-white);
  font-family: var(--font-serif);
  font-size: var(--sz-55);
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
  background: url(../img/sp/title-category.png) no-repeat;
  background-size: 52%;
  background-position: center center;
  margin-bottom: var(--sz-17);
  height: var(--sz-180);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

:where(.sleep_investment) .category__heading span {
  display: block;
  font-family: var(--font-default);
  font-size: var(--sz-30);
  letter-spacing: 0.05em;
  margin-top: var(--sz-17);
}

:where(.sleep_investment) .category__items {
  display: flex;
  flex-direction: column;
  margin: 0;
}

:where(.sleep_investment) .category__item {
}

:where(.sleep_investment) .category__link {
  display: block;
}

:where(.sleep_investment) .category__fig {
  margin: 0;
  position: relative;
}

:where(.sleep_investment) .category__cap {
  color: var(--bs-white);
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}

:where(.sleep_investment) .category__name {
  font-family: var(--font-serif);
  font-size: var(--sz-50);
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 0.5em;
}

:where(.sleep_investment) .category__desc {
  font-size: var(--sz-30);
  font-weight: normal;
  line-height: 2.1;
  letter-spacing: 0.03em;
  margin: 0;
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .category {
  }

  :where(.sleep_investment) .category__inner {
    padding-top: var(--sz-140);
    margin-bottom: var(--sz-82);
  }

  :where(.sleep_investment) .category__heading {
    background-image: url(../img/pc/title-category.png);
    font-size: var(--sz-60);
    background-size: 20%;
  }

  :where(.sleep_investment) .category__heading span {
    font-size: var(--sz-35);
  }

  :where(.sleep_investment) .category__items {
    flex-direction: row;
    flex-wrap: wrap;
  }

  :where(.sleep_investment) .category__item {
    flex: 0 0 50%;
  }

  :where(.sleep_investment) .category__link {
  }

  :where(.sleep_investment) .category__fig {
  }

  :where(.sleep_investment) .category__cap {
  }

  :where(.sleep_investment) .category__name {
    font-size: var(--sz-55);
  }

  :where(.sleep_investment) .category__desc {
    font-size: var(--sz-35);
    letter-spacing: 0.05em;
    line-height: 1.85;
  }
}

/*
  ============================
  CTA
  ============================
  */

:where(.sleep_investment) .cta {
  background-color: #e6f6fa;
  padding-top: var(--sz-116);
  padding-bottom: var(--sz-140);
}

:where(.sleep_investment) .cta .p1 {
  text-align: center;
  font-size: var(--sz-40);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: var(--sz-45);
}

:where(.sleep_investment) .cta .p2 {
  text-align: center;
  font-size: var(--sz-40);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: var(--sz-84);
}

:where(.sleep_investment) .cta__inner {
  width: 90%;
  margin-inline: auto;
  position: relative;
}
:where(.sleep_investment) .cta__inner > * {
  position: relative;
}
:where(.sleep_investment) .cta__inner::before {
  content: "";
  background: url(../img/sp/cta-bg-product.png);
  background-size: contain;
  width: var(--sz-405);
  aspect-ratio: 247 / 137;
  display: block;
  position: absolute;
  top: 54%;
  right: -16%;
}

:where(.sleep_investment) .cta__nav {
  display: flex;
  flex-direction: column;
  gap: var(--sz-35);
  align-items: center;
}

@media (min-width: 1200px) {
  :where(.sleep_investment) .cta {
    padding-top: var(--sz-158);
    padding-bottom: var(--sz-133);
  }
  :where(.sleep_investment) .cta .p1 {
    line-height: 2.125;
    letter-spacing: 0.03em;
    margin-bottom: var(--sz-57);
  }

  :where(.sleep_investment) .cta .p2 {
    line-height: 2.125;
    letter-spacing: 0.03em;
    margin-bottom: var(--sz-91);
  }

  :where(.sleep_investment) .cta__inner {
    width: 72.9%;
  }
  :where(.sleep_investment) .cta__inner::before {
    width: var(--sz-494);
    top: 40%;
    right: -4%;
  }
}

/*
  ============================
  Fancybox
  ============================
  */

.fancybox-bg {
  background-color: rgb(16 58 87 / 80%);
}

.fancybox-stage {
  height: 100vh;
  max-height: 65vh;
  max-width: 52rem;
  width: 95%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancybox-button svg {
  display: none;
}

.fancybox-button::before {
  content: "\f057";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-slide--html .fancybox-button {
  padding: 0;
  font-size: 2em;
}

.fancybox-content {
  padding: 1em;
  position: static;
}
.fancybox-content .modal__inner {
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
}

.fancybox-content .modal__img {
  height: 56vh;
  width: auto;
  margin-inline: auto;
}

.fancybox-content .modal__link {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  padding: 0.7em 2em;
  background-color: #103a57;
  border-radius: 50vh;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 1;
}

.fancybox-content .modal__link:hover {
  color: #fff;
}

.fancybox-content .modal__desc {
  color: #103a57;
  font-size: 80%;
}

@media (min-width: 768px) {
  .fancybox-content .modal__inner {
    flex-direction: row;
    align-items: flex-start;
  }

  .fancybox-content .modal__img {
    height: auto;
    margin-inline: unset;
  }

  .fancybox-content .modal__link {
    bottom: unset;
  }
}

/*
============================
Footer
============================
*/

.button_5 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  padding: 37px 0;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background: #103957;
  border-radius: var(--sz-5);
  border: var(--sz-3) solid #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: var(--sz-182);
}

.button_5 > span {
  display: block;
  padding: 0 1em;
}

.button_5:after {
  content: "";
  width: 6px;
  height: 6px;
  border: solid 2px #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.button_5:hover {
  color: var(--bs-white);
}

.button_5:hover img {
  opacity: 1;
}

@media (max-width: 767px) {
  .button_5 {
    padding: 8.53vw 0;
    font-size: 4.27vw;
    margin-bottom: var(--sz-106);
  }

  .button_5 > img {
    width: 20.27vw;
    height: auto;
  }

  .button_5:after {
    width: 2.67vw;
    height: 2.67vw;
  }
}

@media (min-width: 768px) {
  .button_5 {
    border: none;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 1057px;
    margin-inline: auto;
  }

  .is_pc_none_1 {
    display: none !important;
  }
}
