@charset "UTF-8";
.bl-store-prefecture {
  margin-inline: auto;
}
@media print, screen and (min-width: 768.1px) {
  .bl-store-prefecture {
    width: 1080px;
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .bl-store-prefecture {
    width: 83.4666666667vw;
  }
}

.bl-map {
  position: relative;
  z-index: 0;
}
.bl-map__image {
  margin: 0;
}
.bl-map__image img {
  width: 100%;
}
.bl-map__circle {
  margin: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: auto;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  display: grid;
  place-items: center;
  text-align: center;
}
.bl-map__circle.japan {
  color: #323232;
  line-height: 1.27;
}
@media print, screen and (min-width: 768.1px) {
  .bl-map__circle {
    font-size: 1.4641288433vw;
    width: 7.027818448%;
  }
  .bl-map__circle.japan {
    width: 11.3469985359%;
    top: 24.3%;
    left: 10.45%;
    font-size: 1.9648609078vw;
  }
  .bl-map__circle.鳥取県 {
    top: 44.5%;
    left: 40.7%;
  }
  .bl-map__circle.岡山県 {
    top: 44.5%;
    left: 32.52%;
  }
  .bl-map__circle.山口県 {
    top: 44.5%;
    left: 24.45%;
  }
  .bl-map__circle.東京都 {
    top: 63.9%;
    left: 64.1%;
  }
  .bl-map__circle.茨城県 {
    top: 51.8%;
    left: 63.9%;
  }
  .bl-map__circle.埼玉県 {
    top: 74.9%;
    left: 49.1%;
  }
  .bl-map__circle.神奈川県 {
    top: 70.9%;
    left: 57.1%;
  }
  .bl-map__circle.鹿児島県 {
    top: 82.5%;
    left: 33.8%;
  }
}
@media screen and (max-width: 768px) {
  .bl-map__circle {
    font-size: 2.9333333333vw;
    width: 12.8vw;
  }
  .bl-map__circle.japan {
    font-size: 3.4666666667vw;
    width: 20.6666666667vw;
    top: 26.5%;
    left: 7%;
  }
  .bl-map__circle.鳥取県 {
    top: 48.4%;
    left: 32.2%;
  }
  .bl-map__circle.岡山県 {
    top: 48.4%;
    left: 19.1%;
  }
  .bl-map__circle.山口県 {
    top: 48.4%;
    left: 5.6%;
  }
  .bl-map__circle.東京都 {
    top: 64.35%;
    left: 67.3%;
  }
  .bl-map__circle.茨城県 {
    top: 53.4%;
    left: 67%;
  }
  .bl-map__circle.埼玉県 {
    top: 73.4%;
    left: 41.4%;
  }
  .bl-map__circle.神奈川県 {
    top: 70.2%;
    left: 55%;
  }
  .bl-map__circle.鹿児島県 {
    top: 79.7%;
    left: 20.3%;
  }
}

.bl-store {
  margin-top: calc(99 * var(--pxvw-coefficient));
}
.bl-store__title {
  margin: 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.003em;
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  .bl-store__title {
    font-size: 37px;
  }
}
@media screen and (max-width: 768px) {
  .bl-store__title {
    font-size: 4vw;
  }
}

.bl-store-prefecture {
  --swiper-navigation-color: #8E8E8E;
  --swiper-pagination-color: #8E8E8E;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: relative;
  z-index: 0;
}
.bl-store-prefecture:nth-of-type(n+2) {
  margin-top: calc(100 * var(--pxvw-coefficient));
}
.bl-store-prefecture.mod_area-change:not(:nth-child(2)) {
  margin-top: calc(200 * var(--pxvw-coefficient));
}
.bl-store-prefecture.mod_area-change:not(:nth-child(2))::before {
  content: "";
  display: block;
  background: #323232;
  height: 1px;
  width: var(--border-width);
  max-width: calc(100vw - 40px);
  position: absolute;
  top: calc(-100 * var(--pxvw-coefficient));
  left: -100vw;
  right: -100vw;
  margin: auto;
}
.bl-store-prefecture__title {
  color: var(--area-color, #464646);
  font-weight: 500;
  font-size: calc(30 * var(--pxvw-coefficient));
  line-height: 1;
  letter-spacing: 0.059em;
  text-align: center;
}
.bl-store-prefecture__items {
  margin: 0;
  padding: 0;
}
.bl-store-prefecture__item {
  margin: 0;
  position: relative;
  z-index: 0;
}
.bl-store-prefecture__image {
  margin: 0;
}
.bl-store-prefecture__image-caption {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.003em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bl-store-prefecture__more {
  background: var(--area-color, #464646);
  color: #fff;
  letter-spacing: 0.039em;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .bl-store-prefecture__more:hover {
    opacity: 0.885;
  }
}
@media print, screen and (min-width: 768.1px) {
  .bl-store-prefecture {
    --border-width: 1080px;
    --swiper-pagination-bottom: 80px;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --swiper-navigation-size: 115px;
    --swiper-navigation-sides-offset: -106px;
    width: 675px;
  }
  .bl-store-prefecture__title {
    margin-block: 37px 18px;
  }
  .bl-store-prefecture__image-caption {
    margin-top: 15px;
    padding-right: 182px;
    font-size: 23px;
    height: 49px;
  }
  .bl-store-prefecture__more {
    width: 182px;
    height: 49px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .bl-store-prefecture {
    --border-width: 84vw;
    --swiper-pagination-bottom: 12vw;
    --swiper-pagination-bullet-size: 0.9333333333vw;
    --swiper-pagination-bullet-horizontal-gap: 0.9333333333vw;
    --swiper-navigation-size: 10.1333333333vw;
    --swiper-navigation-sides-offset: -10.1333333333vw;
    width: 63vw;
  }
  .bl-store-prefecture__title {
    margin-block: 2.4vw 1.4666666667vw;
  }
  .bl-store-prefecture__image-caption {
    margin-top: 1.4666666667vw;
    padding-right: 38.1333333333vw;
    font-size: 2.9333333333vw;
    height: 10.2666666667vw;
  }
  .bl-store-prefecture__more {
    width: 38.1333333333vw;
    height: 10.2666666667vw;
    font-size: 2.9333333333vw;
  }
}
/*# sourceMappingURL=archive-store.css.map */