/* 1. CSS Variables & Base */
@import url("css/reset.css");

/* 2. Layout */
@import url("css/contact.css");

/* 3. Components */
@import url("css/chart.css");
@import url("css/breadcrumb.css");

/* 4. Utilities */
@import url("css/animate.css");

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-image: url(./images/common/circles-light.png);
  background-repeat: repeat;
  background-size: 400px 400px;
}

h1,
h2,
h3,
h4 {
  font-family: "Shippori Mincho B1", serif;
}

.pc {
  display: none;
}

section {
  overflow: hidden;
}

/* ヘーダ */
.header {
  position: fixed;
  height: 8rem;
  width: 100%;
  z-index: 1001;
  top: 0;
  background: transparent;
  background-color: white;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__logo img {
  width: 18.2rem;
  height: 5rem;
  image-rendering: crisp-edges;
}

.header__nav {
  display: none;
}

#btn_spmenu {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  top: 25px;
  right: 8px;
}

#btn_spmenu img {
  width: 27px;
}

#btn_spmenu span {
  font-size: 1rem;
  line-height: 2.4;
  color: #000;
}

.popup {
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 1002;
  display: flex;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup__close {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  top: 2.6rem;
  right: 0.8rem;
  cursor: pointer;
  gap: 0.15rem;
}

.popup__close span {
  font-size: 1rem;
  line-height: 2.4;
  white-space: nowrap;
}

.popup__close img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
}

.popup--open {
  right: 0;
  opacity: 1;
}

.popup__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.8vh;
  height: 100%;
  padding-bottom: 6rem;
}

.popup__link {
  font-size: 2rem;
  line-height: 1.2;
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: space-evenly;
  z-index: 1000;
}

.mobile-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  gap: 4px;
  align-items: center;
}

.mobile-menu__item span {
  font-size: 2rem;
  font-weight: 700;
}

.mobile-menu__item:first-child {
  background-color: #e2e900;
}

.mobile-menu__item:last-child {
  background-color: #c63600;
}

