/* 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 .main-title {
  position: absolute;
  top: 33%;
  left: 8%;
  width: 20%;
  -webkit-animation: move 1s linear infinite alternate;
          animation: move 1s linear infinite alternate;
}
.kv .main-title-2 {
  position: absolute;
  top: 29%;
  left: 55%;
  width: 10%;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
          animation: blink-animation 1s steps(5, start) infinite;
}
@media screen and (min-width: 768px) {
  .kv .logo {
    top: 3%;
    left: 3%;
    width: 16%;
    height: 7%;
  }
  .kv .main-title {
    top: 34%;
    left: 35%;
    width: 7%;
  }
  .kv .main-title-2 {
    top: 33%;
    left: 60%;
    width: 3%;
  }
}

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

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.map .blink {
  position: absolute;
  top: 7%;
  left: 55%;
  width: 19%;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
          animation: blink-animation 1s steps(5, start) infinite;
}
.map .map-link {
  position: absolute;
  width: 40%;
  height: 18%;
}
.map .map-link.map-shower {
  top: 0%;
  left: 11%;
}
.map .map-link.map-milk {
  top: 25%;
  left: 0%;
}
.map .map-link.map-fever {
  top: 74%;
  left: 0%;
}
.map .map-link.map-ass {
  top: 23%;
  left: 59%;
}
.map .map-link.map-bottle {
  top: 53%;
  left: 59%;
}
.map .map-link.map-sleep {
  top: 75%;
  left: 45%;
}
@media screen and (min-width: 768px) {
  .map .blink {
    top: 3%;
    left: 52%;
    width: 6%;
  }
  .map .map-link {
    width: 12%;
    height: 22%;
  }
  .map .map-link.map-shower {
    top: 6%;
    left: 33%;
  }
  .map .map-link.map-milk {
    top: 32%;
    left: 25%;
  }
  .map .map-link.map-fever {
    top: 68%;
    left: 28%;
  }
  .map .map-link.map-ass {
    top: 14%;
    left: 58%;
  }
  .map .map-link.map-bottle {
    top: 47%;
    left: 61%;
  }
  .map .map-link.map-sleep {
    top: 74%;
    left: 55%;
  }
}

.qa-section-logo {
  position: absolute;
  top: 9%;
  left: 12%;
  width: 40%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.qa-section-logo.reverse {
  left: 46%;
}
.qa-section-logo.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.qa-section-item {
  position: absolute;
  left: 0%;
  width: 98.5%;
  height: 16%;
}
.qa-section-item.item-1 {
  top: 42%;
}
.qa-section-item.item-2 {
  top: 59.5%;
}
.qa-section-item.item-3 {
  top: 77%;
}
.qa-section-bg {
  opacity: 0;
}
.qa-section-bg.active {
  opacity: 1;
  -webkit-animation: spin-flip 1s forwards;
          animation: spin-flip 1s forwards;
}
.qa-section .qa-section-tips {
  position: absolute;
  top: 25%;
  left: 7%;
  width: 30%;
  z-index: 1;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
          animation: blink-animation 1s steps(5, start) infinite;
}
@media screen and (max-width: 768px) {
  .qa-section.ass .item-1 {
    top: 42.25%;
  }
  .qa-section.ass .item-2 {
    top: 61%;
  }
  .qa-section.ass .item-3 {
    top: 78.25%;
  }
  .qa-section.ass .qa-section-tips {
    top: 24%;
    left: 62%;
  }
  .qa-section.milk .qa-section-tips {
    top: 28%;
    left: 2%;
  }
  .qa-section.bottle .qa-section-tips {
    top: 29%;
  }
  .qa-section.fever .qa-section-tips {
    top: 27%;
    left: 63%;
  }
}
@media screen and (min-width: 768px) {
  .qa-section .qa-section-tips {
    top: 64%;
    left: 19%;
    width: 10%;
  }
  .qa-section-logo {
    top: 11%;
    left: 22%;
    width: 15%;
  }
  .qa-section-logo.reverse {
    left: 30%;
  }
  .qa-section-item {
    left: 50.25%;
    width: 31.5%;
    height: 24%;
  }
  .qa-section-item.item-1 {
    top: 13%;
  }
  .qa-section-item.item-2 {
    top: 39%;
  }
  .qa-section-item.item-3 {
    top: 66%;
  }
}
.qa-section.ass .qa-section-tips {
  top: 61%;
  left: 20%;
}
.qa-section.milk .qa-section-logo {
  top: 13%;
  left: 15%;
}
.qa-section.milk .qa-section-tips {
  top: 63%;
  left: 22%;
}
.qa-section.milk .item-1 {
  top: 44%;
}
.qa-section.milk .item-2 {
  top: 61%;
}
.qa-section.milk .item-3 {
  top: 78.25%;
}
.qa-section.bottle .qa-section-logo {
  top: 10%;
  left: 50%;
}
.qa-section.bottle .qa-section-tips {
  top: 67%;
  left: 21%;
}
.qa-section.bottle .item-1 {
  top: 40.5%;
}
.qa-section.bottle .item-2 {
  top: 61%;
}
.qa-section.bottle .item-3 {
  top: 78.25%;
}
.qa-section.sleep .qa-section-logo {
  top: 10%;
  left: 10%;
}
.qa-section.sleep .item-1 {
  top: 43%;
}
.qa-section.sleep .item-2 {
  top: 61%;
}
.qa-section.sleep .item-3 {
  top: 78.25%;
}
.qa-section.fever .qa-section-logo {
  top: 10%;
  left: 47%;
}
.qa-section.fever .item-1 {
  top: 44%;
}
.qa-section.fever .item-2 {
  top: 61.5%;
}
.qa-section.fever .item-3 {
  top: 79.2%;
}
@media screen and (min-width: 768px) {
  .qa-section.milk .qa-section-logo {
    top: 25%;
    left: 19%;
  }
  .qa-section.milk .item-1 {
    top: 14%;
  }
  .qa-section.milk .item-2 {
    top: 40%;
  }
  .qa-section.milk .item-3 {
    top: 67%;
  }
  .qa-section.bottle .qa-section-logo {
    top: 25%;
    left: 33%;
  }
  .qa-section.bottle .qa-section-item {
    left: 49.25%;
    width: 32.5%;
    height: 24%;
  }
  .qa-section.bottle .item-1 {
    top: 9%;
  }
  .qa-section.bottle .item-2 {
    top: 40%;
  }
  .qa-section.bottle .item-3 {
    top: 67%;
  }
  .qa-section.sleep .qa-section-logo {
    top: 15%;
    left: 19%;
  }
  .qa-section.sleep .item-1 {
    top: 14%;
  }
  .qa-section.sleep .item-2 {
    top: 40.5%;
  }
  .qa-section.sleep .item-3 {
    top: 66.5%;
  }
  .qa-section.fever .qa-section-logo {
    top: 12%;
    left: 34%;
  }
  .qa-section.fever .item-1 {
    top: 14%;
  }
  .qa-section.fever .item-2 {
    top: 40.5%;
  }
  .qa-section.fever .item-3 {
    top: 66.5%;
  }
}

@-webkit-keyframes spin-flip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes spin-flip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
/* ==|====================
   pages/section-modal
   ======================= */
