@charset "utf-8";

@media not all and (min-width: 768px) {
  .fca_page-shop-home__body {
    overflow: hidden;
  }
}

.fca_lazyload-wrap:not(.is-lazyloaded):before {
  background-color: #f1f1f1;
}

.fca_section__image {
  height: auto;
  width: 100%;
}

.fca_section__new {
  -webkit-animation: shake 3.2s steps(1, end) infinite;
  animation: shake 3.2s steps(1, end) infinite;
  -webkit-animation: shake 0.9s ease-in-out infinite;
  animation: shake 0.9s ease-in-out infinite;
  position: absolute;
  left: 60px;
  width: 20%;
  z-index: 2;
}

.fca_section_new__image {
  height: auto;
  width: 100%;
}

.fca_section__sliders {
  position: relative;
}

.fca_section__body {
  margin-top: 40px;
}

.more_btns_kr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  list-style: none;
}

.more_btn__title_kr {
  order: 1;
  width: 8.235294117%;
}

.more_btn__image_kr {
  height: auto;
  overflow: visible;
  width: 100%;
}

.more_btn_kr {
  margin-right: 10px;
  margin-bottom: 0;
  text-align: right;
}

.more_btn_kr:not(:first-child) {
  margin-top: 15px;
}

.more_btn__link_kr {
  font-family: "A1Gothic-Medium";
  font-size: 15.4412px;
  font-size: clamp(15px, 2.5vw, 20px);
  letter-spacing: 0.1em;
  text-decoration: none !important;
}

.arrow__01_kr,
.arrow__02_kr,
.arrow__03_kr {
  padding-right: 30px;
  position: relative;
}

.arrow__01_kr::after {
  background-image: url(../images/arrow_01.svg);
  background-size: 100%;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.arrow__02_kr::after {
  background-image: url(../images/arrow_02.svg);
  background-size: 100%;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.arrow__03_kr::after {
  background-image: url(../images/arrow_03.svg);
  background-size: 100%;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.arrow__03_kr.selected::after {
  background-image: url(../images/arrow_04.svg);
}

.anime__line_kr {
  position: relative;
}

.anime__line_kr::before {
  background-color: #231815;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: width 1.2s ease-in-out;
  width: 0;
}

.anime__line_kr.active::before {
  width: 100%;
}

.svg__image_kr {
  height: auto;
  overflow: visible;
  width: 100%;
}

.anim_01_kr {
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-animation: anime_1 2s ease-out infinite;
  animation: anime_1 2s ease-out infinite;
}

@-webkit-keyframes anime_1 {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes anime_1 {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  16% {
    transform: rotate(-3deg);
  }

  32% {
    transform: rotate(3deg);
  }

  48% {
    transform: rotate(-3deg);
  }

  64% {
    transform: rotate(3deg);
  }

  80% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(3deg);
  }
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  16% {
    transform: rotate(-3deg);
  }

  32% {
    transform: rotate(3deg);
  }

  48% {
    transform: rotate(-3deg);
  }

  64% {
    transform: rotate(3deg);
  }

  80% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(3deg);
  }
}

@-webkit-keyframes wave {
  0%,
  100% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0px);
  }
}

@keyframes wave {
  0%,
  100% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0px);
  }
}

.more_btn__image_kr #M {
  -webkit-animation: wave 2s infinite ease-in-out;
  animation: wave 2s infinite ease-in-out;
}

.more_btn__image_kr #O {
  -webkit-animation: wave 2s infinite ease-in-out 0.2s;
  animation: wave 2s infinite ease-in-out 0.2s;
}

.more_btn__image_kr #R {
  -webkit-animation: wave 2s infinite ease-in-out 0.4s;
  animation: wave 2s infinite ease-in-out 0.4s;
}

.more_btn__image_kr #E {
  -webkit-animation: wave 2s infinite ease-in-out 0.6s;
  animation: wave 2s infinite ease-in-out 0.6s;
}

.anime__rotate_kr {
  -webkit-animation: rotate360 7s linear infinite;
  animation: rotate360 7s linear infinite;
  z-index: 1;
}

.pages_kr {
  max-width: 1170px;
  margin-inline: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: 96%;
  z-index: 1;
}

.pages_kr .swiper-button-prev,
.pages_kr .swiper-button-next,
.pages_kr .swiper-rtl .swiper-button-next {
  background-image: none;
  position: static;
  position: absolute;
  width: 40px;
  height: 40px;
}

.pages_kr .swiper-button-next {
  margin-left: auto;
}

.pages_kr .swiper-button-prev,
.pages_kr .swiper-rtl .swiper-button-next {
  transform: rotate(180deg);
}

.pages_kr .swiper-button-next:after,
.pages_kr .swiper-button-prev:after {
  background-image: url(../images/arrow_y.svg);
  background-size: auto;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  font-size: 0;
  position: relative;
  left: 14px;
  width: 100%;
}

@-webkit-keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media not all and (min-width: 768px) {
  .fca_page-shop-home__recommends {
    padding-bottom: 0;
  }
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media all and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .fca_section__new {
    width: 92px;
  }

  .more_btn__title_kr {
    max-width: 56px;
  }

  .arrow__01_kr,
  .arrow__02_kr,
  .arrow__03_kr {
    padding-right: 44px;
  }

  .arrow__01_kr::after,
  .arrow__02_kr::after {
    height: 30px;
    width: 30px;
  }

  .pages_kr {
    width: 100%;
  }

  .pages_kr .swiper-button-prev,
  .pages_kr .swiper-button-next,
  .pages_kr .swiper-rtl .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}

@font-face {
  font-family: "A1Gothic-bold";
  src: url("../font/AP-OTF-A1GothicStdN-Bold.otf?v=2.0") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "A1Gothic-Light";
  src: url("../font/AP-OTF-A1GothicStdN-Light.otf?v=2.0") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "A1Gothic-Medium";
  src: url("../font/AP-OTF-A1GothicStdN-Medium.otf?v=2.0") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "A1Gothic-Regular";
  src: url("../font/AP-OTF-A1GothicStdN-Regular.otf?v=2.0") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kuretake";
  src: url("../font/AP-OTF-KuretakeMeisekiStdN-B.otf?v=2.0") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.delay__01_kr::before {
  transition-delay: 0.5s;
}

.delay__02_kr::before {
  transition-delay: 1s;
}
