/* 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img {
  width: 100%;
}

/* ==|====================
layout/_footer
======================= */
#footer {
  position: relative;
}
#footer .link {
  position: absolute;
  width: 34%;
  height: 28%;
}
#footer .link.link-1 {
  top: 39%;
  left: 12%;
}
#footer .link.link-2 {
  top: 39%;
  left: 54%;
}
@media screen and (min-width: 768px) {
  #footer .link {
    width: 15%;
    height: 24%;
  }
  #footer .link.link-1 {
    top: 45%;
    left: 35%;
  }
  #footer .link.link-2 {
    top: 45%;
    left: 55%;
  }
}

/* ==|====================
   pages/index
   ======================= */
.main section {
  position: relative;
}
.main .scene-bg__mobile {
  display: block;
}
.main .scene-bg__desktop {
  display: none;
}
.main .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.main .logo {
  left: 0;
  width: 13%;
}
.main .menu {
  width: 100%;
  cursor: pointer;
}
.main .logo-link {
  position: absolute;
  top: 10%;
  left: 1%;
  width: 30%;
  height: 76%;
}
.main .go-top {
  position: fixed;
  width: 56px;
  max-width: 120px;
  right: 1%;
  bottom: 10%;
  z-index: 1;
  display: block;
}
.main #blog-anchor {
  position: absolute;
  top: -10%;
}
.main .menu-nav .nav {
  position: absolute;
  top: 30%;
  width: 14%;
  height: 42%;
}
.main .menu-nav .nav-1 {
  left: 45%;
}
.main .menu-nav .nav-2 {
  left: 60.5%;
}
.main .menu-nav .nav-3 {
  left: 78%;
}
.main .topper {
  position: relative;
  padding-bottom: 11%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main .topper {
    padding-bottom: 8%;
  }
  .main .header {
    background-color: #fff;
  }
  .main .menu {
    width: 11%;
    right: 0;
    display: block;
  }
  .main .scene-bg__mobile {
    display: none;
  }
  .main .scene-bg__desktop {
    display: block;
  }
  .main .logo-link {
    width: 15%;
  }
}

.jquery-modal {
  z-index: 3;
}

.menu-modal {
  position: absolute;
  width: 76%;
  max-width: 730px;
  padding-top: 160%;
  right: 0;
  top: 0;
  background-image: url(../img/mobile/01-list.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  display: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu-link {
  position: absolute;
  top: 10%;
  left: 86%;
  width: 10%;
  height: 70%;
}

.modal-close {
  position: absolute;
  top: 2%;
  right: 4%;
  width: 11%;
  height: 5%;
}

.modal-body {
  position: absolute;
  top: 14%;
  left: 9%;
  width: 91%;
  height: 53%;
}

.modal-link {
  width: 89%;
  height: 14%;
  display: block;
}

.blog-modal {
  padding: 0;
  width: 320px;
  height: 560px;
  background-image: url(../img/desktop/PC-POP.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  display: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 12px;
  overflow: hidden;
}
.blog-modal .image {
  width: 140px;
  position: relative;
  margin: 9% auto 4%;
}
.blog-modal .name {
  color: #009fe8;
  font-weight: 800;
  text-align: center;
}
.blog-modal .description {
  margin: 6% 10%;
  height: 325px;
  font-size: 14px;
  line-height: 1.25;
  overflow-y: auto;
}

.blog-modal-close {
  position: absolute;
  top: 2px;
  right: 6px;
  width: 30px;
  height: 30px;
  background-image: url(../img/desktop/popup-close.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.go-try {
  position: fixed;
  top: 280px;
  right: 0;
  width: 120px;
  z-index: 1;
}

.go-share {
  position: fixed;
  top: 45%;
  right: 1%;
  width: 70px;
  z-index: 1;
}

.blog-share {
  position: fixed;
  top: 499px;
  right: 0;
  width: 80px;
  z-index: 1;
}

.ancor {
  position: absolute;
}

.ancor-p7 {
  top: 40%;
}

@media screen and (min-width: 768px) {
  .go-share {
    top: 40%;
    right: 0;
    width: 90px;
  }
  .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;
  }
  .blog-share {
    top: 548px;
  }
  .main .go-top {
    bottom: 4%;
  }
}
#slider-box {
  position: absolute;
  top: 57%;
  left: 7%;
  width: 90%;
}
#slider-box .box-wrap {
  width: 100%;
  gap: 8%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slider-box .box-frame {
  position: relative;
  margin-bottom: 4%;
  padding-bottom: 49%;
  width: 45%;
  background-image: url(../img/desktop/pc04-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#slider-box .box-frame .box-body {
  position: absolute;
  margin: 20px;
  width: 76%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#slider-box .box-frame .figure {
  position: absolute;
  top: -1%;
  left: -3%;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 67%;
  overflow: hidden;
}
#slider-box .box-frame .account {
  position: absolute;
  top: 67%;
  width: 100%;
  color: #ed9da0;
  font-size: 18px;
  text-align: center;
}
#slider-box .box-frame .link {
  position: absolute;
  top: 73%;
  left: 20%;
  width: 71%;
  height: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}
#slider-box .box-frame .content {
  position: absolute;
  top: 43%;
  width: 100%;
  height: 30%;
  font-size: 12px;
  line-height: 1.15;
  overflow-y: auto;
}
#slider-box .slick-dots {
  bottom: -7%;
}

