/* 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;
  padding: 18px;
  background-color: #2796a6;
}
#footer .footer-group {
  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: 28%;
  display: inline-block;
}
#footer span {
  width: 5%;
  display: inline-block;
}
#footer .right-link {
  width: 40%;
}
#footer .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 32px;
  }
  #footer .logo {
    width: 10%;
  }
  #footer span {
    width: 2.5%;
  }
  #footer .right-link {
    width: 14%;
  }
  #footer .copyright {
    font-size: 16px;
    margin: 0;
  }
}

/* ==|====================
   pages/index
   ======================= */
.main section {
  position: relative;
}
.main .scene-bg__mobile {
  display: block;
}
.main .scene-bg__desktop {
  display: none;
}
.main .menu {
  position: fixed;
  width: 50px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.main .go-action {
  position: fixed;
  width: 20%;
  max-width: 125px;
  right: 0;
  bottom: 26%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main .menu {
    width: 60px;
    right: 0;
    display: block;
  }
  .main .scene-bg__mobile {
    display: none;
  }
  .main .scene-bg__desktop {
    display: block;
  }
  .main .go-top {
    width: 11%;
  }
}

.menu-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url(../img/desktop/pc1-1-2.png);
  background-size: contain;
  background-color: transparent;
  display: none;
  border-radius: 0;
}

