html {
  scroll-behavior: smooth;
}

html[lang=en] [data-lang=en] {
  display: block;
}
html[lang=en] [data-lang=ja] {
  display: none;
}

html[lang=ja] [data-lang=en] {
  display: none;
}
html[lang=ja] [data-lang=ja] {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 810px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
}
main[role=main] {
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.gelasio-regular {
  font-family: "Gelasio", serif;
  font-weight: 400;
  font-style: normal;
}

.gelasio-regular-italic {
  font-family: "Gelasio", serif;
  font-weight: 400;
  font-style: italic;
}

.gelasio-medium {
  font-family: "Gelasio", serif;
  font-weight: 500;
  font-style: normal;
}

.gelasio-medium-italic {
  font-family: "Gelasio", serif;
  font-weight: 500;
  font-style: italic;
}

.gelasio-semibold {
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
}

.gelasio-semibold-italic {
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: italic;
}

.gelasio-bold {
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-style: normal;
}

.gelasio-bold-italic {
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-style: italic;
}

.open-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

#floatNav nav {
  position: fixed;
  top: 46vh;
  left: 0;
  background: #ffffff;
  padding: 0 10px;
  z-index: 10;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-width: 1px 1px 1px 0;
  border-color: #888;
  border-style: solid;
}

@media (max-width: 575px) {
  #floatNav nav {
    top: unset;
    bottom: 0;
    border-bottom-right-radius: unset;
  }
}
#floatNav nav a {
  color: white;
  font-size: 1.3em;
  line-height: 1.7;
  text-decoration: none;
}

#floatNav nav a:hover {
  opacity: 0.75;
}

@media (max-width: 575px) {
  #floatNav ul {
    padding: 8px 0 6px 0;
  }
}
#floatNav ul li {
  margin: 10px auto 10px 0;
}

@media (max-width: 575px) {
  #floatNav ul li {
    display: block;
    margin: 0 10px 0 0;
    float: right;
  }
  #floatNav ul li:nth-child(1) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  #floatNav ul li .fa-xl {
    line-height: 1.45em;
  }
}
#floatNav .buyNow {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  background: #1a1a1a;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3125rem;
  font-weight: 600;
  width: 45px;
  height: auto;
  padding: 2rem 0;
  line-height: 2;
  margin-bottom: 1rem;
}

#floatNav .buyNow i {
  margin-top: 0.5rem;
}

@media (max-width: 575px) {
  #floatNav .buyNow {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
            writing-mode: unset;
    text-orientation: disabled;
    width: auto;
    padding: 0.1rem 1rem;
    margin-bottom: 0rem;
  }
}
#floatNav .fa-instagram-square::before,
#floatNav .fa-square-instagram::before {
  font-size: 51px;
  color: #1a1a1a;
}

#floatNav .bg_tiktok {
  background: #1a1a1a;
  border-radius: 7px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#introVideo {
  background-color: transparent;
  position: relative;
  height: 100vh;
  padding: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

@media (max-width: 991px) {
  #introVideo {
    margin-bottom: -10px;
    height: 100%;
    width: 100%;
  }
}
#mv_edge {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 100vh;
  width: 100vw;
}

#intro .panel {
  height: 120vh;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  #intro .panel {
    height: 100vh;
  }
}
#intro .panel .wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 20vh;
  padding-top: 8vh;
  z-index: -1;
  opacity: 0;
}

#intro .panel:nth-of-type(1) canvas {
  background-image: url("../images/bg_intro01-01-3.jpg");
}

@media (max-width: 575px) {
  #intro .panel:nth-of-type(1) canvas {
    background-image: url("../images/bg_intro-01-spv.jpg");
    background-size: cover !important;
    background-position: bottom center;
  }
}
#intro .panel:nth-of-type(2) canvas {
  background-image: url("../images/bg_intro01-02.jpg");
}

@media (max-width: 575px) {
  #intro .panel:nth-of-type(2) canvas {
    background-image: url("../images/bg_intro-02-spv.jpg");
    background-size: cover !important;
  }
}
#intro .panel:nth-of-type(3) canvas {
  background-image: url("../images/bg_intro01-03.jpg");
}

@media (max-width: 575px) {
  #intro .panel:nth-of-type(3) canvas {
    background-image: url("../images/bg_intro-03-spv.jpg");
    background-size: cover !important;
  }
}
#intro .panel canvas {
  background-color: #000;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: -2;
}

@media (max-width: 810px) {
  #intro .panel canvas {
    -webkit-transform: translate3d(0, 0, 0);
    background-size: auto;
  }
}
#intro_02_cards .wrap {
  position: sticky;
  left: 0;
  right: 0;
  top: 20vh !important;
  margin-top: 10vh !important;
  z-index: 5;
  -webkit-transform-origin: center center !important;
          transform-origin: center center !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 100vh;
}

#intro .wrap h3,
#intro_02_cards .wrap h3 {
  font-family: "Gelasio", serif;
  font-size: 6.25vw;
}

@media (max-width: 991px) {
  #intro .wrap h3,
  #intro_02_cards .wrap h3 {
    font-size: 8vw;
  }
}
@media (max-width: 575px) {
  #intro .wrap h3,
  #intro_02_cards .wrap h3 {
    font-size: 9.5vw;
  }
}
[data-scroll=fade-in-up] {
  opacity: 0;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
[data-scroll=fade-in-up][data-scroll-delay="100"] {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
[data-scroll=fade-in-up].fade-in-up-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.interlude {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.interlude .panel {
  height: 37.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interlude .interlude-image {
  position: absolute;
}
.interlude .interlude-image img {
  max-width: 100%;
  height: 37.5vw;
}
.interlude .interlude-text {
  position: relative;
  z-index: 2;
  max-width: min(42.8571428571vw, 600px);
  font-optical-sizing: auto;
}
.interlude .interlude-text.right {
  margin-left: 50%;
  -webkit-transform: translateX(min(35.7142857143vw, 50px));
          transform: translateX(min(35.7142857143vw, 50px));
}
.interlude .interlude-text.left {
  margin-left: 50%;
  -webkit-transform: translateX(-35vw);
          transform: translateX(-35vw);
}
.interlude .interlude-text h4 {
  font-size: min(2.5vw, 35px);
  margin-bottom: 2.1428571429vw;
  line-height: 1.7142857143;
}
.interlude .interlude-text p {
  font-size: min(1.7142857143vw, 24px);
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.interlude .interlude-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.interlude .interlude-note {
  font-size: min(1.4285714286vw, 20px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .interlude {
    position: relative;
    width: 100%;
    height: calc(100vh - 26.6667vw);
  }
  .interlude .panel {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 8vw;
  }
  .interlude .interlude-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .interlude .interlude-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .interlude .interlude-text {
    width: 100%;
    max-width: 100%;
    margin-top: auto;
    padding: 0 6.6666666667vw;
  }
  .interlude .interlude-text.sp-white {
    color: #fff;
  }
  .interlude .interlude-text.right {
    margin-left: 0%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .interlude .interlude-text.left {
    margin-left: 0%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .interlude .interlude-text h4 {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1.7142857143;
  }
  .interlude .interlude-text p {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .interlude .interlude-text ul {
    margin-top: 1.5em;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
  .interlude .interlude-text ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .interlude .interlude-note {
    font-size: min(1.4285714286vw, 20px);
    line-height: 1.5;
  }
}

#interlude-01 .interlude-text {
  text-align: center;
  max-width: initial;
  padding-left: 9.1428571429vw;
}
#interlude-01 .interlude-text p {
  font-weight: 500;
  line-height: 2.1428571429 !important;
  font-size: min(2vw, 28px);
}
@media screen and (max-width: 768px) {
  #interlude-01 {
    height: 126.6666666667vw;
    padding-top: 29.3333333333vw;
  }
  #interlude-01 .panel {
    display: block;
  }
  #interlude-01 .interlude-text {
    padding-left: 0;
  }
  #interlude-01 .interlude-text p {
    font-size: 4.8vw;
    line-height: 1.3 !important;
  }
}

@media (max-width: 575px) {
  .interlude h4 {
    top: 46vh;
    font-size: 20vw;
  }
}
#video h2 {
  font-size: min(2.5714285714vw, 36px);
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #video h2 {
    font-size: 5.3333333333vw;
  }
}

#video p {
  font-size: 1.375rem;
}

@media (max-width: 575px) {
  #video p {
    font-size: 4vw;
  }
}
.clip-box .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  width: 145%;
  margin-left: -4rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.clip-box {
  overflow: hidden;
}

@media (max-width: 575px) {
  #speedDiff .swiper {
    padding: 0 3rem;
  }
}
#speedDiff h2 {
  font-size: min(2.5714285714vw, 36px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #speedDiff h2 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}

#speedDiff .swiper-slide {
  text-decoration: none;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

#speedDiff .swiper-slide:hover .card-img-top {
  scale: 1.1;
  opacity: 0.75;
}

#speedDiff .card-body {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

#speedDiff .card-body h5 {
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 89% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0%, 89% 100%, 0% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 1rem 1.5rem;
  min-width: 76%;
  margin: -3rem 2rem 0;
  white-space: nowrap;
  font-size: 19px;
}

@media (min-width: 810px) and (max-width: 1199px) {
  #speedDiff .card-body h5 {
    font-size: 2.2vmin;
  }
}
@media (max-width: 575px) {
  #speedDiff .card-body h5 {
    min-width: 73%;
    margin: -3rem 2.5rem 0;
  }
}
#speedDiff .card-body p {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  margin-left: -1.1rem;
  letter-spacing: -0.2px;
}

#function {
  overflow: hidden;
  z-index: 2;
}
#function .function {
  position: relative;
}
#function .function-title {
  text-align: center;
  margin-bottom: 60px;
}
#function .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37.5vw;
}
#function .function-image {
  position: absolute;
}
#function .function-image img {
  max-width: 100%;
  height: 37.5vw;
}
#function .function-text {
  position: relative;
  z-index: 2;
  font-optical-sizing: auto;
  max-width: 700px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#function .function-text.right {
  margin-left: 50%;
  padding-left: 7.1428571429vw;
}
#function .function-text.left {
  margin-left: 50%;
  -webkit-transform: translateX(-35vw);
          transform: translateX(-35vw);
}
#function .function-text h4 {
  font-size: min(2.5vw, 35px);
  margin-bottom: 2.1428571429vw;
  line-height: 1.7142857143;
}
#function .function-text p {
  font-size: min(1.7142857143vw, 24px);
  line-height: 1.5;
  margin-bottom: 1.5em;
}
#function .function-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#function .function-text ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#function .function-note {
  font-size: min(1.4285714286vw, 20px);
  line-height: 1.5;
}
#function .wp-block-button__link {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #function {
    padding-top: 13.3333333333vw;
  }
  #function .function-title {
    margin-bottom: 8vw;
  }
  #function .function {
    position: relative;
    width: 100%;
    height: calc(100vh - 26.6667vw);
  }
  #function .panel {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #function .function-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  #function .function-image img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #function .function-text {
    width: 100%;
    margin-top: auto;
    padding: 0 6.6666666667vw 13.3333333333vw;
  }
  #function .function-text.sp-white {
    color: #fff;
  }
  #function .function-text.right {
    margin-left: 0%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #function .function-text.left {
    margin-left: 0%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #function .function-text h4 {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1.7142857143;
  }
  #function .function-text p {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
  #function .function-text ul {
    margin-top: 1.5em;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
  #function .function-text ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #function .function-note {
    font-size: min(1.4285714286vw, 20px);
    line-height: 1.5;
  }
  #function #function-02 .panel,
  #function #function-03 .panel,
  #function #function-04 .panel {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #function #function-02 .function-image img,
  #function #function-03 .function-image img,
  #function #function-04 .function-image img {
    height: auto;
  }
  #function #function-02 .function-text,
  #function #function-03 .function-text,
  #function #function-04 .function-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 91.2vw;
    height: calc(100% - 91.2vw);
    padding-bottom: 0;
  }
  #function #function-05 {
    height: auto;
  }
  #function #function-05 .panel {
    padding-top: calc(100vh - 26.6667vw);
    height: auto;
  }
  #function #function-05 .function-image {
    height: calc(100vh - 26.6667vw);
  }
  #function #function-05 .function-text {
    background: #f7f7f7;
    height: auto;
    padding: 9.3333333333vw 6.6666666667vw;
  }
}

