@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*-------------------------------------------
font
-------------------------------------------*/
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 1.6em;
  line-height: 1.8;
  height: 100%;
  color: #000;
  letter-spacing: 0.1em;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* common link */
a:link {
  color: #e62b6d;
  text-decoration: none;
}

a:visited {
  color: #e62b6d;
  text-decoration: none;
}

a:active {
  color: #e62b6d;
  text-decoration: none;
}

a:hover {
  color: #e62b6d;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  html {
    width: 100%;
  }
  body {
    position: relative;
    overflow: hidden;
    min-width: inherit;
    width: 100%;
  }
}
.l-wrapper {
  position: relative;
  margin: 0 auto;
}

.js-fade-in,
.js-fade-up,
.js-fade-down,
.js-fade-pop {
  opacity: 0;
}

#btn_ptop {
  position: fixed;
  bottom: min(2vw, 20px);
  right: min(2vw, 20px);
  z-index: 8888;
  font-size: 5rem;
  line-height: 1;
}
#btn_ptop a {
  color: #eb2365;
  transition: all 0.25s ease;
}
#btn_ptop a:hover {
  color: #f33a78;
}

@media (max-width: 1024px) {
  #btn_ptop {
    bottom: 130px;
    font-size: 3.5rem;
  }
  #btn_ptop a {
    transition: all 0s ease;
  }
  #btn_ptop a:hover {
    opacity: 1;
  }
}
/* .l-header */
.l-header__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: min(8vw, 80px) min(4vw, 40px) 0;
  text-align: center;
}
.l-header__logo {
  margin: 0 auto min(4vw, 40px);
  max-width: 860px;
}
.l-header__title {
  background: #001865;
  margin: 0 auto;
  padding: min(4vw, 20px);
  max-width: 720px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  border-radius: 100px;
}

/* .l-main */
.l-main {
  width: 100%;
}

/* .l-contents */
.l-contents {
  margin: 0 auto;
  padding: min(4vw, 40px);
}

/* .l-footer */
.l-footer {
  padding: min(8vw, 80px) min(4vw, 40px) min(8vw, 80px);
  text-align: center;
  color: #000;
}
.l-footer .-footer-logo {
  margin: 0 auto min(4vw, 40px);
  width: 280px;
}
.l-footer .-footer-link {
  display: inline-flex;
  margin: 0 auto min(2vw, 20px);
}
.l-footer .-footer-link li a {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
}
.l-footer .-footer-link li a span {
  display: inline-block;
  position: relative;
}
.l-footer .-footer-link li a span::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #c0c0c0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.2s;
  opacity: 0.4;
}
.l-footer .-footer-link li a:hover span::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-footer .-footer-link li a::before {
  position: absolute;
  content: "|";
  top: 0;
  left: 0;
  font-size: 0.9em;
}
.l-footer .-footer-link li:last-child a::after {
  position: absolute;
  content: "|";
  top: 0;
  right: 0;
  font-size: 0.9em;
}
.l-footer .-footer-copy {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  /* .l-footer */
  .l-footer .-footer-link li a {
    padding: 0 0.8em;
    font-size: 1.5rem;
  }
  .l-footer .-footer-link li a span {
    display: inline-block;
    position: relative;
  }
  .l-footer .-footer-link li a span::before {
    display: none;
  }
}
.c-title-1 {
  position: relative;
  margin-bottom: min(5vw, 50px);
  font-family: arial;
  font-weight: 600;
  z-index: 5;
}
.c-title-1 .-en {
  display: block;
  margin-bottom: min(2vw, 15px);
  font-size: 9.4rem;
  line-height: 1;
}
.c-title-1 .-jp {
  display: block;
  font-size: 3.6rem;
  line-height: 1.2;
}
.c-title-1 .br-on {
  display: none;
}

#services .c-title-1 {
  color: #002c4f;
}

#start .c-title-1 {
  color: #000e19;
}

