@charset "UTF-8";
#top_banner_area img {
  width: 100%;
}

body {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 20px;
  }
}

.bg-ctn {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bg-ctn {
    margin-top: -25px;
  }
}

#main_content_area {
  color: #604018;
  overflow: hidden;
}
#main_content_area .container {
  max-width: 1440px;
  padding-inline: 20px;
  margin: auto;
  position: relative;
}
#main_content_area .container > * {
  position: relative;
  z-index: 2;
}
#main_content_area .container.large {
  max-width: 1740px;
}
#main_content_area .container .flower1 {
  position: absolute;
  top: 0;
  left: -210px;
}
#main_content_area .container .flower2 {
  position: absolute;
  top: 300px;
  left: -250px;
  z-index: 1;
}
#main_content_area .container .goldflare1 {
  position: absolute;
  top: 300px;
  right: -200px;
  z-index: 1;
}
#main_content_area .container .goldflare2 {
  position: absolute;
  top: 300px;
  right: -200px;
  z-index: 1;
}

.riskbox2 {
  overflow: auto;
  max-height: 90px;
  border-color: #51300a;
}
.riskbox2 p {
  color: #51300a;
  font-size: 16px;
}

.intro {
  padding: 50px 0 0;
  background-image: url(../images/background-d.jpg);
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .intro {
    background-image: url(../images/background-m.jpg);
  }
}
.intro .text {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .intro .text {
    line-height: 1.5;
  }
}

.intro-to-prevelage {
  height: 200px;
  background-color: #fff1d5;
}

.tab-bar-ctn {
  --polygonAngle: 50px;
  margin-top: calc(var(--polygonAngle) * -1);
}
@media screen and (max-width: 768px) {
  .tab-bar-ctn {
    --polygonAngle: 20px;
    margin-top: calc(var(--polygonAngle) * -2);
    margin-inline: -5px;
  }
}
@media screen and (max-width: 968px) {
  .tab-bar-ctn.md-hide {
    display: none !important;
  }
}
.tab-bar-ctn.md-show {
  display: block !important;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 969px) {
  .tab-bar-ctn.md-show {
    display: none !important;
  }
}
.tab-bar-ctn.md-show .item {
  width: 100% !important;
}
.tab-bar-ctn.md-show .item .txt {
  font-size: 23px;
}
.tab-bar-ctn .tab-bar {
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 1;
}
.tab-bar-ctn .tab-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dbbc8f;
  -webkit-clip-path: polygon(var(--polygonAngle) 0, calc(100% - var(--polygonAngle)) 0, 100% 50%, calc(100% - var(--polygonAngle)) 100%, var(--polygonAngle) 100%, 0 50%);
          clip-path: polygon(var(--polygonAngle) 0, calc(100% - var(--polygonAngle)) 0, 100% 50%, calc(100% - var(--polygonAngle)) 100%, var(--polygonAngle) 100%, 0 50%);
  z-index: -1;
}
.tab-bar-ctn .item {
  position: relative;
  width: 50%;
  height: calc(var(--polygonAngle) * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab-bar-ctn .item {
    height: calc(var(--polygonAngle) * 4);
  }
}
.tab-bar-ctn .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(var(--polygonAngle) 0, calc(100% - var(--polygonAngle)) 0, 100% 50%, calc(100% - var(--polygonAngle)) 100%, var(--polygonAngle) 100%, 0 50%);
          clip-path: polygon(var(--polygonAngle) 0, calc(100% - var(--polygonAngle)) 0, 100% 50%, calc(100% - var(--polygonAngle)) 100%, var(--polygonAngle) 100%, 0 50%);
  z-index: 0;
}
.tab-bar-ctn .item .bg {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 5px);
  height: calc(100% - 4px);
  background-color: #dbbc8f;
  --angle: calc(var(--polygonAngle) - 1px);
  -webkit-clip-path: polygon(var(--angle) 0, calc(100% - var(--angle)) 0, 100% 50%, calc(100% - var(--angle)) 100%, var(--angle) 100%, 0 50%);
          clip-path: polygon(var(--angle) 0, calc(100% - var(--angle)) 0, 100% 50%, calc(100% - var(--angle)) 100%, var(--angle) 100%, 0 50%);
  z-index: 1;
}
.tab-bar-ctn .item .txt {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 26px;
  line-height: 1.15;
  font-weight: bold;
  color: #604018;
  pointer-events: none;
  padding: 0 calc(var(--polygonAngle));
}
@media screen and (max-width: 1440px) {
  .tab-bar-ctn .item .txt {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 968px) {
  .tab-bar-ctn .item .txt {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .tab-bar-ctn .item .txt {
    font-size: 3.7vw;
  }
}
.tab-bar-ctn .item::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #004d3a;
  z-index: 3;
}
.tab-bar-ctn .item.active {
  z-index: 2;
}
.tab-bar-ctn .item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004d3a;
  -webkit-clip-path: polygon(var(--polygonAngle) 0, calc(100% - var(--polygonAngle)) 0, 100% 50%, calc(100% - var(--polygonAngle)) 100%, var(--polygonAngle) 100%, 0 50%);
          clip-path: polygon(var(--polygonAngle) 0, calc(100% - var(--polygonAngle)) 0, 100% 50%, calc(100% - var(--polygonAngle)) 100%, var(--polygonAngle) 100%, 0 50%);
  z-index: 0;
}
.tab-bar-ctn .item.active .bg {
  background: #dbbc8f;
}
.tab-bar-ctn .item.active .bg::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  right: 3px;
  bottom: 2px;
  background-color: #004d3a;
  --bgangle: calc(var(--polygonAngle) - 3px);
  -webkit-clip-path: polygon(var(--bgangle) 0, calc(100% - var(--bgangle)) 0, 100% 50%, calc(100% - var(--bgangle)) 100%, var(--bgangle) 100%, 0 50%);
          clip-path: polygon(var(--bgangle) 0, calc(100% - var(--bgangle)) 0, 100% 50%, calc(100% - var(--bgangle)) 100%, var(--bgangle) 100%, 0 50%);
  z-index: 1;
  background-image: url(../images/Tab-pattern.png);
  background-size: cover;
}
.tab-bar-ctn .item.active .txt {
  color: #ddc694;
}
.tab-bar-ctn .item.active::after {
  content: "";
}

