:root {
  --d54315: #d54315;
  --gbg-v10-2: #6d1e0d;
  --gbg-v10-1: #b56730;
  --ffffff: white;
  --cccccc: #ccc;
  --e6e6e6: #e6e6e6;
  --text: #1a1a1a;
  --1a7784: #1a7784;
  --f8f8f4: #f8f8f4;
  --0250c3: #0250c3;
  --017fd1: #017fd1;
  --2258c5: #2258c5;
  --ff6a14: #ff6a14;
  --e18911: #e18911;
  --f2f2f2: #f2f2f2;
  --42210b: #42210b;
  --gbg-v9-1: #f7d273;
  --gbg-v2-1: #fff7c2;
  --gbg-v5-2: #f7de7e;
  --black: black;
  --transparent: #0000;
  --ffe9b1: #ffe9b1;
  --e5e5e5: #e5e5e5;
  --points-blue: #193565;
  --gbg-v3-1: #255aa7;
  --white: white;
  --gbg-v3-2: #14264b;
  --cca65c: #cca65c;
  --gbg-v7-1: #c03229;
  --ffe7ae: #ffe7ae;
  --fcf7ee: #fcf7ee;
  --b3b3b3: #b3b3b3;
  --808080: grey;
  --f6f8e7: #f6f8e7;
  --e6cea8: #e6cea8;
  --b7872f: #b7872f;
  --f49700: #f49700;
  --ed6a00: #ed6a00;
  --points-red: #d5373e;
  --eaf5f4: #eaf5f4;
  --e6f0ff: #e6f0ff;
  --ddebfb: #ddebfb;
  --c94340: #c94340;
  --main-color-v1: #e95513;
  --62a6f2: #62a6f2;
  --67bfa4: #67bfa4;
  --gbg-v1-1: #c94340;
  --gbg-v1-2: #e95513;
  --gbg-v1-3: #972936;
  --gbg-v1-4: #c94340;
  --gbg-v2-2: #bf8310;
  --gbg-v2-3: #fff7c2;
  --gbg-v2-4: #bf842c;
  --ffe6b4: #ffe6b4;
  --ffcd7f: #ffcd7f;
  --f29906: #f29906;
  --gbg-v4-1: #c03229;
  --gbg-v4-2: #d21e1d;
  --gbg-v4-3: #e28a12;
  --gbg-v5-1: #f4d028;
  --ffe600: #ffe600;
  --ffff00: yellow;
  --fff795: #fff795;
  --gbg-v5-3: #feedb2;
  --gbg-v5-4: #f0f5dc;
  --gbg-v6-1: #502512;
  --gbg-v6-2: #73311b;
  --gbg-v6-3: #aa4e23;
  --gbg-v6-4: #c0621c;
  --color: #dc6b59;
  --gbg-v8-1: #fcfbf5;
  --gbg-v8-2: #fef7e5;
  --gbg-v9-2: #f4bb18;
  --gbg-v9-3: #eb6916;
  --gbg-v10-3: #7f1500;
}

.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;
  }
}

a {
  text-decoration: underline;
}

.navbar {
  z-index: 998;
  background-color: #fff;
  border-bottom: 1px #e0e0e0;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 9px #0000001a;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  display: flex;
}

