@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.p-price2509 {
  font-weight: 600;
}
.p-price2509 .kv {
  background-color: #fff5f5;
  padding-bottom: 35px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .kv {
    padding-bottom: 43px;
  }
}
.p-price2509 .kv__title {
  margin: 0;
  text-align: center;
}
.p-price2509 .kv__title img {
  max-width: 100%;
}
@media screen and (min-width: 770px) {
  .p-price2509 .kv__title img {
    width: 1280px;
  }
}
@media screen and (max-width: 769px) {
  .p-price2509 .kv__title img {
    width: 100%;
    display: block;
  }
}
.p-price2509 .kv__contents {
  padding: 0 20px 30px;
  text-align: center;
}
@media screen and (min-width: 770px) {
  .p-price2509 .kv__contents {
    display: flex;
    max-width: 1027px;
    margin: 0 auto;
    padding: 0 20px 57px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
}
.p-price2509 .kv__contentsImage {
  margin-bottom: 20px;
}
.p-price2509 .kv__contentsImage img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 770px) {
  .p-price2509 .kv__contentsImage img {
    width: 179px;
  }
}
.p-price2509 .kv__contentsText {
  text-align: left;
}
@media screen and (max-width: 769px) {
  .p-price2509 .kv__contentsText {
    margin: 0 auto;
  }
}
@media screen and (min-width: 770px) {
  .p-price2509 .kv__contentsText {
    flex: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.p-price2509 .kv__contentsTopText {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .p-price2509 .kv__contentsTopText {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 770px) {
  .p-price2509 .kv__contentsTopText {
    margin-bottom: 20px;
  }
}
.p-price2509 .kv__contentsTopText img {
  width: 74px;
  height: auto;
  margin-left: 16px;
}
.p-price2509 .kv__contentsTopText p {
  flex: 1;
  font-size: 12.5px;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .p-price2509 .kv__contentsTopText p {
    max-width: 65%;
  }
}
@media screen and (min-width: 770px) {
  .p-price2509 .kv__contentsTopText p {
    font-size: 23px;
  }
}
.p-price2509 .kv__contentsBottomText p {
  font-size: 12.5px;
  line-height: 1.8;
}
@media screen and (min-width: 770px) {
  .p-price2509 .kv__contentsBottomText p {
    font-size: 23px;
  }
}
.p-price2509 .cta {
  text-align: center;
  margin: 0 auto;
}
.p-price2509 .cta__button {
  margin: auto;
  background-color: #bf2146;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  max-width: 253px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 770px) {
  .p-price2509 .cta__button {
    font-size: 28px;
    height: 73px;
    max-width: 465px;
  }
}
.p-price2509 .cta__subButton {
  display: block;
  color: #bf2146;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .cta__subButton {
    margin-top: 17px;
    font-size: 20px;
  }
}
.p-price2509 .point {
  background-color: #fff0db;
  padding: 20px 10px 40px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .point {
    padding: 51px 20px 44px;
  }
}
.p-price2509 .point__inner {
  margin: 0 auto;
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__inner {
    max-width: 1134px;
  }
}
.p-price2509 .point__title {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__title {
    margin-bottom: 20px;
    max-width: 1134px;
  }
}
.p-price2509 .point__title span {
  display: block;
  line-height: 1.3043478261;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
}
.p-price2509 .point__title span:first-child {
  font-size: 11px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__title span:first-child {
    font-size: 25px;
  }
}
.p-price2509 .point__title span:last-child {
  font-size: 24px;
  color: #950018;
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__title span:last-child {
    font-size: 55px;
  }
}
.p-price2509 .point__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media screen and (max-width: 769px) {
  .p-price2509 .point__list {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__list {
    flex-wrap: wrap;
    gap: 22px 38px;
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__item {
    max-width: calc(50% - 19px);
  }
}
.p-price2509 .point__card {
  background-color: white;
  padding: 12px;
  border-radius: 16px;
}
.p-price2509 .point__cardInner {
  border-radius: 12px;
  padding: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='333.5px' height='272.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 57, 103)' stroke-width='1px' stroke-dasharray='7, 5' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M10.502,0.998 L322.501,0.998 C327.748,0.998 332.001,5.252 332.001,10.498 L332.001,261.001 C332.001,266.248 327.748,270.501 322.501,270.501 L10.502,270.501 C5.255,270.501 1.002,266.248 1.002,261.001 L1.002,10.498 C1.002,5.252 5.255,0.998 10.502,0.998 Z'/%3e%3c/svg%3e");
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__cardInner {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='518px' height='423px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 57, 103)' stroke-width='2px' stroke-dasharray='14, 10' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M21.922,2.697 L495.580,2.697 C506.074,2.697 514.580,11.204 514.580,21.697 L514.580,400.142 C514.580,410.636 506.074,419.142 495.580,419.142 L21.922,419.142 C11.429,419.142 2.922,410.636 2.922,400.142 L2.922,21.697 C2.922,11.204 11.429,2.697 21.922,2.697 Z'/%3e%3c/svg%3e");
    padding: 24px 52px;
    aspect-ratio: 511.66/416.45;
  }
}
@media screen and (max-width: 769px) {
  .p-price2509 .point__itemImage {
    max-width: 90%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__itemImage {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-price2509 .point__itemImage img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.p-price2509 .point__itemText {
  text-align: center;
}
.p-price2509 .point__itemTitle {
  font-size: 22.5px;
  font-weight: bold;
  color: #950018;
  margin-bottom: 10px;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__itemTitle {
    font-size: 35px;
    margin-bottom: 23px;
  }
}
.p-price2509 .point__itemText p {
  font-size: 12.5px;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .p-price2509 .point__itemText p {
    padding: 0 14px;
  }
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__itemText p {
    font-size: 19px;
  }
}
.p-price2509 .point__note {
  margin-top: 10px;
}
.p-price2509 .point__note p {
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  padding: 0 4px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .point__note p {
    padding: 0 12px;
    font-size: 15px;
  }
}
.p-price2509 .voice {
  background-color: #fce4ec;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 769px) {
  .p-price2509 .voice {
    padding: 20px 10px 40px;
  }
}
.p-price2509 .voice__inner {
  margin: 0 auto;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__inner {
    max-width: 1139px;
  }
}
.p-price2509 .voice__title {
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__title {
    height: 110px;
  }
}
.p-price2509 .voice__title span:first-child {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  color: #950018;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 40px;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: transparent;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__title span:first-child {
    padding: 26px 0px;
    font-size: 39px;
  }
}
.p-price2509 .voice__title span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-price2509 .voice__title span:last-child img {
  width: auto;
  height: auto;
  max-width: 280px;
  display: block;
  margin-bottom: -15px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__title span:last-child img {
    max-width: 500px;
    margin-bottom: -10px;
  }
}
.p-price2509 .voice__cardList {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-direction: column;
}
.p-price2509 .voice__card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffcba9;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__card {
    padding: 21px 37px 30px;
  }
}
.p-price2509 .voice__userInfo {
  text-align: center;
  color: #950018;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 12px;
  gap: 8px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__userInfo {
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 16px;
  }
}
.p-price2509 .voice__userInfo .small {
  font-size: 12px;
  padding-bottom: 2px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__userInfo .small {
    font-size: 22px;
  }
}
.p-price2509 .voice__userInfo .accent {
  font-size: 18px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__userInfo .accent {
    font-size: 30px;
  }
}
.p-price2509 .voice__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__content {
    flex-direction: row;
    gap: 37px;
  }
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__image {
    max-width: calc(50% - 18.5px);
    width: 100%;
  }
}
.p-price2509 .voice__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__texts {
    flex: 1;
  }
}
.p-price2509 .voice__text {
  margin-bottom: 20px;
  font-weight: 500;
}
.p-price2509 .voice__text p {
  font-size: 12.5px;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__text p {
    font-size: 19px;
    margin-bottom: 31px;
  }
}
.p-price2509 .voice__text p .bold {
  font-weight: bold;
}
.p-price2509 .voice__link {
  text-align: center;
}
.p-price2509 .voice__linkButton {
  display: inline-block;
  background-color: white;
  color: #bf2146;
  text-decoration: none;
  border: 2px solid #bf2146;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 11px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 769px) {
  .p-price2509 .voice__linkButton {
    width: 260px;
  }
}
@media screen and (min-width: 770px) {
  .p-price2509 .voice__linkButton {
    font-size: 17px;
    padding: 14px;
    border-radius: 14px;
    width: 414px;
  }
}
.p-price2509 .voice__cta {
  margin-top: 35px;
}/*# sourceMappingURL=custom2509.css.map */