@charset "UTF-8";
@media screen and (max-width: 768px) {
  .main__inner {
    padding: 0;
    border-top: none;
  }
}

.stores-section {
  border-top: 1px solid #E0E0E0;
  padding: 3rem 2.4rem 7rem;
}
@media screen and (min-width: 769px) {
  .stores-section {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .stores-section:first-of-type {
    border-top: none;
  }
}
.stores-section__title {
  font-size: 2.4rem;
  line-height: 1.6;
  font-family: arboria, zen-kaku-gothic-new, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 769px) {
  .stores-section__title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .stores-section__title {
    margin-bottom: 4.8rem;
  }
}
.stores-section__title .ja {
  font-size: 90%;
  font-weight: 700;
}
.stores-section__link {
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
  display: inline-block;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .stores-section__link {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .stores-section__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: inherit;
  }
}
.stores-section__viewmore {
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
  display: block;
  font-family: arboria, sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  line-height: 1;
  position: relative;
  border: 1px solid #E0E0E0;
  width: 13.2rem;
  margin: 2.4rem auto 0;
  padding: 1.8rem;
  padding-right: 3.8rem;
}
@media screen and (min-width: 769px) {
  .stores-section__viewmore {
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 1.8rem;
    top: 0.9rem;
    right: 0;
  }
}
.stores-section__viewmore::after {
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
  display: block;
  content: "";
  position: absolute;
  right: 1.8rem;
  top: calc(50% - 0.5rem);
  width: 0.7rem;
  height: 1rem;
  background-color: #000;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (min-width: 769px) {
  .stores-section__viewmore::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .stores-section__viewmore:hover {
    background-color: #000;
    color: #fff;
  }
  .stores-section__viewmore:hover::after {
    background-color: #fff;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .stores-section__viewmore:hover {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: inherit;
  }
}
.stores-slider {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .stores-slider {
    background-color: #F0F0F0;
    width: 100%;
    margin-inline: 0;
    margin-bottom: 4rem;
  }
}
.stores-slider__inner {
  padding-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .stores-slider__inner {
    padding: 3rem 8rem 5rem;
  }
}
.stores-slider__button {
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: calc(50% - 3.6rem);
  width: 2.2rem;
  height: 2.2rem;
}
.stores-slider__button svg {
  fill: #000;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .stores-slider__button {
    top: calc(50% - 4.3rem);
    width: 3.6rem;
    height: 3.6rem;
  }
}
.stores-slider__button.swiper-button-prev {
  left: 1.6rem;
}
@media screen and (min-width: 769px) {
  .stores-slider__button.swiper-button-prev {
    left: 2.2rem;
  }
}
.stores-slider__button.swiper-button-next {
  right: 1.6rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .stores-slider__button.swiper-button-next {
    right: 2.2rem;
  }
}
.stores-slider__pagination {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .stores-slider__pagination {
    bottom: 1.6rem;
  }
}
.stores__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .stores__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.stores__column {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .stores__column {
    width: 50%;
  }
}
.stores-info__list, .stores-info__list--line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .stores-info__list, .stores-info__list--line {
    font-size: 1.4rem;
    padding-right: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .stores-info__list--line {
    border-left: 1px solid #E0E0E0;
    padding-left: 4rem;
    padding-bottom: 1.8rem;
  }
}
.stores-info__tern {
  width: 8rem;
}
@media screen and (min-width: 769px) {
  .stores-info__tern {
    width: 10rem;
  }
}
.stores-info__description {
  width: calc(100% - 8rem);
}
@media screen and (min-width: 769px) {
  .stores-info__description {
    width: calc(100% - 10rem);
  }
}
.stores-info__link {
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
  display: block;
  background-color: #fff;
  line-height: 1;
  position: relative;
  border: 1px solid #E0E0E0;
  width: 19.6rem;
  margin-top: 2.4rem;
  padding: 1.8rem;
  padding-left: 3.8rem;
}
@media screen and (min-width: 769px) {
  .stores-info__link {
    width: 21.6rem;
    margin-top: 3rem;
  }
}
.stores-info__link::before {
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
  display: block;
  content: "";
  position: absolute;
  left: 1.8rem;
  top: calc(50% - 0.5rem);
  width: 0.7rem;
  height: 1rem;
  background-color: #000;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media (any-hover: hover) {
  .stores-info__link:hover {
    background-color: #000;
    color: #fff;
  }
  .stores-info__link:hover::before {
    background-color: #fff;
  }
}
.stores-box {
  border-left: 1px solid #E0E0E0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .stores-box {
    margin-top: 0.9rem;
  }
}
.stores-box__columns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  padding-left: 2rem;
}
@media screen and (min-width: 769px) {
  .stores-box__columns {
    padding-left: 4rem;
  }
}
@media (any-hover: hover) {
  .stores-box__columns[href]:hover .stores-box__title {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: inherit;
  }
}
.stores-box__column--left {
  width: calc(100% - 11rem);
  padding: 0.9rem 0 1.8rem;
}
.stores-box__column--right {
  width: 9rem;
}
.stores-box__title {
  font-family: arboria, sans-serif;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .stores-box__title {
    font-size: 2.4rem;
  }
}
.stores-box__description {
  font-size: 1.1rem;
  margin-top: 1.3rem;
}
@media screen and (min-width: 769px) {
  .stores-box__description {
    font-size: 1.2rem;
  }
}
.stores-box-apps {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin-top: 3.5rem;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .stores-box-apps {
    gap: 2rem;
  }
}
.stores-box-app--ios {
  width: 9.6rem;
  height: 3.2rem;
}
.stores-box-app--android {
  width: 10.6rem;
  height: 3.2rem;
}
.stores-box-app__link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
.stores-box-app__link svg {
  fill: #000;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .stores-box-app__link:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.stores-box-app__link:focus:not([disabled]) {
  opacity: 0.7;
}
.stores-instagram {
  margin-top: 4rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .stores-instagram {
    margin-top: 5rem;
  }
}
.stores-instagram .stores-section__title {
  margin-bottom: 0.8rem;
}
.stores-instagram__images {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3.2rem;
}
@media screen and (min-width: 769px) {
  .stores-instagram__images {
    gap: 1.6rem;
    margin-top: 4.2rem;
  }
}
.stores-instagram__item {
  width: 50%;
}
.stores-instagram__item:last-child {
  display: none;
}
@media screen and (min-width: 769px) {
  .stores-instagram__item {
    width: calc((100% - 6.4rem) / 5);
  }
  .stores-instagram__item:last-child {
    display: block;
  }
}
.stores-instagram__link {
  transition: opacity 0.3s ease-in;
  opacity: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
}
@media (any-hover: hover) {
  .stores-instagram__link:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.stores-instagram__link:focus:not([disabled]) {
  opacity: 0.7;
}

.shoplist {
  border-top: 1px solid #E0E0E0;
  padding: 3rem 2.4rem 7rem;
}
@media screen and (min-width: 769px) {
  .shoplist {
    padding: 4rem 0;
    margin-top: 10rem;
  }
}
.shoplist-search__title {
  font-size: 2rem;
  line-height: 1.6;
  padding-bottom: 1.2rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #ABABAB;
}
.shoplist-search__inner {
  border-top: 1px solid #BCC3C9;
}
@media screen and (min-width: 769px) {
  .shoplist-search__inner {
    border-top: none;
    background: #F7F7F7;
    padding: 2rem;
    display: block;
  }
  .shoplist-search__inner:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.shoplist-search__nearest {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 2rem 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .shoplist-search__nearest {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .shoplist-search__nearest:hover {
    text-decoration: underline;
  }
}
.shoplist-search__nearest::after {
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 0.4rem);
  right: 1rem;
}
@media screen and (min-width: 769px) {
  .shoplist-search__nearest::after {
    display: none;
  }
}
.shoplist-search__subtitle, .pref__title, .shoplist-search__target {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  margin: 2rem 0 1rem;
}
@media screen and (min-width: 769px) {
  .shoplist-search__subtitle, .pref__title, .shoplist-search__target {
    margin-top: 0;
  }
}
.shoplist-search__fieldset {
  border: none;
}
.shoplist-search__freeword {
  padding-bottom: 3rem;
  border-bottom: 1px solid #BCC3C9;
}
@media screen and (min-width: 769px) {
  .shoplist-search__freeword {
    border-bottom: none;
    padding-bottom: 4rem;
  }
}
.shoplist-search__freeword input {
  width: 100%;
  height: 4.2rem;
  background: #fff;
  border: 1px solid #707070;
  font-size: 1.4rem;
  padding: 1.2rem 1.3rem;
}
.shoplist-search__target {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .shoplist-search__target {
    display: inline-block;
    width: auto;
    font-size: 1.6rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .shoplist-search__target:hover {
    text-decoration: underline;
  }
}
.shoplist-search__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
  width: 100%;
  max-width: 38.5rem;
  color: #fff;
  background: #999999;
  height: 5rem;
  line-height: 3.125;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 769px) {
  .shoplist-search__button {
    margin-top: 4rem;
  }
}
.shoplist-search__button::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/shoplist/icn_search_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 0.4rem;
}
.shoplist-search-condition {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .shoplist-search-condition {
    text-align: left;
    font-size: 1.2rem;
  }
}
.shoplist-search-condition__item:not(:last-of-type)::after {
  content: "、";
}

@media screen and (min-width: 769px) {
  .pref, .directly__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 4rem;
  }
}
.pref__title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .pref__title {
    pointer-events: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .pref__title::before, .pref__title::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pref__container {
    width: calc(50% - 3.5rem);
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .pref__column {
    margin-bottom: 2.5rem;
  }
  .pref__column:last-of-type {
    margin-bottom: 1.5rem;
  }
  .pref__column .js-accordion__container {
    display: block;
  }
}
.pref__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pref__list {
    gap: 1rem 0;
  }
}
.pref__item {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .pref__item {
    width: auto;
    margin-right: 1rem;
    padding-right: 1rem;
  }
  .pref__item:not(:last-of-type) {
    border-right: 1px solid #000;
  }
}
.pref__link {
  display: block;
  width: 100%;
  padding: 1rem 1rem 1rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .pref__link {
    font-size: 1.4rem;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .pref__link:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) {
  .directly__column {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 769px) {
  .directly__container:not(:last-of-type) {
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .directly__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem 4rem;
  }
}
.directly__item {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .directly__item {
    width: auto;
  }
}
.directly__item input[type=checkbox] + label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  padding: 1rem 0;
}
@media screen and (min-width: 769px) {
  .directly__item input[type=checkbox] + label {
    padding: 0;
  }
}
.directly__item input[type=checkbox] + label::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #707070;
}
.directly__item input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: -0.2rem;
  bottom: 0;
  left: 0.4rem;
  width: 0.7rem;
  height: 0.9rem;
  transform: rotate(40deg);
  border-bottom: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
}
.directly__item.act001 .directly__icon::before {
  background-image: url(../img/shoplist/act001.svg);
}
.directly__item.act002 .directly__icon::before {
  background-image: url(../img/shoplist/act002.svg);
}
.directly__item.act003 .directly__icon::before {
  background-image: url(../img/shoplist/act003.svg);
}
.directly__item.act004 .directly__icon::before {
  background-image: url(../img/shoplist/act004.svg);
}
.directly__item.act005 .directly__icon::before {
  background-image: url(../img/shoplist/act005.svg);
}
.directly__item.act006 .directly__icon::before {
  background-image: url(../img/shoplist/act006.svg);
}
.directly__item.act007 .directly__icon::before {
  background-image: url(../img/shoplist/act007.svg);
}
.directly__item.act008 .directly__icon::before {
  background-image: url(../img/shoplist/act008.svg);
}
.directly__item.act009 .directly__icon::before {
  background-image: url(../img/shoplist/act009.svg);
}
.directly__item.act010 .directly__icon::before {
  background-image: url(../img/shoplist/act010.svg);
}
.directly__item.act011 .directly__icon::before {
  background-image: url(../img/shoplist/act011.svg);
}
.directly__item.act012 .directly__icon::before {
  background-image: url(../img/shoplist/act012.svg);
}
.directly__item.act013 .directly__icon::before {
  background-image: url(../img/shoplist/act013.svg);
}
.directly__item.act014 .directly__icon::before {
  background-image: url(../img/shoplist/act014.svg);
}
.directly__item.act015 .directly__icon::before {
  background-image: url(../img/shoplist/act015.svg);
}
.directly__item.act016 .directly__icon::before {
  background-image: url(../img/shoplist/act016.svg);
}
.directly__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 0.2rem;
}
.directly__icon::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  padding-left: 3rem;
  background-position: center;
  background-size: 2rem 2rem;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .directly__icon::before {
    background-size: 2.8rem 2.8rem;
  }
}
