:root {
  --red: #d20016;
  --black: black;
  --white: white;
  --40px: 40px;
  --yellow: #fe3;
  --deep-blue: #133289;
  --mid-blue: #346c92;
  --light-yellow: #ece15a;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.bg-01 {
  background-image: url('../images/bg-01.png');
  background-position: 50% -95px;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin-top: 90px;
}

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

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 900px;
  height: 100%;
  margin-left: auto;
  display: flex;
}

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

.navbar.header {
  z-index: 8;
  background-color: #0000;
  height: 90px;
  margin-top: -90px;
  padding: 0;
  position: fixed;
  top: 90px;
  box-shadow: 0 2px 10px #0000001a;
}

.nav-item {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  transform: skew(-10deg);
}

.nav-item:hover {
  background-color: var(--red);
  color: #fff;
}

.nav-item.w--current {
  background-color: var(--red);
  color: #fff;
  border-bottom-color: #eece48;
}

.brand {
  background-image: url('../images/logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 114px;
  justify-content: flex-start;
  width: 210px;
  height: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-block {
  background-color: #fff;
  height: 90px;
}

.body {
  font-family: Noto Sans TC;
  font-size: 16px;
  line-height: 1.4;
}

.sec-kv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.kv-content {
  flex-flow: column;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.kv-pd-name {
  text-align: center;
}

.bg-02 {
  background-image: url('../images/bg-02.png'), linear-gradient(0deg, #091442 30%, #fff 66%);
  background-position: 50% 270px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1920px, auto;
  position: relative;
}

.sec-video {
  background-image: url('../images/video-bg.png');
  background-position: 50% 100px;
  background-repeat: no-repeat;
  background-size: 1200px;
  padding-top: 60px;
}

.container {
  flex-flow: column;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.w--current {
  max-width: 1px;
}

.container.footer {
  padding: 30px 10px;
}

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

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

.note.normal {
  text-align: center;
  max-width: 1100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.note.color-w {
  color: #fff;
}

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

.sec-fund {
  padding-top: 4em;
  padding-bottom: 60px;
}

.fund-h1 {
  color: var(--black);
  text-align: left;
  background-image: url('../images/icon-fund.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 45px;
  width: 100%;
  max-width: 1110px;
  min-height: 50px;
  padding-left: 50px;
  padding-right: 10px;
  font-size: 26px;
  line-height: 50px;
}

.fund-h1.p {
  max-width: 170px;
}

.fund-profile {
  text-align: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.fund-info-block.last {
  flex-flow: column;
  margin-left: 20px;
  display: flex;
}

.footer-co-info {
  color: #fff;
  background-color: #e2001a;
}

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

.warning {
  text-align: justify;
  padding: 40px 10px 60px;
  font-size: 20px;
  font-weight: 700;
}

.warning.pop {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.fixed-block {
  z-index: 99;
  background-color: var(--white);
  border: 1px solid #c69548;
  border-radius: 99px;
  flex-flow: column;
  width: 100px;
  display: flex;
  position: fixed;
  top: 30%;
  left: auto;
  right: 2%;
}

.fixed-img-block {
  color: #001a33;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.fixed-img-block:hover {
  transform: scale(1.1);
}

.fixed-hr {
  background-color: #c59448;
  width: 80%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.fund-img-02-mb {
  display: none;
}

.fund-img-03-mb {
  margin-left: 50px;
  display: none;
}

.color-y {
  color: #f9dc67;
}

.kv-more-text {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 840px;
  height: 100%;
  margin-top: 90px;
  display: flex;
  position: relative;
}

.kv-slogan-item {
  position: absolute;
  top: 170px;
}

.kv-slogan-item._02 {
  top: 145px;
  left: auto;
  right: 15px;
}

.kv-slogan-item._03 {
  top: 20px;
  right: 15px;
}

.h1 {
  color: #fcf1c6;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
}

.sec-strategy-charts {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.fund-img-01 {
  margin-bottom: 20px;
}

.fund-img-01-mb {
  display: none;
}

.sec-kpi {
  background-image: url('../images/kpi-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin-top: 100px;
  padding-top: 60px;
}

.kpi-tab {
  max-width: 1000px;
  margin-top: 60px;
}

.rsp-tab-menu {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rsp-tab-item {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.rsp-tab-item.w--current {
  color: var(--white);
  background-color: #122f9a;
}

.rsp-tab-text {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  line-height: 1;
}

.rsp-tab-text.left {
  margin-left: auto;
  margin-right: 0;
}

.tab-img-block {
  margin-left: auto;
  margin-right: auto;
}

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

.kv-pdname {
  text-shadow: 0 1px #fff;
  margin-top: 0;
}

.kv-red {
  color: #e2001a;
}

.kv-slogan-btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 350px;
}

.slider-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  transform: rotate(0);
}

.slider-arrow.r {
  transform: rotate(180deg);
}

.section-video {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-video-top {
  width: 0;
  height: 0;
  position: relative;
  top: -78px;
}

.yt {
  background-color: #000;
  border: 2px solid #fff1cc;
  border-radius: 30px;
  position: absolute;
  inset: 0%;
}

.tab-next {
  z-index: 2;
  cursor: pointer;
  background-image: linear-gradient(340deg, #1a1afd 51%, #0cd8ff);
  border-radius: 10px;
  padding: 10px 4px;
  display: flex;
  position: absolute;
  inset: 50% -3% auto auto;
}

.tab-next.video {
  display: none;
  top: 60%;
}

.video-tab-menu {
  border: 2px solid #fff;
  border-radius: 40px;
  justify-content: space-around;
  width: 780px;
  height: 64px;
  margin: 10px auto 20px;
  display: flex;
  overflow: hidden;
}

.video-tabs {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.video-tab-pane {
  border-radius: 20px;
  padding: 20px;
}

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

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

.tab-lnk {
  color: var(--white);
  background-color: #0d253c;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.tab-lnk.w--current {
  color: #0d253c;
  background-image: linear-gradient(90deg, #f7efbd, #f0d598 3%, #fff7d8 8%, #f0d294 24%, #f4e9b7 44%, #f1d99e 65%, #faf4dc 76%, #f2dda4 87%, #f0d294);
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtube-content {
  border: 2px solid #f6deb8;
  border-radius: 30px;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.swiper.myswiper {
  width: 100%;
  height: 100%;
}

.tab-prev {
  z-index: 2;
  cursor: pointer;
  background-image: linear-gradient(315deg, #1a1afd 54%, #0cd8ff);
  border-radius: 10px;
  padding: 10px 4px;
  display: flex;
  position: absolute;
  inset: 50% auto auto -3%;
}

.tab-prev.video {
  display: none;
  position: absolute;
  top: 60%;
}

.swiper-wrapper {
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.sec-sleep {
  padding-top: 60px;
}

.h2 {
  color: #fcf1c6;
  text-align: center;
  border-top: 1px solid #fcf1c6;
  border-bottom: 1px solid #fcf1c6;
  min-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}

.sleep-stage {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/icon-sleep-stage.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1200px;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.sleep-item {
  height: 410px;
  position: relative;
}

.sleep-box-shadow {
  position: absolute;
  inset: auto 0% 0%;
}

.sleep-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f9d579;
  border-radius: 30px;
  width: 300px;
  height: 365px;
  position: relative;
}

.sleep-icon {
  margin-top: -40px;
  position: relative;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
}

.sleep-text {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.sec-power-go {
  background-image: url('../images/power-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  min-height: 290px;
  margin-top: 60px;
}

.power-go-h1 {
  color: var(--white);
  padding-top: 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  transform: skew(-10deg);
}

.power-go-btn {
  color: var(--black);
  width: 100%;
  max-width: 600px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  transform: skew(-10deg);
}

.icon-power-go {
  margin-left: 20px;
}

.icon-power-title {
  text-shadow: 0 1px 1px #fff9;
}

.sec-strategy {
  margin-top: 40px;
  padding-top: 60px;
}

.strategy-title-block {
  justify-content: space-around;
  align-items: flex-end;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.strategy-h2 {
  background-image: url('../images/strategy-h2-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 600px;
  padding: 10px 40px;
  font-size: 22px;
}

.strategy-chart-links-block {
  background-image: url('../images/strategy-clock-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 590px;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.strategy-links-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -26px;
  display: flex;
  position: relative;
}

.strategy-clock-img {
  margin-top: 20px;
  margin-right: -20px;
  position: relative;
}

.strategy-link {
  transition: all .2s;
  position: relative;
}

.strategy-link:hover {
  transform: scale(1.1);
}

.strategy-link._02 {
  margin-left: 60px;
}

.strategy-chart-block {
  text-align: center;
  background-image: url('../images/strategy-chart-bg.png');
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-size: 1200px;
  margin-bottom: 100px;
  padding-top: 50px;
}

.strategy-chart-block.last {
  margin-bottom: 20px;
}

.strategy-chart-img {
  margin: -20px auto 20px;
}

.strategy-sticky-menu {
  z-index: 6;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/strategy-sticky-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-bottom: -100px;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
  position: sticky;
  top: 100px;
}

.strategy-sticky-link {
  color: #0c243b;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.strategy-sticky-link.w--current {
  font-weight: 700;
  transition: all .2s;
  transform: translate(0, 3px)scale(1.2);
}

.sticky-link-tag {
  color: #fff;
  text-align: center;
  background-color: #0c243b;
  border: 1px solid #ecd499;
  border-radius: 99px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}

.strategy-hr {
  background-color: #c18f65;
  width: 1px;
  height: 30px;
}

.sec-high {
  background-image: url('../images/high-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  padding-top: 60px;
}

.high-h1 {
  margin-top: 60px;
  padding-left: 20px;
}

.high-title-block {
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

.high-title-h2 {
  color: #011932;
  text-shadow: 0 1px 1px #fffc;
  font-size: 36px;
}

.high-title-note {
  margin-top: 20px;
  margin-left: 10px;
}

.high-loop-block {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

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

.high-loop-month-text {
  color: #091442;
  text-align: center;
  text-shadow: 0 1px 1px #fffc;
  font-size: 26px;
  font-weight: 700;
}

.high-loop-title {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
}

.high-loop-text {
  color: var(--black);
  text-align: center;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.footer-warning {
  background-color: #f0f0f0;
}

.footer-adds {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-company {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-number {
  font-size: 11px;
  font-weight: 400;
}

.kpi-h1 {
  color: var(--white);
  text-align: center;
}

.bg-03 {
  background-image: url('../images/bg-04.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.kpi-block {
  justify-content: space-around;
  width: 1100px;
  margin: 40px auto 20px;
  display: flex;
}

.fund-info {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1110px;
  margin: 40px auto 20px;
  display: flex;
}

.fund-info.p {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 60px;
}

.fund-p-title {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fund-p-title-more {
  width: 160px;
}

.howbuy-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #cacaca;
  border: 1px solid #cacaca;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.howbuy-row-gray {
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 400;
}

.howbuy-row-w {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 400;
}

.fund-buy-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  background-color: #e2001a;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  display: flex;
}

.fund-buy-date-text {
  font-size: 26px;
  font-weight: 700;
}

.fund-download {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.download-item {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.download-item:hover {
  transform: scale(1.2);
}

.download-text {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.download-hr {
  background-color: #cacaca;
  width: 1px;
  height: 100px;
}

.sticky-link-text {
  position: relative;
  top: 3px;
}

.video-link-text {
  line-height: 1;
}

.strategy-link-img-mb {
  display: none;
}

.strategy-chart-img-mb {
  margin: -20px auto 20px;
  display: none;
}

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

.slider-a-top {
  width: 20px;
  height: 20px;
  position: relative;
  top: -9px;
}

.fund-warning {
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 700;
}

._12px {
  font-size: 12px;
}

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

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

.footer-rednote {
  color: #bc1b21;
}

.popup-block {
  background-color: #f5f3ef;
  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;
  border-radius: 30px;
  min-height: 280px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-text {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

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

.backto-index-btn.home {
  background-position: 50%;
  background-size: 30px;
  border-radius: 99px;
  height: 80px;
  margin-top: 0;
  top: -10px;
}

.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-size: 60px;
  font-weight: 700;
  line-height: 1;
}

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

.text-span {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.popup-name {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.popup-number {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.footer-mini {
  margin-left: 5px;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .bg-01 {
    background-position: 50% -30px;
    background-size: 1450px;
  }

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

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

  .nav-menu {
    background-color: #bc1b21;
    width: 50vw;
    margin-top: 79px;
    padding: 5vh 0 0;
    position: absolute;
  }

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

  .nav-item {
    color: #fff;
    text-align: center;
    background-color: #bc1b21;
    border-bottom: 1px solid #ffffff40;
    height: 15vh;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: flex;
    transform: none;
  }

  .nav-item:hover {
    color: #f5f3ef;
  }

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

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

  .brand {
    background-position: 0 0;
    flex: 1;
    order: 0;
    margin-left: 10px;
  }

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

  .sec-kv {
    height: 650px;
    padding-top: 4vh;
  }

  .kv-content {
    margin-left: auto;
    margin-right: auto;
  }

  .bg-02 {
    background-size: 1180px, auto;
  }

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

  .container.footer {
    padding-bottom: 30px;
  }

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

  .fund-h1 {
    margin-top: 0;
    font-size: 3vw;
  }

  .fund-img-03 {
    margin-left: 0;
  }

  .co-name {
    font-size: 22px;
  }

  .co-add {
    font-size: .8rem;
  }

  .warning {
    padding-top: 20px;
    padding-bottom: 80px;
    font-size: 14px;
  }

  .warning.pop {
    font-size: 14px;
    line-height: 1.3;
  }

  .fixed-block {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 20px 20px 0 0;
    flex-flow: row;
    align-items: center;
    width: 100%;
    max-height: 60px;
    inset: auto 0% 0%;
  }

  .fixed-img-block {
    flex-flow: row;
    width: 100%;
    max-height: 60px;
  }

  .fixed-img-block:hover {
    max-height: 60px;
  }

  .fixed-hr {
    width: 1px;
    height: 40px;
  }

  .fund-img-03-mb {
    margin-left: 0;
  }

  .kv-main {
    max-width: 70%;
  }

  .kv-slogan-item {
    width: 260px;
    top: 110px;
    right: 490px;
  }

  .kv-slogan-item._02 {
    width: 260px;
    margin-top: -6vw;
  }

  .kv-slogan-item._03 {
    width: 260px;
    margin-top: -3vw;
  }

  .h1 {
    font-size: 5vw;
  }

  .rsp-tab-content {
    padding-top: 40px;
  }

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

  .kv-pdname {
    font-size: 26px;
    line-height: 1.2;
  }

  .kv-slogan-btn {
    top: 240px;
  }

  .slider-arrow {
    width: 26px;
  }

  .tab-next {
    right: 1%;
  }

  .tab-next.video {
    justify-content: flex-end;
  }

  .video-tab-menu {
    width: 90svw;
    margin-left: auto;
    margin-right: auto;
  }

  .video-tabs {
    background-position: 50% 20px;
    background-size: contain;
  }

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

  .tab-lnk {
    background-image: none;
    font-size: 20px;
  }

  .youtube-content {
    width: 90vw;
    max-width: 768px;
    min-height: 50vw;
  }

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

  .tab-prev {
    left: 1%;
  }

  .sleep-item {
    height: 300px;
  }

  .sleep-box {
    width: 210px;
    height: 270px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sleep-icon {
    max-width: 85%;
  }

  .h3 {
    font-size: 24px;
  }

  .sleep-text {
    font-size: 16px;
  }

  .power-go-h1 {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 34px;
  }

  .power-go-btn {
    max-width: 460px;
    margin-right: 40px;
  }

  .icon-power-go {
    width: 60px;
    margin-top: 5px;
  }

  .icon-power-title {
    font-size: 38px;
  }

  .strategy-h1 {
    max-width: 55%;
  }

  .strategy-h2 {
    font-size: 20px;
  }

  .strategy-chart-links-block {
    background-size: 420px;
  }

  .strategy-clock-img {
    max-width: 45%;
  }

  .strategy-chart-block {
    background-image: none;
    margin-bottom: 60px;
  }

  .strategy-sticky-menu {
    background-size: 400px;
    width: 400px;
    margin-right: 10px;
    top: 90px;
  }

  .strategy-sticky-link.w--current {
    transform: translate(0, 3px)scale(1.1);
  }

  .sticky-link-tag {
    width: 70px;
    font-size: 12px;
  }

  .sec-high {
    background-size: 1520px;
  }

  .high-h1 {
    max-width: 60%;
    padding-left: 0;
  }

  .high-title-block {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 0;
  }

  .high-title-h2 {
    font-size: 28px;
    line-height: 1;
  }

  .high-title-note {
    font-size: 12px;
    line-height: 1;
  }

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

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

  .high-loop-month-text {
    font-size: 20px;
  }

  .high-loop-title {
    margin-top: -10px;
    font-size: 18px;
  }

  .high-loop-text {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .footer-number {
    font-size: 12px;
  }

  .kpi-block {
    justify-content: space-between;
    width: 100%;
    max-width: 700px;
  }

  .kpi-img {
    width: 220px;
  }

  .howbuy-row-gray, .howbuy-row-w {
    background-color: #fff;
  }

  .sticky-link-text {
    font-size: 14px;
  }

  .co-web {
    font-size: .8rem;
  }

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

  .backto-index-btn {
    right: 0;
  }

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

@media screen and (max-width: 479px) {
  .bg-01 {
    background-image: url('../images/bg-01-mb.png');
    background-position: 50% -90px;
    background-size: 428px;
  }

  .nav-btn {
    padding: 18px;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    width: 100vw;
    height: calc(100svh - 140px);
    margin-top: 90px;
    padding-top: 0;
    overflow: hidden;
  }

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

  .nav-item {
    height: calc(20svh - 30px);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand {
    margin-left: 0;
  }

  .ham-icon {
    display: block;
  }

  .sec-kv {
    height: auto;
    padding-top: 2vh;
  }

  .kv-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg-02 {
    background-image: url('../images/bg-02-mb.png');
    background-position: 50% 280px;
    background-size: cover;
  }

  .sec-video {
    background-image: linear-gradient(0deg, #eedec2, #eedec2), url('../images/video-bg.png');
    background-position: 0 0, 50% 140px;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    margin-bottom: -80px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .note {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .sec-fund {
    padding-top: 40px;
    padding-bottom: 5vw;
  }

  .fund-h1 {
    background-position: 2vw;
    background-size: 40px;
    width: 100%;
    font-size: 6vw;
  }

  .fund-info-block.last {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .warning {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .warning.pop {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 1.1;
  }

  .fixed-block {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .fixed-img-block {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .fixed-img-block:hover {
    transform: none;
  }

  .fixed-img {
    width: 8vw;
  }

  .fund-img-02-mb, .fund-img-03-mb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

  .kv-more-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    margin-top: 240px;
  }

  .kv-slogan-item {
    width: 60vw;
    display: none;
  }

  .kv-slogan-item._02, .kv-slogan-item._03 {
    margin-top: 10vw;
    margin-left: auto;
    display: none;
  }

  .h1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    overflow: hidden;
  }

  .sec-strategy-charts {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

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

  .fund-img-01-mb {
    margin-bottom: 10px;
    display: block;
  }

  .sec-kpi {
    background-color: #e2001a;
    background-image: none;
    position: relative;
    top: 0;
  }

  .kpi-tab {
    top: 0;
  }

  .rsp-tab-menu {
    z-index: 9;
    position: sticky;
    top: 90px;
  }

  .rsp-tab-item {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4.5vw;
  }

  .rsp-tab-text {
    line-height: 20px;
  }

  .rsp-tab-content {
    background-color: var(--white);
    padding-top: 0;
  }

  .tab-img-block {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-img {
    display: none;
  }

  .tab-img-mb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kv-pdname {
    font-size: 24px;
  }

  .kv-slogan-btn {
    top: 0;
  }

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

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

  .tab-next {
    top: 40%;
  }

  .video-tab-menu {
    z-index: 3;
    justify-content: space-around;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .video-tabs {
    margin-top: 0;
    padding-bottom: 0;
  }

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

  .tab-lnk {
    font-size: 18px;
  }

  .youtube-content {
    width: 95vw;
  }

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

  .tab-prev {
    top: 40%;
  }

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

  .sec-sleep {
    background-image: url('../images/bg-01-p2-mb.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .h2 {
    min-width: 90%;
  }

  .sleep-stage {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: none;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: -20px;
    padding-bottom: 100px;
  }

  .sleep-item {
    height: 100px;
  }

  .sleep-box-shadow {
    display: none;
  }

  .sleep-box {
    justify-content: flex-start;
    align-items: center;
    width: 360px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sleep-icon {
    max-width: 30%;
    margin-top: -20px;
  }

  .h3 {
    margin-top: 0;
    font-size: 22px;
  }

  .sleep-text {
    font-size: 15px;
  }

  .sec-power-go {
    margin-top: -20px;
  }

  .power-go-h1 {
    width: 90%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 1.2;
  }

  .power-go-btn {
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 20px;
  }

  .icon-power-go {
    width: 40px;
    margin-left: 10px;
  }

  .icon-power-title {
    max-width: 280px;
    margin-left: auto;
    font-size: 38px;
    line-height: 1.2;
  }

  .sec-strategy {
    margin-top: 0;
    padding-top: 40px;
  }

  .strategy-title-block {
    flex-flow: column;
  }

  .strategy-h1 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .strategy-h2 {
    background-position: 50% 0;
    background-size: 500px;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .strategy-chart-links-block {
    background-image: none;
    margin-top: 20px;
    padding-top: 0;
  }

  .strategy-links-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
  }

  .strategy-clock-img {
    display: none;
  }

  .strategy-link:hover {
    transform: none;
  }

  .strategy-link._02 {
    margin-left: 0;
  }

  .strategy-chart-block {
    margin-bottom: 20px;
    padding-top: 100px;
  }

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

  .strategy-sticky-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 340px;
    margin-bottom: -80px;
    margin-right: auto;
  }

  .sec-high {
    background-image: url('../images/power-bg-mb.png');
    background-size: 100%;
    padding-top: 20px;
  }

  .high-h1 {
    max-width: 90%;
    margin-top: 0;
  }

  .high-title-block {
    flex-flow: column;
    width: 220px;
    margin-top: 30px;
  }

  .high-title-h2 {
    line-height: 1.1;
  }

  .high-title-note {
    margin-top: 0;
    margin-left: 0;
  }

  .high-loop-block {
    width: 100%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    overflow: auto;
  }

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

  .footer-warning {
    padding-bottom: 60px;
  }

  .footer-adds {
    max-width: 360px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-company {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .kpi-h1 {
    font-size: 32px;
  }

  .kpi-block {
    flex-flow: column;
    margin-top: 20px;
  }

  .kpi-img {
    width: 280px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .fund-info {
    flex-flow: column;
  }

  .fund-p-title {
    flex-flow: wrap;
  }

  .fund-p-title-more {
    text-align: right;
    margin-left: auto;
    font-size: 12px;
  }

  .howbuy-list {
    text-align: center;
    font-size: 14px;
  }

  .howbuy-row-gray, .howbuy-row-w {
    padding: 5px;
  }

  .fund-buy-date {
    width: 100%;
    margin-top: 0;
  }

  .fund-download {
    justify-content: space-between;
  }

  .download-item {
    max-width: 29%;
  }

  .download-item:hover {
    transform: none;
  }

  .download-text {
    font-size: 14px;
  }

  .sleep-text-block {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
    display: flex;
  }

  .strategy-link-img {
    display: none;
  }

  .strategy-link-img-mb, .strategy-chart-img-mb {
    display: block;
  }

  .scroll-x-effect {
    display: flex;
  }

  .co-web {
    border-bottom: 1px solid #fc4b4b;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .mb-br {
    display: block;
  }

  ._12px {
    font-size: 10px;
  }

  .popup-container {
    height: 60svh;
    overflow: auto;
  }

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

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

  .footer-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .backto-index-btn {
    z-index: 999;
    background-position: 50% 5px;
    background-size: 20px;
    border-radius: 0 0 30px 30px;
    width: 40px;
    height: 35px;
    margin-top: 81px;
  }

  .backto-index-btn.home {
    background-position: 50%;
    background-size: 25px;
    width: 50px;
    height: 50px;
  }

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

  .popup-name {
    font-size: 18px;
  }

  .popup-number {
    color: #e63927;
    margin-top: 0;
  }
}

#w-node-_9343040a-1486-ef5e-b8e8-1331841ec6ce-fde7b7fc {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9343040a-1486-ef5e-b8e8-1331841ec6ce-fde7b7fc {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9343040a-1486-ef5e-b8e8-1331841ec6ce-fde7b7fc {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}


