.pointrate-title-pink {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #E43EB5;
  margin-bottom: 28px;
}

.pointrate-title-blue {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #293D84;
  margin-bottom: 14px;
}

.pointrate-text-sm {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 10px;
}

.pointrate-link {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #293D84;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.pointrate-link:hover {
  opacity: 0.86;
}

.pointrate-img {
  margin-bottom: 38px;
}


.text-note {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.pointrate-chart {
  margin-top: 32px;
  padding: 0 40px;
}

.arrow-ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  /* quay thành dấu › */
  margin-left: 6px;
}




.points-row {
  text-align: right;
}

.points-note {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 150%;
  color: #333333;
  max-width: 32.3%;
  display: inline-block;
  text-align: left;
  padding: 10px 5px;
}

.points-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding-top: 20px;
  position: relative;
  padding-top: 42px;
}


.point-card {
  background: #fff;
  border-radius: 13px;
  padding: 12px 18px 38px 18px;
  flex: 1;
  max-width: 340px;
  text-align: center;
  position: relative;
}

/* お気に入り機能で簡単予約！ */

.point-header {
  background: #293D84;
  border-radius: 999px;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  width: 112px;
  height: 112px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP';
  font-style: normal;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: -18px;
  top: -12px;
  flex-direction: column;
  padding-bottom: 4px;
}

.point-header-big {
  font-size: 256%;
  display: block;
  line-height: 0.75;
}


.point-icon {
  font-size: 0px;
  margin-bottom: 10px;
  padding-top: 30px;
  display: flex;
  height: 128px;
  justify-content: center;
  align-items: center;
}

.point-title {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  /* font-size: 22px; */
  font-size: 116%;
  line-height: 160%;
  color: #293D84;
  margin-bottom: 20px;
  letter-spacing: -1px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.point-text {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 112%;
  line-height: 160%;
  color: #000000;
  text-align: left;
  padding: 0 8px;
}

.notice-fixspace {
  position: relative;
  top: -58px;
  margin-bottom: -58px;
  padding-top: 92px !important;
}

@media screen and (max-width: 1080px) {
  .point-header {
    width: 86px;
    height: 86px;
    font-size: 130%;
    line-height: 23px;
  }

  .point-header-big {
    font-size: 240%;
  }
}

@media screen and (max-width: 768px) {

  .points-container {
    flex-direction: column;
    align-items: center;
    margin-left: 18px;
    padding: 0 10px;
    gap: 48px;
    margin-top: 62px;
  }

  .notice-fixspace {
    padding-top: 50px !important;
    margin-top: 0 !important;
    position: relative !important;
    top: -22px !important;
    margin-bottom: -22px !important;
  }

  .point-icon {
    padding-top: 15px;
    height: 100px;
  }

  .point-card {
    width: 100%;
    max-width: 100%;
    padding: 10px 8px 30px 8px;
  }

  .pointrate-title-blue {
    font-size: 14px;
  }

  .pointrate-text-sm {
    font-size: 12px;
  }

  .pointrate-title-pink {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .pointrate-img {
    max-width: 200px;
    margin: 0 auto 28px;
  }

  .pointrate-link {
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
  }

  .text-note {
    font-size: 13px;
    margin-top: 6px;
  }

  .pointrate-chart {
    margin-top: 22px;
    padding: 0 20px 5px;
  }

  .point-title {
    font-size: 17px;
    margin-bottom: 12px;
    letter-spacing: -1px;
    min-height: auto;
  }

  .point-text {
    font-size: 15px;
  }

  .point-icon1 img {
    width: 52px;
  }

  .points-row {
    margin-left: 20px;
  }

  .points-note {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    padding: 14px 5px;
  }

  .notice-fixspace {
    top: 8px;
    margin-bottom: 18px;
  }

  .point-icon2 img {
    width: 64px;
  }

  .point-icon3 img {
    width: 54px;
  }

  .point-header {
    font-size: 14px;
    width: 82px;
    height: 82px;
    line-height: 20px;
  }

  .point-header-big {
    font-size: 36px;
  }

  .point-header {
    left: -28px;
    top: -23px;
  }

}





.arc-notice {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: relative;
}





/* ===== Button Row ===== */

.button-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding: 0 10px;
  z-index: 99;
  position: relative;
  bottom: -47px;
}

.button-link {
  min-width: 628px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border: 5px solid #cc0000;
  border-radius: 40px;
  padding: 10px 25px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.button-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #cc0000;
  margin-right: 8px;
}

.button-label {
  color: #cc0000;
  font-weight: bolder;
}

.button-link svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.button-link svg path {
  fill: #cc0000;
  transition: fill 0.3s;
}

.button-link:hover {
  background-color: #cc0000;
  border-color: #8b0000;
}

.button-link:hover .button-center,
.button-link:hover .button-label {
  color: white;
}

.button-link:hover svg path {
  fill: white;
}


.button-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(204, 0, 0, 0.2);
}

