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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: url(../img/base.webp);
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

a {
  transition: 0.3s;
  text-decoration: none;
}

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

section {
  scroll-margin-top: 200px;
}
@media screen and (max-width: 768px) {
  section {
    scroll-margin-top: 200px;
  }
}

#menu {
  scroll-margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #menu {
    scroll-margin-top: 100px;
  }
}

#access {
  scroll-margin-top: 250px;
}
@media screen and (max-width: 768px) {
  #access {
    scroll-margin-top: 200px;
  }
}

/*--------------------------------
  フェードエフェクト（スクロール）
 ---------------------------------*/
.fadeUp, .fadeDown, .slideLeft, .slideRight, .fadeIn {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.active {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeUp.active {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown.active {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideLeft.active {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideRight.active {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn.active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------
 フェードエフェクト（初期状態）
---------------------------------*/
.mv-fadeIn_1, .mv-fadeIn_u, .mv-fadeIn_d, .mv-fadeIn_l, .mv-fadeIn_r {
  opacity: 0;
}
.mv-fadeIn_1 {
  -webkit-animation: 1s fadeIn 0s forwards;
          animation: 1s fadeIn 0s forwards;
}
.mv-fadeIn_u {
  -webkit-animation: 0.8s fadeUp 0s forwards;
          animation: 0.8s fadeUp 0s forwards;
}
.mv-fadeIn_d {
  -webkit-animation: 0.8s fadeDown 0s forwards;
          animation: 0.8s fadeDown 0s forwards;
}
.mv-fadeIn_l {
  -webkit-animation: 1s slideLeft 0s forwards;
          animation: 1s slideLeft 0s forwards;
}
.mv-fadeIn_r {
  -webkit-animation: 1s slideRight 0s forwards;
          animation: 1s slideRight 0s forwards;
}

/*--------------------------------
フェードエフェクト（メインビジュアル）
---------------------------------*/
.mv-fadeIn_l {
  position: absolute;
  opacity: 0;
  -webkit-animation: 1s topSlideRight 0s forwards;
          animation: 1s topSlideRight 0s forwards;
  z-index: 100;
}

@-webkit-keyframes topSlideRight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes topSlideRight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.mv-fadeIn_r {
  opacity: 0;
  -webkit-animation: 1s topSlideLeft 0s forwards;
          animation: 1s topSlideLeft 0s forwards;
  z-index: 100;
}

@-webkit-keyframes topSlideLeft {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes topSlideLeft {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.l-header {
  width: 100%;
  background: url(../img/wood.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 60px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
  }
}
.l-header__logo {
  position: fixed;
  top: 15px;
  left: 25px;
  z-index: 10;
  width: 80px;
  z-index: 10;
}
.l-header__inner {
  position: relative;
}
.l-header__nav {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__list {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -moz-column-gap: 5%;
       column-gap: 5%;
  line-height: 60px;
}
.l-header__item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-header__item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.l-header__item:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.l-header__item:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.l-header__item a {
  display: block;
  height: 100%;
}
.l-header__tel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-self: center;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@media screen and (max-width: 768px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel a {
  display: flex;
  align-items: center;
  justify-self: center;
  padding: 10px 18px;
  color: #fff;
  background-color: #A92124;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.l-header__tel a img {
  width: auto;
  height: 20px;
  margin-right: 5px;
}

.l-sp-header {
  display: none;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-sp-header {
    display: block;
  }
  .l-sp-header__btn {
    position: fixed;
    display: block;
    top: 5px;
    right: 18px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
    border-radius: 3px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  .l-sp-header__btn span {
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .l-sp-header__btn.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 8px);
  }
  .l-sp-header__btn.active span:nth-child(2) {
    transform: rotate(0deg) scale(0.2, 0.2);
    opacity: 0;
  }
  .l-sp-header__btn.active span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -8px);
  }
  .l-sp-header__container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/base.webp);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    z-index: 5;
  }
  .l-sp-header__container.active .l-sp-header__item:nth-child(1) {
    opacity: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    transform: translateX(0);
  }
  .l-sp-header__container.active .l-sp-header__item:nth-child(2) {
    opacity: 1;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    transform: translateX(0);
  }
  .l-sp-header__container.active .l-sp-header__item:nth-child(3) {
    opacity: 1;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    transform: translateX(0);
  }
  .l-sp-header__container.active .l-sp-header__item:nth-child(4) {
    opacity: 1;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    transform: translateX(0);
  }
  .l-sp-header__container.active {
    opacity: 1;
    pointer-events: fill;
  }
  .l-sp-header__nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-sp-header__list {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    row-gap: 45%;
  }
  .l-sp-header__list a {
    width: 100%;
    display: block;
  }
  .l-sp-header__item {
    width: 100%;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
  }
  .l-sp-header__item:nth-child(1) {
    opacity: 1;
    transform: translate(25px);
    transition: 0.2s;
  }
  .l-sp-header__item:nth-child(2) {
    opacity: 1;
    transform: translateX(30px);
    transition: 0.4s;
  }
  .l-sp-header__item:nth-child(3) {
    opacity: 1;
    transform: translateX(35px);
    transition: 0.6s;
  }
  .l-sp-header__item:nth-child(4) {
    opacity: 1;
    transform: translateX(45px);
    transition: 0.8s;
  }
}
.l-sp-header--left {
  position: absolute;
  width: 160px;
  height: auto;
  top: 15%;
  left: 0;
}
.l-sp-header--right {
  position: absolute;
  width: 160px;
  height: auto;
  bottom: 10%;
  right: 0;
}

.top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 20;
  width: 60px;
  height: auto;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .top {
    width: 40px;
    bottom: 24px;
    right: 22px;
    height: auto;
  }
}
.top.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.l-footer {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 80px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 60px 0 90px;
  }
}
.l-footer__title {
  margin-bottom: 10px;
}
.l-footer__title img {
  width: 100px;
}
.l-footer__subtitle {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer__subtitle {
    margin-bottom: 60px;
  }
}
.l-footer__address {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    margin-bottom: 30px;
  }
}
.l-footer__time {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-footer__time {
    margin-bottom: 80px;
  }
}
.l-footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

h1 {
  color: black;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1140px) {
  h1 {
    color: rgba(208, 214, 223, 0.4);
  }
}

.l-inner {
  max-width: 1100px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

.c-floating {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-floating {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-floating.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.c-floating a {
  display: flex;
  align-items: center;
  justify-self: center;
  padding: 14px 20px;
  color: #fff;
  background-color: #A92124;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-5px);
}
.c-floating a img {
  width: auto;
  height: 20px;
  margin-right: 5px;
}

.p-hero {
  position: relative;
  height: clamp(37.5rem, 21.875rem + 31.25vw, 50rem);
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-hero {
    margin-top: 60px;
    height: clamp(17.5rem, -10.625rem + 83.33vw, 29.375rem);
  }
}
.p-hero img {
  width: 100%;
  height: auto;
}
.p-hero p {
  position: absolute;
  top: 10%;
  right: 5%;
  font-size: clamp(1.5rem, 0.64rem + 1.79vw, 2.25rem);
  color: #fff;
  writing-mode: vertical-rl;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
.p-hero video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/*--------------------------------
 フェードエフェクト（初期状態）
---------------------------------*/
.mv-fadeIn_cloud {
  opacity: 0;
  -webkit-animation: 1s fadeIn 0s forwards;
          animation: 1s fadeIn 0s forwards;
}

/*--------------------------------
フェードエフェクト（メインビジュアル）
---------------------------------*/
.mv-fadeIn_cloud {
  opacity: 0;
  -webkit-animation: 2s topCloud 0s forwards;
          animation: 2s topCloud 0s forwards;
}
@media screen and (max-width: 768px) {
  .mv-fadeIn_cloud {
    display: none;
  }
}

@-webkit-keyframes topCloud {
  from {
    opacity: 0;
    filter: blur(5px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes topCloud {
  from {
    opacity: 0;
    filter: blur(5px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.main {
  color: #fff;
  padding-top: 240px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .main {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 160px;
  }
}

.concept {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept {
    flex-direction: column;
  }
}
.concept__text-box {
  width: 45%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 40px 0 6%;
}
@media screen and (max-width: 768px) {
  .concept__text-box {
    width: 100%;
    flex-direction: column;
    padding: 0 20px 0 20px;
  }
}
.concept__text-box--title {
  margin-top: -60px;
  writing-mode: vertical-rl;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.38;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .concept__text-box--title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.38;
  }
}
@media screen and (max-width: 768px) {
  .concept__text-box--title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.concept__text-box--title::after {
  content: "Concept";
  writing-mode: vertical-rl;
  position: absolute;
  top: -10px;
  right: -40px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .concept__text-box--title::after {
    top: -7px;
    right: -30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.concept__text-box--title span {
  margin: 0;
  position: relative;
  display: inline-block;
}
.concept__text-box--title span::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  height: 57px;
  width: 57px;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .concept__text-box--title span::after {
    height: 47.5px;
    width: 47.5px;
    top: -7px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .concept__text-box--title span::after {
    height: 39.7px;
    width: 39.7px;
    top: -6.4px;
    left: 0;
  }
}
.concept__text-box--title span.white {
  color: #000;
}
.concept__text-box--title span.white::after {
  background-color: #fff;
  z-index: -1;
}
.concept__text-box--title span.none::after {
  border: none;
}
.concept__text-box p {
  margin-top: 80px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .concept__text-box p {
    margin-top: clamp(27.813rem, 3.175rem + 123.19vw, 43.75rem);
  }
}
.concept__text-box p img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: auto;
}
.concept__img-box {
  margin-top: -130px;
  width: 55%;
  max-height: 750px;
  margin-right: 5%;
  height: auto;
  aspect-ratio: 1200/1627;
  overflow: hidden;
  background: url(../img/concept_food.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .concept__img-box {
    max-height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .concept__img-box {
    margin-top: 0px;
    position: absolute;
    top: 225px;
    width: 90%;
    height: clamp(22.438rem, 0.119rem + 111.59vw, 36.875rem);
    margin-left: 5%;
  }
}
.concept__base {
  position: absolute;
  left: 0;
  top: 280px;
  z-index: -1;
  width: 60%;
  height: 390px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 960px) {
  .concept__base {
    top: 240px;
  }
}
@media screen and (max-width: 768px) {
  .concept__base {
    width: 100%;
    height: 280px;
    top: clamp(35rem, 13.744rem + 106.28vw, 48.75rem);
  }
}
.concept__base::after {
  content: "";
  position: absolute;
  background: url(../img/concept_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -16%;
  left: 13%;
  width: 380px;
  height: 118px;
}
@media screen and (max-width: 960px) {
  .concept__base::after {
    bottom: -10%;
    left: 13%;
    width: 310px;
    height: 96px;
  }
}
@media screen and (max-width: 768px) {
  .concept__base::after {
    bottom: -14%;
    left: 8%;
    width: 260px;
    height: 81px;
  }
}

.map {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
  margin-top: 370px;
}
@media screen and (max-width: 960px) {
  .map {
    margin-top: 270px;
  }
}
@media screen and (max-width: 768px) {
  .map {
    margin-top: 320px;
    flex-direction: column;
  }
}
.map__text-box {
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 6% 0 30px;
}
@media screen and (max-width: 768px) {
  .map__text-box {
    width: 100%;
    flex-direction: column;
    padding: 0 20px 0 20px;
  }
}
.map__text-box--title {
  margin-top: -60px;
  writing-mode: vertical-rl;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.38;
  position: relative;
}
@media screen and (max-width: 960px) {
  .map__text-box--title {
    margin-top: -75px;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.38;
  }
}
@media screen and (max-width: 768px) {
  .map__text-box--title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.map__text-box--title::after {
  content: "Floor map";
  writing-mode: vertical-rl;
  position: absolute;
  top: -10px;
  right: -40px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .map__text-box--title::after {
    top: -7px;
    right: -30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.map__text-box--title span {
  margin: 0;
  position: relative;
  display: inline-block;
}
.map__text-box--title span::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  height: 57px;
  width: 57px;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .map__text-box--title span::after {
    height: 47.5px;
    width: 47.5px;
    top: -7px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .map__text-box--title span::after {
    height: 39.7px;
    width: 39.7px;
    top: -6.4px;
    left: 0;
  }
}
.map__text-box--title span.white {
  color: #000;
}
.map__text-box--title span.white::after {
  background-color: #fff;
  z-index: -1;
}
.map__text-box--title span.none::after {
  border: none;
}
.map__text-box p {
  margin-top: 80px;
  width: 240px;
}
@media screen and (max-width: 960px) {
  .map__text-box p {
    margin-top: 60px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .map__text-box p {
    margin-top: clamp(24.375rem, 5.132rem + 57.02vw, 32.5rem);
    margin-bottom: 180px;
    width: 200px;
  }
}
.map__img-box {
  width: 60%;
  height: 560px;
  overflow: hidden;
  background: url(../img/concept_under.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .map__img-box {
    height: 470px;
  }
}
@media screen and (max-width: 768px) {
  .map__img-box {
    position: absolute;
    top: 140px;
    width: 90%;
    height: clamp(16.25rem, -1.513rem + 52.63vw, 23.75rem);
    margin-left: 5%;
  }
}
.map__base {
  position: absolute;
  right: 0;
  bottom: -140px;
  z-index: -1;
  width: 90%;
  height: 390px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 768px) {
  .map__base {
    width: 100%;
    height: 750px;
    bottom: 0;
  }
}
.map__base::after {
  content: "";
  position: absolute;
  top: -400px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 400px 100vw 0 0;
  border-color: transparent rgba(255, 255, 255, 0.15) transparent transparent;
}
@media screen and (max-width: 768px) {
  .map__base::after {
    top: -300px;
    border-width: 300px 100vw 0 0;
  }
}
.map__base::before {
  content: "";
  position: absolute;
  background: url(../img/map_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -15%;
  right: 6%;
  width: 250px;
  height: 125px;
}
@media screen and (max-width: 960px) {
  .map__base::before {
    bottom: -13%;
    right: 7%;
    width: 200px;
    height: 101px;
  }
}
@media screen and (max-width: 768px) {
  .map__base::before {
    bottom: -6%;
    right: 8%;
    width: 150px;
    height: 76px;
  }
}
.map__text {
  position: absolute;
  width: 45%;
  top: 620px;
  left: 15%;
}
@media screen and (max-width: 960px) {
  .map__text {
    top: 520px;
  }
}
@media screen and (max-width: 768px) {
  .map__text {
    top: clamp(55rem, 34.276rem + 61.4vw, 63.75rem);
    width: 100%;
    left: 0;
    padding: 0 20px 0 20px;
  }
}

.copy {
  position: relative;
  margin-top: 140px;
  width: 100%;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .copy {
    height: 850px;
  }
}
@media screen and (max-width: 768px) {
  .copy {
    height: 700px;
    margin-top: 40px;
  }
}
.copy__title {
  writing-mode: vertical-rl;
  position: relative;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.4;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 960px) {
  .copy__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .copy__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.copy__title::after {
  content: "";
  position: absolute;
  background: url(../img/copy_c.svg);
  width: 400px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .copy__title::after {
    top: -27%;
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .copy__title::after {
    width: 260px;
    height: 260px;
  }
}
.copy__left {
  position: absolute;
  left: 0;
  top: 110px;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .copy__left {
    top: 100px;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .copy__left {
    top: 70px;
    width: 160px;
  }
}
.copy__right {
  position: absolute;
  right: 0;
  bottom: 110px;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .copy__right {
    bottom: 100px;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .copy__right {
    bottom: 70px;
    width: 160px;
  }
}
.copy__cloud--right {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 25%;
  transform: translateX(-50%);
  height: auto;
  transition: 1s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .copy__cloud--right {
    top: 35%;
    right: 5%;
    width: 30%;
  }
}
.copy__cloud--right.active {
  transform: translateX(-40%);
  opacity: 0;
}
.copy__cloud--left {
  position: absolute;
  top: 55%;
  right: 40%;
  width: 25%;
  transform: translateX(-50%);
  height: auto;
  transition: 1s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .copy__cloud--left {
    top: 56%;
    right: 40%;
    width: 30%;
  }
}
.copy__cloud--left.active {
  transform: translateX(-60%);
  opacity: 0;
}
.copy .cloudCenter {
  opacity: 0;
  transition: 1.8s;
  filter: blur(4px);
}
.copy .cloudCenter.active {
  opacity: 1;
  filter: blur(0);
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 30px 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .menu {
    padding: 100px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 100px 20px 20px;
  }
}
.menu__base {
  position: relative;
  max-width: 1100px;
  width: 100%;
  height: 700px;
  background: url(../img/menu_base.webp);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .menu__base {
    height: 900px;
  }
}
.menu__border {
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .menu__border {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.menu__border::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px #cc880d;
  -webkit-clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% 95.5%, calc(100% - 30px) 100%, 30px 100%, 0 95.5%, 0 30px);
          clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% 95.5%, calc(100% - 30px) 100%, 30px 100%, 0 95.5%, 0 30px);
}
@media screen and (max-width: 768px) {
  .menu__border::after {
    -webkit-clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% 96.5%, calc(100% - 30px) 100%, 30px 100%, 0 96.5%, 0 30px);
            clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% 96.5%, calc(100% - 30px) 100%, 30px 100%, 0 96.5%, 0 30px);
  }
}
.menu__title {
  position: absolute;
  left: 10px;
  top: -100px;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.38;
}
@media screen and (max-width: 960px) {
  .menu__title {
    top: -90px;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.38;
  }
}
@media screen and (max-width: 768px) {
  .menu__title {
    top: -70px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.menu__title::after {
  content: "Menu";
  position: absolute;
  top: -40px;
  left: -7px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .menu__title::after {
    top: -30px;
    left: -7px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.menu__title span {
  margin: 0;
  position: relative;
}
.menu__title span::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  height: 57px;
  width: 57px;
  top: -10px;
  left: -8px;
}
@media screen and (max-width: 960px) {
  .menu__title span::after {
    height: 47.5px;
    width: 47.5px;
    top: -7px;
    left: -7px;
  }
}
@media screen and (max-width: 768px) {
  .menu__title span::after {
    height: 39.7px;
    width: 39.7px;
    top: -6.4px;
    left: -6.4px;
  }
}
.menu__title span.white {
  color: #000;
}
.menu__title span.white::after {
  background-color: #fff;
  z-index: -1;
}
.menu__title span.none::after {
  border: none;
}
.menu__top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
}
.menu__top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
}
.menu__bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
}
.menu__bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
}
.menu__text-box {
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 25%;
       column-gap: 25%;
  height: 100%;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .menu__text-box {
    -moz-column-gap: 20%;
         column-gap: 20%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .menu__text-box {
    flex-direction: column;
    row-gap: 60px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.menu__text-box::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cc880d;
}
@media screen and (max-width: 768px) {
  .menu__text-box::after {
    width: 80%;
    height: 1px;
    top: 54%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.menu__text-box--left p {
  font-size: 34px;
  font-size: 2.125rem;
  color: #e83820;
  padding-bottom: 50px;
  font-family: "游ゴシック", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu__text-box--left p {
    padding-bottom: 48px;
  }
}
.menu__text-box--left p span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #e83820;
  font-weight: bold;
  padding-top: 10px;
}
.menu__text-box--left ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.menu__text-box--left ul span.choice {
  color: #e83820;
}
.menu__text-box--left ul span.choice::before {
  content: "右側メニューよりチョイス";
}
@media screen and (max-width: 768px) {
  .menu__text-box--left ul span.choice::before {
    content: "下側メニューよりチョイス";
  }
}
.menu__text-box--left ul span {
  font-family: "游ゴシック", "Meiryo", sans-serif;
  font-weight: bold;
  color: #e83820;
}
.menu__text-box--left .space {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .menu__text-box--left .space {
    margin-bottom: 10px;
  }
}
.menu__text-box--right ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.menu__back {
  position: absolute;
  z-index: -1;
  background-color: #fff;
  opacity: 0.15;
  width: 100%;
  height: 500px;
  bottom: 200px;
}
@media screen and (max-width: 768px) {
  .menu__back {
    height: 500px;
    bottom: 160px;
  }
}
.menu__back::after {
  content: "";
  position: absolute;
  top: -35px;
  width: 100%;
  height: 36px;
  background: url(../img/menu_back.svg);
  background-repeat: repeat-x;
}
.menu__back::before {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 36px;
  background: url(../img/menu_back.svg);
  background-repeat: repeat-x;
}

.access {
  position: relative;
}
.access__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.38;
}
@media screen and (max-width: 960px) {
  .access__title {
    top: -90px;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.38;
  }
}
@media screen and (max-width: 768px) {
  .access__title {
    top: -70px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.access__title::after {
  content: "Access";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .access__title::after {
    top: -30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.access__title span {
  margin: 0;
  position: relative;
}
.access__title span::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  height: 57px;
  width: 57px;
  top: -10px;
  left: -8px;
}
@media screen and (max-width: 960px) {
  .access__title span::after {
    height: 47.5px;
    width: 47.5px;
    top: -7px;
    left: -7px;
  }
}
@media screen and (max-width: 768px) {
  .access__title span::after {
    height: 39.7px;
    width: 39.7px;
    top: -6.4px;
    left: -6.4px;
  }
}
.access__title span.white {
  color: #000;
}
.access__title span.white::after {
  background-color: #fff;
  z-index: -1;
}
.access__title span.none::after {
  border: none;
}
.access iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .access iframe {
    height: 300px;
  }
}
.access__image {
  width: 100%;
  height: 400px;
  background: url(../img/access.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .access__image {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .access__image {
    height: 240px;
  }
}

.single-menu {
  margin: 80px auto 300px;
  max-width: 1100px;
  padding: 0 10px;
}
@media screen and (max-width: 960px) {
  .single-menu {
    margin: 60px auto 280px;
  }
}
@media screen and (max-width: 768px) {
  .single-menu {
    margin: 40px auto 240px;
  }
}
.single-menu .single-menu__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
}
.single-menu .single-menu__title::before,
.single-menu .single-menu__title::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.single-menu__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 90px auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.single-menu__title::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.single-menu__title::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .single-menu__title {
    font-size: 26px;
    margin: 80px auto 45px;
  }
}
.single-menu__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.single-menu__nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .single-menu__nav {
    gap: 10px;
  }
}
.single-menu__button {
  flex-shrink: 0;
  padding: 12px 24px;
  border: 1px solid #d7c8aa;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .single-menu__button {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-menu__button {
    padding: 10px 16px;
  }
}
.single-menu__button:hover {
  background: #f6f1e8;
}
.single-menu__button.is-active {
  background: #8c6a3d;
  border-color: #8c6a3d;
  color: #fff;
}
.single-menu__content {
  margin-top: 32px;
}
.single-menu__panel {
  display: none;
}
.single-menu__panel.is-active {
  display: block;
}

.menu-table {
  width: 100%;
  max-width: 640px;
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .menu-table {
    font-size: 14px;
  }
}
.menu-table td {
  padding: 14px 10px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(104, 104, 104);
}
@media screen and (max-width: 960px) {
  .menu-table td {
    padding: 12px 8px;
  }
}
@media screen and (max-width: 768px) {
  .menu-table td {
    padding: 10px 6px;
  }
}
.menu-table td:first-child {
  text-align: left;
}
.menu-table td:first-child {
  text-align: left;
}
.menu-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

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

.spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */