@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  interpolate-size: allow-keywords;
}

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

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

:where(:root) {
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(h1) {
  margin: 0.67em 0;
  font-size: 2em;
}

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

:where(hr) {
  height: 0;
  color: inherit;
}

:where(nav) :where(ol, ul) {
  padding: 0;
  list-style-type: none;
}

:where(nav li)::before {
  float: left;
  content: "​";
}

:where(pre) {
  overflow: auto;
  font-size: 1em;
  font-family: monospace, monospace;
}

:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: 1em;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

:where(iframe) {
  border-style: none;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

:where(table) {
  border-color: inherit;
  border-collapse: collapse;
  text-indent: 0;
}

:where(button, input, select) {
  margin: 0;
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  margin: 0;
  resize: vertical;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

:where(dialog) {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border: solid;
  background-color: #fff;
  padding: 1em;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  color: #000;
}

:where(dialog:not([open])) {
  display: none;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy=true i]) {
  cursor: progress;
}

:where([aria-controls]) {
  cursor: pointer;
}

:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  scroll-behavior: smooth;
}

body {
  font-style: normal;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

figure {
  margin: 0;
  text-align: center;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

:where(nav li)::before {
  content: none;
}

[\$\$lg],
[\$\$md],
[\$lg],
[\$md] {
  display: none;
}

.text-lg {
  font-size: 4.0541vw;
  line-height: 2;
}

.text-lg:is(.about *) {
  line-height: 2.2;
  letter-spacing: 0.04em;
}

.text-lg:is(.recruit *) {
  line-height: 2;
}

.text-md {
  font-size: 3.5135vw;
  line-height: 1.67;
}

.text-md:is(.profile .desc *) {
  line-height: 2.23;
}

.text-md:is(.information *) {
  line-height: 2.6;
}

.text-md:is(.brand .desc *) {
  line-height: 1.92;
}

.text-md:is(.recruit *) {
  font-size: 3.5135vw;
  line-height: 1.67;
}

.text-sm {
  font-size: 3.2432vw;
  line-height: 1.33;
}

.text-sm:is(.footer-content *) {
  font-size: 2.7027vw;
  line-height: 1;
}

.font-regular {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-condensed {
  font-weight: 300;
  font-family: var(--font-oswald);
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  contain: strict;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide__arrow {
  display: grid;
  position: absolute;
  top: 50%;
  place-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  -webkit-transition: opacity 0.36s ease;
  transition: opacity 0.36s ease;
  border: 0;
  border-radius: 9999px;
  background-color: #dce0e6;
  padding: 1.6216vw;
  width: 6.4865vw;
  height: 6.4865vw;
}

.splide__arrow--next {
  right: 3.2432vw;
  -webkit-transform: scaleX(1) translateY(-50%);
      -ms-transform: scaleX(1) translateY(-50%);
          transform: scaleX(1) translateY(-50%);
}

.splide__arrow--prev {
  left: 3.2432vw;
  -webkit-transform: scaleX(-1) translateY(-50%);
      -ms-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.splide__pagination {
  position: absolute;
  top: -8.6486vw;
  right: 2.1622vw;
  gap: 0.5em;
  margin: 0;
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0.9;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
  margin: 0 0.1rem;
  border: 0;
  border-radius: 50%;
  background: #b4b8be;
  padding: 0;
  width: 10px;
  height: 10px;
}

.splide__pagination__page.is-active {
  background-color: #000;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  pointer-events: auto;
  line-height: 1;
  list-style-type: none;
}

[data-slide-name^=grid] .photo {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  gap: 1.3514vw;
  max-height: 132.1622vw;
}

:root {
  --gray-800: #e9ebef;
  --gray-600: #707070;
  --font-oswald: "Oswald", sans-serif;
  --font-jp: "Zen Kaku Gothic New", serif;
  --header-height: 18.9vw;
}

.content-body {
  position: static;
}

.content-body > section {
  background-color: var(--gray-800);
}

.content-body > section:is(.about) {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.content-body > section:is(.gallery) {
  display: grid;
  place-items: center;
  background-color: #fff;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.section-container {
  padding: 17.2973vw 0;
  width: 100%;
}

.section-container:is(.introduction *) {
  position: relative;
  background-color: #fff;
  padding: 0;
}

.section-container:is(.about *) {
  padding: 21.6216vw 0 20.5405vw;
}

.section-container:is(.profile *) {
  padding: 12.4324vw 0;
}

.section-container:is(.information *) {
  padding: 16.7568vw 0 17.2973vw;
}

.section-container:is(.brand *) {
  padding: 11.6216vw 0 14.8649vw;
}

.section-container:is(.recruit *) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17.2973vw 0;
}

.section-container:is(.access *) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17.2973vw 0;
}

.section-title:is(.access *) {
  width: 55.6757vw;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

:where(.image-link) {
  display: block;
}

.header-container,
.header-contents {
  height: 18.9189vw;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1020;
  background-color: #fff;
  width: 100%;
}

.header-container.anim {
  -webkit-animation: simple-fade 14s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
          animation: simple-fade 14s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}

.header-container.fixed {
  position: fixed;
  top: 0;
  z-index: 1030;
  width: 100%;
  height: 18.9189vw;
}

.header-container .linflexion-logo {
  margin-left: 3.7838vw;
}

.header-container .linflexion-logo img {
  width: 22.973vw;
  height: 9.7297vw;
}

.header-container .global-navi {
  position: relative;
}

.header-container .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15.6757vw;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.42s ease, -webkit-filter 0.42s ease;
  transition: opacity 0.42s ease, -webkit-filter 0.42s ease;
  transition: filter 0.42s ease, opacity 0.42s ease;
  transition: filter 0.42s ease, opacity 0.42s ease, -webkit-filter 0.42s ease;
  background-color: #fff;
  width: 100vw;
  height: 0;
  overflow: clip;
  pointer-events: none;
}

.header-container .menu.open {
  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;
  opacity: 1;
  height: calc(100dvh - 30.8108vw);
  pointer-events: auto;
}

.header-container .menu.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  height: calc(100dvh - 30.8108vw);
  pointer-events: none;
}

.header-container .menu-list {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: 1fr;
  gap: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 67%;
}

.header-container .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

.header-container .menu-link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 4.8649vw;
  line-height: 1.33;
  letter-spacing: 0.25em;
  text-decoration: none;
}

.toggle-button {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2432vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0 3.7838vw 0 0;
  border: 0;
  background-color: transparent;
  padding: 2.1622vw;
  width: 12.973vw;
  height: 12.973vw;
}

.toggle-button .button-shape {
  display: block;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  background-color: #000;
  width: 8.6486vw;
  height: 2px;
}

.toggle-button .button-shape:nth-child(1):is(.active *) {
  -webkit-transform: translateY(3.7838vw) rotate(45deg);
      -ms-transform: translateY(3.7838vw) rotate(45deg);
          transform: translateY(3.7838vw) rotate(45deg);
}

.toggle-button .button-shape:nth-child(2):is(.active *) {
  opacity: 0;
}

.toggle-button .button-shape:nth-child(3):is(.active *) {
  -webkit-transform: translateY(-3.7838vw) rotate(-45deg);
      -ms-transform: translateY(-3.7838vw) rotate(-45deg);
          transform: translateY(-3.7838vw) rotate(-45deg);
}

.footer-content {
  position: relative;
  z-index: 100;
  display: grid;
  place-items: center;
  height: 12.973vw;
  background-color: #fff;
}

.footer-content.anim {
  -webkit-animation: simple-fade 14s cubic-bezier(0.47, 0, 0.745, 0.715) 0s forwards;
          animation: simple-fade 14s cubic-bezier(0.47, 0, 0.745, 0.715) 0s forwards;
}

.introduction {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  animation: simple-fade 2.8s cubic-bezier(0.47, 0, 0.745, 0.715) 9s reverse forwards;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
}

.introduction .introduction-header {
  display: grid;
  place-items: center;
  opacity: 0;
  -webkit-animation: simple-fade 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s forwards;
          animation: simple-fade 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s forwards;
  background-color: #fff;
  height: 14.3243vw;
  pointer-events: none;
}

.introduction .introduction-header img {
  width: 46.2162vw;
  height: 5.1351vw;
}

.introduction .linflexion-logo {
  position: absolute;
  top: 41.0811vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  z-index: 3;
  -webkit-animation: simple-fade 6.8s cubic-bezier(0.215, 0.61, 0.355, 1) 7.2s forwards;
          animation: simple-fade 6.8s cubic-bezier(0.215, 0.61, 0.355, 1) 7.2s forwards;
}

.introduction .linflexion-logo img {
  width: 77.2973vw;
  height: 32.1622vw;
}

.introduction .hero {
  position: relative;
  opacity: 0;
  background-image: url("../images/introduction_bg_mo.jpg");
  background-position: left -8.1081vw top;
  background-size: cover;
  width: 100vw;
  height: 110vw;
  overflow: clip;
}

.introduction .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: fade-in-out 3.5s ease-in-out 0s forwards;
          animation: fade-in-out 3.5s ease-in-out 0s forwards;
  text-align: center;
}

.introduction .caption img {
  width: 36.2162vw;
  height: 5.6757vw;
}

.introduction .desc {
  position: relative;
  opacity: 0;
  -webkit-animation: simple-fade 6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s forwards;
          animation: simple-fade 6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s forwards;
  padding: 4.973vw 0 10.4054vw;
  width: 100%;
  text-align: center;
}

.introduction .desc::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
  width: 41.0811vw;
  height: 1px;
  content: "";
}

.introduction .desc img {
  width: 84.5946vw;
  height: 12.973vw;
}

.about {
  opacity: 0;
  -webkit-animation: simple-fade 10.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.5s forwards;
          animation: simple-fade 10.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.5s forwards;
  background-color: #fff;
  padding: 14.3243vw 0 0;
}

.about .linflexion-logo {
  text-align: center;
}

.about .linflexion-logo img {
  width: 77.2973vw;
  height: 32.1622vw;
}

.about .desc {
  display: grid;
  grid-template-rows: -webkit-min-content auto;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-right: auto;
  margin-left: auto;
  -webkit-margin-before: 12.973vw;
          margin-block-start: 12.973vw;
  width: 83.7838vw;
}

.profile .section-title {
  padding: 9.7297vw 8.1081vw 9.1892vw;
}

.profile .section-title img {
  width: 30.8108vw;
  height: 9.4595vw;
}

.profile .profile-author {
  margin-right: auto;
  margin-left: auto;
  width: 83.7838vw;
  height: auto;
}

.profile .desc {
  padding: 0 8.1081vw;
  line-height: 2.23;
  letter-spacing: 0.01em;
}

.profile .chef-name {
  -webkit-margin-before: 17.2973vw;
          margin-block-start: 17.2973vw;
  padding: 0 8.1081vw;
}

.profile .chef-name img {
  width: 37.8378vw;
  height: 7.5676vw;
}

.profile .chef-name .ruby {
  display: block;
  hanging-punctuation: allow-end;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.28em;
  line-break: auto;
}

.profile .history {
  -webkit-margin-before: 8.6486vw;
          margin-block-start: 8.6486vw;
  padding: 0 8.1081vw;
}

.profile .history > [class*=text] + * {
  -webkit-margin-before: 0.75em;
          margin-block-start: 0.75em;
}

.profile .sign {
  padding: 3.5135vw 11.3514vw;
  text-align: right;
}

.profile .sign img {
  width: 42.1622vw;
  height: auto;
}

.information .section-title {
  padding: 0 8.6486vw;
}

.information .section-title img {
  width: 72.1622vw;
  height: 8.1081vw;
}

.information .catch {
  -webkit-margin-before: 12.4324vw;
          margin-block-start: 12.4324vw;
  padding: 0 7.4324vw;
}

.information .catch img {
  width: 73.7838vw;
  height: 38.9189vw;
}

.information .photo {
  margin-right: auto;
  margin-left: auto;
  -webkit-margin-before: 11.3514vw;
          margin-block-start: 11.3514vw;
  max-width: 85.1351vw;
}

.information .photo-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3514vw;
  margin: 0;
  padding: 0;
}