.mobile-menu__item:first-child::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(./images/common/icon-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-menu__item:last-child {
  color: #fff;
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.fv__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  z-index: -1;
}

.fv__logo {
  width: 16rem;
  margin-top: 13.4rem;
  margin-left: 1.6rem;
}

.fv__hero {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #025378;
  text-shadow: 0px 0px 12px #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 24.9%;
  width: 100%;
}

.fv__wrapper {
  position: absolute;
  max-width: 50rem;
  padding: 0 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  gap: min(2.4rem, 4.27vw);
}

.fv__item {
  font-family: "Shippori Mincho B1", serif;
  width: min(29.34vw, 16rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(40, 195, 212, 0.61);
  color: #fff;
  font-size: min(5.34vw, 2.4rem);
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fv__item span {
  color: #fff700;
}

.reason {
  position: relative;
  padding: 1.6rem 0 0;
}

.reason__image {
  position: relative;
}

.reason__image::before {
  content: "";
  display: block;
  width: min(72px, 19.2vw);
  height: min(110px, 29.34vw);
  background-image: url(./images/common/mascot.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: min(163px, 43.47vw);
  right: calc(50vw - min(126px, 33.6vw));
  z-index: -1;
}

.reason__image img {
  width: min(86.4vw, 32.4rem);
  image-rendering: pixelated;
  display: block;
  margin: 0 auto 4.4rem;
}

.reason__decor {
  display: block;
  width: min(19.2vw, 7.2rem);
  height: auto;
  position: absolute;
  top: 17.9rem;
  right: 6.2rem;
  z-index: -1;
}

.reason__wrapper {
  padding: 0.4rem 0 8.2rem;
  background-image: url(./images/reason/splash.webp);
  background-position: 53% bottom;
  background-size: auto 100%;
}

.reason__main-image {
  width: calc(100% - 16px);
  object-fit: cover;
  aspect-ratio: 1;
  max-width: 500px;
  display: block;
  margin: 2rem auto;
  border-radius: 2rem;
}

.title {
  font-size: 2.4rem;
  line-height: 3.5rem;
  text-align: center;
}

.body-copy {
  font-size: 1.6rem;
  line-height: 2;
}

.reason__text {
  padding: 0 0.75rem;
  width: fit-content;
  margin: 1rem auto 0;
}

.reason__swiper {
  padding: 0.7rem;
}

.reason__swiper .swiper-slide {
  width: min(32rem, 85.33vw);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  overflow: hidden;
}

.reason__swiper-image {
  width: 100%;
  aspect-ratio: 320 / 180;
  image-rendering: pixelated;
}

.reason__swiper-content {
  background-color: #fff;
  padding: 1rem 1rem 3.3rem;

  min-height: 226px;
}

.reason__swiper-title {
  font-size: 2rem;
  line-height: 1.2;
}

.reason__swiper-text {
  margin-top: 1rem;
}

.reason__swiper-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.reason__swiper-button {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-image: url(./images/common/swiper-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}

.reason__swiper-button:hover {
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.24);
}

.reason__swiper-button--next {
  transform: scaleX(-1);
}

.intro {
  padding: 8rem 1rem;
  overflow: visible;
  background-image: url(./images/intro/cloud.webp);
  background-size: auto calc(100% - 8rem);
  background-position: center;
  overflow: visible;
}

.intro__logo {
  width: 80px;
  display: block;
  margin: 0 auto 2rem;
}

.title--blue {
  color: #00a1ec;
  padding-bottom: 1rem;
  border-bottom: 2px solid #00a1ec;
}

.intro__subtitle {
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 4rem;
}

.intro__section {
  overflow: visible;
  max-width: 100%;
  position: relative;
}

.intro__table-wrapper {
  width: calc(100% + 10px);
  padding-right: 1rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.intro ::-webkit-scrollbar,
.comparison ::-webkit-scrollbar,
.campain ::-webkit-scrollbar {
  display: none;
}

.intro__table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  background-color: #fff;
}

.intro__table-wrapper .comparison {
  border-radius: 1.6rem;
  min-width: 661px;
}

.intro__table-wrapper .quality {
  min-width: 450px;
}

.comparison {
  border: none;
}

.comparison__header-row {
  position: relative;
}

.comparison__header-row th:nth-child(2) {
  color: #f71e92;
}

.intro__table-wrapper table tr {
  position: relative;
}

.comparison tbody tr:not(:last-child)::after,
.comparison__header-row::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #808080;
  bottom: 0;
  left: 20px;
}

.intro__table-wrapper tbody tr:last-child {
  border-bottom: none;
}

.intro__table-wrapper tbody tr:last-child td {
  padding-bottom: 3rem;
}

.comparison__header-row th {
  padding: 20px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.comparison td {
  padding: 10px;
  vertical-align: top;
  position: relative;
  font-size: inherit;
}

td.comparison__category-header {
  font-weight: 600;
  padding: 10px 10px 10px 30px;
  vertical-align: top;
  width: 140px;
  min-width: 140px;
  color: #3b4043;
}

.comparison td:last-child {
  border-right: none;
  padding-right: 30px;
}

.comparison__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 168px;
}

.comparison__rating {
  text-align: center;
  line-height: 35px;
  color: #3b4043;
  font-size: 24px;
}

.comparison__rating--good {
  color: #f71e92;
}

.comparison__description {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #495057;
}

.table-wrapper::-webkit-scrollbar {
  display: none;
  height: 0;
}

.scroll-hint {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 0.7rem;
  margin-bottom: 2rem;
}

.scroll-hint::after {
  content: "";
  display: block;
  width: 12rem;
  height: 1rem;
  background-image: url(./images/common/scroll-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  font-size: 16px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

body .wpcf7 form.sent .wpcf7-response-output {
  border-color: #00a1ec;
  font-size: 16px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 670px) and (max-width: 767px) {
  .intro__section:nth-of-type(2) .scroll-hint {
    display: none;
  }

  .comparison td {
    padding: 10px 5px;
    vertical-align: top;
    position: relative;
    font-size: inherit;
  }

  .intro__table-wrapper {
    width: 100%;
    padding-right: 0;
    overflow-x: hidden;
  }

  .intro__table-wrapper .comparison {
    border-radius: 1.6rem;
    min-width: 0;
  }

  td.comparison__category-header {
    font-weight: 600;
    padding: 10px 10px 10px 20px;
    vertical-align: top;
    width: 130px;
    min-width: 130px;
    color: #3b4043;
  }

  .comparison td:last-child {
    padding-right: 20px;
  }

  .comparison__rating {
    min-width: 140px;
  }
}

.quality__header {
  background-color: #00a1ec;
  color: #fff;
  font-weight: 700;
  padding: 1rem 0;
}

.quality__header th {
  padding: 1rem 1.5rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
}

.quality__header th:nth-child(2) {
  padding-left: 1rem;
}

.quality__header th:last-child {
  padding-left: 0;
}

.quality td {
  color: #3b4043;
  font-size: 1.4rem;
  line-height: 2rem;
}

.quality tr:not(:last-child) {
  border-bottom: 1px solid #808080;
}

.quality__header,
.quality tr:nth-child(8) {
  border-bottom: none !important;
}

.item-name {
  padding: 1rem 1rem 1rem 2rem;
  font-weight: 700;
  width: 15rem;
}

.standard-value {
  padding: 1rem;
  width: 14rem;
}

.quality td.result-value {
  padding: 1rem 3rem 1rem 0;
  color: #f71e92;
  font-weight: 700;
  width: 15rem;
}

@media (min-width: 440px) and (max-width: 767px) {
  .intro__section:nth-of-type(3) .scroll-hint {
    display: none;
  }

  .intro__table-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .standard-value {
    padding: 1rem 0.5rem;
    width: 10rem;
  }
}

.products {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.product {
  background-color: #fff;
  border-radius: 3.2rem;
  box-shadow: 0px 0px 12px rgba(0, 163, 197, 0.16);
  padding: 1.6rem 1rem 0;
  max-width: 450px;
  margin: 0 auto;
}

.product__image {
  width: 15rem;
  height: auto;
  display: block;
  margin: 0 auto;
  image-rendering: pixelated;
}

.product__info {
  margin: 2rem auto 0;
}

.product__info-row:first-child {
  border-top: 1px solid #808080;
}

.product__info-row:not(:last-child) {
  border-bottom: 1px solid #808080;
}

.product__info-label,
.product__info-value {
  font-size: 1.6rem;
  line-height: 2;
  color: #3b4043;
}

.product__info-label {
  padding: 2rem 1.2rem 2rem 1rem;
  width: min(11.8rem, 31.47vw);
  min-width: min(11.8rem, 31.47vw);
  vertical-align: top;
}

.product__info-value {
  padding: 2rem 1.2rem 2rem 1rem;
  word-break: break-all;
}

.filter {
  padding: 8rem 0.75rem;
  overflow: hidden;
  background-color: #fff;
}

.filter .title {
  position: relative;
}

.filter .title::after {
  content: "";
  display: block;
  width: 60px;
  height: 92.5px;
  background-image: url(./images/common/mascot.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  bottom: -46px;
  transform: rotate(10deg);
}

.filter__intro {
  margin: 2.3rem auto 0;
  width: fit-content;
}

.filter__image {
  position: relative;
  z-index: 2;
  border-radius: 1.6rem 1.6rem 0 0;
}

.filter__swiper {
  width: calc(100% + 1.5rem);
  position: relative;
  left: -0.75rem;
  margin-top: 2rem;
  padding: 0 0.75rem;
}

.filter__slide {
  width: min(85.33vw, 32rem);
}

.filter__swiper-title {
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
}

.filter__swiper-image {
  border-radius: 3.2rem;
}

.filter__swiper-content {
  margin-top: 1rem;
}

.works {
  position: relative;
  padding: 8rem 0.75rem;
}

.works::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ebfaff;
  mix-blend-mode: multiply;
}

.works__intro {
  margin: 4rem auto;
  text-align: center;
}

.works__swiper {
  width: calc(100% + 1.5rem);
  position: relative;
  left: -0.75rem;
  padding: 0 0.75rem;
}

.works__slide {
  width: min(32rem, 85.33vw);
}

.works__slide-image {
  border-radius: 0.8rem;
}

.works__slide-title {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1rem;
}

.flow {
  position: relative;
  padding: 8rem 0.75rem;
  background-image: url(./images/flow/flow-bg.webp);
  background-size: 960px 1358px;
  background-position: right -143px;
  overflow: hidden;
}

.flow::before {
  position: absolute;
  display: block;
  content: "";
  width: 960px;
  height: 1358px;
  left: 0;
  bottom: -191px;
  background-image: url(./images/flow/flow-bg.webp);
  background-size: cover;
  z-index: -1;
}

.flow__container {
  margin: 4rem auto 0;
  max-width: 450px;
}

.flow__item {
  position: relative;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0px 0px 12px rgba(0, 163, 197, 0.61);
  padding: 2rem;
}

.flow__item:not(:last-child) {
  margin-bottom: 6.1rem;
}

.flow__item:not(:last-child)::after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.1rem;
  position: absolute;
  bottom: -4.1rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(./images/common/flow-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.flow__item-title {
  font-size: 3.2rem;
  line-height: 3.6rem;
  text-align: center;
  color: #f71e92;
}

.flow__item-subtitle {
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  color: #000;
}

.flow__item-text {
  margin-top: 2rem;
}

.flow__contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
}

.flow__contact {
  width: 26.4rem;
  height: 5rem;
  background-color: #c63600;
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  gap: 0.4rem;
  display: flex;
  transition: all 0.3s;
}

.flow__contact:hover {
  box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.24);
}

.flow__contact:first-child:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(./images/common/icon-phone-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.flow__contact:last-child {
  font-weight: 500;
  font-size: 1.6rem;
}

.feedback {
  background-color: #fff;
  padding: 8rem 0.75rem;
  background-image: url(./images/feedback/splash-1366.webp);
  background-position: center bottom;
  background-size: auto 100%;
}

.feedback .title {
  margin-top: 0;
}

.feedback__logo {
  display: block;
  margin: 0 auto;
  width: 20rem;
  height: auto;
  image-rendering: pixelated;
}

.feedback__swiper {
  margin: 3rem auto 0;
  width: calc(100% + 1.5rem);
  position: relative;
  left: -0.75rem;
  padding: 1rem 0.75rem;
}

.feedback__slide {
  width: min(85.33vw, 32rem);
  box-shadow: 0px 0px 12px rgba(0, 161, 236, 0.49);
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  min-height: 553px;
}

.feedback__slide-image {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 1rem;
}

.feedback__slide-title {
  font-size: 2rem;
  text-align: center;
}

.feedback__slide-text {
  padding-top: 1rem;
}

.campain {
  padding: 8rem 0.75rem;
  background-color: #f9f8d6;
  overflow: hidden;
}

.campain__title {
  font-size: min(3.2rem, 8.53vw);
  line-height: 4rem;
  text-align: center;
  color: #00a1ec;
}

.campain__subtitle {
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}

.campain__subtitle span {
  color: #f71e92;
}

.campain__hero {
  font-family: "Shippori Micho B1", serif;
  width: fit-content;
  margin: 0 auto;
}

.campain__hero strong {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  display: block;
}

.campain__hero strong:last-child {
  text-align: center;
}

.campain__hero span {
  position: relative;
  font-size: 60px;
  color: #f71e92;
  font-weight: 800;
}

.campain__hero span::after {
  content: "円";
  font-size: 32px;
}

.campain__tax {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.campain__comment {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  margin-top: 2px;
}

.campain__payment {
  width: 190px;
  height: auto;
  display: block;
  margin: 18px 0 14px 20px;
  image-rendering: pixelated;
}

.info {
  padding: 8rem 0.75rem;
  background-color: #eef7fb;
}

.info__container {
  margin: 4rem auto 0;
}

.info__image {
  width: 156px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.info__content {
  margin-top: 20px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  padding: 0 0.45rem;
}

.info__content-hero {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}

.info__content-highlight {
  font-size: 2.4rem;
  line-height: 3.8rem;
}

.info__content-highlight strong {
  display: block;
}

.info__content-highlight span {
  font-size: 3.2rem;
  line-height: 4.6rem;
  color: #f71e92;
}

.info__content-price::after {
  content: "円";
  font-size: 2.4rem;
  color: #f71e92;
}

.info__content-highlight span.info__content-tax {
  font-size: 1.6rem;
  line-height: 4.6rem;
  color: #000;
}

.info__content-note {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  width: fit-content;
  margin: 0 auto;
}

.faq {
  padding: 0 0.75rem 4.3rem;
  background-color: #eef7fb;
}

.faq__container {
  margin: 3.7rem auto 0;
  font-size: 1.6rem;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}

.faq__header {
  position: relative;
  color: #fff;
  background-color: #00a1ec;
  border-radius: 20px 20px 0 0;
  padding: 16px;
  cursor: pointer;
}

.faq__header span {
  width: calc(100% - 28px);
  display: block;
}

.faq__header::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(./images/common/dropdown-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  right: 16px;
  transform: scaleY(-1);
  transition: all 0.3s ease-in-out;
}

.faq__header.active::after {
  transform: scaleY(1);
}

.faq__answer {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 20px 20px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  background-color: #fff;
}

.faq__answer p {
  padding: 12px 16px 16px;
}

footer {
  margin-bottom: 60px;
}

.footer__wrapper {
  background-color: #fffcd6;
  padding: 4rem 0.75rem;
}

.footer__logo {
  width: 218px;
  height: auto;
  display: block;
  margin: 0 auto;
  image-rendering: pixelated;
}

.footer__address {
  margin: 1rem auto 2.9rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
}

.footer__link {
  width: 168px;
  height: 40px;
  background-color: #c63600;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
}

.footer__menu {
  margin: 4rem auto 0;
}

.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
}

.footer__contact-wrapper {
  margin-top: 4rem;
}

.footer__contact-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  line-height: 3.5rem;
  text-align: center;
  display: block;
  font-weight: 700;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin: 3rem auto 0;
}

.footer__contact {
  width: 264px;
  height: 50px;
  background-color: #c63600;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  gap: 4px;
}

.footer__contact:first-child:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(./images/common/icon-phone-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__contact:last-child {
  font-size: 16px;
  font-weight: 500;
}

.footer__contact:last-child::before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background-image: url(./images/common/icon-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.footer__rights {
  width: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  font-weight: 600;
}

.header__contacts {
  display: none;
}

@media (min-width: 768px) {
  .title {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
    line-height: 1.33;
  }

  .title--blue {
    font-size: clamp(3.2rem, 2.5vw, 4.8rem);
    line-height: 1.46;
    padding-bottom: 2rem;
    max-width: 1142px;
    margin: 0 auto;
  }

  .body-copy {
    font-size: 1.8rem;
  }

  .header {
    height: 8rem;
    padding-left: min(200px, max(40px, calc(200px + 50vw - 960px)));
    justify-content: space-between;
    width: 100%;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  @media (min-width: 1920px) {
    .header {
      padding-left: 10.42%;
    }
  }

  .header__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(107px, max(20px, calc(107px + 33.33vw - 500px)));
  }

  .header__logo img {
    height: auto;
    width: 218.2px;
    image-rendering: pixelated;
  }

  .header__nav {
    display: block;
    width: 100%;
    max-width: 717px;
  }

  .header__nav-list {
    display: flex;
    gap: min(32px, max(18px, calc(32px + 25vw - 320px)));
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    height: 80px;
  }

  .header__nav-item {
    position: relative;
  }

  .header__nav-link {
    position: relative;
    display: flex;
    font-size: max(16px, min(20px, 1.33vw));
    padding: 0;
    transition: opacity 0.3s;
  }

  .header__nav-link:hover {
    opacity: 0.7;
  }

  .header__contacts {
    display: flex;
    height: 100%;
  }

  .header__contact {
    height: 100%;
    font-size: max(16px, min(20px, 1.33vw));
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 max(10px, min(24px, calc(24px + 50vw - 578px)));
    font-weight: 700;
    gap: 4px;
    min-width: 147px;
    transition: all 0.3s;
  }

  .header__contact:first-child {
    background-color: #e2e900;
  }

  .header__contact:hover {
    box-shadow: inset 6px 8px 16px rgba(0, 0, 0, 0.24);
  }

  .header__contact:first-child::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(./images/common/icon-phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .header__contact:last-child {
    background-color: #c63600;
    color: #fff;
  }

  .header__contact:last-child img {
    display: none;
  }

  .header__nav br {
    display: none;
  }

  @media (max-width: 1068px) {
    .header {
      padding-left: 20px;
    }

    .header__contact span {
      display: none;
    }

    .header__contact {
      min-width: 0;
      width: 80px;
    }

    .header__contact:first-child::before {
      width: 24px;
      height: 24px;
    }

    .header__contact:last-child img {
      height: 24px;
      width: auto;
      display: block;
    }

    .header__nav-list {
      padding-right: 20px;
    }
  }

  @media (max-width: 932px) {
    .header__wrapper {
      width: calc(100% - 160px);
    }

    .header__nav br {
      display: block;
    }

    .header__nav-link {
      text-align: center;
      line-height: 1.3;
    }

    .header__nav-list {
      width: 100%;
      justify-content: space-evenly;
    }
  }

  #btn_spmenu {
    display: none;
  }

  .mobile-menu {
    display: none;
  }

  .fv {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 1080;
    min-height: 900px;
  }

  .fv__image {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
  }

  .fv__logo {
    width: 200px;
    margin-top: 180px;
    margin-left: max(38px, calc(308px + 50vw - 960px));
  }

  .fv__hero {
    font-size: clamp(5.6rem, 3.75vw, 7.2rem);
    line-height: 1.34;
    text-align: left;
    background-color: unset;
    padding: 0;
    left: max(30px, calc(300px + 50vw - 960px));
    top: 255px;
    bottom: auto;
    width: fit-content;
  }

  .fv__wrapper {
    right: min(204px, max(20px, calc(204px + 50vw - 960px)));
    left: auto;
    transform: none;
    bottom: 60px;
    gap: 24px;
    max-width: none;
  }

  .fv__item {
    width: clamp(200px, 13.75vw, 264px);
    font-size: clamp(3.6rem, 2.5vw, 4.8rem);
    line-height: 1.17;
  }

  .reason__swiper .swiper-wrapper {
    height: fit-content;
  }

  .reason__swiper .swiper-slide {
    width: clamp(380px, 33vw, 456px);
    background-color: #fff;
  }

  .reason__swiper-content {
    min-height: 196px;
  }

  .reason__swiper-buttons {
    max-width: clamp(380px, 33vw, 456px);
    margin: 16px auto 0;
  }

  @media (min-width: 960px) {
    .reason {
      position: relative;
      padding: min(400px, max(200px, calc(400px + 50vw - 960px))) 0 26.4rem;
      z-index: 2;
      overflow: visible;
      background-image: url(./images/reason/splash.webp);
      background-size: auto 100%;
      background-position: 76px center;
      background-repeat: no-repeat;
      background-color: #fff;
    }

    .reason__image {
      position: absolute;
      left: 308px;
      left: min(308px, max(30px, calc(308px + 50vw - 960px)));
      left: max(30px, calc(308px + 50vw - 960px));
      top: calc(clamp(300px, 29.6vw, 568px) * (-1));
    }

    .reason__image::before {
      display: none;
    }

    .reason__image img {
      width: clamp(360px, 28.125vw, 540px);
      margin: 0;
    }

    .reason__wrapper {
      padding: 0;
      background-image: none;
    }

    .reason__swiper {
      position: relative;
      margin-top: 6.4rem;
      padding: 0.7rem 0;
    }

    .reason__swiper-image {
      aspect-ratio: 456 / 256;
    }

    .reason__swiper-content {
      background-color: #fff;
      padding: 0.85rem 2.4rem 2.4rem;
      flex: 1;
    }

    .reason__swiper-title {
      font-size: 2.4rem;
      line-height: 1.33;
    }

    .reason .reason__swiper-text {
      font-size: 1.6rem;
      margin-top: 0.8rem;
    }

    .reason__swiper-buttons {
      max-width: clamp(380px, 33vw, 456px);
    }

    @media (min-width: 1366px) {
      .reason .title {
        margin-left: 396px;
        text-align: left;
      }

      .reason__main-image {
        position: absolute;
        width: clamp(380px, 23.75vw, 456px);
        aspect-ratio: unset;
        height: auto;
        margin: 0;
        border-radius: 0;
        right: max(30px, calc(50vw - 456px - 108px));
        bottom: 259px;
        bottom: clamp(259px, calc(280px - 50vw + 683px), 280px);
        z-index: 2;
      }

      .reason__text {
        margin-top: 3.2rem;
        margin-left: 396px;
        padding: 0px;
      }

      .reason__swiper::before {
        content: "";
        display: block;
        width: 396px;
        height: 484px;
        background: linear-gradient(to right,
            #fff 0%,
            #fff 47.28%,
            rgba(255, 255, 255, 0) 100%);
        position: absolute;
        left: 0;
        top: -16px;
        z-index: 2;
      }

      .reason__swiper-buttons {
        margin-left: 398px;
      }
    }
  }

  .intro {
    padding: 20rem 1rem;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .intro__logo {
    width: 152px;
    margin: 0 auto 4rem;
  }

  .intro__subtitle {
    font-size: clamp(2.8rem, 2vw, 3.2rem);
    margin-bottom: 3.2rem;
    margin-top: 13.9rem;
  }

  .intro__section:nth-of-type(2) .intro__subtitle {
    margin-top: 12rem;
  }

  .intro__section:nth-of-type(3) .intro__subtitle {
    margin-bottom: 5.7rem;
    margin-top: 12rem;
  }

  .intro__section:nth-of-type(4) .intro__subtitle {
    margin-bottom: 6.4rem;
    margin-top: 12rem;
    font-size: clamp(3.6rem, 2.5vw, 4rem);
    line-height: 5.8rem;
  }

  .intro__table-wrapper .comparison {
    max-width: 840px;
    margin: 0 auto;
  }

  .intro .scroll-hint {
    max-width: 936px;
    margin: 0 auto 2rem;
    display: none;
  }

  .comparison td {
    padding: 32px 12px;
    font-size: inherit;
  }

  .intro__table-wrapper {
    width: calc(100% + 10px);
    max-width: 936px;
    margin: 0 auto;
    padding-right: 1rem;
  }

  .comparison__header-row th {
    padding: 24px 12px;
    font-weight: 700;
    font-size: 20px;
    max-width: 168px;
  }

  .comparison__header-row th:last-child {
    padding: 24px 48px 24px 12px;
  }

  .comparison__description {
    width: 168px;
  }

  td.comparison__category-header {
    font-weight: 600;
    padding: 32px 12px 32px 48px;
    width: 204px;
    min-width: 204px;
    font-size: 2rem;
    line-height: 1.45;
  }

  .comparison tbody tr:not(:last-child)::after,
  .comparison__header-row::after {
    width: calc(100% - 48px);
    left: 24px;
  }

  .comparison__rating {
    width: 168px;
    line-height: 46px;
    font-size: 32px;
  }

  .comparison td:last-child {
    padding-right: 48px;
  }

  @media (max-width: 864px) {
    .intro__table-wrapper {
      width: 100%;
    }

    td.comparison__category-header {
      font-weight: 600;
      padding: 32px 12px 32px 30px;
      width: 160px;
      min-width: 160px;
      font-size: 2rem;
      line-height: 1.45;
    }

    .comparison td:last-child {
      padding-right: 32px;
    }
  }

  .intro__table-wrapper tbody tr:last-child td {
    padding-bottom: 2.4rem;
  }

  .quality__header th {
    padding: 0.6rem 1.5rem 0.5rem 2.4rem;
    font-size: 2rem;
    line-height: 2.9rem;
  }

  .quality__header th:nth-child(2) {
    padding-left: 2.4rem;
  }

  .quality td {
    font-size: 2rem;
    line-height: 1.6;
  }

  .item-name {
    padding: 2.4rem 4.8rem 2.4rem 2.4rem;
    width: 31.2rem;
  }

  .standard-value {
    padding: 2.4rem;
    width: 31.2rem;
  }

  .quality td.result-value {
    padding: 2.4rem 2.4rem 2.4rem 0;
    width: 28.8rem;
  }

  .products {
    display: flex;
    flex-direction: row;
    gap: clamp(2.4rem, 3.75vw, 7.2rem);
    justify-content: center;
  }

  .product {
    padding: 1.6rem 2.4rem 0;
    max-width: 408px;
    margin: 0;
  }

  .product__image {
    min-height: 734px;
    object-fit: contain;
    object-position: center bottom;
    image-rendering: unset;
  }

  .product:first-child .product__image {
    width: 25.6rem;
  }

  .product:last-child .product__image {
    width: 26rem;
  }

  .product__info {
    margin: 1.6rem auto 0;
  }

  .product__info-label {
    padding: 3.2rem 1.2rem 3.2rem 2.4rem;
    width: 10.6rem;
    min-width: 10.6rem;
  }

  .product__info-value {
    padding: 3.2rem 2.4rem 3.2rem 1.2rem;
  }

  .filter {
    padding: 20rem 1rem;
    background-image: url(./images/filters/splash.webp);
    background-size: 2664px 1777px;
    background-position: center 460px;
    background-repeat: no-repeat;
  }

  .filter .title::after {
    display: block;
    width: clamp(100px, 10.86vw, 152px);
    aspect-ratio: 152 / 234;
    height: auto;
    right: clamp(-18px, calc(-18px - 50vw + 700px), 20px);
    bottom: calc(50% - clamp(50px, 12.5vw, 175px));

    transform: rotate(30deg);
  }

  .filter__image {
    image-rendering: pixelated;
    width: 52.53%;
  }

  .filter__intro {
    display: flex;
    flex-direction: row;
    gap: clamp(2.4rem, 2.5vw, 4.8rem);
    margin-top: 4.8rem;
    align-items: center;
  }

  .filter__intro-text {
    font-size: clamp(1.8rem, 1.04vw, 2rem);
    line-height: 1.6;
    flex: 1;
  }

  .filter__swiper {
    width: 100%;
    max-width: 984px;
    left: 0;
    margin-top: 8rem;
    padding: 0;
  }

  .filter__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, clamp(320px, 38vw, 456px));
    row-gap: 6.4rem;
    column-gap: clamp(3.6rem, 5.3vw, 7.2rem);
    justify-content: center;
  }

  .filter__slide {
    width: clamp(320px, 38vw, 456px);
  }

  .filter__swiper-title {
    font-size: clamp(2.8rem, 1.63vw, 3.2rem);
    margin-top: 1.6rem;
  }

  .filter__swiper-content {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }

  .works {
    padding: 20rem 0.75rem;
  }

  .works__intro {
    margin: 6.4rem auto;
    font-size: 1.6rem;
  }

  .works__slide {
    width: clamp(32rem, 23.75vw, 45.6rem);
  }

  .works__slide-title {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-top: 1.6rem;
  }

  .flow {
    padding: 200px 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
  }

  @media (max-width: 1600px) {
    .flow {
      background-size: auto 100%;
    }
  }

  .flow::before {
    display: none;
  }

  .flow__container {
    margin: 5.8rem auto 0;
    max-width: 792px;
  }

  .flow__item {
    padding: 3.2rem;
  }

  .flow__item-title {
    font-size: 6.4rem;
    line-height: 9.2rem;
  }

  .flow__item-subtitle {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }

  .flow__item-text {
    margin-top: 3.2rem;
    text-align: center;
  }

  .flow__contacts {
    gap: 2.4rem;
    margin-top: 3.2rem;
    flex-direction: row;
  }

  .flow__item:not(:last-child) {
    margin-bottom: 6.9rem;
  }

  .flow__item:not(:last-child)::after {
    bottom: -4.5rem;
  }

  .feedback {
    background-color: #fff;
    padding: 18rem 2rem 20rem;
    background-image: url(./images/feedback/splash-1920.webp);
    background-repeat: no-repeat;
    background-position: center bottom -30px;
    background-size: 100% auto;
  }

  .feedback__title {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #00a1ec;
    max-width: 1142px;
    margin: 0 auto;
    padding-bottom: 4rem;
  }

  .feedback__logo {
    margin: 0;
    min-width: 20rem;
  }

  .feedback .title {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .feedback__swiper {
    margin: 5.4rem auto 0;
    width: 100%;
    left: auto;
    max-width: 1152px;
  }

  .feedback__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 32px;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }

  .feedback__slide.pc {
    visibility: hidden;
  }

  .feedback__slide {
    width: clamp(300px, 24vw, 360px);
    min-height: 579px;
  }

  .feedback__slide-image {
    margin-bottom: 1.6rem;
  }

  .feedback__slide-text {
    padding-top: 1.6rem;
    font-size: 1.6rem;
  }

  @media (max-width: 1120px) {
    .feedback__swiper .swiper-wrapper {
      grid-template-columns: 1fr 1fr;
    }

    .feedback__slide {
      width: clamp(320px, 35.3vw, 360px);
      min-height: 579px;
    }

    .feedback__slide.pc {
      display: none;
    }
  }

  .campain {
    position: relative;
    padding: 20rem 0.75rem 3.7rem;
  }

  .campain::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 52px;
    background-color: #fff;
    left: 0;
    bottom: -52px;
  }

  .campain__title {
    font-size: clamp(4.8rem, 3.34vw, 6.4rem);
    line-height: 1.44;
  }

  .campain__subtitle {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
    line-height: 1.44;
  }

  .campain__subtitle:nth-of-type(2) {
    margin-top: 2rem;
  }

  @media (min-width: 850px) {
    .campain__hero-wrapper {
      display: flex;
      align-items: baseline;
      margin-top: 1rem;
    }
  }

  .campain__hero strong {
    font-size: clamp(3.6rem, 2.92vw, 5.6rem);
    line-height: 2.25;
  }

  .campain__hero span {
    font-size: clamp(8rem, 6.25vw, 12rem);
  }

  .campain__hero span::after {
    font-size: clamp(4.8rem, 4.2vw, 8rem);
  }

  .campain__tax {
    font-size: 3.2rem;
  }

  .campain__comment {
    max-width: 1128px;
    margin: 3.4rem auto 0;
    font-size: 2rem;
    line-height: 1.2;
  }

  .campain__payment {
    width: 224px;
    display: inline;
    margin: 0 0 0 20px;
  }

  .white-bg {
    background-color: #fff;
    height: 52px;
    width: 100%;
  }

  .info {
    padding: 20rem 2rem 17rem;
  }

  .info__container {
    margin: 6.4rem auto 0;
    display: flex;
    flex-direction: row-reverse;
    max-width: 1128px;
    justify-content: left;
    gap: clamp(4.8rem, 3.75vw, 7.2rem);
    padding-left: 4rem;
  }

  .info__image {
    margin: 0;
  }

  .info__content-hero {
    font-size: clamp(3.2rem, 3.1vw, 4rem);
    margin-top: 1rem;
    margin-bottom: 5rem;
  }

  .info__content-highlight {
    font-size: clamp(3.2rem, 3.1vw, 4rem);
    line-height: 1.2;
  }

  .info__content-highlight span {
    font-size: clamp(6.4rem, 6.2vw, 8rem);
    line-height: 1;
  }

  .info__content-price::after {
    font-size: clamp(4rem, 4.3vw, 5.6rem);
  }

  .info__content-highlight span.info__content-tax {
    font-size: 3.2rem;
    line-height: 2;
  }

  .info__content-note {
    font-size: 2rem;
    line-height: 2rem;
    margin-right: 32px;
    margin-bottom: 2rem;
  }

  .info__content-highlight strong {
    font-size: clamp(4rem, 4.3vw, 5.6rem);
    line-height: 1.45;
    margin-top: 20px;
  }

  @media (max-width: 860px) {
    .info__container {
      padding-left: 0;
      justify-content: center;
    }

    .info__content-note {
      margin-right: 0;
    }
  }

  .faq {
    padding-bottom: 13.6rem;
  }

  .faq__container {
    margin: 6.2rem auto 0;
    font-size: 1.8rem;
    gap: 3.2rem;
    max-width: 984px;
  }

  .faq__header::after {
    top: 22px;
  }

  footer {
    margin-bottom: 0;
  }

  .footer__address {
    margin: 0 auto 2.5rem;
    line-height: 2;
  }

  .footer__link {
    transition: all 0.3s;
  }

  .footer__link:hover {
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.24);
  }

  @media (min-width: 840px) {
    .footer__container {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center;
      gap: min(37px, max(20px, calc(37px + 50vw - 449px)));
    }

    .footer__menu {
      margin: 0;
    }

    .footer__link {
      margin: 0;
      width: min(168px, max(120px, calc(168px + 50vw - 495px)));
    }
  }

  body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output {
    max-width: 744px;
  }

  body .wpcf7 form.sent .wpcf7-response-output {
    max-width: 744px;
  }

  .footer__menu ul {
    flex-direction: row;
    gap: min(32px, max(20px, calc(32px + 25vw - 230px)));
    line-height: 2;
  }

  .footer__contact-wrapper {
    margin-top: 6.4rem;
  }

  .footer__contacts {
    flex-direction: row;
    gap: 2.4rem;
    margin: 3.2rem auto 0;
  }

  .footer__contact {
    transition: all 0.3s;
  }

  .footer__contact:hover {
    box-shadow: inset 0 8px 16px rgba(0, 0, 0, 0.24);
  }
}