.p-stores-search__header {
  padding: 64px 56px 0;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-stores-search__header {
    padding: 64px 32px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search__header {
    padding: 48px 16px 0;
  }
}

.p-flagship-stores {
  margin-top: 32px;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .p-flagship-stores {
    display: none;
  }
}

.p-flagship-stores__title {
  font-size: 16px;
  flex-basis: 100%;
  width: 100%;
}

[lang="ja"] .p-flagship-stores__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-flagship-stores__title,
[lang="en-us"] .p-flagship-stores__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-flagship-stores__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-flagship-stores__item-list {
  display: flex;
  flex-wrap: wrap;

  margin-left: -16px;
  margin-right: -16px;

  overflow: hidden;
}

.p-flagship-stores.is-opened .p-flagship-stores__close-button {
  display: block;
}

.p-flagship-stores.is-closed .p-flagship-stores__more-button {
  display: block;
}

.p-flagship-stores__item {
  width: calc(100% / 6);
  padding: 16px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-flagship-stores__item {
    width: calc(100% / 4);
  }
}

.p-flagship-stores__close-button, .p-flagship-stores__more-button {
  display: none;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  transition: 0.4s ease;
}

.p-flagship-stores__close-button .label, .p-flagship-stores__more-button .label {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -12px;
  text-align: center;
}

.p-flagship-stores__close-button {
  background: #dcdcdc;
}

.p-flagship-stores__close-button:hover {
  background: #333;
  color: #fff;
}

.p-flagship-stores__more-button {
  background: #333;
  color: #fff;
}

.p-flagship-stores__more-button:hover {
  background: #dcdcdc;
  color: #333;
}

.p-flagship-store {
  display: block;
}

.p-flagship-store__image {
  position: relative;
  padding-bottom: 100%;
  background: #dcdcdc no-repeat center center;
  background-size: cover;
}

.p-flagship-store__image:before {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  transition: opacity 0.4s ease-out;
}

.p-flagship-store:hover .p-flagship-store__image:before {
  opacity: 0.5;
}

.p-flagship-store__name {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.25;
}

.faq-select {
  position: relative;
}

.faq-select:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  font-size: 14px;
}

.faq-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #fff;
  padding: 10px 16px;
  font-size: 16px;
  cursor: pointer;
  /* outline: none; */
  color: #c9c9c9;
  word-break: keep-all;
}

.faq-select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-stores-search-nav {
    margin-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-nav {
    margin-top: 30px;
  }
}

.p-stores-search-nav__tab {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .p-stores-search-nav__tab {
    display: none;
  }
}

.p-stores-search-nav__tab__item {
  flex: 1;
  text-align: center;
  background-color: #EEEEEE;
  border-top: 2px solid #333;
  padding: 16px 0;
}

