:root {
  --white: white;
  --pinebridge: #006a51;
  --tt: #0000;
  --gv-3-1: #e6e6e6;
  --013528: #013528;
  --f2f2f2: #f2f2f2;
  --black: black;
  --f6bf00: #f6bf00;
  --ff0009: #ff0009;
  --b7d3cd: #b7d3cd;
  --gv-1-2: #006657;
  --gv-1-1: #338874;
  --edebda: #edebda;
  --c6c2b0: #c6c2b0;
  --cbecb3: #cbecb3;
  --fff8c9: #fff8c9;
  --edf4f3: #edf4f3;
  --gv-2-1: #be842c;
  --gv-2-2: #fff7c2;
  --gv-3-2: #fafafa;
  --ebc33a: #ebc33a;
  --sea-green: #28866c;
  --007979: #007979;
  --alice-blue: #dbe4f1;
  --light-sea-green: #24a09a;
  --medium-sea-green: #52b172;
  --d9e8e3: #d9e8e3;
  --d2f8ff: #d2f8ff;
  --lighting-eye: #82fdfc;
  --ctbs: var(--007979);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-block {
  background-color: var(--white);
  box-shadow: 0 0 20px 1px #0000001a;
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  margin-left: auto;
  font-size: 16px;
  display: flex;
}

.logo-link {
  justify-content: flex-start;
  width: 200px;
  height: 70px;
  padding-left: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo-link.w--current {
  background-image: none;
}

.body {
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.container {
  z-index: 1;
  max-width: 1110px;
  position: relative;
}

.kv-section {
  background-image: url('../images/kv-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 70px;
  position: relative;
}

.fixed-btn-block {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 35% 0% auto auto;
}

.fixed-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--gv-3-1);
  background-color: var(--white);
  border-radius: 15px 0 0 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 220px;
  padding: 10px;
  display: flex;
  box-shadow: -5px 5px 10px #0003;
}

.close-btn {
  cursor: pointer;
  background-image: url('../images/Group-1435.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 46px;
  height: 46px;
  position: absolute;
  inset: -15px -15px auto auto;
}

.close-btn.bank {
  background-image: url('../images/close_1close.png');
  border-radius: 30px;
  transition: transform .2s;
  top: 5px;
  right: 3px;
  box-shadow: 0 4px 8px #0003;
}

.close-btn.bank:hover {
  transform: rotate(90deg);
}

.sales-organization-title {
  color: var(--013528);
  border-bottom: 1px solid #ccc;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.4em;
}

.sales-organization-block {
  background-color: var(--f2f2f2);
  border: 2px solid #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  padding-top: 1em;
  padding-bottom: 2em;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #0003;
}

.sales-organization {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff4d;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.sales-note {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 90%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  font-size: .7em;
  font-weight: 500;
}

.section-title {
  color: var(--pinebridge);
  font-size: 36px;
  font-weight: 700;
}

.navbar-pb {
  background-color: #fff;
  width: 100%;
  position: fixed;
}

.navbar-pb.header {
  z-index: 999;
  background-color: #0000;
  height: 70px;
  margin-top: -70px;
  padding: 0;
  display: block;
  position: fixed;
  top: 70px;
}

.nav-item-for-pb {
  color: var(--black);
  align-items: center;
  min-height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 1em;
  font-size: 1em;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.nav-item-for-pb:hover {
  color: #fff;
  background-color: #fec601;
}

.nav-item-for-pb.w--current {
  background-color: var(--f6bf00);
  color: #fff;
}

.nav-item-for-pb.utm-passer-href, .nav-item-for-pb.utm-passer-href.w--current {
  display: flex;
}

.s1 {
  background-image: url('../images/section-1-bg-2.png'), url('../images/section-1-bg-1.png');
  background-position: 50% 100%, 50% 120px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 80px;
  padding-bottom: 20px;
}

.s2 {
  background-color: var(--white);
  background-image: url('../images/section-2-bg-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 20px;
}

.s3 {
  background-image: url('../images/section-3-bg-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 210px;
  overflow: hidden;
}

.simulation {
  padding-top: 100px;
  padding-bottom: 50px;
  display: none;
}

.fund-profile {
  background-image: url('../images/fund-profile-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.subscription {
  padding-top: 40px;
}

.footer {
  background-color: var(--pinebridge);
}

.section-menu-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-link {
  background-image: url('../images/s1-menu-bg-pc.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 140px;
  font-size: 36px;
  font-weight: 700;
}

.s1-section-tab-chart {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs {
  margin-left: auto;
  margin-right: auto;
}

.s1-tab-links {
  background-color: var(--tt);
  color: var(--b7d3cd);
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.s1-tab-links.w--current {
  background-color: var(--tt);
  color: var(--white);
  background-image: url('../images/arrow-current_1arrow-current.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.tab-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.tabs-content {
  margin-left: auto;
  margin-right: auto;
}

.tabs-content.s2 {
  padding-bottom: 0;
}

.tab-pane {
  padding-top: 20px;
}

.note {
  text-align: justify;
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.3;
}

.note.s2 {
  padding-bottom: 0;
}

.section-conent-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1110px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: -60px;
}

.fund-container {
  max-width: 1150px;
}

.fund-sheet {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fund-info-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: none;
}

.video {
  border: 5px solid var(--pinebridge);
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.subscription-content-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.subscription-title {
  color: var(--pinebridge);
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}

.subscription-description {
  text-align: justify;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.4;
}

.subscription-content-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.subscription-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 555px;
  height: 215px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.subscription-bank-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.discount {
  background-color: var(--edebda);
  background-image: url('../images/discount-bg.png');
  background-position: 50% 98%;
  background-repeat: repeat-x;
  background-size: 1920px;
  padding-bottom: 60px;
}

.discount-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.discount-items-1 {
  border: 1px solid var(--c6c2b0);
  background-color: var(--white);
  background-image: url('../images/discount-icon-1_1discount-icon-1.png');
  background-position: 95% 15%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 350px;
  height: 160px;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.discount-title {
  color: var(--white);
  text-align: center;
  background-image: url('../images/discount-title-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 300px;
  height: 80px;
  padding-top: 9px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.discount-directions {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  line-height: 1.4;
}

.subscription-subtitle {
  color: var(--white);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.s1-title-icon {
  color: var(--pinebridge);
  font-size: 48px;
}

.s1-title-black {
  font-size: 48px;
  font-weight: 700;
}

.s1-describe {
  text-align: justify;
  flex-flow: column;
  padding-left: 150px;
  font-size: 20px;
  line-height: 1.4;
  display: inline-flex;
  position: relative;
  top: -60px;
}

.fund-section-title {
  color: var(--pinebridge);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  display: flex;
}

.fund-note {
  text-align: justify;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 13px;
  line-height: 1.3;
}

.fund-img-mb {
  display: none;
}

.fund-name {
  background-color: var(--pinebridge);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.fund-name-note {
  color: var(--cbecb3);
}

.dicsount-items {
  text-align: justify;
  font-size: 14px;
  line-height: 1.3;
}

.text-block-5 {
  font-size: 16px;
}

.text-block-6 {
  color: var(--pinebridge);
  font-size: 24px;
  font-weight: 700;
}

.copyright {
  background-color: var(--013528);
}

.copyright-text {
  color: var(--b7d3cd);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.footer-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-info {
  color: var(--white);
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1.3;
}

.footer-note {
  color: var(--white);
  text-align: justify;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-note-yellow {
  color: var(--fff8c9);
}

.footer-block-2 {
  border-left: 1px solid var(--gv-1-1);
  max-width: 70%;
  margin-top: 60px;
  padding-left: 20px;
}

.footer-block-1 {
  max-width: 30%;
}

.company-info {
  color: var(--white);
  padding-bottom: 15px;
  font-size: 13px;
}

.company-name {
  color: var(--white);
  padding-bottom: 15px;
  font-weight: 700;
}

.contact-info-title {
  color: var(--b7d3cd);
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.contact-info {
  color: var(--b7d3cd);
  padding-bottom: 10px;
  font-size: 12px;
}

.footer-brand-logo {
  width: 150px;
  height: 60px;
}

.tm {
  font-size: 12px;
  font-weight: 400;
}

.simulation-note {
  color: var(--b7d3cd);
  text-align: justify;
  padding-top: 20px;
  font-size: 13px;
  line-height: 1.3;
}

.simulation-section-directions {
  color: #d9e8e3;
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
}

.s4-title {
  color: var(--white);
  text-align: center;
  font-size: 48px;
  font-weight: 400;
}

.s4-title-yellow {
  color: var(--f6bf00);
  font-weight: 700;
}

.simulation-chart-mb {
  display: none;
}

.s3-intro {
  background-image: url('../images/section-3-bg-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 560px;
}

.s3-section-slogan {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: 700;
  display: flex;
}

.s3-section-title {
  z-index: 1;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 240px;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.slogan-green {
  color: var(--pinebridge);
}

.s3-section-directions {
  color: #d9e8e3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.s3-section-note {
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.s3-intro-chart {
  max-width: 1110px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.s3-note {
  text-align: justify;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.s3-1-blcok {
  min-height: 870px;
  padding-top: 70px;
  position: relative;
}

.s3-2-blcok {
  background-image: url('../images/section-3-sol.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
  min-height: 900px;
  padding-top: 70px;
  overflow: hidden;
}

.s3-3-blcok {
  padding-top: 70px;
  padding-bottom: 70px;
}

.title-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-menu-link {
  opacity: .77;
  color: var(--white);
  background-image: url('../images/arrow-down_1arrow-down.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .4s;
}

.quick-menu-link:hover {
  opacity: 1;
  transform: scale(1.1);
}

.image {
  position: absolute;
  top: -30px;
  left: 200px;
}

.chart-pc {
  border-radius: 18px;
}

.chart-mb {
  display: none;
}

.chart-frame {
  background-image: linear-gradient(180deg, var(--white) 5%, var(--pinebridge) 65%, var(--gv-1-1));
  border-radius: 20px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  overflow: hidden;
}

.stars {
  position: absolute;
  inset: -39% 13% auto auto;
}

.remarks {
  color: var(--b7d3cd);
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.discount-items-2 {
  border: 1px solid var(--c6c2b0);
  background-color: var(--white);
  background-image: url('../images/discount-icon-2_1discount-icon-2.png');
  background-position: 95% 15%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 350px;
  height: 160px;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.discount-items-3 {
  border: 1px solid var(--c6c2b0);
  background-color: var(--white);
  background-image: url('../images/discount-icon-3_1discount-icon-3.png');
  background-position: 95% 15%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 350px;
  height: 160px;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.discount-container {
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: -48px;
}

.fund-btn {
  background-color: var(--pinebridge);
  color: var(--white);
  background-image: url('../images/btn-icon-1_1btn-icon-1.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 60px;
  padding-left: 25px;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.fund-btn:hover {
  background-color: var(--f6bf00);
}

.storage-btn {
  color: var(--black);
  background-color: #daefe9;
  background-image: url('../images/btn-icon-3_1btn-icon-3.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #b7d3cd;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 70px;
  padding-left: 25px;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.storage-btn:hover {
  background-color: #9ae6d0;
}

.storage-btn-text-1 {
  font-size: 20px;
  font-weight: 700;
}

.storage-btn-text-2 {
  font-size: 14px;
  font-weight: 400;
}

.sales-btn {
  color: var(--black);
  background-color: #daefe9;
  background-image: url('../images/btn-icon-2_1btn-icon-2.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #b7d3cd;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 70px;
  padding-left: 25px;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.sales-btn:hover {
  background-color: #9ae6d0;
}

.subscription-pb-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.create-account {
  color: var(--black);
  background-color: #fff8c9;
  background-image: url('../images/btn-icon-3_1btn-icon-3.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #c7b299;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 70px;
  padding-left: 25px;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.create-account:hover {
  background-color: #f5dd3c;
}

.s2-section-link {
  background-image: url('../images/s2-menu-bgv2-pc.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  height: 140px;
  font-size: 36px;
  font-weight: 700;
  display: flex;
}

.s2-quick-menu-link {
  opacity: .77;
  color: var(--pinebridge);
  background-image: url('../images/arrow-up_1arrow-up.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-top: 15px;
  text-decoration: none;
  transition: all .4s;
}

.s2-quick-menu-link:hover {
  opacity: 1;
  transform: scale(1.1);
}

.s2-section-title {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  height: 140px;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.s2-section-content {
  background-image: linear-gradient(90deg, var(--gv-1-2), var(--gv-1-1));
  position: relative;
}

.s2-title-yellow {
  color: var(--f6bf00);
  font-size: 48px;
}

.s2-title-black {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
}

.s2-describe {
  color: var(--black);
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  display: inline-flex;
}

.s2-section-tab-chart {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.s2-tab-links {
  background-color: var(--tt);
  color: #444;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.s2-tab-links.w--current {
  border-bottom: 10px solid var(--pinebridge);
  background-color: var(--tt);
  color: var(--pinebridge);
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.sakura {
  width: 580px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.s3-intro-container {
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 33px;
  position: relative;
}

.allhighyo-pc {
  position: absolute;
  inset: 5% auto 0% 40%;
}

.s3-key {
  max-width: 250px;
  position: absolute;
  left: 23%;
}

.gold-bg {
  background-image: linear-gradient(90deg, var(--gv-2-1), var(--gv-2-2) 34%, var(--gv-2-1) 77%, var(--gv-2-2));
  height: 5px;
  position: static;
}

.s2-tab-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.bg-color-1 {
  background-color: var(--pinebridge);
  width: 100%;
  height: 120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.golden-bg {
  background-image: linear-gradient(90deg, var(--gv-2-1), var(--gv-2-2) 34%, var(--gv-2-1) 77%, var(--gv-2-2));
  width: 100%;
  height: 5px;
  position: absolute;
  inset: 120px auto auto 0%;
}

.bg-color-2 {
  background-color: var(--013528);
  width: 100%;
  height: 55px;
  position: absolute;
  inset: 125px auto auto 0%;
}

.s3-block1-title {
  position: static;
}

.s3-title-text {
  padding-top: 40px;
  padding-left: 180px;
  font-size: 36px;
  position: static;
}

.s3-describe-text {
  text-align: justify;
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.s3-describe-text.block-2-width {
  width: 550px;
}

.s3-chart-mb {
  display: none;
}

.s3-block3-chart {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

.title-blod {
  color: var(--pinebridge);
  font-weight: 700;
}

.s3-sub-block {
  background-color: var(--pinebridge);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

.dividing-line {
  border-left: 1px solid var(--b7d3cd);
  width: 1px;
  height: 80px;
  margin-top: 20px;
  position: relative;
}

.s3-2-container {
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  height: 680px;
  position: relative;
}

.s3-2-note-block {
  justify-content: center;
  align-items: center;
  width: 600px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.s3-2-greenbg {
  height: 30px;
}

.cloud-3 {
  position: absolute;
  inset: -10% -25% auto auto;
}

.s3-block1-charrt {
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.s3-1-chart-2-block {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.s3-1-bg {
  background-image: linear-gradient(180deg, #d6d6d6, var(--f2f2f2) 50%);
  border-top: 1px solid #fff;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 550px;
}

.s3-1-chart-2-block-1 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.cloud-2 {
  position: absolute;
  inset: 20% auto auto -36%;
}

.cloud-1 {
  position: absolute;
  inset: -20% -20% auto auto;
}

.sun {
  position: absolute;
  inset: -30% 5% auto auto;
}

.intro-link-1 {
  transition: all .4s;
  position: absolute;
  top: 25px;
  right: 150px;
}

.intro-link-1:hover {
  transform: scale(1.1);
}

.intro-link-2 {
  transition: all .4s;
  position: absolute;
  bottom: 115px;
  right: 21px;
}

.intro-link-2:hover {
  transform: scale(1.1);
}

.intro-link-3 {
  transition: all .4s;
  position: absolute;
  bottom: 19px;
  right: 53px;
}

.intro-link-3:hover {
  transform: scale(1.1);
}

.tab-prev {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/arrow-left-1_1arrow-left-1.png');
  background-position: 50%;
  background-size: 61px;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 280px auto auto -30px;
}

.tab-prev.s2 {
  background-image: url('../images/arrow-left-2_1arrow-left-2.png');
  background-repeat: no-repeat;
  border-radius: 30px;
  padding-bottom: 0;
  left: -50px;
  overflow: hidden;
}

.tab-next {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/arrow-right-1_1arrow-right-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 280px -30px auto auto;
}

.tab-next.s2 {
  background-image: url('../images/arrow-right-2_1arrow-right-2.png');
  border-radius: 30px;
  padding-bottom: 0;
  right: -50px;
  overflow: hidden;
}

.s1-tab-menu-bg {
  background-image: linear-gradient(270deg, var(--gv-1-2), var(--gv-1-1) 50%, var(--gv-1-2));
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.tab-block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.s2-tab-menu-bg {
  background-image: linear-gradient(270deg, var(--gv-3-1), var(--gv-3-2) 50%, var(--gv-3-1));
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.kv-rocket {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% auto 0% 20%;
}

.kv-fund-name {
  color: var(--white);
  text-shadow: 2px 2px 4px #0009;
  padding-bottom: 40px;
  font-size: 42px;
  font-weight: 700;
}

.kv-note {
  color: var(--cbecb3);
}

.kv-container {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  height: 720px;
  display: flex;
  position: relative;
}

.kv-recruitment {
  flex-flow: row;
  width: 420px;
  display: flex;
  position: relative;
}

.kv-start {
  transition: all .4s;
  position: absolute;
  top: 60px;
  left: 125px;
}

.kv-start:hover {
  transform: scale(1.1);
}

.anchor-s1-tab, .anchor-s2-tab {
  position: absolute;
  top: -70px;
}

.s3-2-chart-1-mb {
  display: none;
}

.s3-block2-chart {
  padding-top: 20px;
}

.s1menu-dividing-line {
  border-right: 1px solid var(--b7d3cd);
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
}

.s2menu-dividing-line {
  border-right: 1px solid var(--c6c2b0);
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
}

.link-img-pad {
  display: none;
}

.japan-map {
  position: absolute;
  inset: -2% auto 0% 0%;
}

.stronghold-1, .company-info-block, .stronghold-2 {
  border-bottom: 1px solid var(--gv-1-1);
  margin-bottom: 10px;
}

.simulation-container {
  z-index: 1;
  max-width: 1200px;
  position: relative;
}

.s1-link-block, .s2-link-block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 140px;
  display: flex;
  position: relative;
}

.s2-title-block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 610px;
  height: 140px;
  display: flex;
  position: relative;
}

.s2-section-menu-block {
  background-image: linear-gradient(90deg, var(--gv-1-2), var(--gv-1-1));
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.simulation-title-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.kv-slogan-mb, .mb-group-2-bg {
  display: none;
}

.youtube {
  border-radius: 16px;
  overflow: hidden;
}

.title-icon-bg-line {
  display: none;
}

.allhighyo-mb {
  display: none;
  position: absolute;
  inset: 5% auto 0% 40%;
}

.link-img-mb {
  display: none;
}

.japan-map-mb {
  display: none;
  position: absolute;
  inset: -2% auto 0% 0%;
}

.s3-key-mb {
  max-width: 250px;
  display: none;
  position: absolute;
  left: 23%;
}

.custody-bank {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 90%;
  padding: 0;
  overflow: hidden;
}

.cell {
  background-color: var(--013528);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-3 {
  background-color: var(--white);
  color: var(--013528);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.other-sales {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
}

.cell-4 {
  color: var(--013528);
  background-color: #e7f1ef;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fm-subscription {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--013528);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.fm-subscription.w--current {
  width: 80px;
  height: 80px;
}

.menu-bottom-line {
  border-top: 3px solid var(--f6bf00);
  width: 30px;
  height: 1px;
}

.fixed-menu-line {
  border-top: 1px solid var(--c6c2b0);
  width: 90%;
  height: 1px;
}

.s3-2-greenbg-mb {
  background-color: var(--pinebridge);
  height: 30px;
  display: none;
}

.chart-block {
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}

._w-bg {
  background-color: var(--white);
  border-radius: 20px;
}

.login {
  color: var(--black);
  background-color: #fff8c9;
  background-image: url('../images/btn-icon-3_1btn-icon-3.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #c7b299;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 70px;
  padding-left: 25px;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.login:hover {
  background-color: #f5dd3c;
}

.login.utm-passer-href {
  cursor: pointer;
}

.fm-createaccount {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--013528);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.fm-link-1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.kv-fundname {
  position: relative;
}

.kv-intro {
  max-width: 1110px;
  padding-top: 100px;
}

.image-5 {
  mix-blend-mode: color-burn;
}

.kv-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 720px;
  display: flex;
  position: relative;
}

.kv-star-1 {
  filter: brightness(200%);
  position: absolute;
  inset: 15% auto auto -3%;
}

.kv-star-2 {
  filter: brightness(200%);
  position: absolute;
  inset: 5% -2% auto auto;
}

.kv-intro-block {
  color: var(--white);
  text-align: center;
  text-shadow: 0 2px 3px #00000080;
  background-image: url('../images/kv-intro-block-bg.png');
  background-position: 50% 0;
  background-size: auto;
  max-width: 1110px;
  height: 190px;
  padding-top: 85px;
  padding-left: 85px;
  padding-right: 85px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.text-block-7 {
  padding-top: 80px;
}

.kv-intro-3-items {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dark-note {
  color: #cce5dd;
  text-align: justify;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 1.3;
}

.dark-note-bold {
  color: var(--white);
  font-weight: 700;
}

.dark-note-green {
  color: var(--cbecb3);
  font-weight: 700;
}

.setction-title-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-chart {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.chart-img-pc {
  z-index: 1;
}

.light-note {
  text-align: justify;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 1.3;
}

.light-note-green {
  color: var(--pinebridge);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
}

.block-title {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.s2-bolck {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.chart-img-rocket {
  z-index: 1;
  position: absolute;
  inset: auto 5% -15% auto;
}

.wiki {
  z-index: 2;
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wiki-note {
  text-align: justify;
  background-image: url('../images/section-2-block-2-book.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 430px;
  padding-top: 10px;
  padding-bottom: 100px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.wiki-content {
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.wiki-tips {
  border: 1px dashed #154b0a;
  border-radius: 20px;
  width: 620px;
  padding-top: 55px;
  padding-bottom: 25px;
  padding-left: 25px;
  position: relative;
}

.wiki-tips-list {
  background-image: url('../images/wiki-tips-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.fund-title {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.s3-block-title {
  position: relative;
  top: -20px;
}

.s3-allchart-block {
  background-image: url('../images/section-3-bg-11.png'), url('../images/section-3-bg-2.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.s3-intro-title {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -30px;
}

.s3-intro-rocket {
  position: absolute;
  top: 10px;
  left: 248px;
}

.s3-intro-items-1 {
  transition: all .2s;
  position: absolute;
  top: 35px;
  left: 50px;
}

.s3-intro-items-1:hover {
  transform: scale(1.1);
}

.s3-intro-items-2 {
  transition: all .2s;
  position: absolute;
  top: 270px;
  left: -10px;
}

.s3-intro-items-2:hover {
  transform: scale(1.1);
}

.s3-intro-items-3 {
  transition: all .2s;
  position: absolute;
  top: 180px;
  left: auto;
  right: 0;
}

.s3-intro-items-3:hover {
  transform: scale(1.1);
}

.s3-intro-block {
  max-width: 1110px;
  height: 760px;
  margin-left: auto;
  margin-right: auto;
}

.simulation-chart {
  padding-bottom: 20px;
}

.slider {
  background-color: var(--tt);
  min-height: 610px;
}

.icon, .icon-2 {
  color: var(--pinebridge);
}

.slide-1 {
  height: 610px;
}

.slide-2 {
  height: 820px;
}

.short-code-1 {
  border-radius: 15px;
  overflow: hidden;
}

.video-pc-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.short-code-2 {
  border-radius: 15px;
  overflow: hidden;
}

.shorts {
  border: 5px solid var(--pinebridge);
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.kv-intro-img-pad {
  z-index: 1;
  display: none;
}

.kv-intro-img-pc {
  z-index: 1;
}

.s3-intro-items-1-pad {
  display: none;
  position: absolute;
  top: 35px;
  left: 50px;
}

.s3-intro-items-3-pad {
  display: none;
  position: absolute;
  top: 180px;
  left: auto;
  right: 0;
}

.s3-intro-items-2-pad {
  display: none;
  position: absolute;
  top: 270px;
  left: -10px;
}

.kv-intro-img-mb {
  z-index: 1;
  display: none;
}

.s1-block-title-mb, .chart-img-mb, .s2-block-title-mb {
  display: none;
}

.wiki-tips-title {
  position: absolute;
  top: -15px;
  left: -15px;
}

.slider-pc {
  background-color: var(--tt);
  min-height: 610px;
  display: block;
}

.slider-mb {
  background-color: var(--tt);
  min-height: 610px;
  display: none;
}

.s3-block-title-mb {
  display: none;
}

.s3-intro-rocket-mb {
  display: none;
  position: absolute;
  top: 10px;
  left: 248px;
}

.s3-intro-items-1-mb, .s3-intro-items-2-mb, .s3-intro-items-3-mb {
  display: none;
  position: absolute;
  top: 35px;
  left: 50px;
}

@media screen and (max-width: 991px) {
  .ham-close-icon {
    opacity: 0;
    background-image: url('../images/hamburger-close-w-v2_1hamburger-close-w-v2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 30px;
    height: 30px;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nav-block {
    border-bottom-style: none;
  }

  .nav-menu {
    background-color: var(--pinebridge);
    background-image: linear-gradient(to bottom, var(--pinebridge), #012709);
    width: 50vw;
    margin-top: 70px;
    padding: 5vh 0 0;
    position: absolute;
  }

  .nav-btn {
    width: 70px;
    height: 70px;
    overflow: hidden;
  }

  .nav-btn.w--open {
    background-color: var(--pinebridge);
  }

  .ham-icon {
    opacity: 1;
    background-image: url('../images/hamburger-b.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .logo-link {
    flex: 1;
    order: 0;
  }

  .container {
    max-width: none;
    padding: 10px;
  }

  .kv-section {
    background-size: auto;
    overflow: hidden;
  }

  .fixed-btn-block {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    inset: auto 0% 0%;
  }

  .fixed-link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    flex-flow: row;
    flex: 1;
    justify-content: space-around;
    height: 60px;
    margin-right: 0;
    display: flex;
    box-shadow: 0 0 10px 5px #033b1233;
  }

  .section-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-pb.header {
    width: 100vw;
    height: 70px;
  }

  .nav-item-for-pb {
    color: #f5f3ef;
    text-align: center;
    border-bottom: 1px solid #ffffff40;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.2em;
    display: block;
  }

  .nav-item-for-pb:hover {
    color: #f5f3ef;
    border-bottom-width: 1px;
  }

  .nav-item-for-pb.w--current {
    color: #fff;
  }

  .nav-item-for-pb.utm-passer-href {
    justify-content: center;
  }

  .s2 {
    background-position: 50% 45%;
  }

  .simulation {
    padding-top: 60px;
  }

  .subscription {
    display: block;
  }

  .footer {
    background-color: var(--ff0009);
    display: block;
  }

  .tab-menu {
    z-index: 2;
    background-image: linear-gradient(270deg, var(--gv-1-2), var(--gv-1-1) 50%, var(--gv-1-2));
    position: sticky;
    top: 70px;
  }

  .tabs-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-conent-block {
    height: 210px;
    padding-left: 20px;
    padding-right: 20px;
    left: -20px;
  }

  .fund-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fund-info-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .subscription-description {
    text-align: justify;
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscription-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscription-menu {
    width: 50%;
  }

  .subscription-bank-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .discount-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .s1-title-icon, .s1-title-black {
    font-size: 36px;
  }

  .s1-describe {
    padding-left: 100px;
    font-size: 18px;
    display: block;
    top: -40px;
  }

  .fund-note {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .dicsount-items {
    padding-left: 30px;
    padding-right: 10px;
    font-size: 1.5svw;
  }

  .copyright {
    padding-bottom: 60px;
  }

  .copyright-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2svw;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--pinebridge);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .footer-block-2 {
    border-top: 1px solid var(--gv-1-1);
    border-left-style: none;
    max-width: 96%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0;
  }

  .footer-block-1 {
    min-width: 96%;
    max-width: 90%;
  }

  .company-info {
    font-size: 1.5svw;
  }

  .company-name {
    padding-bottom: 5px;
    font-size: 1.9svw;
  }

  .contact-info {
    font-size: 1.25svw;
  }

  .tm {
    font-size: 11px;
  }

  .s4-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }

  .simulation-chart-pc {
    max-width: 50%;
  }

  .s3-section-slogan {
    flex-flow: column;
    line-height: 1.1;
  }

  .s3-section-directions {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .s3-section-note {
    max-width: 800px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .s3-intro-chart {
    width: 768px;
    height: 768px;
  }

  .s3-1-blcok {
    background-image: linear-gradient(315deg, var(--edf4f3), white);
    min-height: auto;
    padding-top: 0;
  }

  .s3-2-blcok {
    background-image: linear-gradient(45deg, var(--edf4f3), white), url('../images/section-3-sol.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1920px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .s3-3-blcok {
    background-image: url('../images/section-3-bg-5.png'), linear-gradient(315deg, var(--edf4f3), white);
    background-position: 50% 113%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-menu-link {
    font-size: 32px;
  }

  .image {
    left: 100px;
  }

  .chart-frame {
    height: auto;
  }

  .stars {
    position: absolute;
    top: -59%;
    right: 3%;
  }

  .storage-btn, .sales-btn {
    width: 50%;
  }

  .subscription-pb-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .create-account {
    width: 50%;
    padding-left: 15px;
  }

  .s2-quick-menu-link {
    font-size: 32px;
  }

  .s2-title-yellow, .s2-title-black {
    font-size: 36px;
  }

  .s2-describe {
    font-size: 18px;
    display: block;
  }

  .sakura {
    max-width: 40%;
    top: -115%;
    bottom: auto;
  }

  .s3-intro-container {
    background-image: none;
    margin-bottom: auto;
  }

  .allhighyo-pc {
    max-width: 35%;
    left: 25%;
  }

  .s3-key {
    max-width: 200px;
    left: 5%;
  }

  .s2-tab-menu {
    z-index: 2;
    background-image: linear-gradient(270deg, var(--gv-3-1), var(--gv-3-2) 50%, var(--gv-3-1));
    position: sticky;
    top: 70px;
  }

  .s3-title-text {
    padding-left: 170px;
  }

  .s3-describe-text.block-2-width {
    width: auto;
    height: 91px;
  }

  .s3-2-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .s3-2-note-block {
    width: 430px;
    height: auto;
    padding: 10px;
    top: 80%;
    bottom: auto;
  }

  .s3-2-greenbg {
    height: 23px;
  }

  .cloud-3 {
    width: 640px;
    top: -15%;
    right: -35%;
  }

  .s3-1-chart-2-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
  }

  .s3-1-bg {
    top: 580px;
  }

  .cloud-2 {
    display: none;
  }

  .cloud-1 {
    top: -20%;
    right: -25%;
  }

  .sun {
    top: -30%;
    right: 5%;
  }

  .intro-link-1 {
    top: 21px;
    left: auto;
    right: 111px;
  }

  .intro-link-2 {
    top: 230px;
    left: auto;
    right: 19px;
  }

  .intro-link-3 {
    inset: auto 123px 8px auto;
  }

  .tab-prev, .tab-next {
    display: none;
  }

  .kv-rocket {
    max-width: 40%;
    padding-top: 77px;
    top: 0;
    left: 220px;
  }

  .kv-fund-name {
    padding-bottom: 20px;
    font-size: 36px;
  }

  .kv-container {
    max-width: 768px;
    height: 640px;
    padding-bottom: 30px;
    padding-right: 20px;
    overflow: hidden;
  }

  .kv-recruitment {
    padding-top: 10px;
    padding-right: 0;
  }

  .s3-2-chart-1-mb {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .s3-block2-chart {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: 0;
  }

  .link-img-pc {
    display: none;
  }

  .link-img-pad {
    display: inline-block;
  }

  .japan-map {
    max-width: 88%;
    top: -2%;
    left: -29%;
  }

  .brand-logo {
    flex: 1;
  }

  .stronghold {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    display: flex;
  }

  .stronghold-1 {
    border-right: 1px solid var(--gv-1-1);
    border-bottom-style: none;
    width: 33%;
  }

  .company-info-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .stronghold-3 {
    border-right: 1px none var(--gv-1-1);
    width: 33%;
  }

  .stronghold-2 {
    border-right: 1px solid var(--gv-1-1);
    border-bottom-style: none;
    width: 33%;
  }

  .simulation-container {
    max-width: none;
    padding: 10px;
  }

  .s1-link-block {
    width: 345px;
    padding-left: 40px;
  }

  .s2-link-block {
    width: 345px;
    padding-right: 40px;
  }

  .s2-title-block {
    width: 423px;
  }

  .simulation-title-block {
    position: relative;
  }

  .kv-slogan-mb {
    max-width: 53%;
  }

  .allhighyo-mb {
    max-width: 35%;
    left: 25%;
  }

  .link-img-mb {
    display: none;
  }

  .japan-map-mb {
    max-width: 88%;
    top: -2%;
    left: -29%;
  }

  .s3-key-mb {
    max-width: 200px;
    left: 5%;
  }

  .fm-subscription {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    flex: 1;
  }

  .fixed-menu-line {
    border-right: 1px solid var(--c6c2b0);
    width: 1px;
    height: 90%;
  }

  .s3-2-greenbg-mb {
    height: 23px;
  }

  .chart-block {
    height: auto;
  }

  .login {
    width: 50%;
    padding-left: 15px;
  }

  .fm-createaccount {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    flex: 1;
  }

  .fm-link-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    width: 100%;
  }

  .kv-intro {
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .kv-star-1 {
    top: 19%;
    left: -10%;
  }

  .kv-star-2 {
    top: 9%;
    right: -9%;
  }

  .kv-intro-block {
    background-image: url('../images/kv-intro-block-bg-pad.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 768px;
    height: 240px;
    padding-top: 95px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .s1-block-title-pc {
    left: -40px;
  }

  .chart-img-pc {
    order: 1;
  }

  .light-note {
    max-width: 98%;
  }

  .chart-img-rocket {
    max-width: 40%;
    bottom: -30%;
    right: 0%;
  }

  .wiki-note {
    width: 84%;
  }

  .wiki-content {
    flex-flow: column;
    align-items: center;
  }

  .wiki-tips {
    height: 170px;
  }

  .s3-allchart-block {
    background-color: #edf4f3;
    background-image: url('../images/section-3-bg-6.png');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .s3-intro-rocket {
    max-width: 70%;
    top: 151px;
    left: 148px;
  }

  .s3-intro-items-1, .s3-intro-items-2, .s3-intro-items-3 {
    display: none;
  }

  .simulation-chart {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .s2-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider {
    max-width: 768px;
    min-height: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-1 {
    height: 480px;
  }

  .kv-intro-img-pad {
    display: inline-flex;
  }

  .kv-intro-img-pc {
    display: none;
  }

  .s3-intro-items-1-pad {
    transition: all .2s;
    display: inline-block;
    top: 20px;
    left: 25px;
  }

  .s3-intro-items-1-pad:hover {
    transform: scale(1.1);
  }

  .s3-intro-items-3-pad {
    transition: all .2s;
    display: inline-block;
    top: 147px;
    right: 10px;
  }

  .s3-intro-items-3-pad:hover {
    transform: scale(1.1);
  }

  .s3-intro-items-2-pad {
    transition: all .2s;
    display: inline-block;
    top: 380px;
    left: 50px;
  }

  .s3-intro-items-2-pad:hover {
    transform: scale(1.1);
  }

  .kv-intro-img-mb {
    display: none;
  }

  .s1-block-title-mb {
    left: -40px;
  }

  .slider-pc, .slider-mb {
    max-width: 768px;
    min-height: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .s3-intro-rocket-mb {
    max-width: 70%;
    top: 151px;
    left: 148px;
  }

  .s3-intro-items-1-mb, .s3-intro-items-2-mb, .s3-intro-items-3-mb {
    display: none;
    top: 20px;
    left: 25px;
  }

  .div-block {
    background-color: var(--ff0009);
    height: 60px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-2 {
    background-color: var(--ebc33a);
    height: 60px;
    position: fixed;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .ham-close-icon {
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-menu {
    background-image: none;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .nav-btn {
    background-color: var(--tt);
    padding: 21px;
  }

  .ham-icon {
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .kv-section {
    background-image: url('../images/kv-bg-mb.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 70px;
  }

  .fixed-btn-block {
    z-index: 100;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    inset: auto 0% 0;
  }

  .sales-organization-block {
    width: 95%;
  }

  .section-title {
    height: 100px;
    padding-top: 20px;
  }

  .navbar-pb.header {
    height: 70px;
  }

  .nav-item-for-pb {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .nav-item-for-pb.w--current {
    color: #fff;
  }

  .s1 {
    background-image: url('../images/section-1-bg-2-mb.png'), url('../images/section-1-bg-1.png');
    background-position: 50% 100%, 50% 120px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s2 {
    background-position: 50% 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .s3 {
    background-color: #edf4f3;
  }

  .simulation {
    background-color: var(--pinebridge);
    background-image: url('../images/section-3-bg-8.png'), linear-gradient(180deg, var(--pinebridge), var(--013528));
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .fund-profile {
    background-position: 20% -4%;
    padding-top: 60px;
  }

  .section-link {
    background-image: url('../images/s1-menu-bg-mb.png');
    height: 100px;
  }

  .s1-tab-links, .s1-tab-links.w--current {
    width: 33%;
    height: 65px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .tab-menu {
    height: 65px;
  }

  .tabs-content.s2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-pane {
    padding-top: 10px;
  }

  .note.s2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-conent-block {
    height: 66svw;
    left: 0;
  }

  .fund-container {
    padding-left: 0;
    padding-right: 0;
  }

  .fund-info-links {
    flex-flow: wrap;
  }

  .video {
    border-width: 3px;
    padding: 3px;
  }

  .subscription-description {
    font-size: 4.5svw;
    line-height: 1.3;
  }

  .subscription-content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .subscription-menu {
    width: 98%;
    height: 190px;
  }

  .subscription-menu.box-2 {
    margin-top: 20px;
  }

  .discount-block {
    flex-flow: column;
  }

  .discount-title {
    padding-top: 15px;
    font-size: 24px;
  }

  .discount-directions {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .subscription-subtitle {
    font-size: 24px;
  }

  .s1-title-icon {
    font-size: 9svw;
  }

  .s1-title-black {
    font-size: 8.8svw;
  }

  .s1-describe {
    text-align: justify;
    padding-left: 0;
    font-size: 4.5svw;
    font-weight: 500;
    top: 0;
  }

  .fund-note {
    max-width: 96%;
  }

  .fund-img-pc {
    display: none;
  }

  .fund-img-mb {
    display: inline-flex;
  }

  .fund-name {
    border-radius: 20px;
    flex-flow: column;
    height: 95px;
    margin: 0;
  }

  .dicsount-items {
    font-size: 3svw;
  }

  .copyright-text {
    text-align: justify;
    font-size: 2.5svw;
  }

  .footer-container {
    overflow: visible;
  }

  .company-info {
    padding-bottom: 10px;
    font-size: 3.5svw;
  }

  .company-name {
    font-size: 5svw;
  }

  .contact-info-title {
    padding-bottom: 0;
    padding-right: 10px;
  }

  .contact-info {
    padding-bottom: 0;
    font-size: 3svw;
  }

  .simulation-section-directions {
    font-size: 4.5svw;
    font-weight: 500;
  }

  .s4-title {
    font-size: 9svw;
    line-height: 1.2;
  }

  .simulation-chart-pc {
    display: none;
  }

  .simulation-chart-mb {
    display: inline-flex;
  }

  .s3-section-slogan {
    font-size: 7.6svw;
  }

  .s3-section-title {
    height: 200px;
    font-size: 24px;
  }

  .s3-section-directions {
    max-width: 96%;
    margin-bottom: 20px;
    font-size: 4.5svw;
    font-weight: 500;
  }

  .s3-intro-chart {
    width: 360px;
    height: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .s3-1-blcok {
    padding-top: 60px;
  }

  .s3-2-blcok {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .s3-3-blcok {
    background-image: url('../images/section-3-bg-9.png'), linear-gradient(315deg, var(--edf4f3), white);
    background-position: 50% 100%, 0 0;
    background-size: auto, auto;
    padding-top: 60px;
  }

  .title-block {
    width: 100%;
    height: 100px;
    font-size: 20px;
  }

  .quick-menu-link {
    font-size: 18px;
  }

  .image {
    max-width: 65%;
    top: -30px;
    left: 30px;
  }

  .chart-pc {
    display: none;
  }

  .chart-mb {
    display: inline-flex;
  }

  .chart-frame {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 714px;
    overflow: hidden;
  }

  .stars {
    top: -82%;
  }

  .discount-container {
    overflow: visible;
  }

  .fund-btn {
    width: 90%;
  }

  .storage-btn {
    padding-left: 20px;
  }

  .storage-btn-text-1 {
    font-size: 18px;
  }

  .sales-btn {
    padding-left: 20px;
  }

  .s2-section-link {
    background-image: url('../images/s2-menu-bgv2-mb.png');
    height: 100px;
  }

  .s2-quick-menu-link {
    font-size: 18px;
  }

  .s2-section-title {
    height: 100px;
    padding-top: 20px;
  }

  .s2-title-yellow {
    font-size: 9svw;
  }

  .s2-title-black {
    font-size: 8.8svw;
  }

  .s2-describe {
    padding-top: 0;
    font-size: 4.5svw;
    font-weight: 500;
  }

  .s2-tab-links {
    height: 65px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .s2-tab-links.w--current {
    height: 65px;
    font-size: 18px;
  }

  .sakura {
    display: none;
  }

  .s3-intro-container {
    padding-bottom: 13px;
    overflow: visible;
  }

  .allhighyo-pc {
    display: none;
  }

  .s3-key {
    max-width: 170px;
    display: none;
    top: -35px;
    left: 0%;
  }

  .s2-tab-menu {
    height: 65px;
  }

  .bg-color-1 {
    height: 100px;
  }

  .golden-bg {
    top: 100px;
  }

  .bg-color-2 {
    top: 105px;
  }

  .s3-block1-title {
    z-index: 1;
  }

  .s3-title-text {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
    font-size: 9svw;
    line-height: 1.2;
  }

  .s3-chart-pc {
    display: none;
  }

  .s3-describe-text {
    height: auto;
    padding: 15px 10px 20px;
    font-size: 4.2svw;
    line-height: 1.3;
  }

  .s3-chart-mb {
    display: inline-flex;
  }

  .s3-block3-chart {
    padding-bottom: 10px;
  }

  .s3-sub-block {
    min-width: 360px;
    font-size: 16px;
  }

  .dividing-line, .s3-2-chart-1-pc {
    display: none;
  }

  .s3-2-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 10px;
    display: flex;
    overflow: visible;
  }

  .s3-2-note-block {
    width: 100%;
    padding: 0;
    position: static;
  }

  .s3-2-greenbg, .cloud-3 {
    display: none;
  }

  .s3-block1-charrt {
    width: 96%;
  }

  .s3-1-chart-2-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-bottom: 10px;
  }

  .s3-1-bg {
    top: 558px;
  }

  .s3-1-chart-2-block-1 {
    border: 1px solid var(--c6c2b0);
    background-color: var(--white);
    border-radius: 10px;
    width: auto;
    padding: 5px 3px;
  }

  .cloud-1 {
    width: 400px;
    top: -12%;
    right: -40%;
  }

  .sun {
    width: 150px;
    top: -16%;
  }

  .intro-link-1 {
    top: 105px;
    left: 29px;
    right: auto;
  }

  .intro-link-2 {
    inset: 190px auto auto 115px;
  }

  .intro-link-3 {
    bottom: 5px;
    left: 29px;
    right: auto;
  }

  .s1-tab-menu-bg, .s2-tab-menu-bg {
    height: 65px;
  }

  .kv-rocket {
    max-width: 270px;
    padding-top: 180px;
    top: 75px;
    left: 140px;
  }

  .kv-fund-name {
    padding-bottom: 300px;
    font-size: 28px;
    line-height: 1.2;
  }

  .kv-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-top: 15px;
    padding-right: 0;
    overflow: visible;
  }

  .kv-slogan-pc {
    max-width: 100%;
  }

  .kv-recruitment {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .kv-start {
    z-index: 1;
    left: 140px;
  }

  .s3-2-chart-1-mb {
    z-index: 2;
    display: inline-flex;
  }

  .s3-block2-chart {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    max-width: none;
    display: flex;
    left: auto;
  }

  .link-img-pad, .japan-map {
    display: none;
  }

  .stronghold {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 0;
  }

  .stronghold-1 {
    border-right-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
    display: flex;
  }

  .company-info-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .stronghold-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .stronghold-2 {
    border-right-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
    display: flex;
  }

  .simulation-container {
    overflow: visible;
  }

  .s1-link-block {
    width: 100%;
    height: 100px;
    padding-left: 0;
  }

  .s2-link-block {
    width: 100%;
    height: 100px;
    padding-right: 0;
  }

  .s2-title-block {
    width: 100%;
    height: 100px;
    font-size: 20px;
  }

  .text-block {
    height: 100px;
  }

  .kv-slogan-mb {
    max-width: 90%;
    display: inline-flex;
  }

  .kv-start-selling {
    max-width: 87%;
  }

  .mb-group-2-bg {
    width: 100%;
    display: block;
    position: absolute;
    top: 220px;
  }

  .image-2 {
    max-width: 87%;
  }

  .title-icon-bg-line {
    border-top: 1px solid #000;
    width: 95%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 16.5svw;
  }

  .allhighyo-mb {
    display: inline-flex;
    top: 30%;
    left: 0%;
  }

  .link-img-mb {
    display: inline-flex;
  }

  .japan-map-mb {
    display: inline-flex;
    top: 5%;
    left: 0%;
  }

  .s3-key-mb {
    max-width: 170px;
    display: inline-flex;
    top: -35px;
    left: 0%;
  }

  .custody-bank {
    width: 94%;
  }

  .cell, .cell-3 {
    font-size: 15px;
  }

  .other-sales {
    width: 94%;
  }

  .cell-4 {
    font-size: 15px;
  }

  .fm-subscription {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
  }

  .menu-bottom-line {
    display: none;
  }

  .s3-2-greenbg-mb {
    z-index: 1;
    height: 30px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .chart-block {
    width: 360px;
    height: 720px;
  }

  .s1-bolck {
    padding-top: 40px;
  }

  .fm-createaccount {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
  }

  .kv-fundname {
    max-width: 100%;
  }

  .kv-intro {
    padding-top: 10px;
  }

  .kv-content {
    justify-content: flex-start;
    align-items: center;
    max-width: 360px;
    height: 580px;
    position: absolute;
  }

  .kv-star-1 {
    top: 29%;
    left: 17%;
  }

  .kv-star-2 {
    top: 41%;
    right: 17%;
  }

  .kv-intro-block {
    text-align: justify;
    background-image: url('../images/kv-intro-block-bg-mb.png');
    background-size: auto;
    max-width: 360px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 18px;
    line-height: 1.4;
  }

  .kv-intro-3-items {
    padding-top: 20px;
  }

  .dark-note {
    max-width: 96%;
  }

  .s1-block-title-pc, .chart-img-pc {
    display: none;
  }

  .light-note, .block-title {
    max-width: 96%;
  }

  .s2-bolck {
    padding-top: 40px;
  }

  .chart-img-rocket {
    display: none;
  }

  .wiki {
    max-width: 96%;
  }

  .wiki-note {
    background-size: contain;
    width: 100%;
    padding-bottom: 75px;
    padding-left: 0;
  }

  .wiki-content {
    padding-top: 0;
  }

  .wiki-tips {
    width: auto;
    height: auto;
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .s3-intro-rocket {
    display: none;
  }

  .s3-intro-block {
    height: auto;
  }

  .simulation-chart {
    flex-flow: column;
  }

  .s2-section {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    top: -13%;
  }

  .slide-1 {
    height: 260px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shorts {
    border-width: 3px;
    padding: 3px;
  }

  .kv-intro-img-pad, .s3-intro-items-1-pad, .s3-intro-items-3-pad, .s3-intro-items-2-pad {
    display: none;
  }

  .kv-intro-img-mb, .s1-block-title-mb {
    display: inline-flex;
  }

  .chart-img-mb {
    display: inline-block;
  }

  .s2-block-title-pc {
    display: none;
  }

  .s2-block-title-mb {
    display: inline-block;
  }

  .s3-block-title-pc, .slider-pc {
    display: none;
  }

  .slider-mb {
    height: 260px;
    min-height: auto;
    display: flex;
  }

  .right-arrow {
    top: -13%;
  }

  .slide-3 {
    height: 820px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .s3-block-title-mb {
    display: inline-block;
  }

  .s3-intro-rocket-mb {
    max-width: none;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 5px;
  }

  .s3-intro-items-1-mb {
    display: inline-block;
    top: 25px;
    left: 0;
  }

  .s3-intro-items-2-mb {
    display: inline-block;
    top: 190px;
    left: 0;
  }

  .s3-intro-items-3-mb {
    display: inline-block;
    top: 100px;
    left: 0;
  }
}

#w-node-_7de374bb-5692-ae46-e3a0-a7564e9c98b1-17c78263 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c8855fe3-3782-32a3-1ad3-9c46743ca0a5-17c78263 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}