.button-link:active {
  transform: scale(0.97);
  box-shadow: 0 2px 6px rgba(204, 0, 0, 0.3);
}

/* === Hiệu ứng ripple khi click === */
.button-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.5s ease, height 0.5s ease, opacity 0.6s ease;
}

.button-link:active::after {
  width: 300%;
  height: 300%;
  opacity: 0;
}

/* === Responsive tối ưu thêm === */
@media (max-width: 768px) {
  .button-link {
    min-width: auto;
    max-width: 348px;
    font-size: 14px;
    width: auto;
    padding: 8px 16px;
    border-radius: 999px;
    flex-direction: row;
    border: 3px solid #cc0000;
    min-height: 48px;
  }

  .button-center {
    font-size: 15px;
  }

  .button-link svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 360px) {
  .button-center {
    font-size: 12px;
  }

}

/* ===== Modal Overlay ===== */
.modal {
  display: none;
  /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

.modal.active {
  display: flex;
}

/* ===== Modal Content ===== */
.modal-content {
  background: #fff;
  border-radius: 24px;
  padding: 68px 78px 34px;
  max-width: 864px;
  width: 90%;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  animation: fadeIn 0.3s ease;
}


.modal-box {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  text-align: left;
  color: #000000;
}

.modal-box>p {
  margin: 0 0 28px 0;
}

.text-red {
  color: #BF0000;
}

.modal-title {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  color: #293D84;
  margin: 0 0 44px 0;
}

.text-base {
  font-size: 18px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-close {
  position: absolute;
  top: -23px;
  right: -41px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
  transition: color 0.2s;
}

.modal-close:hover {
  color: #293D84;
  opacity: 0.7;
}

/* ===== Responsive for Modal ===== */
@media (max-width: 1124px) {

  .button-row {
    bottom: -26px !important;
  }

}

/* ===== Responsive for Modal ===== */
@media (max-width: 1024px) {
  .modal-content {
    padding: 50px 40px 30px;
    max-width: 700px;
  }

  .button-row {
    bottom: -32px !important;
  }

  .modal-title {
    font-size: 26px;
  }

  .modal-box {
    font-size: 18px;
  }
}

@media (max-width: 768px) {


  .arc-notice {
    bottom: 0;
  }



  .modal-content {
    max-width: 95%;
    padding: 36px 22px 24px;
    border-radius: 18px;
  }

  .button-link svg {
    width: 14px;
  }

  /* .button-link {
    width: 75%;
    max-width: 260px;
    font-size: 14px;
    padding: 7px 10px;
    font-size: 12px;
  } */

  .button-row {
    margin-top: 6px;
    margin-bottom: 42px;
    bottom: 0;
  }

  .modal-close {
    top: -38px;
    right: 0;
  }

  .modal-close>svg {
    width: 28px;
  }

  .modal-title {
    font-size: 24px;
  }

  .modal-box {
    font-size: 14px;
  }

  .modal-box>p {
    margin-bottom: 20px;
  }

  .text-base {
    font-size: 12px;
  }

  .modal-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {


  .modal-box {
    font-size: 13px;
    line-height: 160%;
  }

  .modal-box>p {
    margin-bottom: 16px;
  }

}