.kv-section {
  z-index: 1;
  background-image: url('../images/kv-bgpc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-1 {
  z-index: 1;
  background-image: url('../images/s1-bgpc.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -160px;
  padding-top: 100px;
  position: relative;
}

.section-profile {
  background-image: url('../images/fund-bgpc.png');
  background-position: 50% 30px;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer {
  background-color: var(--ffffff);
  border-top: 1px solid #e4e4e4;
  padding-bottom: 10px;
}

.footer-info {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-navbar {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-copyright-1 {
  border-bottom: 1px solid var(--cccccc);
  text-align: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  display: flex;
}

.footer-copyright-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  display: flex;
}

.footer-company-name {
  border-bottom: 1px solid var(--e6e6e6);
  color: var(--text);
  padding-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
}

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

.footer-contact-block {
  border-right: 1px solid var(--e6e6e6);
  min-width: 380px;
  line-height: 24px;
}

.footer-note {
  text-align: justify;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.footer-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-contact-1 {
  border-bottom: 1px solid var(--e6e6e6);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 23px;
}

.footer-contact-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.s1-content {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.how-buy {
  max-width: 1100px;
  padding-top: 100px;
}

.how-buy-title {
  max-width: 1200px;
  color: var(--1a7784);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  display: flex;
  position: relative;
}

.how-buy-block {
  position: relative;
}

.accordion-open {
  background-color: #0000;
  padding: 30px 20px;
  display: block;
  position: static;
}

.how-buy-tab-block {
  z-index: 2;
  color: var(--f8f8f4);
  position: relative;
}

.how-buy-items {
  width: 100%;
  color: var(--text);
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
}

.toggle-icon {
  margin-right: 30px;
}

.how-buy-articles {
  height: 60px;
  color: var(--ffffff);
  background-color: #103058;
  border-radius: 99px;
  align-items: center;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 5px 4px #eeedea;
}

.howbuy-tab-menu {
  z-index: 51;
  border: 1px solid var(--cccccc);
  background-color: var(--ffffff);
  border-radius: 15px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 90px;
  overflow: hidden;
  box-shadow: 3px 3px 10px #92929240;
}

.howbuy-tab-link {
  background-color: var(--ffffff);
  width: 25%;
  color: var(--text);
  border-right: 1px solid #e0d8c2;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  display: flex;
}

.howbuy-tab-link.w--current {
  background-image: url('../images/video-icon-1_1video-icon-1.png'), linear-gradient(180deg, var(--0250c3), var(--017fd1));
  width: 25%;
  height: 80px;
  color: var(--ffffff);
  text-align: center;
  background-position: 50% 85%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 14px, auto;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.howbuy-tab-link.no-right-boder {
  border-right-style: none;
}

.howbuy-tabs-content {
  border-radius: 0 0 20px 20px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-style: normal;
}

.howbuy-tab-pane-1 {
  margin-left: auto;
  margin-right: auto;
}

.howbuy-tab-content {
  color: var(--text);
  font-size: 18px;
}

.howbuy-tab-content-title {
  border-style: none none solid;
  border-width: 1px;
  border-color: #ccc #e0d8c2 var(--cccccc) #ccc;
  color: var(--text);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.howbuy-tab-content-block {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.button-style-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(180deg, var(--0250c3), var(--017fd1));
  width: 350px;
  color: var(--ffffff);
  border-radius: 170px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-style-1:hover {
  border: 1px none var(--2258c5);
  background-image: linear-gradient(180deg, var(--ff6a14), var(--e18911));
  color: var(--ffffff);
  box-shadow: 0 3px 15px #1935654d;
}

.button-style-1.m-top-30 {
  margin-top: 30px;
}

.howbuy-text-block-dot {
  background-image: url('../images/how-icon-4_1how-icon-4.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.copyright-link {
  color: var(--text);
  text-decoration: none;
}

.font-highlight {
  color: var(--0250c3);
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.body {
  color: var(--text);
  font-family: Noto Sans TC, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.section-hotline {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hotline-block {
  background-image: url('../images/hotline-bgpc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1110px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1110px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #cbd3e7;
}

.hotline-content-2 {
  align-items: center;
  display: flex;
}

.hotline-content-3 {
  color: var(--f8f8f4);
  text-shadow: 3px 3px 9px #00000080;
  background-image: url('../images/dot-05_1dot-05.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 48px;
}

.hotline-content-4 {
  color: var(--f8f8f4);
  text-shadow: 3px 3px 9px #00000080;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.hotline-font-style-1 {
  color: #ffffffa8;
  border: 1px solid #ffffffa8;
  border-radius: 10px;
  width: 130px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 12px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--cccccc);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.howbuy-cell-2-4 {
  border: 1px #000;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}

.howbuy-cell-2-3 {
  background-color: var(--f2f2f2);
  border: 1px #000;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
}

.number-highlight {
  background-color: var(--text);
  width: 23px;
  color: var(--f8f8f4);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  font-family: Rubik;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  display: inline-block;
}

.text-block-16 {
  border-left: 1px solid var(--cccccc);
  color: var(--0250c3);
  margin-left: 10px;
  padding-left: 10px;
}

.howbuy-chart-style {
  border-bottom: 1px solid var(--cccccc);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.howbuy-chart-style.no-boder-bottom {
  border-bottom-style: none;
}

.howbuy-font-style-1 {
  text-align: left;
  font-weight: 500;
  line-height: 24px;
}

.howbuy-font-style-3 {
  text-align: left;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.howbuy-font-style-2 {
  text-align: left;
  font-weight: 400;
  line-height: 24px;
}

.profile-content {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.profile-buttom-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--gbg-v9-1);
  background-color: #fd8;
  background-image: linear-gradient(180deg, var(--gbg-v2-1), var(--gbg-v5-2));
  width: 240px;
  color: var(--black);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.doc-link:hover {
  color: var(--ffffff);
  background-image: linear-gradient(#024bb7, #0077c0);
  border-style: none;
  box-shadow: 0 5px 20px #5a33004d;
}

.profile-chart-note {
  text-align: justify;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.profile-table-content {
  border: 1px solid var(--cccccc);
  background-color: var(--ffffff);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.s1-chart-block {
  min-height: 740px;
  margin-left: auto;
  margin-right: auto;
}

.s1-chart-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 20px;
  display: flex;
  position: relative;
}

.video-content {
  max-width: 1150px;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}

.video-tab-pane {
  border-radius: 30px;
  overflow: hidden;
}

.video-tabs-content {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.video-tab-link-1 {
  background-color: var(--transparent);
  width: 100%;
  height: 60px;
  color: var(--ffffff);
  background-image: url('../images/hr-w.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1px 50px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.video-tab-link-1.w--current {
  background-color: var(--transparent);
  color: var(--ffe9b1);
  text-shadow: none;
  background-image: url('../images/hr-w.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1px 50px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.video-tab-link-1.short.no-boder {
  background-image: none;
  border-right-style: none;
}

.youtube-content {
  background-color: #e1bb5c;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}

.kv-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1200px;
  height: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.kv-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 580px;
  padding-top: 140px;
  display: flex;
}

.top-menu {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  transition: all .2s;
  display: flex;
}

.top-menu:hover {
  color: var(--2258c5);
}

.top-menu.w--current {
  width: auto;
  height: 80px;
  color: var(--2258c5);
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-weight: 700;
  display: flex;
}

.top-menu.w--current:hover {
  color: var(--2258c5);
}

.fixed-menu {
  display: flex;
}

.fixed-menu-block {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/fixed-bgpc2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 480px;
  display: flex;
  position: fixed;
  inset: 25% 1.5% 0% auto;
}

.fixed-gotop {
  z-index: 998;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.gotop-icon {
  background-image: linear-gradient(0deg, var(--0250c3), var(--017fd1));
  border-radius: 40px;
  padding: 10px;
}

.fixed-menu-2 {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.fixed-link-b {
  color: #010e5c;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.fixed-menu-1 {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.video-tab-menu {
  width: 580px;
  margin-bottom: 20px;
  margin-left: 80px;
  padding-top: 20px;
  display: flex;
}

.video-tabs {
  background-image: url('../images/media-bgpc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1150px;
  max-width: 1150px;
  height: 790px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.section-title-block {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

.section-title-block.profile {
  max-width: 1200px;
}

.howbuy-2-setp3-a {
  width: 20%;
  color: var(--points-blue);
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.howbuy-2-setp3-b {
  width: 80%;
  line-height: 24px;
}

.howbuy-cell-2-1 {
  background-color: #e5e5e5;
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.howbuy-cell-2-2 {
  background-color: var(--f2f2f2);
  border: 1px #000;
  border-top-right-radius: 10px;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.howbuy-cell-3-1 {
  background-color: var(--f2f2f2);
  border: 1px #000;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
}

.howbuy-cell-3-2 {
  background-color: var(--ffffff);
  border: 1px #000;
  border-top-right-radius: 10px;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.howbuy-cell-3-3 {
  background-color: var(--e5e5e5);
  border: 1px #000;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: flex-end;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
}

.howbuy-cell-3-4 {
  background-color: var(--f2f2f2);
  border: 1px #000;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 26px;
}

.howbuy-quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--cccccc);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.howbuy-cell-4-1 {
  background-color: var(--f2f2f2);
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  font-weight: 700;
}

.howbuy-cell-4-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.howbuy-cell-4-1-m {
  background-color: var(--f2f2f2);
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
}

.howbuy-cell-4-2-m {
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
}

.profile-buttom-block-a {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.how-buy-setp-m {
  display: none;
}

.fixed-menu-block-m {
  z-index: 999;
  background-color: var(--ffffff);
  border-radius: 60px;
  width: 100px;
  height: 300px;
  display: none;
  position: fixed;
  inset: 35% 1% 0% auto;
  box-shadow: 0 0 10px #0003;
}

.profile-table-1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.profile-table-a, .profile-table-b {
  width: 100%;
}

.profile-table-2 {
  background-color: var(--ffffff);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fund-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
  font-size: 16px;
}

.th {
  background-color: #f7d87d;
  border-right: 1px solid #e6eaf4;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.th.left {
  background-image: linear-gradient(90deg, var(--gbg-v3-1), #216edf);
  color: var(--white);
  border-bottom: 1px solid #b1bfff4d;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  font-size: 17px;
}

.howbuy-highlight {
  color: var(--0250c3);
  font-weight: 700;
  text-decoration: underline;
}

.fixed-link-text {
  color: var(--gbg-v3-2);
  font-size: 18px;
  line-height: 24px;
}

.fixed-link-text._01 {
  color: var(--ffffff);
}

.fixed-link-text._03 {
  color: var(--ffffff);
  text-shadow: 0 1px 5px #2a010199;
}

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

.footer-contact-links {
  color: var(--text);
  text-decoration: none;
}

.close-btn {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  color: var(--ffffff);
  cursor: pointer;
  border-radius: 99px;
  padding: 10px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-btn.card {
  background-color: var(--2258c5);
  width: 50px;
  height: 50px;
  color: var(--ffffff);
  border-radius: 10px;
  padding: 10px;
  top: -50px;
  right: -50px;
}

.button-text {
  z-index: 5;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.sc-btn-icon {
  z-index: 5;
  width: 35px;
  height: 40px;
  font-size: 3.6em;
  position: relative;
}

.text-block-62 {
  line-height: 30px;
}

.howbuy-2-setp3-d {
  font-size: 16px;
  line-height: 24px;
}

.howbuy-2-setp3-e {
  padding-top: 5px;
  font-size: 16px;
  line-height: 24px;
}

.anchor-video {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -90px;
}

.anchor-howbuy {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -80px;
}

.profile-tracking-index {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.howbuy-top-blcok {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--ffffff);
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 10px #acacac40;
}

.howbuy-top-blcok-a {
  width: 55%;
}

.howbuy-top-blcok-b {
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.buy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  font-size: 20px;
  overflow: hidden;
}

.buy-grid-th {
  border-bottom: 1px solid var(--cccccc);
  color: var(--2258c5);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.buy-grid-th.last {
  color: var(--2258c5);
  border-bottom-width: 0;
}

.buy-grid-td {
  border-bottom: 1px solid var(--cccccc);
  border-left: 1px #d6d6d6;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
}

.buy-grid-td.last {
  border-bottom-width: 0;
  border-left: 1px #d6d6d6;
}

.s2-tab-menu {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 1110px;
  height: 180px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.s1-tab-1 {
  background-color: var(--transparent);
  width: 290px;
  height: 95px;
  color: var(--ffffff);
  text-align: center;
  background-image: url('../images/tab-line-40.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1px;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0 45px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.s1-tab-1.w--current {
  background-color: var(--transparent);
  color: #0e3789;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/tab-line-40.svg'), url('../images/s1-tab-bgpc.png');
  background-position: 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1px, 270px;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 95px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 27px;
  font-weight: 700;
  display: flex;
}

.s1-tab-1.last {
  background-image: none;
}

.s1-tab-1.last.w--current {
  background-color: var(--transparent);
  background-image: url('../images/s1-tab-bgpc.png');
  background-position: 50%;
  background-size: contain;
}

.section-2 {
  background-image: url('../images/s2-bg1pc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.s2-chart-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
  position: relative;
}

.s2-chart-content.tabblock {
  max-width: 1110px;
}

.s2-content {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.s2-chart-block {
  background-image: url('../images/s2-bg2pc.png');
  background-position: 50% 40px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.chart-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.sub-title {
  background-image: linear-gradient(270deg, var(--transparent), #0050c3 20%, #0050c3 80%, var(--transparent));
  max-width: 640px;
  height: 70px;
  color: var(--ffffff);
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 700;
  display: flex;
}

.subscription-block {
  background-image: linear-gradient(180deg, var(--ffffff), #f9f6fd);
}

.fixed-menu-3 {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.anchor-s2-tab {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -100px;
}

.s1-tab-menu {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 910px;
  height: 95px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.l-bg-01 {
  background-image: url('../images/s3-bgpc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.tab-prev {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 50% auto auto -30px;
}

.tab-next {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  padding-left: 5px;
  display: flex;
  position: absolute;
  inset: 50% -30px auto auto;
}

.anchor-s1-tab {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -100px;
}

.code-icon {
  width: 30px;
  height: 30px;
}

.none {
  display: none;
}

.fixed-link-a {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.intro-pc {
  z-index: 2;
  background-image: url('../images/intro-bgpc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -210px;
  position: relative;
}

.intro-chart-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 550px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.card-popup {
  cursor: pointer;
}

.slider-title-img-block {
  position: relative;
}

.s1-tabs-block {
  max-width: 1110px;
}

.tabs-menu-btn-2 {
  background-color: var(--transparent);
  width: 12.5%;
  height: 180px;
  color: var(--ffffff);
  text-align: center;
  background-image: url('../images/tab-line.svg');
  background-position: 100% 80px;
  background-repeat: no-repeat;
  background-size: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.tabs-menu-btn-2.w--current {
  background-color: var(--transparent);
  width: 12.5%;
  height: 180px;
  color: var(--points-blue);
  text-align: center;
  text-shadow: none;
  background-image: url('../images/s2-tab-bgpc.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
  font-weight: 700;
  display: flex;
}

.tabs-menu-btn-2.last {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.tabs-menu-btn-2.last.w--current {
  background-image: url('../images/s2-tab-bgpc.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.youtube {
  border-radius: 25px;
  padding-top: 14px;
  display: flex;
  overflow: hidden;
}

.youtube.hide {
  display: none;
}

.item-a {
  border-right: 1px solid #e6eaf4;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.item-a.left {
  border-bottom: 1px solid var(--cccccc);
  background-color: var(--f2f2f2);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.item-b {
  background-color: #e6eaf4;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.item-b.left {
  border-bottom: 1px solid var(--cccccc);
  background-color: var(--ffffff);
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.popup-card-block {
  z-index: 999;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card-block.a {
  display: none;
}

.popup-card-item {
  margin: auto;
  position: relative;
}

.go-top-img {
  width: 30px;
  height: 30px;
  color: var(--white);
}

.kv-raise {
  width: 296px;
  height: 46px;
  color: var(--0250c3);
  background-image: url('../images/kv-date-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 296px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.popup-card-mb {
  display: none;
}

.coming-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.buy-blue {
  color: var(--0250c3);
  font-weight: 700;
}

.swiper.myswiper {
  width: 78%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: center;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  height: 544px;
  min-height: 544px;
  max-height: 544px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.yt {
  background-color: #000;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.red-note {
  color: var(--gbg-v7-1);
  font-size: 15px;
}

.intro-content {
  flex-flow: column;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.div-block {
  background-color: var(--0250c3);
  height: 10px;
  margin-bottom: 40px;
}

._13n-source {
  font-size: 13px;
  font-weight: 400;
}

.text-block-68 {
  text-align: left;
  width: 65px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.section-3 {
  padding-top: 90px;
}

.s3-content {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.s3-chart-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-sub-text {
  color: var(--ffffff);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.section-sub-text.s2 {
  color: #1e48b7;
}

.section-title-text {
  color: #003a94;
  background-image: url('../images/s-title-bg-1pc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 720px;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 140px;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
  display: flex;
}

.section-title-text.s2 {
  color: var(--ffffff);
  background-image: url('../images/s-title-bg-2pc.png');
}

.section-title-text.media {
  color: #fff;
  background-image: url('../images/s-title-bg-2pc.png');
}

.section-title-text.how {
  color: var(--ffffff);
  background-image: url('../images/s-title-bg-2pc.png');
}

.s3-chart-note {
  color: var(--ffffff);
  text-align: justify;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

.s1-chart-note {
  text-align: justify;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.s1-chart-note.hide {
  display: none;
}

.s1-chartimg-block {
  min-height: 680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.s2-chart-note {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 700;
}

.s2-chart-note.hide {
  display: none;
}

.anchor-s3-tab {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -100px;
}

.s3-tab-menu {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--cccccc);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.kv-fundname-style {
  color: var(--white);
  text-shadow: 0 0 20px #000e75;
  padding-top: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}

.kv-fundnote {
  color: var(--ffe7ae);
  text-shadow: 0 3px 20px #01095e;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}

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

.profile-block-inside-1 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.intro-title-mb {
  display: none;
}

.text-block-689 {
  text-align: left;
  border-left: 1px solid #919191;
  padding-left: 10px;
}

.background-video {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: absolute;
}

.intro-card-pc {
  cursor: pointer;
}

.s1-tabicon {
  position: absolute;
  inset: 0 auto auto 15px;
}

.s1-tabicon._03 {
  left: 9px;
}

.s1-tabicon._02 {
  top: 15px;
  left: -9px;
}

.s2-tabicon {
  position: absolute;
  inset: 10px auto auto;
}

.s2-tabicon._02 {
  top: 0;
}

.s2-tabicon._05 {
  top: 15px;
}

.s3-tab {
  background-color: var(--transparent);
  width: 270px;
  height: 95px;
  color: var(--ffffff);
  text-align: center;
  background-image: url('../images/tab-line-40.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 1px;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0 60px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.s3-tab.w--current {
  background-color: var(--transparent);
  color: #0e3789;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/s1-tab-bgpc.png');
  background-position: 50%;
  background-size: 270px;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 95px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 27px;
  font-weight: 700;
  display: flex;
}

.s3-tab.last {
  background-image: none;
}

.s3-tab.last.w--current {
  background-color: var(--transparent);
  background-image: url('../images/s1-tab-bgpc.png');
  background-position: 50% 100%;
  background-size: cover;
}

.s3-tabicon {
  position: absolute;
  inset: 0 auto auto 25px;
}

.s3-tabicon._03 {
  left: 45px;
}

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

.s3-chartimg-block {
  min-height: 650px;
}

.sub-note {
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.fund-configuration {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.fund-ipo, .fund-target {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.fund-configuration-1 {
  width: 40%;
}

.fund-subtitle-block {
  position: relative;
}

.fund-subtitle-block.ipo {
  padding-bottom: 20px;
}

.fund-subtitle-text {
  background-color: var(--ffffff);
  width: 28%;
  height: 40px;
  color: var(--2258c5);
  justify-content: flex-start;
  align-items: center;
  font-size: 27px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.fund-subtitle-text._02 {
  width: 19%;
}

.fund-subtitle-text._04 {
  width: 23%;
}

.separator-1 {
  border-top: 1px solid var(--2258c5);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 20px auto auto 0%;
}

.fund-configuration-2 {
  width: 60%;
}

.fund-target-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--cccccc);
  border-right: 1px solid var(--cccccc);
  padding: 0;
  font-size: 18px;
}

.fts-01 {
  background-image: linear-gradient(90deg, var(--0250c3), var(--017fd1));
  color: var(--ffffff);
  border-bottom: 1px solid #a1a9ff66;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.fts-02w {
  border-bottom: 1px solid var(--cccccc);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: 700;
}

.fts-02g {
  border-bottom: 1px solid var(--cccccc);
  background-color: var(--f2f2f2);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: 700;
}

.fts-03 {
  border-bottom: 1px solid var(--cccccc);
  justify-content: center;
  align-items: flex-start;
}

.fts-03g {
  border-bottom: 1px solid var(--cccccc);
  background-color: var(--f2f2f2);
  justify-content: center;
  align-items: flex-start;
}

.close-btn-2 {
  color: #fff;
  cursor: pointer;
  background-color: #2258c5;
  border-radius: 99px;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-btn-2.card {
  background-color: var(--transparent);
  color: #fff;
  border-radius: 0;
  width: 100px;
  height: 100px;
  padding: 0;
  top: -15px;
  right: 0;
}

.kv-date-text-1 {
  margin-right: 10px;
  font-size: 28px;
  font-style: italic;
}

.kv-date-text-2 {
  margin-top: 5px;
  font-size: 20px;
  font-style: italic;
}

.intro-text-more {
  color: var(--ffffff);
  text-align: center;
  margin-top: 20px;
}

.sc-main-btn-bg-animation-3 {
  z-index: 2;
  background-color: #193565;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 0;
}

.popup-item {
  background-color: #fff;
  border: 1px solid #bdc2db;
  border-radius: 25px;
  max-width: 810px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 0 50px #060c5233;
}

.close-btn-3 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 99px;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 10px 10px auto auto;
}

._15b-red-note {
  color: #c03229;
  font-size: 15px;
}

.mask-mb {
  display: none;
}

.popup-block-warning {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(#e7fbffcc, #e7fbffcc);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.allstar-popup-close-btn {
  z-index: 20;
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  background-color: #0250c3;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 20px 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px #0003;
}

.popup-title {
  color: #0250c3;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

.footer-links {
  color: #004cff;
  text-decoration: underline;
}

.footer-links:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--d54315);
    background-image: linear-gradient(180deg, var(--gbg-v10-2), var(--gbg-v10-1));
  }

  .section-video {
    background-image: none;
  }

  .top-navbar {
    padding-right: 0;
  }

  .footer-copyright-1, .footer-copyright-2 {
    width: 96%;
  }

  .footer-copyright {
    padding-bottom: 50px;
  }

  .footer-contact-block {
    min-width: 300px;
  }

  .footer-note {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-note.popup {
    padding: 20px;
  }

  .footer-content {
    width: 96%;
  }

  .accordion-open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .howbuy-tab-menu {
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    margin-bottom: 0;
    top: 80px;
  }

  .howbuy-tabs-content {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .howbuy-text-block-dot {
    font-size: 17px;
  }

  .hotline-block {
    background-position: 75%;
    width: 94%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hotline-content-2 {
    justify-content: flex-start;
  }

  .hotline-content-3 {
    font-size: 3vw;
  }

  .hotline-content-4 {
    font-size: 50px;
  }

  .profile-content {
    overflow: hidden;
  }

  .profile-buttom-block {
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .doc-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 10px;
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2vw;
    font-weight: 500;
  }

  .doc-link:hover {
    background-size: 20px, auto;
  }

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

  .s1-chart-block {
    min-height: auto;
  }

  .s1-chart-content {
    background-image: none;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .video-tabs-content {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .video-tab-link-1 {
    height: 50px;
    font-size: 2.3svw;
  }

  .video-tab-link-1.w--current {
    font-size: 2.3svw;
  }

  .youtube-content {
    background-color: #fff;
    border-radius: 30px;
    width: 700px;
    max-width: none;
    min-height: 50vw;
  }

  .kv-block {
    justify-content: flex-start;
    align-items: flex-end;
    width: 768px;
    max-width: 991px;
    height: 768px;
    padding-top: 0;
  }

  .kv-content {
    justify-content: flex-start;
    align-items: center;
    max-width: 410px;
    height: 100%;
    padding-top: 100px;
    display: flex;
  }

  .top-menu {
    color: var(--f8f8f4);
    text-align: center;
    border-bottom: 1px solid #f5f5f54d;
    font-size: 20px;
  }

  .top-menu:hover {
    color: var(--text);
    background-color: #fff;
    border-bottom-width: 0;
  }

  .top-menu.w--current {
    background-color: #fff;
    border-bottom-width: 0;
  }

  .fixed-menu-block, .fixed-gotop {
    display: none;
  }

  .fixed-menu-2 {
    border-top: 1px solid var(--cccccc);
    background-image: linear-gradient(180deg, var(--f2f2f2), #fff 25%, var(--e5e5e5) 70%, #fff);
    width: 50%;
    height: 50px;
    padding-top: 5px;
  }

  .fixed-link-b {
    color: var(--ffffff);
    text-shadow: 0 3px 6px #64330240;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fixed-menu-1 {
    background-image: linear-gradient(180deg, var(--017fd1), var(--017fd1) 21%, var(--2258c5) 83%, var(--2258c5));
    width: 50%;
    height: 50px;
    padding-top: 5px;
  }

  .icon {
    font-size: 40px;
  }

  .video-tab-menu {
    width: 56%;
    margin-bottom: 1px;
    margin-left: 40px;
    padding-top: 10px;
  }

  .video-tabs {
    background-position: 50% 20px;
    background-size: contain;
    max-width: 768px;
    height: auto;
    min-height: 550px;
    padding-top: 38px;
  }

  .section-title-block.profile {
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .howbuy-2-setp3-a {
    justify-content: flex-end;
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .howbuy-2-setp3-b {
    width: 80%;
  }

  .menu-button {
    height: 80px;
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: var(--gbg-v10-2);
    height: 80px;
    padding: 20px;
  }

  .fixed-menu-block-m {
    border-radius: 0;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50px;
    display: flex;
    inset: auto 0% 0% 0;
  }

  .profile-table-1 {
    flex-flow: column;
  }

  .profile-table-b {
    width: 100%;
  }

  .chart-img-pc {
    max-width: 100%;
    display: block;
  }

  .th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .th.left {
    padding-left: 15px;
    font-size: 16px;
  }

  .fixed-link-text {
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 10px;
  }

  .fixed-link-text._03 {
    text-shadow: none;
  }

  .close-btn.card {
    width: 40px;
    height: 40px;
    top: -2.6vw;
    right: -2.5vw;
  }

  .sc-btn-icon {
    width: .8em;
  }

  .howbuy-2-setp3-e {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .profile-tracking-index {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .howbuy-top-blcok {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-width: 3px;
    border-color: var(--0250c3);
    flex-flow: column;
    width: 95%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }

  .howbuy-top-blcok-a {
    width: 100%;
  }

  .howbuy-top-blcok-b {
    border-top: 1px solid #e0d8c2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 11px;
  }

  .buy-grid {
    border-radius: 0;
  }

  .buy-grid-th, .buy-grid-td {
    font-size: 17px;
  }

  .text-block-64, .text-block-65 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .s2-tab-menu {
    background-size: contain;
    width: 100%;
    max-width: 748px;
    height: 80px;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .s1-tab-1 {
    background-position: 100% 38%;
    background-size: auto 30px;
    height: 80px;
    font-size: 18px;
  }

  .s1-tab-1.w--current {
    background-image: url('../images/s1-tab-bgpc.png'), url('../images/tab-line-40.svg');
    background-position: 50%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 1px;
    height: 80px;
    font-size: 18px;
  }

  .s2-chart-content {
    background-image: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .s2-chart-block {
    background-position: 50% -35px;
  }

  .chart-content {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-title {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fixed-menu-3 {
    border-top: 1px solid var(--cca65c);
    background-image: linear-gradient(#f8da99, #ecd65b 29%, #c4942d 79%, #c0951d);
    width: 50%;
    height: 50px;
    padding-top: 5px;
  }

  .s1-tab-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 748px;
    height: 80px;
    padding-top: 0;
  }

  .tabs-content {
    min-height: 440px;
    margin-top: 40px;
    overflow: visible;
  }

  .l-bg-01 {
    background-position: 50% -18%;
    background-size: auto;
  }

  .tab-prev {
    width: 40px;
    height: 40px;
    display: none;
    left: 10px;
  }

  .tab-next {
    width: 40px;
    height: 40px;
    display: none;
    right: 10px;
  }

  .code-icon {
    width: 25px;
  }

  .fixed-link-a {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .intro-pc {
    background-size: cover;
    margin-top: -50px;
  }

  .intro-chart-block {
    background-image: none;
    justify-content: space-around;
  }

  .tabs-menu-btn-2 {
    background-position: 100% 75px;
    background-size: auto 40px;
    height: 130px;
    padding-top: 60px;
    font-size: 18px;
  }

  .tabs-menu-btn-2.w--current {
    background-size: contain;
    height: 130px;
    padding-top: 60px;
    font-size: 18px;
  }

  .item-a {
    font-size: 15px;
  }

  .item-a.left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .item-b {
    font-size: 15px;
  }

  .item-b.left {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .popup-card-item {
    max-width: 90%;
  }

  .swiper-slide {
    width: 29vw;
    min-width: 29vw;
    max-width: 29vw;
    height: 52vw;
    min-height: 52vw;
    max-height: 52vw;
  }

  .intro-content {
    align-items: center;
    padding-top: 100px;
  }

  ._13n-source {
    font-size: 12px;
  }

  .text-block-68 {
    line-height: 125%;
  }

  .section-3 {
    padding-top: 0;
  }

  .s3-chart-block {
    background-size: cover;
  }

  .section-sub-text, .section-sub-text.s2 {
    font-size: 21px;
  }

  .s3-chart-note {
    font-size: 13px;
    line-height: 18px;
  }

  .s1-chart-note {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 15px;
    bottom: -5%;
  }

  .s1-chartimg-block {
    width: 96%;
    min-height: auto;
  }

  .s2-chart-note {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 17px;
    bottom: -5%;
  }

  .s3-tab-menu {
    width: 100%;
    max-width: 100%;
  }

  .fixed-munu-ico {
    max-width: 25%;
  }

  .kv-fundname-style, .kv-fundnote {
    font-size: 22px;
  }

  .profile-block-inside {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .profile-block-inside-1 {
    padding-top: 20px;
  }

  .intro-title-pc {
    max-width: 90%;
  }

  .text-block-689 {
    line-height: 125%;
  }

  .intro-card-pc {
    max-width: 46%;
  }

  .s1-tabicon._03 {
    max-width: 30%;
    left: 25px;
  }

  .s1-tabicon._02 {
    max-width: 35%;
    left: 14px;
  }

  .s2-tabicon {
    max-width: 60%;
  }

  .s2-tabicon._02 {
    top: 10px;
  }

  .s2-tabicon._05 {
    top: 24px;
  }

  .s3-tab {
    background-position: 100% 38%;
    background-size: auto 30px;
    height: 80px;
    font-size: 18px;
  }

  .s3-tab.w--current {
    background-size: contain;
    height: 80px;
    font-size: 18px;
  }

  .s3-tabicon {
    max-width: 32%;
  }

  .s3-tabicon._03 {
    max-width: 25%;
    left: 35px;
  }

  .s3-chartimg-block {
    min-height: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fund-configuration {
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fund-ipo, .fund-target {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fund-subtitle-text {
    width: 36%;
    font-size: 24px;
  }

  .fund-subtitle-text._02 {
    width: 24%;
  }

  .fund-subtitle-text._04 {
    width: 29%;
  }

  .fts-02w, .fts-02g {
    justify-content: center;
    align-items: flex-start;
  }

  .fts-03, .fts-03g {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .close-btn-2.card {
    width: 40px;
    height: 40px;
    top: -2.6vw;
    right: -2.5vw;
  }

  .popup-item {
    width: 96%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .kv-section {
    background-image: url('../images/kv-bgmb.png');
    background-position: 95% 0;
    background-size: 450px;
    min-height: auto;
  }

  .section-video {
    background-image: linear-gradient(#7db9ec00, #1550b1 12%, #0d2b91 34%, #03123f 54%, #2e6fc6 67%, #4795de 83%, #fff);
    padding-top: 0;
  }

  .section-1 {
    margin-top: -50px;
    padding-top: 0;
  }

  .section-profile {
    background-position: 50% 0;
    background-size: auto 225px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .section-howbuy {
    padding-top: 40px;
  }

  .footer {
    padding-bottom: 0;
    overflow: hidden;
  }

  .footer-info {
    display: block;
  }

  .top-navbar {
    height: 50px;
    padding-left: 10px;
  }

  .footer-copyright-1 {
    font-size: 13px;
  }

  .footer-copyright-2 {
    display: block;
  }

  .footer-copyright-2-1 {
    font-size: 13px;
  }

  .footer-contact-block {
    border-right-style: none;
  }

  .footer-note {
    margin-bottom: 10px;
    line-height: 20px;
    overflow: scroll;
  }

  .footer-note.popup {
    height: 64vh;
    padding: 10px 10px 40px;
  }

  .footer-contact-1 {
    border-bottom-color: var(--e6e6e6);
  }

  .footer-contact-2 {
    border-bottom: 1px solid var(--e6e6e6);
  }

  .s1-content {
    background-image: none;
  }

  .how-buy {
    padding-top: 0;
    overflow: visible;
  }

  .how-buy-title {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .accordion-open {
    text-align: left;
    padding: 20px 10px 0;
  }

  .how-buy-items {
    font-size: 16px;
    line-height: 26px;
  }

  .toggle-icon {
    margin-right: 15px;
  }

  .how-buy-articles {
    padding-left: 20px;
    font-size: 18px;
  }

  .howbuy-tab-menu {
    z-index: 50;
    position: sticky;
    top: 50px;
  }

  .howbuy-tab-link, .howbuy-tab-link.w--current {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 4.9vw;
  }

  .howbuy-tabs-content {
    padding: 20px 10px;
  }

  .howbuy-tab-content-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 32px;
  }

  .howbuy-tab-content-block {
    width: 100%;
    font-size: 16px;
  }

  .button-style-1 {
    background-position: 29%, 0 0;
    font-size: 20px;
  }

  .button-style-1:hover {
    background-position: 29%, 0 0;
  }

  .howbuy-text-block-dot {
    text-align: justify;
    background-position: 0 1svw;
    background-size: 15px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .section-hotline {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hotline-block {
    height: 180px;
    padding: 40px 20px 0;
    overflow: visible;
  }

  .hotline-content-2 {
    padding-bottom: 40px;
    display: block;
  }

  .hotline-content-3 {
    background-position: 100% 9px;
    width: 129px;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .hotline-content-4 {
    font-size: 35px;
  }

  .hotline-font-style-1 {
    width: 111px;
    font-size: 10px;
  }

  .howbuy-cell-2-4, .howbuy-cell-2-3 {
    padding: 5px;
  }

  .number-highlight {
    background-color: var(--42210b);
    width: 20px;
    margin-right: 3px;
    line-height: 20px;
  }

  .text-block-16 {
    border-top: 1px none var(--cccccc);
    color: var(--1a7784);
    text-align: center;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 10px;
    display: flex;
  }

  .howbuy-chart-style {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .howbuy-chart-style.no-boder-bottom {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .howbuy-font-style-1 {
    line-height: 24px;
  }

  .profile-content {
    padding-top: 60px;
    overflow: visible;
  }

  .profile-buttom-block {
    display: block;
  }

  .doc-link {
    width: 45vw;
    font-size: 16px;
  }

  .profile-chart-note {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .profile-table-content {
    border-left-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .video-content {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .video-tabs-content {
    box-shadow: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-tab-link-1 {
    text-align: center;
    background-position: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 0 0 10px;
    font-size: 16px;
    line-height: 5svw;
  }

  .video-tab-link-1.w--current {
    text-align: center;
    background-position: 100%;
    border-top-left-radius: 15px;
    height: 70px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .video-tab-link-1.short {
    width: 80%;
  }

  .video-tab-link-1.short.no-boder {
    width: 100%;
  }

  .video-tab-link-1.short.no-boder.w--current {
    background-image: url('../images/slider-tab-menu-arrow-a_1slider-tab-menu-arrow-a.png');
    background-position: 50% 100%;
    background-size: 40px;
  }

  .youtube-content {
    width: 95vw;
  }

  .kv-block {
    justify-content: center;
    align-items: center;
    max-width: 360px;
    height: 750px;
    position: relative;
    overflow: hidden;
  }

  .kv-content {
    padding-top: 40px;
    padding-right: 0;
  }

  .top-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fixed-gotop {
    display: none;
  }

  .fixed-menu-2 {
    width: 50%;
    height: 50px;
  }

  .fixed-link-b {
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    display: flex;
  }

  .fixed-menu-1 {
    border-bottom-style: none;
    justify-content: center;
    width: 50%;
    height: 50px;
  }

  .icon {
    font-size: 36px;
  }

  .video-tab-menu {
    z-index: 3;
    justify-content: space-around;
    width: 300px;
    height: 70px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .video-tabs {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .section-title-block {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .howbuy-2-setp3-a {
    justify-content: flex-start;
    align-items: center;
    width: 34%;
    padding: 10px 0;
  }

  .howbuy-2-setp3-b {
    text-align: justify;
    width: 100%;
    font-size: 4svw;
    font-weight: 500;
    line-height: 5.5svw;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 7px 0 0 7px;
  }

  .menu-button.w--open {
    height: 50px;
    padding: 7px 0 0 7px;
  }

  .howbuy-cell-2-1, .howbuy-cell-2-2 {
    padding: 5px;
  }

  .howbuy-cell-3-1 {
    align-items: flex-start;
    padding: 5px 10px;
    line-height: 22px;
  }

  .howbuy-cell-3-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .howbuy-cell-3-3 {
    justify-content: center;
    align-items: flex-start;
    padding: 5px 10px;
    line-height: 22px;
  }

  .howbuy-cell-3-4 {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .howbuy-cell-4-1, .howbuy-cell-4-2 {
    padding: 5px;
  }

  .howbuy-cell-4-1-m, .howbuy-cell-4-2-m {
    padding: 15px 5px;
    font-weight: 700;
  }

  .profile-buttom-block-a {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    display: flex;
  }

  .text-block-33 {
    font-size: 15px;
  }

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

  .text-block-35 {
    font-size: 17px;
  }

  .how-buy-setp {
    display: none;
  }

  .how-buy-setp-m {
    max-width: 90%;
    display: inline-block;
  }

  .fixed-menu-block-m {
    width: 100%;
    height: 50px;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    inset: auto 0 0;
  }

  .how-buy-setp-block-m {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .profile-table-1 {
    flex-flow: column;
    width: 100%;
    min-width: auto;
    font-size: 16px;
  }

  .profile-table-a, .profile-table-b {
    width: 100%;
  }

  .profile-table-2 {
    flex-flow: column;
    width: 100%;
    min-width: auto;
  }

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

  .th {
    padding-left: 5px;
    font-size: 14px;
  }

  .th.left {
    padding-left: 10px;
    font-size: 15px;
  }

  .fixed-link-text {
    padding-left: 5px;
    font-size: 16px;
  }

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

  .close-btn {
    width: 30px;
    height: 30px;
    padding: 5px;
    top: 20px;
    right: 10px;
  }

  .close-btn.card {
    inset: 0% 0% auto auto;
  }

  .sc-btn-icon {
    width: 35px;
  }

  .text-block-62 {
    line-height: 22px;
  }

  .text-line-break-mb {
    display: inline-block;
  }

  .howbuy-2-setp3-d {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .howbuy-2-setp3-e {
    text-align: justify;
    width: 100%;
    font-size: 3.5svw;
    font-weight: 500;
    line-height: 4.6svw;
  }

  .anchor-video {
    top: 0;
  }

  .profile-tracking-index {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .howbuy-top-blcok {
    flex-flow: column;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .howbuy-top-blcok-a {
    width: 100%;
  }

  .howbuy-top-blcok-b {
    width: 100%;
    padding-left: 0;
  }

  .buy-grid {
    border-radius: 15px;
  }

  .buy-grid-th {
    font-size: 16px;
  }

  .buy-grid-td {
    padding: 5px 5px 5px 10px;
    font-size: 16px;
  }

  .text-block-64, .text-block-65 {
    height: auto;
  }

  .s2-tab-menu {
    background-image: linear-gradient(135deg, var(--0250c3), var(--017fd1));
    flex-flow: wrap;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    position: sticky;
    top: 50px;
    box-shadow: 0 3px 6px #0003;
  }

  .s1-tab-1 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-image: none;
    border-right: 1px solid #ffffff26;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 34%;
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 16px;
    line-height: 5svw;
    display: flex;
  }

  .s1-tab-1.w--current {
    background-image: url('../images/s1-tab-bgpc.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 33%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 16px;
  }

  .s1-tab-1.last {
    width: 33%;
  }

  .s1-tab-1.last.w--current {
    background-image: url('../images/s1-tab-bgpc.png'), linear-gradient(#0000, #0000);
    background-size: auto, auto;
  }

  .section-2 {
    background-position: 50% 0;
    background-size: auto 230px;
  }

  .s2-chart-content.tabblock {
    padding-bottom: 0;
  }

  .s2-content {
    padding-top: 60px;
  }

  .chart-content, .video-tab-pane-h {
    width: 100%;
  }

  .sub-title {
    background-image: linear-gradient(270deg, #fff0, #0050c3 30% 70%, #fff0);
    height: 60px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .fixed-menu-3 {
    width: 50%;
    height: 50px;
  }

  .anchor-s2-tab {
    top: -50px;
  }

  .s1-tab-menu {
    background-image: linear-gradient(270deg, #003f8a, #0061d6);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 50px;
    box-shadow: 0 3px 6px #0003;
  }

  .tabs-content {
    width: 100%;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
  }

  .l-bg-01 {
    background-image: url('../images/s3-bgmb.png');
    background-position: 50% -40px;
    background-size: auto;
  }

  .tab-prev {
    left: 0;
  }

  .tab-next {
    right: 0;
  }

  .mb-br {
    flex-flow: column;
    display: block;
  }

  .fixed-icon-mb {
    width: 20px;
  }

  .anchor-s1-tab {
    top: -50px;
  }

  .fixed-link-a {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .intro-pc {
    background-image: url('../images/intro-bg-2mb.png'), url('../images/intro-bg-1mb.png');
    background-position: 50% 100%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    display: flex;
  }

  .intro-chart-block {
    flex-flow: row;
    min-height: auto;
    padding-top: 0;
  }

  .card-popup {
    width: 46vw;
  }

  .slider-subtitle-block {
    background-image: none;
    width: 100%;
  }

  .tabs-menu-btn-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: none;
    border-bottom: 1px solid #ffffff26;
    border-right: 1px solid #ffffff26;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100px;
    padding-bottom: 15px;
    font-size: 4svw;
    line-height: 4.5svw;
    display: flex;
  }

  .tabs-menu-btn-2.w--current {
    background-position: 50% 0;
    background-size: auto;
    width: 25%;
    height: 100px;
    margin-left: 0;
    padding-bottom: 15px;
    font-size: 4svw;
    line-height: 4.5svw;
  }

  .tabs-menu-btn-2.last.w--current {
    background-image: url('../images/s2-tab-bgpc.png');
    background-position: 50% 0;
    background-size: auto;
  }

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

  .item-a {
    font-size: 14px;
  }

  .item-a.left {
    padding: 10px 5px 10px 10px;
  }

  .item-b {
    padding-left: 0;
    font-size: 14px;
  }

  .item-b.left {
    padding: 10px 5px 10px 10px;
  }

  .popup-card-block {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .popup-block-card {
    width: 360px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .popup-card-item {
    max-width: 100%;
  }

  .kv-slogan {
    max-width: 80%;
  }

  .popup-card-pc {
    display: none;
  }

  .popup-card-mb {
    display: block;
  }

  .swiper.myswiper {
    width: auto;
  }

  .swiper-wrapper {
    justify-content: flex-start;
  }

  .swiper-slide {
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw;
    height: 125vw;
    min-height: 125vw;
    max-height: 125vw;
  }

  .red-note {
    font-size: 13px;
  }

  .intro-content {
    max-width: 1100px;
  }

  .text-block-68 {
    padding-right: 5px;
  }

  .s3-content {
    background-image: none;
    padding-top: 40px;
  }

  .section-sub-text {
    flex-flow: column;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 4svw;
    font-weight: 500;
    display: flex;
  }

  .section-sub-text.s2 {
    flex-flow: column;
    padding-top: 0;
    font-size: 4svw;
    display: flex;
  }

  .section-title-text {
    background-size: contain;
    width: 360px;
    height: 80px;
    font-size: 6svw;
  }

  .s3-chart-note {
    line-height: 16px;
  }

  .s1-chart-note {
    padding-top: 10px;
    bottom: 0%;
  }

  .s1-chartimg-block {
    width: auto;
  }

  .s2-chart-note {
    bottom: 0%;
  }

  .anchor-s3-tab {
    top: -50px;
  }

  .s3-tab-menu {
    background-image: linear-gradient(270deg, #025ec7, #0163c2);
    justify-content: center;
    align-items: center;
    height: 80px;
    position: sticky;
    top: 50px;
    overflow: visible;
    box-shadow: 0 3px 6px #0003;
  }

  .profile-chart-mb {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .kv-fundname-style {
    font-size: 4.8svw;
  }

  .kv-fundnote {
    padding-bottom: 10px;
    font-size: 4.8svw;
  }

  .profile-block-inside-1 {
    padding-top: 0;
  }

  .intro-title-pc {
    max-width: 90%;
    display: none;
  }

  .intro-title-mb {
    flex-flow: column;
    max-width: 90%;
    display: inline-flex;
  }

  .text-block-689 {
    padding-left: 5px;
  }

  .background-video {
    display: none;
  }

  .s1-tabicon {
    max-width: 40%;
    position: static;
  }

  .s1-tabicon._03 {
    max-width: 40%;
    top: -17px;
    left: 32px;
  }

  .s1-tabicon._02 {
    max-width: 50%;
    top: -13px;
    left: 19px;
  }

  .s2-tabicon {
    max-width: 36%;
  }

  .s3-tab {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-image: none;
    border-right: 1px solid #ffffff26;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 25%;
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 16px;
    line-height: 5svw;
    display: flex;
  }

  .s3-tab.w--current {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-size: auto;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 25%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 16px;
  }

  .s3-tab.last.w--current {
    background-position: 50%;
    background-size: auto;
  }

  .s3-tabicon {
    max-width: 55%;
    position: static;
    top: -7px;
    left: 18px;
  }

  .s3-tabicon._03 {
    max-width: 45%;
    top: -13px;
    left: 29px;
  }

  .sub-note {
    font-size: 14px;
  }

  .fund-configuration {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 20px 0 0;
  }

  .fund-ipo {
    margin-top: 20px;
    padding: 0 0 40px;
  }

  .fund-target {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fund-configuration-1 {
    text-align: center;
    width: 100%;
  }

  .fund-subtitle-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fund-subtitle-block.ipo {
    padding-bottom: 10px;
  }

  .fund-subtitle-text {
    width: 26%;
    font-size: 21px;
  }

  .fund-subtitle-text._02 {
    width: 26%;
  }

  .fund-subtitle-text._04 {
    width: 60%;
  }

  .fund-subtitle-text._03 {
    width: 70%;
  }

  .separator-1 {
    top: 22px;
  }

  .fund-configuration-2 {
    text-align: center;
    width: 100%;
  }

  .fund-target-stack {
    padding-left: 5px;
    padding-right: 5px;
  }

  .fts-01 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    display: flex;
  }

  .fts-02w, .fts-02g {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .fts-03, .fts-03g {
    font-size: 14px;
  }

  .line-break {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .close-btn-2 {
    width: 30px;
    height: 30px;
    padding: 5px;
    top: 20px;
    right: 10px;
  }

  .close-btn-2.card {
    inset: 0% 0% auto auto;
  }

  .intro-text-more {
    color: var(--gbg-v3-1);
    margin-top: 10px;
    font-size: 12px;
  }

  .close-btn-3 {
    width: 30px;
    height: 30px;
    padding: 5px;
    display: none;
    top: 20px;
    right: 10px;
  }

  ._15b-red-note {
    font-size: 15px;
  }

  .mask-mb {
    background-image: linear-gradient(#fff0, #fff 90%);
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    inset: auto 0% 90px;
  }

  .popup-block-warning {
    overflow: scroll;
  }

  .popup-title {
    font-size: 21px;
    line-height: 1.5;
  }
}

#w-node-_04c9f524-bf49-47ad-1dcc-83759f72fa94-8ba3e55a {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .3fr .5fr 1fr;
}

#w-node-_04c9f524-bf49-47ad-1dcc-83759f72fa95-8ba3e55a, #w-node-a72d66f9-22c1-b3b0-b7b4-51566c66bcad-8ba3e55a, #w-node-_83e65d20-797c-4bb0-8220-33bc2d783062-8ba3e55a, #w-node-c4364e2a-29e0-8b65-a48d-20ca884c4e4e-8ba3e55a, #w-node-_84205f6a-cd90-9165-f2c3-571115623aaf-8ba3e55a, #w-node-a8188764-19a8-e3d1-32c5-fcc14b905196-8ba3e55a, #w-node-e2a2917a-cd7f-d72d-1bc7-c8bf756bd54f-8ba3e55a {
  grid-row: span 2 / span 2;
}

#w-node-_84b9b84b-e193-ebde-425e-204ae214896d-8ba3e55a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 160px 1fr;
}

#w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-8ba3e55a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 250px 1fr;
}

#w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-8ba3e55a {
  grid-template-rows: auto auto 85px;
  grid-template-columns: 160px 1fr;
}

#w-node-_90a3549b-089e-6745-ee30-b7c2ae6f9e1a-8ba3e55a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_6897d5f8-eff6-01b2-a8c9-21947045a73e-8ba3e55a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: minmax(200px, .25fr) 1fr;
}

#w-node-fe238f60-1f5d-7647-8522-111416b47935-8ba3e55a, #w-node-_4465f35d-ecd5-0b34-730e-26c0482b6f0a-8ba3e55a {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, .25fr) 1fr;
}

#w-node-bd2136ff-3b7a-f978-4e4e-872734b1f1b9-8ba3e55a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e70fa53b-d264-3a10-93a5-150dc3d2efab-8ba3e55a {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

@media screen and (max-width: 991px) {
  #w-node-_84b9b84b-e193-ebde-425e-204ae214896d-8ba3e55a, #w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-8ba3e55a {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 150px 1fr;
  }

  #w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-8ba3e55a {
    grid-template-rows: auto auto;
    grid-template-columns: 150px 1fr;
  }

  #w-node-_90a3549b-089e-6745-ee30-b7c2ae6f9e1a-8ba3e55a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 160px 1fr;
  }

  #w-node-bd2136ff-3b7a-f978-4e4e-872734b1f1b9-8ba3e55a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04c9f524-bf49-47ad-1dcc-83759f72fa94-8ba3e55a {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .3fr .5fr 1fr;
  }

  #w-node-_84b9b84b-e193-ebde-425e-204ae214896d-8ba3e55a, #w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-8ba3e55a {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 130px 1fr;
  }

  #w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-8ba3e55a {
    grid-template-rows: auto auto;
    grid-template-columns: 130px 1fr;
  }

  #w-node-_6897d5f8-eff6-01b2-a8c9-21947045a73e-8ba3e55a {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: minmax(100px, .25fr) 1fr;
  }

  #w-node-fe238f60-1f5d-7647-8522-111416b47935-8ba3e55a, #w-node-_4465f35d-ecd5-0b34-730e-26c0482b6f0a-8ba3e55a {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(100px, .25fr) 1fr;
  }

  #w-node-bd2136ff-3b7a-f978-4e4e-872734b1f1b9-8ba3e55a {
    display: none;
  }

  #w-node-e70fa53b-d264-3a10-93a5-150dc3d2efab-8ba3e55a {
    display: grid;
  }
}