@media screen and (min-width: 768px) {
  #slider-box {
    top: 68%;
    left: 10%;
    width: 80%;
  }
  #slider-box .box-wrap {
    width: 100%;
    gap: 0%;
  }
  #slider-box .box-frame {
    margin-bottom: 7%;
    padding-bottom: 27%;
    width: 25%;
  }
  #slider-box .box-frame .box-body {
    margin: 11%;
    width: 71%;
    height: 100%;
  }
  #slider-box .box-frame .figure {
    top: 1%;
    left: 2%;
    width: 106%;
    height: 69%;
  }
  #slider-box .box-frame .account {
    top: 67%;
    width: 100%;
    font-size: 18px;
  }
  #slider-box .box-frame .content {
    top: 45%;
    height: 29%;
    font-size: 16px;
  }
  #slider-box .box-frame .link {
    top: 76%;
    left: 35%;
    width: 55%;
    font-size: 1rem;
  }
  #slider-box .slick-dots {
    bottom: -5%;
  }
}
.blog-modal {
  width: 300px;
  height: 1000px;
  background-image: url(../img/mobile/04-4popup.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  display: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-modal .image {
  position: absolute;
  top: 4%;
  left: 27%;
  width: 46%;
  height: 13%;
  background-size: cover;
  background-position: center;
}
.blog-modal .name-wrap {
  position: absolute;
  top: 21.5%;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-modal .name {
  padding: 10px 24px;
  color: #fff;
  font-size: 14px;
  background-color: #f98584;
  text-align: center;
  border-radius: 12px 0 12px 0;
}
.blog-modal .description {
  position: absolute;
  top: 26%;
  left: 1.5%;
  width: 74%;
  height: 58%;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .blog-modal {
    width: 350px;
    height: 550px;
    background-image: url(../img/desktop/pc04-4popup.png);
  }
  .blog-modal .image {
    top: 0%;
    left: 32%;
    width: 34%;
    height: 22%;
  }
  .blog-modal .name-wrap {
    top: 29%;
  }
  .blog-modal .name {
    padding: 7px 13px;
  }
  .blog-modal .description {
    top: 35%;
    left: 1.5%;
    width: 74%;
    height: 43%;
  }
}

.blog-modal-close {
  position: absolute;
  top: 10px;
  right: 133px;
  width: 12%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .blog-modal-close {
    right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  #slider-box .slick-dots {
    bottom: -13%;
    z-index: 1;
  }
}
.kv {
  margin-top: -3px;
}
.kv .logo {
  position: absolute;
  top: 7%;
  left: 16%;
  width: 24%;
  height: 7%;
}
.kv .nav {
  position: absolute;
  top: 6%;
  height: 4%;
}
.kv .nav.nav-1 {
  left: 30%;
  width: 8%;
}
.kv .nav.nav-listen {
  left: 41%;
  width: 10%;
}
.kv .nav.nav-2 {
  left: 54%;
  width: 7%;
}
.kv .nav.nav-3 {
  left: 64%;
  width: 13%;
}
.kv .nav.nav-4 {
  left: 79%;
  width: 7%;
}
.kv .main-title {
  position: absolute;
  top: 6%;
  left: 10%;
  width: 80%;
  -webkit-animation: move 1s linear infinite alternate;
          animation: move 1s linear infinite alternate;
}
.kv .main-feature-1 {
  position: absolute;
  top: 81.5%;
  left: 9%;
  width: 82%;
  -webkit-animation: move 0.5s 1s linear infinite alternate;
          animation: move 0.5s 1s linear infinite alternate;
}
.kv .main-feature-2 {
  position: absolute;
  top: 62.5%;
  left: 7%;
  width: 58%;
  -webkit-animation: move 0.5s 1s linear infinite alternate;
          animation: move 0.5s 1s linear infinite alternate;
}
.kv .more {
  position: absolute;
  top: 91.5%;
  left: 13%;
  width: 22%;
  height: 3%;
}
.kv #kv-show {
  position: absolute;
  top: 47%;
}
.kv .kv-link {
  position: absolute;
  -webkit-animation: move 1s linear infinite alternate;
          animation: move 1s linear infinite alternate;
}
.kv .kv-link.link-1 {
  top: 79%;
  left: 40%;
  width: 22%;
}
.kv .kv-link.link-2 {
  top: 76%;
  left: 12%;
  width: 22%;
}
.kv .kv-link.link-3 {
  top: 76%;
  left: 66%;
  width: 22%;
}
@media screen and (min-width: 768px) {
  .kv .logo {
    top: 4%;
    left: 4%;
    width: 13%;
  }
  .kv .more {
    top: 93%;
    left: 24%;
    width: 8%;
  }
  .kv #kv-show {
    top: 45%;
  }
  .kv .main-title {
    top: 40.5%;
    left: 37%;
    width: 30%;
  }
  .kv .main-feature-1 {
    top: 72.5%;
    left: 38%;
    width: 30%;
  }
  .kv .main-feature-2 {
    top: 69.5%;
    left: 29%;
    width: 15%;
  }
  .kv .kv-link.link-1 {
    top: 56%;
    left: 18%;
    width: 13%;
  }
  .kv .kv-link.link-2 {
    top: 52%;
    left: 65%;
    width: 22%;
  }
  .kv .kv-link.link-3 {
    top: 67%;
    left: 66%;
  }
}

@-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);
  }
}
.first {
  position: relative;
}
.first > img {
  visibility: hidden;
}
.first .yt-frame {
  position: absolute;
  top: 10.25%;
  left: 3.25%;
  width: 94.5%;
  height: 16.5%;
}
.first .yt-frame iframe {
  width: 100%;
  height: 100%;
}
.first .tab-buttons {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  padding: 0;
}
.first .tab {
  position: absolute;
  top: 1%;
  left: 8%;
  cursor: pointer;
  width: 24%;
  height: 7%;
}
.first .tab:nth-child(1) {
  left: 8%;
}
.first .tab:nth-child(2) {
  left: 38%;
}
.first .tab:nth-child(3) {
  left: 68%;
}
.first .tab-images img {
  position: absolute;
  top: 0;
  width: 100%;
}
.first .tab-image {
  display: none;
}
.first .tab-image.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .first .tab {
    top: 1%;
    left: 23%;
    width: 14%;
  }
  .first .tab:nth-child(1) {
    left: 28%;
  }
  .first .tab:nth-child(2) {
    left: 43%;
  }
  .first .tab:nth-child(3) {
    left: 59%;
  }
  .first .yt-frame {
    top: 11%;
    left: 11.5%;
    width: 74%;
    height: 38%;
  }
}

