/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

main {
  position: relative;
  width: 100%;
}

img {
  width: 100%;
}

/* ==|====================
layout/_footer
======================= */
#footer {
  position: relative;
}
#footer .footer-group {
  position: absolute;
  top: 35%;
  width: 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;
  gap: 24px;
}
#footer .logo {
  width: 20%;
  display: inline-block;
}
#footer span {
  width: 4%;
  display: inline-block;
}
#footer .right-link {
  width: 14%;
}
#footer .copyright {
  position: absolute;
  bottom: 14%;
  font-size: 12px;
  margin: 6% 14% 0;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .footer-group {
    position: absolute;
    top: 47%;
    width: 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;
    gap: 24px;
  }
  #footer .logo {
    width: 10%;
  }
  #footer span {
    width: 2.5%;
  }
  #footer .right-link {
    width: 8%;
  }
  #footer .copyright {
    width: 100%;
    font-size: 13px;
    bottom: 14%;
    margin: 0;
  }
}

/* ==|====================
   pages/index
   ======================= */
.main section {
  position: relative;
}
.main .scene-bg__mobile {
  display: block;
}
.main .scene-bg__desktop {
  display: none;
}
.main .seo-title {
  position: absolute;
  opacity: 0;
}
.main .menu {
  position: absolute;
  top: 0%;
  width: 15%;
  height: 15.5%;
  right: 0;
}
.main .go-share {
  position: fixed;
  top: 20%;
  right: 0.5%;
  width: 12%;
  max-width: 60px;
  z-index: 1;
}
.main .go-top {
  position: fixed;
  width: 11%;
  max-width: 60px;
  right: 0.5%;
  bottom: 20%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main .menu {
    width: 11%;
    right: 0;
    display: block;
  }
  .main .scene-bg__mobile {
    display: none;
  }
  .main .scene-bg__desktop {
    display: block;
  }
  .main .go-top {
    width: 11%;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.menu-modal {
  position: absolute;
  width: 375px;
  height: 580px;
  right: 0;
  top: 0;
  background-image: url(../img/mobile/list.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  display: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 34px;
  width: 49px;
  height: 55px;
}

.header {
  position: absolute;
  top: 4%;
  left: 22%;
  width: 75%;
}
.header .logo {
  position: absolute;
  top: 12%;
  left: 4%;
  width: 13%;
  height: 67%;
}
.header .header-img {
  display: none;
}
.header .header-img:first-child {
  display: block;
}
.header .nav {
  position: absolute;
  top: 13%;
  height: 56%;
}
.header .nav.nav-1 {
  left: 2%;
  width: 15%;
}
.header .nav.nav-2 {
  left: 21%;
  width: 14%;
}
.header .nav.nav-3 {
  left: 38%;
  width: 12%;
}
.header .nav.nav-4 {
  left: 53.5%;
  width: 12%;
}
.header .nav.nav-5 {
  left: 69.5%;
  width: 15.5%;
}
.header .nav.nav-6 {
  left: 88.5%;
  width: 7.5%;
}

.red-link {
  width: 100%;
  border: 1px solid red;
}

.modal-body {
  margin-top: 28%;
  position: absolute;
  right: 0;
  width: 77%;
}

.modal-link {
  margin-bottom: 17px;
  height: 30px;
  max-width: 334px;
  display: block;
}

#anchor {
  position: absolute;
  top: 75%;
}

#oil {
  position: absolute;
  top: 53%;
}

#qa {
  position: absolute;
  top: 38%;
}

