@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.cp241116 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.cp241116 .l-hero {
  text-align: center;
}
.cp241116 .l-content {
  padding: min(calc(40 / 375 * 100vw), 6rem) 0;
}
.cp241116 .l-pointoup {
  background: #fcf9ef;
  padding: min(calc(40 / 375 * 100vw), 6rem) 0;
}
.cp241116 .l-attention {
  padding: min(calc(40 / 375 * 100vw), 6rem) 0;
}
.cp241116 .p-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);
}
.cp241116 .p-hero__images {
  position: relative;
}
.cp241116 .p-hero__bg {
  display: block;
  width: 100%;
}
.cp241116 .p-hero__main {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cp241116 .p-hero__image {
  width: 60%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.cp241116 .p-hero__title {
  display: inline-block;
  margin-bottom: min(calc(15 / 375 * 100vw), 4.5rem);
  text-align: center;
  font-size: min(calc(12 / 375 * 100vw), 2.3rem);
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.15em;
}
.cp241116 .p-hero__date {
  display: inline-block;
  margin-top: min(calc(30 / 375 * 100vw), 7rem);
  text-align: center;
  font-size: min(calc(12 / 375 * 100vw), 2.3rem);
  font-weight: bold;
  font-family: "Jost", sans-serif;
  background: #ffffff;
  letter-spacing: 0.15em;
  padding: min(calc(5 / 375 * 100vw), 1rem) min(calc(15 / 375 * 100vw), 4rem);
}
.cp241116 .p-content__title {
  position: relative;
  margin-top: 0;
  margin-bottom: min(calc(25 / 375 * 100vw), 3rem);
  padding-bottom: min(calc(25 / 375 * 100vw), 3rem);
  text-align: center;
  font-size: min(calc(22 / 375 * 100vw), 3rem);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
}
.cp241116 .p-content__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 64%;
  height: 1px;
  background-color: #333;
}
.cp241116 .p-content__description {
  text-align: center;
  font-size: min(calc(15 / 375 * 100vw), 2.5rem);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
}
.cp241116 .p-pointoup__title {
  text-align: center;
  font-size: min(calc(16 / 375 * 100vw), 2.5rem);
  margin-bottom: min(calc(20 / 375 * 100vw), 3rem);
}
.cp241116 .p-pointoup__table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 500px;
  margin: 0 auto min(calc(20 / 375 * 100vw), 3rem);
}
.cp241116 .p-pointoup__table__item {
  width: 49%;
}
.cp241116 .p-pointoup__buy-button {
  display: block;
  color: #333;
  text-align: center;
  font-size: min(calc(18 / 375 * 100vw), 3rem);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
}
.cp241116 .p-pointoup__link {
  margin: min(calc(60 / 375 * 100vw), 10rem) auto 0;
}
.cp241116 .p-pointoup__attention {
  display: none;
  width: 90%;
  max-width: 500px;
  font-size: min(calc(12 / 375 * 100vw), 1.5rem);
  text-align: center;
  margin: 0 auto min(calc(20 / 375 * 100vw), 3rem);
  padding: min(calc(20 / 375 * 100vw), 2.5rem);
  background: #fff;
}
.cp241116 .p-pointoup__attention[data-login=false] {
  display: block;
}
.cp241116 .p-pointoup__account {
  display: none;
  width: 90%;
  max-width: 500px;
  margin: 0 auto min(calc(20 / 375 * 100vw), 3rem);
  padding: min(calc(20 / 375 * 100vw), 2.5rem);
  font-size: min(calc(12 / 375 * 100vw), 1.5rem);
  text-align: center;
  background: #fff;
}
.cp241116 .p-pointoup__account[data-login=true] {
  display: block;
}
.cp241116 .p-pointoup__account span {
  font-weight: bold;
}
.cp241116 .p-pointoup__login {
  text-decoration: underline;
}
.cp241116 .p-pointoup__productlink {
  display: block;
  font-size: min(calc(15 / 375 * 100vw), 2.2rem);
  text-decoration: underline;
  text-align: center;
}
.p-attention {
  position: relative;
  width: 90%;
  margin: 25px auto 0;
  border: 1px solid;
  border-radius: 10px;
  font-size: min(calc(12 / 375 * 100vw), 1.6rem);
}
@media screen and (min-width: 768px) {
  .p-attention {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-attention {
    padding: 20px;
  }
}
.p-attention__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2%;
  padding: 0 20px;
  background: #ffffff;
}

.p-attention__text {
  width: 100%;
  margin-bottom: 10px;
}
.p-attention__text-bold {
  text-decoration: underline;
  font-weight: bold;
}

.cp241116 .c-btn {
  margin: min(calc(30 / 375 * 100vw), 5rem) auto 0;
  text-align: center;
  text-decoration: underline;
  display: block;
  font-size: min(calc(15 / 375 * 100vw), 2rem);
}

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