/* Components */
@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.jcb-page {
  font-family: 'Manrope';
  font-weight: 400;
  font-style: normal;
  overflow: hidden; }

.jcb-container {
  max-width: 1176px;
  margin: 0 auto;
  padding: 0 16px; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.jcb-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 124px;
  font-weight: 700;
  font-size: 14px;
  width: 176px;
  height: 46px; }
  .jcb-button img {
    margin-left: 15px; }

.footer-inner > .pagetop.active {
  z-index: 1; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.hide-mobile {
  display: none; }
  @media (min-width: 992px) {
    .hide-mobile {
      display: block; } }

.hide-desktop {
  display: block; }
  @media (min-width: 992px) {
    .hide-desktop {
      display: none; } }

.ph-section-01 {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .ph-section-01 {
      padding-bottom: 40px;
      margin-bottom: 40px; } }

.banner-logo {
  top: 6.5%;
  left: 10.3%;
  width: 9%; }

.banner-title {
  top: 8%;
  right: 10.3%;
  width: 28.7%; }

.banner-cards {
  bottom: 9.5%;
  left: 10.3%;
  width: 62.4%; }

.animate__infinite {
  animation: all 5s infinite ease-in-out; }

.animate__delay-05s {
  --animate-delay: 0.5s; }

.ph-section-02 {
  padding-top: 20px;
  padding-bottom: 16px; }
  @media (min-width: 992px) {
    .ph-section-02 {
      padding-top: 40px;
      padding-bottom: 80px; } }

.ph-section-02__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .ph-section-02__title {
      font-size: 44px;
      line-height: 60px;
      max-width: 934px;
      margin-bottom: 0px; } }

