/*  20251105 leaph_sugita START */
.footer_pref.-inner {
padding-right: 1em;
padding-left: 1em;
}

.footer_pref .footer_shop_list {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 100%;
  padding: 0;
}

.footer_shop_listTitle {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.footer_shop_list_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1.5em;
  margin-top: 1em;
}

.footer_shop_list_head {
  padding: 0 0 15px 0;
  color: #fff;
}

.footer_shop_list_content a,
.footer_shop_list_content div {
  font-size: 3.3vw;
  color: #fff;
  width: 48%;
}

.footer_pref .footer_shop_list_content div,
.footer_shop_list_content a {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 2;
}

.footer_shop_list_content div {
  color: #bfbfbf !important;
}

.footer_pref {
  position: relative;
    padding-bottom: 2em;
  margin-bottom: 2em;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.footer_pref::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1030px;
  height: 1px;
  background: #fff;
}

.footer_shop_list_content a::after {
  position: absolute;
  top: calc(50% - 3px);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 16px;
}

@media screen and (min-width: 768px) {
.footer_shop_list_content a,
.footer_shop_list_content div {
  font-size: 90%;
}

}

@media screen and (min-width: 768px) {
  .footer_pref {
    position: relative;
    padding-bottom: 2em;
    margin-bottom: 2em;
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_pref .footer_shop_list_content div,
  .footer_shop_list_content a {
    color: #fff;
font-size: 14.4px;
  }

  .footer_shop_list_inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1em;
    width: 100%;
    max-width: 1046px;
  }
}

/* 20251105 leaph_sugita END */