@media (max-width: 1440px) {
  .c-title-1 .br-on {
    display: inline-block;
  }
}
@media (max-width: 1240px) {
  .c-title-1 .-en {
    font-size: 10vw;
  }
  .c-title-1 .-jp {
    font-size: 3.8vw;
  }
  #shop .c-title-1 .-en {
    font-size: 8vw;
  }
  #shop .c-title-1 .-jp {
    font-size: 3.6vw;
  }
}
@media (max-width: 768px) {
  .c-title-1 .-en {
    font-size: 11vw;
  }
  .c-title-1 .-jp {
    font-size: 6vw;
  }
}
a.c-button-1 {
  position: relative;
  margin: 0 auto;
  padding: 0 35px 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #eb2365;
  width: 520px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 50px;
  transition: all 0.25s ease;
}
a.c-button-1 em {
  color: #fffa6f;
  font-style: normal;
}
a.c-button-1.w100p {
  width: 100%;
}
a.c-button-1:hover {
  background: #f33a78;
}

span.circle-frame {
  position: absolute;
  margin-top: -20px;
  top: 50%;
  right: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: solid 3px #fff;
  line-height: 1.2;
}

span.circle-point {
  display: grid;
  place-items: center;
  background: #4dd8ff;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  transition: all 0.25s ease;
}

span.circle-point::after {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #eb2365;
  content: "\f054";
  transition: all 0.25s ease;
  opacity: 0;
}

span.circle-point.page-link::after {
  content: "\f078";
}

a.c-button-1:hover span.circle-point {
  width: 28px;
  height: 28px;
}

a.c-button-1:hover span.circle-point::after {
  opacity: 1;
}

.c-btn-lists-1 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2vw, 20px);
}
.c-btn-lists-1-list a {
  position: relative;
}

.c-btn-lists-2-list {
  margin-top: 20px;
}

