@charset "UTF-8";
/* ブレイクポイント */
/* メディアクエリ */
/* CSS変数でrgbaを設定できるようにする */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.l-mainSection01 {
  padding-inline: 20px;
}
.l-mainSection01__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.p-shopsBreadcrumb {
  margin-top: 8px;
  padding-top: 104px;
}
.p-shopsBreadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-shopsBreadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-shopsBreadcrumb__item:not(:first-of-type)::before {
  content: "";
  display: block;
  background: url(../img/stores/arrow_breadcrumb.svg) no-repeat 50% calc(50% + 1px)/36% 100%;
  width: 17px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-shopsBreadcrumb__link {
  color: #AFAFAF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (any-hover: hover) {
  .p-shopsBreadcrumb__link:is(a:hover, button:hover) {
    opacity: 0.7;
  }
}
.p-shopsBreadcrumb__label {
  color: #000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.p-shopsSearch {
  padding-block: 54px 56px;
  padding-left: 19px;
}
@media screen and (max-width: 1023px) {
  .p-shopsSearch {
    padding-left: 0;
    padding-block: 45px 28px;
  }
}
.p-shopsSearch__tit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__tit {
    font-size: 1.5rem;
  }
}
.p-shopsSearch__lead {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__lead {
    font-size: 0.75rem;
    margin-top: 7px;
  }
}
.p-shopsSearch__filters {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__filters {
    margin-top: 40px;
  }
}
.p-shopsSearch__searchBoxWrapper {
  position: relative;
  width: 100%;
  max-width: 393px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 9px 8px 9px;
}
.p-shopsSearch__filterCount {
  color: #4C4C4C;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.p-shopsSearch__searchIcon {
  margin-inline: 0 13px;
  background: url(../img/stores/icon_mushimegane.svg) no-repeat 50% 50%/contain;
  width: 20px;
  aspect-ratio: 1/1;
}
.p-shopsSearch__searchBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.p-shopsSearch__searchBox::-webkit-input-placeholder {
  color: #AFAFAF;
}
.p-shopsSearch__searchBox::-moz-placeholder {
  color: #AFAFAF;
}
.p-shopsSearch__searchBox:-ms-input-placeholder {
  color: #AFAFAF;
}
.p-shopsSearch__searchBox::-ms-input-placeholder {
  color: #AFAFAF;
}
.p-shopsSearch__searchBox::placeholder {
  color: #AFAFAF;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__searchBox {
    font-size: 0.9375rem;
    font-weight: 400;
  }
}
.p-shopsSearch__clearButton {
  background: url(../img/stores/icon_clearBtn.svg) no-repeat 50% 50%/contain;
  border: none;
  border-radius: 50%;
  width: 16px;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (any-hover: hover) {
  .p-shopsSearch__clearButton:is(a:hover, button:hover) {
    opacity: 0.7;
  }
}
.p-shopsSearch__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 83px;
  margin-top: 39px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__flexbox {
    margin-top: 24px;
  }
}
.p-shopsSearch__filterBtnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__filterBtnWrapper {
    width: 100%;
    gap: 14px;
  }
}
.p-shopsSearch__filterBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 549px;
  padding: 15px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 404px;
  border-radius: 8px;
  border: 1px solid #000;
  background: url(../img/stores/arrow_select01_black.svg) no-repeat calc(100% - 16px) 50%/16px 10px;
  color: #4C4C4C;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__filterBtn {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    max-width: 549px;
  }
}
.p-shopsSearch__annotationbox {
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__annotationbox {
    margin-top: 19px;
    min-width: unset;
  }
}
.p-shopsSearch__annotation {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shopsSearch__annotation::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__annotation {
    font-size: 0.6875rem;
  }
}
.p-shopsSearch__scrollContainer {
  margin-top: 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__scrollContainer {
    margin-top: 33px;
  }
}
.p-shopsSearch__scrollbar {
  position: absolute;
  top: 0;
  right: 37px;
  width: 8px;
  height: 95px;
  background: #F5F5F5;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-shopsSearch__scrollbar {
    right: 0;
    translate: 100% 0;
  }
}
.p-shopsSearch__thumb {
  width: 100%;
  height: 20px;
  background: #D9D9D9;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-shopsSearch__storelist {
  max-width: 1099px;
  margin-left: 14px;
  overflow-y: auto;
  height: 100%;
}
.p-shopsSearch__storelist::-webkit-scrollbar {
  display: none;
}
.p-shopsSearch__storelist {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1023px) {
  .p-shopsSearch__storelist {
    margin-left: 0;
  }
}
.p-shopsSearch__store {
  padding-block: 40px;
  padding-inline: 20px 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5px solid #AFAFAF;
  position: relative;
}
.p-shopsSearch__store.hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__store {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-inline: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-block: 40px 20px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .p-shopsSearch__store:hover {
    opacity: 0.7;
  }
}
.p-shopsSearch__store h3 {
  color: #4C4C4C;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  width: 160px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__store h3 {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 10px;
    font-size: 0.75rem;
  }
}
.p-shopsSearch__store p:nth-of-type(1) {
  color: #4C4C4C;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  width: 280px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__store p:nth-of-type(1) {
    width: calc(100% - 180px);
    padding-right: 10px;
    font-size: 0.75rem;
  }
}
.p-shopsSearch__store p:nth-of-type(2) {
  color: #4C4C4C;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  width: 535px;
  padding-right: 90px;
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__store p:nth-of-type(2) {
    font-size: 0.75rem;
    margin-top: 20px;
    width: 100%;
    padding-right: 10px;
  }
}
.p-shopsSearch__store a {
  color: #000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 28px;
  padding: 7px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid #000;
  margin-inline: auto 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (any-hover: hover) {
  .p-shopsSearch__store a:is(a:hover, button:hover) {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-shopsSearch__store a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    border-radius: unset;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .p-shopsSearch__store a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0;
  }
  .p-shopsSearch__store a:where(:any-link, :enabled, summary):hover {
    opacity: 0;
  }
}

.u-d--spBlock {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-d--spBlock {
    display: block;
  }
}
.u-d--spNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-d--spNone {
    display: none;
  }
}