.information .photo-container > .item {
  display: block;
  list-style: none;
}

.information .photo-container img {
  aspect-ratio: 1/1;
  width: 41.8919vw;
  height: auto;
}

.information .desc {
  -webkit-margin-before: 9.7297vw;
          margin-block-start: 9.7297vw;
  padding: 0 8.1081vw;
}

.brand {
  -webkit-margin-before: 2.6875rem;
          margin-block-start: 2.6875rem;
}

.brand .section-title {
  padding: 0 8.1081vw;
}

.brand .column {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 11.3514vw;
  -webkit-margin-before: 14.0541vw;
          margin-block-start: 14.0541vw;
}

.brand .column > .track {
  position: relative;
}

.brand .column > .track:nth-child(2)::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: var(--gray-600);
  width: 45.4054vw;
  height: 1px;
  content: "";
}

.brand .brand-logo {
  text-align: center;
}

.brand .brand-logo.linflexiton img {
  width: 55.6757vw;
  height: 22.973vw;
}

.brand .brand-logo.linftech img {
  width: 53.5135vw;
  height: 22.973vw;
}

.brand .desc {
  margin-right: auto;
  margin-left: auto;
  -webkit-margin-before: 8.6486vw;
          margin-block-start: 8.6486vw;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.brand .navigation {
  -webkit-margin-before: 22.7027vw;
          margin-block-start: 22.7027vw;
  text-align: center;
}

.recruit .section-title {
  width: 83.7838vw;
}

.recruit .section-title > img {
  width: 51.3514vw;
  height: 9.4595vw;
}

.recruit .catch {
  -webkit-margin-before: 20vw;
          margin-block-start: 20vw;
  width: 82.1622vw;
  height: 23.5135vw;
}

.recruit .desc {
  padding: 10.2703vw 0 12.4324vw;
  width: 83.7838vw;
}

.recruit .recruit-summary {
  margin-right: auto;
  margin-left: 8.1081vw;
  border-left: 1px solid var(--gray-600);
  padding-left: 7.027vw;
  width: 83.7838vw;
}

.access .section-title {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.access .desc {
  font-size: 3.5135vw;
}

.access .google-maps {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.42s ease;
  transition: -webkit-filter 0.42s ease;
  transition: filter 0.42s ease;
  transition: filter 0.42s ease, -webkit-filter 0.42s ease;
  padding-top: 14.0541vw;
  width: 100vw;
  height: 60.8108vw;
}

.access .easy-map {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  width: 79.7297vw;
  height: 59.1892vw;
}

.gallery .gallery-container {
  width: 100%;
  max-height: 132.1622vw;
}

@-webkit-keyframes simple-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes simple-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hero-dt {
  0% {
    opacity: 0;
    background-position: 0 0;
    background-size: 100% auto;
  }
  33% {
    opacity: 1;
  }
  66% {
    background-position: top -3.3125rem left -3rem;
    background-size: 131% auto;
  }
  100% {
    opacity: 0;
    background-position: top -3.3125rem left -3rem;
    background-size: 131% auto;
  }
}
@keyframes hero-dt {
  0% {
    opacity: 0;
    background-position: 0 0;
    background-size: 100% auto;
  }
  33% {
    opacity: 1;
  }
  66% {
    background-position: top -3.3125rem left -3rem;
    background-size: 131% auto;
  }
  100% {
    opacity: 0;
    background-position: top -3.3125rem left -3rem;
    background-size: 131% auto;
  }
}
@-webkit-keyframes hero-mo {
  0% {
    opacity: 0;
    background-position: top left -8.1081vw;
    background-size: calc(100% + 16.2162vw) auto;
  }
  33% {
    opacity: 1;
  }
  66% {
    background-position: top 5.4054vw left;
    background-size: 136% auto;
  }
  100% {
    opacity: 0;
    background-position: top 5.4054vw left;
    background-size: 136% auto;
  }
}
@keyframes hero-mo {
  0% {
    opacity: 0;
    background-position: top left -8.1081vw;
    background-size: calc(100% + 16.2162vw) auto;
  }
  33% {
    opacity: 1;
  }
  66% {
    background-position: top 5.4054vw left;
    background-size: 136% auto;
  }
  100% {
    opacity: 0;
    background-position: top 5.4054vw left;
    background-size: 136% auto;
  }
}
@media (min-width: 48em) {
  [\$md] {
    display: revert;
  }
  .text-lg {
    font-size: 0.9375rem;
  }
  .text-md {
    font-size: 0.875rem;
    line-height: 2;
  }
  .text-md:is(.profile .desc *) {
    font-size: 0.8125rem;
    line-height: 2.24;
    letter-spacing: 0.01em;
  }
  .text-md:is(.profile .history *:last-child) {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  .text-md:is(.brand .section-title *) {
    font-size: 1.0625rem;
    line-height: 2.7;
  }
  .text-md:is(.brand .navigation *) {
    font-size: 0.875rem;
  }
  .text-md:is(.brand .desc *) {
    font-size: 0.8125rem;
  }
  .text-md:is(.recruit *) {
    font-size: 0.8125rem;
    line-height: 2.3;
  }
  .text-sm {
    font-size: 0.75rem;
  }
  .text-sm:is(.footer-content *) {
    font-size: 0.75rem;
  }
  .splide__slide {
    max-width: 62.5rem;
  }
  .splide__arrow {
    padding: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .splide__arrow--next {
    right: 0.875rem;
  }
  .splide__arrow--prev {
    left: 0.875rem;
  }
  .splide__pagination {
    top: -2rem;
    right: 0;
  }
  [data-slide-name^=grid] .photo {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
    max-height: unset;
  }
  :root {
    --header-height: 18.9189vw;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  :root {
    --header-height: 4.625rem;
  }
}
@media (min-width: 48em) {
  .content-body > section {
    display: grid;
    place-items: center;
    padding: 0 2rem;
  }
  .section-container {
    padding: 3rem 0;
    max-width: 62.5rem;
  }
  .section-container:is(.introduction *) {
    max-width: unset;
    height: 34.375rem;
  }
  .section-container:is(.about *) {
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 4rem;
    padding: 7rem 0 6.125rem;
  }
  .section-container:is(.profile *) {
    display: grid;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 25.5% 28% 1fr;
    grid-template-areas: "author title profile" "author desc profile";
    gap: 0 2.5rem;
    padding: 5.375rem 0;
  }
  .section-container:is(.information *) {
    padding: 5.125rem 0 5.375rem;
  }
  .section-container:is(.brand *) {
    padding: 4.5625rem 0 3.1875rem;
  }
  .section-container:is(.recruit *) {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 38% 1fr;
    grid-template-areas: "title catch" "title desc" "title summary";
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 2.25rem 0;
    padding: 4.625rem 0 3.25rem;
  }
  .section-container:is(.access *) {
    display: grid;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    grid-template-columns: 21.25rem 1fr;
    grid-template-areas: "title map" "desc map" "easy map";
    padding: 4rem 0;
  }
  .section-title:is(.access *) {
    width: 15.5rem;
    height: auto;
  }
  .heading:is(.recruit .recruit-summary *):nth-of-type(n + 2) {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
  .header-container,
  .header-container.fixed,
  .header-contents {
    height: 4.625rem;
  }
  .header-container .linflexion-logo {
    margin-left: 2rem;
  }
  .header-container .linflexion-logo img {
    width: 6.8125rem;
    height: 2.8125rem;
  }
  .header-container .menu {
    top: 3.625rem;
  }
  .header-container .menu.open {
    position: fixed;
    height: calc(100dvh - 4.625rem);
  }
  .header-container .menu-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 62.5rem;
    height: 67%;
  }
  .header-container .menu-link {
    font-size: 2.25rem;
    letter-spacing: 0.1em;
  }
  .toggle-button {
    gap: 0.625rem;
    margin-right: 2rem;
    padding: 0.5rem;
    width: 2.625rem;
    height: 2.625rem;
  }
  .toggle-button .button-shape {
    width: 2.5rem;
    height: 0.125rem;
  }
  .toggle-button .button-shape:nth-child(1):is(.active *) {
    -webkit-transform: translateY(0.75rem) rotate(45deg);
        -ms-transform: translateY(0.75rem) rotate(45deg);
            transform: translateY(0.75rem) rotate(45deg);
  }
  .toggle-button .button-shape:nth-child(3):is(.active *) {
    -webkit-transform: translateY(-0.75rem) rotate(-45deg);
        -ms-transform: translateY(-0.75rem) rotate(-45deg);
            transform: translateY(-0.75rem) rotate(-45deg);
  }
  .footer-content {
    height: 4rem;
  }
  .introduction .introduction-header {
    height: 5.1875rem;
  }
  .introduction .introduction-header img {
    width: 16.4375rem;
    height: 1.875rem;
  }
  .introduction .linflexion-logo {
    top: 6.4375rem;
  }
  .introduction .linflexion-logo img {
    width: 30.625rem;
    height: 12.6875rem;
  }
  .introduction .hero {
    -webkit-animation: hero-dt 10.5s cubic-bezier(0.39, 0.575, 0.565, 1) 3.5s forwards;
            animation: hero-dt 10.5s cubic-bezier(0.39, 0.575, 0.565, 1) 3.5s forwards;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../images/introduction_bg.jpg");
    background-position: top;
    background-size: auto 550px;
    width: 100%;
    max-width: 75rem;
    height: 34.375rem;
  }
  .introduction .caption img {
    width: 12.5rem;
    height: 1.9375rem;
  }
  .introduction .desc {
    padding: 1.25rem 0 4rem;
  }
  .introduction .desc img {
    width: 50.625rem;
    height: 1.4375rem;
  }
  .about {
    padding: 0;
  }
  .about .linflexion-logo img {
    width: 30.625rem;
    height: 12.6875rem;
  }
  .about .desc {
    gap: 3rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .profile .section-title {
    grid-area: title;
    padding: 0;
  }
  .profile .section-title img {
    width: 8.5rem;
    height: 2.625rem;
  }
  .profile .profile-author {
    grid-area: author;
    width: 100%;
    max-width: 15.9375rem;
    height: auto;
  }
  .profile .desc {
    grid-area: desc;
    -webkit-margin-before: 2.125rem;
            margin-block-start: 2.125rem;
    padding: 0;
  }
  .profile .chef-profile {
    grid-area: profile;
    border-left: 1px solid var(--gray-600);
    padding-left: 2.5rem;
  }
  .profile .chef-name {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    padding: 0;
  }
  .profile .chef-name img {
    width: 8.8125rem;
    height: 1.6875rem;
  }
  .profile .history {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
    padding: 0;
  }
  .profile .sign {
    margin-right: 3rem;
    padding: 0;
  }
  .profile .sign img {
    width: 9.6875rem;
  }
  .information .section-title {
    padding: 0;
  }
  .information .section-title img {
    width: 23.3125rem;
    height: 2.625rem;
  }
  .information .catch {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
    padding: 0;
  }
  .information .catch img {
    width: 100%;
    max-width: 49.5rem;
    max-height: 1.375rem;
  }
  .information .photo {
    -webkit-margin-before: 2.125rem;
            margin-block-start: 2.125rem;
    max-width: unset;
  }
  .information .photo-container {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.3906rem;
  }
  .information .photo-container img {
    width: 12.1875rem;
  }
  .information .desc {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    padding: 0;
  }
  .information .desc .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25em;
  }
  .information .desc .item > dt {
    min-width: 7em;
  }
  .brand {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
  .brand .section-title {
    padding: 0;
  }
  .brand .column {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    -webkit-margin-before: 4.5rem;
            margin-block-start: 4.5rem;
  }
  .brand .column > .track {
    padding: 0 2rem;
  }
  .brand .column > .track:nth-child(2)::before {
    top: 0;
    left: 0;
    width: 1px;
    height: 96%;
  }
  .brand .brand-logo.linflexiton img {
    width: 21.4375rem;
    height: 8.875rem;
  }
  .brand .brand-logo.linftech img {
    width: 20.625rem;
    height: 8.8125rem;
  }
  .brand .desc {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
  .brand .navigation {
    -webkit-margin-before: 7.5rem;
            margin-block-start: 7.5rem;
  }
  .recruit .section-title {
    grid-area: title;
    padding-top: 37%;
    width: auto;
  }
  .recruit .section-title > img {
    width: 14.25rem;
    height: 2.625rem;
  }
  .recruit .catch {
    grid-area: catch;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    width: 22rem;
    height: 6rem;
  }
  .recruit .desc {
    grid-area: desc;
    padding: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .recruit .recruit-summary {
    display: grid;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-template-columns: 38% 58%;
    grid-area: summary;
    gap: 4%;
    margin-left: 0;
    padding-left: 1.75rem;
    width: 100%;
  }
  .access .section-title {
    grid-area: title;
  }
  .access .desc {
    grid-area: desc;
    font-size: 0.8125rem;
  }
  .access .google-maps {
    grid-area: map;
    padding: 0;
    width: 100%;
    max-width: 40rem;
    height: 26.25rem;
  }
  .access .google-maps > iframe {
    width: 100%;
    height: 100%;
  }
  .access .easy-map {
    grid-area: easy;
    align-self: end;
    width: 18.4375rem;
    height: 13.6875rem;
  }
  .gallery .gallery-container {
    max-width: 1000px;
    height: unset;
  }
}
@media not all and (min-width: 48em) {
  [\$\$md] {
    display: revert;
  }
  .splide__slide {
    height: 132.1622vw;
  }
  .heading:is(.recruit .recruit-summary *) {
    -webkit-margin-before: 6.4865vw;
            margin-block-start: 6.4865vw;
  }
  .introduction .linflexion-logo {
    width: 77.2973vw;
    height: 32.1622vw;
  }
  .introduction .hero {
    -webkit-animation: hero-mo 6s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s forwards;
            animation: hero-mo 6s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s forwards;
  }
  .information .photo-container > .item:nth-child(5) {
    display: none;
  }
  .brand .column > .track:nth-child(2) {
    padding-top: 12.4324vw;
  }
  .brand .column > .track:nth-child(2)::before {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .access .section-title {
    margin-left: 8.1081vw;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .access .desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 11.3514vw 0 2.1622vw;
    width: 79.7297vw;
  }
}
@media (min-width: 64em) {
  [\$lg] {
    display: revert;
  }
  .splide__arrow--next {
    right: -4rem;
  }
  .splide__arrow--prev {
    left: -4rem;
  }
}
@media not all and (min-width: 64em) {
  [\$\$lg] {
    display: revert;
  }
}
@media (hover: hover) and (pointer: fine) {
  .access .google-maps:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
:root {
  --font-ja: "Zen Kaku Gothic New", sans-serif;
  --font-oswald: "Oswald", sans-serif;
}

.ja {
  font-family: var(--font-ja);
  font-style: normal;
}

.en {
  font-family: var(--font-oswald);
  font-style: normal;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: currentColor;
  }
}
.header_sns_links {
  position: fixed;
  top: calc(var(--header-height) + min(25px, 1.953125vw));
  right: min(25px, 1.953125vw);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(20px, 1.5625vw);
}
@media (max-width: 767px) {
  .header_sns_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    top: calc(var(--header-height) + 2.6666666667vw);
    right: 2.6666666667vw;
    gap: 1.6vw;
  }
}
.header_sns_links 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 43px;
}
@media (max-width: 767px) {
  .header_sns_links a {
    width: 38px;
    height: 38px;
  }
}
.header_sns_links a .sns_link_icon {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_sns_links a .sns_link_icon.instagram_icon {
  -webkit-mask-image: url("../images/instagram_icon.svg");
          mask-image: url("../images/instagram_icon.svg");
}
.header_sns_links a .sns_link_icon.facebook_icon {
  -webkit-mask-image: url("../images/facebook_icon.svg");
          mask-image: url("../images/facebook_icon.svg");
}
@media (hover: hover) {
  .header_sns_links a:hover .sns_link_icon {
    scale: 1.2;
  }
}

.page-information .header_sns_links a .sns_link_icon,
.page-reservation .header_sns_links a .sns_link_icon,
.page-recruit .header_sns_links a .sns_link_icon {
  background-color: #fff;
}

.header-reserve_link {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: min(30px, 2.34375vw);
}
@media (max-width: 767px) {
  .header-reserve_link {
    margin-right: 0;
    margin-left: 2.6666666667vw;
  }
}
.header-reserve_link a {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(8px, 0.625vw) min(35px, 2.734375vw);
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
  font-family: var(--font-oswald);
  font-weight: 500;
  text-decoration: none;
  font-size: min(14px, 1.09375vw);
}
@media (max-width: 767px) {
  .header-reserve_link a {
    padding: 0.5333333333vw 3.2vw;
    font-size: 3.7333333333vw;
  }
}
@media (hover: hover) {
  .header-reserve_link a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-reserve_link a:hover {
    background-color: #333;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .toggle-button {
    gap: 1.6vw;
  }
  .toggle-button .button-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle-button .button-shape:nth-child(1) {
    bottom: 4vw;
  }
  .toggle-button .button-shape:nth-child(1):is(.active *) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 0;
  }
  .toggle-button .button-shape:nth-child(2):is(.active *) {
    opacity: 0;
  }
  .toggle-button .button-shape:nth-child(3) {
    top: 4vw;
  }
  .toggle-button .button-shape:nth-child(3):is(.active *) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
  }
}

.header-contents .header-container .menu {
  position: fixed;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  top: 4.625rem;
}
@media (max-width: 767px) {
  .header-contents .header-container .menu {
    top: 18.9189vw;
  }
}
.header-contents .header-container .menu.open {
  height: calc(100dvh - 4.625rem);
}
@media (max-width: 767px) {
  .header-contents .header-container .menu.open {
    height: calc(100dvh - 18.9189vw);
  }
}
.header-contents .header-container .menu .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: unset;
  padding: 2rem 0;
  gap: 2rem;
  min-height: calc(100dvh - 4.625rem);
}
@media (max-width: 767px) {
  .header-contents .header-container .menu .menu-list {
    min-height: calc(100dvh - 18.9189vw);
  }
}
.header-contents .header-container .menu .menu-list .menu-item {
  height: auto;
}
.header-contents .lang_change_btn_container {
  position: fixed;
  top: calc((4.625rem - 35px) / 2);
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  height: 35px;
  border: solid 1px #333;
  z-index: 10000;
  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;
}
@media (max-width: 767px) {
  .header-contents .lang_change_btn_container {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 100px;
    height: auto;
    margin-left: auto;
  }
}
.header-contents .lang_change_btn_container 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 50%;
  background-color: #fff;
  color: #333;
  font-family: var(--font-jp);
  text-decoration: none;
}
@media (max-width: 767px) {
  .header-contents .lang_change_btn_container a {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: min(8px, 0.625vw) min(35px, 2.734375vw);
    background-color: #fff;
    color: #333;
    font-family: var(--font-oswald);
    font-weight: 500;
    text-decoration: none;
    font-size: min(14px, 1.09375vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header-contents .lang_change_btn_container a {
    padding: 0.5333333333vw 3.2vw;
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) and (hover: hover) {
  .header-contents .lang_change_btn_container a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-contents .lang_change_btn_container a:hover {
    background-color: #333;
    color: #fff;
  }
}
.header-contents .lang_change_btn_container a:first-child {
  border-right: solid 1px #333;
}
.header-contents .lang_change_btn_container a.active {
  background-color: #333;
  color: #fff;
}

.common_heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.common_heading .en {
  font-family: var(--font-oswald);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0%;
  text-align: center;
}
.common_heading .ja {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0%;
  text-align: center;
}

.news .section-container {
  width: 680px;
}
@media (max-width: 767px) {
  .news .section-container {
    width: 90vw;
    margin: 0 auto;
  }
}
.news .section-container ul.news_list {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
}
@media (max-width: 767px) {
  .news .section-container ul.news_list {
    padding-left: 0;
  }
}
.news .section-container ul.news_list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 15px 8px;
  color: #333;
  border-top: solid 1px #b6b6b6;
}
@media (max-width: 767px) {
  .news .section-container ul.news_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.6666666667vw;
  }
}
.news .section-container ul.news_list li:last-child {
  border-bottom: solid 1px #b6b6b6;
}
.news .section-container ul.news_list li a {
  text-decoration: none;
  color: #333;
}
.news .section-container ul.news_list li .date {
  display: block;
  font-family: var(--font-oswald);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  min-width: 4.5rem;
}
@media (max-width: 767px) {
  .news .section-container ul.news_list li .date {
    font-size: 3.2vw;
  }
}
.news .section-container ul.news_list li .message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: block;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  min-height: 2lh;
}
@media (max-width: 767px) {
  .news .section-container ul.news_list li .message {
    font-size: 3.7333333333vw;
    min-height: 2.4lh;
    padding-left: 0;
  }
}
.news .section-container ul.news_list li .message p {
  white-space: pre-wrap;
  font-size: 1em;
}

.common_bottom_image {
  position: relative;
  display: block;
  width: 100%;
}
.common_bottom_image img {
  width: 100%;
  height: auto;
}

.top_headline {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .top_headline {
    font-size: 4.2666666667vw;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.gallery_wrap {
  display: block;
  width: 100%;
}
.gallery_wrap .gallery {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
}
.gallery_wrap .gallery .gallery_item {
  display: block;
  margin-bottom: 10px;
  float: left;
  width: calc(25% - 7.5px);
}
@media (max-width: 1024px) {
  .gallery_wrap .gallery .gallery_item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media (max-width: 767px) {
  .gallery_wrap .gallery .gallery_item {
    width: calc(50% - 5px);
  }
}

.dinner,
.lunch,
.la_boutique {
  background-color: var(--gray-800);
}
.dinner_container,
.lunch_container,
.la_boutique_container {
  position: relative;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: min(100%, min(1280px, 100vw));
  margin: 0 auto;
  gap: min(95px, 7.421875vw);
  padding: min(100px, 7.8125vw) 0;
}
@media (max-width: 767px) {
  .dinner_container,
  .lunch_container,
  .la_boutique_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    width: 90vw;
    padding: 16vw 0;
  }
}
.dinner_sticky_text,
.lunch_sticky_text,
.la_boutique_sticky_text {
  width: 100%;
  padding: 1em 0;
  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: 14px;
  letter-spacing: 0.2em;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  color: #333;
  border: solid 1px #333;
}
@media (max-width: 767px) {
  .dinner_sticky_text,
  .lunch_sticky_text,
  .la_boutique_sticky_text {
    font-size: 3.2vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 0.5em 2em;
  }
}
.dinner_sticky_text.en,
.lunch_sticky_text.en,
.la_boutique_sticky_text.en {
  -webkit-text-orientation: sideways;
          text-orientation: sideways;
}
.dinner_main_container,
.lunch_main_container,
.la_boutique_main_container {
  position: relative;
  display: block;
  width: calc(100% - 40px - min(95px, 7.421875vw));
}
@media (max-width: 767px) {
  .dinner_main_container,
  .lunch_main_container,
  .la_boutique_main_container {
    width: 100%;
  }
}
.dinner_main,
.lunch_main,
.la_boutique_main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(50px, 3.90625vw);
  width: 100%;
}
@media (max-width: 767px) {
  .dinner_main,
  .lunch_main,
  .la_boutique_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.3333333333vw;
  }
}
.dinner_main_body,
.lunch_main_body,
.la_boutique_main_body {
  position: relative;
  width: calc(100% - min(535px, 41.796875vw) - min(50px, 3.90625vw));
}
@media (max-width: 767px) {
  .dinner_main_body,
  .lunch_main_body,
  .la_boutique_main_body {
    width: 100%;
  }
}
.dinner_main_body h1,
.lunch_main_body h1,
.la_boutique_main_body h1 {
  position: relative;
  display: block;
  font-family: var(--font-oswald);
  font-size: min(60px, 4.6875vw);
  font-weight: 300;
  color: #333;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dinner_main_body h1,
  .lunch_main_body h1,
  .la_boutique_main_body h1 {
    font-size: 10.6666666667vw;
  }
}
.dinner_main_body h1 span,
.lunch_main_body h1 span,
.la_boutique_main_body h1 span {
  display: inline-block;
  translate: 0 1lh;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dinner_main_body h1 span[data-split_index="0"],
.lunch_main_body h1 span[data-split_index="0"],
.la_boutique_main_body h1 span[data-split_index="0"] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.dinner_main_body h1 span[data-split_index="1"],
.lunch_main_body h1 span[data-split_index="1"],
.la_boutique_main_body h1 span[data-split_index="1"] {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.dinner_main_body h1 span[data-split_index="2"],
.lunch_main_body h1 span[data-split_index="2"],
.la_boutique_main_body h1 span[data-split_index="2"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.dinner_main_body h1 span[data-split_index="3"],
.lunch_main_body h1 span[data-split_index="3"],
.la_boutique_main_body h1 span[data-split_index="3"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.dinner_main_body h1 span[data-split_index="4"],
.lunch_main_body h1 span[data-split_index="4"],
.la_boutique_main_body h1 span[data-split_index="4"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.dinner_main_body h1 span[data-split_index="5"],
.lunch_main_body h1 span[data-split_index="5"],
.la_boutique_main_body h1 span[data-split_index="5"] {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.dinner_main_body h1 span[data-split_index="6"],
.lunch_main_body h1 span[data-split_index="6"],
.la_boutique_main_body h1 span[data-split_index="6"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.dinner_main_body h1 span[data-split_index="7"],
.lunch_main_body h1 span[data-split_index="7"],
.la_boutique_main_body h1 span[data-split_index="7"] {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.dinner_main_body h1 span[data-split_index="8"],
.lunch_main_body h1 span[data-split_index="8"],
.la_boutique_main_body h1 span[data-split_index="8"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.dinner_main_body h1 span[data-split_index="9"],
.lunch_main_body h1 span[data-split_index="9"],
.la_boutique_main_body h1 span[data-split_index="9"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.dinner_main_body h1 span[data-split_index="10"],
.lunch_main_body h1 span[data-split_index="10"],
.la_boutique_main_body h1 span[data-split_index="10"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.dinner_main_body h1 span[data-split_index="11"],
.lunch_main_body h1 span[data-split_index="11"],
.la_boutique_main_body h1 span[data-split_index="11"] {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.dinner_main_body h1 span[data-split_index="12"],
.lunch_main_body h1 span[data-split_index="12"],
.la_boutique_main_body h1 span[data-split_index="12"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.dinner_main_body h1 span[data-split_index="13"],
.lunch_main_body h1 span[data-split_index="13"],
.la_boutique_main_body h1 span[data-split_index="13"] {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.dinner_main_body h1 span[data-split_index="14"],
.lunch_main_body h1 span[data-split_index="14"],
.la_boutique_main_body h1 span[data-split_index="14"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.dinner_main_body h1 span[data-split_index="15"],
.lunch_main_body h1 span[data-split_index="15"],
.la_boutique_main_body h1 span[data-split_index="15"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.dinner_main_body h1 span[data-split_index="16"],
.lunch_main_body h1 span[data-split_index="16"],
.la_boutique_main_body h1 span[data-split_index="16"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.dinner_main_body h1 span[data-split_index="17"],
.lunch_main_body h1 span[data-split_index="17"],
.la_boutique_main_body h1 span[data-split_index="17"] {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.dinner_main_body h1 span[data-split_index="18"],
.lunch_main_body h1 span[data-split_index="18"],
.la_boutique_main_body h1 span[data-split_index="18"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.dinner_main_body h1 span[data-split_index="19"],
.lunch_main_body h1 span[data-split_index="19"],
.la_boutique_main_body h1 span[data-split_index="19"] {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.dinner_main_body h1 span[data-split_index="20"],
.lunch_main_body h1 span[data-split_index="20"],
.la_boutique_main_body h1 span[data-split_index="20"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.dinner_main_body h1.show span,
.lunch_main_body h1.show span,
.la_boutique_main_body h1.show span {
  translate: 0 0;
  opacity: 1;
}
.dinner_main_body .desc_1,
.lunch_main_body .desc_1,
.la_boutique_main_body .desc_1 {
  position: relative;
  display: block;
  margin-top: min(20px, 1.5625vw);
  font-size: min(12px, 0.9375vw);
  font-family: var(--font-oswald);
  font-weight: 500;
  color: #888;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .dinner_main_body .desc_1,
  .lunch_main_body .desc_1,
  .la_boutique_main_body .desc_1 {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.dinner_main_body .desc_2,
.lunch_main_body .desc_2,
.la_boutique_main_body .desc_2 {
  position: relative;
  display: block;
  margin-top: min(30px, 2.34375vw);
  font-size: min(14px, 1.09375vw);
  font-family: var(--font-jp);
  font-weight: 400;
  color: #1a1a1a;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .dinner_main_body .desc_2,
  .lunch_main_body .desc_2,
  .la_boutique_main_body .desc_2 {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.dinner_main_image,
.lunch_main_image,
.la_boutique_main_image {
  position: relative;
  display: block;
  width: min(535px, 41.796875vw);
  aspect-ratio: 535/338;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dinner_main_image,
  .lunch_main_image,
  .la_boutique_main_image {
    width: 100%;
  }
}
.dinner_main_image img,
.lunch_main_image img,
.la_boutique_main_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dinner_images_container,
.lunch_images_container,
.la_boutique_images_container {
  position: relative;
  display: block;
  width: 100%;
  height: min(620px, 48.4375vw);
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .dinner_images_container,
  .lunch_images_container,
  .la_boutique_images_container {
    height: 133.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.dinner_image, .dinner_deco_logo,
.lunch_image,
.lunch_deco_logo,
.la_boutique_image,
.la_boutique_deco_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 100%;
}
.dinner_image img, .dinner_deco_logo img,
.lunch_image img,
.lunch_deco_logo img,
.la_boutique_image img,
.la_boutique_deco_logo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dinner_image figcaption, .dinner_deco_logo figcaption,
.lunch_image figcaption,
.lunch_deco_logo figcaption,
.la_boutique_image figcaption,
.la_boutique_deco_logo figcaption {
  position: relative;
  display: block;
  text-align: left;
  font-size: min(12px, 0.9375vw);
  font-family: var(--font-jp);
  font-weight: 400;
  color: #aaa;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .dinner_image figcaption, .dinner_deco_logo figcaption,
  .lunch_image figcaption,
  .lunch_deco_logo figcaption,
  .la_boutique_image figcaption,
  .la_boutique_deco_logo figcaption {
    font-size: 3.2vw;
  }
}
.dinner_image__1,
.lunch_image__1,
.la_boutique_image__1 {
  bottom: min(270px, 21.09375vw);
  right: min(300px, 23.4375vw);
}
@media (max-width: 767px) {
  .dinner_image__1,
  .lunch_image__1,
  .la_boutique_image__1 {
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
  }
}
.dinner_image__1 img,
.lunch_image__1 img,
.la_boutique_image__1 img {
  width: min(221px, 17.265625vw);
  height: auto;
  aspect-ratio: 221/308;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dinner_image__1 img,
  .lunch_image__1 img,
  .la_boutique_image__1 img {
    width: 40vw;
  }
}
.dinner_image__1 figcaption,
.lunch_image__1 figcaption,
.la_boutique_image__1 figcaption {
  width: min(221px, 17.265625vw);
}
@media (max-width: 767px) {
  .dinner_image__1 figcaption,
  .lunch_image__1 figcaption,
  .la_boutique_image__1 figcaption {
    width: 40vw;
  }
}
.dinner_image__2,
.lunch_image__2,
.la_boutique_image__2 {
  left: min(300px, 23.4375vw);
}
@media (max-width: 767px) {
  .dinner_image__2,
  .lunch_image__2,
  .la_boutique_image__2 {
    left: 42.6666666667vw;
    bottom: 26.6666666667vw;
  }
}
.dinner_image__2 img,
.lunch_image__2 img,
.la_boutique_image__2 img {
  width: min(268px, 20.9375vw);
  height: auto;
  aspect-ratio: 268/184;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dinner_image__2 img,
  .lunch_image__2 img,
  .la_boutique_image__2 img {
    width: 45.3333333333vw;
  }
}
.dinner_image__2 figcaption,
.lunch_image__2 figcaption,
.la_boutique_image__2 figcaption {
  width: min(268px, 20.9375vw);
}
@media (max-width: 767px) {
  .dinner_image__2 figcaption,
  .lunch_image__2 figcaption,
  .la_boutique_image__2 figcaption {
    width: 45.3333333333vw;
  }
}
.dinner_image__3,
.lunch_image__3,
.la_boutique_image__3 {
  top: min(360px, 28.125vw);
  right: min(420px, 32.8125vw);
}
@media (max-width: 767px) {
  .dinner_image__3,
  .lunch_image__3,
  .la_boutique_image__3 {
    top: 74.6666666667vw;
    right: 21.3333333333vw;
  }
}
.dinner_image__3 img,
.lunch_image__3 img,
.la_boutique_image__3 img {
  width: min(203px, 15.859375vw);
  height: auto;
  aspect-ratio: 203/202;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dinner_image__3 img,
  .lunch_image__3 img,
  .la_boutique_image__3 img {
    width: 40vw;
  }
}
.dinner_image__3 figcaption,
.lunch_image__3 figcaption,
.la_boutique_image__3 figcaption {
  width: min(203px, 15.859375vw);
}
@media (max-width: 767px) {
  .dinner_image__3 figcaption,
  .lunch_image__3 figcaption,
  .la_boutique_image__3 figcaption {
    width: 40vw;
  }
}
.dinner_deco_logo,
.lunch_deco_logo,
.la_boutique_deco_logo {
  top: min(450px, 35.15625vw);
  left: min(700px, 54.6875vw);
  width: min(388px, 30.3125vw);
  height: auto;
  aspect-ratio: 490/204;
  -webkit-mask-image: url("../images/linflexion-logo.svg");
          mask-image: url("../images/linflexion-logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 767px) {
  .dinner_deco_logo,
  .lunch_deco_logo,
  .la_boutique_deco_logo {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    width: 42.6666666667vw;
  }
}
.dinner_menu,
.lunch_menu,
.la_boutique_menu {
  position: relative;
  display: block;
  width: min(512px, 40vw);
  padding: min(40px, 3.125vw) min(10px, 0.78125vw);
  border-top: solid 1px #888;
  border-bottom: solid 1px #888;
}
@media (max-width: 767px) {
  .dinner_menu,
  .lunch_menu,
  .la_boutique_menu {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.dinner_menu .menu_container,
.lunch_menu .menu_container,
.la_boutique_menu .menu_container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: min(28px, 2.1875vw);
}
@media (max-width: 767px) {
  .dinner_menu .menu_container,
  .lunch_menu .menu_container,
  .la_boutique_menu .menu_container {
    margin-top: 5.3333333333vw;
  }
}
.dinner_menu .menu_container + .menu_container,
.lunch_menu .menu_container + .menu_container,
.la_boutique_menu .menu_container + .menu_container {
  margin-top: min(30px, 2.34375vw);
}
@media (max-width: 767px) {
  .dinner_menu .menu_container + .menu_container,
  .lunch_menu .menu_container + .menu_container,
  .la_boutique_menu .menu_container + .menu_container {
    margin-top: 8vw;
  }
}
.dinner_menu .menu_container .menu_name,
.lunch_menu .menu_container .menu_name,
.la_boutique_menu .menu_container .menu_name {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(16px, 1.25vw);
  font-family: var(--font-jp);
  font-weight: 600;
  color: #333;
}
@media (max-width: 767px) {
  .dinner_menu .menu_container .menu_name,
  .lunch_menu .menu_container .menu_name,
  .la_boutique_menu .menu_container .menu_name {
    font-size: 3.7333333333vw;
  }
}
.dinner_menu .menu_container .menu_body,
.lunch_menu .menu_container .menu_body,
.la_boutique_menu .menu_container .menu_body {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(12px, 0.9375vw);
  font-family: var(--font-jp);
  font-weight: 400;
  margin-top: min(14px, 1.09375vw);
  white-space: pre-wrap;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .dinner_menu .menu_container .menu_body,
  .lunch_menu .menu_container .menu_body,
  .la_boutique_menu .menu_container .menu_body {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.dinner_menu_title,
.lunch_menu_title,
.la_boutique_menu_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.dinner_menu_title .en,
.lunch_menu_title .en,
.la_boutique_menu_title .en {
  display: block;
  font-family: var(--font-oswald);
  font-size: min(22px, 1.71875vw);
  font-weight: 500;
  color: #333;
}
@media (max-width: 767px) {
  .dinner_menu_title .en,
  .lunch_menu_title .en,
  .la_boutique_menu_title .en {
    font-size: 4.2666666667vw;
  }
}
.dinner_menu_title .ja,
.lunch_menu_title .ja,
.la_boutique_menu_title .ja {
  display: block;
  font-family: var(--font-jp);
  font-size: min(14px, 1.09375vw);
  font-weight: 400;
  color: #333;
}
@media (max-width: 767px) {
  .dinner_menu_title .ja,
  .lunch_menu_title .ja,
  .la_boutique_menu_title .ja {
    font-size: 3.7333333333vw;
  }
}

.lunch_deco_logo,
.la_boutique_deco_logo {
  top: 0;
  bottom: min(410px, 32.03125vw);
  left: min(700px, 54.6875vw);
}
@media (max-width: 767px) {
  .lunch_deco_logo,
  .la_boutique_deco_logo {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }
}

.dinner_deco_logo {
  -webkit-mask-image: url("../images/linflexion-logo.svg");
          mask-image: url("../images/linflexion-logo.svg");
}

.lunch_deco_logo {
  -webkit-mask-image: url("../images/linftech-logo.svg");
          mask-image: url("../images/linftech-logo.svg");
}

.la_boutique_deco_logo {
  -webkit-mask-image: url("../images/la_boutique.svg");
          mask-image: url("../images/la_boutique.svg");
}

.reservation {
  position: relative;
  display: block;
  width: 100%;
}
.reservation .reservation_fv {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
}
.reservation .reservation_fv .fv_bg {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  height: calc(100lvh - var(--header-height));
  z-index: -1;
  overflow: hidden;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.reservation .reservation_fv .fv_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reservation .reservation_fv .fv_bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reservation .reservation_fv .fv_bg iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reservation .reservation_fv .fv_bg.observer {
  scale: 1;
  -webkit-transition: scale 5s ease-in-out;
  transition: scale 5s ease-in-out;
}
.reservation .reservation_fv .fv_bg.observer.show {
  scale: 1.2;
}
.reservation .reservation_fv .fv_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 533px;
  height: auto;
  aspect-ratio: 490/204;
  overflow: hidden;
  -webkit-mask-image: url("../images/linflexion-logo.svg");
          mask-image: url("../images/linflexion-logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 767px) {
  .reservation .reservation_fv .fv_logo {
    width: 80vw;
  }
}
.reservation .main_container {
  position: relative;
  display: block;
  width: 533px;
  margin: 0 auto;
  padding: min(100px, 7.8125vw) 0;
  color: #fff;
}
.reservation .main_container a {
  color: #fff;
}
@media (max-width: 767px) {
  .reservation .main_container {
    width: 90vw;
    padding: 16vw 0;
  }
}
.reservation .main_container .reservation_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}
.reservation .main_container .reservation_header h2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}
.reservation .main_container .reservation_header h2 .en {
  font-size: 60px;
  font-family: var(--font-oswald);
  font-weight: 300;
}
@media (max-width: 767px) {
  .reservation .main_container .reservation_header h2 .en {
    font-size: 10.6666666667vw;
  }
}
.reservation .main_container .reservation_header h2 .ja {
  font-size: 14px;
  font-family: var(--font-jp);
  font-weight: 400;
}
@media (max-width: 767px) {
  .reservation .main_container .reservation_header h2 .ja {
    font-size: 3.7333333333vw;
  }
}
.reservation .main_container .reservation_links {
  position: relative;
  display: block;
  width: 100%;
}
.reservation .main_container .reservation_links ul {
  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;
  width: 100%;
  gap: 16px;
  padding: 0;
  padding-left: 0;
}
.reservation .main_container .reservation_links ul li {
  position: relative;
  display: block;
  width: calc(50% - 8px);
  border: solid 1px #fff;
}
.reservation .main_container .reservation_links ul li a,
.reservation .main_container .reservation_links ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 14px;
  font-family: var(--font-oswald);
  font-weight: 500;
  color: #fff;
  padding: 0.5em 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .reservation .main_container .reservation_links ul li a,
  .reservation .main_container .reservation_links ul li span {
    font-size: 3.7333333333vw;
  }
}
@media (hover: hover) {
  .reservation .main_container .reservation_links ul li a,
  .reservation .main_container .reservation_links ul li span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .reservation .main_container .reservation_links ul li a:hover,
  .reservation .main_container .reservation_links ul li span:hover {
    background-color: #fff;
    color: #333;
  }
}
.reservation .main_container .reservation_links ul li span.comming_soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 14px;
  font-family: var(--font-oswald);
  font-weight: 500;
  color: #fff;
  padding: 0.5em 0;
  text-decoration: none;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .reservation .main_container .reservation_links ul li span.comming_soon {
    font-size: 3.7333333333vw;
  }
}
@media (hover: hover) {
  .reservation .main_container .reservation_links ul li span.comming_soon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .reservation .main_container .reservation_links ul li span.comming_soon:hover {
    background-color: #fff;
    color: #333;
  }
}
.reservation .main_container .reservation_links p {
  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-size: 12px;
}
@media (max-width: 767px) {
  .reservation .main_container .reservation_links p {
    font-size: 3.2vw;
  }
}
.reservation .main_container .before_you_go {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 100px;
  border-top: solid 1px #fff;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .reservation .main_container .before_you_go {
    margin-top: 16vw;
    padding: 10.6666666667vw 0;
  }
}
.reservation .main_container .before_you_go h2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}
.reservation .main_container .before_you_go h2 .en {
  font-size: 22px;
  font-family: var(--font-oswald);
  font-weight: 300;
}
@media (max-width: 767px) {
  .reservation .main_container .before_you_go h2 .en {
    font-size: 5.8666666667vw;
  }
}
.reservation .main_container .before_you_go h2 .ja {
  font-size: 14px;
  font-family: var(--font-jp);
  font-weight: 400;
}
@media (max-width: 767px) {
  .reservation .main_container .before_you_go h2 .ja {
    font-size: 3.7333333333vw;
  }
}
.reservation .main_container .before_you_go .business_hours_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  width: 375px;
  margin: 28px auto 0;
  padding: 16px 32px;
  border: solid 1px #fff;
}
@media (max-width: 767px) {
  .reservation .main_container .before_you_go .business_hours_container {
    width: 100%;
    margin: 7.4666666667vw auto 0;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.reservation .main_container .before_you_go .business_hours_container .business_hours_title {
  position: relative;
  display: block;
  font-size: 14px;
  font-family: var(--font-jp);
  font-weight: 800;
}
@media (max-width: 767px) {
  .reservation .main_container .before_you_go .business_hours_container .business_hours_title {
    font-size: 3.7333333333vw;
  }
}
.reservation .main_container .before_you_go .business_hours_container p {
  position: relative;
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-family: var(--font-jp);
  font-weight: 400;
}
@media (max-width: 767px) {
  .reservation .main_container .before_you_go .business_hours_container p {
    font-size: 3.2vw;
  }
}
.reservation .main_container .reservation_notes_container {
  position: relative;
  display: block;
  width: 100%;
}
.reservation .main_container .reservation_notes_container p {
  position: relative;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 2;
  font-family: var(--font-jp);
  font-weight: 400;
  margin-top: 28px;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .reservation .main_container .reservation_notes_container p {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}

.information {
  position: relative;
  display: block;
  width: 100%;
}
.information .information_fv {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
}
.information .information_fv .fv_bg {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  height: calc(100lvh - var(--header-height));
  z-index: -1;
  overflow: hidden;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.information .information_fv .fv_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.information .information_fv .fv_bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.information .information_fv .fv_bg iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.information .information_fv .fv_bg.observer {
  scale: 1;
  -webkit-transition: scale 5s ease-in-out;
  transition: scale 5s ease-in-out;
}
.information .information_fv .fv_bg.observer.show {
  scale: 1.2;
}
.information .information_fv .fv_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 533px;
  height: auto;
  aspect-ratio: 490/204;
  overflow: hidden;
  -webkit-mask-image: url("../images/linflexion-logo.svg");
          mask-image: url("../images/linflexion-logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 767px) {
  .information .information_fv .fv_logo {
    width: 80vw;
  }
}
.information_main_container {
  position: relative;
  display: block;
  width: 100%;
  background-color: var(--gray-800);
  padding: min(100px, 7.8125vw) 0;
}
@media (max-width: 767px) {
  .information_main_container {
    padding: 16vw 0;
  }
}
.information_header {
  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;
  width: 100%;
  margin-bottom: min(40px, 3.125vw);
}
@media (max-width: 767px) {
  .information_header {
    margin-bottom: 5.3333333333vw;
  }
}
.information_header h2 {
  font-size: min(36px, 2.8125vw);
  font-family: var(--font-oswald);
  font-weight: 400;
  color: #333;
}
@media (max-width: 767px) {
  .information_header h2 {
    font-size: 9.6vw;
  }
}
.information_links_container {
  display: block;
  width: min(100%, 1280px);
  margin: 0 auto;
}
.information_links_container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .information_links_container ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.6666666667vw;
    width: 90vw;
    margin: 0 auto;
  }
}
.information_links_container ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3333333333%;
  aspect-ratio: 854/1064;
  overflow: hidden;
  padding: min(40px, 3.125vw) min(20px, 1.5625vw) min(60px, 4.6875vw);
}
@media (max-width: 767px) {
  .information_links_container ul li {
    width: 100%;
    padding: 5.3333333333vw 2.6666666667vw 8vw;
  }
}
.information_links_container ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.information_links_container ul li .information_links_bg {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.information_links_container ul li .information_links_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.information_links_container ul li .information_logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(200px, 15.625vw);
  height: auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .information_links_container ul li .information_logo {
    width: 53.3333333333vw;
  }
}
.information_links_container ul li .information_logo.lunch_logo {
  -webkit-mask-image: url("../images/linftech-logo.svg");
          mask-image: url("../images/linftech-logo.svg");
  aspect-ratio: 300/128;
}
.information_links_container ul li .information_logo.dinner_logo {
  -webkit-mask-image: url("../images/linflexion-logo.svg");
          mask-image: url("../images/linflexion-logo.svg");
  aspect-ratio: 300/125;
}
.information_links_container ul li .information_logo.la_boutique_logo {
  -webkit-mask-image: url("../images/la_boutique.svg");
          mask-image: url("../images/la_boutique.svg");
  aspect-ratio: 270/150;
}
.information_links_container ul li .information_links_container {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 100%;
  text-align: center;
  color: #fff;
}
.information_links_container ul li .information_links_container h3 {
  font-size: min(52px, 4.0625vw);
  font-family: var(--font-oswald);
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .information_links_container ul li .information_links_container h3 {
    font-size: 13.8666666667vw;
  }
}
.information_links_container ul li .information_links_container p {
  font-size: min(16px, 1.25vw);
  font-family: var(--font-jp);
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .information_links_container ul li .information_links_container p {
    font-size: 4.2666666667vw;
  }
}
.information_links_container ul li .information_link_btn {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(165px, 12.890625vw);
  height: min(35px, 2.734375vw);
  border: solid 1px #fff;
  font-size: min(14px, 1.09375vw);
  font-family: var(--font-oswald);
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  margin: auto auto 0;
}
@media (max-width: 767px) {
  .information_links_container ul li .information_link_btn {
    width: 44vw;
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media (hover: hover) {
  .information_links_container ul li .information_links_bg img {
    display: block;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    scale: 1;
  }
  .information_links_container ul li .information_link_btn {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: transparent;
  }
  .information_links_container ul li:hover .information_links_bg img {
    scale: 1.1;
  }
  .information_links_container ul li:hover .information_link_btn {
    background-color: #fff;
    color: #333;
  }
}
.information .information_container {
  position: relative;
  display: block;
  width: 100%;
  padding: min(100px, 7.8125vw) 0 0;
}
@media (max-width: 767px) {
  .information .information_container {
    width: 90vw;
    margin: 0 auto;
    padding: 16vw 0 0;
  }
}
.information .information_container .information_images_container {
  position: relative;
  display: block;
  width: 100%;
  height: min(700px, 54.6875vw);
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: 767px) {
  .information .information_container .information_images_container {
    height: 200vw;
  }
}
.information .information_container .information_images_container .information_image,
.information .information_container .information_images_container .information_deco_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 100%;
}
.information .information_container .information_images_container .information_image img,
.information .information_container .information_images_container .information_deco_logo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.information .information_container .information_images_container .information_image figcaption,
.information .information_container .information_images_container .information_deco_logo figcaption {
  position: relative;
  display: block;
  text-align: left;
  font-size: min(12px, 0.9375vw);
  font-family: var(--font-jp);
  font-weight: 400;
  color: #aaa;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image figcaption,
  .information .information_container .information_images_container .information_deco_logo figcaption {
    font-size: 3.2vw;
  }
}
.information .information_container .information_images_container .information_image__1 {
  bottom: min(370px, 28.90625vw);
  right: min(300px, 23.4375vw);
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__1 {
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
  }
}
.information .information_container .information_images_container .information_image__1 img {
  width: min(221px, 17.265625vw);
  height: auto;
  aspect-ratio: 221/308;
  overflow: hidden;
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__1 img {
    width: 40vw;
  }
}
.information .information_container .information_images_container .information_image__1 figcaption {
  width: min(221px, 17.265625vw);
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__1 figcaption {
    width: 40vw;
  }
}
.information .information_container .information_images_container .information_image__2 {
  bottom: min(150px, 11.71875vw);
  left: min(300px, 23.4375vw);
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__2 {
    bottom: 90.6666666667vw;
    left: auto;
  }
}
.information .information_container .information_images_container .information_image__2 img {
  width: min(268px, 20.9375vw);
  height: auto;
  aspect-ratio: 268/184;
  overflow: hidden;
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__2 img {
    width: 45.3333333333vw;
  }
}
.information .information_container .information_images_container .information_image__2 figcaption {
  width: min(268px, 20.9375vw);
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__2 figcaption {
    width: 45.3333333333vw;
  }
}
.information .information_container .information_images_container .information_image__3 {
  top: min(250px, 19.53125vw);
  right: min(420px, 32.8125vw);
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__3 {
    top: 13.3333333333vw;
    right: 37.3333333333vw;
  }
}
.information .information_container .information_images_container .information_image__3 img {
  width: min(203px, 15.859375vw);
  height: auto;
  aspect-ratio: 203/202;
  overflow: hidden;
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__3 img {
    width: 40vw;
  }
}
.information .information_container .information_images_container .information_image__3 figcaption {
  width: min(203px, 15.859375vw);
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__3 figcaption {
    width: 40vw;
  }
}
.information .information_container .information_images_container .information_image__4 {
  top: min(400px, 31.25vw);
  left: min(400px, 31.25vw);
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__4 {
    top: 128vw;
    left: auto;
  }
}
.information .information_container .information_images_container .information_image__4 img {
  width: min(268px, 20.9375vw);
  height: auto;
  aspect-ratio: 268/189;
  overflow: hidden;
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__4 img {
    width: 61.3333333333vw;
  }
}
.information .information_container .information_images_container .information_image__4 figcaption {
  width: min(268px, 20.9375vw);
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_image__4 figcaption {
    width: 40vw;
  }
}
.information .information_container .information_images_container .information_deco_logo {
  top: 0;
  bottom: min(535px, 41.796875vw);
  left: min(700px, 54.6875vw);
  width: min(388px, 30.3125vw);
  height: auto;
  aspect-ratio: 490/204;
  -webkit-mask-image: url("../images/linflexion-logo.svg");
          mask-image: url("../images/linflexion-logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 767px) {
  .information .information_container .information_images_container .information_deco_logo {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    width: 42.6666666667vw;
  }
}

.access,
.recruit {
  min-height: calc(100vh - var(--header-height) - 12.973vw);
  min-height: calc(100dvh - var(--header-height) - 12.973vw);
}
@media (min-width: 48em) {
  .access,
  .recruit {
    min-height: calc(100vh - var(--header-height) - 4rem);
    min-height: calc(100dvh - var(--header-height) - 4rem);
  }
}

.recruit_fv {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  height: calc(100lvh - var(--header-height));
  z-index: 1;
  overflow: hidden;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.recruit_fv .fv_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.recruit_fv .fv_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recruit_main_container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(100px, 7.8125vw);
  padding: min(100px, 7.8125vw) 0;
}
@media (max-width: 767px) {
  .recruit_main_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
    width: 90vw;
    margin: 0 auto;
    padding: 16vw 0;
  }
}
.recruit_heading {
  position: relative;
  display: block;
  overflow: hidden;
}
.recruit_heading h1 {
  font-size: min(60px, 4.6875vw);
  font-family: var(--font-oswald);
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .recruit_heading h1 {
    font-size: 16vw;
  }
}
.recruit_heading h1.split_text {
  overflow: hidden;
}
.recruit_heading h1.split_text span {
  display: inline-block;
  translate: 0 1lh;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recruit_heading h1.split_text span[data-split_index="0"] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.recruit_heading h1.split_text span[data-split_index="1"] {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.recruit_heading h1.split_text span[data-split_index="2"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.recruit_heading h1.split_text span[data-split_index="3"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.recruit_heading h1.split_text span[data-split_index="4"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.recruit_heading h1.split_text span[data-split_index="5"] {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.recruit_heading h1.split_text span[data-split_index="6"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.recruit_heading h1.split_text span[data-split_index="7"] {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.recruit_heading h1.split_text span[data-split_index="8"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.recruit_heading h1.split_text span[data-split_index="9"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.recruit_heading h1.split_text span[data-split_index="10"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.recruit_heading h1.split_text.show span {
  translate: 0 0;
  opacity: 1;
}
.recruit_content_container {
  display: block;
  width: min(100%, 375px);
}
@media (max-width: 767px) {
  .recruit_content_container {
    width: 100%;
  }
}
.recruit_content_container .recruit_content {
  display: block;
  width: 100%;
  white-space: pre-wrap;
  font-size: min(14px, 1.09375vw);
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .recruit_content_container .recruit_content {
    font-size: 3.7333333333vw;
  }
}
.recruit_content_container .recruit_content a {
  color: #fff;
}

.access_main_container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(150px, 11.71875vw);
  padding: min(100px, 7.8125vw) 0;
}
@media (max-width: 767px) {
  .access_main_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    width: 90vw;
    margin: 0 auto;
    padding: 16vw 0;
  }
}
.access .access_main {
  position: relative;
  display: block;
}
.access .access_main p {
  position: relative;
  display: block;
  width: 100%;
  font-size: min(14px, 1.09375vw);
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 2;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .access .access_main p {
    font-size: 3.7333333333vw;
  }
}
.access .access_main p.small {
  font-size: min(12px, 0.9375vw);
  margin-top: 0.25em;
}
@media (max-width: 767px) {
  .access .access_main p.small {
    font-size: 3.2vw;
  }
}
.access .access_main .access_note {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
  margin-left: 1em;
  border: solid 1px #1a1a1a;
  text-align: center;
}
.access .access_main .easy-map {
  position: relative;
  display: block;
  width: min(295px, 23.046875vw);
  margin-top: min(80px, 6.25vw);
}
@media (max-width: 767px) {
  .access .access_main .easy-map {
    width: 64vw;
    height: auto;
    margin-top: 5.3333333333vw;
  }
}
.access_heading {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: min(30px, 2.34375vw);
}
@media (max-width: 767px) {
  .access_heading {
    margin-bottom: 5.3333333333vw;
  }
}
.access_heading h1 {
  font-size: min(60px, 4.6875vw);
  font-family: var(--font-oswald);
  font-weight: 300;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .access_heading h1 {
    font-size: 16vw;
  }
}
.access_heading h1.split_text {
  overflow: hidden;
}
.access_heading h1.split_text span {
  display: inline-block;
  translate: 0 1lh;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.access_heading h1.split_text span[data-split_index="0"] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.access_heading h1.split_text span[data-split_index="1"] {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.access_heading h1.split_text span[data-split_index="2"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.access_heading h1.split_text span[data-split_index="3"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.access_heading h1.split_text span[data-split_index="4"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.access_heading h1.split_text span[data-split_index="5"] {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.access_heading h1.split_text span[data-split_index="6"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.access_heading h1.split_text span[data-split_index="7"] {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.access_heading h1.split_text span[data-split_index="8"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.access_heading h1.split_text span[data-split_index="9"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.access_heading h1.split_text span[data-split_index="10"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.access_heading h1.split_text.show span {
  translate: 0 0;
  opacity: 1;
}
.access .access_map {
  position: relative;
  display: block;
  width: min(535px, 41.796875vw);
  height: auto;
  aspect-ratio: 535/338;
  overflow: hidden;
}
@media (max-width: 767px) {
  .access .access_map {
    width: 100%;
    height: auto;
  }
}
.access .access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-title {
  font-size: min(60px, 4.6875vw);
  font-family: var(--font-oswald);
  font-weight: 300;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 16vw;
  }
}
.section-title.split_text {
  overflow: hidden;
}
.section-title.split_text [data-split_index] {
  display: inline-block;
  translate: 0 1lh;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section-title.split_text [data-split_index][data-split_index="0"] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.section-title.split_text [data-split_index][data-split_index="1"] {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.section-title.split_text [data-split_index][data-split_index="2"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.section-title.split_text [data-split_index][data-split_index="3"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.section-title.split_text [data-split_index][data-split_index="4"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section-title.split_text [data-split_index][data-split_index="5"] {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.section-title.split_text [data-split_index][data-split_index="6"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section-title.split_text [data-split_index][data-split_index="7"] {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.section-title.split_text [data-split_index][data-split_index="8"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section-title.split_text [data-split_index][data-split_index="9"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.section-title.split_text [data-split_index][data-split_index="10"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section-title.split_text.show [data-split_index] {
  translate: 0 0;
  opacity: 1;
}

@media (max-width: 767px) {
  .chef-gallery .section-container {
    width: 90vw;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */