.best-coordinate .p-lp {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.best-coordinate .p-lp-hero {
  text-align: center;
  position: relative;
}
.best-coordinate .p-lp-hero__description {
  text-align: center;
  font-size: min(calc(15 / 375 * 100vw), 2rem);
  margin: min(calc(15 / 375 * 100vw), 2rem) 0 min(calc(40 / 375 * 100vw), 6rem);
}
.best-coordinate .p-lp-hero__images {
  position: relative;
}
.best-coordinate .p-lp-hero__bg {
  display: block;
  width: 100%;
}
.best-coordinate .p-lp-hero__inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.best-coordinate .p-lp-hero__text {
  color: #ffffff;
  line-height: 1;
}
.best-coordinate .p-lp-hero__text-sub {
  margin: min(calc(15 / 375 * 100vw), 2.3rem) auto;
  font-size: min(calc(12 / 375 * 100vw), 2.3rem);
  letter-spacing: 0.15em;
  font-weight: 600;
}
.best-coordinate .p-lp-hero__text-main {
  margin: min(calc(15 / 375 * 100vw), 2.3rem) auto;
  font-size: min(calc(30 / 375 * 100vw), 6rem);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.best-coordinate .p-lp-hero__note {
  margin: min(calc(15 / 375 * 100vw), 2.3rem) auto;
  font-size: min(calc(12 / 375 * 100vw), 1.8rem);
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
}
.best-coordinate .p-lp-hero__image {
  width: 60%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.best-coordinate .p-lp-head__title {
  margin-bottom: min(calc(12 / 375 * 100vw), 1.8rem);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(15 / 375 * 100vw), 2.2rem);
}
.best-coordinate .p-lp-head__description {
  text-align: center;
  font-size: min(calc(12 / 375 * 100vw), 1.8rem);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3rem;
}
.best-coordinate .p-lp-contents__item {
  margin: min(calc(100 / 375 * 100vw), 20rem) 0;
}
.best-coordinate .p-lp-contents__item:first-child {
  margin: 0 0 min(calc(100 / 375 * 100vw), 20rem) 0;
}
.best-coordinate .p-lp-coordinate {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
}
.best-coordinate .p-lp-coordinate__heading {
  margin-bottom: min(calc(40 / 375 * 100vw), 6rem);
}
.best-coordinate .p-lp-coordinate__image {
  margin-bottom: min(calc(20 / 375 * 100vw), 3rem);
}
.best-coordinate .p-lp-coordinate__image img {
  width: 100%;
}
.best-coordinate .p-lp-coordinate__comment {
  margin-bottom: min(calc(40 / 375 * 100vw), 6rem);
  font-size: min(calc(12 / 375 * 100vw), 2rem);
}
.best-coordinate .p-lp-coordinate__title {
  line-height: 1;
  text-align: center;
  font-family: "GFS Didot", serif;
  letter-spacing: 0.015em;
}
.best-coordinate .p-lp-coordinate__title-style {
  font-size: min(calc(22 / 375 * 100vw), 3.2rem);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
  text-decoration-color: #a7dad6;
  margin-right: 1rem;
}
.best-coordinate .p-lp-coordinate__title-num {
  font-size: min(calc(40 / 375 * 100vw), 5rem);
}
.best-coordinate .p-lp-product {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
}
.best-coordinate .p-lp-product__heading {
  margin-bottom: min(calc(25 / 375 * 100vw), 5rem);
  font-size: min(calc(15 / 375 * 100vw), 2rem);
  text-align: center;
}
.best-coordinate .p-lp-product__item {
  display: block;
  line-height: 1;
}
.best-coordinate .p-lp-product__item a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.best-coordinate .p-lp-product__name {
  font-size: min(calc(10 / 375 * 100vw), 1.5rem);
}
.best-coordinate .p-lp-product__price {
  font-size: min(calc(10 / 375 * 100vw), 1.5rem);
}
.best-coordinate .p-lp-product__price-tax {
  font-size: min(calc(8 / 375 * 100vw), 1.2rem);
}
.best-coordinate .p-lp-box {
  padding: 0 min(calc(10 / 375 * 100vw), 2rem);
  margin: min(calc(50 / 375 * 100vw), 10rem) 0;
}
.best-coordinate .p-staff-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1%;
  width: 70%;
  margin: 0 auto;
}
.best-coordinate .p-staff-icon img {
  width: 31%;
  padding: 2%;
  opacity: 0;
  animation: iconFade 1s forwards;
}
.best-coordinate .p-staff-icon img:nth-child(1) {
  animation-delay: 0s;
}
.best-coordinate .p-staff-icon img:nth-child(2) {
  animation-delay: 0.2s;
}
.best-coordinate .p-staff-icon img:nth-child(3) {
  animation-delay: 0.4s;
}
.best-coordinate .p-staff-icon img:nth-child(4) {
  animation-delay: 0.6s;
}
.best-coordinate .p-staff-icon img:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes iconFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-visible-order .p-lp-product__item {
  opacity: 0;
  margin-bottom: min(calc(10 / 375 * 100vw), 2rem);
}
.js-visible-order.animated .p-lp-product__item {
  animation: iconFade 0.5s forwards;
}
.js-visible-order.animated .p-lp-product__item:nth-child(1) {
  animation-delay: 0s;
}
.js-visible-order.animated .p-lp-product__item:nth-child(2) {
  animation-delay: 0.3s;
}
.js-visible-order.animated .p-lp-product__item:nth-child(3) {
  animation-delay: 0.6s;
}
.js-visible-order.animated .p-lp-product__item:nth-child(4) {
  animation-delay: 0.9s;
}
.js-visible-order.animated .p-lp-product__item:nth-child(5) {
  animation-delay: 1.2s;
}
.js-visible-order.animated .p-lp-product__item:nth-child(6) {
  animation-delay: 1.2s;
}

.c-btn,
.c-btn:hover,
.c-btn:visited {
  display: block;
  margin: min(calc(30 / 375 * 100vw), 5rem) auto 0;
  text-align: center;
  font-size: min(calc(20 / 375 * 100vw), 2.5rem);
  border: 2px solid;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #333;
  z-index: 1;
  font-family: "Jost", sans-serif;
}

.animation-hero__a,
.animation-hero__b {
  opacity: 0;
}

.animation-hero__a {
  animation: showContentA 1s forwards;
}

.animation-hero__b {
  animation: showContentB 1s forwards;
  animation-delay: 0.8s;
}

@keyframes showContentA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showContentB {
  0% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
.js-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.js-fadeIn.animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}