.second {
  position: relative;
}
.second .more {
  position: absolute;
  top: 58%;
  left: 53%;
  width: 35%;
  height: 4%;
}
@media screen and (min-width: 768px) {
  .second .more {
    top: 48%;
    left: 73%;
    width: 18%;
    height: 3%;
  }
}

.third {
  position: relative;
}
.third .pointer {
  position: absolute;
  top: 18%;
  left: 85%;
  width: 6%;
  -webkit-animation: move 0.5s 1s linear infinite alternate;
          animation: move 0.5s 1s linear infinite alternate;
}
.third .more {
  position: absolute;
  top: 15%;
  left: 52%;
  width: 37%;
  height: 3%;
}
.third .footer-link {
  position: absolute;
  top: 87%;
  width: 36%;
  height: 4.5%;
}
.third .footer-link.link-1 {
  left: 12%;
}
.third .footer-link.link-2 {
  left: 51%;
}
@media screen and (min-width: 768px) {
  .third .more {
    top: 17%;
    left: 52%;
    width: 17%;
  }
  .third .pointer {
    top: 19%;
    left: 68%;
    width: 3%;
  }
  .third .footer-link {
    top: 91%;
    width: 20%;
    height: 3.5%;
  }
  .third .footer-link.link-1 {
    left: 29%;
  }
  .third .footer-link.link-2 {
    left: 51%;
  }
}

.fourth .more {
  position: absolute;
  top: 85%;
  left: 20%;
  width: 60%;
  -webkit-animation: move 0.5s 1s linear infinite alternate;
          animation: move 0.5s 1s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .fourth .more {
    top: 85%;
    left: 35%;
    width: 33%;
  }
}

.fifth {
  position: relative;
}
.fifth .more {
  position: absolute;
  top: 68%;
  left: 66%;
  width: 25%;
  height: 16%;
}
@media screen and (min-width: 768px) {
  .fifth .more {
    top: 78%;
    left: 55%;
    width: 10%;
    height: 12%;
  }
}

