:root {
  --white: white;
  --red: #e73828;
  --white-smoke: #f5f3ef;
  --black: black;
  --e54645: #e54645;
  --sea-green: #008060;
  --orange: #e39300;
  --navajo-white: #facd7e;
  --sienna: #b74f29;
  --firebrick: #bc1b21;
  --crimson: #d33339;
  --tomato: #f34c3d;
}

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

.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.center {
  text-align: center;
}

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

.container.fund {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.evo-block {
  background-image: url('../images/evo-taiwan.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 415px;
  max-width: 1300px;
}

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

.kv-img-block {
  z-index: 1;
  perspective-origin: 50%;
  transform-origin: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 83vw;
  max-width: 1300px;
  margin-top: 16vh;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.kv-pd-name {
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  bottom: 0;
}

.section-kv {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.note.pick {
  max-width: 1000px;
}

.note.evo {
  color: #fff;
}

.h1 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.h1.w {
  color: #fff;
}

.h1.red-bg {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(270deg, #1b268b00, #ff8000 15%, #e94e49 27%, #ec553f 72%, #ff8000 85%, #1b268b00);
  padding-top: 10px;
  padding-bottom: 10px;
}

.h1.red-bg.pick {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.h1.red-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ea5930, #eb5540 31%, #e73475 70%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 500px;
}

.h1.red-text.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.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 {
  background-color: var(--white);
  margin-top: 40px;
  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;
  background-color: #dbeaee;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  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(--red);
}

.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: #707070;
  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;
  background-color: #f8fcfb;
  font-family: Noto Sans TC;
  font-size: 16px;
  line-height: 1.4;
}

.section-a {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

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

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

.nav-menu {
  align-items: center;
  width: 900px;
  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;
  line-height: 2.4;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

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

.nav-item.nav-ask {
  color: #fff;
  background-image: linear-gradient(90deg, #ed7455, #eb5540 51%, #e7386f);
  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: #fff0;
}

.fixed-link-block {
  z-index: 9;
  border: 2px solid var(--red);
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-top: 20px;
  margin-right: 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._02 {
  border-top: 1px solid var(--red);
  margin-top: 0;
  padding-top: 20px;
}

.fixed-link-item._02.no-hr {
  border-top-width: 0;
}

.fixed-link-item.none {
  display: none;
}

.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-slogan {
  margin-bottom: 10px;
  padding-left: 20px;
}

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

.h-block {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-fund {
  background-image: url('../images/fund-bg.png'), linear-gradient(180deg, #fff, #eaf0ff 4%, #f0e3e1 16%, var(--white) 36%, white);
  background-position: 50% 200px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1920px, auto;
  margin-top: -140px;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.fund-img-01 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.fund-block {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.fund-info {
  justify-content: space-between;
  width: 1110px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fund-info-img-01 {
  margin-top: 30px;
}

.fund-info-block {
  max-width: 490px;
}

.fund-info-h2 {
  color: #e73828;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}

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

.fund-btn-link {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #ed7052, #eb5641 49%, #e7386e);
  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;
}

.fixed-links {
  z-index: 9;
  position: fixed;
  inset: auto 0% 4em auto;
}

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

.popup-block.preload {
  background-color: #ebebeb;
  min-height: 280px;
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.q-accordion-block.mt-30 {
  margin-top: 10px;
}

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

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

.popup-h1.preorder {
  text-align: center;
  margin-top: 60px;
  font-size: 42px;
}

.popup-h1.preorder.b {
  font-weight: 700;
}

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

.fund-img-pc {
  object-fit: cover;
}

.fund-img-mb {
  object-fit: cover;
  display: none;
}

.fund-info-img-01-pc {
  object-fit: cover;
}

.fund-info-img-01-mb {
  object-fit: cover;
  display: none;
}

.fund-info-img-02-pc {
  object-fit: cover;
}

.kv-img-bg {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kv-img-bg-pc {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.kv-img-bg-mb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.popup-agency-p.preorder {
  padding-top: 10px;
}

.popup-agency-p.preorder.no-hr {
  border-top-width: 0;
}

.popup-agency-p.preorder.hide {
  display: none;
}

.footer-link {
  color: #e73828;
}

.footer-boldred {
  color: #e83828;
  font-weight: 700;
}

.section-b {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.fixed-link-contact {
  border: 2px solid var(--white);
  background-color: var(--red);
  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: none;
}

.content {
  background-color: var(--white);
  background-image: url('../images/bg-01.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.fund-info-img-02-mb {
  object-fit: cover;
  display: none;
}

.popup {
  z-index: 99;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup.after-raise {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
}

.agency-h3 {
  margin-top: 30px;
  font-weight: 400;
}

.agency-h3.hide {
  display: none;
}

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

._00923-num {
  margin-bottom: 10px;
}

.trade-info {
  background-color: #fff;
  border: 1px solid #eb6149;
  border-radius: 20px;
  max-width: 960px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px 30px;
}

.trade-tr {
  border-bottom: 1px solid #ed7556;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.trade-tr.last {
  border-bottom-width: 0;
}

.trade-tr.hide {
  display: none;
}

.trade-h2 {
  text-align: left;
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
}

.cal-title {
  color: #fff;
  padding-top: 20px;
  font-size: 17px;
  font-weight: 700;
}

.cal-date {
  margin-top: .35em;
  font-size: 28px;
  font-weight: 800;
}

.cal-date.last-buy {
  color: #e73828;
}

.cal-group {
  justify-content: space-around;
  display: flex;
}

.cal-block {
  background-image: url('../images/cal-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 105px;
  display: flex;
}

.cal-block.lastbuy {
  background-image: url('../images/cal-bg-long.svg');
  border-radius: 15px;
  flex-direction: column;
  width: 210px;
}

.cal-arrow {
  opacity: .3;
  width: 100%;
  max-width: 50px;
  margin-left: .5em;
  margin-right: .5em;
}

.trade-text {
  text-align: left;
  max-width: 700px;
  font-size: 18px;
}

.trade-note {
  text-align: left;
  font-size: 14px;
}

.trade-num {
  text-align: left;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.trade-warning {
  color: var(--e54645);
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.evo {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
}

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

.evo-high-icon {
  margin-top: 140px;
}

.evo-high-icon.up {
  margin-top: 40px;
}

.evo-num {
  margin-top: 40px;
  margin-bottom: 0;
}

.evo-tabs {
  margin-top: 100px;
}

.chart-img-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.evo-tab-btn {
  color: var(--e54645);
  background-color: #ddd0;
  background-image: url('../images/evo-tab-link.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 290px;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 60px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.evo-tab-btn.w--current {
  color: #fff;
  background-color: #fff0;
  background-image: url('../images/evo-tab-link-active.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 290px;
}

.evo-chart-menu {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: auto;
  margin-right: 100px;
  display: flex;
  overflow: hidden;
}

.fund-tab-content {
  width: 660px;
  min-height: 350px;
  margin-right: auto;
  overflow: visible;
}

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

.note-mark {
  color: var(--e54645);
  font-weight: 700;
}

.fund-tabs-block {
  padding-top: 100px;
}

.fund-tabs {
  flex-flow: column;
  max-width: 660px;
  margin-top: 60px;
  display: flex;
}

.fund-tab-btn {
  color: var(--e54645);
  background-color: #ddd0;
  background-image: url('../images/fund-tab-link.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 205px;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 60px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.fund-tab-btn.w--current {
  color: #fff;
  background-color: #fff0;
  background-image: url('../images/fund-tab-link-active.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.fund-chart-menu {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.evo-tab-content {
  width: 1160px;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.fund-pick {
  padding-top: 100px;
}

.pick-block {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.pick-title {
  color: #1b268b;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}

.pick-chart.ipad, .pick-chart.mb {
  display: none;
}

.fund-video {
  padding-top: 100px;
}

.yt {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.yt-item {
  max-width: 540px;
}

.yt-block {
  border-radius: 20px;
  width: 50%;
  max-width: 530px;
  overflow: hidden;
}

.footer-mini {
  font-size: 10px;
}

.fund-tab-init-link {
  color: #fff;
  background-image: linear-gradient(#ec6b4f, #eb5540 47%, #e73572);
  border-radius: 20px;
  margin-top: 20px;
  padding: 5px 40px;
  font-weight: 700;
  text-decoration: none;
}

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

.bold-og {
  color: #ed7556;
  font-weight: 700;
}

.warning-text {
  max-height: 500px;
  padding-right: 10px;
  overflow: auto;
}

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

  .container.evo-block {
    background-image: none;
  }

  .kv-img-block {
    width: 90vw;
    margin-top: 13vw;
  }

  .kv-pd-name {
    width: 100%;
  }

  .section-kv {
    height: 110vw;
  }

  .note, .note.pick {
    max-width: 720px;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 2.8em;
  }

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

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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: #081a59;
    width: 50vw;
    margin-top: 79px;
    padding: 5vh 0 0;
    position: absolute;
  }

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

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

  .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: #cf3541;
  }

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

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

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

  .fixed-link-item._02.no-hr {
    flex: 1;
  }

  .h-block {
    width: 94vw;
  }

  .section-fund {
    background-size: 1700px, auto;
  }

  .fund-img-01 {
    height: 30vw;
  }

  .fund-block {
    width: 100%;
  }

  .fund-info {
    width: 100%;
    margin-top: 20px;
  }

  .fund-info-img-01 {
    width: 44vw;
    height: 42vw;
  }

  .fund-info-img-02 {
    background-image: none;
    width: 52vw;
    height: 37.5vw;
  }

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

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

  .popup-h1 {
    max-width: 500px;
  }

  .section-b {
    background-size: 1600px;
  }

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

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

  .trade-h2 {
    width: 160px;
  }

  .cal-group {
    padding-left: 0;
  }

  .cal-block {
    height: 105px;
  }

  .trade-text {
    max-width: 530px;
  }

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

  .evo-chart-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-top: 0;
    margin-right: auto;
  }

  .fund-tab-content {
    width: auto;
    min-height: 380px;
  }

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

  .section-tabs {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .fund-tabs-block {
    padding-left: 20px;
  }

  .fund-tabs {
    margin-right: auto;
    padding-top: 10px;
  }

  .fund-chart-menu {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-right: auto;
  }

  .evo-tab-content {
    width: auto;
    min-height: 380px;
  }

  .pick-block {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pick-col {
    flex-flow: column;
    display: flex;
  }

  .pick-chart.ipad {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pick-chart.hide {
    display: none;
  }

  .pick-chart.mb {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}

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

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

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

  .kv-img-block {
    width: 96vw;
    margin-top: 0;
  }

  .kv-pd-name {
    width: 100%;
  }

  .section-kv {
    justify-content: flex-start;
    height: 174vw;
    padding-top: 100px;
  }

  .note {
    text-align: justify;
  }

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

  .h1 {
    margin-top: 10px;
    font-size: 26px;
  }

  .h1.red-text {
    text-align: center;
  }

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

  .footer {
    padding: 60px 15px 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;
  }

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

  .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 {
    width: 100vw;
    overflow: hidden;
  }

  .nav-btn {
    padding: 21px;
  }

  .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.w--current {
    color: var(--white);
  }

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

  .fixed-link-item {
    width: 33%;
    height: 50px;
    font-size: 1em;
  }

  .fixed-link-item._02.no-hr {
    border-left-width: 0;
  }

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

  .kv-slogan {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .h-block {
    width: 90vw;
  }

  .section-fund {
    background-position: 50% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fund-img-01 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .fund-block {
    padding-top: 40px;
  }

  .fund-info {
    flex-direction: column;
    margin-top: 40px;
  }

  .fund-info-img-01 {
    text-align: center;
    width: 100%;
    height: 87vw;
    margin-left: auto;
    margin-right: auto;
  }

  .fund-info-img-02 {
    width: 100%;
    height: 87vw;
  }

  .fund-info-h2.fund {
    padding-left: 10px;
  }

  .fund-btns {
    margin-top: 20px;
  }

  .fund-btn-link {
    margin-left: .25em;
    margin-right: .25em;
    font-size: .8em;
  }

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

  .popup-block.preload {
    min-height: auto;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .q-accordion-block.mt-30 {
    margin-top: 0;
  }

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

  .popup-h1.preorder {
    margin-top: 10px;
    font-size: 1.9em;
    line-height: 1.2;
  }

  .fixed-link-text {
    font-weight: 700;
  }

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

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

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

  .fund-info-img-01-mb {
    display: block;
  }

  .fund-info-img-02-pc, .kv-img-bg-pc {
    display: none;
  }

  .kv-img-bg-mb {
    display: block;
  }

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

  .popup-agency-p.preorder {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    font-size: .9em;
  }

  .section-b {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .fixed-link-contact {
    width: 70%;
    height: 50px;
    font-size: 1em;
  }

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

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

  .content {
    background-position: 50% -80px;
  }

  .fund-info-img-02-mb {
    display: block;
  }

  .popup {
    padding-top: 10px;
  }

  .agency-h3 {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1em;
  }

  .mb-none {
    display: none;
  }

  .big {
    font-size: 18px;
  }

  .trade-info {
    margin-top: 20px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .trade-tr {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .trade-h2 {
    font-size: 22px;
  }

  .cal-title {
    padding-top: 15px;
    font-size: 14px;
  }

  .cal-date {
    font-size: 1.5em;
  }

  .cal-group {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }

  .cal-block {
    background-size: contain;
    width: 80px;
    height: 80px;
    margin-top: 1em;
    margin-right: 5px;
  }

  .cal-block.lastbuy {
    width: 130px;
  }

  .cal-block.last {
    margin-right: 0;
  }

  .cal-arrow {
    display: none;
  }

  .trade-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .trade-num, .trade-warning {
    font-size: 16px;
  }

  .evo-high-icon {
    max-width: 40%;
  }

  .evo-high-icon.up {
    margin-left: -35px;
    margin-right: -35px;
  }

  .evo-num {
    margin-top: 20px;
  }

  .evo-tabs {
    margin-top: 60px;
  }

  .chart-img-block {
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .chart-img-mb {
    width: 100%;
    max-width: 360px;
    display: inline-block;
  }

  .evo-tab-btn {
    border-radius: 20px;
    width: 100%;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .evo-tab-btn.w--current {
    width: 100%;
  }

  .evo-tab-btn._02 {
    border-left-width: 0;
    border-left-color: #5b98d2;
  }

  .evo-chart-menu {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px;
  }

  .fund-tab-content {
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
  }

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

  .text-block-3 {
    flex-flow: column;
    display: inline-flex;
  }

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

  .fund-tabs-block {
    padding-top: 40px;
    padding-left: 0;
  }

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

  .fund-tab-btn {
    text-align: center;
    border-radius: 20px;
    width: 30%;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .fund-tab-btn._02 {
    border-left-width: 0;
    border-left-color: #5b98d2;
    border-radius: 0;
  }

  .fund-chart-menu {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 80px;
    position: sticky;
    top: 78px;
  }

  .evo-tab-content {
    width: 100%;
    margin-top: 20px;
  }

  .fund-pick {
    padding-top: 40px;
  }

  .pick-block {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pick-title {
    text-align: center;
    font-size: 22px;
  }

  .pick-chart {
    display: none;
  }

  .pick-chart.mb {
    margin-bottom: 0;
    display: block;
  }

  .fund-video {
    padding-top: 40px;
  }

  .yt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .yt-block {
    width: 100%;
  }

  .fund-name {
    display: none;
  }

  .fund-name.mb {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