#featuredIn {
  background-color: #e6e6e6;
}

@media (max-width: 575px) {
  #featuredIn {
    height: 57vh;
  }
}
#featuredIn img {
  margin-bottom: 1rem;
}

#featuredIn .swiper {
  width: 100%;
  height: 63%;
  padding: 0 2rem 7%;
}

@media (max-width: 575px) {
  #featuredIn .swiper {
    height: 30%;
    padding: 0;
  }
}
#featuredIn .swiper-slide {
  text-align: center;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#featuredIn .swiper-slide .wrapper {
  background: #fff;
  margin: 0 1rem;
}

@media (max-width: 575px) {
  #featuredIn .swiper-slide .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  #featuredIn .swiper-slide .wrapper p {
    line-height: 1.12;
    font-size: 3.4vw !important;
    font-weight: normal !important;
  }
}
#featuredIn .swiper-button-next,
#featuredIn .swiper-button-prev {
  color: #fff;
  border-radius: 50%;
  background-color: #1a1a1a;
  padding: 1.5rem;
}

#featuredIn .swiper-button-next::after,
#featuredIn .swiper-button-prev::after {
  font-size: 1.35rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #featuredIn .swiper-button-next {
    right: 20px;
  }
  #featuredIn .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 575px) {
  #featuredIn .swiper-button-next {
    right: 0px;
  }
  #featuredIn .swiper-button-prev {
    left: 0px;
  }
}
.accordion-button::after {
  background-image: none;
  font: var(--fa-font-regular);
  content: "+";
  font-size: 104%;
  display: table;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  font: var(--fa-font-regular);
  content: "\f068";
}

#productDetail h2.h1.text-uppercase {
  font-size: 3.75rem !important;
}

@media (max-width: 575px) {
  #productDetail h2.h1.text-uppercase {
    font-size: 12vw !important;
  }
}
#productDetail p.h3 {
  font-size: 1.625rem !important;
}

@media (max-width: 575px) {
  #productDetail p.h3 {
    font-size: 6.5vw !important;
  }
}
@media (max-width: 575px) {
  #productDetail h3.h4 {
    font-size: 7.5vw !important;
  }
}
@media (max-width: 575px) {
  #productDetail p.lh-lg.d-sm-none {
    font-size: 4vw !important;
  }
}
#productDetail .fa-x-twitter::before {
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  padding: 3.8px;
}

#modalSldr {
  max-width: 900px;
  margin: auto;
}

#productDetail .swiper,
#modalSldr .swiper {
  width: 100%;
  height: 100%;
}

#productDetail .swiper-slide,
#modalSldr .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productDetail .swiper-slide img,
#modalSldr .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#productDetail .swiper,
#modalSldr .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#productDetail .swiper-slide,
#modalSldr .swiper-slide {
  background-size: cover;
  background-position: center;
}

#productDetail .mySwiper2,
#modalSldr .mySwiper2 {
  height: 80%;
  width: 100%;
}

#productDetail .mySwiper,
#modalSldr .mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

#productDetail .mySwiper .swiper-slide,
#modalSldr .mySwiper .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.75;
}

#productDetail .mySwiper .swiper-slide-thumb-active,
#modalSldr .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  font-size: 20px;
}

#productDetail .swiper-button-next,
#modalSldr .swiper-button-next {
  right: 0;
}

#productDetail .swiper-button-prev,
#modalSldr .swiper-button-prev {
  left: 0;
}

@media (max-width: 810px) {
  #productSlider .mySwiper2 .swiper-wrapper {
    pointer-events: none;
  }
}
#productSlider .swiper.mySwiper {
  padding: 1rem 0.95rem !important;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.95) !important;
  opacity: 1 !important;
}

