html,
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #000000;
  color: #ffffff;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (width > 750px) {
  .page_content .top .top_logo {
    background: #111;
    width: 100%;
    transition: all 0.3s ease;
  }
  .page_content .top .top_logo.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .page_content .top .top_logo .top_logo_content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
  }
  .page_content .top .top_content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .page_content .top .bg_img {
    animation: coin-flash 2s ease-in-out infinite;
    transform-origin: center center;
  }
  .page_content .top .title h2 {
    font-size: 36px;
    width: 60%;
    line-height: 1.2;
    margin: 0 0 34px;
    -webkit-text-stroke: 0;
    color: #fff;
    font-weight: bold;
  }
  .page_content .top .title p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  @keyframes coin-flash {
    0% {
      transform: rotate(0deg) scale(1);
    }
    10% {
      transform: rotate(3deg) scale(1.05);
    }
    20% {
      transform: rotate(-3deg) scale(1.05);
    }
    30% {
      transform: rotate(2deg) scale(1.03);
    }
    40% {
      transform: rotate(-2deg) scale(1.03);
    }
    50% {
      transform: rotate(0deg) scale(1.06);
    }
    60% {
      transform: rotate(0deg) scale(1);
    }
    100% {
      transform: rotate(0deg) scale(1);
    }
  }
  .middle_content {
    background: #111111;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
  }
  .middle_content .left,
  .middle_content .right {
    width: 50%;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    height: 600px;
  }
  .middle_content .left:hover {
    width: 100% !important;
  }
  .middle_content .right:hover {
    width: 100% !important;
  }
  .middle_content .left h2,
  .middle_content .right h2 {
    color: rgb(175, 154, 114);
  }
  .middle_content .left .title,
  .middle_content .right .title {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: grey;
  }
  .middle_content .left .content,
  .middle_content .right .content {
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .middle_content .left .content .item,
  .middle_content .right .content .item {
    margin-bottom: 20px;
  }
  .middle_content .left .content .item svg,
  .middle_content .right .content .item svg {
    vertical-align: middle;
    margin-right: 10px;
  }
  .reviews_content {
    max-width: 1400px;
    margin: 0 auto;
  }
  .reviews_content h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 35px;
  }
  .reviews_content .reviews_swiper {
    width: 100% !important;
    height: 280px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
  }
  .reviews_content .reviews_swiper .items {
    text-align: center;
    font-size: 18px;
    background: #111;
    border: 1px solid rgb(175, 154, 114);
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 300ms;
    transform: scale(0.8);
  }
  .reviews_content .reviews_swiper .items .reviews {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
  }
  .reviews_content .reviews_swiper .swiper-slide-active,
  .reviews_content .reviews_swiper .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .reviews_content .reviews_swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .reviews_content .reviews_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid rgb(175, 154, 114);
    margin: 3px;
  }
  .reviews_content
    .reviews_swiper
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(175, 154, 114);
  }
  .reviews_content .reviews_swiper .items .avatar_icon {
    width: 30%;
    border-radius: 4px;
  }
  .reviews_content .reviews_swiper .items .star {
    margin-top: 20px;
  }
  .reviews_content .reviews_swiper .items .star svg {
    width: 15px;
    height: 15px;
  }
  .bottom_content_pc {
    background: #574a33;
    text-align: center;
    margin-top: 80px;
    overflow: hidden;
  }
  .bottom_content_pc img {
    width: 30%;
    margin-bottom: -2%;
  }
  .page_content .bottom_content {
    max-width: 1400px;
    margin: 50px auto 10px;
    text-align: center;
  }

  .page_content .bottom_content .page_click_button {
    margin: 0 auto 50px;
    width: 300px;
    font-size: 20px;
    animation: coin-flash 2s ease-in-out infinite;
    transform-origin: center center;
    cursor: pointer;
    opacity: 1;
  }
  .page_click_button {
    background: linear-gradient(
      91.17deg,
      #dbcc8f -0.62%,
      #fff0b3 30.34%,
      #978a55 70.01%,
      #c0b176 96.13%
    );
    border-radius: 1.5625rem !important;
    width: 180px;
    padding: 10px 0;
    text-align: center;
    color: #000000;
    cursor: pointer;
  }
  .page_click_button span {
    transition: all 0.3s;
    font-weight: bold;
  }
  .page_click_button:hover span {
    font-size: 14px;
  }
}
@media screen and (width < 750px) {
  .page_content .top .top_logo {
    background: #111;
    width: 100%;
    transition: all 0.3s ease;
  }
  .page_content .top .top_logo.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .page_content .top .top_logo .top_logo_content {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page_content .top .top_content {
    padding: 0 10px;
    position: relative;
    height: 600px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
      url(./img/m_bg.png) no-repeat 30%;
  }
  .page_content .top .bg_img {
    display: none;
  }
  .page_content .top .title h2 {
    font-size: 32px;
    width: 90%;
    line-height: 1.2;
    margin: 50px 0 34px;
    -webkit-text-stroke: 0;
    color: #fff;
    font-weight: bold;
  }
  .page_content .top .title p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  @keyframes coin-flash {
    0% {
      transform: rotate(0deg) scale(1);
    }
    10% {
      transform: rotate(2deg) scale(1.05);
    }
    20% {
      transform: rotate(-2deg) scale(1.05);
    }
    30% {
      transform: rotate(1deg) scale(1.03);
    }
    40% {
      transform: rotate(-1deg) scale(1.03);
    }
    50% {
      transform: rotate(0deg) scale(1.06);
    }
    60% {
      transform: rotate(0deg) scale(1);
    }
    100% {
      transform: rotate(0deg) scale(1);
    }
  }
  .middle_content {
    background: #111111;
    padding: 0 20px;
  }
  .middle_content .left,
  .middle_content .right {
    text-align: center;
    cursor: pointer;
    padding: 30px 0 0;
  }
  .middle_content .left h2,
  .middle_content .right h2 {
    color: rgb(175, 154, 114);
    font-size: 18px;
  }
  .middle_content .left .title,
  .middle_content .right .title {
    display: flex;
    justify-content: center;
    gap: 5px;
    color: grey;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .middle_content .left .title p,
  .middle_content .right .title p {
    width: 48%;
    margin: 0;
  }
  .middle_content .left .content,
  .middle_content .right .content {
    padding: 10px 0;
    text-align: left;
  }
  .middle_content .left .content .item,
  .middle_content .right .content .item {
    margin-bottom: 10px;
  }
  .middle_content .left .content .item svg,
  .middle_content .right .content .item svg {
    vertical-align: middle;
    margin-right: 5px;
  }
  .reviews_content {
    padding: 0 10px;
  }
  .reviews_content h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 18px;
  }
  .reviews_content .reviews_swiper {
    width: 100% !important;
    height: 280px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
  }
  .reviews_content .reviews_swiper .items {
    text-align: center;
    font-size: 18px;
    background: #111;
    border: 1px solid rgb(175, 154, 114);
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 300ms;
    transform: scale(0.8);
  }
  .reviews_content .reviews_swiper .items .reviews {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
  }
  .reviews_content .reviews_swiper .swiper-slide-active,
  .reviews_content .reviews_swiper .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .reviews_content .reviews_swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .reviews_content .reviews_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid rgb(175, 154, 114);
    margin: 3px;
  }
  .reviews_content
    .reviews_swiper
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(175, 154, 114);
  }
  .reviews_content .reviews_swiper .items .avatar_icon {
    width: 50%;
    border-radius: 4px;
  }
  .reviews_content .reviews_swiper .items .star {
    margin-top: 20px;
  }
  .reviews_content .reviews_swiper .items .star svg {
    width: 15px;
    height: 15px;
  }
  .page_content .bottom_content {
    max-width: 1400px;
    margin: 50px auto 0;
    text-align: center;
  }
  .page_content .bottom_content_pc {
    font-size: 0;
  }
  .page_content .bottom_content_pc img {
    width: 100%;
  }
  .page_content .bottom_content .page_click_button {
    margin: 0 auto 50px;
    width: 300px;
    font-size: 20px;
    cursor: pointer;
    opacity: 1;
  }
  .page_click_button {
    background: linear-gradient(
      91.17deg,
      #dbcc8f -0.62%,
      #fff0b3 30.34%,
      #978a55 70.01%,
      #c0b176 96.13%
    );
    border-radius: 1.5625rem !important;
    width: 40%;
    padding: 5px 0;
    text-align: center;
    color: #000000;
    cursor: pointer;
    animation: coin-flash 3s ease-in-out infinite;
    transform-origin: center center;
  }
  .page_click_button span {
    transition: all 0.3s;
    font-weight: bold;
  }
  .page_click_button:hover span {
    font-size: 14px;
  }
}
.page_content .top .title h2,
.page_content .top .title p,
.page_click_button {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}
.scroll-reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.scroll-reveal.active {
  opacity: 1;
  transform: translateY(0);
}