.ph-section-02__row {
  display: flex;
  flex-wrap: nowrap;
  background: #fcf6f6;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
  flex-direction: column; }
  @media (min-width: 992px) {
    .ph-section-02__row {
      flex-direction: row;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .ph-section-02__row.column-change .ph-section-02__img {
      order: 2; }
    .ph-section-02__row.column-change .ph-section-02__vovher {
      order: 1; } }

.ph-section-02__img {
  width: 100%; }
  @media (min-width: 992px) {
    .ph-section-02__img {
      width: 50%;
      margin-bottom: 0; } }

.ph-section-02__vovher {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px; }
  .ph-section-02__vovher a {
    text-align: center; }
  .ph-section-02__vovher img {
    max-width: 75%; }
    @media (min-width: 992px) {
      .ph-section-02__vovher img {
        max-width: 85%; } }
  @media (min-width: 992px) {
    .ph-section-02__vovher {
      width: 50%; } }

.ph-section-02__saveup {
  background: #fcf6f6;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
  padding: 16px;
  border-radius: 24px;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .ph-section-02__saveup {
      border-radius: 0;
      border-bottom-left-radius: 24px;
      border-bottom-right-radius: 24px;
      padding: 0;
      margin-bottom: 0; } }

.ph-section-02__saveup--title {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 16px;
  padding-bottom: 0;
  color: #7c7c85; }
  @media (min-width: 992px) {
    .ph-section-02__saveup--title {
      font-size: 24px;
      line-height: 32px;
      padding: 24px; } }
  .ph-section-02__saveup--title span {
    font-size: 24px;
    line-height: 33px;
    color: #000000; }
    @media (min-width: 992px) {
      .ph-section-02__saveup--title span {
        font-size: 34px;
        line-height: 46px; } }

.ph-section-03 {
  background-size: cover; }

.ph-section-03__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 60px 0;
  flex-direction: column; }
  @media (min-width: 992px) {
    .ph-section-03__inner {
      padding: 22px 36px;
      flex-direction: row; } }

.ph-section-03__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 992px) {
    .ph-section-03__title {
      font-size: 34px;
      line-height: 46px;
      text-align: left; } }

.ph-section-03__right > img {
  margin-bottom: 40px; }

.ph-section-03__button a {
  margin: 0 auto;
  background: #008eed;
  color: #ffffff; }
  @media (min-width: 992px) {
    .ph-section-03__button a {
      margin-left: 0; } }

.ph-section-03__left {
  max-width: 555px; }

.ph-section-04 {
  padding-top: 40px;
  padding-bottom: 16px;
  background: #fcf6f6; }
  @media (min-width: 992px) {
    .ph-section-04 {
      padding-top: 80px;
      padding-bottom: 40px; } }

.ph-section-04__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .ph-section-04__title {
      margin-bottom: 40px;
      font-size: 34px;
      line-height: 46px; } }

.ph-section-04__banner {
  position: relative;
  margin-bottom: 16px;
  padding-top: 8px;
  border-radius: 24px;
  overflow: hidden; }
  .ph-section-04__banner img {
    border-radius: 24px; }
  @media (min-width: 992px) {
    .ph-section-04__banner {
      margin-bottom: 24px;
      border-radius: 0; } }

.ph-section-04__subtitle {
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 992px) {
    .ph-section-04__subtitle {
      font-size: 44px;
      top: 0;
      transform: translate(-50%, 0);
      display: flex;
      justify-content: center;
      width: 458px;
      height: 88px;
      padding-top: 15px;
      border-radius: 0px 0px 100px 100px;
      box-shadow: inset 0px -8px 0px rgba(0, 0, 0, 0.25); } }

.ph-section-04__section {
  border-radius: 24px;
  overflow: hidden;
  padding-bottom: 24px;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .ph-section-04__section {
      margin-bottom: 40px; } }

.ph-section-04__dining {
  box-shadow: inset 0px -8px 0px #ff9500, inset 0px 8px 0px #ff9500; }
  @media (min-width: 992px) {
    .ph-section-04__dining .ph-section-04__subtitle {
      background: #ff9500; } }

.ph-section-04__retail {
  box-shadow: inset 0px -8px 0px #d80737, inset 0px 8px 0px #d80737; }
  @media (min-width: 992px) {
    .ph-section-04__retail .ph-section-04__subtitle {
      background: #d80737; } }

.ph-section-04__travel {
  box-shadow: inset 0px -8px 0px #008eed, inset 0px 8px 0px #008eed; }
  @media (min-width: 992px) {
    .ph-section-04__travel .ph-section-04__subtitle {
      background: #008eed; } }

.ph-section-04__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 16px;
  margin: 0 -8px; }
  @media (min-width: 992px) {
    .ph-section-04__row {
      padding: 0 24px; } }

.ph-section-04__col {
  padding: 0 8px;
  width: 100%;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .ph-section-04__col {
      width: calc(100% / 3); } }

.ph-section-04__item {
  margin-bottom: 16px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 16px;
  padding-top: 24px;
  height: 100%; }
  .ph-section-04__item img {
    max-height: 126px;
    width: auto; }

.ph-section-05 {
  background: #fcf6f6;
  padding-bottom: 24px; }
  @media (min-width: 992px) {
    .ph-section-05 {
      padding-bottom: 8px; } }

.ph-section-05__banner {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px; }
  .ph-section-05__banner > img {
    opacity: 1;
    transition: 0.3s ease-in-out opacity;
    object-fit: cover;
    top: 0;
    left: 0; }
  .ph-section-05__banner:hover > img {
    opacity: 0; }
  @media (min-width: 992px) {
    .ph-section-05__banner {
      margin-bottom: 32px; } }

.ratio {
  position: relative;
  width: 100%; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ''; }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ph-section-05__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px; }

.ph-section-05__col {
  padding: 0 16px;
  width: 100%; }
  @media (min-width: 992px) {
    .ph-section-05__col {
      width: 50%; } }

.ph-section-05__item {
  margin-bottom: 16px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff; }
  @media (min-width: 992px) {
    .ph-section-05__item {
      margin-bottom: 32px; } }

.ph-section-05__content {
  padding: 16px; }
  @media (min-width: 992px) {
    .ph-section-05__content {
      padding: 24px; } }

.ph-section-05__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 12px; }
  @media (min-width: 992px) {
    .ph-section-05__title {
      font-size: 34px;
      line-height: 46px;
      margin-bottom: 16px; } }

.ph-section-05__desc {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .ph-section-05__desc {
      margin-bottom: 40px;
      min-height: 44px; } }

.ph-section-05__button a {
  color: #008eed;
  background: #ffffff;
  border: 1px solid #ededed; }

.bgimg-1 {
  position: relative;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px; }
  @media (min-width: 992px) {
    .bgimg-1 {
      background-size: cover;
      min-height: 100vh; } }

.caption {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 10%; }
  @media (min-width: 992px) {
    .caption {
      padding-top: 5%; } }
  .caption img {
    max-width: 70%; }
    @media (min-width: 992px) {
      .caption img {
        max-width: 40%; } }
  .caption a {
    display: inline-flex;
    align-items: center;
    border-radius: 124px;
    background: #008EED;
    color: #FFF;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    font-size: 12px;
    padding: 2px 8px 5px 21px;
    gap: 4px; }
    @media (min-width: 992px) {
      .caption a {
        padding: 12px 22px 15px 36px;
        gap: 10px;
        font-size: 20px; } }
    .caption a svg {
      transform: translateY(1px); }
