@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 981px) {
  header #gnav.fixed {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
  header #gnav:not(.fixed) {
    height: 150px;
  }
  header #gnav:not(.fixed)::before {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header #gnav:not(.fixed) p:not(.logo) {
    top: 50px;
  }
  header #gnav:not(.fixed) .logo {
    top: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header #gnav:not(.fixed) .logo img {
    width: 240px;
    height: auto;
  }
  header #gnav:not(.fixed) .gnav_inner {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

section .inner {
  max-width: 1100px;
  width: 90.666vw;
  margin: 0 auto;
  padding: 20px 0 110px;
  position: relative;
}
@media screen and (min-width: 768px) {
  section .inner {
    padding: 30px 0 80px;
  }
}
section .inner .btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section .inner .btn {
    right: 0;
    left: auto;
    bottom: 20px;
  }
}
section .inner .btn img {
  height: 30px;
}
@media screen and (min-width: 768px) {
  section .inner .btn img {
    height: auto;
  }
}

#hero .swiper-pagination {
  bottom: -26px;
}
#hero .swiper-pagination-bullet-active {
  background-color: #ffba00;
}
#hero .inner {
  width: 100%;
  padding: 0 0 50px;
}
@media screen and (min-width: 981px) {
  #hero .inner {
    padding-top: 40px;
  }
}
#hero .inner a:hover {
  opacity: 1;
}

#category .inner {
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  #category .inner {
    padding-bottom: 70px;
  }
}
#category .inner ul {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 43.8% 1fr;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  #category .inner ul {
    grid-template-rows: 45.28% 25.86% 24.86%;
    grid-template-columns: 24.5% 30.9% 1fr;
    gap: 3% 1%;
  }
}
@media screen and (min-width: 1200px) {
  #category .inner ul {
    grid-template-rows: 260px 150px 150px;
    gap: 10px;
  }
}
#category .inner ul li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #category .inner ul li.wash {
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (min-width: 768px) {
  #category .inner ul li.skincare {
    grid-row: 1;
    grid-column: 2;
  }
}
#category .inner ul li.tools {
  margin-right: -48%;
}
@media screen and (min-width: 768px) {
  #category .inner ul li.tools {
    grid-row: 1/span 2;
    grid-column: 3;
    margin-right: 0;
  }
}
#category .inner ul li.basemake {
  grid-column: 1/span 2;
}
@media screen and (min-width: 768px) {
  #category .inner ul li.basemake {
    grid-row: 2;
    grid-column: 1/span 2;
  }
}
#category .inner ul li.colormake {
  grid-column: 1/span 2;
}
@media screen and (min-width: 768px) {
  #category .inner ul li.colormake {
    grid-row: 3;
    grid-column: 1/span 2;
  }
}
#category .inner ul li.all {
  margin-left: 38.6%;
}
@media screen and (min-width: 768px) {
  #category .inner ul li.all {
    grid-row: 3;
    grid-column: 3;
    margin-top: -11%;
    margin-left: 0;
  }
}
@media screen and (min-width: 981px) {
  #category .inner ul li.all {
    margin-top: -11%;
  }
}

#instagram {
  background-color: rgba(209, 209, 203, 0.2);
}
#instagram .inner {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #instagram .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 70px;
  }
}
@media screen and (min-width: 768px) {
  #instagram .inner > div {
    width: 50%;
  }
}
#instagram .inner > div.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  #instagram .inner > div.title {
    background-color: #fff;
    padding: 0;
  }
}
#instagram .inner > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
#instagram .inner > div ul li {
  width: calc((100% - 10px) / 3);
}
#instagram .inner > div ul li a {
  aspect-ratio: 1/1;
}
#instagram .inner > div ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=index.css.map */