@charset "UTF-8";
/* --------------------
		設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

/* --------------------
.favo ここから共通
-------------------- */
:root {
  --favo-point-color: #661116;
}

#favo {
  margin: 0 auto 16vw;
}
@media screen and (min-width: 1000px) {
  #favo {
    width: 800px;
    margin: 0 auto 100px;
  }
}
#favo .flex {
  display: flex;
  gap: 8vw;
}
@media screen and (min-width: 1000px) {
  #favo .flex {
    gap: 30px;
  }
}
#favo h2, #favo h3 {
  text-align: center;
}
#favo p {
  line-height: 1.6;
  text-align: left !important;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  #favo p {
    font-size: 1.4rem;
  }
}
#favo a:not(.favo__txt__login) {
  display: inline;
  color: var(--attention_txt-color);
  text-decoration: underline;
}
#favo .txt--attention {
  color: #AAA !important;
}
#favo .txt--attention a {
  color: #AAA !important;
}
#favo .favo__ttl {
  margin-bottom: 10.6666666667vw;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  #favo .favo__ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 1000px) {
  #favo .favo__ttl {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
#favo .favo__ttl--sm {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  #favo .favo__ttl--sm {
    font-size: 1.4rem;
  }
}
#favo .favo__ttl--lg {
  padding-bottom: 1.3333333333vw;
  border-bottom: var(--favo-point-color) 2px solid;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--favo-point-color);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  #favo .favo__ttl--lg {
    padding-bottom: 5px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  #favo .favo__inner {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  #favo .favo__detail {
    width: 33.3333333333%;
  }
}
#favo .favo__detail__ttl {
  margin-bottom: 5.3333333333vw;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--favo-point-color);
}
@media screen and (min-width: 1000px) {
  #favo .favo__detail__ttl {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--favo-point-color);
  }
}
#favo .favo__detail__ttl img {
  display: inline-block;
  width: 6.1333333333vw !important;
  height: auto;
  margin-right: 0.5333333333vw;
  vertical-align: text-bottom;
}
@media screen and (min-width: 1000px) {
  #favo .favo__detail__ttl img {
    width: 23px !important;
    margin-right: 2px;
  }
}
#favo .favo__img {
  width: 100%;
  margin-bottom: 5.3333333333vw;
  border: 1px solid #727272;
}
@media screen and (min-width: 1000px) {
  #favo .favo__img {
    margin-bottom: 15px;
  }
}
#favo .favo__txt {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #favo .favo__txt {
    font-size: 1.1rem;
  }
}
#favo .favo__txt__login {
  color: #bf0010;
}
#favo .favo__attention {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  #favo .favo__attention {
    font-size: 1.4rem;
  }
}
#favo .favo__attention a {
  display: inline-block !important;
  color: #bf1100 !important;
}

/* sp tablet */
#favo {
  /* ナビゲーションボタン */
}
#favo .favo-swiper {
  width: 80vw;
  margin: 0 auto 5.3333333333vw;
  overflow: hidden;
}
#favo .swiper-slide {
  margin-bottom: 2.6666666667vw;
}
#favo .swiper__wrapper {
  position: relative;
  margin-bottom: 13.3333333333vw !important;
}
#favo .swiper__nav .flex {
  justify-content: center;
}
#favo .swiper-button-next:after, #favo .swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}
#favo .swiper-button-prev:after, #favo .swiper-rtl .swiper-button-next:after {
  content: "" !important;
}
#favo .swiper-horizontal > .swiper-pagination-bullets, #favo .swiper-pagination-bullets.swiper-pagination-horizontal, #favo .swiper-pagination-custom, #favo .swiper-pagination-fraction {
  bottom: -2.6666666667vw;
}
#favo .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: vw(20);
  --swiper-pagination-bullet-height: vw(20);
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  left: 0 !important;
  text-align: center;
  line-height: 5.3333333333vw;
  font-size: 1.2rem !important;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
#favo .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--favo-point-color);
}
#favo .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
#favo .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1);
}
#favo .swiper__nav {
  position: relative;
}
#favo .swiper__nav.flex {
  justify-content: center;
}
#favo .swiper-button-next,
#favo .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/favo/arrow-next.svg) !important;
}
#favo .swiper-button-prev,
#favo .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/favo/arrow-prev.svg) !important;
}
#favo .swiper-button-prev,
#favo .swiper-button-next {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin-top: 0;
  transform: translateY(-50%);
  background-size: 5.3333333333vw;
}
#favo .swiper-button-prev,
#favo .swiper-container-rtl .swiper-button-next {
  left: 25%;
}
#favo .swiper-button-next,
#favo .swiper-container-rtl .swiper-button-prev {
  right: 25%;
}
@media screen and (min-width: 768px) {
  #favo .swiper-button-prev,
  #favo .swiper-container-rtl .swiper-button-next {
    left: 25%;
  }
  #favo .swiper-button-next,
  #favo .swiper-container-rtl .swiper-button-prev {
    right: 25%;
  }
}/*# sourceMappingURL=onlinestore_favorite.css.map */