:root {
  --d54315: #d54315;
  --gbg-v10-2: #6d1e0d;
  --gbg-v10-1: #b56730;
  --0250c3: #0250c3;
  --017fd1: #017fd1;
  --ffffff: white;
  --cccccc: #ccc;
  --e6e6e6: #e6e6e6;
  --text: #1a1a1a;
  --1a7784: #1a7784;
  --f8f8f4: #f8f8f4;
  --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;
  --gbg-v3-2: #14264b;
  --e5e5e5: #e5e5e5;
  --points-blue: #193565;
  --gbg-v3-1: #255aa7;
  --white: white;
  --cca65c: #cca65c;
  --gbg-v7-1: #c03229;
  --ffe7ae: #ffe7ae;
  --gbg-v5-1: #f4d028;
  --ddebfb: #ddebfb;
  --c94340: #c94340;
  --fcf7ee: #fcf7ee;
  --b3b3b3: #b3b3b3;
  --808080: grey;
  --f6f8e7: #f6f8e7;
  --ffe9b1: #ffe9b1;
  --e6cea8: #e6cea8;
  --b7872f: #b7872f;
  --f49700: #f49700;
  --ed6a00: #ed6a00;
  --points-red: #d5373e;
  --eaf5f4: #eaf5f4;
  --e6f0ff: #e6f0ff;
  --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;
  --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-1080p.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-video {
  padding-bottom: 100px;
}

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

.section-profile {
  background-image: url('../images/s3-bgpc.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 60px;
}

.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: 140%;
}

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

.profile-block {
  background-color: #fff;
  background-image: linear-gradient(#e0d890, #d8a544 25%, #ebdf8a 54%, #d6a13e 75%, #fff);
  padding-left: 3px;
  padding-right: 3px;
  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.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: 0 0;
  background-size: 1110px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  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: 1200px;
  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-bottom: 30px;
  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: 1110px;
  padding-top: 100px;
  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(--gbg-v3-2);
  text-shadow: 1px 1px 1px #ffffffc7;
  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: 10px 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.video-tab-link-1.w--current {
  background-color: var(--transparent);
  color: var(--gbg-v3-2);
  background-image: url('../images/triangle-icon.png'), url('../images/hr-w.svg');
  background-position: 50% 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 32px, 1px 50px;
  padding: 0 0 10px;
  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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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;
  width: 100%;
  height: 120px;
  display: flex;
  position: relative;
}

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

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

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

.section-title-block.profile {
  background-image: url('../images/profile-block-topbgpc.png');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1200px;
  padding-bottom: 100px;
}

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

.fixed-link-text._01 {
  color: var(--ffffff);
  text-shadow: 2px 2px 4px #00000054;
  justify-content: center;
  align-items: center;
}

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

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

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

.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: flex;
  position: fixed;
  inset: 0%;
}

.close-btn {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  color: var(--ffffff);
  cursor: pointer;
  border-radius: 99px;
  padding: 10px;
  display: none;
  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;
}

.allstar-popup-close-btn {
  z-index: 20;
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  background-color: var(--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;
}

.sc-main-btn-bg-animation {
  z-index: 2;
  background-color: var(--points-blue);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.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;
  background-image: url('../images/s2-menu-bgpc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 928px;
  justify-content: center;
  align-items: center;
  width: 928px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 20px;
  display: flex;
}

.tabs-menu-btn {
  background-color: var(--transparent);
  width: 24%;
  height: 90px;
  color: var(--ffffff);
  text-align: center;
  background-image: url('../images/hr-w.svg');
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-size: 1px 50px;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.tabs-menu-btn.w--current {
  background-color: var(--transparent);
  width: 24%;
  height: 90px;
  color: var(--gbg-v3-2);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/s1-menu-current-bgpc.png');
  background-position: 50%;
  background-size: contain;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.tabs-menu-btn.last {
  background-image: none;
}

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

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

.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-content {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.s2-chart-block {
  max-width: 1110px;
  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;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sub-title {
  background-image: linear-gradient(270deg, var(--ffffff), #0050c3 20%, #0050c3 80%, white);
  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;
  background-image: url('../images/s1-menu-bgpc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 928px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 20px;
  display: flex;
}

.tabs-content {
  margin-top: -55px;
}

.l-bg-01 {
  background-image: url('../images/s2-bgpc.jpg');
  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;
}

.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;
  height: 120px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.intro-chart-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  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: 24%;
  height: 90px;
  color: var(--gbg-v3-2);
  text-align: center;
  text-shadow: 1px 1px 1px #ffffffa8;
  background-image: url('../images/hr-b.svg');
  background-position: 100% 40%;
  background-repeat: no-repeat;
  background-size: 1px;
  justify-content: center;
  align-items: center;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.tabs-menu-btn-2.w--current {
  background-color: var(--transparent);
  width: 24%;
  height: 90px;
  color: var(--ffffff);
  text-align: center;
  text-shadow: none;
  background-image: url('../images/s2-menu-current-bgpc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  padding: 0 0 14px;
  font-weight: 700;
  display: flex;
}

.tabs-menu-btn-2.no-border {
  background-image: none;
}

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

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

.item-b.left.last {
  border-bottom-style: none;
}

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

.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: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 115px;
  display: flex;
}

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

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

.text-block-68 {
  text-align: left;
  padding-right: 10px;
}

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

.fund-img-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.section-sub-text.s2 {
  color: var(--ffffff);
}

.section-title-text {
  color: var(--2258c5);
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
}

.section-title-text.s2 {
  color: var(--ffffff);
}

.section-title-text.media {
  color: #103058;
}

.section-title-text.how {
  color: var(--gbg-v3-2);
}

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

.s1-chartimg-block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.text-block-72 {
  text-align: justify;
}

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

.intro-note-14y {
  width: 640px;
  color: var(--gbg-v5-1);
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
}

.note-source-13n {
  color: var(--ffffff);
  font-size: 13px;
  font-weight: 400;
}

.intro-introduce-1-pc {
  position: absolute;
  inset: 180px auto auto 0%;
}

.intro-introduce-2-pc {
  position: absolute;
  bottom: 55px;
}

.intro-introduce-3-pc {
  position: absolute;
  top: 140px;
  right: 0;
}

.title-separator-line {
  border-top: 1px solid var(--gbg-v3-1);
  width: 660px;
  height: 1px;
  margin-top: 40px;
}

.title-separator-line.s2 {
  border-top-color: var(--ddebfb);
}

.section-icon-1 {
  position: absolute;
  inset: -60% auto auto -37%;
}

.section-icon-2 {
  position: absolute;
  inset: -60% auto auto -41%;
}

.section-icon-3 {
  position: absolute;
  inset: -50% auto auto -53%;
}

.section-icon-4 {
  position: absolute;
  inset: auto auto -25% -52%;
}

.profile-block-inside {
  background-color: #fff;
}

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

._14n-note {
  margin-left: 5px;
  padding: 5px;
  font-weight: 700;
}

._14n-note.pppp3 {
  margin-left: 30px;
}

.section-icon-5 {
  position: absolute;
  inset: auto auto -20% -52%;
}

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

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

.kv-note {
  color: #b1d7ff;
  text-align: justify;
  text-shadow: 1px 1px 5px #000;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  font-size: 14px;
  font-weight: 700;
  line-height: 135%;
}

.text-span-26 {
  color: var(--c94340);
}

.text-span-27 {
  color: var(--0250c3);
}

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

.kv-raise-block {
  color: #214697;
  background-image: url('../images/kv-date-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 320px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 65px;
  padding-bottom: 2px;
  font-size: 27px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.text-span-28 {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 400;
}

.intro-mb {
  display: none;
}

.progress-bar-box {
  height: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

.h1-s1 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.frame {
  flex-direction: row;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.sticky-box {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.progress-bar {
  background-color: #7bf4e0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.high-loop-block {
  justify-content: space-between;
  display: none;
}

.scroll-x-effect {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.high-loop-month {
  background-image: url('../images/high-tag-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 260px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 90px;
  display: flex;
}

._00411a {
  max-width: 200%;
  position: absolute;
  inset: 15% auto auto -40%;
}

.intro-mb-note {
  color: var(--gbg-v5-1);
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
  display: none;
}

.mask-mb {
  display: none;
}

.horizontal-scroll {
  color: #fff;
  max-width: 100%;
  height: 300vh;
  display: none;
  position: relative;
}

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

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

  .kv-section {
    background-image: url('../images/kv-bgpad.png');
    background-position: 50% 0;
  }

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

  .section-1 {
    margin-top: -150px;
    padding-bottom: 30px;
  }

  .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-content {
    width: 96%;
  }

  .profile-block {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .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 {
    border-radius: 30px;
    width: 90vw;
    max-width: 768px;
    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(--2258c5) 25%, var(--017fd1) 70%, var(--2258c5));
    width: 50%;
    height: 50px;
    padding-top: 5px;
  }

  .icon {
    font-size: 40px;
  }

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

  .video-tabs {
    background-position: 50% 20px;
    background-size: contain;
    width: 98%;
    margin-top: 0;
  }

  .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: 5px;
  }

  .fixed-link-text._03 {
    text-shadow: none;
    padding-left: 5px;
  }

  .popup-item {
    width: 96%;
  }

  .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;
    padding-left: 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;
  }

  .tabs-menu-btn {
    background-position: 100% 38%;
    background-size: auto 30px;
    height: 80px;
    font-size: 18px;
  }

  .tabs-menu-btn.w--current {
    height: 80px;
    font-size: 18px;
  }

  .section-2 {
    background-position: 50% -130px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .chart-content {
    width: 96%;
  }

  .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, #e4d37b 15%, #d5b151 51%, #c4942d 82%, #c0951d);
    width: 50%;
    height: 50px;
    padding-top: 5px;
  }

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

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

  .l-bg-01 {
    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-image: url('../images/intro-bgpad.png');
    background-position: 50% 0;
    margin-top: -110px;
    padding-top: 100px;
  }

  .intro-chart-block {
    background-image: none;
    width: 100%;
    max-width: 768px;
    min-height: 470px;
  }

  .tabs-menu-btn-2 {
    font-size: 18px;
  }

  .tabs-menu-btn-2.w--current {
    height: 80px;
    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;
  }

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

  .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: 120px;
    padding-bottom: 150px;
  }

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

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

  .fund-img-block-1 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fund-img-block-2 {
    flex-flow: column;
  }

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

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

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

  .intro-introduce-1-pc {
    max-width: 33%;
    top: 110px;
    left: 10px;
  }

  .intro-introduce-2-pc {
    max-width: 33%;
    bottom: 80px;
    left: 285px;
  }

  .intro-introduce-3-pc {
    max-width: 33%;
    top: 10px;
    right: 10px;
  }

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

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

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

  .kv-note {
    max-width: 330px;
    padding-top: 120px;
  }

  .progress-bar-box {
    display: none;
  }

  .high-loop-block {
    margin-top: -5px;
  }

  .high-loop-month {
    background-size: contain;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .intro-mb {
    max-width: none;
  }

  .h1-s1.v3 {
    width: auto;
  }

  .frame {
    height: auto;
  }

  .sticky-box {
    width: auto;
    max-width: none;
  }

  .horizontal-scroll {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-image: linear-gradient(180deg, var(--0250c3), var(--017fd1));
    opacity: 1;
    mix-blend-mode: normal;
  }

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

  .section-video {
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .section-profile {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .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;
    padding: 10px 10px 40px;
    line-height: 135%;
    overflow: scroll;
  }

  .footer-note.popup {
    height: 64vh;
  }

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

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

  .s1-content {
    background-image: none;
    padding-top: 60px;
  }

  .profile-block {
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .how-buy {
    padding-top: 60px;
    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 {
    background-image: url('../images/hotline-bgmb.png');
    background-position: 50%;
    background-size: 480px;
    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: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 16px;
  }

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

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

  .video-content {
    padding-top: 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% 5px;
    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: 50% 100%, 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;
    width: auto;
    max-width: 440px;
    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 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    display: flex;
  }

  .fixed-menu-1 {
    background-image: linear-gradient(180deg, var(--017fd1), var(--017fd1) 20%, var(--2258c5) 72%, var(--2258c5));
    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: url('../images/media-bgmb.png');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section-title-block.profile {
    padding-bottom: 0;
  }

  .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 {
    background-color: var(--0250c3);
    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 {
    text-shadow: none;
    padding-left: 0;
    font-size: 4.5svw;
  }

  .fixed-link-text._01 {
    font-size: 4.5svw;
  }

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

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

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

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

  .close-btn {
    width: 30px;
    height: 30px;
    padding: 5px;
    display: none;
    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: url('../images/s2-menu-bgmb.png');
    background-repeat: repeat-x;
    height: 85px;
    padding: 5px 0 0;
    position: sticky;
    top: 50px;
  }

  .tabs-menu-btn {
    justify-content: center;
    align-items: center;
    width: 25%;
    font-size: 16px;
    line-height: 5svw;
    display: flex;
  }

  .tabs-menu-btn.w--current {
    background-image: url('../images/s1-menu-current-bgmb.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    width: 25%;
    margin-left: 0;
    font-size: 16px;
  }

  .tabs-menu-btn.last.w--current {
    background-image: url('../images/s1-menu-current-bgmb.png');
    background-position: 50%;
    background-size: cover;
  }

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

  .s2-content {
    background-image: none;
    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;
    font-size: 24px;
  }

  .sub-title.fundsub1 {
    margin-bottom: 0;
  }

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

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

  .s1-tab-menu {
    background-image: url('../images/s1-menu-bgmb.png');
    background-position: 50% 0;
    background-size: auto;
    height: 85px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 50px;
  }

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

  .tab-prev {
    left: 0;
  }

  .tab-next {
    right: 0;
  }

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

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

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

  .intro-pc {
    background-position: 100% 0;
    padding-bottom: 0;
    display: none;
  }

  .card-popup {
    width: 46vw;
  }

  .slider-title-img-block {
    padding-left: 50px;
  }

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

  .tabs-menu-btn-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 80px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 5svw;
    display: flex;
  }

  .tabs-menu-btn-2.w--current {
    background-image: url('../images/s2-menu-current-bgmb.png');
    background-position: 50%;
    background-size: cover;
    width: 25%;
    margin-left: 0;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 5svw;
  }

  .tabs-menu-btn-2.no-border {
    height: 80px;
  }

  .tabs-menu-btn-2.no-border.w--current {
    background-image: url('../images/s2-menu-current-bgmb.png');
    background-size: cover;
  }

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

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

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

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

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

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

  .fund-img-block-1 {
    padding: 0;
  }

  .section-sub-text {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4.5svw;
  }

  .section-sub-text.s2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4.5svw;
  }

  .section-title-text {
    font-size: 10svw;
  }

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

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

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

  .fixed-munu-ico {
    max-width: 22%;
    display: inline-flex;
  }

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

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

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

  .intro-note-14y {
    width: 96%;
    color: var(--0250c3);
    text-align: justify;
    padding-top: 10px;
  }

  .note-source-13n {
    color: var(--text);
  }

  .title-separator-line {
    width: 360px;
    margin-top: 20px;
  }

  .section-icon-1 {
    max-width: 25%;
    left: -9%;
  }

  .section-icon-2 {
    max-width: 25%;
    top: -40%;
    left: -10%;
  }

  .section-icon-3 {
    max-width: 25%;
    top: -14%;
    left: -7%;
  }

  .section-icon-4 {
    max-width: 25%;
    bottom: -11%;
    left: -8%;
  }

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

  ._14n-note {
    text-align: justify;
    margin-top: 5px;
    margin-right: 5px;
    padding: 10px;
  }

  ._14n-note.pppp3 {
    margin-left: 5px;
  }

  .section-icon-5 {
    max-width: 25%;
    bottom: -4%;
    left: -6%;
  }

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

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

  .kv-note {
    text-shadow: 1px 1px 10px #000;
    max-width: 94%;
    padding-top: 320px;
    font-size: 13px;
    bottom: 20px;
  }

  .background-video {
    display: none;
  }

  .kv-raise-block {
    padding-bottom: 2px;
  }

  .intro-mb {
    display: block;
  }

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

  .h1-s1 {
    background-image: url('../images/intro-bg-1mb2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 50px;
    display: flex;
  }

  .h1-s1.v3 {
    background-image: url('../images/intro-bg-3mb2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 102vw;
    margin-left: -1px;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .h1-s1.v2 {
    background-image: url('../images/intro-bg-2mb2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-left: -1px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .frame {
    background-color: red;
  }

  .image-23 {
    max-width: 90%;
  }

  .high-loop-block {
    width: 100%;
    max-width: 440px;
    min-height: 420px;
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    overflow: auto;
  }

  .scroll-x-effect {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .high-loop-item {
    margin-left: -1px;
  }

  .high-loop-month {
    background-image: none;
    width: 100vw;
    height: auto;
  }

  .intro-mb-note {
    color: var(--0250c3);
    text-align: justify;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

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

  .horizontal-scroll {
    height: 300vh;
    margin-top: -110px;
    display: block;
  }
}

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

#w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-91a5c2c7 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 170px 1fr;
}

#w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-91a5c2c7 {
  grid-template-rows: auto auto 70px 90px;
  grid-template-columns: 160px 1fr;
}

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

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

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

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

#w-node-e70fa53b-d264-3a10-93a5-150dc3d2efab-91a5c2c7 {
  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-91a5c2c7, #w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-91a5c2c7 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 150px 1fr;
  }

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

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

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

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

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

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

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

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

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


