/* 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 {
  background: url(../img/pc-bg.png);
  background-size: 100% 100vh;
  background-repeat: no-repeat;
  background-position: top;
  height: 100vh;
  padding: 0;
  overflow-y: scroll;
}

main {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
}

img {
  width: 100%;
}

/* ==|====================
layout/_footer
======================= */
#footer {
  position: relative;
  padding: 12px;
  background-color: #ECE9D4;
  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: 12px;
}
#footer .logo {
  width: 20%;
  display: inline-block;
}
#footer .logo.mombaby {
  width: 21%;
}
#footer .logo.curel {
  width: 12%;
}
#footer .logo.joie {
  width: 13%;
}
#footer span {
  width: 4%;
  display: inline-block;
}

/* ==|====================
   pages/section-modal
   ======================= */
.section-modal {
  width: 300px;
  height: 612px;
  max-width: 1000px;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.section-modal .section-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
}
.section-modal .section-modal-link {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 530px;
}
.section-modal .section-modal-more {
  left: 125px;
}
.section-modal.modal-1 {
  background-image: url(../img/desktop/popup/popup-1.jpg);
}
.section-modal.modal-2 {
  background-image: url(../img/desktop/popup/popup-2.jpg);
}
.section-modal.modal-3 {
  background-image: url(../img/desktop/popup/popup-3.jpg);
}
@media screen and (min-width: 768px) {
  .section-modal {
    width: 500px;
    height: 1020px;
  }
  .section-modal .section-modal-close {
    top: 0px;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .section-modal .section-modal-link {
    width: 75px;
    height: 68px;
    top: 888px;
  }
  .section-modal .section-modal-more {
    left: 210px;
  }
}

/* ==|====================
   pages/index
   ======================= */
.home {
  height: 100vh;
  overflow-y: scroll;
  background-color: #e8c7c9;
}
.home .inner {
  position: relative;
  padding-bottom: 214%;
  width: 100%;
  background: url(../img/01-1.png) no-repeat center center;
  background-size: cover;
}
.home .airplane {
  position: absolute;
  top: 4%;
  left: 11%;
  width: 80%;
  -webkit-animation: start 1.5s ease-in-out;
          animation: start 1.5s ease-in-out;
}
.home .logo {
  position: absolute;
  top: 46%;
  left: 25%;
  width: 50%;
}
.home .slogan-1 {
  position: absolute;
  top: 20%;
  left: 55%;
  width: 24%;
  opacity: 0;
  -webkit-animation: fadeIn 0.7s 1.5s ease-out alternate forwards;
          animation: fadeIn 0.7s 1.5s ease-out alternate forwards;
}
.home .slogan-2 {
  position: absolute;
  top: 20%;
  left: 55%;
  width: 24%;
  opacity: 0;
  -webkit-animation: fadeIn 0.75s 1s ease-out alternate forwards;
          animation: fadeIn 0.75s 1s ease-out alternate forwards;
}
.home .slogan-3 {
  position: absolute;
  top: 29.5%;
  left: 36%;
  width: 50%;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 1.25s ease-out alternate forwards;
          animation: fadeIn 0.5s 1.25s ease-out alternate forwards;
}
.home .share {
  position: absolute;
  top: 70%;
  right: -10%;
  width: 23%;
  -webkit-animation: start 1.8s infinite cubic-bezier(0.4, 0, 1, 1);
          animation: start 1.8s infinite cubic-bezier(0.4, 0, 1, 1);
}
.home .home-link {
  position: absolute;
  height: 5%;
}
.home .home-link.link-start {
  top: 74%;
  width: 27%;
  left: 36%;
}
.home .home-link.link-note {
  top: 79%;
  width: 38%;
  left: 30%;
}
@-webkit-keyframes start {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes start {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes moveIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes showIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes showIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes moveY {
  from {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveY {
  from {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.index-modal {
  padding: 0 !important;
  width: 300px;
  height: 522px;
  max-width: 1000px;
  display: none;
}
.index-modal .modal-head {
  position: absolute;
  top: 0;
}
.index-modal .section-modal-close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 35px;
  height: 35px;
}
.index-modal .section-modal-btn {
  position: absolute;
  top: 83%;
  left: 72%;
  width: 19%;
  height: 10%;
}
.index-modal .btn-link {
  position: absolute;
  left: 60%;
  width: 24%;
  height: 3%;
}
.index-modal .btn-link.more-1 {
  top: 48%;
}
.index-modal .btn-link.more-2 {
  top: 85%;
}
.index-modal .btn-link.shop-1 {
  top: 53%;
}
.index-modal .btn-link.shop-2 {
  top: 90%;
}

.finish {
  height: 100vh;
  overflow-y: scroll;
}
.finish.wrong .inner {
  background-image: url(../img/04-1.png);
}
.finish.wrong .heart {
  top: 30%;
  left: 38%;
}
.finish .inner {
  position: relative;
  padding-bottom: 173%;
  width: 100%;
  height: 0;
  background-image: url(../img/04-2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.finish .heart {
  position: absolute;
  top: 8%;
  left: 77%;
  width: 18%;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 1.25s ease-out alternate forwards;
          animation: fadeIn 0.5s 1.25s ease-out alternate forwards;
}
.finish .link {
  position: absolute;
  width: 34%;
  height: 5%;
}
.finish .link.link-scan {
  top: 75%;
  left: 17%;
}
.finish .link.link-again {
  top: 75%;
  left: 52%;
}
.finish .link.link-note {
  top: 81%;
  left: 35%;
}
.result {
  height: 100vh;
  overflow-y: scroll;
}
.result .inner {
  position: relative;
  width: 100%;
  padding-bottom: 178%;
  height: 0;
  background: url(../img/1.jpg) no-repeat top center;
  background-size: cover;
}
.result .inner.result-2 {
  background: url(../img/layout_9.jpg) no-repeat top center;
  background-size: cover;
}
.result .result-block {
  position: absolute;
  top: 21.5%;
  left: 22%;
  width: 55%;
  font-size: 30px;
  text-align: center;
}
.result .wording {
  margin-bottom: 3%;
}
.result .result-btn {
  position: absolute;
  top: 82%;
  width: 27%;
  height: 16%;
}
.result .result-btn.btn-game {
  left: 6%;
}
.result .result-btn.btn-screenshot {
  left: 36%;
}
.result .result-btn.btn-challenge {
  left: 67%;
}
@media screen and (min-width: 768px) {
  .result .inner {
    padding-bottom: 173%;
    height: 0;
  }
  .result .result-btn {
    width: 29%;
    height: 16%;
  }
  .result .result-btn.btn-game {
    left: 2%;
  }
  .result .result-btn.btn-screenshot {
    left: 35%;
  }
  .result .result-btn.btn-challenge {
    left: 68%;
  }
}

.info {
  height: 100vh;
  overflow-y: scroll;
}
.info .inner {
  position: relative;
  padding-bottom: 173%;
  width: 100%;
  height: 0;
  background: url(../img/04game.jpg) no-repeat top center;
  background-size: cover;
}
.info .link {
  position: absolute;
  left: 37%;
  width: 26%;
  height: 5%;
}
.info .link.link-1 {
  top: 48%;
}
.info .link.link-2 {
  top: 88%;
}
.note {
  height: 100vh;
  overflow-y: scroll;
}
.note .inner {
  position: relative;
  padding-bottom: 177.5%;
  width: 100%;
  height: 0;
  background: url(../img/02-1.png) no-repeat top center;
  background-size: cover;
}
.note .more-link {
  position: absolute;
  left: 61%;
  width: 27%;
  height: 4%;
}
.note .more-link.link-1 {
  top: 44%;
}
.note .more-link.link-2 {
  top: 76%;
}
.note .note-link {
  position: absolute;
  left: 33%;
  width: 34%;
  height: 5%;
}
.note .note-link.link-1 {
  top: 85%;
}
.note .note-link.link-2 {
  top: 91%;
}
.game {
  height: 100vh;
  overflow-y: scroll;
  background-color: #e1e1e1;
}
.game.game-1 .inner {
  background-image: url(../img/03-1-2.png);
}
.game.game-2 .inner {
  background-image: url(../img/03-2-2.png);
}
.game.game-3 .inner {
  background-image: url(../img/03-3-2.png);
}
.game.game-4 .inner {
  background-image: url(../img/03-4-2.png);
}
.game.game-5 .inner {
  background-image: url(../img/03-5-2.png);
}
.game .inner {
  position: relative;
  padding-bottom: 177.5%;
  width: 100%;
  height: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.game .quiz {
  position: absolute;
  top: 1.5%;
  left: 10%;
  width: 15%;
  -webkit-animation: scaleIn 0.85s ease alternate infinite;
          animation: scaleIn 0.85s ease alternate infinite;
}
.game .link {
  position: absolute;
  top: 77%;
  width: 49%;
}
.game .link.link-1 {
  left: 1%;
  -webkit-animation: moveY 0.85s ease-out alternate infinite;
          animation: moveY 0.85s ease-out alternate infinite;
}
.game .link.link-2 {
  left: 50%;
  -webkit-animation: moveY 1s ease-in alternate infinite;
          animation: moveY 1s ease-in alternate infinite;
}
.result-modal {
  padding: 0 !important;
  width: 350px;
  height: 602px;
  max-width: 1000px;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.result-modal.result-1 {
  background-image: url(../img/03-1-pp1.png);
}
.result-modal.result-2 {
  background-image: url(../img/03-2-pp1.png);
}
.result-modal.result-3 {
  background-image: url(../img/03-3-pp1.png);
}
.result-modal.result-4 {
  background-image: url(../img/03-4-pp1.png);
}
.result-modal.result-5 {
  background-image: url(../img/03-5-pp1.png);
}
.result-modal .modal-head {
  position: absolute;
  top: 0;
}
.result-modal .stamp {
  position: absolute;
  top: 38%;
  left: 70%;
  width: 20%;
  opacity: 0;
  -webkit-animation: showIn 0.75s 1s ease-out alternate forwards;
          animation: showIn 0.75s 1s ease-out alternate forwards;
}
.result-modal .section-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url(../img/close-button.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.result-modal .blink {
  position: absolute;
  top: 23%;
  left: 73%;
  width: 18%;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
          animation: blink-animation 1s steps(5, start) infinite;
}
.result-modal .blink.result-1 {
  top: 14%;
}
.result-modal .section-modal-btn {
  position: absolute;
  top: 83%;
  left: 72%;
  width: 19%;
  height: 10%;
}
.result-modal .btn-link {
  position: absolute;
  top: 89%;
  width: 33%;
  height: 6%;
}
.result-modal .btn-link.more {
  left: 13%;
}
.result-modal .btn-link.shop {
  left: 53%;
}

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

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.reward-modal {
  position: relative;
  width: 300px;
  height: 695px;
  background-image: url(../img/06-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  display: none;
}

.modal-head {
  width: 100%;
  height: 11.5%;
  position: relative;
}

.modal-boby {
  margin-top: 220px;
}
.modal-boby .desc {
  text-align: center;
  font-size: 20px;
}
.modal-boby .top {
  margin-top: 6px;
  color: red;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 4px;
}
.modal-boby .top span {
  letter-spacing: 1px;
}
.modal-boby .baby-popup-image {
  width: 130px;
  height: 130px;
  margin: 18px auto;
  border-radius: 6px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
.modal-boby .baby-popup-image img {
  width: 100%;
}

.modal-close {
  margin-top: 4%;
  padding-top: 13%;
  background-image: url(../img/06-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  cursor: pointer;
}

.sanpshot {
  margin: 10% auto;
  display: block;
}

.modal-footer {
  gap: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-footer a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
}