@charset "UTF-8";
@keyframes hover_start {
  100% {
    transform: translateX(0%);
  }
}
@keyframes hover_end {
  45% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes hover_color {
  0% {
    color: var(--color-white);
  }
  45% {
    color: var(--color-main);
  }
  80% {
    color: var(--color-main);
  }
  100% {
    color: var(--color-white);
  }
}
@keyframes hover_background-color {
  0% {
    background-color: var(--color-white);
  }
  45% {
    background-color: var(--color-main);
  }
  80% {
    background-color: var(--color-main);
  }
  100% {
    background-color: var(--color-white);
  }
}
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
}

main {
  margin-top: 70px;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.t-pt0 {
  padding-top: 0 !important;
}

:root {
  --color-main: #e72410;
  --color-black: #000;
  --color-black-light: #292929;
  --color-white: #fff;
  --color-border: #bababa;
  --color-border-input: #d4d4d4;
  --color-border-checkbox: #767676;
  --color-text-gray: #757575;
  --color-bg-gray: #eee;
  --color-bg-gray-dark: #cbcbcb;
  --color-bg-heading: #f2f2f2;
  --color-bg-gray-light: #f8f8f8;
  --color-border: #707070;
  --color-border-light: #ebebeb;
  --font-en: "Montserrat", sans-serif;
}

.m-wrapper {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.m-wrapper.-large {
  max-width: 1200px;
}

.m-block {
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid var(--color-border-input);
}

.l-header {
  width: 100%;
  height: 70px;
  background-color: var(--color-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 9;
}
.l-header__logo {
  margin: 0;
}
.l-header__btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-main);
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}
.l-header__btn span {
  color: var(--color-white);
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  z-index: 2;
}
.l-header__btn span::before {
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  -webkit-mask-image: url(../img/common/icon-pin_wh.svg);
          mask-image: url(../img/common/icon-pin_wh.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-white);
}

.l-footer__inner {
  padding: 70px 0 67px;
  border-top: 1px solid var(--color-border-light);
  display: grid;
}
.l-footer__nav {
  display: flex;
  gap: 0 25px;
  grid-area: 1/1/2/2;
}
.l-footer__nav a {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #222222;
  transition: opacity 0.3s ease-in-out;
}
.l-footer__img {
  display: flex;
  align-items: center;
  grid-area: 1/2/2/3;
  gap: 19px 0;
}
.l-footer__img figcaption {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.l-footer__copy {
  grid-area: 2/1/3/3;
  margin-top: 37px;
}
.l-footer__copy small {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #222222;
  letter-spacing: 0.04em;
}
.l-footer__toTop {
  border-bottom: 10px solid #444444;
}
.l-footer__toTop a {
  display: block;
  max-width: 50px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-en);
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: opacity 0.3s ease-in-out;
}
.l-footer__toTop a::after {
  content: "";
  display: block;
  margin: 4px auto -1px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 50px;
  height: 15px;
  background-color: #444;
}

.m-onlineShop {
  padding: 70px 0;
}
.m-onlineShop .p-topStores__title {
  top: 0;
}
.m-onlineShop__list {
  display: flex;
  gap: 13px 0;
  margin-top: 30px;
}
.m-onlineShop__item {
  width: 100%;
  max-width: 500px;
}

.m-search {
  padding: 24px 0 40px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.m-search__freeword {
  width: 100%;
  background-color: var(--color-bg-gray-light);
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.m-search__freeword::before {
  content: "";
  display: block;
  margin-left: 25px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon-search.svg);
          mask-image: url(../img/common/icon-search.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #222222;
}
.m-search__input {
  width: 100%;
  position: relative;
  margin-left: 12px;
}
.m-search__input input {
  height: 50px;
  width: 100%;
  font-size: 1.6rem;
}
.m-search__input input::-moz-placeholder {
  letter-spacing: 0.06em;
  color: #b4b4b4;
}
.m-search__input input::placeholder {
  letter-spacing: 0.06em;
  color: #b4b4b4;
}
.m-search__list {
  width: 100%;
  background-color: var(--color-white);
  border: 1px solid var(--color-border-input);
  border-bottom: none;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition: 0.1s ease-in-out;
  z-index: 3;
  position: absolute;
  top: 51px;
  left: 0;
  border-radius: 10px;
}
.m-search__list.-is-open {
  opacity: 1;
  visibility: visible;
}
.m-search__list li {
  border-bottom: 1px solid var(--color-border-input);
}
.m-search__list li a {
  display: block;
  padding: 16px 11px;
  font-size: 1.05rem;
  line-height: 0.5px;
  line-height: 17.8px;
  transition: background-color 0.3s ease-in-out;
}
.m-search__btn {
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--color-bg-gray-light);
  border-radius: 30px;
  background-color: var(--color-white);
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #222222;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.m-search__modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition-property: opacity, visibility;
  transition: 0.3s ease-in-out;
}
.m-search__modal[data-modal=false] {
  opacity: 0;
  visibility: hidden;
}
.m-search__modal[data-modal=true] {
  opacity: 1;
  visibility: visible;
}
.m-search__modalBg {
  display: none;
}
.m-search__modalInner {
  width: 100%;
  max-width: 880px;
  background-color: var(--color-white);
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-search__modalInner .m-search__btns {
  margin-top: 40px;
  width: 100%;
  justify-content: center;
  flex-direction: row-reverse;
}
.m-search__modalTop {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-border);
}
.m-search__modalClose {
  width: 18.72px;
  height: 21.32px;
  transition: opacity 0.3s ease-in-out;
}
.m-search__modalTitle {
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 2.3px;
}
.m-search__modalBlock {
  padding: 32px 0;
  border-bottom: 1px solid var(--color-border);
}
.m-search__modalLabel {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.m-search__modalItem {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}

.c-area {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.c-area__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 35px;
  border-radius: 25px;
  border: 1px solid var(--color-border-light);
  background-color: var(--color-white);
  color: #222222;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.c-area__item a.-active {
  background-color: var(--color-main);
  color: var(--color-white);
}
.c-area__item:nth-child(1) a, .c-area__item:nth-child(5) a {
  width: 150px;
}

.c-btn {
  display: flex;
  justify-content: center;
}
.c-btn__inner {
  width: 100%;
  max-width: 480px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background-color: var(--color-black-light);
  border: 2px solid var(--color-black-light);
  border-radius: 35px;
  position: relative;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.c-btn__inner span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
  width: 100%;
  text-align: center;
}
.c-btn__inner span::before {
  content: "";
  display: block;
  width: 15px;
  height: 12.8px;
  -webkit-mask-image: url(../img/common/icon-arrow-right.svg);
          mask-image: url(../img/common/icon-arrow-right.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-white);
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease-in-out;
}

.c-btn_location {
  max-width: 500px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: var(--color-main);
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.c-btn_location span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.c-btn_location span::before {
  content: "";
  display: block;
  width: 15px;
  height: 20.8px;
  -webkit-mask-image: url(../img/common/icon-pin_wh.svg);
          mask-image: url(../img/common/icon-pin_wh.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-white);
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn_submit {
  max-width: 500px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: var(--color-main);
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.c-btn_submit span {
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}
.c-btn_submit span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-mask-image: url(../img/common/icon-search.svg);
          mask-image: url(../img/common/icon-search.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-white);
}

.c-btn_reset {
  width: 150px;
  height: 35px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.c-btn_reset span {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
}

.c-btn_skelton {
  display: block;
  max-width: 300px;
  height: 50px;
  border: 1px solid #222222;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.c-btn_skelton span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: color 0.3s ease-in-out;
}
.c-btn_skelton span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-mask-image: url(../img/common/icon-newtab.svg);
          mask-image: url(../img/common/icon-newtab.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #222222;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease-in-out;
}

.c-checkbox {
  cursor: pointer;
}
.c-checkbox.-active .c-checkbox__img {
  box-shadow: 0;
  border: 2px solid var(--color-main);
}
.c-checkbox.-large {
  display: block;
}
.c-checkbox.-large .c-checkbox__img {
  width: 100%;
}
.c-checkbox__img {
  width: 175px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: box-shadow 0.3s ease-in-out;
}
.c-checkbox > span {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 11px;
}
.c-checkbox > input {
  display: none;
}
.c-checkbox > input:checked + .c-checkbox__img {
  box-shadow: 0;
  border: 2px solid var(--color-main);
}

.c-heading {
  background-color: var(--color-bg-heading);
  padding: 68px 0 72px;
}
.c-heading__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-heading__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
}
.c-heading__title .-en {
  font-family: var(--font-en);
  font-size: 2.8rem;
  letter-spacing: 0, 1em;
  font-weight: 600;
}
.c-heading__title .-ja {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.c-infoWindow {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  max-width: 348px;
}
.c-infoWindow__img {
  width: calc(35% - 5px);
}
.c-infoWindow__img img {
  width: 100%;
  height: auto;
}
.c-infoWindow__img + .c-infoWindow__txt {
  width: calc(65% - 5px);
}
.c-infoWindow__txt {
  width: 100%;
}
.c-infoWindow__txt p {
  font-size: 1rem;
}
.c-infoWindow__title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-bottom: 4px;
}

.c-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: 0.07px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--color-white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.c-loading__icon {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em var(--color-white), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em var(--color-white), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em var(--color-white), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em var(--color-white), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em var(--color-white), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em var(--color-white), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em var(--color-white), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em var(--color-white);
  }
}
.c-pagination {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  align-items: center;
  margin-top: 70px;
}
.c-pagination__list a,
.c-pagination__list span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--color-main);
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 50%;
}
.c-pagination__list:not(.-noBorder) a {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.c-pagination__list:not(.-noBorder) a,
.c-pagination__list:not(.-noBorder) span {
  border: 1px solid var(--color-main);
}
.c-pagination__list.-noBorder a {
  transition: opacity 0.3s ease-in-out;
}
.c-pagination__list.-prev img {
  transform: rotate(180deg);
}

.c-storePrefecture {
  display: inline-block;
  padding: 9px 25px 7px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.7px;
  background-color: var(--color-bg-gray-dark);
}

.c-storeDistance {
  position: relative;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.c-storeDistance::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 33px;
  background-image: url(../img/common/icon-pin.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-storeTitle {
  font-size: 1.6rem;
  margin-top: 12px;
  line-height: 2.4rem;
  letter-spacing: 0.7px;
  font-weight: 700;
  width: 100%;
}

.c-storeShopInfo {
  margin-top: 20px;
}
.c-storeShopInfo tr:nth-child(2) th,
.c-storeShopInfo tr:nth-child(2) td {
  padding: 10px 0;
}
.c-storeShopInfo th {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.04em;
  width: 86px;
  vertical-align: top;
}
.c-storeShopInfo td {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  width: calc(100% - 86px);
}

.c-title_page {
  padding-bottom: 50px;
}
.c-title_page__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-title_page__desc {
  margin-top: 14px;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: center;
}

.p-detail {
  padding-top: 70px;
}
.p-detail__title {
  font-size: 1.4rem;
  margin-bottom: 28px;
  font-weight: 700;
}

.p-detailThumb {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 50px;
}
.p-detailThumb img {
  width: 100%;
  height: auto;
}

.p-detailTable dl {
  display: flex;
  width: 100%;
}
.p-detailTable dl:first-child {
  border-top: 1px solid var(--color-border-light);
}
.p-detailTable dt,
.p-detailTable dd {
  padding: 42px 0;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-border-light);
}
.p-detailTable dt {
  width: 100%;
  text-align: left;
  font-weight: 700;
  display: flex;
}
.p-detailTable dd {
  width: 100%;
}
.p-detailTable dd a {
  text-decoration: underline;
}
.p-detailTable .-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.p-detailTable .-brand figure {
  text-align: center;
}
.p-detailTable .-brand a {
  text-decoration: none;
}
.p-detailTable .-brand a figcaption {
  text-align: center;
  font-size: 1rem;
}
.p-detailTable__caution {
  color: #4b4b4b;
  font-size: 1.6rem;
  margin-top: 20px;
}

.p-detailHtml {
  margin-top: 40px;
}

.p-detailMap {
  padding-top: 40px;
  line-height: 1.5;
}
.p-detailMap__map {
  width: 100%;
  height: 447px;
}
.p-detailMap .c-btn_skelton {
  margin: 30px auto 0;
}

.p-detailRelation {
  padding-top: 70px;
  overflow: hidden;
}
.p-detailRelation .p-topStores__title {
  top: 0;
}
.p-detailRelation .p-topStores__slider {
  margin-top: 54px;
}
.p-detailRelation__card {
  display: block;
  height: 100%;
  padding: 35px 20px 28px;
  border-radius: 5px;
  background-color: var(--color-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.p-detailRelation__contentTitle {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 14px;
  line-height: 2.4rem;
}
.p-detailRelation__info {
  margin-top: 16px;
}
.p-detailRelation__info th {
  text-align: left;
  font-weight: 700;
  width: 88px;
  vertical-align: top;
}
.p-detailRelation__info td {
  letter-spacing: 0.04em;
}
.p-detailRelation__info tr:nth-child(2) th,
.p-detailRelation__info tr:nth-child(2) td {
  padding: 15px 0;
}
.p-detailRelation__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 10px;
}
.p-detailRelation .p-topStores__slider .-nav {
  width: 50px;
  height: 50px;
  top: calc(50% - 35px - 20px);
}

.p-storePageInfo {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 24px;
}
.p-storePageInfo__title {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 3.4rem;
}
.p-storePageInfo__num {
  font-size: 1.6rem;
  letter-spacing: 0.7px;
}
.p-storePageInfo__num .-count {
  font-weight: 700;
  margin: 0 5px 0 15px;
  font-size: 2rem;
}
.p-storePageInfo__word {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.p-storeMap {
  position: relative;
}
.p-storeMap__btn {
  padding: 8px 26px;
  background-color: var(--color-white);
  font-size: 1.2rem;
  line-height: 23.8px;
  letter-spacing: 1.4px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.p-storeMap__btn::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../img/common/icon-location.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
  vertical-align: -5px;
}
.p-storeMap__map {
  width: 100%;
  height: 600px;
  position: relative;
}
.p-storeMap__count {
  background-color: var(--color-black);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: var(--color-black);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 23px;
  left: 23px;
  z-index: 2;
}
.p-storeMap__count .-num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 23.8px;
  letter-spacing: 0.7px;
  display: block;
  text-align: center;
}
.p-storeMap__count .-shops {
  font-size: 1rem;
  line-height: 23.8px;
  letter-spacing: 0.7px;
  display: block;
  text-align: center;
  margin-top: -5px;
}
.p-storeMap__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-gray);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-storeMap__loading span {
  font-size: 1.6rem;
  color: var(--color-black);
}

.p-storeList {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  border-top: 1px solid var(--color-border-light);
}

.p-storeListItem {
  border-bottom: 1px solid var(--color-border-light);
}
.p-storeListItem__inner {
  padding: 30px 0;
  display: block;
}
.p-storeListItem a.p-storeListItem__inner {
  transition: opacity 0.3s ease-in-out;
}
.p-storeListItem__img {
  width: 100%;
}
.p-storeListItem__title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-storeListItem__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 15px;
}

.p-storeFixed {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  position: fixed;
  top: 0;
  left: 0;
  transition-property: opacity visibility;
  transition: 0.3s ease-in-out;
}
.p-storeFixed.-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.p-storeFixed .p-storeSearch {
  border-top: none;
}
.p-storeFixed .p-storePageInfo__title {
  display: none;
}
.p-storeFixed .p-storePageInfo__num {
  font-size: 1.6rem;
}
.p-storeFixed .p-storePageInfo__word {
  font-size: 1.2rem;
}
.p-storeFixed .m-search {
  padding: 24px 0 8px;
}
.p-storeFixed .p-storePageInfo {
  padding: 16px 0;
}

.p-storeEmpty {
  background-color: var(--color-bg-gray);
  padding: 16px;
}
.p-storeEmpty__desc {
  color: var(--color-main);
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}

.p-topStores {
  background-color: var(--color-bg-gray-light);
}
.p-topStores__title {
  position: relative;
  top: -12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
}
.p-topStores__title .-en {
  font-family: var(--font-en);
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.p-topStores__title .-ja {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-topStores__hiddenOverflow {
  overflow: hidden;
}
.p-topStores__sliderContainer {
  margin-top: 50px;
  padding-bottom: 52px;
}
.p-topStores__slider {
  padding: 0 25px;
}
.p-topStores__slider .swiper-slide {
  height: auto;
}
.p-topStores__slider .swiper-pagination {
  position: static;
  margin-top: 32px;
}
.p-topStores__slider .-nav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  top: calc(50% - 35px - 32px);
}
.p-topStores__slider .-nav::before {
  content: "";
  width: 13px;
  height: 11px;
  -webkit-mask-image: url(../img/common/icon-arrow-right.svg);
          mask-image: url(../img/common/icon-arrow-right.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-black);
  transition: background-color 0.3s ease;
}
.p-topStores__slider .-nav::after {
  display: none;
}
.p-topStores__slider .-nav.swiper-button-prev {
  left: 0;
}
.p-topStores__slider .-nav.swiper-button-prev::before {
  transform: rotate(180deg);
}
.p-topStores__slider .-nav.swiper-button-next {
  right: 0;
}
.p-topStores__slider .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #dddddd;
  opacity: 1;
  border-radius: 1.5px;
}
.p-topStores__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-border);
}
.p-topStores__card {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.p-topStores__img {
  aspect-ratio: 7/5;
  width: 100%;
  overflow: hidden;
}
.p-topStores__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.p-topStores__content {
  padding: 20px 20px 35px;
}
.p-topStores__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-topStores__tags li {
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 5px 14px;
  border: 1px solid var(--color-border);
  line-height: 1;
  border-radius: 13px;
}
.p-topStores__tags li.-red {
  color: var(--color-main);
  font-family: var(--font-en);
  font-weight: 700;
  border-color: var(--color-main);
}
.p-topStores__contentTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.p-topStores .c-btn {
  position: relative;
  top: 35px;
}

.p-topSearch {
  padding: 125px 0 0;
}
.p-topSearch.-under {
  padding: 70px 0 0;
  border-bottom: 1px solid var(--color-border-light);
}
.p-topSearch__desc {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.7rem;
}

.p-topSearchForm {
  margin-top: 57px;
}
.p-topSearchForm.-links .p-topSearchForm__row:last-child {
  border-bottom: none;
}
.p-topSearchForm__row {
  display: flex;
  border-bottom: 1px solid var(--color-border-light);
  padding: 30px 0;
}
.p-topSearchForm__row:first-child {
  padding-top: 0;
}
.p-topSearchForm__row.-items-center {
  align-items: center;
}
.p-topSearchForm__row.-items-center .p-topSearchForm__label {
  padding-top: 0;
}
.p-topSearchForm__row.-no-border {
  border-bottom: none;
  padding-bottom: 0;
}
.p-topSearchForm__label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-topSearchForm__content {
  width: 100%;
  margin-top: 20px;
}
.p-topSearchForm__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.p-topSearchForm__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.p-topSearchForm__stores .c-checkbox {
  width: calc(25% - 11.25px);
}
.p-topSearchForm__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 20px 0;
  padding-bottom: 50px;
}

.p-topSearchAccordion__btn {
  padding: 42px 0;
  text-align: center;
  display: block;
  width: 100%;
}
.p-topSearchAccordion__btn span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-topSearchAccordion__btn span::before, .p-topSearchAccordion__btn span::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: var(--color-border);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
  transition: transform 0.3s ease-in-out;
}
.p-topSearchAccordion__btn span::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-topSearchAccordion__btn.-open span::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-topSearchAccordion__inner {
  overflow: hidden;
}