@media screen and (min-width: 768px) {
  #anchor {
    top: 70%;
  }
  #qa {
    top: 47%;
  }
  .menu-modal {
    width: 407px;
    height: 825px;
  }
  .modal-close {
    top: 30px;
    right: 30px;
    width: 79px;
    height: 85px;
  }
  .modal-body {
    margin-top: 160px;
    width: initial;
  }
  .modal-link {
    margin-bottom: 32px;
  }
}
.kv .logo {
  position: absolute;
  top: 2.5%;
  left: 4%;
  width: 35%;
  height: 8%;
}
.kv .submit {
  position: absolute;
  top: 84.5%;
  left: 30%;
  width: 39%;
  height: 15%;
  -webkit-animation: move 1s linear infinite alternate;
          animation: move 1s linear infinite alternate;
}
.kv .line-link {
  position: absolute;
  top: 97.5%;
  left: 5%;
  width: 86%;
  height: 2%;
}
.kv #brand {
  position: absolute;
  top: 25%;
}
.kv .main-title {
  position: absolute;
  top: 60%;
  left: 20%;
  width: 32%;
  -webkit-animation: move 1s linear infinite alternate;
          animation: move 1s linear infinite alternate;
}
.kv .main-title-2 {
  position: absolute;
  top: 62%;
  left: 56%;
  width: 32%;
  -webkit-animation: move 1s 1s linear infinite alternate;
          animation: move 1s 1s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .kv .logo {
    top: 3%;
    left: 3%;
    width: 16%;
    height: 7%;
  }
  .kv .main-title {
    top: 50%;
    left: 22%;
    width: 32%;
  }
  .kv .main-title-2 {
    top: 53%;
    left: 56%;
    width: 32%;
  }
  .kv .submit {
    top: 84.5%;
    left: 35%;
    width: 28%;
  }
  .kv #brand {
    position: absolute;
    top: 44%;
  }
  .kv .line-link {
    top: 74.5%;
    left: 84%;
    width: 13%;
    height: 3%;
  }
}

