:root {
  --cathay-r1: #ca1213;
  --red: #c01e19;
  --light-grey: #d1d1d1;
  --transparent: #fff0;
  --white: white;
  --1d2940: #1d2940;
  --khaki: #ffe790;
  --white-smoke: #f8f6f2;
  --crimson-3: #c9383c;
  --cathay-o: #ef5011;
  --80px: 80px;
  --120px: 120px;
  --_100px---100px: var(--80px);
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.body {
  background-color: #f6f6f8;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.nav-menu {
  align-items: center;
  height: 80px;
  margin-right: 5%;
  display: flex;
}

.nav-item {
  color: #3c3c3c;
  border-left: 1px solid #d9d9d9;
  padding: 0 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 2.4rem;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.nav-item:hover {
  color: var(--cathay-r1);
}

.nav-item.w--current {
  color: var(--red);
}

.nav-item.last {
  border-right: 1px solid #d9d9d9;
}

.brand {
  background-image: url('../images/cathay-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 219px;
  width: 220px;
  height: 36px;
  margin-right: auto;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  width: 100%;
  position: fixed;
}

.navbar.header {
  z-index: 99;
  height: 80px;
  position: fixed;
  top: 0;
}

.container {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.container.nav-container {
  justify-content: space-around;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.footer {
  background-color: #273550;
  position: relative;
}

.nav-social-links {
  justify-content: space-around;
  width: 150px;
  display: none;
}

.nav-social-links.mb-menu {
  display: none;
}

.bold-green {
  color: #048f6b;
}

.fixed-bar {
  z-index: 11;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: fixed;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.fix-item {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.fixed-item-icon {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

.fixed-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.pc-br {
  display: inline-block;
}

.pc-br._02 {
  display: block;
}

.fixed-y-dot {
  background-color: #fd0;
  border-radius: 20px;
  width: 30px;
  height: 5px;
  margin-top: 8px;
}

.kv {
  background-image: url('../images/kv-bgimg.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  height: 900px;
  padding-top: 80px;
}

.kv-div {
  display: flex;
}

.kv-content-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 820px;
  padding-left: 1svw;
  display: flex;
}

.kv-content-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 820px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.kv-date {
  position: relative;
  top: -10px;
  right: 40px;
}

.intro-cont-1 {
  max-width: 1200px;
  display: flex;
  position: relative;
}

.intro-neko {
  position: absolute;
  bottom: -100px;
  left: -70px;
}

.intro-content {
  width: 840px;
  margin-left: auto;
  margin-right: 0;
}

.intro-title {
  justify-content: flex-start;
  align-items: center;
  height: 350px;
  font-size: 24px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.intro-qa-block {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

._3edges {
  background-image: url('../images/redgrid-bg-1.png'), url('../images/city-bg.png'), url('../images/s2-bgn.jpg');
  background-position: 50% 100%, 50% 0, 50% 530px;
  background-repeat: repeat-x, no-repeat, repeat-x;
  background-size: auto, auto, auto;
  margin-top: -580px;
  padding-top: 580px;
  padding-bottom: 100px;
}

.intro-tips-block {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.intro-q-text {
  flex-flow: column;
  padding-top: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 125%;
  display: inline-flex;
}

.intro-tips-2 {
  color: #fff;
  background-image: url('../images/intro-neko-q2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 111px;
  width: 250px;
  height: 100px;
  text-decoration: none;
  transition: all .2s;
}

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

.intro-tips-3 {
  color: #fff;
  background-image: url('../images/intro-neko-q3.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 102px;
  width: 250px;
  height: 100px;
  text-decoration: none;
  transition: all .2s;
}

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

.kv-cont {
  max-width: 1280px;
}

.intro-1 {
  background-image: url('../images/intro-bg.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  min-height: 550px;
}

.intro-2 {
  background-image: url('../images/redgrid-bg-1.png'), url('../images/intro-bg-3.png');
  background-position: 50% 0, 50% 0;
  background-repeat: repeat-x, repeat-x;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 500px;
}

.intro-cont-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.intro-des {
  text-align: justify;
  background-image: url('../images/red-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 47px;
  max-width: 820px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  font-size: 21px;
  font-weight: 500;
  line-height: 130%;
}

.intro-2-note {
  width: 1100px;
  padding-top: 20px;
  font-size: 14px;
}

.s2-neko {
  position: absolute;
  top: -360px;
  left: 60px;
}

.container-3 {
  max-width: 1100px;
  padding-top: 20px;
  position: relative;
}

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

.s2-tab-content {
  max-width: 1100px;
  overflow: visible;
}

.s2-chart {
  background-color: #fff;
  border: 5px solid #c01e19;
  border-radius: 25px;
  height: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px #00000040;
}

.s2-chart-note {
  text-align: justify;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  bottom: 0;
}

.source-n14 {
  font-size: 14px;
  font-weight: 400;
}

.s2-tab-btn1 {
  background-color: var(--transparent);
  background-image: url('../images/s2-tab-1a.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 300px;
  width: 300px;
  height: 90px;
}

.s2-tab-btn1.w--current {
  background-color: var(--transparent);
  background-image: url('../images/s2-tab-1b.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 300px;
  height: 90px;
}

.s2-tabmenu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
}

.s2-tab-btn2 {
  background-color: var(--transparent);
  background-image: url('../images/s2-tab-2a.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 300px;
  width: 300px;
  height: 90px;
}

.s2-tab-btn2.w--current {
  background-color: var(--transparent);
  background-image: url('../images/s2-tab-2b.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 300px;
  height: 90px;
}

.s2-tab-btn3 {
  background-color: var(--transparent);
  background-image: url('../images/s2-tab-3a.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 300px;
  width: 300px;
  height: 90px;
}

.s2-tab-btn3.w--current {
  background-color: var(--transparent);
  background-image: url('../images/s2-tab-3b.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 300px;
  height: 90px;
}

._4feature {
  padding-top: 100px;
}

.count {
  z-index: 9;
  border: 3px solid var(--red);
  background-color: var(--white);
  background-image: url('../images/count-icon.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 740px;
  height: 60px;
  padding-left: 60px;
  padding-right: 2px;
  font-size: 21px;
  font-weight: 500;
  display: flex;
  position: relative;
  top: -30px;
  left: 1svw;
  box-shadow: 0 5px 10px #0003;
}

.count-btn {
  color: var(--white);
  background-color: #a50f15;
  background-image: url('../images/btn-icon-8.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 50px;
  padding-left: 25px;
  font-size: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.count-btn:hover {
  background-color: var(--1d2940);
}

._4festure-title-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

._4festure-fundname {
  color: var(--white);
  text-shadow: 0 3px 6px #0000004d;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  display: inline-flex;
  position: relative;
  top: -15px;
}

._4festure-fundname-note {
  color: #e9ce95;
  font-size: 32px;
  font-weight: 700;
}

.tab-link-tab-1 {
  background-color: var(--transparent);
  background-image: url('../images/s3-tab-1a.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 50px;
  width: 200px;
  height: 65px;
  box-shadow: 0 2px 10px #57000080;
}

.tab-link-tab-1.w--current {
  background-color: var(--transparent);
  background-image: url('../images/s3-tab-1b.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 50px;
  width: 200px;
  height: 65px;
  transition: all .2s;
  box-shadow: 0 2px 10px #57000080;
}

.tab-link-tab-2 {
  background-color: var(--transparent);
  background-image: url('../images/s3-tab-2a.png');
  background-position: 0 0;
  background-size: 200px;
  border-radius: 50px;
  width: 200px;
  height: 65px;
  transition: all .2s;
  box-shadow: 0 2px 10px #57000080;
}

.tab-link-tab-2.w--current {
  background-image: url('../images/s3-tab-2b.png');
}

.tab-link-tab-3 {
  background-color: var(--transparent);
  background-image: url('../images/s3-tab-3a.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 50px;
  width: 200px;
  height: 65px;
  transition: all .2s;
  box-shadow: 0 2px 10px #57000080;
}

.tab-link-tab-3.w--current {
  background-image: url('../images/s3-tab-3b.png');
}

.tab-link-tab-4 {
  background-color: var(--transparent);
  background-image: url('../images/s3-tab-4a.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 50px;
  width: 200px;
  height: 65px;
  transition: all .2s;
  box-shadow: 0 2px 10px #57000080;
}

.tab-link-tab-4.w--current {
  background-image: url('../images/s3-tab-4b.png');
}

.s3-tabmenu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.container-4 {
  max-width: 1200px;
  position: relative;
}

.s3-chart-note-1 {
  text-align: justify;
  max-width: 760px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  bottom: 20px;
}

.tabpane {
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 25px;
  max-width: 1100px;
  min-height: 470px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 30px #0003;
}

.s3-neko {
  position: absolute;
  bottom: -65px;
  right: -60px;
}

.s3-chart-note-3 {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  bottom: 20px;
}

.s3-chart-note-4 {
  text-align: justify;
  max-width: 730px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  bottom: 20px;
}

.s3-tab-content {
  padding-bottom: 100px;
}

.tab-next {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/arrow-right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 13px;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 280px 65px auto auto;
  box-shadow: 0 0 33px #c01e194d;
}

.tab-next.s2 {
  right: 20px;
}

.tab-prev {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/arrow-left.png');
  background-position: 50%;
  border-radius: 13px;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 280px auto auto 65px;
  box-shadow: 0 0 33px #c01e194d;
}

.tab-prev.s2 {
  left: 20px;
}

.chart-block {
  position: relative;
}

.media {
  padding-top: 100px;
  padding-bottom: 100px;
}

.long-background {
  background-color: var(--white);
  background-image: url('../images/s3-bg.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  overflow: hidden;
}

.media-block {
  background-image: url('../images/media-title.png'), url('../images/media-bg.png');
  background-position: 40px 20px, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 190px, auto;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  height: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 2px 30px #0003;
}

.media-cont {
  max-width: 1200px;
  position: relative;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.media-menu {
  background-color: var(--transparent);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 90px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.media-menu.w--current {
  background-color: var(--transparent);
  color: var(--khaki);
  background-image: url('../images/media-arrow.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 54px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 90px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.media-menu.center {
  justify-content: space-between;
  font-weight: 500;
}

.media-menu.short.w--current {
  color: var(--khaki);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.div-block {
  border-left: 1px solid #fee0d2;
  height: 25px;
}

.youtube-block {
  background-image: url('../images/youtube-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  width: 918px;
  height: 528px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

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

.swiper-block {
  max-width: 1100px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.swiper.myswiper {
  width: 1060px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

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

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  display: flex;
}

.swiper-btn-prev {
  z-index: 10;
  cursor: pointer;
  background-image: url('../images/arrow-left.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #ff6464;
  border-radius: 13px;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto auto 0 25px;
  box-shadow: 0 0 33px #c01e194d;
}

.swiper-btn-next {
  z-index: 10;
  cursor: pointer;
  background-image: url('../images/arrow-right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #ff6464;
  border-radius: 13px;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 25px 0 auto;
  box-shadow: 0 0 33px #c01e194d;
}

.gradient-r {
  z-index: 9;
  background-image: linear-gradient(270deg, #000, #0000);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 80px;
  height: 660px;
  position: absolute;
  top: 0;
  right: 0;
}

.gradient-l {
  z-index: 9;
  background-image: linear-gradient(270deg, #0000, #c9181d);
  width: 60px;
  height: 515px;
  position: absolute;
  top: 0;
  left: 40px;
}

.jpball-1 {
  position: absolute;
  bottom: 154px;
  left: -215px;
}

.jpball-3 {
  position: absolute;
  top: -60px;
  right: -75px;
}

.jpball-2 {
  position: absolute;
  top: 365px;
  left: -100px;
}

.fund-profile {
  background-image: url('../images/whitegrid-bg-1.png'), url('../images/whitegrid-bg-1.png'), url('../images/fundprofile-bg.jpg');
  background-position: 50% 100%, 50% 0, 50% 0;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: auto, auto, auto;
  min-height: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.torii {
  position: absolute;
  top: -50px;
  left: 170px;
}

.fund-cont {
  max-width: 1100px;
  position: relative;
}

.fund-title-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.fund-chart-1 {
  border-radius: 20px;
  position: relative;
  box-shadow: 0 5px 20px #0003;
}

.fund-note {
  text-align: justify;
  padding-top: 20px;
  font-size: 15px;
  line-height: 120%;
}

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

.fund-note.p3 {
  padding-top: 15px;
}

.fund-red-note {
  color: var(--red);
  font-weight: 700;
}

.fund-chart-2 {
  padding-top: 40px;
}

.fund-btn-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.fund-btn-1 {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/btn-icon-2.png');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  flex-flow: wrap-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #00000054;
}

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

.fund-btn-2 {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/btn-icon-7.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #00000054;
}

.fund-btn-2:hover {
  background-color: var(--1d2940);
  border-radius: 11px;
}

.fund-btn-3 {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/btn-icon-1.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #00000054;
}

.fund-btn-3:hover {
  background-color: var(--1d2940);
}

.subscription {
  background-color: var(--white);
  background-image: url('../images/sub-bg.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.fund-neko {
  transform-style: preserve-3d;
  position: absolute;
  top: -170px;
  left: -50px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.subscription-cont {
  max-width: 1200px;
}

.subscription-title-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.sub-tabmenu-btn {
  background-color: var(--1d2940);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 60px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.sub-tabmenu-btn.w--current {
  background-color: var(--red);
  box-shadow: 0 3px 33px #c01e194d;
}

.sub-tabmenu {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  border: 1px solid var(--1d2940);
  background-color: var(--white);
  border-radius: 20px;
  padding-top: 70px;
  padding-bottom: 40px;
  top: -30px;
}

.sub-tabpane {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
}

.title-description {
  background-image: url('../images/sub-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.tabpane-cont-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabpane-cont-items {
  padding-bottom: 30px;
}

.items-cont {
  background-image: url('../images/sub-icon.png');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 20px;
  line-height: 130%;
}

.items-title {
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 700;
}

.items-cont-list {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  line-height: 125%;
}

.tabpane-btn-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-chart-img {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.sub-red, .sub-links {
  color: var(--red);
  font-weight: 700;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--1d2940);
  background-color: var(--1d2940);
  border-radius: 10px;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
}

.sub-cell {
  border-bottom: 1px solid var(--1d2940);
  background-color: #fff5e0;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.sub-cell.no-boder {
  border-bottom-style: none;
}

.sub-cell-2 {
  border-bottom: 1px solid var(--1d2940);
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  line-height: 120%;
}

.sub-cell-2.no-boder {
  border-bottom-style: none;
}

.afa {
  background-color: var(--white);
}

.afa-cont {
  max-width: 1100px;
  position: relative;
  top: -70px;
}

.afa-content {
  background-color: #f3fff8;
  border: 3px solid #00b14d;
  border-radius: 20px;
  padding: 20px 40px 60px;
  box-shadow: 0 5px 20px #0003;
}

.afa-blaok-title {
  background-image: url('../images/afa-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
}

.afa-items {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.afa-text-1 {
  color: #f7931e;
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 700;
}

.afa-text-2 {
  text-align: center;
  padding-top: 10px;
}

.afa-btn-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -35px;
}

.follow {
  background-color: #f8f6df;
}

.follow-cont {
  max-width: 1100px;
}

.follow-block {
  justify-content: flex-start;
  align-items: center;
  min-height: 200px;
  display: flex;
}

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

.follow-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.follow-text-1 {
  color: #f7931e;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.footer-cont {
  max-width: 1100px;
}

.footer-content {
  background-color: #1d2940;
}

.footer-text-18 {
  color: #fff;
  width: 50%;
  font-weight: 700;
}

.footer-contact-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.footer-text-13 {
  color: #fff;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

.footer-note-block {
  border-top: 1px solid #425e7f;
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer-note {
  color: var(--white);
  text-align: justify;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.note-title-lock {
  border: 1px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  display: flex;
}

.big-time {
  color: var(--red);
  text-align: center;
  border: 2px #000;
  border-radius: 6px;
  font-size: 40px;
  font-weight: 800;
}

.count-time {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  position: relative;
  bottom: 3px;
}

.fix-item-afa {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

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

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

.sales-organization-title {
  color: var(--1d2940);
  background-image: url('../images/fixed-icon-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 33px;
  border-bottom: 1px solid #ccc;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 0 0 40px;
  font-size: 1.4em;
}

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

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

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

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

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

.cell-3 {
  color: var(--1d2940);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fixed-block {
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 360px;
  display: flex;
  box-shadow: 0 5px 20px #0003;
}

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

.tips-title {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: var(--white);
  background-color: #eab323;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  font-size: 14px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-shadow: 3px 3px 6px #0003;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 700;
}

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

.text-block-6 {
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  line-height: 125%;
}

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

.tips-neko-1 {
  position: absolute;
  inset: -20px auto auto -8%;
}

.tips-2, .tips-3 {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #5201014d;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.note-24b {
  color: #bdd9fc;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

.sub-btn-1 {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/btn-icon-4.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sub-btn-1:hover {
  background-color: var(--1d2940);
}

.sub-btn-2 {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/btn-icon-1.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sub-btn-2:hover {
  background-color: var(--1d2940);
}

.sub-btn-3 {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/btn-icon-5.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sub-btn-3:hover {
  background-color: var(--1d2940);
}

.afa-btn-1 {
  color: var(--white);
  background-color: #00b14d;
  background-image: url('../images/btn-icon-6.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #0003;
}

.afa-btn-1:hover {
  background-color: #1d2940;
}

.afa-btn-2 {
  color: var(--white);
  background-color: #ffbb02;
  background-image: url('../images/btn-icon-6.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #0003;
}

.afa-btn-2:hover {
  background-color: var(--1d2940);
}

.intro-tips-1 {
  border: 1px none var(--white);
  color: #fff;
  background-image: url('../images/intro-neko-q1.png');
  background-position: 95% 0;
  background-repeat: no-repeat;
  background-size: 107px;
  border-radius: 20px;
  width: 250px;
  height: 100px;
  text-decoration: none;
  transition: all .2s;
}

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

.footer-text-18-tel {
  color: #fff;
  text-align: right;
  width: 50%;
  font-weight: 700;
}

.intro-title-img-1-pc {
  position: relative;
  left: -100px;
}

.s2-chart-pad, .s2-chart-mb {
  display: none;
}

.neko {
  display: none;
  position: absolute;
  top: -50px;
  left: 170px;
}

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

.count-block-1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  display: inline-flex;
}

.intro-title-img-1-mb {
  display: none;
  position: relative;
  left: -100px;
}

.kv-slogan {
  padding-bottom: 0;
}

.fixed-item-afa {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

.intro-title-img-2-mb, .intro-chart-mb, .s3-title-img-mb, .s2-title-img-mb {
  display: none;
}

.footer-contact-bloc-1 {
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  display: flex;
}

.footer-contact-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.fund-chart-mb, .sub-chart-mb {
  display: none;
}

.kv-code {
  padding-bottom: 60px;
  display: block;
}

.note-18 {
  color: var(--khaki);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
}

.footer-contact-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-contact-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.line {
  color: #a5bad3;
  padding-left: 5px;
  padding-right: 5px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.div-1-1, .div-1-2 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.radio-btn-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  display: flex;
}

.field-label-1 {
  background-image: url('../images/sub-icon.png');
  background-position: 0 55%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.field-label-1.t1 {
  width: 200px;
}

.field-label-1.t2 {
  width: 80px;
}

.field-label-1.t3 {
  width: 170px;
}

.field-label-1.t4 {
  width: 300px;
}

.div-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.div-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.source-block {
  border: 1px dashed var(--light-grey);
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.source-check-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label-source {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  padding: 10px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.request-title-block {
  color: var(--1d2940);
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}

.request-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.submit-button {
  background-color: var(--1d2940);
  border-radius: 10px;
  width: 300px;
  height: 50px;
  font-size: 23px;
  font-weight: 700;
}

.form-btn-block {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.form-link {
  color: var(--1d2940);
  font-weight: 700;
}

.request-cont {
  max-width: 1100px;
}

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

.note-div {
  border-bottom: 1px solid var(--1d2940);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.form-div {
  padding-left: 20px;
  padding-right: 20px;
}

.checkbox-field {
  margin-bottom: 10px;
  padding-left: 20px;
}

.error-message {
  border-radius: 10px;
}

.success-message {
  background-color: #d7e9ff;
  border-radius: 10px;
}

.commingsoon {
  color: #c4adad;
  font-family: Vollkorn, serif;
  font-size: 48px;
  font-weight: 700;
  position: static;
}

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

.popup-note-title {
  color: var(--1d2940);
  text-align: center;
  border-radius: 17px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 10px 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 130%;
}

.bold-text {
  color: #9e0000;
  -webkit-text-stroke-color: #9e0000;
}

.popup-note-16 {
  text-align: justify;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.popup-note-18 {
  color: #9e0000;
  text-align: justify;
  width: 100%;
  font-size: 1.4rem;
  line-height: 120%;
}

.popup-note-14n {
  text-align: justify;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.popup-note-13 {
  text-align: justify;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

.popup-note-16b {
  color: #184a9b;
  text-align: justify;
  width: 100%;
  text-decoration: underline;
}

.popup-note-div {
  background-color: #f2f2f2;
  border: 5px solid #9e0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 680px;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #0003;
}

.note-date {
  color: #fff;
  background-color: #9e0000;
  border: 1px #ccb091;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 7px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.red-block {
  background-color: var(--1d2940);
  color: var(--white);
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 28px;
  font-size: 17px;
  display: flex;
  position: absolute;
  bottom: -15px;
}

.footer-note-14n {
  color: var(--white);
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}

.rt-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.other-tf {
  color: #000;
  background-color: #f4f4f4;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.commingsoon-short {
  color: #ffc0c0;
  justify-content: center;
  align-items: center;
  height: 528px;
  font-family: Vollkorn, serif;
  font-size: 48px;
  font-weight: 700;
  display: flex;
}

@media screen and (max-width: 991px) {
  .ham-icon {
    opacity: 1;
    background-image: url('../images/menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .ham-close-icon {
    opacity: 0;
    background-image: url('../images/menu-close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    margin-right: 0%;
    padding: 5vh 0 0;
    position: absolute;
  }

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

  .nav-btn.w--open {
    background-color: #dddddd80;
  }

  .nav-item {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    border-left-width: 0;
    width: 80%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 1.2rem;
    display: block;
  }

  .nav-item.last {
    border-bottom-width: 0;
    border-right-width: 0;
  }

  .brand {
    order: 0;
    margin-left: 10px;
    margin-right: auto;
  }

  .navbar.header {
    width: 100vw;
    height: 78px;
  }

  .container.nav-container {
    flex-direction: row;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer {
    padding-bottom: 80px;
  }

  .nav-social-links {
    display: none;
  }

  .nav-social-links.mb-menu {
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .fixed-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    inset: auto 0% 1%;
  }

  .fix-item {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-right: 1px solid var(--light-grey);
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 40px;
    display: flex;
  }

  .fix-item.no-boder {
    border-right-style: none;
  }

  .fixed-item-icon {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .pc-br {
    display: inline;
  }

  .pc-br._02 {
    display: inline-block;
  }

  .fixed-y-dot {
    display: none;
  }

  .kv {
    background-image: url('../images/kv-bgimg-pad.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
  }

  .kv-content-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    padding-top: 40px;
    padding-left: 40px;
  }

  .kv-content-2 {
    width: 30%;
    padding-right: 40px;
  }

  .kv-date {
    top: -33px;
    right: 0;
  }

  .intro-neko {
    bottom: auto;
    left: -30px;
  }

  .intro-title {
    padding-left: 220px;
  }

  .intro-qa-block {
    justify-content: center;
    align-items: center;
  }

  .intro-nek-img {
    max-width: 78%;
    bottom: auto;
    left: -30px;
  }

  .intro-tips-2, .intro-tips-3 {
    width: 30vw;
  }

  .intro-cont-2 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .intro-chart-pc {
    max-width: 113%;
  }

  .intro-des {
    margin-left: auto;
    margin-right: auto;
  }

  .intro-2-note {
    width: 98%;
  }

  .s2-neko {
    top: -400px;
    left: 40px;
  }

  .container-3 {
    max-width: 98%;
  }

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

  .s2-tab-btn1, .s2-tab-btn1.w--current, .s2-tab-btn2, .s2-tab-btn2.w--current, .s2-tab-btn3, .s2-tab-btn3.w--current {
    background-position: 50% 0;
    background-size: contain;
  }

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

  .container-4 {
    max-width: 98%;
  }

  .s3-chart-note-1 {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 10px;
  }

  .tabpane {
    overflow: hidden;
  }

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

  .s3-chart-note-3 {
    bottom: 10px;
  }

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

  .long-background {
    overflow: hidden;
  }

  .media-block {
    background-image: url('../images/media-title.png'), url('../images/media-bg.png');
    background-position: 40px 20px, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 190px, auto;
    width: 100%;
    padding-top: 60px;
  }

  .youtube-block {
    background-image: url('../images/youtube-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 728px;
    height: 418px;
  }

  .swiper-block {
    padding-left: 0;
  }

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

  .swiper-btn-prev {
    left: 15px;
  }

  .swiper-btn-next {
    right: 15px;
  }

  .gradient-l {
    display: none;
  }

  .jpball-3 {
    display: inline-block;
    top: -100px;
    right: -100px;
  }

  .fund-profile {
    overflow: hidden;
  }

  .torii {
    left: 40px;
  }

  .fund-cont {
    max-width: 98%;
  }

  .fund-btn-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .fund-neko {
    max-width: 40%;
    top: -100px;
    left: -45px;
  }

  .sub-tabmenu-btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
  }

  .sub-tabmenu-btn.w--current {
    font-size: 21px;
  }

  .sub-tabmenu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content {
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabpane-cont-items {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .items-cont {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .items-title {
    font-size: 18px;
  }

  .items-cont-list, .sub-cell, .sub-cell-2 {
    font-size: 16px;
  }

  .afa-cont {
    max-width: 98%;
  }

  .afa-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .afa-items {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .follow-cont {
    max-width: 98%;
  }

  .follow-block-1 {
    width: 60%;
  }

  .follow-block-2 {
    padding-left: 20px;
  }

  .footer-cont {
    max-width: 96%;
  }

  .footer-text-18 {
    width: 75%;
  }

  .big-time {
    font-size: 40px;
    line-height: 40px;
  }

  .count-time {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 33px;
  }

  .fix-item-afa {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 13%;
    height: 80px;
    display: flex;
  }

  .fixed-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    height: 60px;
  }

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

  .intro-tips-1 {
    width: 30vw;
  }

  .footer-text-18-tel {
    width: 30%;
  }

  .intro-title-img-1-pc {
    left: 0;
  }

  .s2-chart-pad {
    display: inline-block;
  }

  .s2-tabs, .s3-tabs {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .japanese {
    max-width: 77%;
  }

  .neko {
    max-width: 45%;
    display: inline-block;
    top: -240px;
    left: 100px;
  }

  .s3-chart-pad {
    display: inline-block;
  }

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

  .intro-title-img-1-mb {
    left: 0;
  }

  .fixed-item-afa {
    max-width: 120%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .intro-chart-mb {
    max-width: 113%;
  }

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

  .kv-code {
    padding-bottom: 0;
  }

  .checkbox-label, .checkbox-label-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .ham-icon {
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .ham-close-icon {
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-menu {
    width: 100vw;
    height: 100vh;
    padding-bottom: 5vh;
  }

  .nav-btn {
    padding: 21px;
  }

  .brand {
    background-size: contain;
    width: 160px;
  }

  .container {
    flex-flow: column;
    align-items: flex-start;
    padding-left: .9em;
    padding-right: .9em;
  }

  .footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 80px;
  }

  .fixed-bar {
    bottom: 1%;
  }

  .fix-item {
    height: 40px;
    padding-top: 0;
  }

  .fix-item.no-boder {
    padding-top: 0;
  }

  .fixed-item-icon {
    width: 8vw;
    display: none;
  }

  .fixed-text {
    font-size: 4.5vw;
  }

  .kv {
    background-position: 55%;
    background-size: cover;
    height: 800px;
    overflow: hidden;
  }

  .kv-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .kv-content-1 {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-left: 0;
  }

  .kv-content-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-right: 0;
    position: relative;
  }

  .kv-date {
    max-width: 33%;
    position: absolute;
    inset: auto 4% -18% auto;
  }

  .intro-neko {
    width: 70%;
    top: 162px;
    left: 15px;
  }

  .intro-title {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 0;
  }

  .intro-qa-block {
    background-color: #a50f15;
    position: relative;
  }

  .intro-nek-img {
    max-width: 100%;
  }

  ._3edges {
    overflow: visible;
  }

  .intro-q-text {
    font-size: 20px;
    display: inline-block;
  }

  .intro-tips-2 {
    background-position: 100% 100%;
    background-size: 114px;
    height: 210px;
  }

  .intro-tips-3 {
    background-position: 100% 100%;
    background-size: 100px;
    height: 210px;
  }

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

  .intro-des {
    text-align: center;
    background-position: 50% 0;
    background-size: 32px;
    margin: 0;
    padding-top: 40px;
    padding-left: 0;
    font-size: 5vw;
  }

  .s2-neko {
    top: -420px;
    left: 0;
  }

  .s2-tab-content {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .s2-chart {
    height: 580px;
  }

  .s2-chart.p2 {
    height: 540px;
  }

  .s2-chart.p3 {
    height: 550px;
  }

  .s2-tab-btn1 {
    background-image: url('../images/s2-tab-1a-mb.png');
    background-size: cover;
    width: 130px;
    min-width: 120px;
    height: 80px;
  }

  .s2-tab-btn1.w--current {
    background-image: url('../images/s2-tab-1b-mb.png');
    background-size: cover;
    width: 130px;
    min-width: 120px;
    height: 80px;
  }

  .s2-tabmenu {
    z-index: 9;
    justify-content: space-around;
    max-width: 390px;
    padding-bottom: 0;
    position: sticky;
    top: 80px;
  }

  .s2-tab-btn2 {
    background-image: url('../images/s2-tab-2a-mb.png');
    background-size: cover;
    width: 130px;
    min-width: 120px;
    height: 80px;
  }

  .s2-tab-btn2.w--current {
    background-image: url('../images/s2-tab-2b-mb.png');
    background-size: cover;
    height: 80px;
  }

  .s2-tab-btn3 {
    background-image: url('../images/s2-tab-3a-mb.png');
    background-size: cover;
    width: 130px;
    min-width: 120px;
    height: 80px;
  }

  .s2-tab-btn3.w--current {
    background-image: url('../images/s2-tab-3b-mb.png');
    background-size: cover;
    height: 80px;
  }

  ._4feature {
    padding-top: 60px;
  }

  .count {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 15px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 360px;
    height: 85px;
    padding: 10px;
    font-size: 18px;
    top: auto;
    bottom: -40px;
  }

  .count-btn {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 60px;
    padding-left: 0;
    font-size: 21px;
  }

  ._4festure-fundname {
    border-top: 1px solid var(--khaki);
    border-bottom: 1px solid var(--khaki);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 6vw;
    top: auto;
  }

  ._4festure-fundname-note {
    font-size: 6vw;
  }

  .tab-link-tab-1 {
    box-shadow: none;
    background-image: url('../images/s3-tab-1a-mb.png');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
    width: 100px;
    min-width: 90px;
    height: 80px;
  }

  .tab-link-tab-1.w--current {
    box-shadow: none;
    background-image: url('../images/s3-tab-1b-mb.png');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
    width: 100px;
    min-width: 90px;
    height: 80px;
  }

  .tab-link-tab-2 {
    box-shadow: none;
    background-image: url('../images/s3-tab-2a-mb.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    width: 100px;
    min-width: 90px;
    height: 80px;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--transparent);
    background-image: url('../images/s3-tab-2b-mb.png');
    background-size: cover;
  }

  .tab-link-tab-3 {
    box-shadow: none;
    background-image: url('../images/s3-tab-3a-mb.png');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
    width: 100px;
    min-width: 90px;
    height: 80px;
  }

  .tab-link-tab-3.w--current {
    background-color: var(--transparent);
    background-image: url('../images/s3-tab-3b-mb.png');
  }

  .tab-link-tab-4 {
    box-shadow: none;
    background-image: url('../images/s3-tab-4a-mb.png');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
    width: 100px;
    min-width: 90px;
    height: 80px;
  }

  .tab-link-tab-4.w--current {
    background-color: var(--transparent);
    background-image: url('../images/s3-tab-4b-mb.png');
  }

  .s3-tabmenu {
    z-index: 9;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 15px;
    max-width: 390px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 85px;
    box-shadow: 0 5px 10px #0003;
  }

  .container-4 {
    max-width: 100%;
  }

  .tabpane {
    min-height: 680px;
  }

  .tabpane.p1, .tabpane.p2 {
    min-height: 620px;
  }

  .tabpane.p4 {
    min-height: 660px;
  }

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

  .s3-chart-note-4 {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 10px;
  }

  .s3-tab-content {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .chart-block {
    position: relative;
  }

  .long-background {
    overflow: visible;
  }

  .media-block {
    background-position: 15px 20px, 50%;
    border-radius: 0;
    height: auto;
    padding-bottom: 20px;
  }

  .media-menu, .media-menu.w--current, .media-menu.center, .media-menu.short {
    width: 120px;
    font-size: 17px;
  }

  .youtube-block {
    width: 349px;
    height: 202px;
    padding: 5px 3px 5px 5px;
  }

  .youtube {
    border-radius: 7px;
  }

  .swiper-block {
    display: flex;
  }

  .swiper.myswiper {
    width: 100%;
  }

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

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

  .swiper-btn-prev {
    top: 40%;
    bottom: auto;
    left: 10px;
  }

  .swiper-btn-next {
    top: 40%;
    bottom: 0;
    right: 10px;
  }

  .gradient-r {
    display: none;
  }

  .jpball-3 {
    display: none;
    top: 390px;
  }

  .jpball-2 {
    top: 150px;
  }

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

  .fund-chart-1 {
    border: 2px solid #b81c2c;
    overflow: hidden;
    box-shadow: 0 5px 20px #0003;
  }

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

  .fund-btn-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .fund-neko {
    display: none;
  }

  .sub-tabmenu-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: inline-flex;
  }

  .sub-tabmenu-btn.w--current {
    font-size: 16px;
  }

  .items-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

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

  .tabpane-btn-block {
    flex-flow: column;
  }

  .sub-cell {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .sub-cell-2 {
    font-size: 15px;
  }

  .afa {
    overflow: hidden;
  }

  .afa-cont {
    max-width: 94%;
    padding-top: 40px;
    padding-bottom: 20px;
    top: 0;
  }

  .afa-content {
    position: relative;
  }

  .afa-text-1 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 21px;
    line-height: 120%;
    display: inline-flex;
  }

  .afa-text-2 {
    font-size: 15px;
  }

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

  .follow-cont {
    padding: 20px 10px;
  }

  .follow-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .follow-block-1 {
    width: 100%;
    padding-bottom: 20px;
  }

  .footer-text-18 {
    width: 100%;
  }

  .footer-contact-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .footer-text-13 {
    width: 100%;
    padding-bottom: 6px;
  }

  .big-time {
    text-align: center;
    border: 1px #d5c4c4;
    padding-left: 5px;
    padding-right: 0;
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
  }

  .count-time {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
    font-style: normal;
    line-height: 37px;
  }

  .fix-item-afa {
    height: 80px;
    padding-top: 0;
  }

  .other-sales {
    width: 94%;
  }

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

  .sales-organization-block {
    width: 95%;
    padding: 0 10px 0;
  }

  .close-btn-2.bank {
    top: -10px;
    right: -10px;
  }

  .cell-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .tips-1 {
    display: none;
  }

  .tips-block {
    padding-left: 20px;
  }

  .text-block-5 {
    padding-right: 20px;
    line-height: 120%;
  }

  .tips-content {
    width: 95%;
  }

  .text-block-6 {
    padding-left: 50px;
  }

  .tips-2, .tips-3 {
    display: none;
  }

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

  .afa-btn-1, .afa-btn-2 {
    background-size: 30px;
    padding-left: 10px;
    font-size: 20px;
  }

  .intro-tips-1 {
    background-position: 100% 100%;
    background-size: 110px;
    height: 210px;
  }

  .footer-text-18-tel {
    text-align: left;
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
  }

  .intro-title-img-1-pc, .s2-chart-pad {
    display: none;
  }

  .s3-tabs {
    width: 100%;
  }

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

  .japanese {
    max-width: 20%;
  }

  .neko {
    max-width: 78%;
    top: -235px;
    left: 85px;
  }

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

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

  .count-block-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-7 {
    flex-flow: column;
  }

  .intro-title-img-1-mb {
    display: inline-flex;
  }

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

  .fixed-item-afa {
    max-width: 130%;
  }

  .intro-title-img-2-pc {
    display: none;
  }

  .intro-title-img-2-mb, .intro-chart-mb {
    display: inline-flex;
  }

  .s3-title-img-pc {
    display: none;
  }

  .s3-title-img-mb {
    display: inline-flex;
  }

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

  .s2-title-img-mb {
    display: inline-flex;
  }

  .footer-contact-bloc-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 10px;
  }

  .footer-contact-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .afa-title-img {
    max-width: 120%;
    position: relative;
    top: 18px;
    left: -40px;
  }

  .text-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .sub-tab-title-img {
    max-width: 66%;
  }

  .fund-chart-mb {
    display: inline-block;
    overflow: hidden;
  }

  .sub-chart-mb, .text-span-3, .text-span-4 {
    display: inline-flex;
  }

  .footer-contact-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-contact-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-1-1, .div-1-2 {
    width: 100%;
  }

  .div-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .field-label-1 {
    font-size: 18px;
  }

  .field-label-1.t1 {
    width: 170px;
  }

  .field-label-1.t3 {
    width: 150px;
  }

  .field-label-1.t4 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .checkbox-1 {
    font-size: 15px;
  }

  .div-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .source-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .source-check-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .field-label-source {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .request-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-div {
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-field, .checkbox-field-2 {
    font-size: 16px;
  }

  .commingsoon {
    justify-content: center;
    align-items: center;
    font-size: 24px;
    display: flex;
  }

  .popup-note {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .popup-note-title {
    text-align: center;
    background-image: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 120%;
    display: inline-flex;
  }

  .popup-note-16 {
    font-size: 15px;
  }

  .popup-note-18 {
    font-size: 1.1rem;
  }

  .popup-note-14n {
    font-size: 13px;
  }

  .popup-note-13 {
    font-size: 12px;
  }

  .popup-note-div {
    width: 95%;
    padding: 0 10px 0;
  }

  .note-red-bllod {
    color: var(--red);
    font-weight: 700;
  }

  .rt-div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .commingsoon-short {
    color: #df7a7a;
    justify-content: center;
    align-items: center;
    height: 202px;
    font-family: Vollkorn, serif;
    font-size: 24px;
    font-weight: 400;
  }

  .tabs-content-2 {
    overflow: hidden;
  }
}

#w-node-_9d14df75-872a-8b95-300b-6697d7693c87-670df25a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-d635b3f8-700b-7bfc-a5bd-a3944578d725-670df25a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_8ff1e258-4d1d-740c-8d28-6fabf60e719c-670df25a {
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_1b702e14-7765-bca6-d595-39875eb80d86-670df25a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_31ac3e00-9c47-84d0-7a39-10c7aad543df-670df25a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_217f4d3d-4b4d-a8f4-da07-456c84657cd3-670df25a {
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_102357bd-215b-64db-5a13-46fbddae57bf-670df25a {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_9d14df75-872a-8b95-300b-6697d7693c87-670df25a {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-d635b3f8-700b-7bfc-a5bd-a3944578d725-670df25a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-_8ff1e258-4d1d-740c-8d28-6fabf60e719c-670df25a {
    grid-template-rows: auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-_1b702e14-7765-bca6-d595-39875eb80d86-670df25a {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-_31ac3e00-9c47-84d0-7a39-10c7aad543df-670df25a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-_217f4d3d-4b4d-a8f4-da07-456c84657cd3-670df25a {
    grid-template-rows: auto;
    grid-template-columns: 80px 1fr;
  }
}


