/* 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;
}
@media screen and (min-width: 768px) {
  .main .scene-bg__mobile {
    display: none;
  }
  .main .scene-bg__desktop {
    display: block;
  }
}

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

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

.modal-body {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 81%;
  height: 100%;
}

.modal-link {
  margin-bottom: 7%;
  width: 100%;
  height: 8%;
  display: block;
}

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

.blog-modal-blocker {
  background-color: rgba(250, 228, 230, 0.75);
}

.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;
}
.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-share {
  position: fixed;
  top: 50%;
  right: 0;
  width: 80px;
  z-index: 1;
}

.go-top {
  position: fixed;
  top: 90%;
  right: 1%;
  width: 65px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .menu-modal {
    padding-bottom: 0;
    width: 412px;
    height: 866px;
  }
  .modal-close {
    top: 14px;
    right: 23px;
    width: 40px;
    height: 40px;
  }
  .modal-body {
    top: 2%;
    left: 5%;
    margin: 70px 40px;
    width: 70%;
  }
  .modal-link {
    margin-bottom: 22px;
  }
  .go-share,
  .got-top {
    width: 110px;
  }
}
.blog-carousel {
  position: relative;
  margin-top: -30%;
}
.blog-carousel #carousel-anchor {
  position: absolute;
  top: -5%;
}
.blog-carousel .slider-box {
  position: absolute;
  top: 11%;
  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: 30px 1%;
}
.blog-carousel .slick-active {
  color: #e50414;
  font-weight: 500;
}
.blog-carousel .slick-list {
  width: 100%;
  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: 30px 1%;
}
.blog-carousel .box-frame {
  position: relative;
  padding-bottom: 50%;
  width: 45%;
  background-image: url(../img/desktop/item-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #666;
  display: block;
}
.blog-carousel .box-frame::after {
  content: "";
  position: absolute;
  top: 3%;
  left: -3%;
  width: 18%;
  height: 15%;
  background-image: url(../img/desktop/item-heart.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-carousel .figure {
  position: absolute;
  top: 0;
  left: 4.5%;
  width: 91%;
  border-radius: 12px;
  overflow: hidden;
}
.blog-carousel .article {
  position: absolute;
  top: 85%;
  padding-left: 6%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
.blog-carousel .slick-dots {
  bottom: -5px;
}
.blog-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .blog-carousel {
    margin-top: 0;
  }
  .blog-carousel .slick-list {
    padding-bottom: 2%;
  }
  .blog-carousel .slider-box {
    top: 14%;
    left: 9%;
    width: 80%;
  }
  .blog-carousel .box-wrap {
    gap: 40px;
  }
  .blog-carousel .box-frame {
    position: relative;
    padding-bottom: 31%;
    width: 28%;
    display: block;
  }
  .blog-carousel .figure {
    top: 0;
    left: 5.25%;
    width: 89.5%;
    border-radius: 16px;
  }
  .blog-carousel .article {
    top: 87%;
  }
  .blog-carousel .slick-dots {
    bottom: -2%;
    z-index: 1;
  }
}

.blog-modal {
  padding: 20px;
  border-radius: 12px;
  background-color: #fae4e6;
}
.blog-modal .blog-modal-close {
  position: absolute;
  top: -3%;
  right: -4%;
  width: 12%;
  height: 12%;
  background-image: url(../img/desktop/btn-close.png);
  background-size: contain;
}
.blog-modal .blog-modal-figure {
  margin-bottom: 20px;
}
.blog-modal .blog-name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #eb729c;
}
.blog-modal .blog-description {
  color: #b7758e;
  line-height: 1.2;
  letter-spacing: 0.8px;
  height: 173px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .blog-modal {
    padding: 30px;
    width: 800px;
  }
  .blog-modal .blog-modal-wrap {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-modal .blog-modal-figure {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .blog-modal .blog-side {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .blog-modal .blog-description {
    line-height: 1.3;
    letter-spacing: 0.8px;
    font-size: 14px;
    overflow-y: initial;
  }
}

.kv .logo {
  position: absolute;
  top: 1%;
  left: 2%;
  width: 28%;
  height: 13%;
}
.kv .menu {
  position: absolute;
  top: 1%;
  right: 4%;
  width: 11%;
  height: 6%;
}
.kv .submit {
  position: absolute;
  top: 82.5%;
  left: 15%;
  width: 70%;
  -webkit-animation: move 1s linear infinite alternate;
          animation: move 1s linear infinite alternate;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .kv .logo {
    top: 8%;
    left: 10%;
    width: 14%;
    height: 23%;
  }
  .kv .menu {
    top: 8%;
    right: 4%;
    width: 5%;
    height: 9%;
  }
  .kv .submit {
    top: 15%;
    left: 48%;
    width: 38%;
  }
}

@-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);
  }
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.first {
  position: relative;
}
.first .yt-frame {
  position: absolute;
  top: 33%;
  left: 11%;
  width: 78%;
  height: 51%;
}
.first .yt-frame iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .first .yt-frame {
    top: 30%;
    height: 60%;
  }
}

.second {
  position: relative;
}
.second .yt-frame {
  position: absolute;
  top: 53%;
  left: 3%;
  padding-bottom: 53%;
  width: 94%;
  height: 0;
}
.second .yt-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.second .submit {
  position: absolute;
  top: 93%;
  left: 13%;
  width: 70%;
  -webkit-animation: big 1s linear infinite alternate;
          animation: big 1s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .second .yt-frame {
    top: 60%;
    left: 20%;
    padding-bottom: 31%;
    width: 56%;
  }
  .second .submit {
    top: 94%;
    left: 19%;
    width: 16%;
  }
}

.fourth {
  position: relative;
}
.fourth #fourth-anchor {
  position: absolute;
  top: 19%;
}
.fourth .footer-link {
  position: absolute;
  top: 95%;
  width: 28%;
  height: 2%;
}
.fourth .footer-link.link-1 {
  left: 18%;
}
.fourth .footer-link.link-2 {
  left: 64%;
}
@media screen and (min-width: 768px) {
  .fourth #fourth-anchor {
    top: 0;
  }
  .fourth .footer-link {
    top: 90%;
    left: 20%;
    width: 13%;
    height: 4%;
  }
  .fourth .footer-link.link-1 {
    left: 37%;
  }
  .fourth .footer-link.link-2 {
    left: 55%;
  }
}

.wording .wording-link {
  position: absolute;
  top: 31%;
  left: 28%;
  width: 42%;
  -webkit-animation: big 1s linear infinite alternate;
          animation: big 1s linear infinite alternate;
}
.wording .footer-link {
  position: absolute;
  top: 95%;
  width: 28%;
  height: 2%;
}
.wording .footer-link.link-1 {
  left: 18%;
}
.wording .footer-link.link-2 {
  left: 64%;
}
@media screen and (min-width: 768px) {
  .wording .wording-link {
    top: 21%;
    left: 42%;
    width: 15%;
  }
  .wording .footer-link {
    top: 90%;
    left: 20%;
    width: 13%;
    height: 4%;
  }
  .wording .footer-link.link-1 {
    left: 37%;
  }
  .wording .footer-link.link-2 {
    left: 55%;
  }
}

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