.blocker {
  padding: 0;
}

.result-modal {
  width: 350px;
  height: 640px;
  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: 14%;
  left: 75%;
  width: 7%;
  height: 4%;
}
.result-modal .result-modal-button {
  position: absolute;
  top: 83%;
  left: 60%;
  width: 20%;
  height: 4%;
}
.result-modal .result-modal-button.result-more {
  left: 14%;
}
.result-modal .result-modal-button.result-shop {
  left: 40%;
}
.result-modal .result-modal-button.result-scan {
  left: 64%;
}
.result-modal.modal-shower {
  background-image: url(../img/desktop/pc03-4.png);
}
.result-modal.modal-ass {
  background-image: url(../img/desktop/pc04-4.png);
}
.result-modal.modal-ass .result-modal-close {
  top: 16%;
}
.result-modal.modal-ass .result-modal-button {
  top: 82%;
}
.result-modal.modal-milk {
  background-image: url(../img/desktop/pc05-4.png);
}
.result-modal.modal-milk .result-modal-button {
  top: 82%;
}
.result-modal.modal-bottle {
  background-image: url(../img/desktop/pc06-4.png);
}
.result-modal.modal-sleep {
  background-image: url(../img/desktop/pc07-4.png);
}
.result-modal.modal-sleep .result-modal-close {
  top: 25%;
}
.result-modal.modal-sleep .result-more {
  top: 73%;
  left: 40%;
}
.result-modal.modal-fever {
  background-image: url(../img/desktop/pc08-4.png);
}
.result-modal.modal-fever .result-modal-close {
  top: 20%;
}
.result-modal.modal-fever .result-more {
  top: 77%;
  left: 40%;
}
@media screen and (min-width: 768px) {
  .result-modal {
    width: 600px;
    height: 1035px;
  }
  .result-modal .result-modal-close {
    top: 14%;
    left: 71%;
  }
  .result-modal .result-modal-button {
    top: 83%;
    left: 60%;
  }
  .result-modal .result-modal-button.result-more {
    left: 14%;
  }
  .result-modal .result-modal-button.result-shop {
    left: 37%;
  }
  .result-modal .result-modal-button.result-scan {
    left: 60%;
  }
  .result-modal.modal-sleep .result-modal-button.result-more {
    left: 37%;
  }
  .result-modal.modal-fever .result-modal-button.result-more {
    left: 37%;
  }
}