.lp250117 .p-lp {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.lp250117 .p-lp-hero {
  text-align: center;
  position: relative;
}
.lp250117 .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);
}
.lp250117 .p-lp-hero__images {
  position: relative;
}
.lp250117 .p-lp-hero__bg {
  display: block;
  width: 100%;
}
.lp250117 .p-lp-hero__inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.lp250117 .p-lp-hero__text {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  line-height: 1;
}
.lp250117 .p-lp-hero__text-sub {
  margin: min(calc(15 / 375 * 100vw), 2.3rem) auto;
  font-size: min(calc(12 / 375 * 100vw), 2.3rem);
}
.lp250117 .p-lp-hero__text-main {
  margin: min(calc(15 / 375 * 100vw), 2.3rem) auto;
  font-size: min(calc(30 / 375 * 100vw), 6rem);
}
.lp250117 .p-lp-hero__note {
  margin: min(calc(15 / 375 * 100vw), 2.3rem) auto;
  font-size: min(calc(12 / 375 * 100vw), 2.3rem);
  line-height: 1;
}
.lp250117 .p-lp-hero__image {
  width: 60%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.lp250117 .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);
}
.lp250117 .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;
}
.lp250117 .p-lp-contents__item {
  margin: min(calc(100 / 375 * 100vw), 20rem) 0;
}
.lp250117 .p-lp-contents__item:first-child {
  margin: 0 0 min(calc(100 / 375 * 100vw), 20rem) 0;
}
.lp250117 .p-lp-staffinfo__heading__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
.lp250117 .p-lp-staffinfo__icon {
  width: min(calc(80 / 375 * 100vw), 10rem);
}
.lp250117 .p-lp-staffinfo__title {
  font-size: min(calc(20 / 375 * 100vw), 3rem);
  line-height: 1;
  text-align: center;
  font-family: "GFS Didot", serif;
  letter-spacing: 0.015em;
}
.lp250117 .p-lp-staffinfo__comment {
  display: block;
  margin: min(calc(20 / 375 * 100vw), 3rem) auto 0;
  width: 80%;
  max-width: 500px;
}
.lp250117 .p-lp-staffinfo__blog {
  display: block;
  width: 60%;
  margin: min(calc(20 / 375 * 100vw), 3rem) auto 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: min(calc(12 / 375 * 100vw), 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3;
}
.lp250117 .p-lp-box {
  padding: 0 min(calc(10 / 375 * 100vw), 2rem);
  margin: min(calc(50 / 375 * 100vw), 10rem) 0;
}
.lp250117 .p-lp-product {
  margin-top: min(calc(50 / 375 * 100vw), 10rem);
}
.lp250117 .p-lp-product__heading {
  margin-bottom: min(calc(25 / 375 * 100vw), 5rem);
  font-size: min(calc(15 / 375 * 100vw), 2rem);
  text-align: center;
}
.lp250117 .p-lp-product__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1%;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.lp250117 .p-lp-product__item {
  width: 49%;
}
.lp250117 .p-lp-product__name {
  font-size: min(calc(12 / 375 * 100vw), 1.5rem);
}
.lp250117 .p-lp-product__price {
  font-size: min(calc(12 / 375 * 100vw), 1.5rem);
}
.lp250117 .p-lp-product__price-tax {
  font-size: min(calc(9 / 375 * 100vw), 1.2rem);
}
.lp250117 .p-staff-icon {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  align-items: center;
  gap: 1%;
  width: 90%;
  margin: 0 auto;
}
.lp250117 .p-staff-icon img {
  width: 19%;
  opacity: 0;
  animation: iconFade 1s forwards;
}
.lp250117 .p-staff-icon img:nth-child(1) {
  animation-delay: 0s;
}
.lp250117 .p-staff-icon img:nth-child(2) {
  animation-delay: 0.2s;
}
.lp250117 .p-staff-icon img:nth-child(3) {
  animation-delay: 0.4s;
}
.lp250117 .p-staff-icon img:nth-child(4) {
  animation-delay: 0.6s;
}
.lp250117 .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;
}
.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.5s;
}

.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;
  }
}
.line-container {
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.line {
  width: 1px;
  height: 0;
  background-color: black;
  transition: height 1s ease-in-out;
}
.line.animated {
  height: 100%;
}

.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);
}