[lang="ja"] .p-stores-search-nav__tab__item {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-stores-search-nav__tab__item,
[lang="en-us"] .p-stores-search-nav__tab__item {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-stores-search-nav__tab__item {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-stores-search-nav__tab a {
  background-color: #fff;
  border-top: 2px solid #eee;
  color: #dcdcdc;
}

.p-stores-search-nav__filter {
  display: flex;
  background-color: #EEEEEE;
}

@media screen and (min-width: 768px) {
  .p-stores-search-nav__filter {
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-nav__filter {
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.p-stores-search-nav__filter .faq-select select {
  width: 100%;
  color: #333;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.p-stores-search-nav__filter .faq-select.disabled:before {
  color: #c9c9c9;
}

.p-stores-search-nav__filter .faq-select.disabled select {
  cursor: default;
  color: #c9c9c9;
}

@media screen and (min-width: 768px) {
  .p-stores-search-nav__filter__input,
  .p-stores-search-nav__filter__brand,
  .p-stores-search-nav__filter__option {
    width: calc(100% - 192px);
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-nav__filter__input,
  .p-stores-search-nav__filter__brand,
  .p-stores-search-nav__filter__option  {
    width: 100%;
    margin-top: 8px;
  }
}

.p-stores-search-nav__filter__stores-near button {
  font-size: 16px;
  line-height: 24px;
  -webkit-appearance: none;
  width: 168px;
  display: inline-block;
  padding: 12px 0;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  border-radius: 0;
  font-feature-settings: "pkna";
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-stores-search-nav__filter__stores-near button  {
    width: 100%;
  }
}

.p-stores-search-nav__filter__stores-near button:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 4px;
  display: inline-block;
  background-image: url("/common/img/icon_location-black.png");
  transition: all 0.4s ease-in-out;
  vertical-align: text-top;
}

.p-stores-search-nav__filter__stores-near button:hover:after {
  background-image: url("/common/img/icon_location-white.png");
}

.p-stores-search-nav__filter__stores-near button:hover {
  color: #fff;
  background: #333;
}

[lang="ja"] .p-stores-search-nav__filter__stores-near button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-stores-search-nav__filter__stores-near button,
[lang="en-us"] .p-stores-search-nav__filter__stores-near button {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-stores-search-nav__filter__stores-near button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-stores-search-nav__filter__input {
  position: relative;
}

.p-stores-search-nav__filter__input input {
  background-color: #fff;
  font-size: 16px;
  padding: 12px 40px 12px 16px;
  line-height: 24px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: sans-serif !important;
}

.p-stores-search-nav__filter__input .p-stores__search__button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 10px;
  height: 100%;
  width: 40px;
}

.p-stores-search-nav__filter__input .p-stores__search__button .p-stores__search__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-stores-search-nav__filter__input .p-stores__search__image i:before {
  vertical-align: bottom;
}

.p-stores-search-nav__filter__input .p-stores__search__image i {
  font-size: 20px;
  display: block;
}

.p-stores-search-nav__filter__input input::placeholder {
  color: #c9c9c9;
}

@media screen and (min-width: 768px) {
  .p-stores-search-nav__filter__item + .p-stores-search-nav__filter__item {
    margin-left: 8px;
  }
}

.p-stores-search-nav__foot {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.p-stores-search-nav__foot button {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  outline: none;
}
.p-stores-search-nav__foot:hover button {
  color: #c9c9c9;
}
@media screen and (min-width: 768px) {
  .p-stores-search-nav__foot {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-nav__foot {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
}

.p-stores-search-nav__foot p span {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-stores-search-list {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__body {
    padding-bottom: 30px;
  }
}

.p-stores-search-list .hide {
  display: none;
}
.p-stores-search-list__country{
  position: relative;
}

.p-stores-search-list__country:before{
  content: "";
  display: block;
  background-image: url("/common/img/icon_loading.gif");
  width: 32px;
  height: 32px;
  background-size: cover;
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;

  transition: visibility 0s linear 1s,opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-stores-search-list__country:not(.--ready):before{
  opacity: 1;
  visibility: visible;
}
.p-stores-search-list__country:not(.--ready) > li{
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__country {
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__country > li {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list__country > li {
    padding-top: 32px;
  }
}

.p-stores-search-list__country__h {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__country__h {
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list__country__h {
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__city {
    margin: 20px 0;
  }
}

.p-stores-search-list__city > li {
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__city > li {
    padding: 50px 0 20px;
  }

  .p-stores-search-list__city > li:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list__city > li {
    padding: 32px 0 16px;
  }

  .p-stores-search-list__city > li:first-child {
    padding-top: 0;
  }
}

.p-stores-search-list__city__h {
  font-size: 18px;
  letter-spacing: 0.02em;
}

[lang="ja"] .p-stores-search-list__city__h {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-stores-search-list__city__h,
[lang="en-us"] .p-stores-search-list__city__h {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-stores-search-list__city__h {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__city__h {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list__city__h {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__shops {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-stores-search-list__shops > li {
    width: calc(50% - 20px);
    padding: 16px 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list__shops > li {
    padding: 20px 0;
  }
}

.p-stores-search-list__item__shop-name a {
  line-height: 1.25;
}

[lang="ja"] .p-stores-search-list__item__shop-name a {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-stores-search-list__item__shop-name a,
[lang="en-us"] .p-stores-search-list__item__shop-name a {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-stores-search-list__item__shop-name a {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__item__shop-name a {
    display: inline-block;
    border-bottom: 1px solid #333;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list__item__shop-name a {
    display: block;
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__item__address {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list__item__address {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__item__tel {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list__item__tel {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-stores-search-list__item__button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list__item__button {
    display: flex;
    margin-top: 18px;
  }
  .p-stores-search-list__item__button a + a {
    margin-left: 5px;
  }
}

.p-stores-search-list .p-stores-search-not {
  display: none;
  margin: 40px 0;
}

.p-stores-search-list .p-stores-search-not__btn {
  display: none;
}

.p-stores-search-list-not {
  padding: 24px 56px 24px 24px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-stores-search-list-not {
    padding: 24px 32px 24px 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-list-not {
    padding: 0 4px 0;
  }
}

.p-stores-search-map {
  position: relative;
}

.p-stores-search-map__container {
  width: 75%;
  position: relative;
}

.p-stores-search-map__sidebar--loading:before {
  content: "";
  display: block;
  background-image: url("/common/img/icon_loading.gif");
  width: 32px;
  height: 32px;
  background-size: cover;
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);

  transition: visibility 0s linear 1s,opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .p-stores-search-map__container {
    width: 100%;
  }
}

.p-stores-search-map__body {
  height: 600px;
  width: 100%;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .p-stores-search-map__body {
    height: auto;
    padding-top: 100%;
  }
}

.p-stores-search-map .p-stores-search-not {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 3.8px 0.2px rgba(0, 0, 0, 0.2);
  padding: 40px 44px;
  transform: translate(-50%, -50%);
  z-index: 2012;
}

@media screen and (max-width: 767px) {
  .p-stores-search-map .p-stores-search-not {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-map .p-stores-search-not-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2011;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-map .p-stores-search-not {
    padding: 24px;
    width: 343px;
    max-width: 100%;
  }
}

/* For Small Screen  */
@media screen and (max-width: 350px) {
  .p-stores-search-map .p-stores-search-not {
    width: calc(100% - 36px);
  }
}

.p-stores-search-map .p-stores-search-not__msg {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .p-stores-search-map .p-stores-search-not__msg {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-map .p-stores-search-not__msg {
    margin-bottom: 16px;
  }
}

.c-skip--list-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.c-skip--list-link:focus,
.c-skip--list-link:active {
  color: #fff;
  background-color: #000;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 0;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  z-index: 1000;
}

.c-skip--list-link.bottom {
  margin-top: -48px;
}
