@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 62.5%;
}

/* --------------------
		設定
-------------------- */
:root {
  --black: #333;
  --white: #fff;
  --red: #9ab3c0;
  --txt-sp: 1.2rem;
  --txt-pc: 1.4rem;
}

/* --------------------
		#content
-------------------- */
#content img {
  width: 100%;
  height: auto;
}

.main {
  width: 100%;
}

/* --------------------
	.favo
-------------------- */
:root {
  --favo-point-color: #b6821b;
  --attention_txt-color: #aaa;
}

.favo {
  margin: 0 auto 60px;
}
@media screen and (min-width: 1000px) {
  .favo {
    width: 800px;
    margin: 0 auto 100px;
  }
}
.favo .flex {
  display: flex;
  gap: 30px;
}
.favo h2, .favo h3 {
  text-align: center;
}
.favo p {
  line-height: 1.6;
  text-align: left !important;
}
@media screen and (min-width: 1000px) {
  .favo p {
    font-size: 1.2rem !important;
  }
}
.favo a:not(.favo__txt__login) {
  display: inline;
  color: var(--attention_txt-color);
  text-decoration: underline;
}
.favo .txt--attention {
  color: var(--attention_txt-color);
}

.favo__ttl {
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  .favo__ttl {
    font-size: 2rem;
  }
}
.favo__ttl--sm {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  .favo__ttl--sm {
    font-size: 1.4rem;
  }
}
.favo__ttl--lg {
  padding-bottom: 5px;
  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__inner {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1000px) {
  .favo__detail {
    width: 33.3333333333%;
  }
}
.favo__detail__ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--favo-point-color);
}
@media screen and (min-width: 1000px) {
  .favo__detail__ttl {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--favo-point-color);
  }
}
.favo__detail__ttl img {
  display: inline-block;
  width: 23px !important;
  height: auto;
  margin-right: 2px;
  vertical-align: text-bottom;
}

.favo__img {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #727272;
}
@media screen and (min-width: 1000px) {
  .favo__img {
    margin-bottom: 15px;
  }
}

.favo__txt {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .favo__txt {
    font-size: 1.1rem;
  }
}
.favo__txt__login {
  color: #bf0010;
}

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