.first {
  position: relative;
}
.first .feature-group {
  position: absolute;
  top: 18%;
  left: 10%;
  width: 80%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.first .feature {
  position: relative;
  width: 30%;
  margin-bottom: 35%;
}
.first .feature .feature-hover {
  display: none;
}
.first .feature .feature-hover.active {
  display: block;
}
.first .feature .feature-bg,
.first .feature .feature-hover {
  position: absolute;
}
.first .answer {
  position: absolute;
  top: 55%;
  left: 40%;
  width: 19%;
  height: 5%;
}
.first .product-item {
  position: absolute;
  top: 18%;
  left: 17%;
  width: 70%;
  display: none;
}
.first .first-link {
  position: absolute;
  top: 65%;
  left: 53%;
  width: 32%;
  height: 5%;
}
@media screen and (min-width: 768px) {
  .first .feature-group {
    top: 22%;
    left: 45%;
    width: 40%;
  }
  .first .feature {
    width: 40%;
    margin-bottom: 43%;
  }
  .first .first-link {
    top: 62%;
    left: 23%;
    width: 14%;
    height: 3%;
  }
  .first .product-item {
    top: 17%;
    left: 40%;
    width: 50%;
  }
  .first .answer {
    top: 88%;
    left: 59%;
    width: 11%;
    height: 5%;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.second {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.second .read-link {
  position: absolute;
  width: 28%;
  height: 3%;
}
.second .read-link.read-1 {
  top: 25%;
  left: 61%;
}
.second .read-link.read-2 {
  top: 71%;
  left: 37%;
}
.second .fb-link {
  position: absolute;
  width: 8%;
  height: 3%;
}
.second .fb-link.fb-1 {
  top: 28%;
  left: 21%;
}
.second .fb-link.fb-2 {
  top: 25%;
  left: 4%;
}
.second .ig-link {
  position: absolute;
  top: 60%;
  left: 68%;
  width: 7%;
  height: 3%;
}
@media screen and (min-width: 768px) {
  .second .read-link {
    width: 14%;
    height: 3%;
  }
  .second .read-link.read-1 {
    top: 51%;
    left: 65%;
  }
  .second .read-link.read-2 {
    top: 90%;
    left: 20%;
  }
  .second .fb-link {
    width: 3%;
    height: 3%;
  }
  .second .fb-link.fb-1 {
    top: 19%;
    left: 13%;
  }
  .second .fb-link.fb-2 {
    top: 49%;
    left: 36.5%;
  }
  .second .ig-link {
    top: 74%;
    left: 36%;
    width: 3%;
    height: 3%;
  }
}

.third {
  position: relative;
}
.third .slick-dots {
  bottom: 20px;
}
.third .video-frame {
  position: relative;
}
.third .video-link {
  position: absolute;
  top: 29%;
  left: 7%;
  width: 84%;
  height: 54%;
}
.third .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .third .video-link {
    top: 33%;
    left: 17%;
    width: 63%;
  }
  .third .slick-dots {
    bottom: 40px;
  }
}

.fourth .submit {
  position: absolute;
  top: 10%;
  left: 51%;
  width: 40%;
  height: 6%;
}
.fourth #fourth-half {
  position: absolute;
  top: 58%;
}
.fourth .blog-link {
  position: absolute;
  width: 39%;
  height: 39%;
}
.fourth .blog-link.blog-1 {
  top: 14%;
  left: 9%;
}
.fourth .blog-link.blog-2 {
  top: 14%;
  left: 52%;
}
.fourth .blog-link.blog-3 {
  top: 55%;
  left: 9%;
}
.fourth .blog-link.blog-4 {
  top: 55%;
  left: 52%;
}
@media screen and (min-width: 768px) {
  .fourth .blog-link {
    width: 18.5%;
    height: 63%;
  }
  .fourth .blog-link.blog-1 {
    top: 30%;
    left: 11%;
  }
  .fourth .blog-link.blog-2 {
    top: 30%;
    left: 31%;
  }
  .fourth .blog-link.blog-3 {
    top: 30%;
    left: 50.5%;
  }
  .fourth .blog-link.blog-4 {
    top: 30%;
    left: 70%;
  }
}

.fifth .link {
  position: absolute;
  width: 11%;
  height: 2%;
}
.fifth .link.link-1 {
  top: 35%;
  left: 17%;
}
.fifth .link.link-2 {
  top: 71%;
  left: 70%;
}
@media screen and (min-width: 768px) {
  .fifth .link {
    width: 7%;
    height: 2%;
  }
  .fifth .link.link-1 {
    top: 35%;
    left: 28%;
  }
  .fifth .link.link-2 {
    top: 71.5%;
    left: 64%;
  }
}

/* ==|====================
   pages/section-modal
   ======================= */
.blocker {
  padding: 0;
}

.result-modal {
  width: 300px;
  height: 550px;
  max-width: 1000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  display: none;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.result-modal .result-modal-close {
  position: absolute;
  top: 0%;
  height: 10%;
  left: 40%;
  width: 20%;
}
.result-modal.modal-1 {
  background-image: url(../img/desktop/02-1-1-0.png);
}
.result-modal.modal-2 {
  background-image: url(../img/desktop/02-1-2-0.png);
}
.result-modal.modal-3 {
  background-image: url(../img/desktop/02-1-3-0.png);
}
.result-modal.modal-4 {
  background-image: url(../img/desktop/02-1-4-0.png);
}
.result-modal.modal-5 {
  background-image: url(../img/desktop/02-1-5-0.png);
}
.result-modal.modal-6 {
  background-image: url(../img/desktop/02-1-6-0.png);
}
@media screen and (min-width: 768px) {
  .result-modal {
    width: 450px;
    height: 360px;
  }
  .result-modal .section-modal-close {
    top: 23px;
    right: 32px;
    width: 40px;
    height: 40px;
  }
  .result-modal .section-modal-link {
    top: 290px;
    width: 55px;
    height: 40px;
  }
  .result-modal .section-modal-more {
    left: 80px;
  }
  .result-modal.modal-2 .result-modal-close {
    left: 29%;
  }
  .result-modal.modal-4 .result-modal-close {
    left: 24%;
  }
}

.carousel {
  position: absolute;
  top: 27%;
  left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .slick-list {
  width: 100%;
}
.carousel .slick-dots {
  bottom: -11%;
}
.carousel .box-wrap {
  width: 100%;
  gap: -1%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .box-frame {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
  background-image: url(../img/desktop/pc04-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.carousel .box-frame .name {
  color: #ed9da0;
  font-size: 16px;
}
.carousel .box-frame .link {
  width: 20%;
  display: inline-block;
}
.carousel .box-frame .content {
  margin-top: 10px;
  height: 105px;
  color: #777;
  font-size: 12px;
  line-height: 1.25;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  overflow-y: auto;
}
.carousel .box-frame .head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .box-frame.reverse {
  background-image: url(../img/desktop/pc04-3.png);
}
.carousel .box-frame.reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.carousel .container {
  position: absolute;
  padding: 5% 5% 2% 5%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.carousel .container > div {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .carousel {
    top: 38%;
    left: 5%;
    width: 90%;
  }
  .carousel .slick-dots {
    bottom: -8%;
  }
  .carousel .box-frame {
    padding-bottom: 30%;
    width: 50%;
  }
  .carousel .box-frame .name {
    font-size: 30px;
  }
  .carousel .box-frame .content {
    font-size: 18px;
    height: 72%;
  }
}