@media (max-width: 768px) {
  a.c-button-1 {
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
    flex-direction: column;
  }
  a.c-button-1:hover {
    background: #eb2365;
  }
  a.c-button-1 span.circle-point {
    width: 28px;
    height: 28px;
  }
  a.c-button-1 span.circle-point::after {
    opacity: 1;
  }
  .c-btn-lists-1 {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
  .c-btn-lists-1-list a {
    position: relative;
  }
}
.p-contact__inner {
  margin: 0 auto;
  max-width: 1020px;
}
.p-contact__lead {
  margin-bottom: min(6vw, 60px);
  font-size: 1.8rem;
  text-align: center;
}
.p-contact__lead a {
  color: #000;
}
.p-contact__box {
  padding: min(10vw, 100px) min(12vw, 120px) min(8vw, 80px);
  background: #f4f4f4;
  border-radius: 10px;
}
.p-contact__lists dt {
  padding: min(1vw, 10px);
  font-size: 1.8rem;
  font-weight: normal;
}
.p-contact__lists dd {
  padding: min(1vw, 10px) min(1vw, 10px) min(3vw, 30px);
}
.p-contact__lists dd .-info-txt {
  padding-left: 1em;
  font-size: 1.4rem;
}
.p-contact .-hissu {
  margin-left: min(2vw, 15px);
  padding: 0.4em 1.5em 0.5em;
  background: #eb2365;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 3px;
}

.p-contact__btn-lists {
  margin-top: min(5vw, 50px);
  display: flex;
  justify-content: center;
  gap: min(2vw, 20px);
}
.p-contact__btn-lists-list {
  width: 100%;
  max-width: 420px;
}

.p-contact__complete-lead {
  margin-bottom: min(4vw, 35px);
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-contact__complete-txt {
  margin-bottom: min(6vw, 60px);
  text-align: center;
  font-size: 1.6rem;
}
.p-contact__complete-logo {
  margin: 0 auto min(8vw, 80px);
  width: 480px;
}
.p-contact__complete-logo a {
  transition: all 0.15s ease-out;
}
.p-contact__complete-logo a:hover {
  opacity: 0.7;
}

.p-contact__input-1 {
  width: 90% !important;
  display: inline-block !important;
}

.p-contact__input-2 {
  width: 20% !important;
  display: inline-block !important;
}

@media (max-width: 1024px) {
  .p-contact__lead {
    font-size: 1.6rem;
  }
  .p-contact__box {
    padding: 6vw 8vw;
  }
  .p-contact__lists dt {
    font-size: 1.8rem;
  }
  .p-contact .-hissu {
    font-size: 1.4rem;
  }
  .p-contact__complete-lead {
    text-align: center;
    font-size: 3rem;
  }
  .p-contact__complete-txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-contact__lead {
    font-size: 1.6rem;
  }
  .p-contact__box {
    padding: 2vw 3vw;
  }
  .p-contact__lists dt {
    font-size: 1.6rem;
  }
  .p-contact .-hissu {
    font-size: 1.3rem;
  }
  .p-contact__btn-lists {
    display: flex;
    flex-flow: column;
    gap: 3vw;
  }
  .p-contact__btn-lists-list {
    max-width: inherit;
  }
  .p-contact__btn-lists .-order-1 {
    order: 1;
  }
  .p-contact__btn-lists .-order-2 {
    order: 2;
  }
  .p-contact__complete-lead {
    text-align: center;
    font-size: 2.4rem;
  }
  .p-contact__complete-txt {
    font-size: 1.6rem;
  }
  .p-contact__complete-logo {
    width: 65vw;
  }
  .p-contact__complete-logo a {
    transition: all 0s ease-out;
  }
  .p-contact__complete-logo a:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .p-contact__lead {
    text-align: left;
  }
  .p-contact__complete-lead {
    font-size: 2.2rem;
    text-align: left;
  }
  .p-contact__complete-txt {
    font-size: 1.6rem;
  }
}
.-form input[type=submit],
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea,
.-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea {
  background: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: min(2vw, 15px) min(3vw, 25px);
  width: 100%;
  transition: 0.25s;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 5px;
}
.-form input[type=text]:focus,
.-form input[type=tel]:focus,
.-form input[type=email]:focus,
.-form input[type=date]:focus,
.-form select:focus,
.-form textarea:focus {
  background: #fff;
  border: 2px solid #001865;
  box-shadow: 0 0 0 1px #ebebeb;
}
.-form textarea[name=content] {
  display: inline-block;
  width: 100%;
}
.-form input::placeholder,
.-form textarea::placeholder {
  color: #ccc;
}
.-form label {
  display: inline-block;
  cursor: pointer;
}
.-form select,
.-form select:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,5" fill="%23000000"/></svg>') no-repeat right 1.5em center;
  padding-right: 3em;
}

.arrow-next,
.arrow-prev {
  display: inline-block;
  position: relative;
  width: 100%;
}
.arrow-next .arrow,
.arrow-prev .arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  height: 40px;
  width: 40px;
  transition: all 0.1s linear;
  z-index: 30;
}
.arrow-next .arrow::before,
.arrow-prev .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background: #fff;
}
.arrow-prev .arrow {
  left: 15px;
  padding-left: inherit;
}
.arrow-prev .arrow::before {
  clip-path: polygon(100% 7%, 93% 0, 43% 50%, 93% 100%, 100% 93%, 57% 50%, 100% 7%);
  background-color: #fff;
}
.arrow-prev:hover .arrow {
  right: inherit;
}

.c-button-next,
.c-button-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eb2365;
  text-align: center;
  height: 70px;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s linear;
}
.c-button-next:disabled,
.c-button-prev:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.c-button-next:hover,
.c-button-prev:hover {
  background: #f33a78;
}

.c-button-prev {
  background: #5d5d5d;
}
.c-button-prev:hover {
  background: #6f6f6f;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  margin-top: min(1vw, 10px);
  color: #e62020 !important;
}

@media (max-width: 768px) {
  .arrow-next .arrow,
  .arrow-prev .arrow {
    transition: all 0s linear;
  }
  .arrow-next .arrow::before,
  .arrow-prev .arrow::before {
    height: 0.8em;
    transition: all 0s linear;
  }
  .c-button-next,
  .c-button-prev {
    transition: all 0s linear;
  }
  .c-button-next:hover,
  .c-button-prev:hover {
    background: #b4922c;
  }
  .c-button-prev:hover {
    background: #5d5d5d;
  }
}
.p-shop {
  margin: 0 auto;
  padding: min(8vw, 80px) 0 min(4vw, 40px);
  max-width: 1580px;
  background: #001865;
  text-align: center;
  border-radius: 20px;
}
.p-shop__inner {
  margin: 0 auto;
  padding: 0 min(4vw, 40px);
  max-width: 1480px;
  color: #fff;
}