.prevelage-section {
  margin-top: -100px;
  padding-top: 1px;
  padding-bottom: 200px;
  border-radius: 100px 100px 0 0;
  background-image: linear-gradient(#ffdeca, #ffffff);
}
@media screen and (max-width: 768px) {
  .prevelage-section {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 1750px) {
  .prevelage-section .content-table-ctn {
    margin-right: 250px;
  }
}
@media screen and (max-width: 1750px) and (max-width: 968px) {
  .prevelage-section .content-table-ctn {
    margin-right: 0px;
  }
}
.prevelage-section .rewards-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .prevelage-section .rewards-title {
    font-size: 28px;
  }
}
.prevelage-section .rewards-title img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .prevelage-section .rewards-title img {
    width: 50px;
    height: 50px;
  }
}

.remark {
  font-size: 16px;
  text-align: left;
  color: #333333;
}
.remark a {
  color: inherit;
  text-decoration: underline;
}
.remark .remark-table {
  color: #333333;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.remark .remark-table th {
  text-align: center;
  background-color: #f7dfb3 !important;
}
.remark .remark-item {
  display: flex;
}
.remark .remark-item ul {
  margin-left: 1.2em;
}
.remark .remark-item .remark-sup {
  font-size: 0.6em;
  min-width: 16px;
  width: 16px;
}

.btn-ctn {
  display: flex;
  justify-content: center;
}
.btn-ctn .btn {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  min-width: 260px;
  border: 2px solid transparent;
  border-radius: 50px;
  background-image: linear-gradient(to right, #b08249, #6a481e), linear-gradient(to right, #f7ddb6, #b69466);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 10px 40px;
  box-shadow: 0 5px 20px #aa967d;
}
@media screen and (max-width: 768px) {
  .btn-ctn .btn {
    padding: 5px 20px;
    min-width: 200px;
  }
  .btn-ctn .btn img {
    width: 32px;
  }
}

.tab-content {
  padding-block: 60px;
}
.tab-content > .btn-ctn {
  margin-top: 60px;
}
.tab-content .text {
  text-align: center;
}
.tab-content .tab-content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .tab-content .tab-content-title {
    font-size: 26px;
  }
}
.tab-content .tab-content-title .num {
  display: flex;
  align-items: center;
}
.tab-content .tab-content-title .num:before, .tab-content .tab-content-title .num:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #604018;
  transform: rotate(45deg);
  margin-inline: 10px;
}

.common-content {
  padding-top: 40px;
}

.content-table-ctn {
  margin: 40px 0 50px;
  position: relative;
}
.content-table-ctn .smaller {
  display: inline-block;
}
.content-table-ctn table.content-table {
  border-collapse: separate;
  border-spacing: 0px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f6daa8;
  box-shadow: 0 9px 30px rgba(110, 71, 27, 0.2);
  text-align: center;
  position: relative;
  line-height: 1.2;
}
.content-table-ctn table.content-table * {
  background: transparent;
}
.content-table-ctn table.content-table tbody,
.content-table-ctn table.content-table thead {
  border: 0;
}
.content-table-ctn table.content-table th {
  background-color: #f8edcc;
  border: 1px solid #f6daa8;
  color: #005642;
  font-size: 28px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .content-table-ctn table.content-table th {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content-table-ctn table.content-table th {
    padding: 10px;
  }
}
.content-table-ctn table.content-table th .table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
}
.content-table-ctn table.content-table th .table-title .smaller {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .content-table-ctn table.content-table th .table-title {
    gap: 2px;
    flex-direction: column;
  }
}
.content-table-ctn table.content-table th .table-title img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .content-table-ctn table.content-table th .table-title img {
    width: 30px;
    height: 30px;
  }
}
.content-table-ctn table.content-table td {
  width: 33%;
  padding: 20px;
  min-width: 33%;
  max-width: 50%;
  background-color: #fffaec;
  border: 1px solid #f6daa8;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .content-table-ctn table.content-table td {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .content-table-ctn table.content-table td {
    font-size: 18px;
  }
}
.content-table-ctn table.content-table td strong {
  font-size: 1.2em;
  color: #ad2025;
}
@media screen and (max-width: 768px) {
  .content-table-ctn table.content-table td strong {
    font-size: 1.1em;
  }
}
.content-table-ctn .prize1 {
  position: absolute;
  top: -37px;
  right: -300px;
}
@media screen and (max-width: 1750px) {
  .content-table-ctn .prize1 {
    right: -350px;
  }
}
@media screen and (max-width: 968px) {
  .content-table-ctn .prize1 {
    position: relative;
    display: block;
    margin: -70px auto -40px;
    top: 0;
    right: 0;
    z-index: 1;
    width: 300px;
  }
}
.content-table-ctn .prize2 {
  position: absolute;
  top: -100px;
  right: -270px;
}
@media screen and (max-width: 968px) {
  .content-table-ctn .prize2 {
    position: relative;
    display: block;
    margin: -80px auto -50px;
    top: 0;
    right: 0;
    z-index: 1;
    width: 300px;
  }
}
@media screen and (max-width: 968px) {
  .content-table-ctn .content-table {
    z-index: 2;
  }
}