.sixth {
  position: relative;
}
.sixth .yt-frame {
  position: absolute;
  top: 16%;
  left: 7%;
  padding-bottom: 48%;
  width: 85%;
}
.sixth .yt-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sixth .more {
  position: absolute;
  top: 92%;
  left: 58%;
  width: 33%;
  -webkit-animation: move 1s linear infinite alternate;
          animation: move 1s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .sixth .yt-frame {
    top: 17%;
    left: 22%;
    padding-bottom: 33%;
    width: 60%;
  }
  .sixth .more {
    top: 90%;
    left: 22%;
    width: 11%;
  }
}

.seven {
  position: relative;
}
.seven .more {
  position: absolute;
  top: 37%;
  left: 32%;
  width: 38%;
  -webkit-animation: move 1s linear infinite alternate;
          animation: move 1s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .seven .more {
    top: 60%;
    left: 70%;
    width: 11%;
  }
}

.wording .wrapper {
  position: absolute;
  top: 0;
  margin: 50% 12%;
  font-size: 12px;
  line-height: 1.25;
}
.wording .wrapper ol {
  padding-left: 6%;
}
.wording .wrapper li {
  margin-bottom: 4px;
  list-style: decimal;
}
.wording .wrapper li strong {
  font-weight: 600;
}
.wording .wrapper .tips {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .wording .wrapper {
    position: absolute;
    top: 23%;
    margin: 0 32%;
    font-size: 13px;
  }
  .wording .wrapper ol {
    padding-left: 0;
  }
  .wording .wrapper li {
    margin-bottom: 6px;
  }
  .wording .wrapper .tips {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1140px) {
  .wording .wrapper {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .wording .wrapper {
    font-size: 16px;
  }
}
@media screen and (min-width: 1480px) {
  .wording .wrapper {
    font-size: 18px;
  }
  .wording .wrapper li {
    margin-bottom: 12px;
  }
}

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

.section-modal {
  width: 300px;
  height: 550px;
  max-width: 1000px;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  padding: 0;
  border-radius: 0;
}
.section-modal .section-modal-close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 35px;
  height: 35px;
}
.section-modal .section-modal-link {
  position: absolute;
  top: 41%;
  width: 16%;
  height: 10%;
}
.section-modal .section-modal-more {
  left: 41%;
}
.section-modal .section-modal-buy {
  left: 163px;
}
.section-modal .section-modal-fb {
  left: 235px;
}
.section-modal.modal-1 {
  background-image: url(../img/mobile/popup/1.jpg);
}
.section-modal.modal-2 {
  background-image: url(../img/mobile/popup/2.jpg);
}
.section-modal.modal-3 {
  background-image: url(../img/mobile/popup/3.jpg);
}
.section-modal.modal-4 {
  height: 665px;
  background-image: url(../img/mobile/popup/4.jpg);
}
.section-modal.modal-4 .section-modal-link {
  top: 34%;
}
.section-modal.modal-5 {
  background-image: url(../img/mobile/popup/5.jpg);
}
.section-modal.modal-6 {
  background-image: url(../img/mobile/popup/6.jpg);
}
.section-modal.modal-6 .section-modal-link {
  top: 52%;
}
@media screen and (min-width: 768px) {
  .section-modal {
    width: 450px;
    height: 500px;
  }
  .section-modal .section-modal-close {
    top: 23px;
    right: 32px;
    width: 40px;
    height: 40px;
  }
  .section-modal .section-modal-link {
    top: 290px;
    width: 55px;
    height: 40px;
  }
  .section-modal .section-modal-more {
    left: 80px;
  }
  .section-modal.modal-1 {
    background-image: url(../img/desktop/popup/1.jpg);
  }
  .section-modal.modal-2 {
    background-image: url(../img/desktop/popup/2.jpg);
  }
  .section-modal.modal-2 .section-modal-link {
    top: 230px;
  }
  .section-modal.modal-3 {
    background-image: url(../img/desktop/popup/3.jpg);
  }
  .section-modal.modal-4 {
    height: 500px;
    background-image: url(../img/desktop/popup/4.jpg);
  }
  .section-modal.modal-4 .section-modal-link {
    top: 230px;
  }
  .section-modal.modal-5 {
    background-image: url(../img/desktop/popup/5.jpg);
  }
  .section-modal.modal-5 .section-modal-link {
    top: 230px;
  }
  .section-modal.modal-6 {
    background-image: url(../img/desktop/popup/6.jpg);
  }
  .section-modal.modal-6 .section-modal-link {
    top: 311px;
  }
}