#proSldrModal .modal-header {
  border-bottom: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#proSldrModal .modal-header .btn-close {
  top: 1.25rem;
  right: 1.25rem;
}

#proSldrModal .modal-header .btn-close::before {
  content: "Close";
  display: block;
  position: absolute;
  margin-left: -57px;
  top: 0.75rem;
}

#proSldrModal .modal-content {
  border-radius: 0 !important;
}

@-webkit-keyframes modal-reveal {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 300% 0%, 0% 200%, 0% 0%);
            clip-path: polygon(0% 0%, 300% 0%, 0% 200%, 0% 0%);
  }
}

@keyframes modal-reveal {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 300% 0%, 0% 200%, 0% 0%);
            clip-path: polygon(0% 0%, 300% 0%, 0% 200%, 0% 0%);
  }
}
#recipesModal h2,
#howtoCleanModal h2 {
  font-size: 2.75rem;
  left: auto;
  right: auto;
}

#recipesModal h2 small,
#howtoCleanModal h2 small {
  font-size: 1.375rem;
}

#recipesModal.modal.fade .modal-dialog,
#howtoCleanModal.modal.fade .modal-dialog {
  -webkit-animation: modal-reveal 1s ease-out;
          animation: modal-reveal 1s ease-out;
}

#gallery .modal-header,
#recipesModal .modal-header,
#howtoCleanModal .modal-header {
  border-bottom: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#gallery .modal-header .btn-close,
#recipesModal .modal-header .btn-close,
#howtoCleanModal .modal-header .btn-close {
  top: 1.25rem;
  right: 1.25rem;
}

#gallery .modal-header .btn-close::before,
#recipesModal .modal-header .btn-close::before,
#howtoCleanModal .modal-header .btn-close::before {
  content: "Close";
  display: block;
  position: absolute;
  margin-left: -57px;
  top: 0.25rem;
}

#gallery .modal-content,
#recipesModal .modal-content,
#howtoCleanModal .modal-content {
  border-radius: 0 !important;
}

#recipesModal .modal-content .modal-body .row,
#howtoCleanModal .modal-content .modal-body .row {
  counter-increment: count;
}

#recipesModal .modal-content h3,
#howtoCleanModal .modal-content h3 {
  font-size: 1.75rem;
  margin-left: 2.2rem;
}

#recipesModal .modal-content h3::before,
#howtoCleanModal .modal-content h3::before {
  content: counter(count) " ";
  font-size: 2.7rem;
  position: absolute;
  margin-left: -2.2rem;
  margin-top: -0.75rem;
}

#recipesModal .modal-content h3 u,
#howtoCleanModal .modal-content h3 u {
  text-decoration: none;
  text-indent: 1rem;
  font-style: normal;
}

#testimonial p {
  font-size: 1.6875rem;
}

@media (max-width: 991px) {
  #testimonial p {
    font-size: 3vw;
  }
}
@media (max-width: 575px) {
  #testimonial p {
    font-size: 4.6vw;
    line-height: 1.6;
  }
}
#testimonial p span {
  line-height: 0.1;
  vertical-align: bottom;
  font-size: 3.3rem;
}

@media (max-width: 575px) {
  #testimonial p span {
    vertical-align: -1rem;
    font-size: 2.4rem;
  }
}
#speed .card-img-top {
  right: -36px !important;
  position: relative;
  z-index: 1;
}

#speed .card {
  right: -30px;
  z-index: 2;
}

.scrolldown1 {
  position: absolute;
  left: 45%;
  bottom: 10px;
  height: 40px;
}

.scrolldown1 span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #1a1a1a;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #1a1a1a;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
#edge45 .inner-wrapper {
  padding: 0.5rem 0;
}

#edge45 .inner-wrapper .h-adj {
  min-height: 34vh;
  height: 100%;
}

@media (min-width: 1200px) {
  #edge45 .order-lg-0 {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  #edge45 h3.h2 {
    font-size: 6.3vw;
  }
  #edge45 p.fs-5 {
    font-size: 4vw !important;
  }
}
@media (min-width: 1200px) {
  #tiger101 .t101R {
    height: 50vw;
  }
}
#tiger101 .inner-wrapper,
#tiger101sp .inner-wrapper {
  padding: 0.5rem 0;
}

