:root {
  --white: #fff;
  --black: #000;
  --main-blue: #008dd7;
  --darker-blue: #004896;
  --footer-blue: #00b2e8;
  --light-blue: #36a7e2;
  --transparent: rgba(0, 0, 0, 0);
  --grey-ea: #eaeaea;
  --light-blue-2: #4cb0e3;
  --neon-blue: #92f2ff;
  --skyblue: #a8daef;
  --ezerra-lavander: #bdbbd8;
  --orange: #e16e06;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Noto Sans TC, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  line-height: 175%;
}

a {
  color: var(--main-blue);
  text-decoration: underline;
  transition: color .8s;
}

a:hover {
  color: var(--darker-blue);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  margin-bottom: 15px;
}

.all {
  padding-top: 75px;
  position: relative;
}

.section-banner {
  position: relative;
  overflow: hidden;
}

.section-content {
  position: relative;
}

.section-footer {
  z-index: 1000;
  position: relative;
}

.footer-b {
  background-color: var(--footer-blue);
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.container {
  max-width: none;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

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

.container.v-onlinestore {
  max-width: 1640px;
}

.container.v-header {
  max-width: 1440px;
  padding-left: 2%;
  padding-right: 2%;
}

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

.footer-logo-b {
  width: 165px;
}

.img-full {
  width: 100%;
  display: block;
  position: relative;
}

.common-img-link {
  transition: opacity .8s;
  display: block;
}

.common-img-link:hover {
  opacity: .7;
}

.footer-main-b {
  max-width: 850px;
  flex: 1;
  margin-right: 100px;
}

.footer-link-list {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

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

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.header {
  z-index: 3000;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header-bg {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 7px 5px rgba(0, 0, 0, .1);
}

.header-logo-link {
  z-index: 10;
  width: 17%;
  max-width: 200px;
  float: none;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition-property: opacity;
  display: block;
  position: relative;
}

.header-logo-link:hover {
  opacity: .7;
}

.nav-menu {
  float: none;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-menu {
  float: none;
}

.header-wrap {
  height: 75px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-item {
  margin-left: 20px;
}

.nav-link {
  text-align: center;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav-link:hover {
  color: var(--main-blue);
}

.nav-link-line {
  width: 100%;
  height: 2px;
  background-color: var(--main-blue);
  transform-style: preserve-3d;
  transition: all .8s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: scale3d(0, 1, 1);
}

.menu-logo-img {
  width: auto;
  height: 30px;
  max-width: none;
}

.home-banner-b {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-col {
  width: 50%;
  position: relative;
}

.home-banner-col.col-r {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home-banner-img-b {
  position: relative;
  overflow: hidden;
}

.home-banner-img-1 {
  background-image: url('../images/home-banner-1-22x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 104.58%;
  position: relative;
}

.home-banner-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--footer-blue);
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-banner-overlay.color-2 {
  background-color: var(--main-blue);
}

.home-banner-overlay.color-3 {
  background-color: var(--darker-blue);
}

.home-banner-img-2 {
  background-image: url('../images/home-banner-2-42x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 34.375%;
  position: relative;
}

.home-banner-logo-b {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.home-banner-img-3 {
  background-image: url('../images/home-banner-3-22x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 44.58%;
  position: relative;
}

.home-banner-slope {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.home-banner-slope-img {
  margin-bottom: -1px;
  margin-left: -5px;
  margin-right: -5px;
}

.section-home-about {
  z-index: 10;
  position: relative;
}

.home-about-bg-grey {
  width: 100%;
  height: 70%;
  background-color: var(--grey-ea);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: skew(0deg, 9.5deg);
}

.home-about-tab {
  overflow: hidden;
}

.home-about-tab-menu {
  z-index: 10;
  width: 200px;
  height: 100%;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: flex-end;
  margin-top: -7%;
  padding-right: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-about-tab-content {
  flex: 1;
  margin-top: -5%;
  overflow: hidden;
}

.home-item-tab-link {
  width: 100%;
  background-color: var(--transparent);
  opacity: .7;
  color: var(--white);
  text-align: right;
  background-image: url('../images/home-about-tab-dot.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  transition-property: opacity;
  display: block;
}

.home-item-tab-link:hover {
  opacity: 1;
  color: var(--white);
}

.home-item-tab-link.w--current {
  background-color: var(--transparent);
  opacity: 1;
}

.home-about-img-b {
  width: 40%;
  flex: none;
  order: -1;
}

.home-about-blue-content {
  width: 100%;
  background-color: var(--main-blue);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.home-about-blue-wrap {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -9%;
  margin-bottom: -9%;
  display: flex;
  position: relative;
  transform: skew(0deg, 9.5deg);
}

.home-about-blue-wrap.v-fore {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-about-txt-b {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 12%;
  padding-right: 200px;
  display: flex;
}

.home-about-tab-pane {
  padding-bottom: 11%;
}

.home-about-skew {
  padding-top: 14%;
  position: relative;
  overflow: hidden;
  transform: skew(0deg, -9.5deg);
}

.home-about-tab-menu-bg {
  width: 200px;
  height: 100%;
  background-color: var(--light-blue-2);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hidden-h1 {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.home-about-txt-content {
  width: 100%;
  padding: 75px 50px;
  font-weight: 400;
}

.section-heading-txt {
  margin-bottom: 30px;
  position: relative;
}

.section-heading-txt.v-shinbiofemin {
  font-weight: 900;
}

.home-about-img-bg {
  width: 100%;
  height: 100%;
  min-height: 46.32vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-about-img-bg.img-1 {
  background-image: url('../images/home-about-slide-1-bg-22x.png');
}

.home-about-img-bg.img-2 {
  background-image: url('../images/home-about-slide-2-bg-22x.jpg');
}

.btn-banner-scrolldown {
  width: 40px;
  margin-top: 4.5%;
  transition-property: opacity;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.btn-banner-scrolldown:hover {
  opacity: .6;
}

.section-home-milestone {
  position: relative;
}

.home-milestone-slider {
  height: auto;
  background-color: var(--transparent);
}

.hide {
  display: none;
}

.home-milestone-bg-grey {
  height: 90%;
  background-color: var(--grey-ea);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: skew(0deg, 9.5deg);
}

.home-milestone-slide-arrow {
  width: 30px;
  margin-left: 20px;
  margin-right: 20px;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
  transform: translate(0, -50%);
}

.home-milestone-slide-arrow.v-next {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-milestone-img-b {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.home-about-bg-triangle {
  width: 50%;
  margin-bottom: 1%;
  margin-left: -13%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-other-content {
  position: relative;
  transform: rotate(-10deg);
}

.home-other-heading-b {
  color: var(--main-blue);
  margin-bottom: -5%;
}

.home-other-slider {
  width: 22.5%;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-other-slide {
  width: 100%;
  flex: none;
  position: relative;
}

.home-other-slide.slick-item.slick-current {
  z-index: 10;
  transform: scale(1.3);
}

.home-other-link {
  display: block;
  position: relative;
  transform: rotate(10deg);
}

.home-other-item-img-b {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  position: relative;
}

.home-other-item-bg {
  height: 70%;
  background-color: var(--main-blue);
  transition: height .8s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skew(0deg, -9.5deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.section-home-other {
  padding-top: 10%;
  padding-bottom: 16%;
  overflow: hidden;
}

.other-product-b {
  position: relative;
}

.other-product-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10%;
  display: flex;
  position: relative;
}

.other-product-menu-box {
  z-index: 10;
  background-color: var(--main-blue);
  color: var(--white);
  padding: 80px 30px 50px;
  position: relative;
}

.other-product-menu {
  z-index: 10;
  width: 300px;
  flex: none;
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}

.other-product-menu-bottom {
  margin-top: -2px;
}

.other-product-listing-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.other-product-menu-item {
  margin-bottom: 20px;
}

.other-product-menu-link {
  color: var(--white);
  background-image: url('../images/op-menu-bullet.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: 4px;
  padding-left: 15px;
  font-weight: 400;
  text-decoration: none;
}

.other-product-menu-link:hover {
  color: var(--neon-blue);
  text-decoration: underline;
}

.other-product-content-b {
  flex: 1;
  padding-top: 80px;
  padding-left: 50px;
  position: relative;
}

.other-product-content-b.v-detail {
  padding-bottom: 5%;
}

.other-product-bg {
  height: 90%;
  background-color: var(--grey-ea);
  margin-top: 2%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: skew(0deg, 9.5deg);
}

.other-product-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.other-product-item {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 2%;
  padding-right: 2%;
}

.other-product-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.other-product-link:hover {
  color: var(--main-blue);
  text-decoration: underline;
}

.other-product-item-img-b {
  width: 120px;
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.other-product-item-content {
  flex: 1;
  padding-top: 10px;
}

.other-product-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.other-product-item-info {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.detail-back-b {
  margin-bottom: 30px;
}

.btn-detail-back {
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: none;
}

.btn-detail-back:hover {
  color: var(--main-blue);
}

.btn-detail-back-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-detail-back-circle {
  width: 30px;
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.btn-circle-hover-arrow {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.btn-circle-hover-circle {
  width: 100%;
  height: 100%;
  background-color: var(--main-blue);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: scale(0);
}

.btn-circle-hover-circle.v-white {
  background-color: var(--white);
}

.other-product-detail-heading {
  color: var(--main-blue);
  margin-bottom: 10px;
}

.other-product-detail-content {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.other-product-detail-col-r {
  flex: 1;
}

.other-product-detail-col-l {
  width: 40%;
  max-width: 600px;
  margin-right: 5%;
}

.common-slider-arrow-btn {
  z-index: 20;
  width: 40px;
  height: 40px;
  border: 2px solid var(--main-blue);
  background-color: var(--main-blue);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.common-slider-arrow-btn.v-productimage {
  margin-top: -25px;
  margin-left: 10px;
  margin-right: 10px;
}

.other-product-detail-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  position: relative;
}

.other-product-detail-img.img-1 {
  background-image: url('../images/op-detail-img-12x.jpg');
}

.other-product-detail-img.img-3 {
  background-image: url('../images/op-detail-img-22x.jpg');
}

.other-product-detail-img.img-2 {
  background-image: url('../images/op-detail-img-32x.jpg');
}

.other-product-detail-slider-mask {
  z-index: 1;
}

.other-product-detail-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.op-detail-title-b {
  margin-bottom: 20px;
}

.op-detail-subtitle {
  font-weight: 600;
}

.op-detail-tag-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.op-detail-tag-item {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.product-tag-link {
  background-color: var(--skyblue);
  text-align: center;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .8s, color .8s;
}

.product-tag-link:hover {
  background-color: var(--main-blue);
  color: var(--white);
}

.op-detail-thumbnail-list {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.op-detail-thumbnail-item {
  width: 33.3%;
  margin-bottom: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.op-detail-thumbnail-link {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 10px;
  transition: border-color .8s;
  position: relative;
  overflow: hidden;
}

.op-detail-thumbnail-link:hover, .op-detail-thumbnail-link.v-active {
  border-color: var(--main-blue);
}

.op-detail-info-list {
  margin-top: 30px;
}

.op-detail-info-gp {
  margin-bottom: 30px;
}

.op-detail-info-gp-title {
  background-color: var(--main-blue);
  color: var(--white);
  background-image: url('../images/home-about-tab-dot.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 6px;
  margin-bottom: 15px;
  padding: 10px 20px 10px 40px;
  font-weight: 600;
}

.op-detail-info-content {
  padding-left: 20px;
}

.op-detail-store-b {
  margin-top: 30px;
}

.op-detail-store-title {
  border-bottom: 2px solid var(--main-blue);
  color: var(--main-blue);
  background-image: url('../images/onlineshop-icon-cart-blue.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-weight: 600;
}

.op-detail-store-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.op-detail-store-item {
  color: var(--main-blue);
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-style: italic;
  font-weight: 700;
}

.op-detail-store-link {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 10px;
  transition-property: border-color;
  overflow: hidden;
}

.op-detail-store-link:hover {
  border-color: var(--main-blue);
}

.store-img {
  max-height: 50px;
  max-width: 100%;
}

.main-product-banner-b {
  overflow: hidden;
}

.section-main-product-intro {
  z-index: 10;
  margin-top: 0%;
  position: relative;
}

.product-main-bg-grey {
  width: 100%;
  height: 110%;
  background-color: var(--grey-ea);
  margin-top: 3.42%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: skew(0deg, 9.5deg);
}

.product-main-bg-grey.v-ezerra {
  height: 80%;
  transform: skew(0deg, 9.5deg);
}

.product-main-skew {
  padding-top: 14%;
  position: relative;
  transform: skew(0deg, -9.5deg);
}

.product-main-tab-pane {
  padding-bottom: 11%;
}

.product-main-tab {
  padding-top: 14%;
  overflow: hidden;
}

.product-main-tab.edit {
  opacity: 0;
}

.product-main-tab-menu {
  z-index: 100;
  transform-origin: 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 50px;
  display: flex;
  transform: skew(0deg, -9.5deg);
}

.product-main-tab-content {
  flex: 1;
  margin-top: -22%;
  overflow: hidden;
}

.product-main-blue-content {
  width: 100%;
  background-color: var(--main-blue);
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 10px rgba(0, 0, 0, .3);
}

.product-main-blue-content.v-dakkukai {
  background-color: #1d5490;
}

.product-main-blue-content.v-shinfermin {
  background-color: #bf5804;
}

.product-main-blue-content.v-ezerra {
  background-color: var(--ezerra-lavander);
}

.product-main-blue-wrap {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -9%;
  margin-bottom: -9%;
  padding-left: 100px;
  display: flex;
  position: relative;
  transform: skew(0deg, 9.5deg);
}

.product-main-txt-b {
  background-color: var(--white);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 9%;
  padding-bottom: 17%;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.product-main-img-b {
  width: 50%;
  flex: none;
  order: -1;
  justify-content: center;
  align-items: center;
  padding-top: 6%;
  display: flex;
  position: relative;
}

.product-main-img-b.color-red {
  background-color: #9e2120;
}

.product-main-img-b.color-darkblue {
  background-color: #096eb0;
}

.product-main-img-b.color-yellow {
  background-color: #e6c400;
}

.product-main-img-b.color-orange {
  background-color: #db6b00;
}

.product-main-img-b.color-lavander {
  background-color: #aca5ca;
}

.product-main-txt-content {
  width: 100%;
  padding: 40px 50px 80px;
  font-weight: 400;
  position: relative;
}

.product-main-txt-border {
  width: 50px;
  height: 100%;
  background-color: var(--grey-ea);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.product-main-tab-link {
  background-color: var(--transparent);
  opacity: .2;
  margin-bottom: 15px;
  margin-right: 30px;
  padding: 0;
  font-weight: 500;
  transition-property: opacity;
}

.product-main-tab-link:hover {
  opacity: 1;
  color: var(--black);
}

.product-main-tab-link.w--current {
  background-color: var(--transparent);
  opacity: 1;
}

.product-main-bg-triangle {
  width: 29.5%;
  background-color: var(--main-blue);
  padding-top: 30%;
  position: relative;
  transform: skew(0deg, -9.5deg);
}

.product-main-bg-triangle.v-dakkukai {
  background-color: #1d5490;
}

.product-main-bg-triangle.v-shinbiofermin {
  background-color: #db6b00;
}

.product-main-bg-triangle.v-ezerra {
  background-color: var(--ezerra-lavander);
}

.product-main-bg-triangle-wrap {
  margin-top: -31%;
  transform: skew(0deg, -9.5deg);
}

.product-main-detail-b {
  font-weight: 300;
  position: relative;
}

.product-main-heading-b {
  margin-bottom: 30px;
  position: relative;
}

.product-main-heading-sub {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.product-main-img {
  position: relative;
}

.product-main-btn-gp {
  transform-origin: 0 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1%;
  margin-left: -100px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: skew(0deg, -9.5deg);
}

.product-main-btn-gp.hide {
  display: none;
}

.product-main-btn {
  width: 100px;
  height: 100px;
  background-color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  transition-property: background-color;
  display: flex;
  position: relative;
}

.product-main-btn:hover {
  background-color: var(--skyblue);
}

.product-main-btn.tab-prev {
  background-color: var(--grey-ea);
}

.product-main-btn.tab-prev:hover {
  background-color: var(--skyblue);
}

.product-main-arrow {
  width: 30px;
}

.product-main-btn-cart {
  width: 70px;
  height: 70px;
  background-color: var(--main-blue);
  transform-origin: 0 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transition-property: background-color;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: skew(0deg, -9.5deg);
}

.product-main-btn-cart:hover {
  background-color: var(--footer-blue);
}

.product-main-btn-cart.v-shinbiofermin {
  background-color: #da6b00;
}

.product-main-btn-cart.v-shinbiofermin:hover {
  background-color: #bf5903;
}

.product-main-cart-icon {
  width: 73.6%;
  flex: none;
  transform: skew(0deg, 9.5deg);
}

.section-counterpain-feature {
  z-index: 10;
  margin-top: 30px;
  padding-top: 1%;
  padding-bottom: 10%;
  position: relative;
  overflow: hidden;
}

.counterpain-feature-content {
  max-width: 1335px;
  margin-left: auto;
  margin-right: auto;
}

.counterpain-feature-heading {
  color: var(--main-blue);
  letter-spacing: 4px;
  margin-bottom: 30px;
  font-weight: 900;
}

.counterpain-feature-heading-num {
  font-size: 80px;
}

.counterpain-feature-img-gp {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.counterpain-feature-img-b {
  width: 33.3%;
  overflow: hidden;
}

.section-product-vid {
  z-index: 10;
  text-align: center;
  position: relative;
}

.product-vid-slider {
  height: auto;
  max-width: 1000px;
  background-color: var(--transparent);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.product-vid-slider-arrow {
  width: 30px;
  margin-left: -15px;
  margin-right: -15px;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
  transform: translate(0, -50%);
}

.product-vid-slider-arrow.v-next {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section-onlineshop {
  background-color: var(--main-blue);
  color: var(--white);
  margin-top: 5%;
  padding-bottom: 60px;
  position: relative;
}

.onlineshop-slope-b {
  width: 100%;
  margin-top: 2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: translate(0, -100%);
}

.onlineshop-slode-img-b {
  margin-left: -2px;
  margin-right: -2px;
}

.onlinestore-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.onlinestore-item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.onlinestore-link {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 6px;
  transition-property: border-color;
  overflow: hidden;
}

.onlinestore-link:hover {
  border-color: var(--main-blue);
}

.online-store-img {
  max-height: 50px;
  max-width: 100%;
}

.onlinestore-heading-b {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.onlinestore-heading-icon-b {
  width: 55px;
  margin-right: 10px;
}

.onlinestore-heading-txt {
  flex: 1;
}

.product-main-feature-list {
  margin-top: 30px;
}

.product-main-feature-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-main-feature-fieldname {
  width: 100px;
}

.product-main-feature-data {
  flex: 1;
}

.op-footnote {
  font-size: 13px;
  line-height: 120%;
}

.op-video-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.op-video-item {
  min-width: 50%;
  flex: 1;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.op-content-img-item {
  margin-bottom: 30px;
}

.dakkukai-feature-heading {
  color: var(--main-blue);
  letter-spacing: 4px;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 900;
  line-height: 120%;
}

.dakkukai-feature-img-b {
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .75);
}

.dakkukai-feature-content {
  max-width: 1335px;
  margin-left: auto;
  margin-right: auto;
  transform: skew(0deg, -9.5deg);
}

.section-dakkukai-feature {
  z-index: 10;
  margin-top: -50px;
  padding-top: 1%;
  padding-bottom: 10%;
  position: relative;
  overflow: hidden;
}

.section-shinbiofermin-feature {
  z-index: 10;
  margin-top: -50px;
  padding-top: 1%;
  position: relative;
  overflow: hidden;
}

.shinbiofermin-detail-title-img-b {
  max-width: 540px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.shinbiofermin-detail-content-b {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
  position: relative;
}

.shinbiofermin-detail-content-heading-b {
  max-width: 1410px;
  color: var(--orange);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.shinbiofermin-feature-heading-num {
  font-size: 80px;
}

.shinbiofermin-dash-line {
  width: 100%;
  height: 8px;
  background-image: url('../images/orange-dash-line2x.png');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.shinbiofermin-detail-content-txt {
  max-width: 1080px;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
}

.shin-biofermin-highlight {
  color: var(--orange);
  font-weight: 700;
  text-decoration: underline;
}

.shinbiofermin-feature-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 40px -1.3% -30px;
  display: flex;
}

.shinbiofermin-feature-item {
  width: 33.3%;
  margin-bottom: 30px;
  padding-left: 1.3%;
  padding-right: 1.3%;
}

.shinbiofermin-feature-box {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  background-color: #db6b00;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  box-shadow: 11px 11px #b45a1d;
}

.shinbiofermin-feature-txt-b {
  margin-top: -10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.shinbiofermin-feature-title-cn {
  font-size: 24px;
  line-height: 120%;
}

.shinbiofermin-feature-title-en {
  font-size: 20px;
  line-height: 120%;
}

.shinbiofermin-feature-title-b {
  border-bottom: 2px solid var(--white);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.shinbiofermin-bg-bubble-b {
  width: 17.7%;
  margin-bottom: 18%;
  margin-right: -7%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: skew(0deg, -9.5deg);
}

.ezzera-product-heading-mass {
  font-size: 24px;
  line-height: 120%;
}

.ezerra-product-main-bg-purple {
  width: 100%;
  height: 100%;
  background-color: var(--ezerra-lavander);
  margin-bottom: -19%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skew(0deg, -19deg);
}

.ezerra-onlinestore-item {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.ezerra-onlinestore-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.ezerra-onlinestore-heading-b {
  justify-content: flex-start;
  align-items: center;
  margin-right: 110px;
  display: flex;
}

.ezerra-onlinestore-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-ezerra-detail-b {
  background-image: url('../images/ezerra-bg2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -12%;
  margin-bottom: -10%;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
  overflow: hidden;
}

.contact-bg {
  height: 90%;
  background-color: var(--grey-ea);
  margin-top: 2%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: skew(0deg, 9.5deg);
}

.contact-b {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.contact-col-info {
  width: 40%;
  margin-right: 5%;
}

.contact-info-heading {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.contact-item {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-icon-b {
  width: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contact-item-content {
  flex: 1;
}

.ccotnact-link {
  color: var(--white);
  text-decoration: none;
}

.ccotnact-link:hover {
  color: var(--neon-blue);
}

.contact-col-form {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-box {
  background-color: var(--main-blue);
  color: var(--white);
  padding: 80px 30px 20px;
}

.contact-form-bottom-b {
  margin-top: -2px;
}

.form-b {
  margin-bottom: 0;
}

.contact-form-row {
  margin-bottom: 20px;
}

.contact-textfield {
  height: auto;
  background-color: var(--white);
  color: var(--black);
  border: 1px #000;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 12px 15px;
  font-size: 17px;
  line-height: 120%;
  transition: border-color .8s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.contact-textfield::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
}

.contact-textfield::placeholder {
  color: rgba(0, 0, 0, .3);
}

.contact-form-label {
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-textarea {
  width: 100%;
  height: 200px;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  background-color: var(--white);
  color: var(--black);
  border: 1px #000;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 120%;
  transition: border-color .8s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.contact-textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
}

.contact-textarea::placeholder {
  color: rgba(0, 0, 0, .3);
}

.btn-form-submit {
  width: 100%;
  background-color: var(--light-blue);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 30px;
  padding: 15px 30px;
  font-weight: 700;
  display: block;
}

.contact-form-heading-b {
  color: var(--main-blue);
}

.contact-info-box {
  background-color: var(--main-blue);
  color: var(--white);
  padding: 80px 30px 40px;
}

.contact-info-deco {
  margin-top: -2px;
}

.form-success {
  background-color: var(--transparent);
  text-align: left;
  padding: 0;
}

.nav-lang-b {
  order: 1;
  margin-left: 20px;
}

.nav-lang-dropdown {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 120%;
}

.nav-lang-dropdown-toggle {
  background-color: var(--main-blue);
  color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  transition: background-color .8s;
  display: flex;
}

.nav-lang-dropdown-toggle:hover {
  background-color: var(--footer-blue);
}

.lang-arrow {
  width: 8px;
  height: 8px;
  background-image: url('../images/lang-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  margin-left: 5px;
}

.nav-lang-dropdown-list.w--open {
  background-color: var(--transparent);
  border-radius: 10px;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%, 100%);
}

.nav-lang-dropdown-wrap {
  background-color: var(--footer-blue);
  border-radius: 10px;
  margin-top: 2px;
  overflow: hidden;
}

.nav-lang-link {
  color: var(--white);
  text-align: center;
  padding: 8px 15px;
  transition: background-color .8s, color .8s;
}

.nav-lang-link:hover {
  color: var(--white);
  background-color: #009ad6;
}

html.w-mod-js [data-ix="common-fade-from-left"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="common-scale-fade-in"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="common-fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="common-fade-from-top"] {
  opacity: 0;
  transform: translate(0, -50px);
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 20px;
  }

  h2 {
    font-size: 50px;
  }

  .container.v-header {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-logo-link {
    width: 240px;
    max-width: none;
  }

  .nav-menu-item {
    margin-left: 40px;
  }

  .nav-link {
    font-size: 18px;
  }

  .home-about-img-b {
    width: 50%;
  }

  .home-about-img-bg {
    min-height: 58vw;
  }

  .btn-banner-scrolldown {
    width: 50px;
  }

  .other-product-wrap {
    margin-bottom: 4%;
  }

  .other-product-menu-box {
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .other-product-menu-link {
    background-position: 0 10px;
    font-size: 18px;
    line-height: 120%;
  }

  .other-product-content-b {
    padding-top: 120px;
  }

  .other-product-bg {
    height: 80%;
  }

  .other-product-item {
    width: 33.3%;
    margin-bottom: 50px;
  }

  .other-product-item-img-b {
    width: 150px;
    margin-right: 20px;
  }

  .other-product-detail-col-l {
    margin-right: 50px;
  }

  .product-main-tab-menu {
    padding-left: 100px;
  }

  .product-main-img-b {
    width: 50%;
  }

  .product-main-txt-content {
    padding-bottom: 90px;
  }

  .product-main-tab-link {
    margin-right: 40px;
    font-size: 24px;
    line-height: 120%;
  }

  .product-main-heading-sub {
    font-size: 24px;
  }

  .counterpain-feature-heading-num {
    font-size: 100px;
  }

  .product-vid-slider-arrow {
    width: 40px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .onlinestore-list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .onlinestore-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .online-store-img {
    max-height: 60px;
  }

  .onlinestore-heading-icon-b {
    width: 70px;
  }

  .dakkukai-feature-heading {
    font-size: 100px;
  }

  .shinbiofermin-detail-content-b {
    margin-bottom: 80px;
  }

  .shinbiofermin-feature-heading-num {
    font-size: 100px;
  }

  .ezerra-onlinestore-item {
    padding-left: 35px;
    padding-right: 35px;
  }

  .ezerra-onlinestore-list {
    margin-left: -35px;
    margin-right: -35px;
  }

  .contact-bg {
    height: 80%;
  }

  .contact-textfield, .contact-textarea {
    font-size: 20px;
  }

  .nav-lang-b {
    margin-left: 40px;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 60px;
  }

  .home-about-tab-menu {
    width: 240px;
  }

  .home-about-txt-b {
    padding-right: 240px;
  }

  .home-about-tab-menu-bg {
    width: 240px;
  }

  .home-about-txt-content {
    padding-left: 140px;
    padding-right: 70px;
  }

  .btn-banner-scrolldown {
    width: 65px;
  }

  .home-milestone-slide-arrow {
    width: 45px;
  }

  .home-other-slider.slick-item-list {
    width: 20%;
  }

  .other-product-menu-box {
    padding: 150px 80px 100px;
  }

  .other-product-menu {
    width: 415px;
  }

  .other-product-listing-title {
    font-size: 35px;
  }

  .other-product-content-b {
    padding-top: 150px;
    padding-left: 80px;
  }

  .other-product-item {
    margin-bottom: 70px;
  }

  .other-product-item-img-b {
    width: 180px;
    margin-right: 30px;
  }

  .other-product-item-content {
    padding-top: 20px;
  }

  .other-product-name {
    font-size: 35px;
  }

  .common-slider-arrow-btn {
    width: 50px;
    height: 50px;
  }

  .store-img {
    max-height: 60px;
  }

  .product-main-bg-grey {
    height: 112%;
  }

  .product-main-tab-menu, .product-main-blue-wrap {
    padding-left: 300px;
  }

  .product-main-txt-b {
    padding-right: 140px;
  }

  .product-main-txt-content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .product-main-txt-border {
    width: 140px;
  }

  .product-main-tab-link {
    margin-right: 60px;
    font-size: 28px;
  }

  .product-main-heading-sub {
    font-size: 30px;
  }

  .product-main-btn-gp {
    margin-bottom: 40px;
    margin-left: -130px;
  }

  .product-main-btn {
    width: 130px;
    height: 130px;
  }

  .product-main-arrow {
    width: 40px;
  }

  .product-main-btn-cart {
    width: 95px;
    height: 95px;
    margin-bottom: 17px;
  }

  .counterpain-feature-heading-num {
    font-size: 120px;
  }

  .product-vid-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .product-vid-slider-arrow {
    width: 45px;
    margin-left: -80px;
    margin-right: -80px;
  }

  .section-onlineshop {
    margin-top: 6%;
  }

  .onlinestore-list {
    margin-left: -35px;
    margin-right: -35px;
  }

  .onlinestore-item {
    padding-left: 35px;
    padding-right: 35px;
  }

  .online-store-img {
    max-height: 90px;
  }

  .onlinestore-heading-b {
    margin-bottom: 40px;
  }

  .onlinestore-heading-icon-b {
    width: 75px;
  }

  .product-main-feature-item {
    margin-bottom: 10px;
  }

  .dakkukai-feature-heading {
    font-size: 120px;
  }

  .section-dakkukai-feature, .section-shinbiofermin-feature {
    margin-top: -80px;
  }

  .shinbiofermin-detail-title-img-b {
    max-width: 640px;
  }

  .shinbiofermin-detail-content-b {
    margin-bottom: 120px;
  }

  .shinbiofermin-feature-heading-num {
    font-size: 120px;
  }

  .shinbiofermin-dash-line {
    height: 12px;
    margin-top: 50px;
  }

  .shinbiofermin-detail-content-txt {
    font-size: 25px;
    line-height: 120%;
  }

  .shinbiofermin-feature-box {
    border-radius: 50px;
    font-size: 25px;
    line-height: 120%;
    box-shadow: 16px 16px #b45a1d;
  }

  .shinbiofermin-feature-txt-b {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .shinbiofermin-feature-title-cn {
    font-size: 35px;
    line-height: 120%;
  }

  .shinbiofermin-feature-title-en {
    font-size: 28px;
    line-height: 120%;
  }

  .shinbiofermin-feature-title-b {
    border-bottom-width: 3px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .ezerra-onlinestore-item {
    padding-left: 35px;
    padding-right: 35px;
  }

  .ezerra-onlinestore-list {
    margin-left: -35px;
    margin-right: -35px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 36px;
  }

  .footer-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .container.v-header {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-wrap {
    display: block;
  }

  .footer-logo-b {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-main-b {
    max-width: none;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-link-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: -2%;
    margin-right: -2%;
  }

  .footer-link-item {
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .header-bg {
    z-index: 1;
  }

  .header-logo-link {
    width: 200px;
    max-width: none;
  }

  .nav-menu {
    width: 100%;
    height: 100%;
    background-color: var(--light-blue);
    flex: 0 auto;
    padding: 100px 3vw 120px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .btn-menu {
    z-index: 10;
    padding: 0;
  }

  .btn-menu.w--open {
    background-color: var(--transparent);
  }

  .header-wrap {
    justify-content: space-between;
  }

  .nav-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    margin-left: 0;
    padding: 10px 20px;
  }

  .nav-link {
    color: var(--white);
    font-size: 18px;
    display: inline-block;
  }

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

  .nav-link-line {
    height: 1px;
    background-color: var(--white);
  }

  .btn-menu-open {
    width: 30px;
    height: 30px;
    background-image: url('../images/mobile-menu-open.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
  }

  .btn-menu-close {
    width: 100%;
    height: 100%;
    opacity: 0;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .btn-menu-line-1, .btn-menu-line-2 {
    width: 100%;
    height: 2px;
    background-color: var(--main-blue);
    border-radius: 10px;
    padding: 0;
  }

  .home-about-tab {
    padding-top: 25px;
    display: block;
  }

  .home-about-tab-menu {
    width: auto;
    height: auto;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0% 5vw 4%;
    padding-right: 0;
    position: relative;
    top: auto;
    right: auto;
    transform: skew(0deg, -9.5deg);
  }

  .home-about-tab-content {
    margin-top: -17%;
  }

  .home-item-tab-link {
    width: auto;
    opacity: .4;
    color: var(--main-blue);
    text-align: left;
    background-image: url('../images/home-about-tab-dot-bue.svg');
    background-position: 0 6px;
    background-size: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 0;
  }

  .home-item-tab-link:hover {
    color: var(--main-blue);
  }

  .home-about-txt-b {
    padding-right: 0;
  }

  .home-about-tab-menu-bg {
    display: none;
  }

  .home-about-txt-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .btn-banner-scrolldown {
    width: 30px;
  }

  .home-milestone-slide-arrow {
    width: 20px;
  }

  .home-other-heading-b {
    margin-bottom: 0%;
  }

  .home-other-slider.slick-item-list {
    width: 25%;
  }

  .section-home-other {
    padding-bottom: 20%;
  }

  .other-product-menu-box {
    padding-top: 80px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .other-product-menu {
    width: 250px;
    margin-left: -3vw;
  }

  .other-product-listing-title {
    font-size: 28px;
  }

  .other-product-content-b {
    padding-top: 80px;
    padding-left: 3vw;
  }

  .other-product-item-img-b {
    width: 90px;
  }

  .other-product-item-content {
    padding-top: 0;
  }

  .other-product-name {
    font-size: 20px;
  }

  .other-product-detail-content {
    display: block;
  }

  .other-product-detail-col-l {
    width: 100%;
    max-width: none;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .common-slider-arrow-btn {
    width: 40px;
    height: 40px;
  }

  .other-product-detail-slider {
    width: 60%;
    margin-right: 20px;
  }

  .op-detail-thumbnail-list {
    max-height: 41.5vw;
    flex: 1;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    overflow: auto;
  }

  .op-detail-thumbnail-item {
    width: 50%;
    margin-bottom: 10px;
  }

  .product-main-tab {
    display: block;
  }

  .product-main-tab-menu {
    padding-left: 60px;
    padding-right: 3vw;
  }

  .product-main-blue-wrap {
    padding-left: 60px;
  }

  .product-main-txt-b {
    padding-right: 3vw;
  }

  .product-main-txt-content {
    padding-bottom: 70px;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .product-main-txt-border {
    width: 3vw;
  }

  .product-main-btn-gp {
    margin-left: -60px;
  }

  .product-main-btn {
    width: 60px;
    height: 60px;
  }

  .product-main-arrow {
    width: 20px;
  }

  .product-main-btn-cart {
    margin-bottom: -5px;
  }

  .section-counterpain-feature {
    margin-top: 0;
    padding-top: 5%;
  }

  .counterpain-feature-heading-num {
    font-size: 72px;
  }

  .product-vid-slider-arrow {
    margin-left: -5px;
    margin-right: -5px;
  }

  .section-onlineshop {
    padding-top: 10px;
  }

  .onlinestore-heading-icon-b {
    width: 50px;
  }

  .product-main-feature-item {
    display: block;
  }

  .product-main-feature-fieldname {
    width: auto;
    margin-bottom: 5px;
    font-weight: 500;
  }

  .op-video-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .op-video-item {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dakkukai-feature-heading {
    font-size: 60px;
  }

  .section-dakkukai-feature, .section-shinbiofermin-feature {
    margin-top: 0;
    padding-top: 0%;
  }

  .shinbiofermin-detail-title-img-b {
    max-width: 500px;
    margin-bottom: 40px;
  }

  .shinbiofermin-feature-heading-num {
    font-size: 72px;
  }

  .shinbiofermin-feature-box {
    border-radius: 20px;
    box-shadow: 8px 8px #b45a1d;
  }

  .shinbiofermin-bg-bubble-b {
    width: 24%;
    margin-bottom: 14%;
  }

  .ezerra-onlinestore-heading-b {
    margin-right: 60px;
  }

  .section-ezerra-detail-b {
    margin-top: -15%;
    padding-top: 15%;
  }

  .contact-col-info {
    width: 50%;
    margin-left: -3vw;
    margin-right: 5%;
  }

  .contact-info-heading {
    margin-bottom: 25px;
  }

  .contact-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .contact-icon-b {
    margin-right: 15px;
  }

  .contact-box {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .contact-textfield, .contact-textarea {
    font-size: 16px;
  }

  .contact-form-heading-b {
    margin-bottom: 40px;
  }

  .nav-lang-b {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

  .nav-lang-dropdown {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .nav-lang-dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: 1px;
  }

  li {
    margin-bottom: 10px;
  }

  .all {
    padding-top: 60px;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.v-header {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-logo-link {
    width: 160px;
  }

  .nav-menu {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .header-wrap {
    height: 60px;
  }

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

  .nav-link {
    font-size: 16px;
  }

  .home-about-bg-grey {
    height: 95%;
  }

  .home-about-tab-menu {
    margin-bottom: 8%;
  }

  .home-about-tab-content {
    margin-top: -20%;
  }

  .home-about-img-b {
    width: 100%;
    margin-top: 5%;
    overflow: hidden;
    transform: skew(0deg, -9.5deg);
  }

  .home-about-img-b.v-fore {
    transform: skew(0deg);
  }

  .home-about-blue-wrap {
    display: block;
  }

  .home-about-txt-b {
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .home-about-txt-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-heading-txt {
    margin-bottom: 20px;
  }

  .home-about-img-bg {
    min-height: 0;
    margin-top: -10%;
    padding-top: 115.83%;
    transform: skew(0deg, 9.5deg);
  }

  .btn-banner-scrolldown {
    width: 20px;
  }

  .home-milestone-slide-arrow {
    width: 30px;
    height: 30px;
    background-color: var(--darker-blue);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: flex;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .home-other-heading-b {
    padding-left: 3%;
    padding-right: 3%;
  }

  .home-other-slider.slick-item-list {
    width: 33.3%;
  }

  .section-home-other {
    padding-bottom: 22%;
  }

  .other-product-b {
    margin-bottom: 10%;
  }

  .other-product-wrap {
    display: block;
  }

  .other-product-menu-box {
    margin-bottom: -6%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .other-product-menu {
    width: auto;
    margin-left: -5vw;
    margin-right: -5vw;
    position: relative;
    top: auto;
  }

  .other-product-listing-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .other-product-menu-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .other-product-menu-item {
    width: 33.3%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .other-product-content-b {
    padding-top: 40px;
    padding-left: 0;
  }

  .other-product-bg {
    height: 100%;
  }

  .detail-back-b {
    margin-bottom: 20px;
  }

  .op-detail-store-b {
    margin-top: 20px;
  }

  .product-main-bg-grey, .product-main-bg-grey.v-ezerra {
    height: 100%;
  }

  .product-main-tab-pane {
    padding-bottom: 12%;
  }

  .product-main-tab {
    padding-top: 20%;
  }

  .product-main-tab-menu {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .product-main-tab-content {
    margin-top: -22%;
  }

  .product-main-blue-wrap {
    margin-bottom: 0%;
    padding-left: 0;
    display: block;
  }

  .product-main-txt-b {
    padding-top: 17%;
    padding-bottom: 15%;
    padding-right: 5vw;
  }

  .product-main-img-b {
    width: 100%;
    background-color: var(--main-blue);
    margin-top: -10%;
    padding-top: 0%;
    overflow: hidden;
    transform: skew(0deg, -9.5deg);
  }

  .product-main-txt-content {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .product-main-txt-border {
    width: 5vw;
    background-color: var(--main-blue);
  }

  .product-main-txt-border.v-dakkukai {
    background-color: #1d5490;
  }

  .product-main-txt-border.v-shinbiofermin {
    background-color: #bf5804;
  }

  .product-main-txt-border.v-ezerra {
    background-color: #aca5ca;
  }

  .product-main-tab-link {
    margin-bottom: 10px;
  }

  .product-main-heading-b {
    margin-bottom: 20px;
  }

  .product-main-heading-sub {
    margin-top: 5px;
    font-size: 18px;
  }

  .product-main-img {
    transform: skew(0deg, 9.5deg);
  }

  .product-main-btn-gp {
    margin-bottom: 0%;
    margin-left: 0;
    transform: none;
  }

  .product-main-btn-cart {
    margin-bottom: -2px;
  }

  .counterpain-feature-heading {
    margin-bottom: 15px;
  }

  .counterpain-feature-img-gp {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .product-vid-slider {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-vid-slider-arrow {
    width: 20px;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
  }

  .section-onlineshop {
    padding-top: 30px;
  }

  .op-content-img-item {
    margin-bottom: 20px;
  }

  .op-content-editor-area {
    margin-top: 20px;
  }

  .dakkukai-feature-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .shinbiofermin-detail-title-img-b {
    max-width: 400px;
    margin-bottom: 30px;
  }

  .shinbiofermin-detail-content-b {
    margin-bottom: 40px;
  }

  .shinbiofermin-detail-content-heading-b {
    margin-bottom: 15px;
  }

  .shinbiofermin-dash-line {
    height: 6px;
  }

  .shinbiofermin-feature-list {
    margin-top: 20px;
    margin-left: -2%;
    margin-right: -2%;
  }

  .shinbiofermin-feature-item {
    width: 50%;
    min-width: 300px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .shinbiofermin-feature-box {
    letter-spacing: 0;
  }

  .shinbiofermin-feature-title-cn {
    font-size: 20px;
  }

  .shinbiofermin-feature-title-en {
    font-size: 18px;
  }

  .shinbiofermin-bg-bubble-b {
    width: 28%;
    margin-bottom: 6%;
  }

  .ezzera-product-heading-mass {
    font-size: 20px;
  }

  .ezerra-product-main-bg-purple {
    height: 50%;
  }

  .ezerra-onlinestore-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ezerra-onlinestore-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .ezerra-onlinestore-heading-b {
    margin-bottom: 17px;
  }

  .ezerra-onlinestore-wrap {
    display: block;
  }

  .section-ezerra-detail-b {
    margin-top: -6%;
    margin-bottom: -15%;
    padding-top: 20%;
    padding-bottom: 15%;
  }

  .contact-bg {
    height: 100%;
  }

  .contact-b {
    display: block;
  }

  .contact-col-info {
    width: auto;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .contact-col-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-info-box {
    padding: 60px 5vw 30px;
  }
}

@media screen and (max-width: 479px) {
  .footer-link-list {
    margin-left: -4%;
    margin-right: -4%;
  }

  .footer-link-item {
    padding-left: 4%;
    padding-right: 4%;
  }

  .home-banner-b {
    display: block;
  }

  .home-banner-col {
    width: 100%;
  }

  .home-banner-col.col-r {
    margin-top: -20%;
  }

  .home-banner-logo-b {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .home-item-tab-link {
    margin-right: 25px;
  }

  .home-about-img-b {
    margin-top: 10%;
  }

  .home-about-img-bg {
    margin-top: -20%;
  }

  .other-product-menu-box {
    margin-bottom: -4%;
  }

  .other-product-menu-item {
    width: 50%;
  }

  .other-product-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .other-product-item-img-b {
    width: 80px;
  }

  .other-product-detail-col-l {
    margin-bottom: 20px;
    display: block;
  }

  .other-product-detail-slider-mask {
    border-radius: 20px;
  }

  .other-product-detail-slider {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .op-detail-thumbnail-list {
    max-height: none;
    margin-left: -2%;
    margin-right: -2%;
  }

  .op-detail-thumbnail-item {
    width: 33.3%;
    margin-bottom: 15px;
  }

  .store-img {
    max-height: 40px;
  }

  .product-main-txt-content {
    padding-bottom: 50px;
  }

  .product-main-tab-link {
    margin-right: 20px;
  }

  .product-main-btn {
    width: 45px;
    height: 45px;
  }

  .product-main-arrow {
    width: 15px;
  }

  .product-main-btn-cart {
    width: 50px;
    height: 50px;
    margin-bottom: -2px;
  }

  .counterpain-feature-img-b {
    width: 50%;
  }

  .product-vid-slider {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .product-vid-slider-arrow {
    width: 30px;
    height: 30px;
    background-color: var(--darker-blue);
    border-radius: 0 20px 20px 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .product-vid-slider-arrow.v-next {
    border-radius: 20px 0 0 20px;
  }

  .section-onlineshop {
    margin-top: 14%;
  }

  .online-store-img {
    max-height: 40px;
  }

  .op-video-list {
    display: block;
  }

  .op-video-item {
    margin-bottom: 10px;
  }

  .shinbiofermin-feature-list {
    margin-bottom: -20px;
  }

  .shinbiofermin-feature-item {
    margin-bottom: 20px;
  }

  .shinbiofermin-bg-bubble-b {
    margin-bottom: 5%;
  }

  .ezerra-content-img-b {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}


