@charset "UTF-8";

/* src/scss/theme.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.site-header__nav ul,
.site-main .section-shops .section-inner__body .shoplist-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__menu .button {
  -moz-appearance: none;
  -webkit-appearance: none;
}
@keyframes scrollIcon {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes slideScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes hamburgerToX-1 {
  0% {
    transform: rotate(0) translateY(-5px);
  }
  50% {
    transform: rotate(0) translateY(0);
  }
  100% {
    transform: rotate(30deg) translateY(0);
  }
}
@keyframes hamburgerToX-2 {
  0% {
    transform: rotate(0) translateY(5px);
  }
  50% {
    transform: rotate(0) translateY(0);
  }
  100% {
    transform: rotate(-30deg) translateY(0);
  }
}
@keyframes hamburgerToXReverse-1 {
  0% {
    transform: rotate(30deg) translateY(0);
  }
  50% {
    transform: rotate(0) translateY(0);
  }
  100% {
    transform: rotate(0) translateY(-5px);
  }
}
@keyframes hamburgerToXReverse-2 {
  0% {
    transform: rotate(-30deg) translateY(0);
  }
  50% {
    transform: rotate(0) translateY(0);
  }
  100% {
    transform: rotate(0) translateY(5px);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --color-white: #ffffff;
  --color-light-gray: #DADADA;
  --color-gray: #B3B3B3;
  --color-dark-gray: #343434;
  --color-black: #000000;
  --color-blue: #014460;
  --color-orange: #FF9000;
  --color-red: #E03400;
  --color-beige: #CDC8BF;
  --color-green: #00E083;
  --color-glass-beige-0: rgba(205, 200, 191, 0);
  --color-glass-beige-1: rgba(205, 200, 191, 1);
  --color-glass-white: rgba(255, 255, 255, 0.6);
  --color-glass-gray: rgba(180, 180, 180, 0.6);
  --color-glass-orange: rgba(241, 90, 36, 0.9);
  --color-twitter: #1FA0F3;
  --color-youtube: #cd201f;
  --color-instagram: #D93177;
  --invert-color: var(--color-white);
  --text-color: var(--color-dark-gray);
  --font-basic:
    "\6e38\30b4\30b7\30c3\30af\4f53",
    YuGothic,
    "\6e38\30b4\30b7\30c3\30af",
    "Yu Gothic",
    -apple-system,
    BlinkMacSystemFont,
    "BIZ UDPGothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif;
  --font-basic-ja: "Noto Sans JP", var(--font-basic);
  --font-basic-en: "Raleway", var(--font-basic);
}
html {
  font-size: clamp(13px, 1.041vw, 17px);
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
@media screen and (max-width: 840px) {
  html {
    scroll-padding-top: 0;
  }
}
body:not(.wp-admin, .editor-styles-wrapper) {
  --site-header-content-color: var(--color-light-gray);
  font-family: var(--font-basic-ja);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  background-color: var(--color-light-gray);
  color: var(--color-dark-gray);
  letter-spacing: 0.05rem;
  font-feature-settings: "palt" 1;
}
body:not(.wp-admin, .editor-styles-wrapper):lang(en-US) {
  line-height: 1.7;
}
body:not(.wp-admin, .editor-styles-wrapper) * {
  box-sizing: border-box;
}
body:not(.wp-admin, .editor-styles-wrapper) img {
  vertical-align: bottom;
}
body:not(.wp-admin, .editor-styles-wrapper) a {
  color: inherit;
}
body:not(.wp-admin, .editor-styles-wrapper) a:hover {
  color: var(--color-gray);
}
body:not(.wp-admin, .editor-styles-wrapper) a:not(img, .popup-link, .cv-link)[target=_blank] {
  display: inline-flex !important;
  align-items: center;
}
body:not(.wp-admin, .editor-styles-wrapper) a:not(img, .popup-link, .cv-link)[target=_blank]::before {
  order: 2;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-left: 0.3em;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M9 2v1h3.292L6.023 9.273l.704.704L13 3.707V7h1V2zM4 4C2.895 4 2 4.895 2 6v6c0 1.105.895 2 2 2h6c1.105 0 2-.895 2-2V7l-1 1v4c0 .551-.449 1-1 1H4c-.551 0-1-.449-1-1V6c0-.551.449-1 1-1h4l1-1z'/></svg>");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M9 2v1h3.292L6.023 9.273l.704.704L13 3.707V7h1V2zM4 4C2.895 4 2 4.895 2 6v6c0 1.105.895 2 2 2h6c1.105 0 2-.895 2-2V7l-1 1v4c0 .551-.449 1-1 1H4c-.551 0-1-.449-1-1V6c0-.551.449-1 1-1h4l1-1z'/></svg>");
}
body:not(.wp-admin, .editor-styles-wrapper) a.button,
body:not(.wp-admin, .editor-styles-wrapper) span.button,
body:not(.wp-admin, .editor-styles-wrapper) button.button,
body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button {
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid transparent;
  font-family: var(--font-basic-en);
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
  padding: 1rem;
  transition: background-color 0.3s, color 0.2s;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin, .editor-styles-wrapper) a.button,
  body:not(.wp-admin, .editor-styles-wrapper) span.button,
  body:not(.wp-admin, .editor-styles-wrapper) button.button,
  body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button {
    padding: 1rem 1.4rem;
  }
}
body:not(.wp-admin, .editor-styles-wrapper) a.button svg path,
body:not(.wp-admin, .editor-styles-wrapper) span.button svg path,
body:not(.wp-admin, .editor-styles-wrapper) button.button svg path,
body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button svg path {
  transition: fill 0.2s;
}
body:not(.wp-admin, .editor-styles-wrapper) a.button span,
body:not(.wp-admin, .editor-styles-wrapper) span.button span,
body:not(.wp-admin, .editor-styles-wrapper) button.button span,
body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button span {
  position: relative;
  z-index: 2;
}
body:not(.wp-admin, .editor-styles-wrapper) a.button span.icon-down,
body:not(.wp-admin, .editor-styles-wrapper) span.button span.icon-down,
body:not(.wp-admin, .editor-styles-wrapper) button.button span.icon-down,
body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button span.icon-down {
  transform: rotate(90deg);
}
body:not(.wp-admin, .editor-styles-wrapper) a.button::after,
body:not(.wp-admin, .editor-styles-wrapper) span.button::after,
body:not(.wp-admin, .editor-styles-wrapper) button.button::after,
body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button::after {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
body:not(.wp-admin, .editor-styles-wrapper) a.button--primary,
body:not(.wp-admin, .editor-styles-wrapper) span.button--primary,
body:not(.wp-admin, .editor-styles-wrapper) button.button--primary,
body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button--primary {
  background-color: transparent;
  color: var(--color-dark-gray);
  border-color: var(--color-dark-gray);
}
body:not(.wp-admin, .editor-styles-wrapper) a.button--secondary,
body:not(.wp-admin, .editor-styles-wrapper) span.button--secondary,
body:not(.wp-admin, .editor-styles-wrapper) button.button--secondary,
body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button--secondary {
  background-color: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}
body:not(.wp-admin, .editor-styles-wrapper) a.button--secondary:hover,
body:not(.wp-admin, .editor-styles-wrapper) span.button--secondary:hover,
body:not(.wp-admin, .editor-styles-wrapper) button.button--secondary:hover,
body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button--secondary:hover {
  background-color: var(--text-color) !important;
  color: var(--invert-color) !important;
}
body:not(.wp-admin, .editor-styles-wrapper) a.button--secondary:hover svg path,
body:not(.wp-admin, .editor-styles-wrapper) span.button--secondary:hover svg path,
body:not(.wp-admin, .editor-styles-wrapper) button.button--secondary:hover svg path,
body:not(.wp-admin, .editor-styles-wrapper) input[type=submit].button--secondary:hover svg path {
  fill: var(--invert-color) !important;
}
body:not(.wp-admin, .editor-styles-wrapper) p,
body:not(.wp-admin, .editor-styles-wrapper) li,
body:not(.wp-admin, .editor-styles-wrapper) dt,
body:not(.wp-admin, .editor-styles-wrapper) dd {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
body:not(.wp-admin, .editor-styles-wrapper) p:lang(en-US),
body:not(.wp-admin, .editor-styles-wrapper) li:lang(en-US),
body:not(.wp-admin, .editor-styles-wrapper) dt:lang(en-US),
body:not(.wp-admin, .editor-styles-wrapper) dd:lang(en-US) {
  text-align: left;
  letter-spacing: 0.02rem;
}
body:not(.wp-admin, .editor-styles-wrapper) h1,
body:not(.wp-admin, .editor-styles-wrapper) h2 {
  font-weight: 600;
}
body:not(.wp-admin, .editor-styles-wrapper) h3,
body:not(.wp-admin, .editor-styles-wrapper) h4,
body:not(.wp-admin, .editor-styles-wrapper) h5,
body:not(.wp-admin, .editor-styles-wrapper) h6 {
  font-weight: 600;
}
body:not(.wp-admin, .editor-styles-wrapper) table tr th,
body:not(.wp-admin, .editor-styles-wrapper) table tr td {
  font-weight: 300;
}
body:not(.wp-admin, .editor-styles-wrapper) button.btn {
  border: none;
  background: none;
  line-height: 1;
}
body .editor-styles-wrapper,
body.editor-styles-wrapper {
  font-family: var(--font-basic);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
body .editor-styles-wrapper:lang(en-US),
body.editor-styles-wrapper:lang(en-US) {
  font-family: var(--font-basic-en);
  line-height: 1.7;
}
body .editor-styles-wrapper h1,
body .editor-styles-wrapper h2,
body.editor-styles-wrapper h1,
body.editor-styles-wrapper h2 {
  font-weight: 600;
}
body .editor-styles-wrapper h3,
body .editor-styles-wrapper h4,
body .editor-styles-wrapper h5,
body .editor-styles-wrapper h6,
body.editor-styles-wrapper h3,
body.editor-styles-wrapper h4,
body.editor-styles-wrapper h5,
body.editor-styles-wrapper h6 {
  font-weight: 600;
}
body .editor-styles-wrapper table tr th,
body .editor-styles-wrapper table tr td,
body.editor-styles-wrapper table tr th,
body.editor-styles-wrapper table tr td {
  font-weight: 400;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: var(--text-color);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 0.7rem 0;
  }
}
.site-header a,
.site-header button {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .site-header__nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100svh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    pointer-events: all;
  }
}
.site-header__nav ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .site-header__nav ul {
    flex-direction: column;
  }
}
.site-header__nav ul li {
  font-family: var(--font-basic-en);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .site-header__nav ul li {
    font-size: 1.25rem;
  }
}
.site-header__nav ul li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .site-header__nav ul li a {
    padding: 0.5rem;
  }
}
.site-header__nav .button-wrapper {
  margin: 1.5rem 0.2rem;
}
.site-header__nav .button-wrapper .button {
  border-radius: 20px;
}
.site-header__logo,
.site-header__button,
.site-header__menu {
  flex: 1;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .site-header__logo,
  .site-header__button,
  .site-header__menu {
    padding: 0 4vw;
  }
}
.site-header__button {
  text-align: right;
}
.site-header__button .button {
  text-transform: uppercase;
  border-radius: 50px;
  padding-right: 1.5rem !important;
  padding-left: 1.7rem !important;
  color: var(--text-color) !important;
  border-color: var(--text-color) !important;
}
.site-header__button .button svg path {
  fill: var(--text-color) !important;
}
.site-header__menu {
  position: relative;
  z-index: 100;
  text-align: right;
}
.site-header__menu .button {
  padding: 4px !important;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
}
.site-header__menu .button span.icon {
  width: 40px;
  height: 24px;
  position: relative;
}
.site-header__menu .button span.icon::before,
.site-header__menu .button span.icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--text-color);
  position: absolute;
  inset: 0;
  margin: auto;
}
.site-header__menu .button span.icon::before {
  transform: translateY(-5px);
}
.site-header__menu .button span.icon::after {
  transform: translateY(5px);
}
.site-header__menu .button span.label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.site-main .section-common {
  padding: 5rem 0;
}
.site-main .section-common .section-inner {
  max-width: 67.84722222vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .site-main .section-common .section-inner {
    max-width: none;
    padding: 0 6vw;
  }
}
.site-main .section-common .section-inner__title h2 {
  font-family: var(--font-basic-en);
  font-size: 3.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-main .section-common .section-inner__title h2 {
    font-size: 2.1538461538rem;
  }
}
.site-main .section-hero {
  height: 100svh;
  min-height: 680px;
  max-height: 840px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-main .section-hero {
    height: 95svh;
    min-height: auto;
    max-height: none;
  }
}
.site-main .section-hero .section-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .site-main .section-hero .section-inner {
    border-radius: 0 0 60px 60px;
  }
}
.site-main .section-hero .section-inner__title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  pointer-events: none;
}
.site-main .section-hero .section-inner__title h1 span.logo svg {
  aspect-ratio: 1/1;
  width: 42vw;
  max-width: 212px;
}
.site-main .section-hero .section-inner__title .slide-location {
  position: absolute;
  bottom: 2rem;
  right: 10rem;
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .site-main .section-hero .section-inner__title .slide-location {
    right: 8vw;
  }
}
.site-main .section-hero .section-inner__title .slide-location__number {
  font-family: var(--font-basic-en);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-main .section-hero .section-inner__title .slide-location__number::after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background-color: var(--color-white);
  order: 2;
  transform: rotate(24deg);
}
.site-main .section-hero .section-inner__title .slide-location__number .current {
  order: 1;
}
.site-main .section-hero .section-inner__title .slide-location__number .total {
  order: 3;
}
.site-main .section-hero .section-inner__body {
  height: 100%;
}
.site-main .section-hero .section-inner__body .cover-images {
  height: inherit;
}
.site-main .section-hero .section-inner__body .cover-images .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s linear;
}
.site-main .section-hero .section-inner__body .cover-images .cover-image.swiper-slide-active img {
  transform: scale(1.1);
}
.site-main .section-hero .section-inner__body .cover-images .cover-image.swiper-slide-next img {
  transform: scale(1);
}
.site-main .section-hero .section-inner__body .cover-images .cover-image.swiper-slide-prev img {
  transform: scale(1.2);
}
.site-main .section-hero .scroll-icon {
  position: absolute;
  bottom: -50px;
  left: 100px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .site-main .section-hero .scroll-icon {
    left: 8vw;
  }
}
.site-main .section-hero .scroll-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: var(--color-white);
}
.site-main .section-hero .scroll-icon a span.label {
  font-family: var(--font-basic-en);
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.site-main .section-hero .scroll-icon a span.icon {
  width: 1px;
  height: 100px;
  background-color: var(--color-white);
  position: relative;
  overflow: hidden;
}
.site-main .section-hero .scroll-icon a span.icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-orange);
  transform: translateY(-100%);
  animation: scrollIcon 1s ease-in-out infinite;
}
.site-main .section-about .section-inner__body .company-info {
  max-width: 43.26388889vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .site-main .section-about .section-inner__body .company-info {
    max-width: none;
  }
}
.site-main .section-about .section-inner__body .company-info dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-main .section-about .section-inner__body .company-info dl dt,
.site-main .section-about .section-inner__body .company-info dl dd {
  margin: 0;
  width: 100%;
  text-align: center;
}
.site-main .section-about .section-inner__body .company-info dl dt {
  font-size: 0.875rem;
}
.site-main .section-about .section-inner__body .company-info dl dd {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.site-main .section-about .section-inner__body .company-info dl dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.site-main .section-shops {
  background-color: var(--color-beige);
  min-height: 100svh;
}
.site-main .section-shops .section-inner__body {
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body {
    gap: 1rem;
    flex-direction: column;
  }
}
.site-main .section-shops .section-inner__body .shoplist-nav {
  padding-top: 1.5rem;
  min-width: 10rem;
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body .shoplist-nav {
    margin: 0 -6vw;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    padding: 0;
    background-color: var(--color-glass-beige-0);
    backdrop-filter: blur(10px);
    z-index: 10;
    min-width: none;
  }
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body .shoplist-nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background:
      linear-gradient(
        to right,
        var(--color-glass-beige-0) 0%,
        var(--color-glass-beige-1) 65%);
    pointer-events: none;
  }
}
.site-main .section-shops .section-inner__body .shoplist-nav ul {
  position: sticky;
  top: 2rem;
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body .shoplist-nav ul {
    position: static;
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 1.3rem 4vw;
    padding-right: 60px;
  }
}
.site-main .section-shops .section-inner__body .shoplist-nav ul::-webkit-scrollbar {
  display: none;
}
.site-main .section-shops .section-inner__body .shoplist-nav ul li {
  flex-shrink: 0;
}
.site-main .section-shops .section-inner__body .shoplist-nav ul li label {
  display: block;
  padding: 0.2rem 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body .shoplist-nav ul li label {
    padding: 0.5rem 0.8rem;
    line-height: 1.5;
  }
}
.site-main .section-shops .section-inner__body .shoplist-nav ul li label::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-orange);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body .shoplist-nav ul li label::before {
    inset: 0;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateY(100%) translateX(-50%);
  }
}
.site-main .section-shops .section-inner__body .shoplist-nav ul li input {
  display: none;
}
.site-main .section-shops .section-inner__body .shoplist-nav ul li input:checked + label::before {
  animation: blink 2s infinite ease;
}
.site-main .section-shops .section-inner__body .shoplist-content {
  flex-grow: 1;
}
.site-main .section-shops .section-inner__body .shoplist-content__item {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body .shoplist-content__item {
    flex-wrap: wrap;
  }
}
.site-main .section-shops .section-inner__body .shoplist-content__item:last-child {
  border-bottom: none;
}
.site-main .section-shops .section-inner__body .shoplist-content__item__content {
  flex-grow: 1;
}
.site-main .section-shops .section-inner__body .shoplist-content__item__content .shoplist-name {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body .shoplist-content__item__content .shoplist-name {
    margin-bottom: 0.2rem;
  }
}
.site-main .section-shops .section-inner__body .shoplist-content__item__content .shoplist-address {
  margin-top: 0.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body .shoplist-content__item__content .shoplist-address {
    margin-top: 0.2rem;
  }
}
.site-main .section-shops .section-inner__body .shoplist-content__item__button {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .site-main .section-shops .section-inner__body .shoplist-content__item__button {
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
}
.site-main .section-shops .section-inner__body .shoplist-content__item__button .shoplist-reservation {
  text-transform: uppercase;
  font-size: 80%;
  padding: 0.6rem 1rem 0.5rem;
  border-radius: 30px;
}
.site-main .section-shops .section-inner__body .shoplist-content__item__button .shoplist-reservation .icon svg path {
  fill: var(--color-dark-gray);
}
.site-main .section-contact {
  padding-bottom: 8rem;
}
.site-main .section-contact .section-inner__body .contact-form {
  max-width: 43.26388889vw;
  margin: 0 auto;
}
.site-main .section-contact .section-inner__body .contact-form .note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-main .section-contact .section-inner__body .contact-form {
    max-width: none;
    padding: 0 4vw;
  }
}
.site-main .section-brands {
  background-color: var(--color-white);
  padding-top: 0;
}
.site-main .section-brands .section-inner__title {
  transform: translateY(-65%);
  color: var(--color-white);
}
.site-main .section-brands .section-inner__title h2 {
  margin-bottom: 0;
}
.site-main .section-brands .section-inner__body {
  max-width: 43.26388889vw;
  margin: -2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .site-main .section-brands .section-inner__body {
    max-width: none;
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-main .section-brands .section-inner__body .brand-logos {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .site-main .section-brands .section-inner__body .brand-logos__item img {
    transform: scale(0.8);
  }
}
.site-footer {
  background-color: var(--color-white);
  padding-bottom: 2rem;
}
.site-footer p {
  margin: 0;
  text-align: center !important;
  font-family: var(--font-basic-en);
  font-size: 0.625rem;
}
.brand-logos {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .brand-logos {
    gap: 1.5rem;
  }
}
.brand-logos .brand-logos__item {
  flex-grow: 1;
}
.brand-logos .brand-logos__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.wpcf7-form-control {
  max-width: 100%;
  background-color: transparent;
  margin-top: 0.5rem;
  font-weight: 400;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-textarea {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: 100%;
}
.wpcf7-form .wpcf7-submit {
  margin: 0 !important;
  background-color: var(--color-dark-gray);
  color: var(--color-white);
  border-radius: 50px;
  border: none;
  cursor: pointer;
  padding-right: 3rem !important;
  padding-left: 2rem !important;
}
.wpcf7-form .wpcf7-turnstile {
  margin: 1rem 0;
}
.wpcf7-form .wpcf7-turnstile div {
  display: flex;
  justify-content: center;
}
.wpcf7-form .wpcf7-turnstile iframe {
  width: 100%;
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 1rem !important;
  text-align: center;
  border-radius: 0.5rem;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: var(--color-red);
}
.wpcf7-form .wpcf7-not-valid {
  border-color: var(--color-red);
}
.wpcf7-form .button-wrapper {
  text-align: center;
}
.wpcf7-form .button-wrapper p {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wpcf7-form .button-wrapper p::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  inset: 0;
  left: auto;
  right: 1.3rem;
  margin: auto;
  background-image: url(../../assets/images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wpcf7-form .button-wrapper p .wpcf7-spinner {
  position: absolute;
  inset: 0;
  left: auto;
  right: 1rem;
  margin: auto;
}
.wpcf7-form .icon-required {
  display: inline-block;
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 70%;
  padding: 0.1rem 0.5rem;
  border-radius: 20px;
  transform: translateY(-2px);
}
.wpcf7-form.invalid .wpcf7-response-output {
  background-color: var(--color-red);
  color: var(--color-white);
}
.wpcf7-form.sent .wpcf7-response-output {
  background-color: var(--color-green);
  color: var(--color-white);
}
.wpcf7-form.submitting .button-wrapper p::after {
  content: none;
}
body[data-pos=first] {
  --text-color: var(--color-white);
  --invert-color: var(--color-dark-gray);
}
body[data-pos=not-first] {
  --text-color: var(--color-dark-gray);
  --invert-color: var(--color-white);
}
body[data-menu-open=true] {
  --text-color: var(--color-white);
  --invert-color: var(--color-dark-gray);
}
@media (max-width: 767px) {
  body[data-menu-open=true] .site-header__nav {
    transform: translateX(0);
  }
}
body[data-menu-open=true] .site-header__menu .button span.icon::before {
  animation: hamburgerToX-1 0.3s ease-in-out forwards;
}
body[data-menu-open=true] .site-header__menu .button span.icon::after {
  animation: hamburgerToX-2 0.3s ease-in-out forwards;
}
@media (max-width: 767px) {
  body[data-menu-open=false] .site-header__nav {
    transform: translateX(100%);
  }
}
body[data-menu-open=false] .site-header__menu .button span.icon::before {
  animation: hamburgerToXReverse-1 0.3s ease-in-out forwards;
}
body[data-menu-open=false] .site-header__menu .button span.icon::after {
  animation: hamburgerToXReverse-2 0.3s ease-in-out forwards;
}
.is-hidden--all {
  display: none !important;
}
@media (min-width: 768px) {
  .is-hidden--pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .is-hidden--mobile {
    display: none !important;
  }
}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/*# sourceMappingURL=theme.min.css.map */
