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

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

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

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

.navbar.header {
  z-index: 8;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -70px;
  padding: 0;
  position: fixed;
  top: 70px;
}

.nav-item {
  min-height: 70px;
  color: #000;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 1em;
  font-size: 1em;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.nav-item:hover, .nav-item.w--current {
  color: #fff;
  background-color: #eeb211;
}

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

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

.kv-sec {
  height: 834px;
  background-image: url('../images/kv-clean-bg-pc.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  padding-top: 15vh;
  padding-bottom: 10vh;
  position: relative;
}

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

.container.kv {
  justify-content: space-between;
}

.container.power, .container.fund {
  flex-direction: column;
}

.container.rate {
  height: 900px;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.container.guide {
  flex-direction: column;
  padding-bottom: 80px;
}

.container.rate02 {
  flex-direction: column;
}

.kv-text-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.kv-img-block {
  max-height: 514px;
  max-width: 519px;
}

.kv-h2 {
  max-width: 560px;
  color: #c5c5c5;
  text-shadow: 0 1px 3px #003026;
  margin-left: 2em;
  font-size: 1.5em;
}

.kv-date-link {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.sec-h1 {
  color: #025e4c;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.4;
}

.sec-h1.w {
  color: #fff;
}

.note {
  max-width: 1000px;
  text-align: justify;
  font-size: .66em;
}

.note.fund {
  max-width: 1000px;
  text-align: justify;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.note.w {
  color: #fff;
}

.note.w.power {
  margin-top: 20px;
}

.note.slide {
  color: #fff;
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.note.slide.bk {
  color: #000;
}

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

.bg-01 {
  position: relative;
}

.green {
  color: #c3e426;
}

.strategy-sec {
  padding-bottom: 19em;
}

.fund-sec {
  position: relative;
}

.yt-block {
  width: 1110px;
  height: 650px;
  background-image: url('../images/yt-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 2em;
  display: flex;
}

.fund-info-block {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 4em;
}

.buy-link-block {
  width: 360px;
  height: 80px;
  color: #fff;
  background-image: linear-gradient(to right, #00694f 20%, #2e8a70);
  border: 4px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 10px rgba(140, 178, 98, .4);
}

.buy-link-block.hide {
  display: none;
}

.buy-link-text {
  text-shadow: 0 1px 6px #07715d;
  font-size: 1.2em;
  font-weight: 700;
}

.info-link {
  color: #007979;
  font-weight: 700;
}

.yt-embed {
  width: 100%;
  height: 100%;
  border: 1px solid #28866c;
  border-radius: 20px;
  overflow: hidden;
}

.br {
  display: inline;
}

.br.pc {
  display: block;
}

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

.container-type2 {
  max-width: 1140px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.buy-item-title {
  color: #ffd052;
  font-size: 1.5em;
  font-weight: 700;
}

.buy-item-title.white {
  color: #f0faf9;
}

.buy-itm-btn {
  min-width: 200px;
  text-shadow: 0 1px 6px #966d00;
  cursor: pointer;
  background-image: linear-gradient(#ffdc00, #fece0a 29%, #eda300);
  border: 1px solid #ffd052;
  border-radius: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 25px;
  font-size: 1.1em;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 1px 3px #025e4c;
}

.buy-itm-btn:hover {
  background-color: #eeb211;
}

.buy-itm-btn.green {
  color: #007e65;
  text-shadow: 0 1px 6px #fff;
  background-image: linear-gradient(#f4f7f7, #cde4e3);
  border-color: #01684d;
  font-weight: 400;
}

.buy-itm-btn.green:hover {
  background-color: #16856e;
}

.buy-item {
  color: #ffd052;
  margin-top: 30px;
  font-weight: 700;
  display: flex;
}

.section-buy {
  padding-top: 3em;
  position: relative;
  overflow: hidden;
}

.heading-01 {
  color: #00583e;
  text-align: center;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.5;
  display: none;
}

.buy-block-content {
  min-height: 270px;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.buy-bg {
  z-index: 0;
  height: 370px;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png'), linear-gradient(to top, #005b4a, #2b8c6f);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  margin-top: 2em;
  position: relative;
}

.buy-block-item {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-01 {
  background-color: #e2e2e2;
  border: 0 solid #000;
  border-top: 1px solid #ffd052;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.footer-text {
  width: 65vw;
  text-align: justify;
  font-size: 13px;
  font-weight: 400;
}

.footer-add-title {
  text-align: left;
  margin-top: 1em;
  font-size: 18px;
  font-weight: 700;
}

.footer-add-text {
  text-align: left;
  margin-top: .5em;
  font-size: 12px;
  font-weight: 400;
}

.footer-company {
  color: #004a28;
  text-align: left;
  margin-top: 25px;
  font-weight: 700;
}

.footer-company._02 {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

.logo-w {
  width: 160px;
  height: 48px;
  background-image: url('../images/logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.container-footer {
  max-width: 1140px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.footer-02-text {
  color: #fff;
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
}

.footer-02 {
  background-color: #007e65;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.footer-info {
  width: 25vw;
  margin-right: 20px;
}

.fixed-btn-block {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fixed-link-block {
  margin-right: 1em;
  position: relative;
}

.fixed-link {
  width: 118px;
  height: 118px;
  color: #00694f;
  background-image: linear-gradient(#dde9e2, #fff);
  border: 2px solid #28866c;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.fixed-img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.td {
  width: 100%;
  color: #0f826b;
  text-align: center;
  background-color: #f0faf9;
  margin-right: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  text-decoration: none;
}

.td.bg-g {
  color: #fff;
  background-color: #0f826b;
}

.tr {
  justify-content: space-between;
  padding-top: 1px;
  padding-left: 1px;
  display: flex;
  overflow: hidden;
}

.table {
  width: 90%;
  background-color: #0f826b;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 1px;
  display: flex;
}

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

.close-btn.bank {
  transition: transform .2s;
  top: -50px;
  right: 0;
}

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

.cover-bank-head {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.cover-block-content {
  width: 500px;
  background-color: #f0faf9;
  border: 1px solid #eeb211;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 2em;
  font-weight: 700;
  display: flex;
  position: relative;
}

.bank-cover-block {
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(2, 94, 76, .95);
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-note {
  font-size: .8em;
}

.bonus-title {
  color: #e08433;
  text-align: left;
  margin-top: 30%;
  font-size: 25px;
  line-height: 1.5;
}

.bowknot {
  z-index: 9;
  width: 304px;
  height: 230px;
  background-image: url('../images/Bowknot2x2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 304px;
  position: absolute;
  top: -165px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section-bonus {
  z-index: 0;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bonus-list-block {
  max-width: 920px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bonus-icon {
  width: 50px;
  height: 50px;
  background-image: url('../images/Group-70.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.bonus-icon._02 {
  background-image: url('../images/Group-167.svg');
}

.bonus-icon._03 {
  background-image: url('../images/Group-80.svg');
}

.heading-01-2 {
  color: #00583e;
  text-align: center;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.5;
}

.heading-01-2.bonus {
  color: #e08433;
}

.bonus-content {
  color: #5a5a5a;
  text-align: left;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.sub-title-text {
  max-width: 900px;
  color: #404040;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}

.bonus-list-item {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}

.bonus-item {
  width: 290px;
  height: 220px;
  border: 1px solid #eeb211;
  padding: 25px;
  position: relative;
}

.bonus-block-content {
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-92 {
  display: block;
}

.kv-slogan.mb {
  display: none;
}

.fund-name {
  color: #ffefb1;
}

.rate-sec {
  width: 100%;
  background-image: linear-gradient(#bce1ec, #faebc9 40%);
  overflow: hidden;
}

.rate-01 {
  height: 700px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.sec-text {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2;
}

.sec-text._01 {
  max-width: 920px;
  margin-top: 30px;
  font-weight: 500;
}

.sec-text._01.w {
  color: #fff;
  font-size: 1.1em;
}

.rate-02 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.rate-02-intro {
  margin-bottom: 10px;
}

.rate-intro-pc-01 {
  margin-top: 40px;
}

.next-link {
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  text-decoration: none;
  display: flex;
}

.next-link.guide {
  margin-top: 40px;
}

.next-link-text {
  text-shadow: 0 1px 5px #025e4c;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.bg-02 {
  background-image: url('../images/bg-pc-022x-100.jpg');
  background-position: 50% 1210px;
  background-repeat: no-repeat;
  background-size: 1920px;
  position: relative;
}

.guide-01 {
  width: 90%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.power-pc-01 {
  object-fit: cover;
}

.guide-01-img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}

.slide-a-dot-nav {
  z-index: 2;
  width: 100%;
  height: 60px;
  max-width: 880px;
  background-image: linear-gradient(#005b4a, #2b856f);
  border-radius: 99px;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
}

.slider.power {
  height: 700px;
  top: 140px;
}

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

.slide-right-arrow {
  width: 1.6em;
  height: 1.6em;
  background-image: linear-gradient(#007979, #28866c);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -25px;
}

.slide-right-arrow.power {
  top: 25%;
}

.sec-a-slide-block {
  height: auto;
  margin-top: 30px;
  padding-top: 60px;
  position: relative;
}

.slide-left-arrow {
  width: 1.6em;
  height: 1.6em;
  background-image: linear-gradient(#007979, #28866c);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: -25px;
  right: auto;
}

.slide-left-arrow.power {
  top: 25%;
}

.a-chart {
  max-height: 500px;
  max-width: 1110px;
  border: 2px solid #28866c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.mask {
  z-index: 2;
  height: auto;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.a-chart-img-pc {
  width: 1110px;
  object-fit: cover;
}

.guide-02 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-top: 60px;
  display: flex;
}

.power-01 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.power-01-img {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.slide-b-dot-nav {
  z-index: 1;
  width: 100%;
  height: 128px;
  max-width: 800px;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: -128px;
  right: 0;
}

.b-chart-img-pc {
  width: 1110px;
  height: 560px;
  object-fit: cover;
  border: 2px solid #28866c;
  border-radius: 30px;
}

.b-chart {
  height: 700px;
  max-width: 1110px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.power-slide-h2 {
  color: #025e4c;
}

.power-slide-text {
  max-width: 850px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.fund-01 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.yt-tabs {
  width: 960px;
  height: 520px;
  margin-top: -70px;
}

.yt-tab-pane {
  height: 540px;
}

.yt-tab-menu {
  margin-bottom: 10px;
}

.yt-tab-tag {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  line-height: 1;
}

.yt-tab-tag.w--current {
  color: #007979;
  background-color: #fff;
  border-radius: 99px;
}

.team-block {
  width: 100%;
  max-width: 1110px;
  justify-content: space-around;
  display: flex;
}

.col {
  width: 500px;
  text-align: center;
}

.team-img {
  max-width: 400px;
  margin-bottom: 20px;
}

.team-leader-info {
  text-align: left;
  margin-top: 20px;
  line-height: 1.7;
}

.team-cols {
  margin-top: 20px;
  display: flex;
}

.team-col {
  flex: 0 auto;
}

.team-col._02 {
  background-image: url('../images/team-avatar-hr.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
  margin-left: 40px;
}

.team-goal-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 1em;
  display: flex;
}

.team-goal-text-item {
  text-align: left;
  background-image: url('../images/team-check.svg');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: 26px;
  display: inline-block;
}

.esg-text-aplus {
  align-items: flex-end;
  display: flex;
}

.award-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.arrow-init {
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-img {
  width: 10px;
  height: 32px;
}

.arrow-img.left {
  transform: rotate(90deg);
}

.arrow-img.right {
  transform: rotate(-90deg);
}

.rate-intro-mb-01 {
  margin-top: 40px;
  display: none;
}

.power-mb-01 {
  object-fit: cover;
  display: none;
}

.pc-br {
  display: block;
}

.footer-green {
  color: #007979;
}

.footer-green.big {
  font-size: 1.2em;
}

.sec-b-slide-block {
  height: auto;
  margin-top: 30px;
  padding-top: 60px;
  position: relative;
}

.orange {
  color: #ef7c00;
}

.rate-02-sec {
  height: 1400px;
  background-image: url('../images/rate-tower-bg-pc.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin-top: -250px;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}

.rate-01-sec {
  background-image: url('../images/rate-sea-bg-pc.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin-top: -50px;
  position: relative;
}

.rate-deco-man {
  width: 50%;
  height: 50%;
  max-height: 381px;
  max-width: 554px;
  transform-origin: 100% 100%;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: auto;
  right: 0%;
  transform: rotate(0);
}

.rate-deco-coin-left {
  width: 60%;
  height: 60%;
  max-height: 358px;
  max-width: 517px;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: -50px;
  right: auto;
}

.rate-deco-coin-right {
  width: 80%;
  height: 80%;
  max-height: 310px;
  max-width: 1295px;
  position: absolute;
  top: 340px;
  bottom: auto;
  left: auto;
  right: -50px;
}

.compass-block {
  justify-content: center;
  display: flex;
  position: relative;
}

.compass-center {
  width: 504px;
  height: 504px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.compass-img-01 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.compass-img-02 {
  width: 65%;
  height: 65%;
  position: relative;
}

.compass-text-block {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.compass-text {
  max-height: 100px;
  max-width: 360px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.compass-text._02 {
  max-width: 440px;
  top: 72%;
}

.compass-text._03 {
  top: 38%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.compass-text-img.mb {
  display: none;
}

.gtm-ts47rh3 {
  width: 0;
  height: 0;
}

.buy-link-group {
  width: 100%;
  max-width: 800px;
  justify-content: space-around;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .section-buy, .section-bonus {
    margin-top: 0;
  }

  .bonus-block-content {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .nav-menu {
    width: 50vw;
    background-color: rgba(40, 134, 108, .95);
    margin-top: 70px;
    padding: 5vh 0 0;
    position: absolute;
  }

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

  .nav-btn {
    width: 70px;
    height: 70px;
    background-color: #025e4c;
    overflow: hidden;
  }

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

  .nav-item {
    color: #f5f3ef;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.2em;
    display: block;
  }

  .nav-item:hover {
    color: #f5f3ef;
    border-bottom-width: 1px;
  }

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

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

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

  .kv-sec {
    height: 580px;
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container.kv {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.rate {
    height: 600px;
  }

  .container.guide {
    padding-bottom: 40px;
  }

  .kv-text-block {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .kv-img-block {
    width: 50%;
    margin-top: 16vw;
  }

  .kv-h2 {
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .kv-date-link-img {
    width: 20vw;
  }

  .sec-h1 {
    margin-top: 10px;
    font-size: 2em;
  }

  .sec-h1.w {
    text-shadow: 0 0 5px #025e4c;
  }

  .note {
    max-width: 720px;
  }

  .note.fund {
    padding-left: 1em;
    padding-right: 1em;
  }

  .note.slide {
    color: #000;
  }

  .strategy-sec {
    padding-bottom: 12em;
  }

  .yt-block {
    width: 100%;
    height: 100%;
    background-size: contain;
    margin-top: 3em;
  }

  .fund-info-block {
    width: 96%;
    margin-top: 2em;
  }

  .yt-embed {
    border-radius: 20px;
  }

  .container-type2 {
    width: 96vw;
    max-width: 96vw;
  }

  .buy-itm-btn {
    min-width: 150px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
  }

  .section-buy {
    padding-top: 40px;
  }

  .footer-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    padding-bottom: 70px;
  }

  .container-footer {
    width: 94vw;
    max-width: 94vw;
  }

  .footer-02 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .fixed-btn-block {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fixed-link-block {
    flex: 1;
    margin-right: 0;
    display: flex;
  }

  .fixed-link {
    width: 50%;
    height: 70px;
    border-width: 0;
    border-radius: 0;
    flex-direction: row;
    margin-bottom: 0;
    font-size: 1.3em;
    line-height: 1;
  }

  .fixed-link._02 {
    border-left-width: 1px;
    border-left-color: #52b172;
  }

  .fixed-img {
    width: 2em;
    height: 2em;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .bowknot {
    top: -175px;
  }

  .bonus-content {
    font-size: .9rem;
  }

  .sub-title-text {
    font-size: 15px;
    line-height: 25px;
  }

  .bonus-item {
    width: 28vw;
    height: 25vw;
  }

  .bonus-block-content {
    justify-content: space-around;
  }

  .text-span-92 {
    display: inline;
  }

  .rate-01 {
    height: 60vw;
    padding-top: 10vw;
  }

  .sec-tag-img-item {
    max-width: 80%;
  }

  .sec-text._01 {
    max-width: 720px;
    margin-top: 20px;
    font-size: .9em;
    line-height: 1.4;
  }

  .sec-text._01.w {
    font-size: .9em;
  }

  .rate-02 {
    padding-top: 20px;
  }

  .rate-02-intro {
    margin-left: 20px;
    margin-right: 20px;
  }

  .rate-intro-pc-01 {
    margin-top: 20px;
  }

  .next-link {
    margin-top: 30px;
  }

  .next-btn-ball {
    max-width: 40px;
  }

  .next-link-text {
    font-size: 1em;
  }

  .bg-02 {
    background-position: 50% 75%;
    background-size: 160vw;
  }

  .guide-01 {
    width: 100%;
    padding-top: 40px;
  }

  .guide-01-img {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-a-dot-nav {
    max-width: 680px;
    top: -50px;
  }

  .slider {
    height: 310px;
  }

  .slide-right-arrow {
    width: 1em;
    height: 1em;
    margin-right: -20px;
    right: 0;
  }

  .slide-right-arrow.power {
    top: 15%;
  }

  .sec-a-slide-block {
    padding-top: 50px;
  }

  .slide-left-arrow {
    width: 1em;
    height: 1em;
    left: -20px;
  }

  .slide-left-arrow.power {
    top: 15%;
  }

  .a-chart {
    height: 39vw;
    background-image: none;
  }

  .mask {
    width: 94vw;
  }

  .a-chart-img-pc {
    height: 39vw;
  }

  .guide-02 {
    margin-top: 140px;
    padding-top: 20px;
  }

  .power-01 {
    padding-top: 0;
  }

  .power-01-img {
    margin: 30px 20px 20px;
  }

  .b-chart-img-pc {
    height: 48vw;
  }

  .b-chart {
    height: 68vw;
    background-image: none;
  }

  .yt-tabs {
    width: 80vw;
    max-height: 430px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    display: flex;
  }

  .yt-tab-pane {
    width: 80vw;
    height: 45vw;
  }

  .yt-tab-menu {
    align-self: flex-start;
  }

  .yt-tab-tag {
    font-size: .8em;
  }

  .team-block {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col {
    width: 45vw;
  }

  .team-img {
    width: 40vw;
  }

  .team-leader-info, .team-goal-text-item {
    font-size: .9em;
  }

  .awards-text {
    font-size: .7em;
  }

  .awards-h3 {
    font-size: .9em;
  }

  .arrow-init {
    width: .9em;
    height: .9em;
  }

  .yt-tab-content {
    width: 80vw;
    justify-content: center;
    align-items: center;
  }

  .rate-intro-mb-01 {
    margin-top: 20px;
  }

  .sec-b-slide-block {
    padding-top: 50px;
  }

  .rate-02-sec {
    margin-top: -170px;
  }

  .rate-01-sec {
    background-position: 36% 100%;
    background-size: 180vw;
  }

  .rate-deco-man {
    width: 40%;
    height: 40%;
  }

  .compass-text._02 {
    top: 79%;
    right: 5%;
  }

  .compass-text._03 {
    left: 5%;
  }

  .compass-text._01 {
    max-width: 100%;
    right: 5%;
  }

  .compass-text-img {
    display: none;
  }

  .compass-text-img.mb {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .ham-close-icon {
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-menu {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .navbar.header {
    height: 70px;
  }

  .nav-btn {
    padding: 21px;
  }

  .nav-item {
    padding-top: 8%;
    padding-bottom: 8%;
  }

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

  .kv-sec {
    background-image: url('../images/kv-clean-bg-mb.png');
  }

  .container {
    overflow: visible;
  }

  .container.kv {
    height: 100%;
    flex-direction: column;
    padding-top: 0;
    padding-left: .25em;
    padding-right: .25em;
    position: relative;
  }

  .kv-text-block {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 0;
    position: relative;
    top: -60px;
  }

  .kv-img-block {
    width: 65%;
    justify-content: flex-end;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .kv-h2 {
    text-align: center;
    margin-top: .5em;
    margin-left: .25em;
    margin-right: .25em;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .kv-date-link {
    width: 40vw;
    margin-top: .5em;
    position: relative;
  }

  .kv-date-link-img {
    width: 40vw;
  }

  .sec-h1 {
    text-shadow: none;
    margin-bottom: .25em;
    padding-left: .25em;
    padding-right: .25em;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.2;
  }

  .sec-h1.w.mb-no-w {
    color: #025e4c;
    text-shadow: none;
  }

  .note.fund {
    padding-left: 0;
    padding-right: 0;
  }

  .note.team {
    margin-top: 4vw;
    padding-left: .5em;
    padding-right: .5em;
  }

  .bg-01 {
    background-color: #bce1ec;
    margin-top: 70px;
  }

  .strategy-sec {
    padding-bottom: 5em;
  }

  .yt-block {
    width: 98%;
    height: 250px;
    background-position: 50% 40%;
    margin-top: 1em;
  }

  .fund-info-block {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

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

  .buy-link-block {
    width: 80%;
  }

  .yt-embed {
    border-radius: 10px;
  }

  .kv-img {
    max-width: 112%;
  }

  .br, .br.pc {
    display: inline;
  }

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

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

  .buy-itm-btn {
    width: 50%;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-left: .5em;
    margin-right: .5em;
    padding-left: .25em;
    padding-right: .25em;
    font-size: 1em;
  }

  .buy-item {
    flex-direction: row;
    justify-content: space-around;
    margin-top: .5em;
    display: flex;
  }

  .section-buy {
    padding-top: 3em;
  }

  .heading-01 {
    display: none;
  }

  .buy-block-content {
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .buy-bg {
    height: auto;
    margin-top: 1em;
  }

  .buy-block-item {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer-01 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-text {
    width: 100%;
    margin-top: 40px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .container-footer {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .footer-02 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-info {
    width: 100%;
    background-image: none;
    margin-right: 0;
  }

  .fixed-btn-block {
    z-index: 7;
  }

  .fixed-link {
    height: 60px;
    align-items: center;
    font-size: 1em;
  }

  .fixed-img {
    margin-right: 5px;
  }

  .td {
    width: 100%;
    font-size: 14px;
  }

  .cover-block-content {
    width: 95%;
  }

  .bonus-title {
    margin-top: 13%;
  }

  .bowknot {
    width: 40vw;
    height: 30vw;
    background-size: contain;
    top: -102px;
  }

  .section-bonus {
    padding-bottom: 40px;
  }

  .bonus-list-block {
    margin-top: 0;
    padding-right: 10px;
  }

  .bonus-icon {
    width: 46px;
  }

  .bonus-content {
    font-size: 1rem;
  }

  .sub-title-text {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 21px;
  }

  .bonus-item {
    width: 90%;
    height: 54vw;
    margin-bottom: 30px;
  }

  .bonus-block-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .kv-slogan.pc {
    display: none;
  }

  .kv-slogan.mb {
    display: block;
  }

  .rate-01 {
    height: 100%;
    padding-top: 15vw;
    padding-left: .5em;
    padding-right: .5em;
  }

  .sec-tag-img-item {
    max-width: 60%;
  }

  .sec-tag-end {
    width: 40px;
  }

  .sec-text._01 {
    margin-top: .8em;
    font-size: .8em;
  }

  .sec-text._01.w {
    font-size: .8em;
  }

  .sec-text._01.w.mb-no-w {
    color: #333;
  }

  .rate-02 {
    margin-top: 20vw;
    padding: 0 .5em;
  }

  .rate-02-intro {
    margin-left: 0;
    margin-right: 0;
  }

  .rate-intro-pc-01 {
    display: none;
  }

  .bg-02 {
    background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png'), url('../images/bg-mb-022x-100.jpg');
    background-position: 0 0, 50% 80%;
    background-size: auto, 428px;
  }

  .guide-01 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .power-pc-01 {
    display: none;
  }

  .guide-01-img {
    margin-top: 15vw;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-a-dot-nav {
    width: 96%;
    height: 40px;
    font-size: 14px;
    top: -10vw;
  }

  .slider {
    height: auto;
  }

  .slider.power {
    height: auto;
    top: 30vw;
  }

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

  .slide-right-arrow {
    width: 30px;
    height: 30px;
    margin-right: 0;
    display: flex;
    top: 25%;
    bottom: auto;
    left: auto;
    right: -5px;
  }

  .slide-right-arrow.power {
    top: 36%;
  }

  .sec-a-slide-block {
    margin-top: 0;
    padding-top: 20vw;
  }

  .slide-left-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    top: 25%;
    bottom: auto;
    left: -5px;
    right: auto;
  }

  .slide-left-arrow.power {
    top: 36%;
  }

  .slide-item {
    height: 100%;
  }

  .a-chart {
    width: 100%;
    height: 96vw;
  }

  .mask {
    width: 96vw;
  }

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

  .guide-02 {
    margin-top: 0;
    padding-top: 0;
    padding-left: .5em;
    padding-right: .5em;
  }

  .power-01 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .power-01-img {
    margin: 3vw 0;
  }

  .slide-b-dot-nav {
    height: 64px;
    top: -25vw;
    left: -64px;
  }

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

  .b-chart {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #c7e0e0;
    border-radius: 30px;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .power-slide-h2 {
    text-align: center;
    margin-top: 0;
    font-size: 1.4em;
  }

  .power-slide-text {
    text-align: left;
    margin-bottom: 2vw;
    padding-left: .5em;
    padding-right: .5em;
    font-size: .8em;
  }

  .yt-tabs {
    width: 90vw;
    height: auto;
  }

  .yt-tab-pane {
    width: 90vw;
    height: 50vw;
  }

  .yt-tab-menu {
    margin-bottom: 5px;
    display: flex;
  }

  .yt-tab-tag {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .6em;
    line-height: .5;
  }

  .team-block {
    flex-direction: column;
    align-items: stretch;
    padding-left: .5em;
    padding-right: .5em;
  }

  .col {
    width: 100%;
  }

  .team-img {
    width: 100%;
    max-width: 60vw;
    margin-bottom: 10px;
  }

  .team-leader-info {
    margin-top: 10vw;
    font-size: .8em;
  }

  .team-cols {
    margin-top: 10px;
  }

  .team-col._02 {
    margin-left: 10px;
  }

  .team-goal-text {
    width: 100%;
    margin-top: 1em;
  }

  .team-goal-text-item {
    background-position: 0 1.5vw;
    background-size: 20px;
    margin-bottom: 5px;
    padding-left: 7vw;
    font-size: .8em;
    line-height: 1.6;
  }

  .esg-text-aplus {
    display: block;
    position: relative;
  }

  .arrow-init {
    width: .6em;
    height: .6em;
  }

  .arrow-img.left, .arrow-img.right {
    height: 20px;
  }

  .yt-tab-content {
    width: 90vw;
  }

  .rate-intro-mb-01, .power-mb-01 {
    display: block;
  }

  .text-span-93 {
    display: inline-block;
  }

  .mb-br {
    margin-top: -5px;
    display: block;
  }

  .mb-none {
    display: none;
  }

  .pc-br {
    display: inline;
  }

  .sec-b-slide-block {
    margin-top: 20vw;
    padding-top: 0;
  }

  .rate-02-sec {
    height: 100%;
    margin-top: -190px;
    padding-top: 0;
  }

  .rate-01-sec {
    background-position: 30% 62%;
    background-size: 250vw;
  }

  .rate-deco-man {
    width: 63%;
    height: 38%;
  }

  .rate-deco-coin-left {
    width: 50%;
    height: 20%;
    top: 30px;
  }

  .rate-deco-coin-right {
    width: 100%;
    height: 20%;
  }

  .compass-block {
    height: 100vw;
  }

  .compass-center {
    width: 100%;
    height: 100%;
  }

  .compass-img-01 {
    top: 3%;
  }

  .compass-text._02 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .compass-text._03 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .compass-text._01 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .compass-text-img.mb {
    width: 100px;
    height: 70px;
  }

  .compass-text-img.mb._03 {
    width: 69px;
    height: 98px;
  }
}


