/** Shopify CDN: Minification failed

Line 163:4 Expected ":"

**/
.fv-wrapper {
  /* transition-timing-function: linear; */
  width: 100%;
  height: 100%;
  padding-bottom: 48px;
  height: auto;
  box-sizing: border-box;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  width: 100%;
  /* aspect-ratio: 4800 / 3400; */
  aspect-ratio: 2000 / 766;
  object-fit: cover;
  height: auto;
  box-sizing: border-box;
}
.swiper-pagination .swiper-pagination-bullet{
  width: 6px;
  height: 6px;
}
.swiper-pagination .swiper-pagination-bullet-active{
  background-color: #333;
}

/* .swiper-slide p {
  color: red;
  font-size: 36px;
  position: absolute;
  z-index: 999;
  background-color: white;
  top: 0;
  &.productsText {
    left: 0;
  }
  &.moreButton {
    right: 0;
  }
} */

.swiper-slide {
  position: relative;
}

.productsText {
  position: absolute;
  top: 0;
  top: 10%;
  left: 10%;
  font-size: 9.17vw;
  font-family: "Bacasime Antique", serif;
  line-height: 0.9;
  color: #ffffff;
}

.productsText span {
  font-family: "EB Garamond", serif;
}

/* .swiper-slide-active .productsText,
.swiper-slide-active .viewMore {
  animation-name: fadeinFV;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
 */
.productsText,
.viewMore {
  animation-name: fadeinFV;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

@keyframes fadeinFV {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  49% {
    opacity: 0;
    transform: translateY(20px);
  }
  70% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.viewMore {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: max(2.5%,16px);
  right: 7%;
  border: #ffffff 1px solid;
  border-radius: 50%;
  width: 9.51vw;
  height: 9.51vw;
  font-size: 1.11vw;
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
  color: #ffffff;
}

.pcImg {
  display: block;
}
.spImg {
  display: none;
}
@media screen and (max-width: 749px) {
  .pcImg {
    display: none;
  }
  .spImg {
    display: block;
  }

  .fv-wrapper {
    transition-timing-function: linear;
    max-width: 1200px;
    width: 100%;
    /* max-height: 876px; */
    /* height: 160vw; */
    height: auto;
  }
  .swiper-slide img {
    width: 100%;
    /* height: 160vw; */
    /* aspect-ratio: 1200 / 1600;*/
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }

  .productsText {
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 17.59vw;
    font-family: "Bacasime Antique", serif;
    line-height: 0.9;
    color: #ffffff;
  }
  .viewMore {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
   s bottom: max(2.5%,16px);
    right: 5%;
    border: #ffffff 1px solid;
    border-radius: 50%;
    width: 25.46vw;
    height: 25.46vw;
    text-align: center;
    margin-top: 20px;

    font-size: 3.06vw;
    text-decoration: none;
    color: #ffffff;
  }
}