.p-shop-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(4vw, 40px);
  margin: 0 auto;
  padding-top: min(2vw, 20px);
}
.p-shop-lists__list {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  text-align: left;
}
.p-shop-lists__list.-list-center {
  grid-column: 1/-1; /* 1行分を横断させる */
  justify-self: center; /* 中央寄せ */
}
.p-shop-lists__list .-title {
  margin-bottom: min(3vw, 30px);
  line-height: 1.2;
}
.p-shop-lists__list .-title .-en {
  display: block;
  font-family: arial;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.1;
}
.p-shop-lists__list .-title .-jp {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
}
.p-shop-lists__list .-shop {
  margin-bottom: min(3vw, 30px);
  display: flex;
  gap: min(2vw, 20px);
}
.p-shop-lists__list .-shop-ph {
  width: 280px;
}
.p-shop-lists__list .-shop-info {
  padding: min(1vw, 10px) 0;
  flex: 1;
}
.p-shop-lists__list .-shop-info p {
  margin-bottom: min(1vw, 10px);
  line-height: 1.6;
}
.p-shop-lists__list .-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.p-shop-lists__list .-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .p-shop-lists__list .-title {
    text-align: center;
  }
  .p-shop-lists__list .-title .-en {
    font-size: 4vw;
  }
  .p-shop-lists__list .-title .-jp {
    font-size: 2.5vw;
  }
  .p-shop-lists__list .-shop {
    margin-bottom: 2vw;
    flex-direction: column;
    gap: 2vw;
  }
  .p-shop-lists__list .-shop-ph {
    margin: 0 auto;
    width: auto;
    max-width: 380px;
  }
  .p-shop-lists__list .-shop-info {
    padding: 0;
    flex: auto;
    text-align: center;
  }
  .p-shop-lists__list .-shop-info p {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .p-shop-lists {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8vw;
    padding-top: 3vw;
  }
  .p-shop-lists__list {
    width: auto;
  }
  .p-shop-lists__list .-title {
    text-align: center;
  }
  .p-shop-lists__list .-title .-en {
    font-size: 8vw;
  }
  .p-shop-lists__list .-title .-jp {
    font-size: 5vw;
  }
  .p-shop-lists__list .-shop {
    margin-bottom: 3vw;
    flex-direction: column;
  }
  .p-shop-lists__list .-shop-info {
    padding: 1vw 0;
  }
  .p-shop-lists__list .-shop-info p {
    font-size: 1.4rem;
  }
}
.p-404 {
  text-align: center;
  padding: min(4vw, 40px) min(4vw, 40px) min(12vw, 120px);
}
.p-404__frame {
  margin: 0 auto;
  max-width: 1040px;
}

.p-404__en-1 {
  font-family: "Oswald", sans-serif;
  font-size: 140px;
  line-height: 1;
  font-weight: 500;
}

.p-404__en-2 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.p-404__lead {
  margin-bottom: 80px;
  font-size: 16px;
}

@media (max-width: 576px) {
  .p-404__en-1 {
    font-size: 26vw;
  }
  .p-404__en-2 {
    margin-bottom: 3vw;
    font-size: 6vw;
    line-height: 1;
  }
  .p-404__lead {
    margin-bottom: 8vw;
    font-size: 15px;
  }
}
.display-none {
  display: none;
}

/* display none */
.xl-none {
  display: inline-block;
}

.lg-none {
  display: inline-block;
}

.md-none {
  display: inline-block;
}

.sm-none {
  display: inline-block;
}

/* display on */
.xl-on {
  display: none;
}

.lg-on {
  display: none;
}

.md-on {
  display: none;
}

.sm-on {
  display: none;
}

@media (max-width: 1240px) {
  /* display */
  .xl-none {
    display: none;
  }
  .lg-none {
    display: inline-block;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .xl-on {
    display: inline-block;
  }
  .lg-on {
    display: none;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* display */
  .lg-none {
    display: none;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 768px) {
  .md-none {
    display: none;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: inline-block;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 576px) {
  /* display */
  .sm-none {
    display: none;
  }
  .sm-on {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
