@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.cp240906 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.cp240906 .l-hero {
  text-align: center;
}
.cp240906 .l-product {
  line-height: 1;
}
.cp240906 .l-pricelist {
  background: #fcf9ef;
  padding: min(calc(60 / 375 * 100vw), 10rem) 0;
}
.cp240906 .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);
}
.cp240906 .p-hero__images {
  position: relative;
  padding-bottom: min(calc(50 / 375 * 100vw), 6rem);
  margin-bottom: min(calc(40 / 375 * 100vw), 6rem);
}
.cp240906 .p-hero__mainimage {
  width: 100%;
}
.cp240906 .p-hero__title {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(35 / 375 * 100vw), 7rem);
  line-height: 1.2;
  font-weight: bold;
}
.cp240906 .p-hero__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 375 * 100vw), 2rem);
  line-height: 2.5;
  font-weight: normal;
}
.cp240906 .p-hero__titleimages {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
}
.cp240906 .p-hero____head {
  width: 80%;
  max-width: 500px;
}
.cp240906 .p-hero__date {
  display: inline-block;
  text-align: center;
  font-size: min(calc(18 / 375 * 100vw), 2.3rem);
  font-weight: bold;
  border-bottom: 1px solid;
  font-family: "Jost", sans-serif;
}
.cp240906 .p-product__image {
  width: 100%;
  line-height: 1;
}
.cp240906 .p-pricelist__item {
  text-align: center;
  width: 80%;
  margin: 0 auto min(calc(30 / 375 * 100vw), 5rem);
  max-width: 500px;
}
.cp240906 .p-pricelist__rank {
  border: 1px solid;
  padding: 0 min(calc(18 / 375 * 100vw), 2rem);
}
.cp240906 .p-pricelist__off {
  font-size: min(calc(35 / 375 * 100vw), 5rem);
  font-weight: bold;
}
.cp240906 .p-pricelist__off span {
  font-size: min(calc(35 / 375 * 100vw), 5rem);
}
.cp240906 .p-pricelist__price {
  font-size: min(calc(24 / 375 * 100vw), 3.5rem);
  line-height: 1;
}
.cp240906 .p-pricelist__price span {
  font-size: min(calc(28 / 375 * 100vw), 4rem);
  color: #936a43;
}
.cp240906 .p-pricelist__link {
  margin: min(calc(60 / 375 * 100vw), 10rem) auto 0;
}
.cp240906 .p-pricelist__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;
}
.cp240906 .p-pricelist__attention[data-login=false] {
  display: block;
}
.cp240906 .p-pricelist__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;
}
.cp240906 .p-pricelist__account[data-login=true] {
  display: block;
}
.cp240906 .p-pricelist__account span {
  font-weight: bold;
}
.cp240906 .p-pricelist__login {
  text-decoration: underline;
}
.cp240906 .p-pricelist__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;
}

.cp240906 .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: translateY(50px);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}