@charset "UTF-8";
:root {
  --delay: 0;
  --duration: 800ms;
  --iterations: 1;
}

.reveal-text, .reveal-text::after {
  -webkit-animation-duration: var(--duration, 800ms);
          animation-duration: var(--duration, 800ms);
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-delay: var(--animation-delay, 2s);
          animation-delay: var(--animation-delay, 2s);
  -webkit-animation-iteration-count: var(--iterations, 1);
          animation-iteration-count: var(--iterations, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.reveal-text {
  position: relative;
  color: var(--text-color, #000);
  white-space: nowrap;
  --animation-duration: var(--duration, 800ms);
  --animation-delay: var(--delay, 0);
  --animation-iterations: var(--iterations, 1);
}
.reveal-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
}
.reveal-text.is-animated {
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
}
.reveal-text.is-animated::after {
  -webkit-animation-name: text-revealer;
          animation-name: text-revealer;
}

@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.anime_wrap {
  position: relative;
  overflow: hidden;
}

.anime_wrap p {
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: bold;
  font-size: 40px;
}

.pattern6:hover::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.pattern6:hover img {
  opacity: 1;
}
.pattern6:hover p {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pattern6:hover p::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.pattern6::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pattern6.show::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.pattern6 img {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pattern6.show img {
  opacity: 1;
}

.pattern6 p {
  z-index: 1;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.pattern6.show p {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pattern6 p::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.pattern6.show p::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.headline-01 {
  margin-bottom: 5rem;
  text-align: center;
  line-height: 1;
}
.headline-01 span {
  display: block;
}
.headline-01 .main {
  color: #080808;
  letter-spacing: 0.025rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 6rem;
}
.headline-01 .label {
  margin-top: 1.5rem;
  color: #e0b238;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 2.4rem;
}
.headline-02 {
  margin-bottom: 4rem;
  font-size: 7.2rem;
}
.headline-03 {
  margin-bottom: 6rem;
  text-align: center;
  line-height: 1;
}
.headline-03 span {
  display: block;
}
.headline-03 .main {
  color: #080808;
  letter-spacing: 0.05rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 6rem;
}
.headline-03 .label {
  margin-top: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 2.4rem;
}

@media screen and (min-width: 834px) {
  .headline-03 {
    margin-bottom: 3.6rem;
  }
  .headline-03 .main {
    font-size: 3.6rem;
  }
  .headline-03 .label {
    font-size: 1.2rem;
  }
}
.btn {
  width: var(--button-width, -webkit-fit-content);
  width: var(--button-width, -moz-fit-content);
  width: var(--button-width, fit-content);
  display: block;
}
.btn-01 {
  margin-top: var(--button-margin, 3rem);
  padding: 1em 1em;
  border-radius: 0.5rem;
  background-color: var(--primary-color, #000);
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 1.4rem;
  line-height: 1.4;
}
.btn-center {
  margin-right: auto;
  margin-left: auto;
}

ul {
  list-style-type: none;
}
ul.dot li {
  margin-left: 1.2em;
  text-indent: -1em;
}
ul.dot li:before {
  content: "・";
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
ul.dot li + li {
  margin-top: 0.5em;
}
ul.circle li {
  margin-left: 1.2em;
  text-indent: -1em;
}
ul.circle li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--primary-color, #000);
}
ul.circle li + li {
  margin-top: 0.5em;
}
ul.note li {
  margin-left: 1.2em;
  text-indent: -1.1em;
}
ul.note li:before {
  content: "※";
  margin-right: 0.2em;
  font-family: initial;
}
ul.note li + li {
  margin-top: 0.5em;
}

.pager-number {
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager-number .page-numbers {
  width: 4rem;
  height: 4rem;
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1.4rem;
}
.pager-number .page-numbers.current {
  background-color: var(--primary-color, #000);
  color: #fff;
}
.pager-number .prev, .pager-number .next {
  white-space: nowrap;
}

*:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.form-select {
  width: 100%;
  padding: 0.8em 1.2em;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22select_arr%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2011.4%206.2%22%20style%3D%22enable-background%3Anew%200%200%2011.4%206.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23BFBFBF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22path01%22%20class%3D%22st0%22%20d%3D%22M10.7%2C0.6l-5%2C5l-5-5%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 2rem center;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select::-ms-expand {
  display: none;
}

.radio-wrap.horizon {
  margin-bottom: -2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.radio-wrap.horizon .mwform-radio-field {
  margin-bottom: 2rem;
  margin-left: 0;
}
.radio-wrap.horizon .mwform-radio-field:not(:last-of-type) {
  margin-right: 2rem;
}
.radio-wrap.vertical .mwform-radio-field + .mwform-radio-field {
  margin-top: 1.2rem;
}

.mwform-radio-field input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field input[type=radio] + .mwform-radio-field-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.mwform-radio-field input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  position: relative;
  top: 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 100%;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text:before {
  border-color: var(--primary-color, #000);
  background-color: var(--primary-color, #000);
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.mwform-radio-field input[type=radio]:focus + .mwform-radio-field-text:before {
  outline: none;
  border-color: var(--primary-color, #000);
}
.mwform-radio-field input[type=radio]:disabled + .mwform-radio-field-text:before {
  border-color: rgb(180.25, 180.25, 180.25);
  background: rgb(180.25, 180.25, 180.25);
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}
.mwform-radio-field input[type=radio] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

.checkbox-wrap.horizon {
  margin-bottom: -2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.checkbox-wrap.horizon .checkbox {
  margin-bottom: 2rem;
}
.checkbox-wrap.horizon .checkbox:not(:last-of-type) {
  margin-right: 2rem;
}
.checkbox-wrap.vertical .checkbox + .checkbox {
  margin-top: 1.2rem;
}

.checkbox {
  line-height: 1;
}

.checkbox-input {
  display: none;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  width: 0.8rem;
  height: 1.2rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  display: block;
  border-right: 3px solid var(--primary-color, #000);
  border-bottom: 3px solid var(--primary-color, #000);
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.checkbox-parts {
  padding-left: 2.5rem;
  position: relative;
}
.checkbox-parts:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -0.9rem;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background-color: #fff;
}

.form-box {
  padding-bottom: 3.2rem;
  border-bottom: 2px solid #cac8c8;
}
.form-box + .form-box {
  margin-top: 2.2rem;
}
.form-box dt {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.form-box .required {
  margin-left: 0.8rem;
  padding: 0.3em 0.8em;
  display: inline-block;
  border-radius: 1.2rem;
  background-color: #e0b238;
  font-weight: 400;
  font-size: 1.4rem;
}
.form-box .required::before {
  content: "必須";
}
.form-box .error {
  margin-top: 0.5em;
  color: #b33f4c;
  font-size: 1.3rem;
}

.form-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-column .inner {
  width: 100%;
}
.form-column .inner + .inner {
  margin-left: 1em;
}

.form-control {
  width: 100%;
  padding: 1.2em 1.2em;
  border: 1px solid #454545;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

textarea.form-control {
  height: 20rem;
  padding: 1.2em;
}

.form-submit {
  --button-width: 20.0rem;
}

@media screen and (max-width: 833px) {
  .form-box {
    padding-bottom: 5rem;
  }
  .form-box + .form-box {
    margin-top: 4rem;
  }
  .form-box dt {
    font-size: 2.8rem;
  }
  .form-box .required {
    border-radius: 1.8rem;
    font-size: 2.2rem;
  }
  .form-control {
    padding: 0.8em 1em;
  }
}
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: var(--bg-color, #fff);
  background-image: url(../../images/common/bg.jpg);
  background-position: 0 0;
  background-size: 100rem;
  background-repeat: repeat;
  color: var(--base-font-color, #000);
  word-break: break-all;
  letter-spacing: 0.05em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.section-block {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.page-width {
  width: calc(var(--main-width) + 10rem);
  max-width: 100%;
  margin: 0 auto;
  padding-right: 5rem;
  padding-left: 5rem;
}

.w-md {
  max-width: 98rem;
  margin-right: auto;
  margin-left: auto;
}
.w-sm {
  max-width: 68rem;
  margin-right: auto;
  margin-left: auto;
}

.pd-x_none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pd-y_none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pd-t_none {
  padding-top: 0 !important;
}
.pd-b_none {
  padding-bottom: 0 !important;
}

.round {
  border-radius: 1rem;
}

.bg-01 {
  background: url(../../images/common/bg02.jpg) repeat 0 0/100rem;
}
.bg-02 {
  background: url(../../images/common/bg04.jpg) repeat 0 0/100rem;
}
.bg-03 {
  background: url(../../images/common/bg05.jpg) repeat 0 0/100rem;
}
.bg-04 {
  background: url(../../images/common/bg.jpg) repeat 0 0/100rem;
}

a {
  color: rgba(var(--primary-color), 0.75);
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.link-underline {
  text-decoration: underline;
}
.link-block {
  display: block;
}
.link-image {
  display: block;
}
.link-image img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.link-image:hover img {
  opacity: 0.7;
}
.link-color {
  color: #2175cb;
}

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

svg {
  vertical-align: bottom;
}

.variableBox {
  position: relative;
}
.variableBox > .inner {
  width: 100%;
  padding-bottom: var(--vertical-percent, 62.5%);
}
.variableBox .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

p {
  line-height: 2;
}
p:not(:last-of-type) {
  margin-bottom: 1em;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-serif {
  font-family: "游明朝", yumincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
.text-wf01 {
  font-family: "Oswald", sans-serif;
}
.text-bold {
  font-weight: 700;
}
.text-xl {
  font-size: 3.2rem;
}
.text-lg {
  font-size: 2.4rem;
}
.text-md {
  font-size: 1.8rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-red {
  color: #b33f4c;
}
.text-blue {
  color: #1d348b;
}

@media screen and (max-width: 833px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .tabOnly {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .spOnly {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .site-header {
    width: 8.4rem;
    height: 100vh;
    padding: 1.6rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
    -webkit-filter: drop-shadow(0 0 0.7rem rgba(42, 42, 41, 0.07));
            filter: drop-shadow(0 0 0.7rem rgba(42, 42, 41, 0.07));
  }
  .site-header.center {
    left: calc(50% - 4.2rem);
  }
  .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .header-title {
    font-size: 1rem;
  }
  .header-title a {
    display: inline-block;
  }
  .header-title.common {
    margin-right: -0.3rem;
    margin-bottom: 2.8rem;
  }
  .header-title.keiji {
    margin-right: -0.9rem;
    margin-bottom: 2.1rem;
  }
  .header-title.kaiji {
    margin-right: -0.9rem;
    margin-bottom: 2.9rem;
  }
  .header-navi {
    font-size: 1.3rem;
  }
  .header-navi ul {
    width: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .header-navi li:not(:last-child) {
    margin-bottom: 2.7rem;
  }
  .header-navi a {
    color: #5f5d5a;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 833px) {
  .site-header {
    width: 100%;
    height: 82rem;
    padding: 0 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .site-header .shop-list-navi {
    margin: 0.6em auto 0;
    gap: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header .shop-list-navi li {
    width: auto;
  }
  .site-header .shop-list-navi li + li {
    margin-left: 0;
  }
  .site-header .shop-list-navi a {
    padding: 0.5em 0.8em;
    font-size: 2.2rem;
  }
  .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-title.common {
    width: 100%;
    margin: 0 auto 4rem;
    text-align: center;
  }
  .header-title.common img {
    width: 18rem;
  }
  .header-title.keiji {
    width: 28.8rem;
    margin: 0;
  }
  .header-title.kaiji {
    width: 31.7rem;
    margin: 0;
  }
  .header-title img {
    width: 100%;
  }
  .header-navi {
    width: 100%;
    margin-top: 7rem;
  }
  .header-navi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header-navi li {
    width: 33.3%;
    margin-bottom: 3rem;
  }
  .header-navi li:nth-of-type(3n + 2) {
    text-align: center;
  }
  .header-navi li:nth-child(3n) {
    text-align: right;
  }
}
.sp-header .title-logo {
  width: 9.5rem;
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 999;
}

.sp-navi {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
.sp-navi.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sp-navi .header-inner {
  padding: 23rem 5rem 5rem;
}
.sp-navi .shop-list-navi {
  margin: 0.8em auto 0;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-navi .shop-list-navi li {
  width: auto;
}
.sp-navi .shop-list-navi li + li {
  margin-left: 0;
}
.sp-navi .shop-list-navi a {
  padding: 0.5em 0.8em;
  border-color: #fff;
  color: #fff;
  font-size: 2.2rem;
}

#closeBtn {
  position: absolute;
  top: 5rem;
  left: 5rem;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
}
#closeBtn::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 2rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
}
#closeBtn::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 2rem;
  left: 2rem;
  border-width: 0.9rem 0.5rem 0 0.5rem;
  border-style: solid;
  border-color: #e8e6d1 transparent transparent transparent;
}

#hamburgerMenu {
  position: fixed;
  top: 4.5rem;
  right: 2.8rem;
  z-index: 9999;
  cursor: pointer;
}
#hamburgerMenu > div {
  width: 7.4rem;
  height: 2.4rem;
  position: relative;
}
#hamburgerMenu span {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  display: block;
  background: #000;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#hamburgerMenu span:nth-child(1) {
  top: 0;
}
#hamburgerMenu span:nth-child(2) {
  top: calc(50% - 1px);
}
#hamburgerMenu span:nth-child(3) {
  top: calc(100% - 2px);
}
#hamburgerMenu.is-open span:nth-child(1) {
  top: 0.7rem;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
#hamburgerMenu.is-open span:nth-child(2) {
  opacity: 0;
}
#hamburgerMenu.is-open span:nth-child(3) {
  top: 0.7rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.site-footer {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
}

.footer-title {
  margin-bottom: 1em;
}
.footer-title a {
  display: inline-block;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.footer-navi li:not(:last-child) {
  margin-right: 2em;
}

.footer-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.footer-link-list li:not(:last-child) {
  margin-right: 2em;
}

.copyright {
  margin-top: 6.4rem;
  padding: 1em;
  background-color: #000;
  color: #8a8a8a;
  text-align: right;
  font-size: 1.2rem;
}

.breakThrough-right {
  margin-right: calc(50% - 50vw);
}
.breakThrough-right.keep-child {
  padding-right: calc(50vw - 50%);
}
.breakThrough-left {
  margin-left: calc(50% - 50vw);
}
.breakThrough-left.keep-child {
  padding-left: calc(50vw - 50%);
}

.l-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-column.col-2 {
  margin-bottom: calc(var(--col-margin, 3%) * -1);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-column.col-2 > * {
  width: var(--col-width, 48.5%);
  margin-bottom: var(--col-margin, 3%);
}
.l-column.col-3 {
  margin-bottom: calc(var(--col-margin, 3.5%) * -1);
}
.l-column.col-3 > * {
  width: var(--col-width, 31%);
  margin-right: var(--col-margin, 3.5%);
  margin-bottom: var(--col-margin, 3.5%);
}
.l-column.col-3 > *:last-child, .l-column.col-3 > *:nth-child(3n) {
  margin-right: 0;
}
.l-column.col-4 {
  margin-bottom: calc(var(--col-margin, 3%) * -1);
}
.l-column.col-4 > * {
  width: var(--col-width, 22.75%);
  margin-right: var(--col-margin, 3%);
  margin-bottom: var(--col-margin, 3%);
}
.l-column.col-4 > *:last-child, .l-column.col-4 > *:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 833px) {
  .l-column.col-1-tab > * {
    width: 100%;
    margin-right: 0;
  }
  .l-column.col-2-tab {
    margin-bottom: calc(var(--col-tab-margin, 3%) * -1);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.col-2-tab > * {
    width: var(--col-tab-width, 48.5%);
    margin-right: 0;
    margin-bottom: var(--col-tab-margin, 3%);
  }
}
@media screen and (max-width: 575px) {
  .l-column.col-1-sp > * {
    width: 100%;
    margin-right: 0;
  }
  .l-column.col-2-sp {
    margin-bottom: calc(var(--col-sp-margin, 3%) * -1);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.col-2-sp > * {
    width: var(--col-sp-width, 48.5%);
    margin-right: 0;
    margin-bottom: var(--col-sp-margin, 3%);
  }
}
.l-column.x-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-column.y-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.l-column.x-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-column.y-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.card {
  overflow: hidden;
}
.card .c-image {
  position: relative;
}
.card .c-image figcaption {
  position: absolute;
  right: 1.2em;
  bottom: 1em;
  font-size: 1.2rem;
  color: #FFF;
}
.card .c-body {
  padding: 2rem;
  background-color: #FFF;
}
.card .c-title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}
.card .c-date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}
.card .c-date + * {
  margin-top: 0.5rem;
}
.card p {
  font-size: 1.4rem;
  text-align: justify;
}

.site-column .main-contents-inner {
  padding-bottom: 30rem;
  font-size: 3.4rem;
}
.site-column .main-contents-inner .content-inner {
  padding-right: 5rem;
  padding-left: 5rem;
}
.site-column .main-contents-inner .contents + .contents {
  margin-top: 12rem;
}

@media screen and (min-width: 834px) {
  .site-column {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .site-column .main-contents {
    width: 51rem;
    min-height: 100vh;
    margin-left: calc(50% + 8.4rem);
    background-color: #f1f1f1;
  }
  .site-column .main-contents .main-contents-inner {
    width: 75rem;
    height: auto;
    font-size: 2.8rem;
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .site-column .main-contents.is-shadow {
    -webkit-filter: drop-shadow(0 0 1.3rem rgba(42, 42, 41, 0.3));
            filter: drop-shadow(0 0 1.3rem rgba(42, 42, 41, 0.3));
  }
  .site-column .side-contents {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 8.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-column .side-bg {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: calc(50% + 8.4rem + 51rem);
    background: url(../../images/keiji/bg01.jpg) no-repeat left center/cover;
  }
}
@media screen and (max-width: 833px) {
  .site-column .side-contents .contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .site-column .side-contents .shop-pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-column .side-contents .shop-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-column .side-contents .shop-news {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
#hero-visual {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#hero-visual .hero-inner {
  width: 50%;
  position: relative;
  overflow: hidden;
}
#hero-visual .hero-inner a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hero-visual .hero-inner a:hover .logo {
  opacity: 0;
}
#hero-visual .hero-inner a:hover .bg {
  opacity: 1;
}
#hero-visual .hero-inner .logo {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#hero-visual .hero-inner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#hero-visual .hero-inner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero-visual .shop-list-navi {
  position: absolute;
  top: 3rem;
  left: 3rem;
}
#hero-visual .shop-list-navi a {
  padding: 0 1rem !important;
  background: url(../../images/common/bg.jpg) repeat center/100rem;
}
#hero-visual .obj-illust {
  position: absolute;
}
#hero-visual .obj-chicken {
  width: 8.4rem;
  right: 8.2rem;
  bottom: 5.6rem;
}
#hero-visual .obj-shell {
  width: 5.6rem;
  bottom: 6.4rem;
  left: 13.6rem;
}

.hero-wave {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.hero-wave .wave-bg {
  width: 100%;
  height: 11.8rem;
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.hero-wave .bg01 {
  background-image: url(../../images/home/obj-wave01.png);
  -webkit-animation: loopWave 50s linear infinite;
          animation: loopWave 50s linear infinite;
  will-change: background-position;
}
.hero-wave .bg02-1 {
  background-image: url(../../images/home/obj-wave02-1.png);
}
.hero-wave .bg02-2 {
  height: 33.5rem;
  position: absolute;
  bottom: -25rem;
  left: 0;
  z-index: 4;
  background-image: url(../../images/home/obj-wave02-2.png);
  -webkit-animation: loopWave 80s linear infinite;
          animation: loopWave 80s linear infinite;
  will-change: background-position;
}

@-webkit-keyframes verticalWave {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes verticalWave {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes loopWave {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -95.8rem 0;
  }
}
@keyframes loopWave {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -95.8rem 0;
  }
}
@media screen and (min-width: 834px) {
  #hero-visual .hero-inner a {
    padding-bottom: 11.8rem;
  }
  #hero-visual .keiji-block {
    padding-right: 4.2rem;
  }
  #hero-visual .kaiji-block {
    padding-left: 4.2rem;
  }
}
@media screen and (max-width: 833px) {
  .home .site-header {
    display: none;
  }
  .home .sp-navi .shop-list-navi a {
    border-color: #000;
    color: #000;
  }
  #hero-visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #hero-visual .hero-inner {
    width: 100%;
    height: 50%;
  }
  #hero-visual .hero-inner a {
    padding-bottom: 14rem;
  }
  #hero-visual .keiji-block .logo {
    width: 37.6rem;
  }
  #hero-visual .kaiji-block .logo {
    width: 39.4rem;
  }
  #hero-visual .obj-chicken {
    width: 9.5rem;
    right: -4rem;
    bottom: 2.8rem;
  }
  #hero-visual .obj-shell {
    width: 6.8rem;
    bottom: 6.1rem;
    left: 9.3rem;
  }
  #hero-visual .shop-list-navi {
    width: 100%;
    top: calc(50% + 2rem);
    left: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #hero-visual .shop-list-navi a {
    padding: 0.5em 0.8em !important;
    font-size: 2.2rem;
  }
  .hero-wave .wave-bg {
    height: 14rem;
  }
  .hero-wave .bg02-2 {
    height: 39.2rem;
    bottom: -30rem;
  }
}
.shop-hero-slider .logo {
  position: absolute;
  top: 4.6rem;
  left: 8.5rem;
  z-index: 3;
}

.lower-headline {
  margin-bottom: 10rem;
  padding-top: 17rem;
}

@media screen and (max-width: 833px) {
  .shop-hero-slider {
    height: 100vh;
  }
  .shop-hero-slider .swiper-slide, .shop-hero-slider .slide-image {
    width: 100%;
    height: 100%;
    display: block;
  }
  .shop-hero-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.shop-list-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-list-navi li + li {
  margin-left: 1rem;
}
.shop-list-navi a {
  min-width: 6rem;
  padding: 0 1rem;
  display: block;
  border: 1px solid #080808;
  border-radius: 1rem;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.shop-list-navi .is-current {
  background-color: #080808;
  color: #fff;
  pointer-events: none;
}

@media screen and (min-width: 834px) {
  .side-contents {
    position: relative;
  }
  .side-contents .shop-list-navi {
    position: absolute;
    top: 3rem;
    left: 3rem;
  }
}
.shop-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.shop-info .logo {
  margin-bottom: 1.6rem;
}
.shop-info .address {
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 700;
}
.shop-info .address span {
  font-size: 1.4rem;
}
.shop-info .contact {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.shop-info .tel {
  letter-spacing: 0.025em;
  font-weight: 700;
  font-size: 2.6rem;
}
.shop-info .link-contact {
  margin-left: 1.3rem;
  padding: 0.7em 0.8em;
  border: 1px solid #000;
  border-radius: 1rem;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.4rem;
}
.shop-info .hours {
  margin-top: 0.8rem;
  line-height: 1.3125;
}
.shop-info .hours span {
  font-size: 1.1rem;
}
.shop-info .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}
.shop-info .link-map {
  padding-left: 1.8rem;
  display: inline-block;
  background: url(../../images/common/icon-map.svg) no-repeat left center/1.2rem 1.6rem;
  letter-spacing: 0;
  font-weight: 500;
}
.shop-info .link-map span {
  border-bottom: 1px solid #000;
}

.shop-pic {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-pic li:not(:last-child) {
  margin-right: 0.7rem;
}
.shop-pic .pic {
  display: block;
}

.shop-news {
  max-width: 45rem;
  margin: 2.5rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-news dt {
  width: 4.8rem;
  margin-right: 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-radius: 1.1rem;
  background-color: #202020;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.shop-news dd {
  width: 100%;
}

.news-list .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list .date {
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  letter-spacing: 0.025em;
  font-weight: 300;
  font-size: 1.3rem;
}
.news-list .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-line-clamp: 1;
}

@media screen and (min-width: 834px) {
  .shop-pic {
    position: relative;
  }
  .shop-pic:hover .pic::before {
    opacity: 1;
  }
  .shop-pic .pic {
    position: relative;
  }
  .shop-pic .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .shop-pic .pic:hover::before {
    opacity: 0;
  }
  .shop-pic .pic:hover + .image-detail {
    opacity: 1;
  }
  .shop-pic .image-detail {
    width: 63.9rem;
    position: absolute;
    bottom: 11rem;
    left: calc(50% - 31.95rem);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
}
@media screen and (max-width: 833px) {
  .shop-info {
    padding-top: 8rem;
  }
  .shop-info .logo img {
    width: 56rem;
  }
  .shop-info .address span {
    font-size: 3rem;
  }
  .shop-info .tel {
    font-size: 5.5rem;
  }
  .shop-info .link-contact {
    font-size: 3rem;
  }
  .shop-info .hours span {
    font-size: 2.2rem;
  }
  .shop-info .info {
    font-size: 3rem;
  }
  .shop-info .link-map {
    padding-left: 3.6rem;
    background-size: 2.4rem 3.2rem;
    font-size: 3rem;
  }
  .shop-pic {
    width: 100%;
    margin-top: 0;
    display: block;
  }
  .shop-pic li:not(:last-child) {
    margin-right: 0;
  }
  .shop-pic .pic {
    aspect-ratio: 1.5/1;
  }
  .shop-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shop-pic .image-detail {
    display: none !important;
  }
  .shop-news {
    max-width: none;
    margin-top: 5rem;
    padding: 0 5rem 8rem;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .shop-news dt {
    width: 9.6rem;
    position: absolute;
    top: 0;
    left: 5rem;
    font-size: 2.8rem;
  }
  .news-list .news-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-list .date {
    padding-left: 11.8rem;
    font-size: 2.6rem;
  }
  .news-list .title {
    width: 100%;
    margin-top: 3rem;
    font-size: 3rem;
  }
}
.side-keiji {
  overflow: hidden;
}
.side-keiji .obj-chicken {
  width: 6.2rem;
  position: absolute;
  right: -4rem;
  bottom: 0;
}
.side-keiji .obj-text {
  width: 15.5rem;
  position: absolute;
  right: 4.5rem;
  bottom: 5.6rem;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.side-keiji .obj-text img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: center 0;
          transform-origin: center 0;
}

.keiji-slider .logo {
  width: 17.6rem;
}

.roop-slider {
  overflow: hidden;
  pointer-events: none;
}
.roop-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.keiji-roop01 {
  padding: 10rem 0;
}
.keiji-roop01 .swiper-slide {
  width: 62.4rem;
}

.keiji-roop02 {
  padding: 9.5rem 0 7.7rem;
}
.keiji-roop02 .swiper-slide {
  width: 32rem;
}

.keiji-roop03 {
  padding: 9.5rem 0 7.7rem;
}
.keiji-roop03 .swiper-slide {
  width: 72rem;
}

.keiji-roop04 {
  padding: 9.5rem 0 7.7rem;
}
.keiji-roop04 .swiper-slide {
  width: 48rem;
}

.keiji-roop05 {
  padding: 9.5rem 0 7.7rem;
}
.keiji-roop05 .swiper-slide {
  width: 36.6rem;
}

.keiji-lead {
  padding-bottom: 30rem;
  position: relative;
  background: url(../../images/keiji/lead-bg02.png) no-repeat right bottom/67.3rem auto;
}
.keiji-lead::before {
  content: "";
  width: 75rem;
  height: 113.4rem;
  position: absolute;
  top: 64.8rem;
  right: 0;
  z-index: 1;
  background: url(../../images/keiji/lead-bg01.png) no-repeat 0 0/contain;
}
.keiji-lead .lead-inner {
  position: relative;
  z-index: 2;
}
.keiji-lead .lead-pic01 {
  position: relative;
}
.keiji-lead .lead-text01 {
  width: 54rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.keiji-lead .lead-pic02 {
  width: 41rem;
  position: absolute;
  top: 38.8rem;
  right: 0;
}
.keiji-lead .content-inner {
  padding-top: 37rem;
}
.keiji-lead .lead-text02 {
  width: 64rem;
  margin-bottom: 6.6rem;
}
.keiji-lead .text02 {
  width: 40rem;
}

.menu-list .name {
  padding: 0 0.5rem;
  display: inline;
  background-color: #fff;
  box-decoration-break: clone;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
}
.menu-list .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.6rem;
  padding: 0 0.5rem;
  display: block;
  background-color: #000;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.2;
}
.menu-list .text p {
  padding: 0.1em 0.1em;
  display: inline;
  background-color: #fff;
  box-decoration-break: clone;
  line-height: 1.5882352941;
  -webkit-box-decoration-break: clone;
}

.menu-list-visual .menu-item {
  width: 100%;
  height: 112.5rem;
  position: relative;
}
.menu-list-visual .title {
  padding: 0 5rem;
  position: absolute;
  top: 7.8rem;
  left: 0;
}
.menu-list-visual .text {
  padding: 0 5rem;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
}
.menu-list-visual .text p {
  padding: 0.1em 0.1em;
  display: inline;
  background-color: #fff;
  box-decoration-break: clone;
  line-height: 1.5882352941;
  -webkit-box-decoration-break: clone;
}

.menu-list-text.pd-t {
  padding-top: 6rem;
}
.menu-list-text .menu-item::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  display: block;
  background: url(../../images/common/line01.png) repeat-x 0 0/auto 100%;
}
.menu-list-text .menu-item + .menu-item {
  margin-top: 3rem;
}
.menu-list-text .text {
  margin-top: 2.8rem;
}

.keiji-sp-navi.is-open {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.keiji-sp-navi .navi-inner {
  margin-top: 20rem;
  background: url(../../images/keiji/bg-sp-navi01.jpg) no-repeat center bottom/cover;
}
.keiji-sp-navi .shop-info {
  color: #fff;
  opacity: 0.8;
}
.keiji-sp-navi .shop-info .link-contact {
  border-color: #fff;
}
.keiji-sp-navi .shop-info .link-map {
  background-image: url(../../images/common/icon-map-wh.svg);
}
.keiji-sp-navi .shop-info .link-map span {
  border-bottom-color: #fff;
}
.keiji-sp-navi .shop-news {
  opacity: 0.8;
}
.keiji-sp-navi .shop-news dt {
  background-color: #fff;
  color: #000;
}
.keiji-sp-navi .news-list {
  color: #fff;
}
.keiji-sp-navi .news-list .title {
  border-bottom-color: #fff;
}
.keiji-sp-navi .header-inner {
  padding-top: 9.4rem;
  padding-bottom: 12rem;
  background: url(../../images/keiji/bg-sp-navi02.jpg) no-repeat center bottom/cover;
}
.keiji-sp-navi .header-navi a {
  color: #fff;
}
.keiji-sp-navi .object-area {
  width: 100%;
  height: 21.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.keiji-sp-navi .object-area .obj-chicken {
  width: 15.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.keiji-sp-navi .hero-wave .wave-bg {
  height: 21.4rem;
}

@media screen and (max-width: 833px) {
  .page-keiji {
    padding-bottom: 88rem;
  }
  .side-keiji .object-area {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .side-keiji .object-area.is-hide {
    -webkit-transform: translateY(40rem);
            transform: translateY(40rem);
  }
  .side-keiji .obj-chicken {
    width: 15.4rem;
    right: -4rem;
    bottom: 6rem;
  }
  .side-keiji .obj-text {
    right: 18rem;
    bottom: 16.6rem;
  }
}
.menu-list-visual .menu-topping .title.bottom {
  top: auto;
  right: 0;
  bottom: 10rem;
  left: auto;
}
.menu-list-visual .menu-topping .text {
  right: 0;
  left: auto;
}

.page-nara24 .keiji-lead {
  padding-bottom: 47rem;
  background: url(../../images/nara24/lead-bg02.png) no-repeat center bottom/contain;
}
.page-nara24 .keiji-lead::before {
  content: none;
}
.page-nara24 .keiji-lead .lead-pic02 {
  width: 34.3rem;
  position: absolute;
  top: 50rem;
  right: 0;
}
.page-nara24 .keiji-lead .content-inner {
  padding-top: 34rem;
}
.page-nara24 .keiji-lead .lead-text02 {
  width: 63.2rem;
}

@media screen and (max-width: 833px) {
  .page-nara24 {
    padding-bottom: 88rem;
  }
  .page-nara24 .keiji-lead .lead-text02 {
    margin-bottom: 4rem;
  }
  .page-nara24 .keiji-lead .text01 {
    line-height: 1.5882352941;
  }
}
.page-lalaport-sakai .keiji-lead {
  padding-bottom: 47rem;
  background: url(../../images/lalaport-sakai/lead-bg02.png) no-repeat center bottom/contain;
}
.page-lalaport-sakai .keiji-lead::before {
  content: none;
}
.page-lalaport-sakai .keiji-lead .lead-pic02 {
  width: 34.3rem;
  position: absolute;
  top: 50rem;
  right: 0;
}
.page-lalaport-sakai .keiji-lead .content-inner {
  padding-top: 34rem;
}
.page-lalaport-sakai .keiji-lead .lead-text02 {
  width: 52.7rem;
}
.page-lalaport-sakai .menu-list-visual .menu-topping .message {
  width: 100%;
  position: absolute;
  top: 24rem;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 833px) {
  .page-lalaport-sakai {
    padding-bottom: 88rem;
  }
  .page-lalaport-sakai .keiji-lead .lead-text02 {
    margin-bottom: 4rem;
  }
  .page-lalaport-sakai .keiji-lead .text01 {
    line-height: 1.5882352941;
  }
}
.page-shijo-kawaramachi .menu-list-visual .menu-item {
  height: 100% !important;
}
.page-shijo-kawaramachi .keiji-lead {
  padding-bottom: 67rem;
  background: url(../../images/shijo-kawaramachi/lead-bg02.png) no-repeat center bottom/contain;
}
.page-shijo-kawaramachi .keiji-lead::before {
  content: none;
}
.page-shijo-kawaramachi .keiji-lead .lead-pic02 {
  width: 34.3rem;
  position: absolute;
  top: 50rem;
  right: 0;
}
.page-shijo-kawaramachi .keiji-lead .content-inner {
  padding-top: 34rem;
}
.page-shijo-kawaramachi .keiji-lead .lead-text02 {
  width: 63.2rem;
}
.page-shijo-kawaramachi .text01 {
  line-height: 1.7;
}
.page-shijo-kawaramachi .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}

@media screen and (max-width: 833px) {
  .page-shijo-kawaramachi {
    padding-bottom: 88rem;
  }
  .page-shijo-kawaramachi .keiji-lead .lead-text02 {
    margin-bottom: 4rem;
  }
  .page-shijo-kawaramachi .keiji-lead .text01 {
    line-height: 1.5882352941;
  }
}
.side-kaiji {
  overflow: hidden;
}
.side-kaiji .obj-shell {
  width: 5.6rem;
  position: absolute;
  bottom: 6.2rem;
  left: 4rem;
}
.side-kaiji .obj-text {
  width: 15.5rem;
  position: absolute;
  bottom: 10.6rem;
  left: 7.5rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.side-kaiji .obj-text img {
  -webkit-transform-origin: center 0;
          transform-origin: center 0;
}

.kaiji-slider .logo {
  width: 16.2rem;
}

.roop-slider {
  overflow: hidden;
  pointer-events: none;
}
.roop-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.keiji-roop01 {
  padding: 10rem 0;
}
.keiji-roop01 .swiper-slide {
  width: 62.4rem;
}

.keiji-roop02 {
  padding: 9.5rem 0 7.7rem;
}
.keiji-roop02 .swiper-slide {
  width: 32rem;
}

.keiji-roop03 {
  padding: 9.5rem 0 7.7rem;
}
.keiji-roop03 .swiper-slide {
  width: 72rem;
}

.keiji-roop04 {
  padding: 9.5rem 0 7.7rem;
}
.keiji-roop04 .swiper-slide {
  width: 48rem;
}

.keiji-roop05 {
  padding: 9.5rem 0 7.7rem;
}
.keiji-roop05 .swiper-slide {
  width: 36.6rem;
}

.kaiji-lead {
  position: relative;
}
.kaiji-lead::before {
  content: "";
  width: 54.2rem;
  height: 45.9rem;
  position: absolute;
  top: 134rem;
  left: 0;
  z-index: 1;
  background: url(../../images/kaiji/lead-bg01.png) no-repeat 0 0/contain;
}
.kaiji-lead .lead-inner {
  padding-bottom: 48rem;
  position: relative;
  z-index: 2;
}
.kaiji-lead .lead-pic01 {
  text-align: center;
}
.kaiji-lead .lead-pic01 img {
  width: 72.2rem;
}
.kaiji-lead .lead-pic02 {
  width: 45.3rem;
  position: absolute;
  top: 117rem;
  right: 0;
}
.kaiji-lead .content-inner {
  margin-bottom: 2rem;
}
.kaiji-lead .lead-text02 {
  margin-bottom: 4.6rem;
  text-align: center;
}
.kaiji-lead .lead-text02 img {
  width: 52.8rem;
}
.kaiji-lead .text02 {
  width: 40rem;
}
.kaiji-lead .lead-obj {
  width: 33.5rem;
  height: 33.5rem;
  margin: 0 auto 4.2rem;
  position: relative;
}
.kaiji-lead .lead-obj > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kaiji-lead .lead-obj .obj02 {
  -webkit-animation: 12s linear infinite rotation;
          animation: 12s linear infinite rotation;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.menu-list .name {
  padding: 0 0.5rem;
  display: inline;
  background-color: #fff;
  box-decoration-break: clone;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
}
.menu-list .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.6rem;
  padding: 0 0.5rem;
  display: block;
  background-color: #000;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.2;
}
.menu-list .text p {
  padding: 0.1em 0.1em;
  display: inline;
  background-color: #fff;
  box-decoration-break: clone;
  line-height: 1.5882352941;
  -webkit-box-decoration-break: clone;
}

.menu-list-visual .menu-item {
  width: 100%;
  height: 112.5rem;
  position: relative;
}
.menu-list-visual .title {
  padding: 0 5rem;
  position: absolute;
  top: 7.8rem;
  left: 0;
}
.menu-list-visual .text {
  padding: 0 5rem;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
}
.menu-list-visual .text p {
  padding: 0.1em 0.1em;
  display: inline;
  background-color: #fff;
  box-decoration-break: clone;
  line-height: 1.5882352941;
  -webkit-box-decoration-break: clone;
}

.menu-list-text.pd-t {
  padding-top: 6rem;
}
.menu-list-text .menu-item::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  display: block;
  background: url(../../images/common/line01.png) repeat-x 0 0/auto 100%;
}
.menu-list-text .menu-item + .menu-item {
  margin-top: 3rem;
}
.menu-list-text .text {
  margin-top: 2.8rem;
}

.kaiji-sp-navi.is-open {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.kaiji-sp-navi .navi-inner {
  margin-top: 25rem;
  background: url(../../images/kaiji/bg-sp-navi01.jpg) no-repeat center bottom/cover;
}
.kaiji-sp-navi .shop-info {
  color: #fff;
}
.kaiji-sp-navi .shop-info .link-contact {
  border-color: #fff;
}
.kaiji-sp-navi .shop-info .link-map {
  background-image: url(../../images/common/icon-map-wh.svg);
}
.kaiji-sp-navi .shop-info .link-map span {
  border-bottom-color: #fff;
}
.kaiji-sp-navi .shop-news dt {
  background-color: #fff;
  color: #000;
}
.kaiji-sp-navi .news-list {
  color: #fff;
}
.kaiji-sp-navi .news-list .title {
  border-bottom-color: #fff;
}
.kaiji-sp-navi .header-inner {
  padding-top: 9.4rem;
  padding-bottom: 12rem;
  background: url(../../images/kaiji/bg-sp-navi02.jpg) no-repeat center bottom/cover;
}
.kaiji-sp-navi .header-inner > * {
  opacity: 0.8;
}
.kaiji-sp-navi .header-navi a {
  color: #fff;
}
.kaiji-sp-navi .object-area {
  width: 100%;
  height: 15.3rem;
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: -1;
}
.kaiji-sp-navi .object-area .obj-shell {
  width: 8.8rem;
  position: absolute;
  top: 0;
  right: 8rem;
}
@media screen and (min-width: 834px) {
  .kaiji-index .side-bg {
    background-image: url(../../images/kaiji/bg01.jpg);
    background-position: right center;
  }
}
@media screen and (max-width: 833px) {
  .page-kaiji {
    padding-bottom: 88rem;
  }
  .side-kaiji .object-area {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .side-kaiji .object-area.is-hide {
    -webkit-transform: translateY(30rem);
            transform: translateY(30rem);
  }
  .side-kaiji .obj-shell {
    width: 10.7rem;
    bottom: 3.2rem;
    left: 2.8rem;
  }
}
.page-recruit {
  color: #fff;
}

.recruit-index {
  position: relative;
  z-index: 99;
}

.recruit-header .title {
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  font-size: 15.8rem;
  line-height: 1;
}
.recruit-header .navi {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.recruit-header li:not(:last-child) {
  margin-right: 4.7rem;
}
.recruit-header a {
  color: #fff;
}

.recruit-index-list {
  width: 100%;
  height: 100vh;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 100%;
}
.recruit-index-list .pic {
  width: 100%;
  height: 100%;
  display: block;
}
.recruit-index-list .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-fixed-navi {
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.recruit-fixed-navi li:not(:last-child) {
  margin-right: 4.7rem;
}
.recruit-fixed-navi a {
  color: #fff;
}

.recruit-people {
  padding-top: 50vh;
  padding-bottom: 80vh;
  position: relative;
  color: #fff;
}
.recruit-people .people-content {
  z-index: 2;
}
.recruit-people .trigger {
  width: 10px;
  height: 50%;
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.recruit-people .trigger01 {
  top: 0;
  background-color: #ccc;
}
.recruit-people .trigger02 {
  bottom: 0;
  background-color: #aaa;
}
.recruit-people .bg-title {
  position: fixed;
  bottom: -0.5rem;
  left: 10rem;
  font-size: 11.4rem;
  line-height: 1;
  mix-blend-mode: overlay;
}
.recruit-people .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.recruit-people .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.recruit-people .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-people .bg01 {
  background-color: #ccc;
}
.recruit-people .bg02 {
  background-color: #999;
}
.recruit-people.show-bg01 .bg01 {
  opacity: 1;
}
.recruit-people.show-bg02 .bg02 {
  opacity: 1;
}

.people-column dl + dl {
  margin-top: 9rem;
}
.people-column .question dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 2rem;
}
.people-column .question dt::before {
  content: "Q.";
}
.people-column .profile dt {
  font-size: 1.4rem;
}
.people-column .profile .name {
  font-weight: 700;
  font-size: 2.6rem;
}
.people-column .profile .caption {
  margin-left: 0.8em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
}

.recruit-people-info {
  padding-bottom: 10rem;
  position: relative;
  z-index: 999;
  background: url(../../images/common/bg05.jpg) repeat 0 0/100rem;
  color: #000;
}
.recruit-people-info .ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 3.6rem;
}

.environment-grid {
  width: 100%;
}
.environment-grid .grid-item {
  padding: 1.6rem 5rem 2rem;
  position: relative;
  border-radius: 1rem;
  background-color: #fff;
}
.environment-grid .ttl-item {
  text-align: center;
  font-size: 4rem;
}
.environment-grid .num {
  text-align: center;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
}
.environment-grid .num span {
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
}
.environment-grid .note {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: #a09d9d;
  font-weight: 700;
  font-size: 2.4rem;
}
.environment-grid .area01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-area: area01;
}
.environment-grid .area01 .ttl-item {
  margin-bottom: 4rem;
}
.environment-grid .area02 {
  grid-area: area02;
}
.environment-grid .area03 {
  grid-area: area03;
}
.environment-grid .area04 {
  padding-top: 3rem;
  grid-area: area04;
}
.environment-grid .area04 .ttl-item {
  margin-bottom: 2rem;
}
.environment-grid .area05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-area: area05;
}
.environment-grid .area05 .ttl-item {
  margin-bottom: 4rem;
}
.environment-grid p {
  text-align: center;
  font-size: 1.8rem;
}
.environment-grid p strong {
  color: #e0b238;
}

.length-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.length-column .inner {
  width: 100%;
}
.length-column dt {
  color: #e0b238;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
.length-column .icon {
  height: 24%;
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.length-column .icon > * {
  width: 19.2%;
}
.length-column .icon > * + * {
  margin-left: 1%;
}

.bbq-pic-list {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bbq-pic-list .pic {
  width: 100%;
}
.bbq-pic-list .pic + .pic {
  margin-left: 1.6rem;
}

.youkou-list li {
  padding: 1em 2.8rem;
  border-radius: 1rem;
  background-color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3636363636;
}
.youkou-list li + li {
  margin-top: 0.7rem;
}
.youkou-list strong {
  color: #e0b238;
}

.entry-area {
  max-width: 44.2rem;
  margin: 20rem auto 0;
  position: relative;
}
.entry-area .obj {
  position: absolute;
}
.entry-area .obj01 {
  width: 27.3rem;
  bottom: calc(100% + 2rem);
  left: calc(50% - 13.6rem);
}
.entry-area .obj02 {
  width: 27.3rem;
  bottom: -3.4rem;
  left: calc(100% + 6.8rem);
}

.entry-button {
  width: 100%;
  padding: 1em;
  display: block;
  border-radius: 1rem;
  background-color: #e0b238;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  -webkit-filter: drop-shadow(1rem 1rem 0 #423a13);
          filter: drop-shadow(1rem 1rem 0 #423a13);
}
.entry-button:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(1rem, 1rem);
          transform: translate(1rem, 1rem);
}

@media screen and (min-width: 834px) {
  .recruit-header {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .recruit-container {
    padding-left: 8.4rem;
  }
  .people-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .people-column .column-item {
    max-width: 38rem;
  }
  .environment-grid {
    display: grid;
    gap: 1rem 1rem;
  }
  .environment-grid.grid01 {
    grid-template-areas: "area01 area02" "area01 area03" "area04 area05";
    grid-template-columns: 56% 1fr;
    grid-template-rows: 0.5fr 0.5fr 1fr;
    grid-auto-flow: row;
  }
  .environment-grid.grid02 {
    margin-top: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .environment-grid.grid02 .grid-item {
    padding-top: 3rem;
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  .environment-grid.grid02 .grid-item .ttl-item {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 833px) {
  .page-recruit .site-header {
    z-index: 9;
    background: url(../../images/common/bg05.jpg) repeat 0 0/100rem;
  }
  .page-recruit #hamburgerMenu:not(.is-open) span {
    background-color: #fff;
  }
  .recruit-container {
    padding-bottom: 82rem;
  }
  .header-navi a {
    color: #000;
  }
  .recruit-index {
    position: relative;
  }
  .recruit-index .recruit-header {
    width: 100%;
    text-align: center;
  }
  .recruit-header .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.24));
            filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.24));
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .recruit-header .navi {
    position: absolute;
    bottom: 4.5rem;
    left: 3rem;
    display: block;
    font-size: 3.2rem;
    -webkit-filter: drop-shadow(0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.84));
            filter: drop-shadow(0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.84));
  }
  .recruit-header li {
    width: auto;
    margin-top: 1.2em;
    text-align: left;
  }
  .recruit-header li:not(:last-child) {
    margin-right: 0;
  }
  .recruit-index-list {
    grid-template-columns: 1fr;
    grid-template-rows: 25% 25% 25% 25%;
  }
  .recruit-fixed-navi {
    display: none;
  }
  .recruit-people .bg-title {
    bottom: 2.5rem;
    left: 2.8rem;
  }
  .recruit-people .trigger01 {
    height: 30%;
  }
  .recruit-people .trigger02 {
    height: 70%;
  }
  .people-column .column-item + .column-item {
    margin-top: 0;
  }
  .people-column dl + dl {
    margin-top: 12rem;
  }
  .people-column .question.classActive {
    opacity: 1;
  }
  .people-column .question dt {
    font-size: 3.6rem;
  }
  .people-column .question p {
    font-size: 3rem;
    line-height: 1.5333333333;
  }
  .people-column .profile {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .people-column .profile.classActive {
    opacity: 1;
  }
  .people-column .profile dt {
    font-size: 2.8rem;
  }
  .people-column .profile .name {
    font-size: 5.2rem;
  }
  .people-column .profile .caption {
    font-size: 2.2rem;
  }
  .environment-grid.grid02 {
    margin-top: 1rem;
  }
  .environment-grid .grid-item {
    padding: 5rem 2.8rem;
  }
  .environment-grid .grid-item + .grid-item {
    margin-top: 1rem;
  }
  .environment-grid p {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
  .bbq-pic-list {
    margin-bottom: 3rem;
  }
  .youkou-list li {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .youkou-list li + li {
    margin-top: 1rem;
  }
  .entry-area {
    max-width: 100%;
  }
  .entry-area .obj01 {
    width: 40rem;
    left: calc(50% - 20rem);
  }
  .entry-area .obj02 {
    display: none;
  }
  .entry-button {
    font-size: 3.2rem;
  }
}
.side-about .about-contents-navi {
  height: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, 1fr);
}

.about-contents-navi .contents-inner {
  position: relative;
}
.about-contents-navi .contents-inner .title {
  position: absolute;
  bottom: 1rem;
  left: 1.4rem;
  color: #fff;
}
.about-contents-navi .contents-inner .pic {
  width: 100%;
  height: 100%;
  display: block;
}
.about-contents-navi .contents-inner .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-contents-navi .contents-inner .pic-list {
  width: 100%;
  height: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 100%;
}
.about-contents-navi .about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-contents-navi .about-block .title {
  color: #e7e5e5;
}

.about-container p {
  font-size: 3rem;
}

.about-headline {
  text-align: center;
}
.about-headline .pic {
  width: 59.2rem;
}

.area-map {
  position: relative;
  text-align: center;
}
.area-map img {
  width: 65.9rem;
}
.area-map .pin {
  width: 6.6rem;
  position: absolute;
}

.pin {
  opacity: 0;
  -webkit-animation: kurukuru 0.5s ease-out forwards;
          animation: kurukuru 0.5s ease-out forwards;
}

.pin01 {
  top: 17.6rem;
  left: 7rem;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.pin02 {
  top: 9.4rem;
  left: 17rem;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.pin03 {
  top: 22.2rem;
  left: 16rem;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.pin04 {
  top: 13rem;
  left: 26.8rem;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.pin05 {
  top: 20.5rem;
  left: 27.6rem;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.pin06 {
  top: 18rem;
  right: 21.2rem;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.pin07 {
  top: 28rem;
  right: 23rem;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.pin08 {
  top: 21.6rem;
  right: 10.6rem;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.pin09 {
  top: 31.4rem;
  right: 13.8rem;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.pin10 {
  top: 36.8rem;
  right: 24rem;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.pin11 {
  top: 43.8rem;
  right: 31rem;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.pin12 {
  top: 42.6rem;
  right: 18rem;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.pin13 {
  top: 53.2rem;
  right: 25rem;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.pin14 {
  top: 52.6rem;
  right: 17rem;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.pin15 {
  top: 60.9rem;
  right: 20.2rem;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes kurukuru {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
}

@keyframes kurukuru {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
}
.about-ttl01 {
  padding: 0 0.1em;
  display: inline;
  background-color: #e0b238;
  box-decoration-break: clone;
  font-size: 7rem;
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
}

.message-pic {
  margin-bottom: 6.6rem;
}
.message-pic img {
  width: 100%;
}

.message-video {
  width: 75rem;
  height: 56.2rem;
  margin-bottom: 6.6rem;
}
.message-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message-ttl {
  margin-bottom: 5rem;
}
.message-ttl span {
  padding: 0 0.1em;
  display: inline;
  background-color: #e0b238;
  box-decoration-break: clone;
  font-size: 4.8rem;
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
}

.vison-list li {
  padding: 3.6rem;
  border: 2px solid #000;
  border-radius: 10px;
}
.vison-list li + li {
  margin-top: 2rem;
}
.vison-list .icon {
  width: 8.6rem;
  margin: 0 auto 3.2rem;
}
.vison-list .title {
  margin-bottom: 1rem;
  color: #e0b238;
  font-size: 3.8rem;
}
.vison-list p {
  font-size: 2.8rem;
  line-height: 1.6071428571;
}

.company-information {
  padding: 7.6rem 1.6rem;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: center;
}
.company-information dt {
  font-size: 2.4rem;
}
.company-information dd {
  font-weight: 700;
  font-size: 3rem;
}
.company-information dd + dt {
  margin-top: 5rem;
}

@media screen and (min-width: 834px) {
  .about-contents-navi .contents-inner {
    opacity: 0.34;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .about-contents-navi .contents-inner.is-current {
    opacity: 1;
    pointer-events: none;
  }
  .about-contents-navi .contents-inner:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 833px) {
  .page-about .site-header {
    height: 70rem;
  }
  .page-about .site-column .main-contents-inner {
    padding-bottom: 82rem;
  }
}
.main-concept {
  background-color: #090909 !important;
  color: #fff;
}
.main-concept p {
  font-size: 3rem;
}

.concept-headline {
  margin-bottom: 20rem;
  text-align: center;
}
.concept-headline .inner {
  position: relative;
}
.concept-headline .pic {
  width: 73.6rem;
}
.concept-headline .label {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  font-size: 6rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.concept-pic {
  text-align: center;
}
.concept-pic img {
  width: 100%;
}
.concept-pic.noodle01 {
  margin-top: 9rem;
}
.concept-pic.soup01 {
  margin-top: 10rem;
}
.concept-pic.soup01 img {
  width: 43.7rem;
}
.concept-pic.soup02 {
  margin-top: 2.8rem;
  margin-bottom: 10rem;
}
.concept-pic.soup02 img {
  width: 56.6rem;
}
.concept-pic.soup03 {
  margin-top: 10rem;
  margin-bottom: -3rem;
}
.concept-pic.pork01 {
  margin-top: 3rem;
}

@media screen and (max-width: 833px) {
  .page-concept .site-header {
    height: 70rem;
  }
  .page-concept .site-header a {
    color: #fff;
  }
  .page-concept #hamburgerMenu:not(.is-open) span {
    background-color: #fff;
  }
  .page-concept .site-column .main-contents-inner {
    padding-bottom: 82rem;
  }
}
.news-navi {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
.news-navi li:not(:last-child) {
  margin-right: 3rem;
}
.news-navi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-navi img {
  margin-right: 0.4rem;
}
.news-navi .is-current a {
  text-decoration: underline;
  font-weight: 700;
  pointer-events: none;
}

.news-archive-list .date {
  color: #939393;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.news-archive-list .icon {
  margin-left: 0.5rem;
  vertical-align: middle;
}
.news-archive-list .title {
  display: block;
  font-weight: 700;
}
.news-archive-list .excerpt {
  margin-top: 1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  -webkit-line-clamp: 3;
}

#moreButton {
  width: 100%;
  padding-bottom: 10rem;
  text-align: center;
  font-size: 1.4rem;
}

.scroller-status {
  padding-bottom: 10rem;
  text-align: center;
  font-size: 1.4rem;
}

.infinite-scroll-request .loader {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  display: block;
  border: 4px solid #141413;
  border-top: 4px solid #fff;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.infinite-pagination {
  display: none;
}

@media screen and (min-width: 834px) {
  .news-container {
    padding-left: 8.4rem;
  }
  .news-archive-list {
    margin-bottom: -10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-archive-list li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 10rem;
  }
  .news-archive-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 833px) {
  .news-navi {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 2.2rem;
  }
  .news-navi li:not(:last-child) {
    margin-right: 0;
  }
  .news-navi img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .news-container {
    padding-bottom: 82rem;
  }
  .news-archive-list li {
    width: 100%;
  }
  .news-archive-list li:not(:last-child) {
    margin-bottom: 5rem;
  }
  .news-archive-list .date {
    font-size: 2.4rem;
  }
  .news-archive-list .excerpt {
    font-size: 2.4rem;
  }
  #moreButton {
    font-size: 2.4rem;
  }
  .scroller-status {
    font-size: 2.4rem;
  }
}
.post-header {
  margin-bottom: 4rem;
}
.post-header .date {
  color: #939393;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.post-header .title {
  margin-top: 0.5em;
  font-size: 2.2rem;
}

.post-body {
  font-size: 1.5rem;
}
.post-body figure {
  width: 100%;
  margin-bottom: 4em;
  margin-left: auto;
  display: block;
}
.post-body figure img {
  width: 100%;
}
.post-body p:not(:last-of-type) {
  margin-bottom: 2em;
}

.post-footer {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #99999a;
}
.post-footer .post-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
}
.post-footer a {
  color: #141413;
}
.post-footer .prev, .post-footer .next {
  min-width: 8rem;
  line-height: 1;
}
.post-footer .back {
  margin: 0 3.4rem;
  text-decoration: underline;
}

@media screen and (max-width: 833px) {
  .post-header .date {
    font-size: 2.4rem;
  }
  .post-header .title {
    font-size: 3.8rem;
  }
  .post-body {
    font-size: 2.8rem;
  }
  .post-footer .post-navi {
    font-size: 2.8rem;
  }
}
.form-text {
  margin-top: 1em;
  color: #878484;
}

.form-footer {
  text-align: center;
}
.form-footer .entry-button {
  max-width: 44.2rem;
  margin: 5rem auto 0;
}
.form-footer .return-button {
  margin-top: 2em;
  display: inline-block;
  border-bottom: 1px solid #333;
}

.contact-confirm .form-text {
  display: none;
}
.contact-confirm .form-box .required {
  display: none;
}

.contact-complete .ttl {
  margin-bottom: 1em;
  font-size: 2.4rem;
}

@media screen and (min-width: 834px) {
  .contact-form {
    max-width: 52rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 833px) {
  .contact-container {
    padding-bottom: 82rem;
  }
  .form-footer .return-button {
    font-size: 3rem;
  }
  .contact-complete .ttl {
    font-size: 4.2rem;
  }
  .contact-complete p {
    font-size: 3rem;
  }
  .form-box .error {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (min-width: 834px) {
  #hamburgerMenu {
    display: none;
  }
}
@media screen and (max-width: 833px) {
  html {
    font-size: 1.3333333333vw;
  }
  body {
    font-size: 3.4rem;
  }
}