.js-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.js-accordion-content.-open {
  grid-template-rows: 1fr;
}
@media print, screen and (min-width: 751px){
  main {
    margin-top: 100px;
  }
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
  .m-block {
    padding: 32px;
    border: 1px solid var(--color-border-input);
  }
  .m-block.-half {
    max-width: 420px;
    width: 47.75%;
  }
  .l-header {
    height: 100px;
    justify-content: center;
  }
  .l-header__btn span {
    gap: 14.7px;
    font-size: 1.6rem;
  }
  .l-header__btn span::before {
    width: 20px;
    height: 28px;
  }
  .l-footer__img {
    justify-content: flex-end;
    gap: 0 19px;
    grid-area: 1/2/3/3;
  }
  .l-footer__copy {
    grid-area: 2/1/3/2;
    margin-top: 25px;
  }
  .m-onlineShop {
    padding: 100px 0;
  }
  .m-onlineShop__list {
    gap: 0 20px;
    margin-top: 70px;
  }
  .m-onlineShop__item {
    width: calc(25% - 15px);
  }
  .m-search {
    padding: 27px 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-search__freeword {
    height: 60px;
  }
  .m-search__freeword::before {
    margin-left: 30px;
  }
  .m-search__input {
    margin-left: 18px;
  }
  .m-search__input input {
    height: 60px;
  }
  .m-search__list {
    position: absolute;
    top: 59px;
  }
  .m-search__btn {
    width: 150px;
    height: 60px;
    font-size: 1.6rem;
  }
  .m-search__modalBg {
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .m-search__modalTop {
    padding-bottom: 16px;
  }
  .m-search__modalTitle {
    font-size: 2.7rem;
    letter-spacing: 2.7px;
  }
  .m-search__modalBlock {
    display: flex;
    align-items: center;
  }
  .m-search__modalLabel {
    width: 24%;
  }
  .m-search__modalItem {
    width: 76%;
    gap: 11px 0;
  }
  .m-search__modalItem .c-checkbox {
    width: 50%;
  }
  .c-area {
    gap: 9px;
  }
  .c-area__item a {
    width: 100px;
    height: 50px;
  }
  .c-btn__inner span {
    font-size: 1.8rem;
  }
  .c-btn_location {
    width: 300px;
  }
  .c-checkbox.-large {
    width: 363px;
  }
  .c-checkbox__img {
    height: 83px;
  }
  .c-checkbox > span {
    font-size: 1.2rem;
  }
  .c-heading {
    padding: 100px 0 115px;
  }
  .c-heading__title .-en {
    font-size: 3.6rem;
  }
  .c-storePrefecture {
    padding: 8px 25px;
  }
  .c-storeDistance {
    margin-right: 8px;
    order: -1;
  }
  .c-storeTitle {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .c-storeShopInfo th {
    font-size: 1.6rem;
  }
  .c-storeShopInfo td {
    font-size: 1.6rem;
  }
  .c-title_page {
    padding-bottom: 70px;
  }
  .p-detail {
    padding-top: 100px;
  }
  .p-detailThumb {
    margin: 0 auto 70px;
  }
  .p-detailTable dt {
    width: 15.6%;
    align-items: center;
  }
  .p-detailTable dd {
    width: 84.4%;
    padding-right: 55px;
  }
  .p-detailTable dd .-remarks {
    margin-left: 15px;
  }
  .p-detailTable .-brand {
    gap: 21px 96px;
  }
  .p-detailTable .-brand a figcaption {
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .p-detailMap {
    padding-top: 50px;
  }
  .p-detailMap__map {
    height: 330px;
  }
  .p-detailRelation {
    margin-top: 100px;
  }
  .p-detailRelation .p-topStores__slider {
    margin-top: 70px;
  }
  .p-storePageInfo {
    justify-content: space-between;
    align-items: center;
    padding: 0 0 28px;
  }
  .p-storePageInfo__title {
    font-size: 2.4rem;
    margin-bottom: 8px;
    line-height: 4.1rem;
  }
  .p-storePageInfo__result {
    display: flex;
    align-items: center;
    gap: 0 24px;
    width: calc(100% - 130px);
  }
  .p-storePageInfo__num {
    flex-shrink: 0;
  }
  .p-storeTab {
    display: none;
  }
  .p-storeMap__map {
    height: 330px;
  }
  .p-storeList {
    margin-top: 43px;
  }
  .p-storeListItem__inner {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
    padding: 65px 0;
    position: relative;
  }
  .p-storeListItem__inner::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/common/icon-arrow-circle-right.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: transform 0.3s ease-in-out;
  }
  .p-storeListItem__img {
    width: 36.5%;
    max-width: 350px;
  }
  .p-storeListItem__title {
    max-width: 240px;
    width: 100%;
  }
  .p-storeListItem__info {
    width: 63.5%;
    padding-right: 40px;
  }
  .p-storeFixed .p-storePageInfo__num {
    font-size: 1.4rem;
  }
  .p-storeFixed .m-search {
    padding: 16px 0;
  }
  .p-topSearch {
    margin-bottom: 80px;
  }
  .p-topStores__title {
    top: -15px;
    gap: 10px 0;
  }
  .p-topStores__title .-en {
    font-size: 2.4rem;
  }
  .p-topStores__title .-ja {
    font-size: 1.6rem;
  }
  .p-topStores__sliderContainer {
    margin-top: 100px;
    padding-bottom: 70px;
  }
  .p-topStores__slider .swiper-pagination {
    margin-top: 70px;
  }
  .p-topStores__slider .-nav {
    width: 70px;
    height: 70px;
    top: calc(50% - 35px - 70px);
  }
  .p-topSearch.-under {
    padding: 100px 0 0;
  }
  .p-topSearch__desc {
    margin-top: 47px;
  }
  .p-topSearchForm {
    margin-top: 100px;
  }
  .p-topSearchForm__row {
    padding: 50px 0;
  }
  .p-topSearchForm__label {
    width: 215px;
    padding-top: 18px;
  }
  .p-topSearchForm__content {
    margin-top: 0;
    width: calc(100% - 215px);
  }
  .p-topSearchForm__brands {
    gap: 30px;
  }
  .p-topSearchForm__stores {
    gap: 26px 15px;
  }
  .p-topSearchAccordion__btn {
    padding: 50px 0;
  }
}
@media screen and (max-width: 750px){
  .l-header__logo {
    margin-left: 20px;
  }
  .l-header__logo img {
    width: 189px;
  }
  .l-footer__nav {
    flex-direction: column;
    gap: 20px 0;
  }
  .l-footer__img {
    flex-direction: column;
  }
  .m-onlineShop__list {
    flex-direction: column;
    align-items: center;
  }
  .m-onlineShop__item .c-btn_skelton {
    margin: 0 auto;
  }
  .m-search__input input::-moz-placeholder {
    font-size: 1rem;
  }
  .m-search__input input::placeholder {
    font-size: 1rem;
  }
  .m-search__list {
    margin-top: -1px;
  }
  .m-search__modalInner {
    height: 100vh;
    height: 100dvh;
    overflow: scroll;
  }
  .m-search__modalTop {
    align-items: center;
  }
  .m-search__modalLabel {
    margin-bottom: 24px;
  }
  .m-search__modalItem {
    flex-direction: column;
  }
  .c-checkbox__img .-img01 {
    width: 70px;
    height: auto;
  }
  .c-checkbox__img .-img02 {
    width: 58px;
    height: auto;
  }
  .c-checkbox__img .-img03 {
    width: 80px;
    height: auto;
  }
  .c-checkbox__img .-img04 {
    width: 120px;
    height: auto;
  }
  .c-checkbox__img .-img05 {
    width: 123px;
    height: auto;
  }
  .c-checkbox__img .-img06 {
    width: 125px;
    height: auto;
  }
  .c-checkbox__img .-img07 {
    width: 115px;
    height: auto;
  }
  .c-checkbox__img .-img08 {
    width: 92px;
    height: auto;
  }
  .c-checkbox__img .-img09 {
    width: 93px;
    height: auto;
  }
  .c-checkbox__img .-img10 {
    width: 129px;
    height: auto;
  }
  .c-checkbox__img .-img11 {
    width: 125px;
    height: auto;
  }
  .c-checkbox__img .-img11 {
    width: 127px;
    height: auto;
  }
  .p-detailTitle {
    padding-bottom: 30px;
  }
  .p-detailTable dl {
    flex-direction: column;
  }
  .p-detailTable dl:last-child dt {
    padding-top: 26px;
  }
  .p-detailTable dt {
    border-bottom: none;
    padding: 20px 0 10px;
  }
  .p-detailTable dd {
    padding: 0 0 20px;
  }
  .p-detailTable dd .-remarks {
    display: block;
  }
  .p-detailTable .-brand figure {
    width: calc(50% - 10px);
  }
  .p-storeSearch {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-storePageInfo {
    flex-direction: column;
  }
  .p-storePageInfo__title {
    order: 1;
  }
  .p-storePageInfo__title.-sm {
    font-size: 1.6rem;
  }
  .p-storePageInfo__result {
    order: 3;
  }
  .p-storePageInfo .c-btn {
    order: 2;
    margin: 16px 0;
  }
  .p-storePageInfo__num {
    line-height: 30.6px;
  }
  .p-storePageInfo__word {
    margin-top: 6px;
  }
  .p-storeTab {
    border-radius: 8px;
    background-color: var(--color-bg-gray-light);
    border-radius: 30px;
    display: flex;
    padding: 5px;
    margin-bottom: 16px;
    position: relative;
  }
  .p-storeTab.-left::before {
    left: 5px;
  }
  .p-storeTab.-right::before {
    left: 50%;
  }
  .p-storeTab::before {
    content: "";
    display: block;
    background-color: var(--color-white);
    border-radius: 8px;
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    transition: left 0.3s ease-in-out;
    border-radius: 30px;
  }
  .p-storeTab__list {
    width: 50%;
  }
  .p-storeTab__list button {
    display: block;
    width: 100%;
    padding: 11px 10px;
    font-size: 1.4rem;
    color: #222222;
    font-weight: 700;
    line-height: 23.8px;
    letter-spacing: 0.7px;
    border-radius: 8px;
    position: relative;
    z-index: 2;
  }
  .p-storeTab__list button span {
    position: relative;
  }
  .p-storeTab__list button span::after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: var(--color-main);
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .p-storeTab__list button.-active span::after {
    opacity: 1;
    visibility: visible;
    transition-property: opacity, visibility;
    transition: 0.3s ease-in-out;
  }
  .p-storeListItem {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-storeListItem__title {
    justify-content: space-between;
  }
  .p-storeListItem__info {
    margin-top: 16px;
  }
  .p-storeFixed .p-storePageInfo {
    padding: 0 0 24px;
  }
  .p-storeFixed .p-storePageInfo__num {
    line-height: 1;
  }
  .p-storeFixed .p-storePageInfo__word {
    line-height: 1;
    margin-top: 8px;
  }
  .p-storeFixed .m-search__input {
    margin-bottom: 8px;
  }
  .p-storeFixed .m-search__btns {
    display: flex;
    justify-content: space-between;
  }
  .p-storeFixed .m-search__btns .c-btn {
    width: calc(50% - 3.5px);
    font-size: 1.4rem;
  }
  .p-storeFixed .m-search__btns .c-btn:first-child {
    margin-bottom: 0;
  }
  .p-storeFixed .p-storePageInfo .c-btn {
    font-size: 1.2rem;
  }
  .p-storeFixed .p-storePageInfo .c-btn::after {
    vertical-align: -3px;
  }
  .p-storeFixed .c-btn {
    margin-top: 0;
  }
  .p-storeMap,
  .p-storeListContainer {
    display: none;
  }
  .p-storeMap.-active,
  .p-storeListContainer.-active {
    display: block;
  }
  .p-topTitle {
    padding-bottom: 30px;
  }
  .p-topStores__slider {
    overflow: visible;
  }
  .p-topSearchForm__row {
    flex-wrap: wrap;
  }
  .p-topSearchForm__brands .c-checkbox {
    width: calc(33.33% - 2px);
  }
  .p-topSearchForm__brands .c-checkbox .c-checkbox__img {
    width: 100%;
  }
  .p-topSearchForm__stores .c-checkbox {
    width: calc(50% - 8px);
  }
  .p-topSearchForm__stores .c-checkbox .c-checkbox__img {
    width: 100%;
    height: 75px;
  }
}
@media (hover: hover) and (pointer: fine){
  .l-header__btn:hover {
    background-color: var(--color-black-light);
  }
  .l-footer__nav a:hover {
    opacity: 0.7;
  }
  .l-footer__toTop a:hover {
    opacity: 0.7;
  }
  .m-search__list li a:hover {
    background-color: var(--color-bg-gray);
  }
  .m-search__btn:hover {
    background-color: #222;
    color: var(--color-white);
  }
  .m-search__modalClose:hover {
    opacity: 0.7;
  }
  .c-area__item a:hover {
    background-color: var(--color-main);
    color: var(--color-white);
  }
  .c-btn__inner:hover {
    background-color: var(--color-white);
    color: var(--color-black-light);
  }
  .c-btn__inner:hover span::before {
    background-color: var(--color-black-light);
  }
  .c-btn_location:hover {
    background-color: var(--color-black-light);
  }
  .c-btn_submit:hover {
    background-color: var(--color-black-light);
  }
  .c-btn_reset:hover {
    background-color: var(--color-border);
    color: var(--color-white);
  }
  .c-btn_skelton:hover {
    background-color: #222222;
    color: var(--color-white);
  }
  .c-btn_skelton:hover span::after {
    background-color: var(--color-white);
  }
  .c-checkbox:hover .c-checkbox__img {
    box-shadow: 0;
    border: 2px solid var(--color-main);
  }
  .c-pagination__list:not(.-noBorder) a:hover {
    background-color: var(--color-main);
    color: var(--color-white);
  }
  .c-pagination__list.-noBorder a:hover {
    opacity: 0.7;
  }
  .p-detailTable dd a:hover {
    text-decoration: none;
  }
  .p-storeListItem a.p-storeListItem__inner:hover {
    opacity: 0.7;
  }
  .p-storeListItem a.p-storeListItem__inner:hover::after {
    transform: translate(10px, -50%);
  }
  .p-topStores__slider .-nav:hover {
    background-color: var(--color-black);
  }
  .p-topStores__slider .-nav:hover::before {
    background-color: var(--color-white);
  }
  .p-topStores__card:hover .p-topStores__img img {
    transform: scale(1.05);
  }
}