:root {
  --53b3af: #53b3af;
  --white: white;
  --c8332a: #c8332a;
  --black: black;
  --dark-slate-blue: #004397;
  --1d8380: #1d8380;
  --white-smoke: #f5f3ef;
  --gd-v1-02: #ef5a40;
  --962324: #962324;
  --navajo-white: #facd7e;
  --gd-v1-01: #f37956;
  --red: #e73828;
  --tomato: #f34c3d;
  --sienna: #b74f29;
  --crimson: #d33339;
  --878788: #878788;
  --004397: #004397;
  --009bc8: #009bc8;
  --transparent: #fff0;
  --cornflower-blue: #5b98d2;
  --orange: #e39300;
  --firebrick: #bc1b21;
  --gd-v1-03: #db5528;
  --gd-v2-01: #3a72b8;
  --gd-v2-02: #3a4992;
  --767591: #767591;
  --f6f188: #f6f188;
  --ffff00: yellow;
  --sea-green: #008060;
  --046e59: #046e59;
  --e7f8fc: #e7f8fc;
  --794807: #794807;
  --c2922f: #c2922f;
}

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

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

.container {
  z-index: 1;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.container.thx {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kv-link-item {
  color: #222;
  border-bottom: 4px solid #eb5846;
  width: 33%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  text-decoration: none;
  transition: color .2s;
}

.kv-link-item:hover {
  color: #fc7700;
}

.section-kv {
  background-image: url('../images/kv-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 880px;
  display: flex;
  position: relative;
}

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

.note.fund {
  text-align: justify;
}

.note.buffet {
  padding-right: 100px;
}

.note.slide {
  margin-top: 40px;
}

.name-block {
  text-align: left;
  height: 40px;
  margin-bottom: 15px;
  display: flex;
}

.note-3 {
  text-align: center;
  max-width: 920px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.4;
}

.note-3.form-note {
  margin-top: 5px;
}

.legal-ok {
  color: #de4045;
  text-decoration: underline;
}

.gender-block {
  text-align: left;
  align-items: center;
  height: 40px;
  margin-bottom: 15px;
  display: flex;
}

.legal-content-2 {
  color: #555;
  background-color: #fff6f6;
  height: auto;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
}

.btn-send {
  background-color: #e73828;
  border-radius: 99px;
  flex: 1;
  width: 200px;
  max-width: 250px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  position: relative;
}

.btn-send:hover {
  background-color: #fa4838;
}

.form {
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.contact-col-01 {
  flex-direction: column;
  flex: none;
  width: 49%;
  display: inline-block;
}

.checkbox {
  margin-right: 7px;
}

.text-field {
  width: 100%;
}

.radio-button-field {
  margin-right: 20px;
}

.contact-col-04 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.client-block {
  margin-bottom: 15px;
  display: flex;
}

.legal-paragraph {
  text-align: justify;
  margin-bottom: 0;
  padding: 10px;
}

.contact-col-03 {
  width: 100%;
  margin-top: 20px;
}

.contact-block {
  border: 1px solid var(--53b3af);
  background-color: var(--white);
  border-radius: 0 0 15px 15px;
  padding: 60px 60px 40px;
}

.mail-block {
  text-align: left;
  height: 40px;
  display: flex;
}

.contact-col-02 {
  flex: none;
  width: 49%;
  display: inline-block;
}

.time_block-2 {
  display: flex;
}

.checkbox-field {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tel-block {
  text-align: left;
  height: 40px;
  display: flex;
}

.field-label {
  align-self: center;
  width: 60px;
}

.field-label._02 {
  text-align: left;
  width: 120px;
}

.section-contact {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.footer {
  background-color: #efefef;
  padding-top: 100px;
  padding-bottom: 100px;
}

.co-social-link {
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 10px;
  display: flex;
}

.footer-right-col {
  padding-left: 0;
  padding-right: 0;
}

.red {
  color: var(--c8332a);
}

.red.bold {
  font-weight: 700;
}

.footer-co-block.bt-1px {
  border-top: 1px solid #b2b2b2;
  margin-top: 40px;
  padding-top: 10px;
}

.co-block {
  text-align: left;
}

.co-add {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.co-tel {
  color: #cc0d29;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.footer-left-col {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-left-col.verti-center {
  align-items: center;
  height: 50px;
}

.footer-text {
  color: var(--black);
  text-align: justify;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.co-link {
  margin-bottom: 9px;
  margin-left: 9px;
  margin-right: 9px;
  display: block;
}

.co-name {
  font-size: 24px;
  font-weight: 700;
}

.co-name.subslogan {
  color: #474747;
  letter-spacing: .3em;
  font-size: 18px;
  font-weight: 400;
}

.body {
  color: #1a1a1a;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.body.popup {
  background-image: linear-gradient(#000c, #000c), url('../images/kv-blur.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

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

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

.nav-menu {
  align-items: center;
  width: 700px;
  margin-left: auto;
  display: flex;
}

.brand {
  background-image: url('../images/Group-37487.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  width: 210px;
  height: 78px;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-item {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.nav-item:hover, .nav-item.w--current {
  color: #e11b3a;
}

.nav-item.nav-ask {
  background-color: var(--gd-v1-02);
  background-image: linear-gradient(90deg, var(--c8332a), var(--962324));
  color: #fff;
  border-radius: 99px;
  padding: 4px 30px;
  font-weight: 700;
  line-height: 1.9rem;
}

.nav-item.nav-ask:hover {
  box-shadow: none;
  color: #fff;
  background-color: #f84646;
}

.logo-img {
  width: 210px;
  height: 156px;
  margin-top: -78px;
}

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

.fixed-link-block {
  z-index: 9;
  border: 2px solid var(--gd-v1-01);
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.fixed-link-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.fixed-link-item._03 {
  border-top: 1px solid #f37956;
  margin-top: 0;
  padding-top: 20px;
}

.fixed-link-item._02 {
  border-top: 1px solid var(--gd-v1-01);
  margin-top: 0;
  padding-top: 20px;
}

.section-thx {
  background-image: url('../images/sec-bg-04.svg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 100vh;
  min-height: 720px;
  display: flex;
}

.thankyou-img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thankyou-text {
  margin-top: 20px;
}

.thankyou-text.bold {
  letter-spacing: 2px;
  font-weight: 700;
}

.thankyou-link-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.thx-link {
  border: 1px solid var(--red);
  background-color: var(--white);
  color: var(--red);
  text-align: center;
  border-radius: 99px;
  min-width: 220px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
}

.thx-link.red-btn {
  background-color: var(--red);
  color: var(--white);
}

.thx-img {
  width: 300px;
  height: 225px;
}

.thx-h2 {
  letter-spacing: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.kv-block-1 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.block-title {
  text-align: center;
  width: 80%;
  margin: 60px auto;
  position: relative;
}

.block-title.video {
  margin-bottom: 20px;
}

.fixed-links {
  z-index: 10;
  margin-right: 20px;
  position: fixed;
  inset: 35% 0% auto auto;
}

.section-popup {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  inset: 0%;
}

.popup-block {
  background-color: var(--white-smoke);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 1110px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.backto-index-btn {
  z-index: 99;
  background-color: #e63927;
  background-image: url('../images/cancel2x-8_1cancel@2x-8.png');
  background-position: 60% 30%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 99px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.accordion-toggle {
  background-color: #f0f0f0;
  background-image: linear-gradient(#e6e6e6, #fff);
  border-radius: 99px;
  align-items: center;
  height: 80px;
  display: flex;
  box-shadow: 0 5px 4px #eeedea;
}

.accordion-item {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.accordion-p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.accordion-text-number {
  background-color: var(--tomato);
  color: var(--white);
  text-align: center;
  border-radius: 99px;
  width: 40px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 26px;
}

.accordion-text-block {
  display: flex;
}

.q-accordion-block {
  z-index: 2;
  position: relative;
}

.accordion-text {
  font-size: 21px;
}

.popup-menu {
  z-index: 99;
  border-bottom: 1px solid var(--sienna);
  background-color: #f5f3ef;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.popup-menu-item {
  background-image: linear-gradient(to bottom, var(--red), var(--red));
  color: var(--white);
  text-align: center;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.popup-menu-item.un-current {
  color: #1a1a1a;
  background-image: none;
}

.popup-menu-item.red {
  background-color: #e63927;
  background-image: none;
}

.popup-container {
  max-width: 900px;
  position: relative;
}

.popup-h1 {
  margin-top: 0;
  font-weight: 300;
}

.popup-subtext {
  font-size: 20px;
}

.popup-init-btn {
  background-color: var(--red);
  color: var(--white);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.popup-init-btn:hover {
  background-color: var(--crimson);
}

.popup-init-btn.gtm-card-open:hover, .popup-init-btn.gtm-paper-open:hover, .popup-init-btn.gtm-web-open:hover {
  background-color: var(--tomato);
}

.popup-title-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.fixed-link-text {
  color: var(--black);
  padding-top: 5px;
  font-weight: 400;
}

.popup-menu-block {
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.popup-menu-tag {
  border-radius: 99px;
  display: none;
  overflow: hidden;
}

.popup-tag {
  color: var(--white);
  text-align: center;
  background-color: #e63927;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.popup-tag.not {
  color: var(--sienna);
  background-color: #ffdea3;
}

.link-underline-red {
  color: var(--red);
}

.accordion-list-item {
  margin-bottom: 5px;
}

.accordion-list {
  font-size: 18px;
  line-height: 1.6;
  list-style-type: decimal;
}

.popup-agency-p {
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}

.accordion-img {
  margin-bottom: 20px;
}

.brown {
  color: var(--sienna);
}

.fixed-link-contact {
  border: 2px none var(--white);
  background-color: var(--red);
  background-image: linear-gradient(180deg, var(--c8332a), var(--gd-v1-01));
  color: var(--white);
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.bold-text, .bold-text-2 {
  color: var(--tomato);
}

.popup-h1-tag {
  background-color: var(--tomato);
  color: var(--white);
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: inline-block;
}

.kv-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  margin-top: 220px;
  display: flex;
}

.bold {
  font-weight: 700;
}

.contact-info {
  background-image: linear-gradient(to right, #c30d23, #e95513);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90px;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-info.open {
  border-radius: 99px;
  width: 100%;
}

.contact-info.open.hide, .contact-info.none {
  display: none;
}

.h3 {
  font-size: 24px;
  font-weight: 700;
}

.h3.w {
  color: var(--white);
}

.contact-hr {
  width: 24px;
  height: 63px;
  margin-left: 1em;
  margin-right: 1em;
}

.contact-info-text {
  color: var(--white);
  text-align: left;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.contact-info-text.open {
  max-width: 57%;
}

.font-24 {
  font-size: 1.5em;
}

.font-24.y, .yellow {
  color: #ff0;
}

.kv-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  margin-top: 20px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.kv-fund-name {
  font-weight: 700;
}

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

.block-main {
  background-image: url('../images/funnel-bg.jpg'), url('../images/cloud-bg.jpg');
  background-position: 50% 100%, 50% 200px;
  background-repeat: no-repeat, no-repeat;
  background-size: 1920px, 1920px;
  position: relative;
}

.section-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 220px;
  position: relative;
}

.section-1 {
  max-width: 1200px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}

.block-video {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.text-block-2 {
  background-image: linear-gradient(90deg, var(--53b3af), var(--1d8380));
  color: var(--white);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 2em;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.video-block {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.youtube-block {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 10px;
  display: flex;
}

.s4-chart-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.chart-img-pc {
  background-color: #fff;
}

.tabs-content-v1 {
  width: 1110px;
  min-height: 530px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

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

.section-tabs {
  background-image: url('../images/slide-bg.png');
  background-position: 50% 87px;
  background-repeat: no-repeat;
  background-size: 1160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-link {
  background-color: var(--white);
  color: var(--1d8380);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.tab-link.w--current {
  border-color: var(--53b3af);
  background-image: linear-gradient(90deg, var(--53b3af), var(--1d8380));
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link.hide {
  display: none;
}

.section-chart-menu {
  border: 2px solid var(--53b3af);
  background-color: #fff;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.tab-prev {
  z-index: 2;
  background-image: url('../images/Group-31969.svg'), linear-gradient(180deg, var(--53b3af), var(--1d8380));
  cursor: pointer;
  background-position: 50% 55%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 0 0 40px 40px;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 40% auto auto 0%;
  transform: rotate(90deg);
}

.tab-prev.video {
  background-image: url('../images/Group-31969.svg'), linear-gradient(180deg, var(--53b3af), var(--1d8380));
  background-position: 50% 55%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  top: 39%;
}

.tab-next {
  z-index: 2;
  background-image: url('../images/Group-31969.svg'), linear-gradient(180deg, var(--53b3af), var(--1d8380));
  cursor: pointer;
  background-position: 50% 55%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 0 0 40px 40px;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 40% 0% auto auto;
  transform: rotate(-90deg);
}

.tab-next.video {
  background-position: 50% 54%, 0 0;
  top: 39%;
}

.chart-img-block {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.section-tab-block {
  margin-top: 60px;
  position: relative;
}

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

.fund-btns {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.fund-btn-link {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#c32824, #b62524);
  border-radius: 99px;
  width: 12em;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
}

.fund-btn-link:hover {
  background-color: #fa4838;
}

.kv-short-name {
  text-align: center;
  margin-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 35px;
  font-weight: 700;
}

.kv-name-block {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.kv-fund-name-block {
  font-size: 30px;
}

.section-chart-more {
  margin-top: 40px;
}

.section-chart-more-block {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-slider-pc {
  background-color: var(--transparent);
  height: 640px;
  transition: all .2s;
  overflow: visible;
}

.video-mask {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  overflow: visible;
}

.video-item {
  border-radius: 20px;
  width: 100%;
  max-width: 960px;
  height: 100%;
  max-height: 540px;
  overflow: hidden;
}

.video-item.vertical {
  width: 270px;
  height: 480px;
}

.video-text {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  font-weight: 700;
}

.video-slide-1 {
  width: 100%;
  height: 640px;
}

.video-slide-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--cornflower-blue);
  background-color: var(--53b3af);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  bottom: 0;
}

.youtube-item-block {
  background-image: linear-gradient(180deg, var(--53b3af), var(--1d8380) 99%, var(--009bc8));
  border: 2px solid #50c1e2;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  max-height: 540px;
  padding: 20px 20px 10px;
  display: flex;
}

.youtube-item-block-v {
  background-image: linear-gradient(180deg, var(--004397), #0c6ba4);
  border: 2px solid #50c1e2;
  border-radius: 20px;
  padding: 20px;
}

.fund-detail-block {
  justify-content: space-between;
  width: 100%;
  max-width: 1110px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fund-industry-title {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.video-slider-mb {
  background-color: var(--transparent);
  height: auto;
  display: none;
  overflow: hidden;
}

.video-slide-1mb {
  width: 100%;
}

.video-mask-mb {
  width: 1200px;
  height: auto;
}

.section-chart-more-mb, .fund-title-img-mb, .fund-industry-img-mb {
  display: none;
}

.video-slide-2 {
  width: 100%;
  height: 680px;
}

.kv-short-name-block {
  align-items: center;
  display: flex;
}

.kv-short-name-tag {
  background-image: linear-gradient(180deg, var(--c8332a), var(--962324));
  color: #fff;
  padding: 5px 20px;
  font-size: 14px;
}

.kv-num {
  transform-origin: 0%;
  letter-spacing: -5px;
  transform-style: preserve-3d;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  transform: scale3d(1.2, 1, 1);
}

.kv-num.t-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d5352a, #c72723 40%, #b62424 80%, #9f2324);
  -webkit-background-clip: text;
  background-clip: text;
}

.kv-slogan {
  font-size: 40px;
  font-weight: 700;
}

.buffet-block {
  background-image: url('../images/buffet-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 200px;
}

.sec-h1 {
  color: #d5342a;
  font-size: 42px;
}

.sec-h1.slide-01 {
  text-align: center;
  margin-top: 60px;
}

.sec-h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.container-1200 {
  max-width: 1200px;
}

.buffet-chart {
  margin-top: 40px;
  position: relative;
}

.buffet-img {
  position: absolute;
  inset: 0% 0% auto auto;
}

.buffet-chart-img {
  position: relative;
}

.buffet-chart-img.mb, .mountain-img.mb {
  display: none;
}

.buffet-say-block {
  justify-content: flex-end;
  align-items: center;
  width: 440px;
  height: 145px;
  display: flex;
  position: absolute;
  inset: -170px 0% auto auto;
}

.buffet-say-text {
  color: var(--1d8380);
  font-size: 24px;
}

.section-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-kv {
    background-position: 38% 100%;
    background-size: 1400px;
    height: 730px;
  }

  .note {
    text-align: justify;
    max-width: 768px;
  }

  .note.fund {
    width: 99%;
    margin-top: 1.5em;
  }

  .btn-send {
    width: 150px;
  }

  .contact-col-01 {
    text-align: left;
    width: 48%;
    margin-right: 4%;
  }

  .radio-button-field {
    align-items: center;
    display: flex;
  }

  .contact-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-col-02 {
    width: 48%;
  }

  .field-label {
    width: 9vw;
  }

  .section-contact {
    padding-top: 4em;
  }

  .footer {
    padding: 3em 20px 5em;
  }

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

  .ham-close-icon {
    opacity: 0;
    background-image: url('../images/times-solid.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: var(--dark-slate-blue);
    width: 50vw;
    margin-top: 79px;
    padding: 5vh 0 0;
    position: absolute;
  }

  .nav-btn {
    background-color: #053074;
    width: 78px;
    height: 78px;
    overflow: hidden;
  }

  .nav-btn.w--open {
    background-color: var(--dark-slate-blue);
  }

  .brand {
    background-position: 0 0;
    flex: 1;
    order: 0;
  }

  .ham-icon {
    opacity: 1;
    background-image: url('../images/bars-solid.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;
  }

  .nav-item {
    color: var(--white-smoke);
    text-align: center;
    border-bottom: 1px solid #ffffff40;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: block;
  }

  .nav-item:hover {
    color: var(--white-smoke);
  }

  .nav-item.w--current {
    color: #ffc800;
  }

  .nav-item.nav-ask {
    width: 250px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-item.nav-ask:hover {
    color: var(--navajo-white);
    background-color: #e73828;
  }

  .fixed-link-block {
    border-width: 0;
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .fixed-link-item {
    background-image: none;
    border-width: 0;
    border-radius: 0;
    flex-direction: row;
    flex: 1;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .fixed-link-item._03, .fixed-link-item._02 {
    border-left: 1px solid var(--red);
    border-top-width: 0;
    flex: 1;
    padding-top: 0;
  }

  .kv-block-1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: 20px;
  }

  .block-title {
    width: 94vw;
    margin-bottom: 40px;
  }

  .fixed-links {
    border-top: 1px solid var(--red);
    justify-content: space-around;
    margin-right: 0;
    display: flex;
    inset: auto 0% 0%;
  }

  .section-popup {
    padding: 20px;
  }

  .popup-block {
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .accordion-text-block {
    width: 95%;
    line-height: 1.3;
  }

  .accordion-text {
    white-space: break-spaces;
  }

  .popup-menu {
    border-radius: 20px 20px 0 0;
  }

  .fixed-link-contact {
    border-width: 0;
    border-radius: 0;
    flex-direction: row;
    width: 40%;
    height: 60px;
  }

  .fixed-icon {
    margin-right: 10px;
  }

  .kv-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 768px;
    margin-top: 120px;
  }

  .mb-none {
    display: none;
  }

  .contact-info {
    width: 98%;
  }

  .h3 {
    font-size: 1.2em;
  }

  .contact-hr {
    margin-left: .25em;
    margin-right: .25em;
  }

  .contact-info-text {
    font-size: 1em;
  }

  .kv-block-2 {
    margin-left: 20px;
  }

  .kv-fund-note {
    line-height: 36px;
  }

  .block-main {
    background-size: 1300px, 1920px;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section-fund {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-video {
    background-position: 50% 0;
  }

  .video-block {
    background-image: none;
    width: 768px;
    margin-top: 0;
    padding-top: 28px;
  }

  .youtube-block {
    flex-flow: column;
    width: 768px;
    min-height: 500px;
  }

  .chart-img-pc {
    border-radius: 10px;
    overflow: hidden;
  }

  .tabs-content-v1 {
    width: 100%;
    min-height: 380px;
  }

  .section-tabs {
    background-position: 50% 97px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .tab-link {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.2vw;
  }

  .tab-link.w--current {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-chart-menu {
    justify-content: space-between;
    width: 100%;
    max-width: 330px;
    margin-top: 0;
    margin-right: auto;
  }

  .tab-prev {
    background-size: 15px 15px, auto;
    width: 4vw;
    height: 3vw;
    top: 37%;
  }

  .tab-prev.video {
    background-color: red;
    background-image: url('../images/Group-31969.svg'), linear-gradient(180deg, var(--004397), var(--009bc8));
    background-position: 50% 55%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    border-radius: 25px;
    width: 50px;
    display: block;
    position: absolute;
    top: 44%;
    left: 1%;
  }

  .tab-next {
    background-size: 15px 15px, auto;
    width: 4vw;
    height: 3vw;
    top: 37%;
  }

  .tab-next.video {
    text-align: left;
    background-position: 50% 55%, 0 0;
    border-radius: 25px;
    justify-content: flex-end;
    width: 50px;
    display: block;
    top: 44%;
    right: 1%;
  }

  .chart-img-block {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-tab-block {
    max-width: 873px;
    margin-left: auto;
    margin-right: auto;
  }

  .fund-btns {
    width: 90%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }

  .fund-btn-link {
    font-size: 1em;
  }

  .kv-short-name {
    max-width: none;
    font-size: 4vw;
  }

  .kv-name-block {
    flex-flow: column;
  }

  .kv-fund-name-block {
    font-size: 3.5vw;
  }

  .section-chart-more-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-slider-pc {
    display: none;
  }

  .video-item {
    border-radius: 15px;
    width: 640px;
    height: 360px;
  }

  .video-item.vertical {
    border-radius: 15px;
    width: 416px;
    height: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-text {
    text-align: center;
  }

  .video-slide-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 170px;
    display: flex;
    position: relative;
    bottom: auto;
  }

  .youtube-item-block {
    box-shadow: none;
    height: 420px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .youtube-item-block-v {
    box-shadow: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
  }

  .video-slider-mb {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 480px;
    transition: all .2s;
    display: flex;
  }

  .video-slide-1mb {
    height: 480px;
  }

  .video-slide-2mb {
    width: 768px;
    height: 860px;
  }

  .video-mask-mb {
    width: 768px;
    height: 100%;
  }

  .video-mb-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kv-num.t-gradient {
    text-align: left;
    font-size: 12vw;
  }

  .kv-slogan {
    text-align: center;
    font-size: 32px;
  }

  .buffet-block {
    background-size: 1300px;
    padding-bottom: 140px;
  }

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

  .buffet-img {
    width: 35vw;
  }

  .buffet-say-block {
    width: 400px;
    height: 90px;
    top: -117px;
  }

  .buffet-say-text {
    font-size: 2.5vw;
  }

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

  .buffet-say-img-2 {
    width: 20vw;
  }
}

@media screen and (max-width: 767px) {
  .q-accordion-block {
    width: 97vw;
  }

  .content {
    background-position: 50%, 50% 390px, 0 0;
  }

  .tab-next.video {
    top: 38%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .kv-link-item {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    font-size: 1em;
    display: flex;
  }

  .section-kv {
    background-image: url('../images/kv-mb.jpg');
    background-position: 50% 100%;
    background-size: 430px;
    justify-content: flex-start;
    height: 750px;
    padding-top: 100px;
    overflow: hidden;
  }

  .note {
    text-align: justify;
    font-size: .8em;
  }

  .note.fund {
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .note.buffet {
    padding-right: 15px;
  }

  .note.slide {
    margin-top: 0;
  }

  .btn-send {
    width: 100%;
    font-size: 1em;
  }

  .contact-col-01 {
    width: 100%;
    display: block;
  }

  .contact-block {
    padding: 20px 15px;
  }

  .contact-col-02 {
    width: 100%;
    display: block;
  }

  .time_block-2 {
    text-align: left;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .checkbox-field {
    width: 100%;
  }

  .tel-block {
    margin-bottom: 15px;
  }

  .field-label {
    flex: none;
    width: 17vw;
  }

  .field-label._02 {
    align-self: flex-start;
  }

  .section-contact {
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .footer {
    padding: 60px 0 100px;
  }

  .co-social-link {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .co-add {
    font-size: .7em;
  }

  .co-tel {
    font-size: 2.5em;
  }

  .co-link {
    margin-left: 0;
    margin-right: 15px;
  }

  .co-name {
    font-size: 1.1em;
  }

  .co-name.subslogan {
    font-size: 1em;
  }

  .body {
    background-position: 50% -20%;
    background-size: auto;
  }

  .navbar.header {
    z-index: 20;
  }

  .ham-close-icon {
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-menu {
    background-color: var(--1d8380);
    width: 100vw;
    overflow: hidden;
  }

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

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

  .ham-icon {
    background-image: url('../images/bars-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item.nav-ask {
    margin-left: auto;
    margin-right: auto;
  }

  .fixed-link-item {
    width: 33%;
    height: 50px;
  }

  .thx-link {
    min-width: 150px;
  }

  .kv-block-1 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto 0%;
  }

  .block-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .block-title.video {
    margin-bottom: 0;
  }

  .fixed-links {
    background-color: #fff;
  }

  .section-popup {
    padding: 10px;
  }

  .popup-block {
    padding-bottom: 20px;
  }

  .backto-index-btn {
    z-index: 999;
    background-size: 30px, auto;
    width: 4em;
    height: 4em;
  }

  .accordion-open {
    padding: 20px .5em 0;
  }

  .accordion-toggle {
    height: 70px;
  }

  .accordion-p {
    text-align: justify;
    font-size: 1em;
  }

  .accordion-text-number {
    flex: none;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: .9em;
    line-height: 1.5;
    display: flex;
  }

  .accordion-text-block {
    align-items: center;
    width: 96%;
  }

  .q-accordion-block {
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .accordion-text {
    text-align: left;
    white-space: break-spaces;
    font-size: 1em;
    line-height: 1.3;
  }

  .popup-menu {
    margin-top: 45px;
  }

  .popup-menu-item {
    justify-content: flex-end;
    margin-left: .25em;
    margin-right: .25em;
    padding-bottom: .5em;
    padding-left: .125em;
    padding-right: .125em;
    font-size: 1em;
  }

  .popup-menu-icon {
    height: 89px;
  }

  .popup-container {
    margin-top: 0;
  }

  .popup-h1 {
    margin-top: 0;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5;
  }

  .popup-subtext {
    font-size: 1.1em;
  }

  .popup-init-btn {
    width: 60vw;
    height: 40px;
    font-size: 1.1em;
  }

  .fixed-link-text {
    padding-top: 0;
    font-size: 4vw;
    font-weight: 700;
  }

  .popup-menu-block {
    margin-top: 20px;
  }

  .accordion-list-item, .accordion-list {
    text-align: justify;
    font-size: 1em;
  }

  .popup-agency-p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
  }

  .fixed-link-contact {
    height: 50px;
    font-size: 4vw;
  }

  .fixed-icon {
    width: 23px;
    height: 20px;
    margin-right: 5px;
  }

  .fixed-icon.mb-none {
    display: none;
  }

  .content {
    background-position: 50%, 50% 450px, 0 0;
  }

  .popup-h1-tag {
    font-size: .8em;
  }

  .kv-content {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .contact-info {
    flex-direction: column;
    width: 90%;
    height: 100%;
    margin-top: 2em;
    padding: 1em 20px;
  }

  .contact-info.open {
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-hr {
    display: none;
  }

  .contact-info-text {
    border-top: 1px solid var(--white);
    text-align: center;
    margin-top: .5em;
    padding-top: .5em;
  }

  .contact-info-text.open {
    max-width: 100%;
  }

  .kv-block-2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .kv-fund-note {
    letter-spacing: -1px;
    line-height: 24px;
  }

  .block-main {
    background-size: 690px, 1920px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .section-fund {
    padding: 2em 0 4em;
  }

  .section-video {
    background-position: 50% -145px;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .text-block-2 {
    flex-flow: column;
    height: 70px;
    font-size: 20px;
    display: flex;
  }

  .video-block {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .youtube-block {
    width: 95%;
    height: 54svw;
  }

  .s4-chart-block {
    width: 100%;
  }

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

  .tabs-content-v1 {
    width: 100%;
    margin-top: 20px;
  }

  .chart-img-mb {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
  }

  .chart-img-mb._100width {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-tabs {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding-top: 20px;
    top: 0;
  }

  .tab-link {
    font-size: 4.5vw;
    line-height: 1.2;
  }

  .section-chart-menu {
    z-index: 2;
    max-width: 90%;
    margin-left: auto;
    position: sticky;
    top: 80px;
  }

  .tab-prev {
    width: 20vw;
    height: 6vw;
    top: 40%;
    left: -25px;
  }

  .tab-prev.video {
    border-width: 3px;
    width: 50px;
    height: 50px;
    display: flex;
    top: 39%;
    left: 0%;
  }

  .tab-next {
    width: 20vw;
    height: 6vw;
    top: 40%;
    right: -27px;
  }

  .tab-next.video {
    border-width: 3px;
    width: 50px;
    height: 50px;
    display: block;
    top: 39%;
    right: 0%;
  }

  .chart-img-block {
    text-align: center;
    background-image: url('../images/slide-bg-mb.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 370px;
    max-width: 360px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .section-tab-block {
    margin-top: 10px;
  }

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

  .fund-btns {
    justify-content: space-between;
    width: 96%;
    margin-top: 20px;
  }

  .fund-btn-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-left: .25em;
    margin-right: .25em;
    padding: 10px 1vw;
    font-size: 1em;
    font-weight: 700;
    display: flex;
  }

  .fund-btn-link.sbook {
    align-items: stretch;
  }

  .kv-short-name {
    font-size: 7vw;
  }

  .kv-name-block {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .kv-fund-name-block {
    text-align: center;
    font-size: 5vw;
  }

  .section-chart-more {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .section-chart-more-block {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-chart-more-pc, .video-slider-pc {
    display: none;
  }

  .video-item {
    border-radius: 15px;
    width: 98%;
    height: 56svw;
    margin-left: auto;
    margin-right: auto;
  }

  .video-item.vertical {
    width: 100%;
    height: 570px;
  }

  .video-slide-nav {
    width: 210px;
    max-width: 250px;
  }

  .youtube-item-block {
    height: 300px;
    padding: 12px 10px 10px;
  }

  .youtube-item-block-v {
    padding: 10px;
  }

  .fund-detail-block {
    flex-flow: column;
    margin-top: 30px;
  }

  .fund-industry {
    text-align: center;
    margin-top: 20px;
  }

  .fund-industry-title {
    margin: 10px;
  }

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

  .video-slider-mb, .video-slide-1mb {
    height: 400px;
  }

  .video-slide-2mb {
    width: 100%;
    height: 730px;
  }

  .video-mask-mb {
    width: 100%;
  }

  .video-mb-content {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .tab-link-text {
    flex-flow: column;
    display: inline-flex;
  }

  .section-chart-more-mb {
    width: 100%;
    display: block;
  }

  .fund-title-img-mb {
    padding: 10px;
    display: inline-flex;
  }

  .fund-industry-img-mb {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .mb-br {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .kv-num.t-gradient {
    transform-origin: 50%;
    text-align: center;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 18vw;
  }

  .kv-slogan {
    font-size: 7vw;
  }

  .buffet-block {
    padding-top: 0;
  }

  .sec-h1 {
    text-align: center;
    font-size: 8vw;
    line-height: 1.2;
  }

  .sec-h1.slide-01 {
    margin-top: 0;
  }

  .sec-h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
  }

  .container-1200 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .buffet-chart {
    margin-top: 0;
  }

  .buffet-img, .buffet-chart-img {
    display: none;
  }

  .buffet-chart-img.mb {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mountain-img {
    display: none;
  }

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

  .buffet-say-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    top: -77px;
  }

  .buffet-say-text {
    font-size: 5vw;
  }

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

  .buffet-say-img-2 {
    width: 30vw;
  }

  .buffet-say-img {
    width: 105px;
    height: 80px;
  }
}