#tiger101 .inner-wrapper .h-adj101,
#tiger101sp .inner-wrapper .h-adj101 {
  min-height: 42vh;
  height: 100%;
}

@media (min-width: 1200px) {
  #tiger101 .purple,
  #tiger101sp .purple {
    height: 100vh;
  }
}
@media (max-width: 575px) {
  #tiger101 h3.h2,
  #tiger101sp h3.h2 {
    font-size: 6.3vw;
  }
  #tiger101 p.fs-5,
  #tiger101sp p.fs-5 {
    font-size: 4vw !important;
  }
}
#tiger101 .h-adj101:nth-child(2),
#tiger101 .logo-old,
#tiger101sp .h-adj101:nth-child(2),
#tiger101sp .logo-old,
#edge45 .h-adj:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

#tiger101 .h-adj101:nth-child(2).fadeIn,
#tiger101 .logo-old.fadeIn,
#tiger101sp .h-adj101:nth-child(2).fadeIn,
#tiger101sp .logo-old.fadeIn,
#edge45 .h-adj:nth-child(2).fadeIn {
  opacity: 1;
}

@media (min-width: 751px) {
  body[class*=single-tg_product] main {
    padding-top: 105px;
    padding-bottom: 0;
  }
}
.fyVdxN {
  height: auto !important;
}

#one .panel.align-top,
#two .panel.align-top,
#three .panel.align-top,
#four .panel.align-top,
#five .panel.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#one .panel h1,
#two .panel h1,
#three .panel h1,
#four .panel h1,
#five .panel h1 {
  font-size: 1.8em;
  color: white;
  font-weight: 300;
  margin: 0 auto;
}

#one .panel.description,
#two .panel.description,
#three .panel.description,
#four .panel.description,
#five .panel.description {
  padding-bottom: 60px;
}

#one .panel p,
#one .panel li,
#two .panel p,
#two .panel li,
#three .panel p,
#three .panel li,
#four .panel p,
#four .panel li,
#five .panel p,
#five .panel li {
  color: black;
  font-weight: 400;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.3em 0 1em 0;
}

#one .panel p strong,
#one .panel li strong,
#two .panel p strong,
#two .panel li strong,
#three .panel p strong,
#three .panel li strong,
#four .panel p strong,
#four .panel li strong,
#five .panel p strong,
#five .panel li strong {
  color: white;
  font-weight: 400;
}

#one .panel p code,
#one .panel li code,
#two .panel p code,
#two .panel li code,
#three .panel p code,
#three .panel li code,
#four .panel p code,
#four .panel li code,
#five .panel p code,
#five .panel li code {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2px 4px;
  border-radius: 5px;
}

#one .panel li,
#two .panel li,
#three .panel li,
#four .panel li,
#five .panel li {
  margin: 0;
}

#one .panel,
#two .panel,
#three .panel,
#four .panel,
#five .panel {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

#gSap {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

#gSap header {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 6px 10px 10px 10px;
  border-bottom-right-radius: 26px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  will-change: transform;
}

#gSap .header-section {
  padding: 0 15px;
  text-align: center;
  margin: 40vh auto 50vh;
}

#gSap .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  overflow: visible;
}

#gSap .scroll-down .arrow {
  position: relative;
  top: -4px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
  background-size: contain;
}

#gSap .arrow-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
  top: -4px;
  margin: 1rem auto;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
  background-size: contain;
}

#gSap .line {
  width: 100%;
  max-width: 500px;
  height: 10px;
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
  background-color: #ff0004;
}

#gSap nav {
  position: fixed;
  top: 50vh;
  right: 10px;
  background: black;
  padding: 0px 10px;
  z-index: 10;
}

#gSap nav a {
  color: white;
  font-size: 1.3em;
  line-height: 1.7;
  text-decoration: none;
}

#gSap nav a:hover {
  text-decoration: underline;
}

#gSap nav a.active {
  color: red;
}

