/* 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%;
  max-width: 125px;
}
.main .menu {
  width: 100%;
  cursor: pointer;
}
.main .logo-link {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 29%;
  height: 70%;
}
.main .go-top {
  position: fixed;
  width: 14%;
  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: 36%;
  height: 35%;
}
.main .menu-nav .nav-1 {
  left: 56%;
  width: 8%;
}
.main .menu-nav .nav-2 {
  left: 65%;
  width: 9%;
}
.main .menu-nav .nav-3 {
  left: 76%;
  width: 8%;
}
.main .menu-nav .nav-4 {
  left: 85%;
  width: 13%;
}
.main .topper {
  position: relative;
  padding-bottom: 9%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .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 .go-top {
    width: 11%;
  }
}

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

.menu-modal {
  position: absolute;
  width: 100%;
  max-width: 730px;
  padding-top: 200%;
  right: 0;
  top: 0;
  background-image: url(../img/mobile/menu-open.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: 13%;
  left: 12%;
  width: 78%;
  height: 62%;
}

.modal-link {
  margin-bottom: 2%;
  width: 89%;
  height: 13%;
  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: 20%;
  right: 0;
  width: 80px;
  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: 60%;
  }
  .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;
  }
  .go-share,
  .blog-share {
    width: 120px;
  }
  .blog-share {
    top: 548px;
  }
}
.blog-carousel {
  position: absolute;
  top: 9%;
  left: 0%;
  width: 100%;
}
.blog-carousel .slick-list {
  padding-bottom: 11%;
}
.blog-carousel .box-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0;
}
.blog-carousel .figure {
  position: absolute;
  width: 100%;
}
.blog-carousel .box-frame {
  position: relative;
  padding-bottom: 90%;
  width: 42%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/desktop/list-item.png);
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
.blog-carousel .article {
  position: absolute;
  top: 52%;
  left: 0%;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.blog-carousel .content {
  position: absolute;
  padding: 0 6%;
  top: 61%;
  height: 16%;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
}
.blog-carousel .link {
  position: absolute;
  top: 83%;
  left: 27%;
  width: 46%;
  height: 13%;
}
.blog-carousel .slick-dots {
  bottom: 3%;
}
.blog-carousel .slick-dots li {
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  .blog-carousel {
    margin: 0 auto;
    top: 16%;
    left: 9%;
    width: 80%;
  }
  .blog-carousel .slick-list {
    padding-bottom: 5%;
  }
  .blog-carousel .box-wrap {
    gap: 10px 10px;
  }
  .blog-carousel .box-frame {
    position: relative;
    padding-bottom: 40%;
    width: 20%;
    display: block;
  }
  .blog-carousel .article {
    top: 53%;
    font-size: 22px;
  }
  .blog-carousel .content {
    top: 63%;
    height: 14%;
    font-size: 16px;
  }
  .blog-carousel .slick-dots {
    bottom: 4%;
  }
}

.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 .submit {
  position: absolute;
  top: 88.5%;
  left: 22%;
  width: 58%;
  -webkit-animation: move 1s linear infinite alternate;
          animation: move 1s linear infinite alternate;
  z-index: 1;
}
.kv .more {
  position: absolute;
  top: 91.5%;
  left: 13%;
  width: 22%;
  height: 3%;
}
@media screen and (min-width: 768px) {
  .kv {
    padding-top: 25px;
  }
  .kv .logo {
    top: 4%;
    left: 4%;
    width: 13%;
  }
  .kv .more {
    top: 93%;
    left: 24%;
    width: 8%;
  }
  .kv .submit {
    top: 5%;
    left: 70%;
    width: 25%;
  }
}

@-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 .more {
  position: absolute;
  top: 91%;
  left: 39%;
  width: 22%;
  height: 7%;
}
@media screen and (min-width: 768px) {
  .first .more {
    top: 92%;
    left: 68%;
    width: 7%;
  }
}

.second {
  position: relative;
}
.second .box-frame {
  position: absolute;
  width: 75%;
  height: 19%;
}
.second .box-frame.blog-1 {
  top: 17%;
  left: 11.5%;
}
.second .box-frame.blog-2 {
  top: 37%;
  left: 11.5%;
}
.second .box-frame.blog-3 {
  top: 57.5%;
  left: 11.5%;
}
.second .box-frame.blog-4 {
  top: 77.5%;
  left: 11.5%;
}
.second .box-frame .content {
  display: none;
}
.second .go-submit {
  position: absolute;
  top: 92%;
  left: 13%;
  width: 73%;
}
@media screen and (min-width: 768px) {
  .second .box-frame {
    width: 29%;
    height: 34%;
  }
  .second .box-frame.blog-1 {
    top: 20%;
    left: 20.5%;
  }
  .second .box-frame.blog-2 {
    top: 20%;
    left: 50.5%;
  }
  .second .box-frame.blog-3 {
    top: 57.5%;
    left: 20.5%;
  }
  .second .box-frame.blog-4 {
    top: 57.5%;
    left: 50.5%;
  }
  .second .go-submit {
    top: 88%;
    left: 52%;
    width: 40%;
  }
}

.third {
  position: relative;
}
.third .submit {
  position: absolute;
  top: 47.5%;
  left: 22%;
  width: 58%;
  z-index: 1;
}
.third .link {
  position: absolute;
  width: 35%;
  height: 17%;
}
.third .link.link-1 {
  top: 1%;
  left: 43%;
}
.third .link.link-2 {
  top: 13%;
  left: 13%;
}
.third .link.link-3 {
  top: 26%;
  left: 47%;
}
.third .yt-frame {
  position: absolute;
  top: 28%;
  left: 15%;
  padding-bottom: 38%;
  width: 70%;
}
.third .yt-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.third .submit {
  position: absolute;
  top: 95%;
  left: 26%;
  width: 51%;
}
@media screen and (min-width: 768px) {
  .third .yt-frame {
    top: 22%;
    left: 15%;
    padding-bottom: 39%;
    width: 69%;
  }
  .third .link {
    width: 17%;
    height: 29%;
  }
  .third .link.link-1 {
    top: 5%;
    left: 21%;
  }
  .third .link.link-2 {
    top: 5%;
    left: 40%;
  }
  .third .link.link-3 {
    top: 5%;
    left: 60%;
  }
  .third .submit {
    left: 42%;
    width: 18%;
  }
}

.fourth .section-link {
  position: absolute;
  width: 58%;
  height: 26%;
}
.fourth .section-link.link-1 {
  top: 30%;
  left: 21%;
}
.fourth .section-link.link-2 {
  top: 71%;
  left: 21%;
}
@media screen and (min-width: 768px) {
  .fourth .section-link {
    width: 20%;
    height: 30%;
  }
  .fourth .section-link.link-1 {
    top: 46%;
    left: 27%;
  }
  .fourth .section-link.link-2 {
    top: 46%;
    left: 51%;
  }
}

.prompt .prompt-link {
  position: absolute;
  width: 65%;
  height: 28%;
}
.prompt .prompt-link.link-1 {
  top: 17%;
  left: 17%;
}
.prompt .prompt-link.link-2 {
  top: 52%;
  left: 17%;
}
@media screen and (min-width: 768px) {
  .prompt .prompt-link {
    top: 34%;
    width: 20%;
    height: 35%;
  }
  .prompt .prompt-link.link-1 {
    top: 34%;
    left: 29%;
  }
  .prompt .prompt-link.link-2 {
    top: 34%;
    left: 51%;
  }
}

/* ==|====================
   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;
  }
}