.blocker {
  background-color: transparent;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 55px;
  background-image: url(../img/desktop/pc1-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
}

.modal-link {
  margin-bottom: 50px;
  font-size: 22px;
  display: block;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .menu-modal {
    width: 270px;
    height: 100%;
  }
  .modal-close {
    width: 68px;
    height: 60px;
  }
  .modal-body {
    width: initial;
  }
  .modal-link {
    margin-bottom: 46px;
    font-size: 14px;
  }
}
.kv .logo {
  position: absolute;
  top: 53%;
  left: 11.5%;
  width: 78%;
  -webkit-animation: kvmove 1.5s ease-out;
          animation: kvmove 1.5s ease-out;
}
.kv .slogan {
  padding: 16px 0;
  color: #fff;
  font-size: 14px;
  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;
  text-align: center;
  background: url(../img/desktop/pc6-13.png) repeat;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kv .anchor {
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 7px;
  font-size: 12px;
  margin-top: 10px;
}
.kv .fb-share {
  position: absolute;
  top: 58%;
  right: 0;
  width: 20%;
  max-width: 175px;
}
.kv .go-down {
  position: absolute;
  bottom: -1%;
  left: 84.5%;
  width: 11%;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .kv .logo {
    top: 44%;
    left: 6%;
    width: 30%;
  }
  .kv .slogan {
    position: absolute;
    top: 0;
    right: 0;
    width: 23%;
    height: 100%;
    padding: 0;
  }
  .kv .go-down {
    position: absolute;
    bottom: -2%;
    left: 46.5%;
    width: 8%;
    display: block;
    z-index: 1;
  }
}
@-webkit-keyframes kvmove {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes kvmove {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.women {
  position: relative;
  margin: 4% auto;
}
@media screen and (min-width: 768px) {
  .women .scene-bg__desktop {
    width: 62%;
    margin: 2% auto;
  }
}

.good {
  position: relative;
  background-color: #eaeeef;
  padding: 2% 0;
}
.good .tag-left {
  position: absolute;
  width: 38%;
  top: 86%;
  left: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.good .tags {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.45s linear;
  transition: opacity 0.35s ease-out, -webkit-transform 0.45s linear;
  transition: opacity 0.35s ease-out, transform 0.45s linear;
  transition: opacity 0.35s ease-out, transform 0.45s linear, -webkit-transform 0.45s linear;
}
.good .tags.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.good .tag-right {
  position: absolute;
  width: 38%;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
@media screen and (min-width: 768px) {
  .good .scene-bg__desktop {
    width: 50%;
    margin: auto;
  }
  .good .tag-left {
    width: 14.45%;
    top: 63%;
    left: 14%;
  }
  .good .tag-right {
    width: 14.45%;
    top: 18%;
    right: 16%;
  }
}

.artist {
  position: relative;
}
.artist .link-button {
  position: absolute;
  top: 92.5%;
  width: 19%;
  height: 4%;
}
.artist .link-button.promote {
  left: 29.5%;
  height: 4.5%;
  background: #fff;
  -webkit-animation: buttonMove 0.65s linear infinite alternate;
          animation: buttonMove 0.65s linear infinite alternate;
}
.artist .link-button.more {
  left: 51%;
  background: #4d4d4d;
  -webkit-animation: buttonMove 0.65s 0.65s linear infinite alternate;
          animation: buttonMove 0.65s 0.65s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .artist .scene-bg__desktop {
    width: 74%;
    margin: auto;
    padding: 1% 0;
  }
  .artist .link-button {
    top: 73%;
    width: 8%;
    height: 7.5%;
  }
  .artist .link-button.promote {
    left: 57%;
    height: 7.5%;
  }
  .artist .link-button.more {
    left: 65.25%;
  }
}
@-webkit-keyframes buttonMove {
  0% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@keyframes buttonMove {
  0% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.list .wrapper {
  margin: 10px auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.list .wrapper img {
  position: relative;
  width: 45%;
}
.list .mark {
  position: absolute;
  top: 32%;
  left: 68%;
  width: 11%;
  -webkit-animation: move 0.75s linear infinite alternate;
          animation: move 0.75s linear infinite alternate;
}
.list.list-desktop {
  display: none;
}
.list.list-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .list.list-desktop {
    display: block;
  }
  .list.list-mobile {
    display: none;
  }
  .list .wrapper {
    margin: 10px auto;
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list .wrapper img {
    position: relative;
    width: 22%;
  }
  .list .wrapper img:nth-child(even) {
    top: 40px;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

#list-2 {
  margin-top: 3%;
}

.recommend {
  position: relative;
}
.recommend .link-button {
  position: absolute;
  top: 92.75%;
  width: 21.5%;
  height: 4.5%;
}
.recommend .link-button.promote {
  left: 28.5%;
  background: #fff;
  -webkit-animation: buttonMove 0.65s linear infinite alternate;
          animation: buttonMove 0.65s linear infinite alternate;
}
.recommend .link-button.more {
  left: 51.5%;
  width: 20.5%;
  height: 4%;
  background: #4d4d4d;
  -webkit-animation: buttonMove 0.65s 0.65s linear infinite alternate;
          animation: buttonMove 0.65s 0.65s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .recommend .scene-bg__desktop {
    width: 64%;
    margin: auto;
    padding: 3% 0;
  }
  .recommend .link-button {
    top: 72%;
    width: 9.5%;
    height: 6.5%;
  }
  .recommend .link-button.promote {
    left: 37%;
  }
  .recommend .link-button.more {
    left: 47%;
    width: 8.5%;
  }
}

.love {
  position: relative;
  background-color: #f7ece8;
  padding: 4% 0;
}
.love .tag-left {
  position: absolute;
  width: 31%;
  top: 87%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.love .tag-right {
  position: absolute;
  width: 48%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.love .tags {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.45s linear;
  transition: opacity 0.35s ease-out, -webkit-transform 0.45s linear;
  transition: opacity 0.35s ease-out, transform 0.45s linear;
  transition: opacity 0.35s ease-out, transform 0.45s linear, -webkit-transform 0.45s linear;
}
.love .tags.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .love .scene-bg__desktop {
    width: 50%;
    margin: auto;
    padding: 1% 0;
  }
  .love .tag-left {
    width: 11%;
    top: 66%;
    left: 17.5%;
  }
  .love .tag-right {
    width: 18%;
    top: 17%;
    right: 13%;
  }
}

.baby {
  position: relative;
}
.baby .link-button {
  position: absolute;
  top: 92%;
  width: 18%;
  height: 4.5%;
}
.baby .link-button.promote {
  width: 24.5%;
  left: 27%;
  background: #fff;
  -webkit-animation: timeMove 0.65s linear infinite alternate;
          animation: timeMove 0.65s linear infinite alternate;
}
.baby .link-button.more {
  left: 53.75%;
  width: 19%;
  height: 4%;
  background: #4d4d4d;
  -webkit-animation: timeMove 0.65s 0.65s linear infinite alternate;
          animation: timeMove 0.65s 0.65s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .baby .scene-bg__desktop {
    width: 77%;
    margin: auto;
    padding: 1% 0;
  }
  .baby .link-button {
    top: 77.25%;
    width: 8%;
    height: 7%;
  }
  .baby .link-button.promote {
    width: 10%;
    left: 53.5%;
  }
  .baby .link-button.more {
    width: 8%;
    left: 64%;
  }
}

.time {
  position: relative;
  margin-top: 2%;
}
.time .link-button {
  position: absolute;
  top: 92.5%;
  width: 18.5%;
  height: 4.5%;
}
.time .link-button.promote {
  width: 24.75%;
  left: 27%;
  background: #fff;
  -webkit-animation: timeMove 0.65s linear infinite alternate;
          animation: timeMove 0.65s linear infinite alternate;
}
.time .link-button.more {
  left: 54.245%;
  background: #4d4d4d;
  -webkit-animation: timeMove 0.65s 0.65s linear infinite alternate;
          animation: timeMove 0.65s 0.65s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .time .scene-bg__desktop {
    width: 65%;
    margin: auto;
    padding: 1% 0;
  }
  .time .link-button {
    position: absolute;
    top: 71.25%;
    width: 7%;
    height: 6.75%;
  }
  .time .link-button.promote {
    width: 10.75%;
    left: 36%;
  }
  .time .link-button.more {
    left: 47.25%;
    width: 7.75%;
  }
}
@-webkit-keyframes timeMove {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@keyframes timeMove {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.gallery {
  margin: 8% 0;
}
.gallery .wrapper {
  margin: 10px auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery .wrapper img {
  position: relative;
  width: 49%;
  -webkit-transition: 0.65s ease-out;
  transition: 0.65s ease-out;
}
.gallery .wrapper img.active {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
@media screen and (min-width: 768px) {
  .gallery .wrapper {
    margin: 10px auto;
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery .wrapper img {
    position: relative;
    width: 23.5%;
    -webkit-transition: 0.65s ease-out;
    transition: 0.65s ease-out;
  }
  .gallery .wrapper img.active {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

#list-2 {
  margin-top: 3%;
}