@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/*! destyle.css v2.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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --c-blk: #222120;
  --c-t-gry: #5c5c5c;
  --c-gry: #aaa;
  --c-b-gry: #dbdbdb;
  --c-l-gry: #c1c1c1;
  --c-wht: #fff;
  --c-beg: #f0efe9;
  --ff-goth: "Noto Sans JP", sans-serif;
  --ff-jp-min: "Shippori Mincho", serif;
  --ff-en-min: "Cormorant Garamond", serif;
  --shadow: 6px 3px 36px 0 rgba(20, 20, 20, .16);
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 1.1428571429vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: var(--c-blk);
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-cols.rev {
  flex-direction: row-reverse;
}
.l-cols.left {
  justify-content: flex-start;
}
.l-cols.center {
  justify-content: center;
}
.l-cols.right {
  justify-content: flex-end;
}
.l-cols.top {
  align-items: flex-start;
}
.l-cols.middle {
  align-items: center;
}
.l-cols.bottom {
  align-items: flex-end;
}
.l-cols .self-top {
  align-self: flex-start;
}
.l-cols .self-middle {
  align-self: center;
}
.l-cols .self-bottom {
  align-self: flex-end;
}
.l-cols .order-1 {
  order: 1;
}
.l-cols .order-2 {
  order: 2;
}
.l-cols .order-3 {
  order: 3;
}
.l-cols .order-4 {
  order: 4;
}
.l-cols .order-5 {
  order: 5;
}
.l-cols .order-6 {
  order: 6;
}
.w-0 {
  width: 0% !important;
}

.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-51 {
  width: 51% !important;
}

.w-52 {
  width: 52% !important;
}

.w-53 {
  width: 53% !important;
}

.w-54 {
  width: 54% !important;
}

.w-55 {
  width: 55% !important;
}

.w-56 {
  width: 56% !important;
}

.w-57 {
  width: 57% !important;
}

.w-58 {
  width: 58% !important;
}

.w-59 {
  width: 59% !important;
}

.w-60 {
  width: 60% !important;
}

.w-61 {
  width: 61% !important;
}

.w-62 {
  width: 62% !important;
}

.w-63 {
  width: 63% !important;
}

.w-64 {
  width: 64% !important;
}

.w-65 {
  width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.w-67 {
  width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.w-69 {
  width: 69% !important;
}

.w-70 {
  width: 70% !important;
}

.w-71 {
  width: 71% !important;
}

.w-72 {
  width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.w-74 {
  width: 74% !important;
}

.w-75 {
  width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.w-79 {
  width: 79% !important;
}

.w-80 {
  width: 80% !important;
}

.w-81 {
  width: 81% !important;
}

.w-82 {
  width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.w-84 {
  width: 84% !important;
}

.w-85 {
  width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.w-87 {
  width: 87% !important;
}

.w-88 {
  width: 88% !important;
}

.w-89 {
  width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

.w-100 {
  width: 100% !important;
}

.mb-0 {
  margin-bottom: 0vw !important;
}

.mb-1 {
  margin-bottom: 0.5333333333vw !important;
}

.mb-2 {
  margin-bottom: 1.0666666667vw !important;
}

.mb-3 {
  margin-bottom: 1.6vw !important;
}

.mb-4 {
  margin-bottom: 2.1333333333vw !important;
}

.mb-5 {
  margin-bottom: 2.6666666667vw !important;
}

.mb-6 {
  margin-bottom: 3.2vw !important;
}

.mb-7 {
  margin-bottom: 3.7333333333vw !important;
}

.mb-8 {
  margin-bottom: 4.2666666667vw !important;
}

.mb-9 {
  margin-bottom: 4.8vw !important;
}

.mb-10 {
  margin-bottom: 5.3333333333vw !important;
}

.mb-11 {
  margin-bottom: 5.8666666667vw !important;
}

.mb-12 {
  margin-bottom: 6.4vw !important;
}

.mb-13 {
  margin-bottom: 6.9333333333vw !important;
}

.mb-14 {
  margin-bottom: 7.4666666667vw !important;
}

.mb-15 {
  margin-bottom: 8vw !important;
}

.mb-16 {
  margin-bottom: 8.5333333333vw !important;
}

.mb-17 {
  margin-bottom: 9.0666666667vw !important;
}

.mb-18 {
  margin-bottom: 9.6vw !important;
}

.mb-19 {
  margin-bottom: 10.1333333333vw !important;
}

.mb-20 {
  margin-bottom: 10.6666666667vw !important;
}

.mb-21 {
  margin-bottom: 11.2vw !important;
}

.mb-22 {
  margin-bottom: 11.7333333333vw !important;
}

.mb-23 {
  margin-bottom: 12.2666666667vw !important;
}

.mb-24 {
  margin-bottom: 12.8vw !important;
}

.mb-25 {
  margin-bottom: 13.3333333333vw !important;
}

.mb-26 {
  margin-bottom: 13.8666666667vw !important;
}

.mb-27 {
  margin-bottom: 14.4vw !important;
}

.mb-28 {
  margin-bottom: 14.9333333333vw !important;
}

.mb-29 {
  margin-bottom: 15.4666666667vw !important;
}

.mb-30 {
  margin-bottom: 16vw !important;
}

.mb-31 {
  margin-bottom: 16.5333333333vw !important;
}

.mb-32 {
  margin-bottom: 17.0666666667vw !important;
}

.mb-33 {
  margin-bottom: 17.6vw !important;
}

.mb-34 {
  margin-bottom: 18.1333333333vw !important;
}

.mb-35 {
  margin-bottom: 18.6666666667vw !important;
}

.mb-36 {
  margin-bottom: 19.2vw !important;
}

.mb-37 {
  margin-bottom: 19.7333333333vw !important;
}

.mb-38 {
  margin-bottom: 20.2666666667vw !important;
}

.mb-39 {
  margin-bottom: 20.8vw !important;
}

.mb-40 {
  margin-bottom: 21.3333333333vw !important;
}

.mb-41 {
  margin-bottom: 21.8666666667vw !important;
}

.mb-42 {
  margin-bottom: 22.4vw !important;
}

.mb-43 {
  margin-bottom: 22.9333333333vw !important;
}

.mb-44 {
  margin-bottom: 23.4666666667vw !important;
}

.mb-45 {
  margin-bottom: 24vw !important;
}

.mb-46 {
  margin-bottom: 24.5333333333vw !important;
}

.mb-47 {
  margin-bottom: 25.0666666667vw !important;
}

.mb-48 {
  margin-bottom: 25.6vw !important;
}

.mb-49 {
  margin-bottom: 26.1333333333vw !important;
}

.mb-50 {
  margin-bottom: 26.6666666667vw !important;
}

.mb-51 {
  margin-bottom: 27.2vw !important;
}

.mb-52 {
  margin-bottom: 27.7333333333vw !important;
}

.mb-53 {
  margin-bottom: 28.2666666667vw !important;
}

.mb-54 {
  margin-bottom: 28.8vw !important;
}

.mb-55 {
  margin-bottom: 29.3333333333vw !important;
}

.mb-56 {
  margin-bottom: 29.8666666667vw !important;
}

.mb-57 {
  margin-bottom: 30.4vw !important;
}

.mb-58 {
  margin-bottom: 30.9333333333vw !important;
}

.mb-59 {
  margin-bottom: 31.4666666667vw !important;
}

.mb-60 {
  margin-bottom: 32vw !important;
}

.mb-61 {
  margin-bottom: 32.5333333333vw !important;
}

.mb-62 {
  margin-bottom: 33.0666666667vw !important;
}

.mb-63 {
  margin-bottom: 33.6vw !important;
}

.mb-64 {
  margin-bottom: 34.1333333333vw !important;
}

.mb-65 {
  margin-bottom: 34.6666666667vw !important;
}

.mb-66 {
  margin-bottom: 35.2vw !important;
}

.mb-67 {
  margin-bottom: 35.7333333333vw !important;
}

.mb-68 {
  margin-bottom: 36.2666666667vw !important;
}

.mb-69 {
  margin-bottom: 36.8vw !important;
}

.mb-70 {
  margin-bottom: 37.3333333333vw !important;
}

.mb-71 {
  margin-bottom: 37.8666666667vw !important;
}

.mb-72 {
  margin-bottom: 38.4vw !important;
}

.mb-73 {
  margin-bottom: 38.9333333333vw !important;
}

.mb-74 {
  margin-bottom: 39.4666666667vw !important;
}

.mb-75 {
  margin-bottom: 40vw !important;
}

.mb-76 {
  margin-bottom: 40.5333333333vw !important;
}

.mb-77 {
  margin-bottom: 41.0666666667vw !important;
}

.mb-78 {
  margin-bottom: 41.6vw !important;
}

.mb-79 {
  margin-bottom: 42.1333333333vw !important;
}

.mb-80 {
  margin-bottom: 42.6666666667vw !important;
}

.mb-81 {
  margin-bottom: 43.2vw !important;
}

.mb-82 {
  margin-bottom: 43.7333333333vw !important;
}

.mb-83 {
  margin-bottom: 44.2666666667vw !important;
}

.mb-84 {
  margin-bottom: 44.8vw !important;
}

.mb-85 {
  margin-bottom: 45.3333333333vw !important;
}

.mb-86 {
  margin-bottom: 45.8666666667vw !important;
}

.mb-87 {
  margin-bottom: 46.4vw !important;
}

.mb-88 {
  margin-bottom: 46.9333333333vw !important;
}

.mb-89 {
  margin-bottom: 47.4666666667vw !important;
}

.mb-90 {
  margin-bottom: 48vw !important;
}

.mb-91 {
  margin-bottom: 48.5333333333vw !important;
}

.mb-92 {
  margin-bottom: 49.0666666667vw !important;
}

.mb-93 {
  margin-bottom: 49.6vw !important;
}

.mb-94 {
  margin-bottom: 50.1333333333vw !important;
}

.mb-95 {
  margin-bottom: 50.6666666667vw !important;
}

.mb-96 {
  margin-bottom: 51.2vw !important;
}

.mb-97 {
  margin-bottom: 51.7333333333vw !important;
}

.mb-98 {
  margin-bottom: 52.2666666667vw !important;
}

.mb-99 {
  margin-bottom: 52.8vw !important;
}

.mb-100 {
  margin-bottom: 53.3333333333vw !important;
}
input[type=button], input[type=text], input[type=submit] {
  width: 100%;
  -webkit-adiappearance: none;
  border-radius: 0;
}

input[type=text], textarea {
  padding: 0.5714285714vw 0.7142857143vw;
  width: 100%;
  background: var(--c-b-gry);
}
input[type=text]:not(:last-child), textarea:not(:last-child) {
  margin-bottom: 10px;
}

textarea {
  height: 21.4285714286vw;
}

input[type=radio], input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

label {
  cursor: pointer;
}

.radio {
  margin-right: 1.4285714286vw;
}
.radio > span {
  margin-right: 1.4285714286vw;
}
.radio label span {
  padding-left: 1.4285714286vw;
  position: relative;
}
.radio label span::before, .radio label span::after {
  border-radius: 50%;
}
.radio label span::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #888;
  top: 4px;
  left: 0;
}
.radio label span::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--c-blk);
  top: 7px;
  left: 3px;
  opacity: 0;
}

.checkbox {
  margin-right: 1.4285714286vw;
}
.checkbox label span {
  padding-left: 1.4285714286vw;
  position: relative;
}
.checkbox label span::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--c-b-gry);
  top: 4px;
  left: 0;
}
.checkbox label span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 6px;
  border: 2px solid var(--c-blk);
  border-top: none;
  border-right: none;
  top: 7px;
  left: 3px;
  transform: rotate(-45deg);
  opacity: 0;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

select {
  margin-right: 0.7142857143vw;
  padding: 0.3571428571vw 0.7142857143vw;
  background: var(--c-b-gry);
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
}

.mw_wp_form_input .select {
  position: relative;
}
.mw_wp_form_input .select::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 0.5714285714vw solid var(--c-blk);
  border-right: 0.3571428571vw solid transparent;
  border-bottom: 0;
  border-left: 0.3571428571vw solid transparent;
  top: 1.1428571429vw;
  right: 6.0714285714vw;
}

.li-disc li {
  margin-left: 2em;
  list-style: disc;
}
.li-disc li.notice {
  list-style: none;
  position: relative;
}
.li-disc li.notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.5em;
}
.li-num li {
  margin-left: 1.8em;
  list-style: decimal;
}
.li-num li.notice {
  list-style: none;
  position: relative;
}
.li-num li.notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.3em;
}
.li-dot li {
  margin-left: 5px;
  padding-left: 25px;
  position: relative;
}
.li-dot li:not([class=notice])::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 5px;
}
.li-dot li.notice {
  list-style: none;
  position: relative;
}
.li-dot li.notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.li-paren li {
  margin-left: 2em;
  list-style: none;
  position: relative;
  counter-increment: cnt;
}
.li-paren li:not([class=notice])::before {
  content: "（" counter(cnt) "）";
  margin-left: -3em;
  width: 3em;
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0.3em;
}
.li-paren li.notice {
  list-style: none;
  position: relative;
}
.li-paren li.notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.5em;
}
.li-notice li {
  padding-left: 1.5em;
  position: relative;
}
.li-notice li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 5px;
}
.li-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2857142857vw 0.8571428571vw;
}
.li-tag li a {
  padding: 0.5714285714vw 1.7142857143vw;
  font-size: 0.8571428571vw;
  font-family: var(--ff-jp-min);
  text-align: center;
  border: 1px solid var(--c-blk);
  display: inline-block;
  transition: all 0.3s 0s;
}
.li-tag li .cr {
  color: var(--c-wht);
  background: var(--c-blk);
}
.li-news li {
  padding: 2.8571428571vw 0;
  border-bottom: 1px solid var(--c-gry);
}
.li-news li a {
  padding-right: 5.8571428571vw;
  font-family: var(--ff-jp-min);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.4285714286vw;
}
.li-news li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2857142857vw;
  height: 1.2857142857vw;
  background: url(../img/ico/arrow-blk.svg) no-repeat center right;
  background-size: 100% 100%;
  top: calc(50% - 0.6428571429vw);
  right: 0.7142857143vw;
  transition: all 0.3s 0s;
}
.li-news li .date {
  width: 6.4285714286vw;
}
.li-news li .cat {
  padding-left: 1.4285714286vw;
  position: relative;
}
.li-news li .cat::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4285714286vw;
  height: 0.4285714286vw;
  background: var(--c-blk);
  border-radius: 50%;
  top: calc(50% - 0.2142857143vw);
  left: 0;
}
.li-news li .txt {
  width: 100%;
}

.fw-n {
  font-weight: normal;
}
.fw-b {
  font-weight: bold;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}

.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}
.inner {
  margin: 0 auto;
  width: 80vw;
}

.movie {
  overflow: hidden;
}
.movie video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.en {
  font-family: var(--ff-en-min);
}

.jp {
  font-family: var(--ff-jp-min);
}

.ttl {
  font-weight: 500;
}
.ttl .en, .ttl .jp {
  display: block;
}
.ttl .en {
  font-size: 7.4285714286vw;
  font-family: var(--ff-en-min);
  letter-spacing: 0.05em;
}
.ttl .jp {
  font-size: 1.7142857143vw;
  font-weight: 500;
  font-family: var(--ff-jp-min);
  letter-spacing: 0.5em;
}

.ico-ig {
  width: 2.1428571429vw;
  height: 2.1428571429vw;
}
.ico-tel {
  padding-left: 1.7857142857vw;
  position: relative;
}
.ico-tel::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.4285714286vw;
  height: 1.4285714286vw;
  background: url(../img/ico/tel.svg) no-repeat 0 0;
  background-size: contain;
  top: 0.3571428571vw;
  left: 0;
}

.btn-arrow {
  padding: 0 0 0 2vw;
  font-size: 1.1428571429vw;
  font-weight: 500;
  font-family: var(--ff-en-min);
  position: relative;
}
.btn-arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background: url(../img/ico/arrow-blk.svg) no-repeat 0 0;
  background-size: contain;
  top: calc(50% - 0.5714285714vw);
  left: 0;
  transition: all 0.3s 0s;
}
.btn-arrow.wht::before {
  background-image: url(../img/ico/arrow-wht.svg);
}
.btn-arrow.r {
  padding: 0 2vw 0 0;
}
.btn-arrow.r::before {
  left: initial;
  right: 0;
}
.btn-arrow-border {
  margin: 0 auto;
  padding: 1.4285714286vw 2vw;
  width: 25.1428571429vw;
  text-align: center;
  font-size: 1.1428571429vw;
  font-weight: 500;
  font-family: var(--ff-en-min);
  border: 1px solid var(--c-blk);
  display: block;
  position: relative;
}
.btn-arrow-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background: url(../img/ico/arrow-blk.svg) no-repeat 0 0;
  background-size: contain;
  top: calc(50% - 0.5714285714vw);
  right: 2vw;
  transition: all 0.3s 0s;
}
.btn-map {
  margin-left: 1.5714285714vw;
  border-bottom: 1px dotted var(--c-blk);
  position: relative;
}
.btn-map::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.1428571429vw;
  height: 1.4285714286vw;
  background: url(../img/ico/pin.svg) no-repeat 0 0;
  background-size: contain;
  top: 0.2857142857vw;
  left: -1.2857142857vw;
}

.bg-beg {
  background-color: var(--c-beg);
}
.bg-stickyimg::before {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.store-sign {
  line-height: 1.2;
  font-family: var(--ff-en-min);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
}
.store-sign .logo {
  padding: 1.1428571429vw;
  width: 8.5714285714vw;
  height: 8.5714285714vw;
  border-width: 1px;
  border-style: solid;
}
.store-sign .logo img {
  object-fit: contain;
}
.store-sign .logo .wht {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.store-sign .logo .blk {
  filter: brightness(0);
}
.store-sign .cat {
  font-size: 1.1428571429vw;
}
.store-sign .name {
  font-size: 4vw;
}
.store-sign .location {
  font-size: 1.4285714286vw;
}
.store-sign .location::before {
  content: "@";
}

.wp-pagenavi {
  color: var(--c-blk);
  text-align: right;
  font-size: 1.2857142857vw;
  font-weight: 500;
  font-family: var(--ff-jp-min);
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 0.3571428571vw;
  position: relative;
  border: none !important;
}
.wp-pagenavi .current::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--c-blk);
  left: 0;
  bottom: 0;
}
.wp-pagenavi .prevpostslink, .wp-pagenavi .nextpostslink {
  font-family: var(--ff-en-min);
  position: relative;
}
.wp-pagenavi .prevpostslink::before, .wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background: url(../img/ico/arrow-blk.svg) no-repeat 0 0;
  background-size: contain;
  top: calc(50% - 0.5714285714vw);
  transition: all 0.3s 0s;
}
.wp-pagenavi .prevpostslink {
  padding-left: 2vw;
}
.wp-pagenavi .prevpostslink::before {
  left: 0.3571428571vw;
  transform: rotate(180deg);
}
.wp-pagenavi .nextpostslink {
  padding-right: 2vw;
}
.wp-pagenavi .nextpostslink::before {
  right: 0.3571428571vw;
}

header {
  padding: 4vw 5.7142857143vw 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  mix-blend-mode: difference;
}
header h1 {
  margin-right: auto;
  width: 5.3571428571vw;
  height: 2vw;
}
header .btn-sound {
  padding-left: 1.7142857143vw;
  width: 5.7142857143vw;
  line-height: 1;
  position: fixed;
  top: 4.2857142857vw;
  right: 13.5714285714vw;
}
header .btn-sound::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.4285714286vw;
  height: 1.4285714286vw;
  background: url(../img/ico/bgm-on.svg) no-repeat 0 0;
  background-size: contain;
  top: calc(50% - 0.6785714286vw);
  left: 0;
}
header .btn-sound a {
  color: var(--c-beg);
  font-size: 1.1428571429vw;
  font-family: var(--ff-en-min);
  cursor: pointer;
}
header .btn-sound a:not(:last-child) {
  margin-right: 0.3571428571vw;
}
header .btn-menu {
  padding-left: 1.0714285714vw;
  line-height: 1;
  mix-blend-mode: difference;
  position: fixed;
  top: 4.2857142857vw;
  right: 6.4285714286vw;
  cursor: pointer;
}
header .btn-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5714285714vw;
  height: 0.5714285714vw;
  background: var(--c-beg);
  border-radius: 50%;
  top: calc(50% - 0.2857142857vw);
  left: 0;
}
header .btn-menu span {
  color: var(--c-beg);
  font-size: 1.1428571429vw;
  font-family: var(--ff-en-min);
  cursor: pointer;
}

.gnav {
  padding: 4vw 0 0 5.7142857143vw;
  width: 100%;
  height: 100%;
  background: var(--c-blk);
  overflow-y: scroll;
  transition: all 0.3s 0s;
  position: fixed;
  top: 0;
  left: 0;
}
.gnav .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.6s 0s;
}
.gnav .bg.def {
  background: var(--c-blk);
}
.gnav .bg.concept {
  background-image: url(../img/bg/nav-concept.png);
}
.gnav .bg.store {
  background-image: url(../img/bg/nav-store.png);
}
.gnav .bg.news {
  background-image: url(../img/bg/nav-news.png);
}
.gnav .bg.company {
  background-image: url(../img/bg/nav-company.png);
}
.gnav .bg.recruit {
  background-image: url(../img/bg/nav-recruit.png);
}
.gnav .bg.hide {
  opacity: 0;
}
.gnav h1 {
  margin-right: auto;
  width: 5.3571428571vw;
  height: 2vw;
}
.gnav .btn-menu {
  padding-left: 1.0714285714vw;
  font-size: 1.1428571429vw;
  color: var(--c-beg);
  font-size: 1.1428571429vw;
  mix-blend-mode: difference;
  font-family: var(--ff-en-min);
  position: fixed;
  top: 4.2857142857vw;
  right: 6.4285714286vw;
  cursor: pointer;
}
.gnav .btn-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5714285714vw;
  height: 0.5714285714vw;
  background: var(--c-beg);
  border-radius: 50%;
  top: calc(50% - 0.2857142857vw);
  left: 0;
}
.gnav nav {
  position: relative;
}
.gnav .menu {
  padding: 8.5714285714vw 2.1428571429vw 0.7142857143vw;
  width: 28.5714285714vw;
}
.gnav .menu li {
  margin-bottom: 2.8571428571vw;
}
.gnav .menu a {
  color: var(--c-beg);
  line-height: 0.8;
}
.gnav .menu .en {
  font-size: 4.5714285714vw;
  display: block;
}
.gnav .menu .en span {
  display: block;
}
.gnav .menu .en span:not(:first-child) {
  margin-left: 2.1428571429vw;
}
.gnav .menu .jp {
  margin-bottom: 0.7142857143vw;
  font-size: 1.1428571429vw;
  display: block;
}
.gnav .recruit {
  position: absolute;
  right: 0;
  bottom: 2.1428571429vw;
}
.gnav .recruit li:not(:last-child) {
  margin-bottom: 1.4285714286vw;
}
.gnav .recruit li a {
  padding: 2.1428571429vw 5.7142857143vw 2.1428571429vw 2.8571428571vw;
  min-width: 25.1428571429vw;
  line-height: 1;
  color: var(--c-wht);
  border: 1px solid var(--c-wht);
  border-right: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s 0s;
}
.gnav .recruit li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background: url(../img/ico/arrow-wht.svg) no-repeat 0 0;
  background-size: contain;
  top: calc(50% - 0.5714285714vw);
  right: 1.4285714286vw;
  transition: all 0.3s 0s;
}
.gnav .recruit li .jp {
  margin-right: 1.4285714286vw;
  font-size: 1.4285714286vw;
}
.gnav .recruit li .en {
  font-size: 1.1428571429vw;
}

footer {
  background: var(--c-beg);
  position: relative;
}
footer .inner {
  margin: 0 auto;
  padding: 11.3571428571vw 0 11.1428571429vw;
  width: 76.5714285714vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
footer h1 {
  width: 5.4285714286vw;
  height: 2vw;
  position: absolute;
  top: 12.1428571429vw;
  left: 0;
}
footer h2 {
  margin-bottom: 2.8571428571vw;
  color: var(--c-gry);
}
footer .jp {
  display: block;
}
footer .en {
  font-size: 1.1428571429vw;
  display: block;
}
footer .sitemap li {
  margin-bottom: 1.4285714286vw;
}
footer .sitemap .recruit {
  display: flex;
  flex-wrap: wrap;
}
footer .sitemap .recruit h3 {
  width: 7.7142857143vw;
}
footer .sitemap .recruit ul {
  width: calc(100% - 7.7142857143vw);
}
footer .sitemap .recruit ul a {
  color: #8d5100;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer .sitemap .recruit ul a .jp {
  width: 5.7142857143vw;
}
footer .sitemap .recruit ul a .en {
  width: calc(100 - 5vw);
}
footer .storelist a {
  font-family: var(--ff-jp-min);
}
footer .storelist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4285714286vw;
}
footer .storelist ul li {
  width: calc(50% - 0.7142857143vw);
}
footer .companyinfo dl {
  margin-bottom: 5.7142857143vw;
  display: flex;
  flex-wrap: wrap;
}
footer .companyinfo dt, footer .companyinfo dd {
  margin-bottom: 1.4285714286vw;
}
footer .companyinfo dt {
  width: 5.7142857143vw;
  font-family: var(--ff-en-min);
}
footer .companyinfo dd {
  width: calc(100% - 6.4285714286vw);
  font-size: 1vw;
}
footer .companyinfo .copy {
  font-size: 0.8571428571vw;
  font-family: var(--ff-en-min);
}

.sec-mv {
  width: 100vw;
  height: 100vh;
  background: url(../img/_DUMMY.png) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.sec-index {
  background-image: url(../img/bg/japan.svg);
  background-repeat: no-repeat;
  background-position: -26.1428571429vw 22.7142857143vw;
  background-size: 107.1428571429vw 117.1428571429vw;
  position: relative;
}
.sec-fv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.sec-fv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-70deg, #000 10%, transparent 50%, #000 80%);
  top: 0;
  left: 0;
  opacity: 0.3;
}
.sec-fv h1 {
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-size: 3.6428571429vw;
  font-family: var(--ff-jp-min);
  writing-mode: vertical-rl;
  color: var(--c-wht);
  position: absolute;
  top: 11.7142857143vw;
  right: 5.7142857143vw;
}
.sec-fv h1 span {
  display: block;
}
.sec-fv h1 span:nth-child(2) {
  margin-top: 4.2857142857vw;
}
.sec-fv .news {
  color: var(--c-wht);
  font-family: var(--ff-jp-min);
  position: absolute;
  left: 5.7142857143vw;
  bottom: 4.2857142857vw;
}
.sec-fv .news .ttl {
  margin-bottom: 0.4285714286vw;
  padding-bottom: 0;
  width: 21.4285714286vw;
  border-bottom: 1px solid var(--c-beg);
}
.sec-fv .news .ttl .en {
  font-size: 1.7142857143vw;
}
.sec-fv .news li {
  display: flex;
  flex-wrap: wrap;
}
.sec-fv .news li .date {
  width: 7.1428571429vw;
}
.sec-fv .news li .cat {
  width: calc(100% - 7.1428571429vw);
}
.sec-fv .news li .txt {
  width: 100%;
}
.sec-nav {
  width: 21.4285714286vw;
  position: absolute;
  top: 11.7142857143vw;
  left: 5.7142857143vw;
}
.sec-nav li {
  margin-bottom: 1.4285714286vw;
}
.sec-nav a {
  color: var(--c-beg);
  line-height: 1.2;
}
.sec-nav .en {
  font-size: 2vw;
  display: block;
}
.sec-nav .jp {
  font-size: 0.8571428571vw;
  display: block;
}
.sec-intro {
  padding: 12.4285714286vw 23.7142857143vw 46.2857142857vw 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.sec-intro .ttl {
  margin-left: 5.5714285714vw;
  padding: 1.4285714286vw 2.8571428571vw 0 0;
  width: 14.2857142857vw;
  position: relative;
}
.sec-intro .ttl .en {
  font-size: 0.8571428571vw;
  position: absolute;
  top: 10vw;
  right: 0;
  transform-origin: right top;
  transform: rotate(90deg);
}
.sec-intro .ttl .jp {
  line-height: 1.6;
  font-size: 3.5714285714vw;
  writing-mode: vertical-rl;
  white-space: pre;
}
.sec-intro .ttl .jp span {
  display: block;
}
.sec-intro .ttl .jp span:nth-child(2) {
  margin-top: 4.2857142857vw;
}
.sec-intro p {
  padding-top: 8.5714285714vw;
  min-height: 51.4285714286vw;
  writing-mode: vertical-rl;
  line-height: 4.2857142857vw;
  font-size: 1.2857142857vw;
}
.sec-intro::before, .sec-intro::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  box-shadow: var(--shadow);
}
.sec-intro::before {
  width: 20vw;
  height: 20vw;
  background-image: url(../img/img/intro01.png);
  top: 48.1428571429vw;
  left: 2.8571428571vw;
}
.sec-intro::after {
  width: 62.8571428571vw;
  height: 25.7142857143vw;
  background-image: url(../img/img/intro02.png);
  top: 69.0714285714vw;
  right: 0;
}
.sec-concept {
  padding: 0 12.1428571429vw 36.7857142857vw 55vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.sec-concept .ttl {
  padding: 0 7.1428571429vw 0 0;
  height: 35.7142857143vw;
  position: relative;
}
.sec-concept .ttl .en {
  line-height: 0.6;
  position: absolute;
  top: -3.5714285714vw;
  right: -2.8571428571vw;
  transform-origin: left center;
  transform: rotate(90deg);
}
.sec-concept .ttl .en span {
  display: block;
}
.sec-concept .ttl .en span:nth-child(2) {
  margin-left: 5.7142857143vw;
}
.sec-concept .ttl .jp {
  margin-top: 1.4285714286vw;
  writing-mode: vertical-rl;
}
.sec-concept p {
  margin-bottom: 5.7142857143vw;
  width: 100%;
  line-height: 2;
  font-size: 1.2857142857vw;
}
.sec-concept::before, .sec-concept::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  box-shadow: var(--shadow);
}
.sec-concept::before {
  width: 22.8571428571vw;
  height: 37.1428571429vw;
  background-image: url(../img/img/concept01.png);
  top: 18.9285714286vw;
  left: 0;
}
.sec-concept::after {
  width: 21.4285714286vw;
  height: 37.1428571429vw;
  background-image: url(../img/img/concept02.png);
  top: 26.6428571429vw;
  left: 24vw;
}
.sec-store {
  position: relative;
}
.sec-store .ttl {
  margin-bottom: 2.1428571429vw;
  position: relative;
}
.sec-store .ttl .jp {
  position: absolute;
  top: 0.8571428571vw;
  left: 33.5714285714vw;
}
.sec-store .ttl .en {
  margin-left: 11.4285714286vw;
}
.sec-store .ttl .en span {
  display: block;
  line-height: 0.7;
}
.sec-store .ttl .en span:nth-child(2) {
  margin-left: 9.6428571429vw;
}
.sec-store .store .block {
  position: relative;
}
.sec-store .store .block .txt {
  padding-bottom: 1.4285714286vw;
  width: 31vw;
  color: var(--c-wht);
  position: absolute;
  left: 8.5714285714vw;
  bottom: 4.2857142857vw;
  z-index: 1;
}
.sec-store .store .block .txt .logo {
  border-color: var(--c-wht);
}
.sec-store .store .block .img {
  position: relative;
}
.sec-store .store .block .img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--c-blk), transparent, var(--c-blk));
  opacity: 0.7;
  top: 0;
  left: 0;
}
.sec-store .btn {
  position: absolute;
  top: 7.1428571429vw;
  right: 9.4285714286vw;
}
.sec-recruit {
  padding: 11.4285714286vw 0 10vw 8.5714285714vw;
  width: 42.8571428571vw;
  position: relative;
}
.sec-recruit .ttl .en {
  line-height: 1;
}
.sec-recruit p {
  margin-bottom: 2.8571428571vw;
  line-height: 2;
}
.sec-recruit ul {
  border-top: 1px solid var(--c-gry);
}
.sec-recruit ul li {
  border-bottom: 1px solid var(--c-gry);
}
.sec-recruit ul a {
  padding: 2.1428571429vw 5.8571428571vw 2.1428571429vw 1.4285714286vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.4285714286vw;
  position: relative;
}
.sec-recruit ul a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background: url(../img/ico/arrow-blk.svg) no-repeat center right;
  background-size: 100% 100%;
  top: calc(50% - 0.5714285714vw);
  right: 0.7142857143vw;
  transition: all 0.3s 0s;
}
.sec-recruit ul .jp {
  font-size: 1.7142857143vw;
}
.sec-recruit ul .ne {
  font-size: 1.2857142857vw;
}
.sec-recruit::before {
  content: "";
  display: block;
  position: absolute;
  width: 38.5714285714vw;
  height: 51.4285714286vw;
  background-image: url(../img/img/recruit01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  top: 0;
  left: 52.8571428571vw;
  box-shadow: var(--shadow);
}
.sec-company {
  padding: 52vw 5.7142857143vw 8.5714285714vw 62.1428571429vw;
  color: var(--c-wht);
  position: relative;
}
.sec-company::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, transparent, #000);
  opacity: 0.3;
}
.sec-company .inner {
  width: 27.1428571429vw;
  position: relative;
  z-index: 1;
}
.sec-company h2 {
  margin-bottom: 1.4285714286vw;
  padding-bottom: 0.7142857143vw;
  line-height: 1.2;
  border-bottom: 1px solid var(--c-wht);
}
.sec-company h2 .jp {
  font-size: 1.1428571429vw;
}
.sec-company h2 .en {
  font-size: 4vw;
}
.sec-company dl {
  margin-bottom: 2.8571428571vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.4285714286vw;
}
.sec-company dl dt {
  width: 7.1428571429vw;
  font-family: var(--ff-en-min);
}
.sec-company dl dd {
  width: calc(100% - 8.5714285714vw);
}
.sec-company .btn {
  text-align: right;
}

.page-index .sec-news {
  padding: 12.0714285714vw 0 21.7142857143vw 51.7857142857vw;
  position: relative;
}
.page-index .sec-news .ttl {
  position: relative;
  left: -13.5714285714vw;
}
.page-index .sec-news .ttl .jp {
  margin-left: 4.2857142857vw;
  writing-mode: vertical-rl;
}
.page-index .sec-news .ttl .en {
  line-height: 1;
  display: inline-block;
  transform-origin: left center;
  transform: rotate(90deg);
  position: absolute;
  top: -3.5714285714vw;
  left: 0;
}
.page-index .sec-news ul {
  margin: -4.2857142857vw 0 5.7142857143vw;
  width: 34.1428571429vw;
}
.page-index .sec-news li {
  position: relative;
}
.page-index .sec-news li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--c-blk);
  left: 0;
  bottom: -1px;
  transition: all 0.3s 0s;
  transform-origin: left center;
  transform: scaleX(0);
}
.page-index .sec-news::before {
  content: "";
  display: block;
  position: absolute;
  width: 37.1428571429vw;
  height: 24.7857142857vw;
  background-image: url(../img/img/news01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  top: 42.8571428571vw;
  left: 0;
  box-shadow: var(--shadow);
}
.page-index .sec-news .btn {
  width: 34.1428571429vw;
  text-align: right;
}
.page-concept .inner {
  padding: 10vw 0;
}
.page-concept .intro, .page-concept .rice, .page-concept .fish, .page-concept .sake {
  background: var(--c-beg);
  position: relative;
  z-index: 1;
}
.page-concept p {
  font-family: var(--ff-jp-min);
  line-height: 2;
}
.page-concept .intro .inner {
  padding-left: 40vw;
  position: relative;
}
.page-concept .intro h2 {
  padding-left: 12.8571428571vw;
  position: absolute;
  top: 10vw;
  left: 4.2857142857vw;
}
.page-concept .intro h2 .jp {
  padding-bottom: 20vw;
  font-size: 2.2857142857vw;
  letter-spacing: 0.6em;
  writing-mode: vertical-rl;
  position: relative;
}
.page-concept .intro h2 .jp::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 14.2857142857vw;
  background: var(--c-blk);
  left: 50%;
  bottom: 0;
}
.page-concept .intro h2 .en {
  font-size: 8.5714285714vw;
  line-height: 0.6;
  display: block;
  transform-origin: left bottom;
  transform: rotate(90deg);
  position: absolute;
  top: -10vw;
  left: 0;
}
.page-concept .intro h2 .en span {
  display: block;
}
.page-concept .intro h2 .en span:not(:first-child) {
  margin-left: 7.1428571429vw;
}
.page-concept .intro h3 {
  margin-bottom: 1.4285714286vw;
  font-family: var(--ff-jp-min);
  font-size: 3.2142857143vw;
  font-weight: 500;
}
.page-concept .intro h3 span {
  display: block;
}
.page-concept .intro p {
  line-height: 3.5;
}
.page-concept .rice {
  padding: 0 0 34.2857142857vw 51.4285714286vw;
  position: relative;
}
.page-concept .rice .inner {
  width: 28.5714285714vw;
}
.page-concept .rice h3 {
  margin-bottom: 2.8571428571vw;
}
.page-concept .rice h3 .jp {
  margin-bottom: 1.4285714286vw;
}
.page-concept .rice h3 .en {
  line-height: 0.6;
}
.page-concept .rice h3 .en span {
  display: block;
}
.page-concept .rice::before {
  content: "";
  display: block;
  position: absolute;
  width: 40vw;
  height: 35.7142857143vw;
  background: url(../img/img/rice01.png) no-repeat 0 0;
  background-size: cover;
  box-shadow: var(--shadow);
  top: 15.7142857143vw;
  left: calc((100vw - 85.7142857143vw) / 2);
}
.page-concept .rice::after {
  content: "";
  display: block;
  position: absolute;
  width: 17.1428571429vw;
  height: 17.1428571429vw;
  background: url(../img/img/rice02.png) no-repeat 0 0;
  background-size: cover;
  box-shadow: var(--shadow);
  top: 45.4285714286vw;
  left: 53.2857142857vw;
}
.page-concept .fish {
  text-align: center;
  position: relative;
}
.page-concept .fish .inner {
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-concept .fish .txt {
  padding: 0 5vw 0 8.5714285714vw;
  width: calc(100% - 55vw);
  text-align: left;
}
.page-concept .fish h3 {
  margin-bottom: 2.1428571429vw;
  padding-top: 1.4285714286vw;
}
.page-concept .fish h3 .en {
  line-height: 1;
}
.page-concept .fish .img {
  width: 52.8571428571vw;
  height: 100vh;
}
.page-concept .fish .item {
  position: relative;
}
.page-concept .fish .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--c-blk) 0%, transparent 30%);
  opacity: 0.8;
}
.page-concept .fish .item .ttl {
  width: 30%;
  height: 100%;
  color: var(--c-wht);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page-concept .fish .item .ttl .jp {
  font-family: var(--ff-jp-min);
  font-size: 3.5vw;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
.page-concept .fish .item .ttl .en {
  font-family: var(--ff-en-min);
  font-size: 2vw;
  writing-mode: vertical-rl;
}
.page-concept .sake {
  padding: 0 58.5714285714vw 40.9285714286vw 0;
  position: relative;
}
.page-concept .sake .inner {
  width: 24.2857142857vw;
}
.page-concept .sake h3 {
  margin-bottom: 2.8571428571vw;
}
.page-concept .sake h3 .jp {
  margin-bottom: 1.4285714286vw;
}
.page-concept .sake h3 .en {
  line-height: 0.6;
}
.page-concept .sake h3 span {
  display: block;
}
.page-concept .sake::before {
  content: "";
  display: block;
  position: absolute;
  width: 57.1428571429vw;
  height: 28.5714285714vw;
  background: url(../img/img/sake01.png) no-repeat 0 0;
  background-size: cover;
  box-shadow: var(--shadow);
  top: 17.1428571429vw;
  right: 0;
}
.page-concept .sake::after {
  content: "";
  display: block;
  position: absolute;
  width: 17.1428571429vw;
  height: 22.8571428571vw;
  background: url(../img/img/sake02.png) no-repeat 0 0;
  background-size: cover;
  box-shadow: var(--shadow);
  top: 44.2857142857vw;
  left: 14.2857142857vw;
}
.page-storelist .inner {
  padding: 10vw 0;
  width: 82.8571428571vw;
}
.page-storelist .ttl {
  padding-bottom: 4.2857142857vw;
  position: relative;
}
.page-storelist .ttl .jp {
  position: absolute;
  top: 0.7142857143vw;
  left: 21.4285714286vw;
}
.page-storelist .ttl .en span {
  display: block;
  line-height: 0.8;
}
.page-storelist .ttl .en span:nth-child(2) {
  margin-left: 10vw;
}
.page-storelist .volume {
  margin-bottom: 0.7142857143vw;
  font-family: var(--ff-jp-min);
  text-align: right;
  font-size: 0.8571428571vw;
}
.page-storelist .block {
  padding: 5.7142857143vw 2.8571428571vw;
  border-bottom: 1px solid var(--c-l-gry);
  gap: 4.2857142857vw;
}
.page-storelist .block:nth-of-type(1) {
  border-top: 1px solid #000;
}
.page-storelist .block:last-child {
  border-bottom: 1px solid #000;
}
.page-storelist .block .img {
  width: 38.5714285714vw;
  height: 27.8571428571vw;
}
.page-storelist .block .img img {
  object-fit: cover;
}
.page-storelist .block .txt {
  width: 34.2857142857vw;
}
.page-storelist .block .txt .store-sign {
  margin-bottom: 1.4285714286vw;
}
.page-storelist .block .txt .logo {
  border-color: var(--c-blk);
}
.page-storelist .block .txt .description {
  margin-bottom: 1.1428571429vw;
  font-size: 1vw;
  line-height: 2;
}
.page-storelist .block .txt .tag {
  margin-bottom: 2.8571428571vw;
  width: 100%;
  font-size: 1vw;
  gap: 0.3571428571vw 1.4285714286vw;
}
.page-storelist .block .txt .tag a {
  color: var(--c-t-gry);
}
.page-storedetail .hero {
  width: 100%;
  height: 90vh;
  position: relative;
}
.page-storedetail .hero::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(25deg, var(--c-blk), transparent 60%);
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
}
.page-storedetail .hero .store-sign {
  color: var(--c-wht);
  position: absolute;
  left: 5.7142857143vw;
  bottom: 5.7142857143vw;
  z-index: 10;
}
.page-storedetail .hero .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page-storedetail .intro {
  padding: 11.4285714286vw 0 14.2857142857vw;
}
.page-storedetail .intro .inner {
  width: 71.4285714286vw;
  min-height: 37.8571428571vw;
  font-family: var(--ff-jp-min);
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.page-storedetail .intro h2 {
  font-size: 3.1428571429vw;
}
.page-storedetail .intro .img {
  width: 28.5714285714vw;
  height: 37.8571428571vw;
  box-shadow: var(--shadow);
  position: absolute;
  top: 0;
  right: 0;
}
.page-storedetail .intro .img img {
  object-fit: cover;
}
.page-storedetail .intro .txt {
  width: 35.7142857143vw;
  line-height: 2.5;
  font-size: 1vw;
}
.page-storedetail .scene {
  padding-bottom: 14.2857142857vw;
}
.page-storedetail .scene .block:not(:last-child) {
  margin-bottom: 11.4285714286vw;
}
.page-storedetail .scene h2 {
  line-height: 1;
}
.page-storedetail .scene h2 span {
  display: block;
  line-height: 1;
}
.page-storedetail .scene h2 .jp {
  margin-bottom: 1.4285714286vw;
  font-size: 1.7142857143vw;
}
.page-storedetail .scene h2 .en {
  font-size: 7.4285714286vw;
  line-height: 0.6;
}
.page-storedetail .scene .img {
  width: 45.7142857143vw;
  height: 32.2857142857vw;
  box-shadow: var(--shadow);
  position: absolute;
  top: 0;
}
.page-storedetail .scene .img img {
  object-fit: cover;
}
.page-storedetail .scene .txt {
  line-height: 2.5;
  font-size: 1vw;
  font-family: var(--ff-jp-min);
}
.page-storedetail .gallery {
  position: relative;
}
.page-storedetail .gallery h2 {
  line-height: 1.2;
  color: var(--c-wht);
  position: absolute;
  left: 5.7142857143vw;
  bottom: 2.8571428571vw;
  z-index: 1;
}
.page-storedetail .gallery h2 span {
  display: block;
}
.page-storedetail .gallery h2 .jp {
  font-size: 1.1428571429vw;
}
.page-storedetail .gallery h2 .en {
  font-size: 4.5714285714vw;
}
.page-storedetail .gallery .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-storedetail .gallery .img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--c-blk), transparent, var(--c-blk));
  opacity: 0.7;
  top: 0;
  left: 0;
}
.page-storedetail .detail {
  padding: 5.7142857143vw 0;
}
.page-storedetail .detail h2 {
  margin-bottom: 6.7142857143vw;
  line-height: 1.2;
  text-align: center;
}
.page-storedetail .detail h2 span {
  display: block;
}
.page-storedetail .detail h2 .jp {
  font-size: 1.1428571429vw;
}
.page-storedetail .detail h2 .en {
  font-size: 4.5714285714vw;
}
.page-storedetail .detail .img {
  width: 42.8571428571vw;
}
.page-storedetail .detail .txt {
  width: 32.1428571429vw;
}
.page-storedetail .detail .txt dt, .page-storedetail .detail .txt dd {
  margin-bottom: 1.4285714286vw;
}
.page-storedetail .detail .txt dt {
  width: 8.5714285714vw;
  font-family: var(--ff-jp-min);
}
.page-storedetail .detail .txt dd {
  width: 22.1428571429vw;
}
.page-storedetail .detail .txt .reserve {
  display: flex;
  flex-direction: column;
}
.page-storedetail .detail .txt .reserve a {
  margin-bottom: 10px;
  padding-right: 1.4285714286vw;
  width: 14.2857142857vw;
  border-bottom: 1px dotted var(--c-blk);
  position: relative;
}
.page-storedetail .detail .txt .reserve a::before, .page-storedetail .detail .txt .reserve a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7142857143vw;
  height: 0.7142857143vw;
  background: var(--c-beg);
  border: 1px solid var(--c-blk);
}
.page-storedetail .detail .txt .reserve a::before {
  top: 10px;
  right: 10px;
}
.page-storedetail .detail .txt .reserve a::after {
  top: 8px;
  right: 8px;
  box-shadow: 0 0 0 1px var(--c-beg);
}
.page-storedetail .detail .tel {
  margin: 5.7142857143vw auto 0;
  padding: 1.4285714286vw;
  width: 34.2857142857vw;
  text-align: center;
  font-family: var(--ff-jp-min);
  font-size: 1.4285714286vw;
  border: 1px solid var(--c-blk);
  display: block;
}
.page-newslist .inner {
  padding: 10vw 0;
}
.page-newslist .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-newslist .ttl .en {
  margin-right: 1.4285714286vw;
}
.page-newslist .tag {
  border-bottom: 1px solid var(--c-blk);
}
.page-newslist .li-tag {
  padding-bottom: 1.4285714286vw;
}
.page-newslist .li-news {
  margin-bottom: 4.2857142857vw;
}
.page-newslist .li-news a {
  padding: 0 1.4285714286vw;
}
.page-newsdetail .ttl {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 5.7142857143vw;
  left: 5vw;
  transform-origin: left bottom;
  transform: rotate(90deg);
}
.page-newsdetail .ttl .en {
  margin-right: 1.4285714286vw;
  font-size: 4.5714285714vw;
}
.page-newsdetail .ttl .jp {
  font-size: 1.1428571429vw;
}
.page-newsdetail .inner {
  padding: 10vw 0;
  width: 54.2857142857vw;
}
.page-newsdetail .above {
  margin-bottom: 4.2857142857vw;
  padding-bottom: 4.1428571429vw;
  font-family: var(--ff-jp-min);
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.4285714286vw;
}
.page-newsdetail .above .date {
  width: 6.4285714286vw;
}
.page-newsdetail .above .cat {
  padding-left: 1.4285714286vw;
  position: relative;
}
.page-newsdetail .above .cat::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4285714286vw;
  height: 0.4285714286vw;
  background: var(--c-blk);
  border-radius: 50%;
  top: calc(50% - 0.2142857143vw);
  left: 0;
}
.page-newsdetail .above h2 {
  width: 100%;
  font-size: 2.2857142857vw;
}
.page-newsdetail .below {
  margin-bottom: 5.7142857143vw;
}
.page-newsdetail .below p, .page-newsdetail .below div {
  margin-bottom: 1.4285714286vw;
}
.page-newsdetail .below p {
  line-height: 2;
}
.page-company .inner {
  padding: 10vw 0;
}
.page-company .ttl {
  margin-bottom: 1.4285714286vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.page-company .ttl .en {
  margin-right: 1.4285714286vw;
}
.page-company .companyinfo {
  margin-bottom: 8.5714285714vw;
  padding: 1.4285714286vw 0;
  width: 77.1428571429vw;
  font-family: var(--ff-jp-min);
  font-size: 1vw;
  font-weight: 500;
  border-top: 1px solid var(--c-blk);
  border-bottom: 1px solid var(--c-blk);
}
.page-company .companyinfo .above {
  width: 31.4285714286vw;
}
.page-company .companyinfo .below {
  width: 42.8571428571vw;
}
.page-company .companyinfo tr:not(:last-child) {
  border-bottom: 1px solid var(--c-gry);
}
.page-company .companyinfo th, .page-company .companyinfo td {
  padding: 1.7857142857vw 2vw;
}
.page-company .companyinfo th {
  width: 11.4285714286vw;
  font-weight: 500;
}
.page-company .companyinfo td {
  min-width: 20vw;
  font-family: var(--ff-goth);
}
.page-company .history {
  position: relative;
}
.page-company .history .inner {
  padding: 0 0 10vw;
}
.page-company .history::before {
  content: "";
  display: block;
  position: absolute;
  width: 34.2857142857vw;
  height: 20vw;
  background: url(../img/img/history01.png) no-repeat 0 0;
  background-size: cover;
  box-shadow: var(--shadow);
  top: 32.3571428571vw;
  left: 0;
}
.page-company .history::after {
  content: "";
  display: block;
  position: absolute;
  width: 34.2857142857vw;
  height: 20vw;
  background: url(../img/img/history02.png) no-repeat 0 0;
  background-size: cover;
  box-shadow: var(--shadow);
  right: 0;
  bottom: 14.2857142857vw;
}
.page-company .history h2 {
  padding-left: 11.4285714286vw;
  position: relative;
}
.page-company .history h2 .en {
  font-size: 6vw;
  line-height: 1;
  display: block;
  transform-origin: left bottom;
  transform: rotate(90deg);
  position: absolute;
  top: -12.8571428571vw;
  left: 0;
}
.page-company .history h2 .en span {
  display: block;
}
.page-company .history h2 .en span:not(:first-child) {
  margin-left: 5.7142857143vw;
}
.page-company .history h2 .jp {
  font-size: 1.7142857143vw;
  writing-mode: vertical-rl;
}
.page-company .history .above {
  margin: 0 0 0 auto;
  padding: 14.2857142857vw 0;
  width: 42.8571428571vw;
  position: relative;
}
.page-company .history .below {
  margin: 0 auto 0 0;
  width: 42.8571428571vw;
}
.page-company .history .block {
  margin-left: 8.5714285714vw;
  padding: 2.8571428571vw 0;
  border-top: 1px solid var(--c-gry);
  position: relative;
}
.page-company .history h3 {
  font-size: 2.5714285714vw;
  font-weight: 500;
  font-family: var(--ff-jp-min);
  position: absolute;
  top: -2.5vw;
  left: -8.5714285714vw;
}
.page-company .history dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-company .history dt, .page-company .history dd {
  margin-bottom: 0.7142857143vw;
}
.page-company .history dt {
  width: 5.7142857143vw;
  font-size: 1.1428571429vw;
  font-weight: 500;
  font-family: var(--ff-jp-min);
}
.page-company .history dd {
  width: calc(100% - 5.7142857143vw);
  font-size: 1vw;
}
.page-career {
  --c-nvy: #00215b;
  font-weight: 500;
  background: var(--c-nvy);
  --width: 90vw;
}
.page-career img {
  height: initial;
}
.page-career .ttl {
  color: #bc9500;
  line-height: 1;
  font-size: 3.4285714286vw;
  font-weight: 700;
  background: url(../img/career/wave-wht.png) repeat-x left bottom;
  background-size: 14.2857142857vw auto;
}
.page-career .ttl span {
  padding: 0 2.1428571429vw 1.2857142857vw 1.4285714286vw;
  background: var(--c-nvy);
  display: inline-block;
}
.page-career .mv {
  margin-bottom: 7.1428571429vw;
}
.page-career .intro {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
}
.page-career .intro .box {
  padding: 2.8571428571vw;
  background: var(--c-wht);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-career .intro .box:not(:last-child) {
  margin-bottom: 5.7142857143vw;
}
.page-career .intro .box .head {
  margin-bottom: 2.1428571429vw;
  font-size: 1.8571428571vw;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.page-career .intro .box .txt {
  line-height: 2;
  position: relative;
  z-index: 1;
}
.page-career .intro .box .txt p {
  text-shadow: 0 0 3px var(--c-wht);
}
.page-career .intro .box .img {
  width: 38.5714285714vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-career .intro .box .sign {
  margin-top: 2.1428571429vw;
  font-size: 1.4285714286vw;
  font-weight: 700;
  text-align: right;
}
.page-career .intro .box .sign em {
  margin-left: 10px;
  font-weight: inherit;
  font-size: 1.8571428571vw;
}
.page-career .intro .message {
  margin-bottom: 5.7142857143vw;
}
.page-career .staff {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-career .staff .head {
  margin-bottom: 1.4285714286vw;
  height: 20vw;
  position: relative;
}
.page-career .staff .head h2 {
  position: relative;
  z-index: 1;
}
.page-career .staff .head .img {
  padding: 2.1428571429vw;
  position: absolute;
  top: 0;
  left: 0;
}
.page-career .staff .head .name {
  width: 100%;
  color: var(--c-wht);
  font-size: 0.8571428571vw;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 5.7142857143vw;
}
.page-career .staff .block {
  width: 32%;
  color: var(--c-wht);
}
.page-career .staff .block .unit:not(:last-child) {
  margin-bottom: 2.8571428571vw;
}
.page-career .staff .block .ttl {
  margin-bottom: 0.7142857143vw;
  line-height: 1;
  color: var(--c-nvy);
  font-size: 1.7142857143vw;
  font-weight: 700;
  background: var(--c-wht) url(../img/career/wave-nvy.png) repeat-x left bottom;
  background-size: 7.1428571429vw auto;
}
.page-career .staff .block .ttl span {
  padding: 0.7142857143vw 2.1428571429vw 0.7142857143vw 1.4285714286vw;
  background: var(--c-wht);
  display: inline-block;
}
.page-career .staff .block .txt {
  margin-bottom: 1.4285714286vw;
}
.page-career .staff .block:nth-child(1) .description .img {
  margin-bottom: 1.4285714286vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-career .staff .block:nth-child(1) .description .img .box {
  padding: 0.7142857143vw 0.9285714286vw 2.1428571429vw;
  text-align: center;
  border: 1px solid var(--c-wht);
}
.page-career .staff .block:nth-child(1) .description .img .box:nth-of-type(1) img {
  width: 13.9285714286vw;
}
.page-career .staff .block:nth-child(1) .description .img .box:nth-of-type(2) img {
  width: 8.9285714286vw;
}
.page-career .staff .block:nth-child(1) .description figure {
  background: #bc9500;
}
.page-career .staff .block:nth-child(1) .description figure figcaption {
  padding: 0.3571428571vw;
  font-size: 1.1428571429vw;
  font-weight: 700;
  text-align: center;
  color: var(--c-wht);
}
.page-career .staff .block:nth-child(2) .description {
  padding-bottom: 10vw;
  background: url(../img/career/staff02-img03.png) no-repeat right bottom;
  background-size: 100% auto;
}
.page-career .staff .block:nth-child(2) .description ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-career .staff .block:nth-child(2) .description ul li {
  margin-bottom: 1.4285714286vw;
  width: 32%;
}
.page-career .staff .block:nth-child(2) .description ul li h4 {
  margin-bottom: 0.7142857143vw;
  padding: 0.3571428571vw;
  text-align: center;
  color: #bc9500;
  border: 1px solid #bc9500;
}
.page-career .staff .block:nth-child(2) .description ul li img {
  margin-bottom: 0.3571428571vw;
  height: 4.2857142857vw;
}
.page-career .staff .block:nth-child(2) .description ul li .notice {
  font-size: 0.8571428571vw;
}
.page-career .staff .block:nth-child(3) .description {
  padding-bottom: 44.2857142857vw;
  background: url(../img/career/staff03-img04.png) no-repeat right bottom;
  background-size: 100% auto;
}
.page-career .staff .block:nth-child(3) .description h4 {
  padding-left: 1.7857142857vw;
  font-size: 1.4285714286vw;
  font-weight: 700;
  position: relative;
}
.page-career .staff .block:nth-child(3) .description h4::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 0.5714285714vw solid transparent;
  border-right: none;
  border-bottom: 0.5714285714vw solid transparent;
  border-left: 1vw solid var(--c-wht);
  top: calc(50% - 0.5714285714vw);
  left: 0;
}
.page-career .storelist {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
  position: relative;
}
.page-career .storelist .list {
  padding: 2.8571428571vw;
  background: var(--c-wht);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.4285714286vw;
}
.page-career .storelist .list .card {
  padding: 1.0714285714vw;
  width: calc(33.3333333333% - 1.4285714286vw);
  border: 1px solid #bc9500;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-career .storelist .list .card .logo {
  width: 5.7142857143vw;
}
.page-career .storelist .list .card .detail {
  padding-top: 10.7142857143vw;
  width: calc(100% - 6.0714285714vw);
}
.page-career .storelist .list .card h3 {
  font-size: 1.2857142857vw;
  font-weight: 700;
}
.page-career .storelist .list .card .img {
  width: 70%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page-career .storelist .list .card .address {
  margin-bottom: 0.7142857143vw;
  font-size: 1vw;
}
.page-career .storelist .list .card .ig {
  padding-left: 2.1428571429vw;
  font-size: 1vw;
  font-weight: 900;
  position: relative;
  transition: all 0.3s 0s;
}
.page-career .storelist .list .card .ig::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.4285714286vw;
  height: 1.4285714286vw;
  background: url(../img/career/ico-ig.svg) no-repeat center center;
  background-size: contain;
  top: calc(50% - 0.7142857143vw);
  left: 0;
}
.page-career .history,
.page-career .company {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
}
.page-career .history .list,
.page-career .company .list {
  padding: 2.8571428571vw;
  background: var(--c-wht);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-career .history .list dl,
.page-career .company .list dl {
  width: 49%;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.page-career .history .list dl dt,
.page-career .company .list dl dt {
  width: 25%;
}
.page-career .history .list dl dd,
.page-career .company .list dl dd {
  width: 75%;
}
.page-career .history .list dl dd a,
.page-career .company .list dl dd a {
  text-decoration: underline;
}
.page-career .history .list dl dd .notice,
.page-career .company .list dl dd .notice {
  font-size: 0.8571428571vw;
}
.page-career .entry {
  margin: 0 auto;
  padding: 0 0 5.7142857143vw;
  width: 85.7142857143vw;
}
.page-career .entry .box {
  padding: 2.8571428571vw;
  text-align: center;
  background: var(--c-wht);
}
.page-career .entry p {
  margin-bottom: 1.4285714286vw;
  font-size: 1.7142857143vw;
  font-weight: 700;
}
.page-career .entry .btn {
  margin: 0 auto;
  padding: 0.7142857143vw;
  width: 28.5714285714vw;
  color: var(--c-wht);
  text-align: center;
  font-size: 2.2857142857vw;
  font-weight: 700;
  background: #bc9500;
  border-radius: 7.1428571429vw;
  display: block;
  transition: all 0.3s 0s;
}
.page-newgraduate {
  --c-pnk: #e4007f;
  font-weight: 500;
  background: var(--c-wht);
  --width: 90vw;
}
.page-newgraduate img {
  height: initial;
}
.page-newgraduate .ttl {
  margin-bottom: 1.4285714286vw;
  color: var(--c-pnk);
  line-height: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.page-newgraduate .ttl .en {
  padding-left: 1.4285714286vw;
  width: initial;
  height: 1vw;
  background: var(--c-wht);
  position: relative;
  z-index: 1;
}
.page-newgraduate .ttl .jp {
  padding-left: 0.7142857143vw;
  letter-spacing: 1.4px;
  font-size: 1.4285714286vw;
  font-family: var(--ff-goth);
  font-weight: 700;
  background: var(--c-wht);
  position: relative;
  z-index: 1;
}
.page-newgraduate .ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--c-pnk);
  top: 1.1428571429vw;
  left: 0;
}
.page-newgraduate .mv {
  margin-bottom: 7.1428571429vw;
}
.page-newgraduate .intro {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
  background: url(../img/newgraduate/intro-bg.svg) no-repeat left top;
  background-size: 7.1428571429vw auto;
  overflow: hidden;
}
.page-newgraduate .intro .message {
  padding-top: 4.2857142857vw;
  position: relative;
}
.page-newgraduate .intro .message::before {
  content: "";
  display: block;
  position: absolute;
  width: 28.5714285714vw;
  height: 28.5714285714vw;
  background: url(../img/newgraduate/wave.png) no-repeat center center;
  background-size: 28.5714285714vw auto;
  top: 0vw;
  left: 0vw;
  z-index: 2;
}
.page-newgraduate .intro .message::after {
  content: "";
  display: block;
  position: absolute;
  width: 30.1428571429vw;
  height: 25.1428571429vw;
  background: url(../img/newgraduate/ceo-bg.svg) no-repeat center center;
  background-size: contain;
  top: 9.2857142857vw;
  left: 1.4285714286vw;
}
.page-newgraduate .intro .message .ttl {
  position: relative;
  z-index: 1;
}
.page-newgraduate .intro .message .box {
  padding-left: 35.7142857143vw;
  min-height: 42.8571428571vw;
  position: relative;
  z-index: 5;
}
.page-newgraduate .intro .message .head {
  margin-bottom: 1.4285714286vw;
}
.page-newgraduate .intro .message .head span {
  margin-bottom: 0.7142857143vw;
  padding: 0.3571428571vw 1.4285714286vw;
  color: var(--c-wht);
  font-size: 2vw;
  background: var(--c-blk);
  display: inline-block;
}
.page-newgraduate .intro .message .head span:not(:first-child) {
  margin-left: 4.2857142857vw;
}
.page-newgraduate .intro .message .img {
  width: 34.2857142857vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-newgraduate .intro .message .txt {
  line-height: 2;
}
.page-newgraduate .intro .message .sign {
  text-align: right;
}
.page-newgraduate .intro .message .sign em {
  font-size: 1.7142857143vw;
}
.page-newgraduate .intro .future .box {
  padding-right: 45.7142857143vw;
  padding-bottom: 10vw;
  min-height: 32.1428571429vw;
  position: relative;
}
.page-newgraduate .intro .future .head {
  margin-bottom: 1.4285714286vw;
}
.page-newgraduate .intro .future .head span {
  margin-bottom: 0.7142857143vw;
  padding: 0.3571428571vw 1.4285714286vw;
  color: var(--c-wht);
  font-size: 2vw;
  background: var(--c-blk);
  display: inline-block;
}
.page-newgraduate .intro .future .head span:first-child {
  position: relative;
}
.page-newgraduate .intro .future .img {
  width: 44.2857142857vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-newgraduate .intro .future .txt {
  line-height: 2;
}
.page-newgraduate .intro .future .notice {
  width: 25.7142857143vw;
  height: 8.5714285714vw;
  position: absolute;
  left: 12.8571428571vw;
  bottom: 0vw;
}
.page-newgraduate .intro .number ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-newgraduate .intro .number ul li {
  width: calc(20% - 0.7142857143vw);
  position: relative;
}
.page-newgraduate .intro .number ul li h4 {
  margin-bottom: 0.7142857143vw;
  padding: 0.3571428571vw;
  text-align: center;
  color: var(--c-wht);
  background: var(--c-blk);
}
.page-newgraduate .intro .number ul li .img {
  margin: 1.4285714286vw auto 0;
  width: 14.2857142857vw;
  height: 7.1428571429vw;
  display: block;
}
.page-newgraduate .intro .number ul li:nth-of-type(1) .img {
  margin-top: 0;
  width: 15.7142857143vw;
  height: 10vw;
}
.page-newgraduate .intro .number ul li:nth-of-type(1) .notice {
  width: 8.5714285714vw;
  height: 8.5714285714vw;
  color: var(--c-wht);
  background: var(--c-blk);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10vw;
  left: 4.2857142857vw;
}
.page-newgraduate .intro .number ul li:nth-of-type(1) .notice::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1.4285714286vw solid var(--c-blk);
  border-right: 0.5714285714vw solid transparent;
  border-bottom: none;
  border-left: 0.5714285714vw solid transparent;
  left: calc(50% - 0.5714285714vw);
  bottom: -1.2857142857vw;
}
.page-newgraduate .intro .number ul li:nth-of-type(5) .img {
  width: 15.7142857143vw;
}
.page-newgraduate .staff {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-newgraduate .staff .block {
  width: 32%;
  position: relative;
}
.page-newgraduate .staff .block::after {
  content: "";
  display: block;
  position: absolute;
  width: 21.4285714286vw;
  height: 21.4285714286vw;
  background-image: url(../img/newgraduate/wave.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-newgraduate .staff .block .ttl {
  flex-direction: column;
  gap: 5px;
}
.page-newgraduate .staff .block .ttl::before {
  top: 2.1428571429vw;
}
.page-newgraduate .staff .block .description {
  position: relative;
  z-index: 1;
}
.page-newgraduate .staff .block .description .img {
  position: relative;
}
.page-newgraduate .staff .block .description .img::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
}
.page-newgraduate .staff .block .description .img .catch {
  width: 100%;
  position: absolute;
  top: 20vw;
  left: 0;
}
.page-newgraduate .staff .block .description .img .photo {
  margin: 0 auto;
  width: 80%;
  display: block;
}
.page-newgraduate .staff .block .description .img .name {
  padding: 0 0.7142857143vw;
  font-size: 1vw;
  color: var(--c-wht);
  background: var(--c-pnk);
  position: absolute;
  left: 0;
  bottom: 0.7142857143vw;
}
.page-newgraduate .staff .block .description .txt {
  margin-bottom: 2.8571428571vw;
}
.page-newgraduate .staff .block:nth-child(1)::after {
  top: 18.5714285714vw;
  left: 0vw;
}
.page-newgraduate .staff .block:nth-child(1) .img::before {
  width: 22.8571428571vw;
  height: 37.1428571429vw;
  background-image: url(../img/newgraduate/staff01-item.svg);
  top: 1.4285714286vw;
  left: 2.1428571429vw;
}
.page-newgraduate .staff .block:nth-child(1) .unit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-newgraduate .staff .block:nth-child(1) .unit .card:nth-child(1) {
  width: 59%;
}
.page-newgraduate .staff .block:nth-child(1) .unit .card:nth-child(2) {
  width: 39%;
}
.page-newgraduate .staff .block:nth-child(1) .unit .card .sttl {
  margin-bottom: 0.7142857143vw;
  padding: 0.3571428571vw;
  font-weight: 700;
  text-align: center;
  color: var(--c-pnk);
  border: 2px solid var(--c-pnk);
  border-left: none;
  border-right: none;
}
.page-newgraduate .staff .block:nth-child(2)::after {
  top: 20vw;
  left: 10vw;
}
.page-newgraduate .staff .block:nth-child(2) .img::before {
  width: 22.8571428571vw;
  height: 37.1428571429vw;
  background-image: url(../img/newgraduate/staff02-item.svg);
  top: 2.8571428571vw;
  left: 2.1428571429vw;
}
.page-newgraduate .staff .block:nth-child(2) .notice {
  font-size: 0.8571428571vw;
  text-align: right;
}
.page-newgraduate .staff .block:nth-child(3)::after {
  top: 2.1428571429vw;
  left: 8.5714285714vw;
}
.page-newgraduate .staff .block:nth-child(3) .img::before {
  width: 25.7142857143vw;
  height: 38.5714285714vw;
  background-image: url(../img/newgraduate/staff03-item.svg);
  top: -2.1428571429vw;
  left: 2.8571428571vw;
}
.page-newgraduate .staff .block:nth-child(3) .card {
  margin-bottom: 0.7142857143vw;
  padding-left: 55%;
  min-height: 4.2857142857vw;
  border: 1px solid var(--c-pnk);
  position: relative;
}
.page-newgraduate .staff .block:nth-child(3) .card .sttl {
  margin-top: 1.4285714286vw;
  margin-bottom: 0.7142857143vw;
  padding-left: 0.7142857143vw;
  width: 100%;
  justify-content: flex-start;
  color: var(--c-wht);
  background: var(--c-pnk);
}
.page-newgraduate .staff .block:nth-child(3) .card .img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-newgraduate .staff .block:nth-child(3) .card .img img {
  object-fit: cover;
}
.page-newgraduate .staff .block:nth-child(3) .card .txt {
  line-height: 1.2;
  font-size: 1vw;
}
.page-newgraduate .talk {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
  position: relative;
}
.page-newgraduate .talk::after {
  content: "";
  display: block;
  position: absolute;
  width: 21.4285714286vw;
  height: 21.4285714286vw;
  background-image: url(../img/newgraduate/wave.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -4.2857142857vw;
  right: -4.2857142857vw;
  z-index: 1;
}
.page-newgraduate .talk .ttl {
  position: relative;
  z-index: 0;
}
.page-newgraduate .talk .head {
  margin-bottom: 2.1428571429vw;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
.page-newgraduate .talk .head h3 {
  width: 11.4285714286vw;
  font-size: 2.8571428571vw;
  font-weight: 700;
  writing-mode: vertical-rl;
}
.page-newgraduate .talk .head .img {
  width: calc(100% - 7.1428571429vw);
}
.page-newgraduate .talk .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-newgraduate .talk .txt dl {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-newgraduate .talk .txt dl dt, .page-newgraduate .talk .txt dl dd {
  margin-bottom: 0.7142857143vw;
}
.page-newgraduate .talk .txt dl dt {
  width: 4.2857142857vw;
  font-weight: 700;
}
.page-newgraduate .talk .txt dl dd {
  width: calc(100% - 4.2857142857vw);
}
.page-newgraduate .event {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
  position: relative;
}
.page-newgraduate .event::after {
  content: "";
  display: block;
  position: absolute;
  width: 21.4285714286vw;
  height: 21.4285714286vw;
  background-image: url(../img/newgraduate/wave.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5.7142857143vw;
  left: 1.4285714286vw;
  z-index: 1;
}
.page-newgraduate .event .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.page-newgraduate .event .list .txt {
  width: 20%;
}
.page-newgraduate .event .list .img {
  position: relative;
}
.page-newgraduate .event .list .img figcaption {
  padding: 0.3571428571vw 1.4285714286vw;
  width: 14.2857142857vw;
  line-height: 1;
  color: var(--c-wht);
  background: var(--c-pnk);
  position: absolute;
  right: 0;
  bottom: 1.4285714286vw;
}
.page-newgraduate .event .list .img:nth-child(2) {
  width: 43%;
}
.page-newgraduate .event .list .img:nth-child(3) {
  width: 32%;
}
.page-newgraduate .storelist {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
  position: relative;
}
.page-newgraduate .storelist::after {
  content: "";
  display: block;
  position: absolute;
  width: 42.8571428571vw;
  height: 42.8571428571vw;
  background-image: url(../img/newgraduate/wave.png);
  background-repeat: repeat;
  background-size: 21.4285714286vw 21.4285714286vw;
  top: -5.7142857143vw;
  right: -4.2857142857vw;
  z-index: 1;
}
.page-newgraduate .storelist .list {
  padding: 2.8571428571vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.4285714286vw;
  position: relative;
  z-index: 5;
}
.page-newgraduate .storelist .list .card {
  padding: 1.0714285714vw;
  width: calc(33.3333333333% - 1.4285714286vw);
  background: var(--c-wht);
  border: 1px solid #bc9500;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-newgraduate .storelist .list .card .logo {
  width: 5.7142857143vw;
}
.page-newgraduate .storelist .list .card .detail {
  padding-top: 10.7142857143vw;
  width: calc(100% - 6.0714285714vw);
}
.page-newgraduate .storelist .list .card h3 {
  font-size: 1.2857142857vw;
  font-weight: 700;
}
.page-newgraduate .storelist .list .card .img {
  width: 70%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page-newgraduate .storelist .list .card .address {
  margin-bottom: 0.7142857143vw;
  font-size: 1vw;
}
.page-newgraduate .storelist .list .card .ig {
  padding-left: 2.1428571429vw;
  font-size: 1vw;
  font-weight: 900;
  position: relative;
  transition: all 0.3s 0s;
}
.page-newgraduate .storelist .list .card .ig::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.4285714286vw;
  height: 1.4285714286vw;
  background: url(../img/newgraduate/ico-ig.svg) no-repeat center center;
  background-size: contain;
  top: calc(50% - 0.7142857143vw);
  left: 0;
}
.page-newgraduate .history,
.page-newgraduate .company {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
}
.page-newgraduate .history .list,
.page-newgraduate .company .list {
  padding: 2.8571428571vw;
  background: var(--c-wht);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-newgraduate .history .list dl,
.page-newgraduate .company .list dl {
  width: 49%;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-newgraduate .history .list dl dt,
.page-newgraduate .company .list dl dt {
  width: 25%;
}
.page-newgraduate .history .list dl dd,
.page-newgraduate .company .list dl dd {
  width: 75%;
}
.page-newgraduate .history .list dl dd a,
.page-newgraduate .company .list dl dd a {
  text-decoration: underline;
}
.page-newgraduate .history .list dl dd .notice,
.page-newgraduate .company .list dl dd .notice {
  font-size: 0.8571428571vw;
}
.page-newgraduate .gallery {
  margin: 0 auto 7.1428571429vw;
  width: 85.7142857143vw;
}
.page-newgraduate .entry {
  margin: 0 auto;
  padding: 0 0 5.7142857143vw;
  width: 85.7142857143vw;
  color: var(--c-blk);
  text-align: center;
  position: relative;
}
.page-newgraduate .entry h2 {
  margin-bottom: 1.4285714286vw;
  font-size: 3.4285714286vw;
  font-weight: 500;
  color: var(--c-pnk);
  position: relative;
}
.page-newgraduate .entry h2 span {
  padding: 10px;
  background: var(--c-wht);
  position: relative;
  z-index: 1;
}
.page-newgraduate .entry h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--c-pnk);
  top: calc(50% - 1px);
  left: 0;
}
.page-newgraduate .entry::after {
  content: "";
  display: block;
  position: absolute;
  width: 28.5714285714vw;
  height: 28.5714285714vw;
  background-image: url(../img/newgraduate/wave.png);
  background-repeat: repeat;
  background-size: 21.4285714286vw 21.4285714286vw;
  top: -5.7142857143vw;
  right: -4.2857142857vw;
  z-index: 1;
}
.page-newgraduate .entry .btn {
  margin: 0 auto;
  padding: 0.7142857143vw;
  width: 28.5714285714vw;
  color: var(--c-wht);
  text-align: center;
  font-size: 2.2857142857vw;
  font-weight: 700;
  background: var(--c-pnk);
  border-radius: 7.1428571429vw;
  display: block;
  position: relative;
  z-index: 10;
  transition: all 0.3s 0s;
}
.page-entry .inner {
  padding: 10vw 0;
}
.page-entry .head {
  padding-bottom: 2.1428571429vw;
  border-bottom: 1px solid var(--c-blk);
  position: relative;
}
.page-entry .head .ttl {
  margin-bottom: 1.4285714286vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.page-entry .head .ttl .en {
  margin-right: 1.4285714286vw;
}
.page-entry .head .step {
  width: 15.7142857143vw;
  position: absolute;
  right: 0;
  bottom: 1.4285714286vw;
}
.page-entry .head .step li {
  padding-left: 1.7857142857vw;
  font-family: var(--ff-jp-min);
  font-weight: 700;
  color: var(--c-gry);
  position: relative;
  counter-increment: number;
}
.page-entry .head .step li::before {
  content: "Step" counter(number);
  margin-right: 1.4285714286vw;
}
.page-entry .head .step li::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 0.3571428571vw solid transparent;
  border-right: none;
  border-bottom: 0.3571428571vw solid transparent;
  border-left: 0.5714285714vw solid var(--c-blk);
  top: calc(50% - 0.3571428571vw);
  left: 0;
  opacity: 0;
}
.page-entry .body {
  padding: 4.2857142857vw 0 0 25.7142857143vw;
  position: relative;
}
.page-entry .body .txt {
  width: 20vw;
  font-family: var(--ff-jp-min);
  line-height: 2;
  position: absolute;
  top: 4.2857142857vw;
  left: 0;
}
.page-entry .body dl {
  margin-bottom: 4.2857142857vw;
}
.page-entry .body dt {
  margin-bottom: 0.3571428571vw;
  font-family: var(--ff-jp-min);
}
.page-entry .body dd {
  margin-bottom: 2.1428571429vw;
  word-break: break-all;
}
.page-entry .body dd.line {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7142857143vw;
}
.page-entry .body dd .select {
  padding-right: 2.8571428571vw;
  position: relative;
}
.page-entry .body dd .select .unit {
  display: inline;
}
.page-entry .mw_wp_form_input .step li:nth-child(1) {
  color: var(--c-blk);
}
.page-entry .mw_wp_form_input .step li:nth-child(1)::after {
  opacity: 1;
}
.page-entry .mw_wp_form_input .back {
  display: none;
}
.page-entry .mw_wp_form_confirm .step li:nth-child(2) {
  color: var(--c-blk);
}
.page-entry .mw_wp_form_confirm .step li:nth-child(2)::after {
  opacity: 1;
}
.page-entry .mw_wp_form_confirm .body dd {
  padding-bottom: 0.8571428571vw;
  border-bottom: 1px solid #dbdad6;
}
.page-entry .mw_wp_form_confirm .body .notice, .page-entry .mw_wp_form_confirm .body .frame, .page-entry .mw_wp_form_confirm .body .agree {
  display: none;
}
.page-entry .mw_wp_form_send {
  font-family: var(--ff-jp-min);
}
.page-entry .mw_wp_form_send .step li:nth-child(3) {
  color: var(--c-blk);
}
.page-entry .mw_wp_form_send .step li:nth-child(3)::after {
  opacity: 1;
}
.page-entry .mw_wp_form_send .body {
  padding-left: 0;
  text-align: center;
}
.page-entry .mw_wp_form_send .body h2 {
  margin-bottom: 2.1428571429vw;
  font-size: 2.2857142857vw;
  font-weight: 600;
}
.page-entry .mw_wp_form_send .body p {
  margin-bottom: 2.1428571429vw;
}
.page-entry .mw_wp_form_send .body .btn {
  margin-top: 4.2857142857vw;
  width: 23.9285714286vw;
}
.page-entry .required::after {
  content: "必須";
  margin-left: 0.3571428571vw;
  padding: 0 0.3571428571vw;
  font-size: 0.8571428571vw;
  color: var(--c-wht);
  background: var(--c-blk);
}
.page-entry .error {
  font-size: 1vw;
}
.page-entry .notice {
  width: 100%;
  font-size: 1vw;
}
.page-entry .middle {
  width: 7.1428571429vw;
}
.page-entry .short {
  width: 7.1428571429vw;
}
.page-entry .frame {
  margin-bottom: 2.8571428571vw;
  padding: 0.7142857143vw 2.1428571429vw;
  font-family: var(--ff-jp-min);
  height: 14.2857142857vw;
  border: 1px solid var(--c-gry);
  overflow-y: scroll;
}
.page-entry .policy dt {
  font-weight: 700;
}
.page-entry .policy dd {
  margin-bottom: 1.4285714286vw;
}
.page-entry .agree {
  margin-bottom: 5.7142857143vw;
  font-family: var(--ff-jp-min);
}
.page-entry .group-btn {
  display: flex;
  justify-content: center;
  gap: 1.4285714286vw;
}
.page-entry .group-btn .btn {
  width: 100%;
  text-align: center;
  font-size: 1.2857142857vw;
  font-family: var(--ff-jp-min);
  font-weight: 700;
  color: var(--c-wht);
  background: var(--c-blk);
  position: relative;
}
.page-entry .group-btn .btn input, .page-entry .group-btn .btn a {
  padding: 1.4285714286vw;
  display: block;
}
.page-entry .group-btn .btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background: url(../img/ico/arrow-wht.svg) no-repeat 0 0;
  background-size: contain;
  top: calc(50% - 0.5714285714vw);
  right: 1.4285714286vw;
  transition: all 0.3s 0s;
}
.page-entry .group-btn .back {
  color: var(--c-blk);
  background-color: var(--c-beg);
  border: 1px solid var(--c-blk);
  right: initial;
}
.page-entry .group-btn .back::after {
  background-image: url(../img/ico/arrow-blk.svg);
  left: 1.4285714286vw;
  transform: rotate(180deg);
}
.page-404 {
  text-align: center;
}
.page-404 .inner {
  padding: 200px 0;
}
.page-404 h1 {
  margin-bottom: 60px;
  font-size: 40px;
  font-family: var(--ff-en-min);
}
.page-404 p {
  margin-bottom: 80px;
}

.back-list {
  height: 34.2857142857vw;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}
.back-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 30%, var(--c-blk));
}
.back-list .inner {
  margin: 0 0 0 auto;
  width: 34.2857142857vw;
  color: var(--c-wht);
  mix-blend-mode: difference;
}
.back-list h1 {
  margin-bottom: 0.7142857143vw;
  padding-right: 9.1428571429vw;
  padding-bottom: 10px;
  font-size: 4vw;
  font-family: var(--ff-en-min);
  line-height: 1.2;
  border-bottom: 1px solid var(--c-wht);
}
.back-list h1 span {
  display: block;
}
.back-list h1 span:not(:first-child) {
  margin-left: 2.1428571429vw;
}
.back-list a {
  padding: 0.7142857143vw;
  font-size: 1.1428571429vw;
  font-family: var(--ff-jp-min);
}

.entrance {
  z-index: 9999;
}

.is-show footer {
  z-index: 600;
}

header {
  z-index: 800;
}

.gnav, main {
  z-index: 700;
}

footer {
  z-index: 900;
}

.btn-sound {
  z-index: 99;
}

.btn-menu {
  z-index: 99;
}

.sec-index {
  z-index: 80;
}
.sec-nav {
  z-index: 50;
}

.gnav nav, .gnav ul {
  z-index: 9;
}
.gnav:before {
  z-index: 5;
}
.gnav .bg {
  z-index: 1;
}

html {
  margin-top: 0 !important;
}

#is_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: var(--c-wht);
  background-color: var(--c-blk);
  font-family: var(--ff-en-min);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 1s 0s;
  opacity: 0;
  z-index: 100000;
}
#is_loading.hide {
  opacity: 0;
  pointer-events: none;
}
#is_loading p {
  font-size: 2vw;
}
#is_loading #is_percent {
  margin-bottom: 20px;
  font-size: 1vw;
}

.entrance {
  width: 100vw;
  height: 100vh;
  color: var(--c-wht);
  background: var(--c-blk);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}
.entrance .inner {
  height: 28.5714285714vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.8571428571vw;
}
.entrance h1 {
  width: 13.7142857143vw;
  height: 5.1428571429vw;
}
.entrance p {
  width: 100%;
  text-align: center;
  font-size: 1.2857142857vw;
  font-family: var(--ff-jp-min);
}
.entrance .btn-bgm-switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5.7142857143vw;
}
.entrance .btn-bgm-switch a {
  padding-top: 8.5714285714vw;
  width: 7.4285714286vw;
  font-family: var(--ff-en-min);
  text-align: center;
  display: block;
  position: relative;
}
.entrance .btn-bgm-switch a::before {
  content: "";
  display: block;
  position: absolute;
  width: 7.4285714286vw;
  height: 7.4285714286vw;
  border: 1px solid var(--c-wht);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.entrance .btn-bgm-switch a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.7142857143vw;
  height: 1.7142857143vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: calc(3.7142857143vw - 0.8571428571vw);
  left: calc(50% - 0.8571428571vw);
}
.entrance .btn-bgm-switch a.bgm-on::after {
  background-image: url(../img/ico/bgm-on.svg);
}
.entrance .btn-bgm-switch a.bgm-off::after {
  background-image: url(../img/ico/bgm-off.svg);
}

header.hide {
  opacity: 0;
  pointer-events: none;
}

.btn-sound.is-off::before {
  background-image: url(../img/ico/bgm-off.svg);
}

.gnav {
  opacity: 0;
  visibility: hidden;
}

.is-sticky-gallery {
  height: 571.4285714286vw;
  position: relative;
}
.is-sticky-gallery .wrap {
  position: sticky;
  top: calc(50% - 50vw);
}
.is-sticky-gallery .is-slide {
  position: relative;
  height: 41.4285714286vw;
}
.is-sticky-gallery .is-slide .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s 0s;
  opacity: 0;
}
.is-sticky-gallery .is-slide .item.is-show {
  opacity: 1;
}
.is-sticky-gallery .is-slide .item img {
  object-fit: cover;
}
.is-sticky-gallery .fixed {
  position: sticky;
  top: 0;
}

.is-show {
  overflow: hidden;
}
.is-show header {
  mix-blend-mode: initial;
}
.is-show .gnav {
  height: 100vh;
  opacity: 1;
  visibility: visible;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.5s 0s;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  object-fit: cover;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-num {
  height: 4.2857142857vw;
  color: var(--c-wht);
  font-family: var(--ff-jp-min);
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 5.7142857143vw;
  bottom: 2.8571428571vw;
  z-index: 1;
}
.slick-num .cr-count {
  line-height: 1;
  font-size: 2vw;
}
.slick-num .all-count {
  margin-top: auto;
  padding-left: 0.7142857143vw;
  font-size: 1.7142857143vw;
  line-height: 1;
  position: relative;
}
.slick-num .all-count::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 3.1428571429vw;
  background: var(--c-wht);
  transform: rotate(45deg);
}

.slick-prev,
.slick-next {
  width: 30%;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.slick-prev::before, .slick-prev::after,
.slick-next::before,
.slick-next::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s 0s;
  opacity: 0;
}
.slick-prev::before,
.slick-next::before {
  width: 1.0714285714vw;
  height: 1.0714285714vw;
  border-top: 1px solid var(--c-wht);
  top: calc(50% - 0.5714285714vw);
}
.slick-prev::after,
.slick-next::after {
  width: 8.5714285714vw;
  height: 8.5714285714vw;
  border: 1px solid var(--c-wht);
  border-radius: 50%;
  top: calc(50% - 4.2857142857vw);
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  border-left: 1px solid var(--c-wht);
  left: 6.0714285714vw;
  transform: rotate(-45deg);
}
.slick-prev::after {
  left: 2.1428571429vw;
}

.slick-next {
  right: 0;
}
.slick-next::before {
  border-right: 1px solid var(--c-wht);
  right: 6.0714285714vw;
  transform: rotate(45deg);
}
.slick-next::after {
  right: 2.1428571429vw;
}

.slide-link {
  width: 30%;
  height: 100%;
  font-size: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.9) 0%, transparent 40%);
  display: block;
  position: absolute;
  top: 0;
  left: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: opacity 0.3s 0s;
  opacity: 0;
}
.slide-link .viewmore {
  font-size: 2.8571428571vw;
  font-family: var(--ff-en-min);
  font-weight: 500;
  color: var(--c-wht);
}

.store .slick-dots {
  width: 31vw;
  height: 1px;
  position: absolute;
  left: 8.5714285714vw;
  bottom: 4.2857142857vw;
}
.store .slick-dots li {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background: var(--c-gry);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.store .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.store .slick-dots li.slick-active {
  z-index: 1;
}
.store .slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--c-wht);
  animation: progress 6.8s linear 0s forwards; /* ここでアニメーションのスピードをスライドの秒数に合わせて調整をする */
  z-index: 1;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.page-storelist::before, .page-storedetail::before, .page-newslist::before, .page-newsdetail::before, .page-company::before, .page-404::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg/back.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.page-concept::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg/store.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
  .sp-l-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp-l-cols.rev {
    flex-direction: row-reverse;
  }
  .sp-l-cols.left {
    justify-content: flex-start;
  }
  .sp-l-cols.center {
    justify-content: center;
  }
  .sp-l-cols.right {
    justify-content: flex-end;
  }
  .sp-l-cols.top {
    align-items: flex-start;
  }
  .sp-l-cols.middle {
    align-items: center;
  }
  .sp-l-cols.bottom {
    align-items: flex-end;
  }
  .sp-l-cols .self-top {
    align-self: flex-start;
  }
  .sp-l-cols .self-middle {
    align-self: center;
  }
  .sp-l-cols .self-bottom {
    align-self: flex-end;
  }
  .sp-l-cols-order-1 {
    order: 1;
  }
  .sp-l-cols-order-2 {
    order: 2;
  }
  .sp-l-cols-order-3 {
    order: 3;
  }
  .sp-l-cols-order-4 {
    order: 4;
  }
  .sp-l-cols-order-5 {
    order: 5;
  }
  .sp-l-cols-order-6 {
    order: 6;
  }
  .sp-left {
    justify-content: flex-start;
  }
  .sp-center {
    justify-content: center;
  }
  .sp-right {
    justify-content: flex-end;
  }
  .sp-top {
    align-items: flex-start;
  }
  .sp-middle {
    align-items: center;
  }
  .sp-bottom {
    align-items: flex-end;
  }
  .noSP {
    display: none !important;
  }
  .sp-w-0 {
    width: 0% !important;
  }
  .sp-w-1 {
    width: 1% !important;
  }
  .sp-w-2 {
    width: 2% !important;
  }
  .sp-w-3 {
    width: 3% !important;
  }
  .sp-w-4 {
    width: 4% !important;
  }
  .sp-w-5 {
    width: 5% !important;
  }
  .sp-w-6 {
    width: 6% !important;
  }
  .sp-w-7 {
    width: 7% !important;
  }
  .sp-w-8 {
    width: 8% !important;
  }
  .sp-w-9 {
    width: 9% !important;
  }
  .sp-w-10 {
    width: 10% !important;
  }
  .sp-w-11 {
    width: 11% !important;
  }
  .sp-w-12 {
    width: 12% !important;
  }
  .sp-w-13 {
    width: 13% !important;
  }
  .sp-w-14 {
    width: 14% !important;
  }
  .sp-w-15 {
    width: 15% !important;
  }
  .sp-w-16 {
    width: 16% !important;
  }
  .sp-w-17 {
    width: 17% !important;
  }
  .sp-w-18 {
    width: 18% !important;
  }
  .sp-w-19 {
    width: 19% !important;
  }
  .sp-w-20 {
    width: 20% !important;
  }
  .sp-w-21 {
    width: 21% !important;
  }
  .sp-w-22 {
    width: 22% !important;
  }
  .sp-w-23 {
    width: 23% !important;
  }
  .sp-w-24 {
    width: 24% !important;
  }
  .sp-w-25 {
    width: 25% !important;
  }
  .sp-w-26 {
    width: 26% !important;
  }
  .sp-w-27 {
    width: 27% !important;
  }
  .sp-w-28 {
    width: 28% !important;
  }
  .sp-w-29 {
    width: 29% !important;
  }
  .sp-w-30 {
    width: 30% !important;
  }
  .sp-w-31 {
    width: 31% !important;
  }
  .sp-w-32 {
    width: 32% !important;
  }
  .sp-w-33 {
    width: 33% !important;
  }
  .sp-w-34 {
    width: 34% !important;
  }
  .sp-w-35 {
    width: 35% !important;
  }
  .sp-w-36 {
    width: 36% !important;
  }
  .sp-w-37 {
    width: 37% !important;
  }
  .sp-w-38 {
    width: 38% !important;
  }
  .sp-w-39 {
    width: 39% !important;
  }
  .sp-w-40 {
    width: 40% !important;
  }
  .sp-w-41 {
    width: 41% !important;
  }
  .sp-w-42 {
    width: 42% !important;
  }
  .sp-w-43 {
    width: 43% !important;
  }
  .sp-w-44 {
    width: 44% !important;
  }
  .sp-w-45 {
    width: 45% !important;
  }
  .sp-w-46 {
    width: 46% !important;
  }
  .sp-w-47 {
    width: 47% !important;
  }
  .sp-w-48 {
    width: 48% !important;
  }
  .sp-w-49 {
    width: 49% !important;
  }
  .sp-w-50 {
    width: 50% !important;
  }
  .sp-w-51 {
    width: 51% !important;
  }
  .sp-w-52 {
    width: 52% !important;
  }
  .sp-w-53 {
    width: 53% !important;
  }
  .sp-w-54 {
    width: 54% !important;
  }
  .sp-w-55 {
    width: 55% !important;
  }
  .sp-w-56 {
    width: 56% !important;
  }
  .sp-w-57 {
    width: 57% !important;
  }
  .sp-w-58 {
    width: 58% !important;
  }
  .sp-w-59 {
    width: 59% !important;
  }
  .sp-w-60 {
    width: 60% !important;
  }
  .sp-w-61 {
    width: 61% !important;
  }
  .sp-w-62 {
    width: 62% !important;
  }
  .sp-w-63 {
    width: 63% !important;
  }
  .sp-w-64 {
    width: 64% !important;
  }
  .sp-w-65 {
    width: 65% !important;
  }
  .sp-w-66 {
    width: 66% !important;
  }
  .sp-w-67 {
    width: 67% !important;
  }
  .sp-w-68 {
    width: 68% !important;
  }
  .sp-w-69 {
    width: 69% !important;
  }
  .sp-w-70 {
    width: 70% !important;
  }
  .sp-w-71 {
    width: 71% !important;
  }
  .sp-w-72 {
    width: 72% !important;
  }
  .sp-w-73 {
    width: 73% !important;
  }
  .sp-w-74 {
    width: 74% !important;
  }
  .sp-w-75 {
    width: 75% !important;
  }
  .sp-w-76 {
    width: 76% !important;
  }
  .sp-w-77 {
    width: 77% !important;
  }
  .sp-w-78 {
    width: 78% !important;
  }
  .sp-w-79 {
    width: 79% !important;
  }
  .sp-w-80 {
    width: 80% !important;
  }
  .sp-w-81 {
    width: 81% !important;
  }
  .sp-w-82 {
    width: 82% !important;
  }
  .sp-w-83 {
    width: 83% !important;
  }
  .sp-w-84 {
    width: 84% !important;
  }
  .sp-w-85 {
    width: 85% !important;
  }
  .sp-w-86 {
    width: 86% !important;
  }
  .sp-w-87 {
    width: 87% !important;
  }
  .sp-w-88 {
    width: 88% !important;
  }
  .sp-w-89 {
    width: 89% !important;
  }
  .sp-w-90 {
    width: 90% !important;
  }
  .sp-w-91 {
    width: 91% !important;
  }
  .sp-w-92 {
    width: 92% !important;
  }
  .sp-w-93 {
    width: 93% !important;
  }
  .sp-w-94 {
    width: 94% !important;
  }
  .sp-w-95 {
    width: 95% !important;
  }
  .sp-w-96 {
    width: 96% !important;
  }
  .sp-w-97 {
    width: 97% !important;
  }
  .sp-w-98 {
    width: 98% !important;
  }
  .sp-w-99 {
    width: 99% !important;
  }
  .sp-w-100 {
    width: 100% !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-mb-1 {
    margin-bottom: 1px !important;
  }
  .sp-mb-2 {
    margin-bottom: 2px !important;
  }
  .sp-mb-3 {
    margin-bottom: 3px !important;
  }
  .sp-mb-4 {
    margin-bottom: 4px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-mb-6 {
    margin-bottom: 6px !important;
  }
  .sp-mb-7 {
    margin-bottom: 7px !important;
  }
  .sp-mb-8 {
    margin-bottom: 8px !important;
  }
  .sp-mb-9 {
    margin-bottom: 9px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-mb-11 {
    margin-bottom: 11px !important;
  }
  .sp-mb-12 {
    margin-bottom: 12px !important;
  }
  .sp-mb-13 {
    margin-bottom: 13px !important;
  }
  .sp-mb-14 {
    margin-bottom: 14px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-mb-16 {
    margin-bottom: 16px !important;
  }
  .sp-mb-17 {
    margin-bottom: 17px !important;
  }
  .sp-mb-18 {
    margin-bottom: 18px !important;
  }
  .sp-mb-19 {
    margin-bottom: 19px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-mb-21 {
    margin-bottom: 21px !important;
  }
  .sp-mb-22 {
    margin-bottom: 22px !important;
  }
  .sp-mb-23 {
    margin-bottom: 23px !important;
  }
  .sp-mb-24 {
    margin-bottom: 24px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-mb-26 {
    margin-bottom: 26px !important;
  }
  .sp-mb-27 {
    margin-bottom: 27px !important;
  }
  .sp-mb-28 {
    margin-bottom: 28px !important;
  }
  .sp-mb-29 {
    margin-bottom: 29px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-mb-31 {
    margin-bottom: 31px !important;
  }
  .sp-mb-32 {
    margin-bottom: 32px !important;
  }
  .sp-mb-33 {
    margin-bottom: 33px !important;
  }
  .sp-mb-34 {
    margin-bottom: 34px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-mb-36 {
    margin-bottom: 36px !important;
  }
  .sp-mb-37 {
    margin-bottom: 37px !important;
  }
  .sp-mb-38 {
    margin-bottom: 38px !important;
  }
  .sp-mb-39 {
    margin-bottom: 39px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-mb-41 {
    margin-bottom: 41px !important;
  }
  .sp-mb-42 {
    margin-bottom: 42px !important;
  }
  .sp-mb-43 {
    margin-bottom: 43px !important;
  }
  .sp-mb-44 {
    margin-bottom: 44px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-mb-46 {
    margin-bottom: 46px !important;
  }
  .sp-mb-47 {
    margin-bottom: 47px !important;
  }
  .sp-mb-48 {
    margin-bottom: 48px !important;
  }
  .sp-mb-49 {
    margin-bottom: 49px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-mb-51 {
    margin-bottom: 51px !important;
  }
  .sp-mb-52 {
    margin-bottom: 52px !important;
  }
  .sp-mb-53 {
    margin-bottom: 53px !important;
  }
  .sp-mb-54 {
    margin-bottom: 54px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-mb-56 {
    margin-bottom: 56px !important;
  }
  .sp-mb-57 {
    margin-bottom: 57px !important;
  }
  .sp-mb-58 {
    margin-bottom: 58px !important;
  }
  .sp-mb-59 {
    margin-bottom: 59px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-mb-61 {
    margin-bottom: 61px !important;
  }
  .sp-mb-62 {
    margin-bottom: 62px !important;
  }
  .sp-mb-63 {
    margin-bottom: 63px !important;
  }
  .sp-mb-64 {
    margin-bottom: 64px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-mb-66 {
    margin-bottom: 66px !important;
  }
  .sp-mb-67 {
    margin-bottom: 67px !important;
  }
  .sp-mb-68 {
    margin-bottom: 68px !important;
  }
  .sp-mb-69 {
    margin-bottom: 69px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-mb-71 {
    margin-bottom: 71px !important;
  }
  .sp-mb-72 {
    margin-bottom: 72px !important;
  }
  .sp-mb-73 {
    margin-bottom: 73px !important;
  }
  .sp-mb-74 {
    margin-bottom: 74px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-mb-76 {
    margin-bottom: 76px !important;
  }
  .sp-mb-77 {
    margin-bottom: 77px !important;
  }
  .sp-mb-78 {
    margin-bottom: 78px !important;
  }
  .sp-mb-79 {
    margin-bottom: 79px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-mb-81 {
    margin-bottom: 81px !important;
  }
  .sp-mb-82 {
    margin-bottom: 82px !important;
  }
  .sp-mb-83 {
    margin-bottom: 83px !important;
  }
  .sp-mb-84 {
    margin-bottom: 84px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-mb-86 {
    margin-bottom: 86px !important;
  }
  .sp-mb-87 {
    margin-bottom: 87px !important;
  }
  .sp-mb-88 {
    margin-bottom: 88px !important;
  }
  .sp-mb-89 {
    margin-bottom: 89px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-mb-91 {
    margin-bottom: 91px !important;
  }
  .sp-mb-92 {
    margin-bottom: 92px !important;
  }
  .sp-mb-93 {
    margin-bottom: 93px !important;
  }
  .sp-mb-94 {
    margin-bottom: 94px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-mb-96 {
    margin-bottom: 96px !important;
  }
  .sp-mb-97 {
    margin-bottom: 97px !important;
  }
  .sp-mb-98 {
    margin-bottom: 98px !important;
  }
  .sp-mb-99 {
    margin-bottom: 99px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  input[type=text], textarea {
    padding: 2.6666666667vw;
  }
  textarea {
    height: 53.3333333333vw;
  }
  .radio {
    margin-right: 5.3333333333vw;
  }
  .radio > span {
    margin-right: 5.3333333333vw;
  }
  .radio label span {
    padding-left: 5.3333333333vw;
  }
  .checkbox {
    margin-right: 5.3333333333vw;
  }
  .checkbox label span {
    padding-left: 5.3333333333vw;
  }
  select {
    margin-right: 2.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .mw_wp_form_input .select::after {
    border-top-width: 2.1333333333vw;
    border-right-width: 1.3333333333vw;
    border-left-width: 1.3333333333vw;
    top: 3.7333333333vw;
    right: 16vw;
  }
  .li-tag {
    gap: 2.6666666667vw;
  }
  .li-tag li a {
    padding: 0.5333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .li-news li {
    padding: 5.3333333333vw 0;
  }
  .li-news li a {
    padding-right: 16vw;
    gap: 5.3333333333vw;
  }
  .li-news li a::after {
    width: 4.8vw;
    height: 4.8vw;
    top: calc(50% - 2.4vw);
    right: 2.6666666667vw;
  }
  .li-news li .date {
    margin-right: 8vw;
    width: 16vw;
  }
  .li-news li .cat {
    padding-left: 4vw;
  }
  .li-news li .cat::before {
    width: 1.6vw;
    height: 1.6vw;
    top: calc(50% - 0.8vw);
  }
  .sp-ta-l {
    text-align: left;
  }
  .sp-ta-c {
    text-align: center;
  }
  .sp-ta-r {
    text-align: right;
  }
  .sp-nowrap {
    white-space: nowrap;
  }
  .inner {
    padding: 16vw 10.6666666667vw;
    width: auto;
  }
  .ttl .en {
    font-size: 16vw;
  }
  .ttl .jp {
    font-size: 4.2666666667vw;
  }
  .ico-ig {
    width: 8vw;
    height: 8vw;
  }
  .ico-tel {
    padding-left: 6.6666666667vw;
  }
  .ico-tel::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 1.3333333333vw;
  }
  .btn-arrow {
    padding-left: 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
  .btn-arrow::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: calc(50% - 2.1333333333vw);
  }
  .btn-arrow.r {
    padding: 0 8vw 0 0;
  }
  .btn-arrow-border {
    padding: 5.3333333333vw 7.4666666667vw;
    width: auto;
    font-size: 4.2666666667vw;
    font-weight: 500;
  }
  .btn-arrow-border::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: calc(50% - 2.1333333333vw);
    right: 7.4666666667vw;
  }
  .btn-map {
    margin-left: 5.8666666667vw;
  }
  .btn-map::before {
    width: 4.2666666667vw;
    height: 5.3333333333vw;
    top: 1.0666666667vw;
    left: -4.8vw;
  }
  .store-sign {
    gap: 5.3333333333vw;
  }
  .store-sign .logo {
    padding: 2.1333333333vw;
    width: 22.6666666667vw;
    height: 22.6666666667vw;
  }
  .store-sign .cat {
    font-size: 3.2vw;
  }
  .store-sign .name {
    font-size: 10.6666666667vw;
  }
  .store-sign .location {
    font-size: 3.7333333333vw;
  }
  .wp-pagenavi {
    font-size: 4.8vw;
    font-weight: 500;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 2.6666666667vw;
  }
  .wp-pagenavi .prevpostslink::before, .wp-pagenavi .nextpostslink::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: calc(50% - 2.1333333333vw);
  }
  .wp-pagenavi .prevpostslink {
    padding-left: 7.4666666667vw;
  }
  .wp-pagenavi .prevpostslink::before {
    left: 1.3333333333vw;
  }
  .wp-pagenavi .nextpostslink {
    padding-right: 7.4666666667vw;
  }
  .wp-pagenavi .nextpostslink::before {
    right: 1.3333333333vw;
  }
  header {
    padding: 7.4666666667vw 5.3333333333vw 0;
  }
  header h1 {
    width: 20.8vw;
    height: 7.4666666667vw;
  }
  header .btn-sound {
    padding-left: 5.3333333333vw;
    width: 13.3333333333vw;
    top: 9.6vw;
    right: 26.6666666667vw;
  }
  header .btn-sound::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: calc(50% - 2.1333333333vw);
  }
  header .btn-sound a {
    font-size: 3.7333333333vw;
  }
  header .btn-menu {
    padding-left: 4.2666666667vw;
    font-size: 4.2666666667vw;
    top: 9.0666666667vw;
    right: 5.3333333333vw;
  }
  header .btn-menu::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 0.8vw);
  }
  header .btn-menu span {
    font-size: 3.7333333333vw;
  }
  .gnav {
    padding: 7.4666666667vw 5.3333333333vw;
    overflow: scroll;
  }
  .gnav h1 {
    width: 20.8vw;
    height: 7.4666666667vw;
  }
  .gnav .btn-menu {
    padding-left: 4.2666666667vw;
    font-size: 4.2666666667vw;
    top: 9.0666666667vw;
    right: 5.3333333333vw;
  }
  .gnav .btn-menu::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 1.0666666667vw);
  }
  .gnav .menu {
    margin: 24vw 0;
    width: 100%;
    padding: 0;
  }
  .gnav .menu li {
    margin-bottom: 10.6666666667vw;
  }
  .gnav .menu a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  .gnav .menu .en {
    margin-right: 4vw;
    font-size: 9.3333333333vw;
  }
  .gnav .menu .en span:not(:first-child) {
    margin-left: 5.3333333333vw;
  }
  .gnav .menu .jp {
    font-size: 3.2vw;
  }
  .gnav .menu .store .jp {
    position: absolute;
    top: 4vw;
    left: 29.3333333333vw;
  }
  .gnav .recruit {
    position: static;
  }
  .gnav .recruit li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .gnav .recruit li a {
    padding: 5.3333333333vw 8vw;
    min-width: initial;
    width: 100%;
    border-right: 1px solid var(--c-wht);
    font-size: 4.2666666667vw;
  }
  .gnav .recruit li a::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: calc(50% - 2.1333333333vw);
    right: 5.3333333333vw;
  }
  .gnav .recruit li .en {
    font-size: 4.2666666667vw;
  }
  .gnav .recruit li .jp {
    font-size: 3.7333333333vw;
  }
  footer .inner {
    padding: 8vw;
    width: auto;
    flex-direction: column;
  }
  footer h1 {
    margin: 10.6666666667vw auto;
    width: 21.3333333333vw;
    height: 8vw;
    position: static;
    order: 3;
  }
  footer h2 {
    margin-bottom: 8vw;
  }
  footer .en {
    font-size: 4.2666666667vw;
  }
  footer .sitemap {
    margin-bottom: 10.6666666667vw;
    width: 100%;
    order: 1;
  }
  footer .sitemap h2 {
    padding-bottom: 2.6666666667vw;
    border-bottom: 1px solid var(--c-gry);
  }
  footer .sitemap li {
    margin-bottom: 5.3333333333vw;
  }
  footer .sitemap li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  footer .sitemap li a .jp {
    width: 21.3333333333vw;
  }
  footer .sitemap li a .en {
    width: calc(100% - 26.6666666667vw);
  }
  footer .sitemap .recruit {
    flex-direction: column;
  }
  footer .sitemap .recruit h3 {
    margin-bottom: 2.6666666667vw;
    width: 21.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  footer .sitemap .recruit h3 .jp {
    width: 21.3333333333vw;
  }
  footer .sitemap .recruit h3 .en {
    width: calc(100% - 26.6666666667vw);
  }
  footer .sitemap .recruit ul {
    width: calc(100% - 21.3333333333vw);
  }
  footer .sitemap .recruit ul li {
    padding-left: 6.6666666667vw;
    position: relative;
  }
  footer .sitemap .recruit ul li:not(:last-child) {
    margin-bottom: 4vw;
  }
  footer .sitemap .recruit ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 2.6666666667vw;
    height: 1px;
    background: var(--c-blk);
    top: 50%;
    left: 1.3333333333vw;
  }
  footer .sitemap .recruit ul a .jp {
    width: 21.3333333333vw;
  }
  footer .sitemap .recruit ul a .en {
    width: calc(100% - 21.3333333333vw);
  }
  footer .storelist {
    order: 2;
  }
  footer .storelist {
    padding: 5.3333333333vw;
    width: 100%;
    border-top: 1px solid var(--c-blk);
    border-bottom: 1px solid var(--c-blk);
  }
  footer .storelist h2 {
    margin-bottom: 0;
    text-align: center;
    color: var(--c-blk);
    position: relative;
  }
  footer .storelist h2::before, footer .storelist h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.1333333333vw;
    height: 1px;
    background: var(--c-blk);
    top: calc(50% - 1.3333333333vw);
    transition: all 0.3s 0s;
  }
  footer .storelist h2::before {
    right: 2.1333333333vw;
    transform-origin: right top;
    transform: rotate(45deg);
  }
  footer .storelist h2::after {
    right: 0;
    transform-origin: left top;
    transform: rotate(-45deg);
  }
  footer .storelist ul {
    margin-top: 8vw;
  }
  footer .storelist ul li {
    margin-bottom: 5.3333333333vw;
  }
  footer .companyinfo {
    order: 4;
  }
  footer .companyinfo {
    width: 100%;
    text-align: center;
  }
  footer .companyinfo dl {
    margin-bottom: 8vw;
    display: block;
  }
  footer .companyinfo dt {
    width: auto;
    font-size: 4.2666666667vw;
  }
  footer .companyinfo dd {
    margin-bottom: 5.3333333333vw;
    width: auto;
    font-size: 3.7333333333vw;
  }
  footer .companyinfo .copy {
    font-size: 3.7333333333vw;
  }
  .sec-index {
    background-position: -48vw 170.6666666667vw;
    background-size: 196.2666666667vw 214.1333333333vw;
  }
  .sec-fv::before {
    background: linear-gradient(-90deg, #000 30%, transparent 80%);
  }
  .sec-fv h1 {
    font-size: 8vw;
    top: 33.3333333333vw;
    right: 10.6666666667vw;
  }
  .sec-fv h1 span:nth-child(2) {
    margin-top: 10.6666666667vw;
  }
  .sec-fv .news {
    top: initial;
    left: 10.1333333333vw;
    bottom: 10.6666666667vw;
  }
  .sec-fv .news .ttl {
    margin-bottom: 1.6vw;
    width: calc(100% - 10.6666666667vw);
  }
  .sec-fv .news .ttl .en {
    font-size: 6.4vw;
  }
  .sec-fv .news li .date {
    width: 26.6666666667vw;
  }
  .sec-fv .news li .cat {
    width: calc(100% - 26.6666666667vw);
  }
  .sec-fv .news li .txt {
    width: calc(100% - 10.6666666667vw);
  }
  .sec-nav {
    display: none;
  }
  .sec-intro {
    padding: 21.3333333333vw 10.6666666667vw 165.3333333333vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec-intro .ttl {
    margin: 0;
    padding: 0;
    width: initial;
    text-align: center;
  }
  .sec-intro .ttl .en {
    font-size: 3.2vw;
    transform: rotate(0);
    position: static;
  }
  .sec-intro .ttl .jp {
    font-size: 7.4666666667vw;
    position: relative;
    left: 5.3333333333vw;
  }
  .sec-intro .ttl .jp span:nth-child(2) {
    margin-top: 16vw;
  }
  .sec-intro p {
    font-size: 3.7333333333vw;
    writing-mode: horizontal-tb;
    line-height: 2.5;
  }
  .sec-intro::before {
    width: 48vw;
    height: 48vw;
    top: 202.6666666667vw;
    left: 5.3333333333vw;
  }
  .sec-intro::after {
    width: 85.3333333333vw;
    height: 53.3333333333vw;
    top: 266.6666666667vw;
  }
  .sec-concept {
    padding: 0 8vw 36.2666666667vw;
  }
  .sec-concept .ttl {
    padding: 0 5.3333333333vw 144vw 0;
    height: 176vw;
  }
  .sec-concept .ttl .en {
    top: -8vw;
    right: -13.3333333333vw;
  }
  .sec-concept .ttl .en span:nth-child(2) {
    margin-left: 10.6666666667vw;
  }
  .sec-concept p {
    font-size: 3.7333333333vw;
  }
  .sec-concept::before, .sec-concept::after {
    width: 53.3333333333vw;
    height: 85.3333333333vw;
  }
  .sec-concept::before {
    top: 52.2666666667vw;
    left: -16vw;
  }
  .sec-concept::after {
    top: 66.1333333333vw;
    left: 42.6666666667vw;
  }
  .sec-store {
    margin-bottom: 21.3333333333vw;
  }
  .sec-store .ttl {
    margin-bottom: 5.3333333333vw;
  }
  .sec-store .ttl .jp {
    top: 5.3333333333vw;
    left: 50.6666666667vw;
  }
  .sec-store .ttl .en {
    margin-left: 5.3333333333vw;
  }
  .sec-store .ttl .en span {
    line-height: 1;
  }
  .sec-store .ttl .en span:nth-child(2) {
    margin-left: 0;
  }
  .sec-store .store {
    margin-bottom: 10.6666666667vw;
  }
  .sec-store .store .img {
    height: 167.4666666667vw;
  }
  .sec-store .store .img img {
    object-fit: cover;
  }
  .sec-store .store .block .txt {
    padding-bottom: 5.3333333333vw;
    width: 68vw;
    left: 13.3333333333vw;
    bottom: 13.3333333333vw;
  }
  .sec-store .btn {
    position: static;
  }
  .sec-store .btn a {
    margin: 0 auto;
    padding: 4vw;
    width: 78.6666666667vw;
    text-align: center;
    border: 1px solid var(--c-blk);
    display: block;
  }
  .sec-store .btn a::before {
    left: initial;
    right: 5.3333333333vw;
  }
  .sec-recruit {
    padding: 0 0 16vw;
    width: auto;
  }
  .sec-recruit .ttl {
    padding: 0 8vw 141.3333333333vw;
  }
  .sec-recruit p {
    margin-bottom: 5.3333333333vw;
    padding: 0 8vw;
  }
  .sec-recruit ul {
    margin: 0 8vw;
  }
  .sec-recruit ul li a {
    padding: 5.3333333333vw 21.3333333333vw 5.3333333333vw 5.3333333333vw;
    gap: 5.3333333333vw;
  }
  .sec-recruit ul li a::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: calc(50% - 2.1333333333vw);
  }
  .sec-recruit ul .jp {
    font-size: 5.3333333333vw;
  }
  .sec-recruit ul .ne {
    font-size: 4.2666666667vw;
  }
  .sec-recruit::before {
    width: 100vw;
    height: 125.3333333333vw;
    top: 32vw;
    left: 0;
  }
  .sec-company {
    padding: 160vw 5.3333333333vw 8vw 16vw;
  }
  .sec-company::before {
    background: linear-gradient(180deg, transparent 50%, #000);
  }
  .sec-company .inner {
    padding: 0;
    width: 80vw;
  }
  .sec-company h2 {
    margin-bottom: 8vw;
    padding-bottom: 2.6666666667vw;
    width: auto;
  }
  .sec-company h2 .jp {
    font-size: 3.7333333333vw;
  }
  .sec-company h2 .en {
    font-size: 11.7333333333vw;
  }
  .sec-company dl {
    margin-bottom: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
  .sec-company dl dt {
    width: 16vw;
  }
  .sec-company dl dd {
    width: calc(100% - 21.3333333333vw);
  }
  .sec-company .btn {
    width: auto;
  }
  .page-index .sec-news {
    padding: 8vw 8vw 26.6666666667vw;
  }
  .page-index .sec-news .ttl {
    margin-bottom: 42.6666666667vw;
    left: 0;
  }
  .page-index .sec-news .ttl .jp {
    margin-left: 16vw;
  }
  .page-index .sec-news .ttl .en {
    top: -8vw;
    left: 8vw;
  }
  .page-index .sec-news ul {
    margin: 0 0 10.6666666667vw;
    width: auto;
  }
  .page-index .sec-news::before {
    width: 57.3333333333vw;
    height: 42.6666666667vw;
    top: 21.3333333333vw;
    right: 0;
    left: initial;
  }
  .page-index .sec-news .btn {
    width: auto;
  }
  .page-concept .intro .inner {
    padding: 64vw 10.6666666667vw 16vw;
  }
  .page-concept .intro h2 {
    padding-left: 16vw;
    top: 32vw;
    left: 16vw;
  }
  .page-concept .intro h2 .jp {
    padding-bottom: 53.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .page-concept .intro h2 .jp::after {
    height: 33.8666666667vw;
    left: -16vw;
  }
  .page-concept .intro h2 .en {
    font-size: 12.8vw;
    top: -16vw;
  }
  .page-concept .intro h3 {
    margin-bottom: 8vw;
    width: 29.3333333333vw;
    height: 96vw;
    font-size: 8.5333333333vw;
    letter-spacing: 0.35em;
    writing-mode: vertical-rl;
    position: relative;
    left: calc(50% - 14.6666666667vw);
  }
  .page-concept .intro h3 span:not(:first-child) {
    margin-top: 37.3333333333vw;
  }
  .page-concept .rice {
    padding: 0 0 128vw;
  }
  .page-concept .rice .inner {
    padding: 16vw 5.3333333333vw;
    width: auto;
  }
  .page-concept .rice h3 {
    margin-bottom: 10.6666666667vw;
  }
  .page-concept .rice h3 .jp {
    margin-bottom: 5.3333333333vw;
  }
  .page-concept .rice h3 .en span {
    display: inline;
  }
  .page-concept .rice h3 .en span:not(:last-child) {
    margin-right: 5.3333333333vw;
  }
  .page-concept .rice::before {
    width: 62.6666666667vw;
    height: 60.8vw;
    top: 90.6666666667vw;
    left: 5.3333333333vw;
  }
  .page-concept .rice::after {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
    top: 160vw;
    left: 42.6666666667vw;
  }
  .page-concept .fish .inner {
    padding: 0 0 8vw;
  }
  .page-concept .fish .txt {
    margin-bottom: 8vw;
    width: auto;
  }
  .page-concept .fish h3 {
    text-align: center;
  }
  .page-concept .fish h3 .jp {
    writing-mode: vertical-lr;
    position: relative;
    left: calc(50% - 5.3333333333vw);
  }
  .page-concept .fish .img {
    width: 100%;
  }
  .page-concept .fish .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-concept .fish .item::before {
    background: linear-gradient(205deg, var(--c-blk) 0%, transparent 60%);
  }
  .page-concept .fish .item .ttl {
    width: 21.3333333333vw;
    justify-content: flex-start;
    top: 21.3333333333vw;
    right: 0vw;
    left: initial;
  }
  .page-concept .fish .item .ttl .jp {
    font-size: 10.6666666667vw;
  }
  .page-concept .fish .item .ttl .en {
    font-size: 8.5333333333vw;
  }
  .page-concept .sake {
    padding: 0 0 181.3333333333vw;
  }
  .page-concept .sake .inner {
    padding: 16vw 10.6666666667vw;
    width: auto;
  }
  .page-concept .sake::before {
    width: 76vw;
    height: 56vw;
    top: 82.6666666667vw;
  }
  .page-concept .sake::after {
    width: 41.6vw;
    height: 78.6666666667vw;
    top: 146.6666666667vw;
    left: 5.3333333333vw;
  }
  .page-storelist .inner {
    padding: 32vw 5.3333333333vw 16vw;
    width: auto;
  }
  .page-storelist .ttl {
    padding-bottom: 16vw;
  }
  .page-storelist .ttl .jp {
    top: 2.6666666667vw;
    left: 40vw;
  }
  .page-storelist .ttl .en span {
    line-height: 1;
  }
  .page-storelist .ttl .en span:nth-child(2) {
    margin-left: 5.3333333333vw;
  }
  .page-storelist .block {
    padding: 10.6666666667vw 5.3333333333vw;
    position: relative;
  }
  .page-storelist .block .img {
    width: calc(100% - 10.6666666667vw);
    height: 69.3333333333vw;
    position: absolute;
    top: 40vw;
    left: 5.3333333333vw;
  }
  .page-storelist .block .img img {
    object-fit: cover;
  }
  .page-storelist .block .txt {
    width: 100%;
  }
  .page-storelist .block .txt .store-sign {
    margin-bottom: 80vw;
  }
  .page-storelist .block .txt .logo {
    border-color: var(--c-blk);
  }
  .page-storelist .block .txt .description {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .page-storelist .block .txt .tag {
    margin-bottom: 10.6666666667vw;
    font-size: 3.7333333333vw;
    gap: 0 5.3333333333vw;
  }
  .page-storelist .block .btn {
    position: static;
  }
  .page-storelist .block .btn a {
    margin: 0 auto;
    padding: 4vw;
    text-align: center;
    border: 1px solid var(--c-blk);
    display: block;
  }
  .page-storelist .block .btn a::before {
    left: initial;
    right: 5.3333333333vw;
  }
  .page-storelist .volume {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .page-storedetail .hero {
    height: 166.9333333333vw;
  }
  .page-storedetail .hero .store-sign {
    left: 10.6666666667vw;
    bottom: 16vw;
  }
  .page-storedetail .intro {
    padding: 0;
    position: relative;
  }
  .page-storedetail .intro .inner {
    width: auto;
    height: auto;
    display: block;
  }
  .page-storedetail .intro h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 7.4666666667vw;
    text-align: center;
  }
  .page-storedetail .intro .img {
    margin: 0 auto 5.3333333333vw;
    width: 57.3333333333vw;
    height: 75.7333333333vw;
    position: static;
  }
  .page-storedetail .intro .txt {
    width: auto;
    font-size: 3.7333333333vw;
  }
  .page-storedetail .scene .inner {
    padding-top: 0;
  }
  .page-storedetail .scene .block:not(:last-child) {
    margin-bottom: 16vw;
  }
  .page-storedetail .scene h2 {
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .page-storedetail .scene h2 .jp {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .page-storedetail .scene h2 .en {
    font-size: 12.8vw;
  }
  .page-storedetail .scene h2 .en br {
    display: none;
  }
  .page-storedetail .scene .img {
    margin-bottom: 5.3333333333vw;
    width: auto;
    height: 55.4666666667vw;
    position: static;
  }
  .page-storedetail .scene .txt {
    width: auto;
    font-size: 3.7333333333vw;
  }
  .page-storedetail .gallery .img img {
    object-fit: cover;
  }
  .page-storedetail .gallery {
    height: 133.3333333333vw;
  }
  .page-storedetail .gallery h2 {
    width: calc(100% - 10.6666666667vw);
    left: 5.3333333333vw;
    bottom: 5.3333333333vw;
    text-align: center;
  }
  .page-storedetail .gallery h2 .jp {
    font-size: 3.7333333333vw;
  }
  .page-storedetail .gallery h2 .en {
    font-size: 9.6vw;
  }
  .page-storedetail .gallery .img {
    width: 100%;
    height: 100%;
  }
  .page-storedetail .gallery .img img {
    object-fit: cover;
  }
  .page-storedetail .detail .txt .reserve a {
    margin-bottom: 5.3333333333vw;
    padding-right: 8vw;
    width: initial;
    border: none;
    align-self: flex-start;
  }
  .page-storedetail .detail .txt .reserve a::before, .page-storedetail .detail .txt .reserve a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .page-storedetail .detail h2 {
    margin-bottom: 5.3333333333vw;
  }
  .page-storedetail .detail h2 .jp {
    font-size: 3.7333333333vw;
  }
  .page-storedetail .detail h2 .en {
    font-size: 9.6vw;
  }
  .page-storedetail .detail .img {
    margin-bottom: 8vw;
    width: auto;
  }
  .page-storedetail .detail .img img {
    height: initial;
  }
  .page-storedetail .detail .txt {
    width: auto;
  }
  .page-storedetail .detail .txt dt, .page-storedetail .detail .txt dd {
    margin-bottom: 2.6666666667vw;
    width: 100%;
  }
  .page-storedetail .detail .txt dt {
    border-bottom: 1px solid var(--c-gry);
  }
  .page-storedetail .detail .txt dd {
    margin-bottom: 8vw;
  }
  .page-storedetail .detail .tel {
    margin: 5.3333333333vw auto 0;
    padding: 5.3333333333vw;
    width: calc(100% - 0vw);
    font-size: 5.3333333333vw;
    border: 1px solid var(--c-blk);
    display: block;
  }
  .page-newslist .inner {
    padding: 21.3333333333vw 5.3333333333vw;
  }
  .page-newslist .ttl .en {
    margin-right: 5.3333333333vw;
  }
  .page-newslist .tag {
    overflow: scroll;
  }
  .page-newslist .li-tag {
    padding-bottom: 5.3333333333vw;
    flex-wrap: nowrap;
  }
  .page-newslist .li-news {
    margin-bottom: 16vw;
  }
  .page-newslist .li-news a {
    padding: 0;
  }
  .page-newsdetail .ttl {
    padding: 21.3333333333vw 5.3333333333vw 0;
    position: static;
    transform: rotate(0deg);
  }
  .page-newsdetail .ttl .en {
    margin-right: 5.3333333333vw;
    font-size: 17.0666666667vw;
  }
  .page-newsdetail .ttl .jp {
    font-size: 4.2666666667vw;
  }
  .page-newsdetail .inner {
    padding: 16vw 5.3333333333vw;
    width: auto;
  }
  .page-newsdetail .above {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    gap: 5.3333333333vw;
  }
  .page-newsdetail .above .date {
    margin-right: 8vw;
    width: 16vw;
  }
  .page-newsdetail .above .cat {
    padding-left: 5.3333333333vw;
  }
  .page-newsdetail .above .cat::before {
    width: 1.6vw;
    height: 1.6vw;
    top: calc(50% - 0.8vw);
  }
  .page-newsdetail .above h2 {
    font-size: 4.2666666667vw;
  }
  .page-newsdetail .below {
    margin-bottom: 21.3333333333vw;
  }
  .page-newsdetail .below p, .page-newsdetail .below div {
    margin-bottom: 5.3333333333vw;
  }
  .page-company .inner {
    padding: 16vw 5.3333333333vw;
  }
  .page-company .ttl {
    margin-bottom: 5.3333333333vw;
  }
  .page-company .ttl .en {
    margin-right: 2.6666666667vw;
    font-size: 12.8vw;
  }
  .page-company .companyinfo {
    margin-bottom: 5.3333333333vw;
    width: auto;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
  .page-company .companyinfo .above {
    width: 100%;
  }
  .page-company .companyinfo .below {
    width: 100%;
  }
  .page-company .companyinfo tr:not(:last-child) {
    border-bottom: none;
  }
  .page-company .companyinfo th, .page-company .companyinfo td {
    padding: 2.6666666667vw;
    width: 100%;
    display: block;
  }
  .page-company .companyinfo th {
    padding-top: 5.3333333333vw;
    border-bottom: 1px solid #dbdad6;
  }
  .page-company .companyinfo td {
    padding-bottom: 5.3333333333vw;
  }
  .page-company .history .inner {
    padding: 0 0 37.3333333333vw;
  }
  .page-company .history::before {
    width: 59.7333333333vw;
    height: 41.0666666667vw;
    top: 32vw;
    left: auto;
    right: 0;
  }
  .page-company .history::after {
    display: none;
  }
  .page-company .history h2 {
    padding-left: 37.3333333333vw;
  }
  .page-company .history h2 .en {
    font-size: 14.4vw;
    top: -29.3333333333vw;
    left: 5.3333333333vw;
  }
  .page-company .history h2 .en span:not(:first-child) {
    margin-left: 5.3333333333vw;
  }
  .page-company .history h2 .jp {
    font-size: 3.7333333333vw;
  }
  .page-company .history .above {
    padding: 80vw 0 69.3333333333vw;
    width: auto;
  }
  .page-company .history .above::after {
    content: "";
    display: block;
    position: absolute;
    width: 75.2vw;
    height: 53.3333333333vw;
    background: url(../img/img/history02.png) no-repeat 0 0;
    background-size: cover;
    box-shadow: var(--shadow);
    left: 0;
    bottom: 8vw;
  }
  .page-company .history .below {
    width: auto;
  }
  .page-company .history .block {
    margin: 0;
    padding: 5.3333333333vw 5.3333333333vw;
    border-top: 0;
  }
  .page-company .history h3 {
    margin-bottom: 5.3333333333vw;
    font-size: 9.6vw;
    font-weight: 500;
    font-family: var(--ff-jp-min);
    border-bottom: 1px solid var(--c-gry);
    position: static;
  }
  .page-company .history dt, .page-company .history dd {
    margin-bottom: 2.6666666667vw;
  }
  .page-company .history dt {
    width: 16vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
  }
  .page-company .history dd {
    width: calc(100% - 16vw);
    font-size: 3.7333333333vw;
  }
  .page-career .ttl {
    font-size: 7.4666666667vw;
    background-size: 53.3333333333vw auto;
  }
  .page-career .ttl span {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
  .page-career .mv {
    margin-bottom: 10.6666666667vw;
  }
  .page-career .intro {
    margin-bottom: 21.3333333333vw;
    width: var(--width);
  }
  .page-career .intro .box {
    padding: 5.3333333333vw;
    display: block;
  }
  .page-career .intro .box:not(:last-child) {
    margin-bottom: 21.3333333333vw;
  }
  .page-career .intro .box .head {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
  .page-career .intro .box .img {
    margin-bottom: 5.3333333333vw;
    width: initial;
    height: initial;
    position: static;
  }
  .page-career .intro .box .sign {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
  .page-career .intro .box .sign em {
    font-weight: inherit;
    font-size: 5.3333333333vw;
  }
  .page-career .intro .message {
    margin-bottom: 21.3333333333vw;
  }
  .page-career .intro .message .box .img {
    width: 100%;
  }
  .page-career .intro .future .box .img {
    width: 100%;
  }
  .page-career .intro .future .box .notice {
    margin: 2.6666666667vw 0;
    width: 48vw;
  }
  .page-career .staff {
    margin: 0 auto 26.6666666667vw;
    width: var(--width);
    display: block;
  }
  .page-career .staff .head {
    margin-bottom: 8vw;
    height: 66.6666666667vw;
  }
  .page-career .staff .head .img {
    padding: 8vw;
  }
  .page-career .staff .head .name {
    font-size: 3.7333333333vw;
    bottom: -4vw;
  }
  .page-career .staff .block {
    width: auto;
  }
  .page-career .staff .block:not(:last-child) {
    margin-bottom: 26.6666666667vw;
  }
  .page-career .staff .block .unit:not(:last-child) {
    margin-bottom: 8vw;
  }
  .page-career .staff .block .ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 6.4vw;
    background-size: 26.6666666667vw auto;
  }
  .page-career .staff .block .ttl span {
    padding: 2.6666666667vw 8vw 2.6666666667vw 5.3333333333vw;
  }
  .page-career .staff .block .txt {
    margin-bottom: 5.3333333333vw;
  }
  .page-career .staff .block:nth-child(1) .description .img {
    margin-bottom: 5.3333333333vw;
    display: block;
  }
  .page-career .staff .block:nth-child(1) .description .img .box {
    padding: 2.6666666667vw 3.4666666667vw 2.1428571429vw;
  }
  .page-career .staff .block:nth-child(1) .description .img .box p {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .page-career .staff .block:nth-child(1) .description .img .box img {
    width: 100% !important;
  }
  .page-career .staff .block:nth-child(1) .description .img .box:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .page-career .staff .block:nth-child(1) .description figure figcaption {
    padding: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .page-career .staff .block:nth-child(2) .description {
    padding-bottom: 37.3333333333vw;
  }
  .page-career .staff .block:nth-child(2) .description ul li {
    width: 48%;
  }
  .page-career .staff .block:nth-child(2) .description ul li h4 {
    margin-bottom: 2.6666666667vw;
    padding: 1.3333333333vw;
  }
  .page-career .staff .block:nth-child(2) .description ul li img {
    margin-bottom: 1.3333333333vw;
    height: 16vw;
  }
  .page-career .staff .block:nth-child(2) .description ul li .notice {
    font-size: 2.6666666667vw;
  }
  .page-career .staff .block:nth-child(3) .description {
    padding-bottom: 149.3333333333vw;
  }
  .page-career .staff .block:nth-child(3) .description h4 {
    padding-left: 6.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .page-career .staff .block:nth-child(3) .description h4::before {
    border-top-width: 2.1333333333vw;
    border-bottom-width: 2.1333333333vw;
    border-left-width: 3.7333333333vw;
    top: calc(50% - 2.1333333333vw);
  }
  .page-career .storelist {
    margin-bottom: 26.6666666667vw;
    width: var(--width);
  }
  .page-career .storelist .list {
    padding: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
  .page-career .storelist .list .card {
    padding: 2.6666666667vw;
    width: 100%;
  }
  .page-career .storelist .list .card .logo {
    padding-top: 40vw;
    width: 14.6666666667vw;
  }
  .page-career .storelist .list .card .detail {
    padding-top: 40vw;
    width: calc(100% - 16vw);
  }
  .page-career .storelist .list .card h3 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .page-career .storelist .list .card .img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
  }
  .page-career .storelist .list .card .address {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .page-career .storelist .list .card .ig {
    padding-left: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .page-career .storelist .list .card .ig::before {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 1.8666666667vw);
  }
  .page-career .history,
.page-career .company {
    margin-bottom: 21.3333333333vw;
    width: var(--width);
  }
  .page-career .history .list,
.page-career .company .list {
    padding: 5.3333333333vw;
    display: block;
  }
  .page-career .history .list dl:first-child {
    margin-bottom: 5.3333333333vw;
  }
  .page-career .history .list dl,
.page-career .company .list dl {
    width: initial;
    display: block;
  }
  .page-career .history .list dl dt,
.page-career .company .list dl dt {
    width: initial;
    font-weight: 700;
  }
  .page-career .history .list dl dd,
.page-career .company .list dl dd {
    width: initial;
  }
  .page-career .history .list dl dd:not(:last-child),
.page-career .company .list dl dd:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .page-career .history .list dl dd .notice,
.page-career .company .list dl dd .notice {
    font-size: 3.2vw;
  }
  .page-career .company .list .qr {
    margin-top: 5.3333333333vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    position: static;
  }
  .page-career .entry {
    width: var(--width);
  }
  .page-career .entry .box {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .page-career .entry p {
    margin-bottom: 2.6666666667vw;
    font-size: 6.4vw;
  }
  .page-career .entry .btn {
    padding: 2.6666666667vw;
    width: 100%;
    font-size: 8.5333333333vw;
    border-radius: 26.6666666667vw;
  }
  .page-newgraduate .ttl {
    margin-bottom: 5.3333333333vw;
    flex-direction: column;
    line-height: 1.4;
  }
  .page-newgraduate .ttl .en {
    padding-left: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .page-newgraduate .ttl .jp {
    padding-left: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .page-newgraduate .ttl::before {
    top: 6.4vw;
  }
  .page-newgraduate .mv {
    margin-bottom: 10.6666666667vw;
  }
  .page-newgraduate .intro {
    margin-bottom: 21.3333333333vw;
    width: var(--width);
    background-size: 8vw auto;
  }
  .page-newgraduate .intro .message {
    margin-bottom: 16vw;
    padding-top: 16vw;
    background-size: 106.6666666667vw auto;
  }
  .page-newgraduate .intro .message::before {
    width: 106.6666666667vw;
    height: 106.6666666667vw;
    background-size: 106.6666666667vw auto;
    top: 0vw;
    left: 0vw;
  }
  .page-newgraduate .intro .message::after {
    width: 66.6666666667vw;
    height: 55.4666666667vw;
    top: 26.6666666667vw;
    left: 21.3333333333vw;
  }
  .page-newgraduate .intro .message .box {
    padding-left: 0vw;
    min-height: 160vw;
  }
  .page-newgraduate .intro .message .head {
    margin-bottom: 5.3333333333vw;
    position: absolute;
    top: 69.3333333333vw;
    left: 0;
    z-index: 5;
  }
  .page-newgraduate .intro .message .head span {
    margin-bottom: 2.6666666667vw;
    padding: 1.3333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .page-newgraduate .intro .message .img {
    width: 58.6666666667vw;
    position: relative;
    top: 0;
    left: 32vw;
  }
  .page-newgraduate .intro .message .sign em {
    font-size: 6.4vw;
  }
  .page-newgraduate .intro .future {
    margin-bottom: 16vw;
  }
  .page-newgraduate .intro .future .box {
    padding-right: 0vw;
    padding-bottom: 0vw;
    min-height: initial;
  }
  .page-newgraduate .intro .future .head {
    margin-bottom: 0vw;
  }
  .page-newgraduate .intro .future .head span {
    margin-bottom: 2.6666666667vw;
    padding: 1.3333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .page-newgraduate .intro .future .img {
    margin-bottom: 2.6666666667vw;
    width: 100%;
    position: static;
  }
  .page-newgraduate .intro .future .notice {
    margin: 0 auto 8vw;
    width: 80%;
    height: initial;
    display: block;
    position: static;
  }
  .page-newgraduate .intro .number ul li {
    margin-bottom: 5.3333333333vw;
    width: calc(50% - 2.6666666667vw);
  }
  .page-newgraduate .intro .number ul li h4 {
    margin-bottom: 2.6666666667vw;
    padding: 1.3333333333vw;
  }
  .page-newgraduate .intro .number ul li .img {
    margin: 0 auto;
    width: 32vw;
    height: 21.3333333333vw;
  }
  .page-newgraduate .intro .number ul li:nth-of-type(1) .img {
    width: 37.3333333333vw;
    height: 26.6666666667vw;
  }
  .page-newgraduate .intro .number ul li:nth-of-type(1) .notice {
    margin: 0 auto;
    width: 26.6666666667vw;
    height: initial;
    position: relative;
    top: 4vw;
    left: initial;
    border-radius: 5px;
  }
  .page-newgraduate .intro .number ul li:nth-of-type(1) .notice::after {
    border-top-width: 5.3333333333vw;
    border-right-width: 2.1333333333vw;
    border-left-width: 2.1333333333vw;
    transform: rotate(180deg);
    top: -4.8vw;
    left: calc(50% - 2.1333333333vw);
    bottom: initial;
  }
  .page-newgraduate .intro .number ul li:nth-of-type(2) .img {
    margin-top: 5.3333333333vw;
  }
  .page-newgraduate .intro .number ul li:nth-of-type(5) .img {
    width: 37.3333333333vw;
  }
  .page-newgraduate .staff {
    margin: 0 auto 21.3333333333vw;
    width: var(--width);
    display: block;
  }
  .page-newgraduate .staff .block .ttl::before {
    top: 7.2vw;
  }
  .page-newgraduate .staff .block {
    width: 100%;
    overflow: hidden;
  }
  .page-newgraduate .staff .block:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
  .page-newgraduate .staff .block::after {
    width: 80vw;
    height: 80vw;
  }
  .page-newgraduate .staff .block .ttl .en {
    font-size: 3.2vw;
  }
  .page-newgraduate .staff .block .ttl .jp {
    font-size: 4.2666666667vw;
  }
  .page-newgraduate .staff .block .description .img .catch {
    top: 58.6666666667vw;
    left: 0;
  }
  .page-newgraduate .staff .block .description .img .name {
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    bottom: 5.3333333333vw;
  }
  .page-newgraduate .staff .block .description .txt {
    margin-bottom: 10.6666666667vw;
  }
  .page-newgraduate .staff .block:nth-child(1)::after {
    top: 69.3333333333vw;
    left: 0vw;
  }
  .page-newgraduate .staff .block:nth-child(1) .img::before {
    width: 85.3333333333vw;
    height: 138.6666666667vw;
    top: -16vw;
    left: 8vw;
  }
  .page-newgraduate .staff .block:nth-child(1) .unit {
    display: block;
  }
  .page-newgraduate .staff .block:nth-child(1) .unit .card:nth-child(1) {
    margin-bottom: 10.6666666667vw;
    width: 100%;
  }
  .page-newgraduate .staff .block:nth-child(1) .unit .card:nth-child(2) {
    margin-bottom: 10.6666666667vw;
    width: 100%;
  }
  .page-newgraduate .staff .block:nth-child(1) .unit .card:nth-child(2) img {
    margin: 0 auto;
    width: 60%;
    display: block;
  }
  .page-newgraduate .staff .block:nth-child(1) .unit .card .sttl {
    margin-bottom: 5.3333333333vw;
    padding: 1.3333333333vw;
  }
  .page-newgraduate .staff .block:nth-child(2)::after {
    top: 74.6666666667vw;
    left: 37.3333333333vw;
  }
  .page-newgraduate .staff .block:nth-child(2) .img::before {
    width: 85.3333333333vw;
    height: 138.6666666667vw;
    top: -10.6666666667vw;
    left: 0vw;
  }
  .page-newgraduate .staff .block:nth-child(2) .notice {
    font-size: 3.2vw;
  }
  .page-newgraduate .staff .block:nth-child(3)::after {
    top: 8vw;
    left: 32vw;
  }
  .page-newgraduate .staff .block:nth-child(3) .img::before {
    width: 76.8vw;
    height: 115.2vw;
    top: -5.3333333333vw;
    left: 10.6666666667vw;
  }
  .page-newgraduate .staff .block:nth-child(3) .card {
    margin-bottom: 2.6666666667vw;
    min-height: 16vw;
  }
  .page-newgraduate .staff .block:nth-child(3) .card .sttl {
    margin-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
  .page-newgraduate .staff .block:nth-child(3) .card .txt {
    font-size: 3.2vw;
  }
  .page-newgraduate .talk {
    margin: 0 auto 21.3333333333vw;
    width: var(--width);
  }
  .page-newgraduate .talk::after {
    width: 80vw;
    height: 80vw;
    top: -16vw;
    right: -2.6666666667vw;
  }
  .page-newgraduate .talk .head {
    margin-bottom: 34.6666666667vw;
    display: block;
  }
  .page-newgraduate .talk .head h3 {
    margin-left: auto;
    width: 40%;
    font-size: 10.6666666667vw;
    position: relative;
    z-index: 1;
  }
  .page-newgraduate .talk .head .img {
    width: 80%;
    position: absolute;
    left: 0;
    bottom: -26.6666666667vw;
  }
  .page-newgraduate .talk .head .img figcaption {
    font-size: 3.2vw;
  }
  .page-newgraduate .talk .txt {
    display: block;
  }
  .page-newgraduate .talk .txt dl {
    width: 100%;
  }
  .page-newgraduate .talk .txt dl dt, .page-newgraduate .talk .txt dl dd {
    margin-bottom: 2.6666666667vw;
  }
  .page-newgraduate .talk .txt dl dt {
    width: 16vw;
  }
  .page-newgraduate .talk .txt dl dd {
    width: calc(100% - 16vw);
  }
  .page-newgraduate .event {
    margin: 0 auto 21.3333333333vw;
    width: var(--width);
  }
  .page-newgraduate .event::after {
    width: 80vw;
    height: 80vw;
    top: -5.3333333333vw;
    left: 13.3333333333vw;
    bottom: initial;
  }
  .page-newgraduate .event .list {
    display: block;
  }
  .page-newgraduate .event .list .txt {
    margin-bottom: 5.3333333333vw;
    width: 100%;
  }
  .page-newgraduate .event .list .img figcaption {
    margin-left: 20%;
    padding: 1.3333333333vw 5.3333333333vw;
    width: 80%;
    bottom: 5.3333333333vw;
  }
  .page-newgraduate .event .list .img:nth-child(2), .page-newgraduate .event .list .img:nth-child(3) {
    margin-bottom: 2.6666666667vw;
    width: 100%;
  }
  .page-newgraduate .storelist {
    margin-bottom: 21.3333333333vw;
    width: var(--width);
  }
  .page-newgraduate .storelist::after {
    width: 80vw;
    height: 80vw;
    background-size: 80vw 80vw;
    top: -5.3333333333vw;
    right: -4.8vw;
  }
  .page-newgraduate .storelist .list {
    padding: 5.3333333333vw 0;
    gap: 5.3333333333vw;
  }
  .page-newgraduate .storelist .list .card {
    padding: 2.6666666667vw;
    width: 100%;
  }
  .page-newgraduate .storelist .list .card .logo {
    padding-top: 40vw;
    width: 14.6666666667vw;
  }
  .page-newgraduate .storelist .list .card .detail {
    padding-top: 40vw;
    width: calc(100% - 16vw);
  }
  .page-newgraduate .storelist .list .card h3 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .page-newgraduate .storelist .list .card .img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
  }
  .page-newgraduate .storelist .list .card .address {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .page-newgraduate .storelist .list .card .ig {
    padding-left: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .page-newgraduate .storelist .list .card .ig::before {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 1.8666666667vw);
  }
  .page-newgraduate .history,
.page-newgraduate .company {
    margin-bottom: 21.3333333333vw;
    width: var(--width);
  }
  .page-newgraduate .history .list,
.page-newgraduate .company .list {
    padding: 0vw;
    display: block;
  }
  .page-newgraduate .history .list dl,
.page-newgraduate .company .list dl {
    width: initial;
    display: block;
  }
  .page-newgraduate .history .list dl:first-child {
    margin-bottom: 5.3333333333vw;
  }
  .page-newgraduate .history .list dl dt,
.page-newgraduate .company .list dl dt {
    width: initial;
    font-weight: 700;
  }
  .page-newgraduate .history .list dl dd,
.page-newgraduate .company .list dl dd {
    width: initial;
  }
  .page-newgraduate .history .list dl dd:not(:last-child),
.page-newgraduate .company .list dl dd:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .page-newgraduate .history .list dl dd .notice,
.page-newgraduate .company .list dl dd .notice {
    font-size: 3.2vw;
  }
  .page-newgraduate .company .list .qr {
    margin-top: 5.3333333333vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    position: static;
  }
  .page-newgraduate .entry {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
  .page-newgraduate .entry h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
  .page-newgraduate .entry .btn {
    padding: 2.6666666667vw;
    width: 100%;
    font-size: 8.5333333333vw;
    border-radius: 26.6666666667vw;
  }
  .page-newgraduate .entry::after {
    width: 80vw;
    height: 80vw;
    background-size: 80vw 80vw;
    top: -32vw;
    right: -5.3333333333vw;
  }
  .page-entry .inner {
    padding: 16vw 5.3333333333vw;
  }
  .page-entry .head .ttl {
    margin-bottom: 5.3333333333vw;
  }
  .page-entry .head .ttl .en {
    margin-right: 2.6666666667vw;
    font-size: 12.8vw;
  }
  .page-entry .head .ttl .jp {
    margin-left: 2.6666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2em;
  }
  .page-entry .head .step {
    margin-bottom: 5.3333333333vw;
    width: initial;
    position: static;
    display: flex;
    justify-content: center;
    gap: 8vw;
  }
  .page-entry .head .step li {
    padding: 6.6666666667vw 0 0;
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .page-entry .head .step li::before {
    margin-right: 0;
    font-size: 3.2vw;
    display: block;
  }
  .page-entry .head .step li::after {
    border-top: 2.1333333333vw solid var(--c-blk);
    border-right: 1.3333333333vw solid transparent;
    border-bottom: none;
    border-left: 1.3333333333vw solid transparent;
    top: 0;
    left: calc(50% - 1.3333333333vw);
  }
  .page-entry .body {
    padding: 16vw 0 0;
  }
  .page-entry .body .txt {
    margin-bottom: 16vw;
    width: initial;
    font-size: 3.7333333333vw;
    text-align: center;
    position: static;
  }
  .page-entry .body dt {
    margin-bottom: 2.6666666667vw;
  }
  .page-entry .body dd {
    margin-bottom: 10.6666666667vw;
  }
  .page-entry .body dd.line {
    gap: 0.7142857143vw;
  }
  .page-entry .body dd .select .unit {
    top: 1.3333333333vw;
    right: 4vw;
  }
  .page-entry .mw_wp_form_input .select:first-child {
    margin-bottom: 2.6666666667vw;
  }
  .page-entry .mw_wp_form_confirm .body dd {
    padding-bottom: 3.2vw;
  }
  .page-entry .mw_wp_form_send .body h2 {
    margin-bottom: 8vw;
    font-size: 6.4vw;
  }
  .page-entry .mw_wp_form_send .body p {
    margin-bottom: 8vw;
  }
  .page-entry .mw_wp_form_send .body .btn {
    margin-top: 16vw;
    width: 89.3333333333vw;
  }
  .page-entry .required::after {
    margin-left: 1.3333333333vw;
    padding: 0 1.3333333333vw;
    font-size: 3.2vw;
  }
  .page-entry .error {
    font-size: 3.7333333333vw;
  }
  .page-entry .notice {
    font-size: 3.7333333333vw;
  }
  .page-entry .middle {
    width: 53.3333333333vw;
  }
  .page-entry .short {
    width: 26.6666666667vw;
  }
  .page-entry .frame {
    margin-bottom: 5.3333333333vw;
    padding: 2.6666666667vw;
    height: 53.3333333333vw;
  }
  .page-entry .policy dd {
    margin-bottom: 5.3333333333vw;
  }
  .page-entry .agree {
    margin-bottom: 10.6666666667vw;
    text-align: center;
  }
  .page-entry .group-btn {
    flex-wrap: wrap;
  }
  .page-entry .group-btn {
    gap: 5.3333333333vw;
  }
  .page-entry .group-btn .btn {
    font-size: 4.2666666667vw;
  }
  .page-entry .group-btn .btn input, .page-entry .group-btn .btn a {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .page-entry .group-btn .btn::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: calc(50% - 2.1333333333vw);
    right: 5.3333333333vw;
  }
  .page-entry .group-btn .back::after {
    left: 5.3333333333vw;
  }
  .back-list {
    height: 64vw;
  }
  .back-list .inner {
    padding: 0;
    width: 56.5333333333vw;
  }
  .back-list h1 {
    margin-bottom: 2.6666666667vw;
    padding-right: 8vw;
    font-size: 9.6vw;
  }
  .back-list h1 span:not(:first-child) {
    margin-left: 0;
  }
  .back-list a {
    font-size: 4.2666666667vw;
  }
  #is_loading p {
    font-size: 7.4666666667vw;
  }
  #is_loading #is_percent {
    font-size: 3.7333333333vw;
  }
  .entrance .inner {
    padding: 2.6666666667vw;
    height: 106.6666666667vw;
    gap: 10.6666666667vw;
  }
  .entrance h1 {
    width: 40vw;
  }
  .entrance p {
    font-size: 3.7333333333vw;
  }
  .entrance .btn-bgm-switch {
    gap: 10.6666666667vw;
  }
  .entrance .btn-bgm-switch a {
    padding-top: 32vw;
    width: 27.7333333333vw;
    font-size: 4.8vw;
  }
  .entrance .btn-bgm-switch a::before {
    width: 27.7333333333vw;
    height: 27.7333333333vw;
  }
  .entrance .btn-bgm-switch a::after {
    width: 6.4vw;
    height: 6.4vw;
    top: calc(13.8666666667vw - 3.2vw);
    left: calc(50% - 3.2vw);
  }
  .is-sticky-gallery {
    height: 2133.3333333333vw;
  }
  .is-sticky-gallery .wrap {
    top: calc(50% - 106.6666666667vw);
  }
  .is-sticky-gallery .fixed {
    top: -64vw;
  }
  footer .storelist.is-close h2::before {
    transform: rotate(-45deg);
  }
  footer .storelist.is-close h2::after {
    transform: rotate(45deg);
  }
  .slick-num {
    height: 16vw;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    bottom: initial;
  }
  .slick-num .cr-count {
    font-size: 7.4666666667vw;
  }
  .slick-num .all-count {
    padding-left: 2.6666666667vw;
    font-size: 6.4vw;
  }
  .slick-num .all-count::before {
    height: 11.7333333333vw;
    transform: rotate(45deg);
  }
  .slide-link {
    width: 100%;
    left: 0;
  }
  .store .slick-dots {
    width: 74.6666666667vw;
    left: 13.3333333333vw;
    bottom: 10.6666666667vw;
  }
  .page-storelist::before, .page-storedetail::before, .page-newslist::before, .page-newsdetail::before, .page-company::before, .page-404::before {
    background-image: url(../img/bg/back-sp.png);
  }
}
@media screen and (min-width: 769px) {
  .pc-l-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pc-l-cols.rev {
    flex-direction: row-reverse;
  }
  .pc-l-cols.left {
    justify-content: flex-start;
  }
  .pc-l-cols.center {
    justify-content: center;
  }
  .pc-l-cols.right {
    justify-content: flex-end;
  }
  .pc-l-cols.top {
    align-items: flex-start;
  }
  .pc-l-cols.middle {
    align-items: center;
  }
  .pc-l-cols.bottom {
    align-items: flex-end;
  }
  .pc-l-cols .self-top {
    align-self: flex-start;
  }
  .pc-l-cols .self-middle {
    align-self: center;
  }
  .pc-l-cols .self-bottom {
    align-self: flex-end;
  }
  .pc-l-cols-order-1 {
    order: 1;
  }
  .pc-l-cols-order-2 {
    order: 2;
  }
  .pc-l-cols-order-3 {
    order: 3;
  }
  .pc-l-cols-order-4 {
    order: 4;
  }
  .pc-l-cols-order-5 {
    order: 5;
  }
  .pc-l-cols-order-6 {
    order: 6;
  }
  .pc-left {
    justify-content: flex-start;
  }
  .pc-center {
    justify-content: center;
  }
  .pc-right {
    justify-content: flex-end;
  }
  .pc-top {
    align-items: flex-start;
  }
  .pc-middle {
    align-items: center;
  }
  .pc-bottom {
    align-items: flex-end;
  }
  .noPC {
    display: none !important;
  }
  .mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-1 {
    margin-bottom: 1px !important;
  }
  .mb-2 {
    margin-bottom: 2px !important;
  }
  .mb-3 {
    margin-bottom: 3px !important;
  }
  .mb-4 {
    margin-bottom: 4px !important;
  }
  .mb-5 {
    margin-bottom: 5px !important;
  }
  .mb-6 {
    margin-bottom: 6px !important;
  }
  .mb-7 {
    margin-bottom: 7px !important;
  }
  .mb-8 {
    margin-bottom: 8px !important;
  }
  .mb-9 {
    margin-bottom: 9px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-11 {
    margin-bottom: 11px !important;
  }
  .mb-12 {
    margin-bottom: 12px !important;
  }
  .mb-13 {
    margin-bottom: 13px !important;
  }
  .mb-14 {
    margin-bottom: 14px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-16 {
    margin-bottom: 16px !important;
  }
  .mb-17 {
    margin-bottom: 17px !important;
  }
  .mb-18 {
    margin-bottom: 18px !important;
  }
  .mb-19 {
    margin-bottom: 19px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-21 {
    margin-bottom: 21px !important;
  }
  .mb-22 {
    margin-bottom: 22px !important;
  }
  .mb-23 {
    margin-bottom: 23px !important;
  }
  .mb-24 {
    margin-bottom: 24px !important;
  }
  .mb-25 {
    margin-bottom: 25px !important;
  }
  .mb-26 {
    margin-bottom: 26px !important;
  }
  .mb-27 {
    margin-bottom: 27px !important;
  }
  .mb-28 {
    margin-bottom: 28px !important;
  }
  .mb-29 {
    margin-bottom: 29px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-31 {
    margin-bottom: 31px !important;
  }
  .mb-32 {
    margin-bottom: 32px !important;
  }
  .mb-33 {
    margin-bottom: 33px !important;
  }
  .mb-34 {
    margin-bottom: 34px !important;
  }
  .mb-35 {
    margin-bottom: 35px !important;
  }
  .mb-36 {
    margin-bottom: 36px !important;
  }
  .mb-37 {
    margin-bottom: 37px !important;
  }
  .mb-38 {
    margin-bottom: 38px !important;
  }
  .mb-39 {
    margin-bottom: 39px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-41 {
    margin-bottom: 41px !important;
  }
  .mb-42 {
    margin-bottom: 42px !important;
  }
  .mb-43 {
    margin-bottom: 43px !important;
  }
  .mb-44 {
    margin-bottom: 44px !important;
  }
  .mb-45 {
    margin-bottom: 45px !important;
  }
  .mb-46 {
    margin-bottom: 46px !important;
  }
  .mb-47 {
    margin-bottom: 47px !important;
  }
  .mb-48 {
    margin-bottom: 48px !important;
  }
  .mb-49 {
    margin-bottom: 49px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-51 {
    margin-bottom: 51px !important;
  }
  .mb-52 {
    margin-bottom: 52px !important;
  }
  .mb-53 {
    margin-bottom: 53px !important;
  }
  .mb-54 {
    margin-bottom: 54px !important;
  }
  .mb-55 {
    margin-bottom: 55px !important;
  }
  .mb-56 {
    margin-bottom: 56px !important;
  }
  .mb-57 {
    margin-bottom: 57px !important;
  }
  .mb-58 {
    margin-bottom: 58px !important;
  }
  .mb-59 {
    margin-bottom: 59px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-61 {
    margin-bottom: 61px !important;
  }
  .mb-62 {
    margin-bottom: 62px !important;
  }
  .mb-63 {
    margin-bottom: 63px !important;
  }
  .mb-64 {
    margin-bottom: 64px !important;
  }
  .mb-65 {
    margin-bottom: 65px !important;
  }
  .mb-66 {
    margin-bottom: 66px !important;
  }
  .mb-67 {
    margin-bottom: 67px !important;
  }
  .mb-68 {
    margin-bottom: 68px !important;
  }
  .mb-69 {
    margin-bottom: 69px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-71 {
    margin-bottom: 71px !important;
  }
  .mb-72 {
    margin-bottom: 72px !important;
  }
  .mb-73 {
    margin-bottom: 73px !important;
  }
  .mb-74 {
    margin-bottom: 74px !important;
  }
  .mb-75 {
    margin-bottom: 75px !important;
  }
  .mb-76 {
    margin-bottom: 76px !important;
  }
  .mb-77 {
    margin-bottom: 77px !important;
  }
  .mb-78 {
    margin-bottom: 78px !important;
  }
  .mb-79 {
    margin-bottom: 79px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-81 {
    margin-bottom: 81px !important;
  }
  .mb-82 {
    margin-bottom: 82px !important;
  }
  .mb-83 {
    margin-bottom: 83px !important;
  }
  .mb-84 {
    margin-bottom: 84px !important;
  }
  .mb-85 {
    margin-bottom: 85px !important;
  }
  .mb-86 {
    margin-bottom: 86px !important;
  }
  .mb-87 {
    margin-bottom: 87px !important;
  }
  .mb-88 {
    margin-bottom: 88px !important;
  }
  .mb-89 {
    margin-bottom: 89px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-91 {
    margin-bottom: 91px !important;
  }
  .mb-92 {
    margin-bottom: 92px !important;
  }
  .mb-93 {
    margin-bottom: 93px !important;
  }
  .mb-94 {
    margin-bottom: 94px !important;
  }
  .mb-95 {
    margin-bottom: 95px !important;
  }
  .mb-96 {
    margin-bottom: 96px !important;
  }
  .mb-97 {
    margin-bottom: 97px !important;
  }
  .mb-98 {
    margin-bottom: 98px !important;
  }
  .mb-99 {
    margin-bottom: 99px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .pc-w-0 {
    width: 0% !important;
  }
  .pc-w-1 {
    width: 1% !important;
  }
  .pc-w-2 {
    width: 2% !important;
  }
  .pc-w-3 {
    width: 3% !important;
  }
  .pc-w-4 {
    width: 4% !important;
  }
  .pc-w-5 {
    width: 5% !important;
  }
  .pc-w-6 {
    width: 6% !important;
  }
  .pc-w-7 {
    width: 7% !important;
  }
  .pc-w-8 {
    width: 8% !important;
  }
  .pc-w-9 {
    width: 9% !important;
  }
  .pc-w-10 {
    width: 10% !important;
  }
  .pc-w-11 {
    width: 11% !important;
  }
  .pc-w-12 {
    width: 12% !important;
  }
  .pc-w-13 {
    width: 13% !important;
  }
  .pc-w-14 {
    width: 14% !important;
  }
  .pc-w-15 {
    width: 15% !important;
  }
  .pc-w-16 {
    width: 16% !important;
  }
  .pc-w-17 {
    width: 17% !important;
  }
  .pc-w-18 {
    width: 18% !important;
  }
  .pc-w-19 {
    width: 19% !important;
  }
  .pc-w-20 {
    width: 20% !important;
  }
  .pc-w-21 {
    width: 21% !important;
  }
  .pc-w-22 {
    width: 22% !important;
  }
  .pc-w-23 {
    width: 23% !important;
  }
  .pc-w-24 {
    width: 24% !important;
  }
  .pc-w-25 {
    width: 25% !important;
  }
  .pc-w-26 {
    width: 26% !important;
  }
  .pc-w-27 {
    width: 27% !important;
  }
  .pc-w-28 {
    width: 28% !important;
  }
  .pc-w-29 {
    width: 29% !important;
  }
  .pc-w-30 {
    width: 30% !important;
  }
  .pc-w-31 {
    width: 31% !important;
  }
  .pc-w-32 {
    width: 32% !important;
  }
  .pc-w-33 {
    width: 33% !important;
  }
  .pc-w-34 {
    width: 34% !important;
  }
  .pc-w-35 {
    width: 35% !important;
  }
  .pc-w-36 {
    width: 36% !important;
  }
  .pc-w-37 {
    width: 37% !important;
  }
  .pc-w-38 {
    width: 38% !important;
  }
  .pc-w-39 {
    width: 39% !important;
  }
  .pc-w-40 {
    width: 40% !important;
  }
  .pc-w-41 {
    width: 41% !important;
  }
  .pc-w-42 {
    width: 42% !important;
  }
  .pc-w-43 {
    width: 43% !important;
  }
  .pc-w-44 {
    width: 44% !important;
  }
  .pc-w-45 {
    width: 45% !important;
  }
  .pc-w-46 {
    width: 46% !important;
  }
  .pc-w-47 {
    width: 47% !important;
  }
  .pc-w-48 {
    width: 48% !important;
  }
  .pc-w-49 {
    width: 49% !important;
  }
  .pc-w-50 {
    width: 50% !important;
  }
  .pc-w-51 {
    width: 51% !important;
  }
  .pc-w-52 {
    width: 52% !important;
  }
  .pc-w-53 {
    width: 53% !important;
  }
  .pc-w-54 {
    width: 54% !important;
  }
  .pc-w-55 {
    width: 55% !important;
  }
  .pc-w-56 {
    width: 56% !important;
  }
  .pc-w-57 {
    width: 57% !important;
  }
  .pc-w-58 {
    width: 58% !important;
  }
  .pc-w-59 {
    width: 59% !important;
  }
  .pc-w-60 {
    width: 60% !important;
  }
  .pc-w-61 {
    width: 61% !important;
  }
  .pc-w-62 {
    width: 62% !important;
  }
  .pc-w-63 {
    width: 63% !important;
  }
  .pc-w-64 {
    width: 64% !important;
  }
  .pc-w-65 {
    width: 65% !important;
  }
  .pc-w-66 {
    width: 66% !important;
  }
  .pc-w-67 {
    width: 67% !important;
  }
  .pc-w-68 {
    width: 68% !important;
  }
  .pc-w-69 {
    width: 69% !important;
  }
  .pc-w-70 {
    width: 70% !important;
  }
  .pc-w-71 {
    width: 71% !important;
  }
  .pc-w-72 {
    width: 72% !important;
  }
  .pc-w-73 {
    width: 73% !important;
  }
  .pc-w-74 {
    width: 74% !important;
  }
  .pc-w-75 {
    width: 75% !important;
  }
  .pc-w-76 {
    width: 76% !important;
  }
  .pc-w-77 {
    width: 77% !important;
  }
  .pc-w-78 {
    width: 78% !important;
  }
  .pc-w-79 {
    width: 79% !important;
  }
  .pc-w-80 {
    width: 80% !important;
  }
  .pc-w-81 {
    width: 81% !important;
  }
  .pc-w-82 {
    width: 82% !important;
  }
  .pc-w-83 {
    width: 83% !important;
  }
  .pc-w-84 {
    width: 84% !important;
  }
  .pc-w-85 {
    width: 85% !important;
  }
  .pc-w-86 {
    width: 86% !important;
  }
  .pc-w-87 {
    width: 87% !important;
  }
  .pc-w-88 {
    width: 88% !important;
  }
  .pc-w-89 {
    width: 89% !important;
  }
  .pc-w-90 {
    width: 90% !important;
  }
  .pc-w-91 {
    width: 91% !important;
  }
  .pc-w-92 {
    width: 92% !important;
  }
  .pc-w-93 {
    width: 93% !important;
  }
  .pc-w-94 {
    width: 94% !important;
  }
  .pc-w-95 {
    width: 95% !important;
  }
  .pc-w-96 {
    width: 96% !important;
  }
  .pc-w-97 {
    width: 97% !important;
  }
  .pc-w-98 {
    width: 98% !important;
  }
  .pc-w-99 {
    width: 99% !important;
  }
  .pc-w-100 {
    width: 100% !important;
  }
  .pc-mb-0 {
    margin-bottom: 0px !important;
  }
  .pc-mb-1 {
    margin-bottom: 1px !important;
  }
  .pc-mb-2 {
    margin-bottom: 2px !important;
  }
  .pc-mb-3 {
    margin-bottom: 3px !important;
  }
  .pc-mb-4 {
    margin-bottom: 4px !important;
  }
  .pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .pc-mb-6 {
    margin-bottom: 6px !important;
  }
  .pc-mb-7 {
    margin-bottom: 7px !important;
  }
  .pc-mb-8 {
    margin-bottom: 8px !important;
  }
  .pc-mb-9 {
    margin-bottom: 9px !important;
  }
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .pc-mb-11 {
    margin-bottom: 11px !important;
  }
  .pc-mb-12 {
    margin-bottom: 12px !important;
  }
  .pc-mb-13 {
    margin-bottom: 13px !important;
  }
  .pc-mb-14 {
    margin-bottom: 14px !important;
  }
  .pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .pc-mb-16 {
    margin-bottom: 16px !important;
  }
  .pc-mb-17 {
    margin-bottom: 17px !important;
  }
  .pc-mb-18 {
    margin-bottom: 18px !important;
  }
  .pc-mb-19 {
    margin-bottom: 19px !important;
  }
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .pc-mb-21 {
    margin-bottom: 21px !important;
  }
  .pc-mb-22 {
    margin-bottom: 22px !important;
  }
  .pc-mb-23 {
    margin-bottom: 23px !important;
  }
  .pc-mb-24 {
    margin-bottom: 24px !important;
  }
  .pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .pc-mb-26 {
    margin-bottom: 26px !important;
  }
  .pc-mb-27 {
    margin-bottom: 27px !important;
  }
  .pc-mb-28 {
    margin-bottom: 28px !important;
  }
  .pc-mb-29 {
    margin-bottom: 29px !important;
  }
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .pc-mb-31 {
    margin-bottom: 31px !important;
  }
  .pc-mb-32 {
    margin-bottom: 32px !important;
  }
  .pc-mb-33 {
    margin-bottom: 33px !important;
  }
  .pc-mb-34 {
    margin-bottom: 34px !important;
  }
  .pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .pc-mb-36 {
    margin-bottom: 36px !important;
  }
  .pc-mb-37 {
    margin-bottom: 37px !important;
  }
  .pc-mb-38 {
    margin-bottom: 38px !important;
  }
  .pc-mb-39 {
    margin-bottom: 39px !important;
  }
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .pc-mb-41 {
    margin-bottom: 41px !important;
  }
  .pc-mb-42 {
    margin-bottom: 42px !important;
  }
  .pc-mb-43 {
    margin-bottom: 43px !important;
  }
  .pc-mb-44 {
    margin-bottom: 44px !important;
  }
  .pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .pc-mb-46 {
    margin-bottom: 46px !important;
  }
  .pc-mb-47 {
    margin-bottom: 47px !important;
  }
  .pc-mb-48 {
    margin-bottom: 48px !important;
  }
  .pc-mb-49 {
    margin-bottom: 49px !important;
  }
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .pc-mb-51 {
    margin-bottom: 51px !important;
  }
  .pc-mb-52 {
    margin-bottom: 52px !important;
  }
  .pc-mb-53 {
    margin-bottom: 53px !important;
  }
  .pc-mb-54 {
    margin-bottom: 54px !important;
  }
  .pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .pc-mb-56 {
    margin-bottom: 56px !important;
  }
  .pc-mb-57 {
    margin-bottom: 57px !important;
  }
  .pc-mb-58 {
    margin-bottom: 58px !important;
  }
  .pc-mb-59 {
    margin-bottom: 59px !important;
  }
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .pc-mb-61 {
    margin-bottom: 61px !important;
  }
  .pc-mb-62 {
    margin-bottom: 62px !important;
  }
  .pc-mb-63 {
    margin-bottom: 63px !important;
  }
  .pc-mb-64 {
    margin-bottom: 64px !important;
  }
  .pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .pc-mb-66 {
    margin-bottom: 66px !important;
  }
  .pc-mb-67 {
    margin-bottom: 67px !important;
  }
  .pc-mb-68 {
    margin-bottom: 68px !important;
  }
  .pc-mb-69 {
    margin-bottom: 69px !important;
  }
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .pc-mb-71 {
    margin-bottom: 71px !important;
  }
  .pc-mb-72 {
    margin-bottom: 72px !important;
  }
  .pc-mb-73 {
    margin-bottom: 73px !important;
  }
  .pc-mb-74 {
    margin-bottom: 74px !important;
  }
  .pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .pc-mb-76 {
    margin-bottom: 76px !important;
  }
  .pc-mb-77 {
    margin-bottom: 77px !important;
  }
  .pc-mb-78 {
    margin-bottom: 78px !important;
  }
  .pc-mb-79 {
    margin-bottom: 79px !important;
  }
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .pc-mb-81 {
    margin-bottom: 81px !important;
  }
  .pc-mb-82 {
    margin-bottom: 82px !important;
  }
  .pc-mb-83 {
    margin-bottom: 83px !important;
  }
  .pc-mb-84 {
    margin-bottom: 84px !important;
  }
  .pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .pc-mb-86 {
    margin-bottom: 86px !important;
  }
  .pc-mb-87 {
    margin-bottom: 87px !important;
  }
  .pc-mb-88 {
    margin-bottom: 88px !important;
  }
  .pc-mb-89 {
    margin-bottom: 89px !important;
  }
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .pc-mb-91 {
    margin-bottom: 91px !important;
  }
  .pc-mb-92 {
    margin-bottom: 92px !important;
  }
  .pc-mb-93 {
    margin-bottom: 93px !important;
  }
  .pc-mb-94 {
    margin-bottom: 94px !important;
  }
  .pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .pc-mb-96 {
    margin-bottom: 96px !important;
  }
  .pc-mb-97 {
    margin-bottom: 97px !important;
  }
  .pc-mb-98 {
    margin-bottom: 98px !important;
  }
  .pc-mb-99 {
    margin-bottom: 99px !important;
  }
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .li-tag li a:hover {
    color: var(--c-wht);
    background: var(--c-blk);
  }
  .li-news li a:hover::after {
    right: 0.3571428571vw;
  }
  .pc-ta-l {
    text-align: left;
  }
  .pc-ta-c {
    text-align: center;
  }
  .pc-ta-r {
    text-align: right;
  }
  .pc-nowrap {
    white-space: nowrap;
  }
  .ico-tel:hover::before {
    transform: rotate(10deg);
  }
  .btn-arrow:hover::before {
    left: 0.3571428571vw;
  }
  .btn-arrow.r:hover::before {
    left: initial;
    right: -0.3571428571vw;
  }
  .btn-arrow-border:hover::before {
    right: 1.6428571429vw;
  }
  .btn-map:hover {
    border-bottom-style: solid;
  }
  .btn-map:hover::before {
    top: 0.3571428571vw;
  }
  .wp-pagenavi a:not(.prevpostslink):not(.nextpostslink):hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--c-blk);
    left: 0;
    bottom: 0;
  }
  .wp-pagenavi .prevpostslink:hover::before {
    left: 0;
  }
  .wp-pagenavi .nextpostslink:hover::before {
    right: 0;
  }
  header .btn-sound a:not(:last-child)::after {
    content: "/";
    margin-left: 0.5714285714vw;
  }
  .gnav::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(-70deg, #000 10%, transparent 50%, #000 80%);
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
  }
  .gnav .recruit li a:hover {
    background: rgba(33, 33, 33, 0.7);
  }
  .gnav .recruit li a:hover::before {
    right: 1.0714285714vw;
  }
  footer .sitemap {
    width: 33%;
    order: 2;
  }
  footer .sitemap.columns {
    width: 60%;
  }
  footer .sitemap.columns .list {
    display: flex;
    justify-content: flex-start;
  }
  footer .sitemap.columns .list ul {
    margin-left: 1.4285714286vw;
    width: 50%;
  }
  footer .sitemap.columns .list .recruit {
    flex-direction: column;
  }
  footer .sitemap.columns .list .recruit h3 {
    margin-bottom: 1.4285714286vw;
  }
  footer .storelist {
    width: 30%;
    order: 3;
  }
  footer .companyinfo {
    padding-top: 7.1428571429vw;
    width: 37%;
    order: 1;
  }
  .sec-recruit ul a:hover::after {
    right: 0.3571428571vw;
  }
  .page-index .sec-news {
    min-height: 85.7142857143vw;
  }
  .page-index .sec-news li:hover::after {
    transform: scaleX(1);
  }
  .page-storedetail .scene .block {
    padding: 0 1.4285714286vw;
    height: 32.2857142857vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    position: relative;
  }
  .page-storedetail .scene .block:nth-of-type(odd) {
    padding-left: 53.0714285714vw;
  }
  .page-storedetail .scene .block:nth-of-type(odd) .img {
    left: 0;
  }
  .page-storedetail .scene .block:nth-of-type(even) {
    padding-right: 53.0714285714vw;
  }
  .page-storedetail .scene .block:nth-of-type(even) .img {
    right: 0;
  }
  .page-storedetail .detail .tel:hover .ico-tel::before {
    transform: rotate(10deg);
  }
  .page-career .intro .message .box {
    padding-left: 35.7142857143vw;
  }
  .page-career .intro .message .box .img {
    object-fit: cover;
  }
  .page-career .intro .future .box {
    padding-left: 41.4285714286vw;
    padding-bottom: 17.1428571429vw;
    position: relative;
  }
  .page-career .intro .future .img {
    padding: 1.4285714286vw 0 1.4285714286vw 2.8571428571vw;
  }
  .page-career .intro .future .notice {
    margin-top: 0.7142857143vw;
    width: 12.8571428571vw;
    height: 9.6428571429vw;
    position: absolute;
    left: 41.4285714286vw;
    bottom: 4.2857142857vw;
  }
  .page-career .storelist .list {
    background-image: url(../img/career/mark.svg);
    background-repeat: no-repeat;
    background-position: right 8.5714285714vw bottom 6.4285714286vw;
    background-size: 14.2857142857vw 14.2857142857vw;
  }
  .page-career .storelist .list .card .ig:hover {
    opacity: 0.8;
  }
  .page-career .company .list {
    justify-content: flex-start;
    gap: 1.4285714286vw;
    position: relative;
  }
  .page-career .company .list dl {
    width: 44%;
  }
  .page-career .company .list dl:nth-of-type(2) dt {
    width: 35%;
  }
  .page-career .company .list dl:nth-of-type(2) dd {
    width: 65%;
  }
  .page-career .company .list .qr {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    position: absolute;
    top: 2.8571428571vw;
    right: 2.8571428571vw;
  }
  .page-career .entry .btn:hover {
    opacity: 0.8;
  }
  .page-newgraduate .storelist .list .card .ig:hover {
    opacity: 0.8;
  }
  .page-newgraduate .company .list {
    justify-content: flex-start;
    gap: 1.4285714286vw;
    position: relative;
  }
  .page-newgraduate .company .list dl {
    width: 44%;
  }
  .page-newgraduate .company .list dl:nth-of-type(2) dt {
    width: 35%;
  }
  .page-newgraduate .company .list dl:nth-of-type(2) dd {
    width: 65%;
  }
  .page-newgraduate .company .list .qr {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    position: absolute;
    top: 2.8571428571vw;
    right: 2.8571428571vw;
  }
  .page-newgraduate .entry .btn:hover {
    opacity: 0.8;
  }
  .page-entry .group-btn .btn:hover::after {
    right: 1.0714285714vw;
  }
  .entrance .btn-bgm-switch a {
    cursor: pointer;
    transition: all 0.3s 0s;
  }
  .entrance .btn-bgm-switch a:hover {
    opacity: 0.7;
  }
  .slick-prev:hover::before, .slick-prev:hover::after,
.slick-next:hover::before,
.slick-next:hover::after {
    opacity: 1;
  }
  .slide-link:hover {
    opacity: 1;
  }
}
@media (min-aspect-ratio: 2/1) {
  .sec-fv {
    height: 55vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .page-storedetail .detail .tel:hover .ico-tel::before {
    transform: rotate(10deg);
  }
}

@media screen and (max-width: 768px) {
.sp-none{
display: none;
}
}