.rewards-section {
  margin-top: -100px;
  padding-top: 1px;
  padding-bottom: 90px;
  border-radius: 100px 100px 0 0;
  background-image: linear-gradient(#f5d69f, #fbe6c5, #f5d69f);
}
@media screen and (max-width: 768px) {
  .rewards-section {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .rewards-section .tab-content {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.rewards-section .tab-bar-ctn .item {
  width: 33.33333%;
}
.rewards-section .tab-bar-ctn .item .txt {
  padding: 0 calc(var(--polygonAngle) + 30px);
}
.rewards-section .tab-bar-ctn .item::after {
  content: "";
  border-top: 12px solid #6e471b;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: unset;
  left: unset;
  top: 50%;
  transform: translate(0, -50%);
  right: var(--polygonAngle);
}
@media screen and (max-width: 768px) {
  .rewards-section .tab-bar-ctn .item::after {
    right: calc(var(--polygonAngle) + 5px);
  }
}
.rewards-section .tab-bar-ctn .item.active::after {
  content: "";
  border-top: 12px solid #ddc694;
  transform: rotate(180deg) translate(0, 50%);
}
.rewards-section .remark {
  margin-top: 60px;
}

.linebreak {
  margin: 40px 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), #dbbc8f 20%, #dbbc8f 80%, rgba(255, 255, 255, 0.2));
}

.card-ctn {
  background-color: #fffaec;
  box-shadow: 0 9px 30px rgba(110, 71, 27, 0.2);
  border-radius: 25px;
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.slogan {
  margin-top: 80px;
  text-align: center;
  font-weight: bold;
  border-block: 1px solid #6e4d1c;
  background-image: linear-gradient(to right, #f8e2c0, #fff4db 50%, #f8e2c0);
  padding: 20px;
}

.card-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .card-flex {
    gap: 20px;
    flex-direction: column;
  }
}
.card-flex > .card-ctn {
  width: calc(50% - 20px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .card-flex > .card-ctn {
    width: 100%;
  }
}

.card {
  background-color: #fffaec;
  border: 2px solid #f7dfb3;
  border-radius: 20px;
  padding: 30px 20px 30px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 20px;
  }
}
.card.step {
  padding-bottom: 0;
}
.card.step .btn-ctn {
  margin-top: 12px;
  margin-bottom: -35px;
}
.card .card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card .card-item ul {
  text-align: left;
  list-style: none;
  padding-left: 0;
}
.card .card-item ul li {
  display: flex;
}
.card .card-item ul li::before {
  content: "◆ ";
  font-size: 0.5em;
  margin-right: 5px;
  position: relative;
  top: 0.9em;
}
.card .card-icon-wrapper {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .card .card-icon-wrapper {
    width: 100px;
    height: 100px;
  }
}
.card .card-header {
  text-align: center;
  color: #005642;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.card .step-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .card .step-content {
    gap: 0;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
}
.card .step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 5px;
}
.card .step-item .step-icon-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.card .step-item .step-icon-wrapper .step-num {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  color: #efe6d5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-90%, -50%);
  z-index: 0;
}
.card .step-item .step-icon-wrapper .step-img {
  width: 100%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card .step-item .step-icon-wrapper .step-img {
    width: 70%;
    display: block;
    margin: auto;
  }
}
.card .step-item .step-text .step-title {
  color: #604018;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .card .step-item .step-text .step-title {
    font-size: 20px;
  }
}
.card .step-item .step-text .step-desc {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .card .step-item .step-text .step-desc {
    font-size: 16px;
  }
}
.card .step-item .step-text .step-desc ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.card .step-arrow {
  margin-block: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .step-arrow img {
  width: 33px;
}
@media screen and (max-width: 768px) {
  .card .step-arrow img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .card .step-arrow {
    transform: rotate(90deg);
    margin: 20px 0;
    padding-top: 0;
  }
}
.card .btn-wrapper {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.card .btn-wrapper .btn {
  min-width: 200px;
}

.learn-more-section {
  text-align: center;
  margin-top: 40px;
  border-radius: 20px;
  font-weight: bold;
}
.learn-more-section .title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .learn-more-section .title {
    font-size: 28px;
  }
}
.learn-more-section .desc {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.learn-more-section .contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .learn-more-section .contact-info {
    flex-direction: column;
    gap: 20px;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.learn-more-section .contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}
.learn-more-section .contact-info .contact-item img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .learn-more-section .contact-info .contact-item img {
    width: 40px;
    height: 40px;
  }
}
.learn-more-section .contact-info .contact-item .info-text {
  line-height: 1.5;
}
.learn-more-section .contact-info .contact-item .info-text a {
  color: inherit;
  text-decoration: underline;
  font-weight: normal;
}
.learn-more-section .contact-info .divider {
  width: 2px;
  height: 78px;
  background-color: #604018;
}
@media screen and (max-width: 768px) {
  .learn-more-section .contact-info .divider {
    width: 100%;
    height: 1px;
  }
}

.tnc-section {
  border: solid 1px #000;
  padding: 20px;
  font-size: 16px;
}
.tnc-section.investment {
  border: 0;
  padding: 0;
  margin-top: 40px;
}
.tnc-section * {
  font-size: 16px;
}
.tnc-section ol {
  padding-left: 0.8em;
}
.tnc-section li {
  margin-bottom: 10px;
}
.tnc-section b {
  display: block;
  margin-bottom: 10px;
  color: #000;
}/*# sourceMappingURL=styles.css.map */