@charset "UTF-8";
/*-------------------------------------------
リセット
-------------------------------------------*/
a {
  /*下線を消す*/
  text-decoration: none;
  /*色を消す*/
  color: inherit;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

ul {
  /*左の「・」を消す*/
  list-style: none;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
}

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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
  font-size: 36px !important;
}

h2.block-editor-rich-text__editable.block-editor-block-list__block.wp-block.wp-block-heading.rich-text {
  font-size: 24px !important;
}

.wp-die-message,
p.block-editor-rich-text__editable.block-editor-block-list__block.wp-block {
  font-size: 18px !important;
}

.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 840px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 767px) {
  .components-resizable-box__container.editor-resizable-editor {
    background-color: #fff;
  }
  .editor-header__settings {
    gap: 4px;
  }
  h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
    font-size: 26px !important;
  }
}
/* FontFamily */
/* font-weight */
body {
  font-family: a-otf-ryumin-pr6n, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1819;
}

html {
  font-size: 62.5% !important;
}

@media screen and (max-width: 1683px) {
  html {
    font-size: 0.594vw;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 16px;
  line-height: 1.8;
  background-color: #1a1819;
}

body.page-template-default.page-id-27 .breadcrumb {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body.page-template-default.page-id-27 .breadcrumb.sbp-main-before + .content, body.page-template-default.page-id-27 .breadcrumb.pbp-main-before + .content {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 1432px) {
  body.page-template-default.page-id-27 .content {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-default.page-id-27 .content {
    margin-top: 2.2rem;
  }
}
body.page-template-default .breadcrumb.breadcrumb-page {
  background-color: #1a1819;
  margin-top: 16rem;
}

@media screen and (max-width: 767px) {
  body.page-template-default .breadcrumb.breadcrumb-page {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-default .breadcrumb.sbp-main-before + .content, body.page-template-default .breadcrumb.pbp-main-before + .content {
    margin-top: 9rem;
  }
}
body .content {
  margin-top: clamp(7rem, 4.32vw, 8.3rem);
}

@media screen and (max-width: 1432px) {
  body .content {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  body .content {
    margin-top: 7rem;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #C6A968;
}

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

.l-inner {
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--md {
  max-width: 1074px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-inner--md {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--sm {
  max-width: 870px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-inner--sm {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* -------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 下からフェードイン */
.fade-bottom {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s ease-out;
}

/* 左からフェードイン */
.fade-left {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s ease-out;
}

.js-show {
  opacity: 0;
  transition: all 1s ease-out;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* -------------------------------------------*/
body.scrolled .l-header__bottom {
  transform: translateY(-100%);
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 1023px) {
  .l-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    background-color: #1a1819;
    padding-inline: 3rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-block: 1.5rem;
    padding-inline: 1rem 0.5rem;
    gap: 0.8rem;
  }
}
.l-header__inner {
  width: 100%;
  background-color: #1a1819;
  padding-inline: min(1.04vw, 2rem);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding-inline: 0;
  }
}
.l-header__top {
  width: 100%;
  padding-block: clamp(1rem, 0.63vw, 1.2rem);
  position: relative;
}

@media screen and (max-width: 1023px) {
  .l-header__top {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__top {
    padding-block: 0;
  }
}
.is-menu-qr .l-header__top {
  padding-block: 0;
  padding-top: clamp(1rem, 1.66vw, 3.2rem);
}

.l-header__logo {
  display: block;
  width: clamp(25rem, 15.63vw, 30rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.l-header__logo:hover, .l-header__logo:focus {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {
  .l-header__logo {
    position: static;
    transform: none;
    width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 16.5rem;
  }
}
.l-header__logo img {
  width: 100%;
}

.l-header__right {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: min(1.04vw, 2rem);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .l-header__right {
    width: auto;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .l-header__right {
    justify-content: space-between;
    gap: 0.8rem;
  }
}
.l-header__right-link {
  display: block;
  width: clamp(14rem, 8.33vw, 16rem);
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
  line-height: 1.1111111111;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
  padding-block: clamp(1.6rem, 1.04vw, 2rem);
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.l-header__right-link:hover, .l-header__right-link:focus {
  color: #1a1819;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-header__right-link {
    width: 7rem;
    font-size: 1.2rem;
    line-height: 1.4285714286;
    padding-block: 0.7rem;
  }
}
.l-header__right-link.--reserve {
  font-family: a-otf-ryumin-pr6n, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  background-color: #987830;
  color: #fff;
}

.l-header__lang {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (max-width: 767px) {
  .l-header__lang {
    font-size: 1.3rem;
  }
}
.l-header__lang-bar {
  color: #fff;
  margin-left: 0.2rem;
}

.l-header__lang-link {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.l-header__lang-link.current {
  text-decoration: underline;
}

.l-header__lang-link:hover, .l-header__lang-link:focus {
  color: #C6A968;
}

.l-header__bottom {
  transition: transform 0.3s linear;
}

.l-header__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-header__trigger {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__trigger.u-onliy-tbsp {
    display: flex;
  }
}
.l-header__trigger-inner {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 2.3rem;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .l-header__trigger-inner {
    width: 3rem;
    height: 1.7rem;
  }
}
.l-header__trigger-line {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.l-header__trigger-line:nth-of-type(1) {
  top: 0;
}

.l-header__trigger-line:nth-of-type(1).is-active {
  transform: translateY(10px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(1).is-active {
    transform: translateY(8px) rotate(45deg);
  }
}
.l-header__trigger-line:nth-of-type(2) {
  top: 1rem;
}

@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(2) {
    top: 0.75rem;
  }
}
.l-header__trigger-line:nth-of-type(2).is-active {
  display: none;
}

.l-header__trigger-line:nth-of-type(3) {
  bottom: 0;
}

.l-header__trigger-line:nth-of-type(3).is-active {
  transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(3).is-active {
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* -------------------------------------------*/
.l-navi {
  background-color: rgba(152, 120, 48, 0.85);
  padding-block: 1rem;
}

@media screen and (max-width: 1023px) {
  .l-navi {
    width: 33rem;
    height: calc(100svh - 6.5rem);
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    overflow: scroll;
    z-index: 50;
    padding-block: 0 4rem;
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__inner {
    display: block;
    padding-block: 4rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__inner {
    padding-block: 3.5rem 5rem;
  }
}
.l-navi__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .l-navi__menu {
    gap: 0;
    flex-direction: column;
    gap: 1.5rem;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu {
    gap: 1rem;
    padding-inline: 2rem;
  }
}
.l-navi__menu-item {
  border-right: 1px solid #fff;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .l-navi__menu-item {
    border-right: none;
    width: 100%;
  }
}
.l-navi__menu-item:first-child {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1023px) {
  .l-navi__menu-item:first-child {
    border-left: none;
  }
}
.l-navi__menu-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14rem;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  padding-block: 1.6rem;
  transition: all 0.3s ease-in-out;
  max-height: 5.2rem;
}

.l-navi__menu-link:hover, .l-navi__menu-link:focus {
  color: #1a1819;
}

@media screen and (max-width: 1432px) {
  .l-navi__menu-link {
    width: clamp(12rem, 7.29vw, 14rem);
    font-size: clamp(1.4rem, 0.83vw, 1.6rem);
    padding-block: clamp(1.2rem, 0.83vw, 2.25rem);
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__menu-link {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-link {
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}
.l-navi__menu-link.hov-non {
  cursor: pointer;
}

.l-navi__menu-link.hov-non:hover, .l-navi__menu-link.hov-non:focus {
  color: #fff;
}

.l-navi__menu-child.js-acc .l-navi__menu-link {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .l-navi__menu-child.js-acc .l-navi__menu-link.open::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__menu-child.js-acc .l-navi__menu-link::before, .l-navi__menu-child.js-acc .l-navi__menu-link::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__menu-child.js-acc .l-navi__menu-link::before {
    width: 1.5rem;
    height: 1px;
    right: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__menu-child.js-acc .l-navi__menu-link::after {
    width: 1px;
    height: 1.5rem;
    right: 2.75rem;
  }
}
.l-navi__child {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s, opacity 0.3s linear;
  width: -moz-max-content;
  width: max-content;
  background-color: rgba(152, 120, 48, 0.85);
  padding-block: 1rem;
  padding-inline: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  transform: translateY(100%);
}

@media screen and (max-width: 1023px) {
  .l-navi__child {
    width: 100%;
    display: block;
    position: static;
    background-color: transparent;
    border: none;
    padding-block: 0;
    padding-inline: 2rem;
    transform: none;
  }
}
.l-navi__child.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
}

@media screen and (max-width: 1023px) {
  .l-navi__child.hide {
    display: none;
    visibility: visible;
    opacity: 1;
  }
}
.l-navi__child-item + .l-navi__child-item {
  margin-top: 0.4rem;
}

.l-navi__child-link {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  display: block;
  padding-block: 0.2rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.l-navi__child-link:hover, .l-navi__child-link:focus {
  color: #1a1819;
}

@media screen and (max-width: 1023px) {
  .l-navi__child-link {
    font-size: 1.3rem;
  }
}
.l-navi__child-link::before {
  content: "-";
  display: inline-block;
  background-color: transparent;
  margin-right: 1rem;
  position: relative;
  top: -0.3rem;
}

@media screen and (max-width: 767px) {
  .l-navi__child-link::before {
    margin-right: 0;
  }
}
.l-navi__child-link::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%) scale(0);
}

@media screen and (max-width: 1023px) {
  .l-navi__child-link::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__btns {
    width: 24rem;
    margin: 2rem auto 0;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__btns {
    gap: 1rem;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__btns.u-onliy-tbsp {
    display: flex;
  }
}
.l-navi__btns-link {
  transition: all 0.3s ease-in-out;
}

.l-navi__btns-link:hover, .l-navi__btns-link:focus {
  color: #1a1819;
}

@media screen and (max-width: 1023px) {
  .l-navi__btns-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
    padding-block: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__btns-link {
    font-size: 1.5rem;
    padding-block: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__btns-link.--reserve {
    width: 24rem;
    height: 5rem;
    border: 1px solid #fff;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__btns-link.--reserve {
    width: 16rem;
    height: 4rem;
  }
}
body.is-open .l-navi {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background: #1a1819;
  padding-block: 8rem 2.1rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 8rem 2.5rem;
  }
}
.l-footer__insta {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .l-footer__insta {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__insta .u-con--md {
    display: flex;
    flex-direction: column;
  }
}
.l-footer__insta .c-primary-title {
  align-items: flex-start;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .l-footer__insta .c-primary-title {
    order: 1;
    padding-inline: 0;
    margin-bottom: 0.8rem;
  }
}
.l-footer__insta .c-primary-title h2 {
  font-size: 5.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2037037037;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .l-footer__insta .c-primary-title h2 {
    font-size: 3rem;
    line-height: 1.2333333333;
  }
}
.l-footer__insta .c-primary-title .en {
  font-size: 1.8rem;
  font-family: a-otf-ryumin-pr6n, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .l-footer__insta .c-primary-title .en {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.l-footer__insta .c-primary-title::after {
  display: none;
}

.l-footer__insta #sb_instagram .sbi_follow_btn a {
  font-size: 16px;
  border-radius: 0;
}

.l-footer__insta #sb_instagram svg:not(:root).svg-inline--fa {
  height: 1.3em;
}

.l-footer__insta-body {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer__insta-body {
    order: 2;
  }
}
.l-footer__insta-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer__insta-head {
    display: contents;
  }
}
.l-footer__insta-more {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

@media screen and (max-width: 767px) {
  .l-footer__insta-more {
    order: 3;
    margin-top: 1.6rem;
    justify-content: center;
  }
}
.l-footer__insta-more:hover {
  color: #fff;
}

.l-footer__insta-more:hover .arrow {
  transform: translateX(0.3rem);
}

.l-footer__insta-more .arrow {
  width: 4rem;
  position: relative;
  transition: 0.3s ease;
}

.l-footer__insta-more .arrow::before, .l-footer__insta-more .arrow::after {
  content: "";
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.l-footer__insta-more .arrow::before {
  width: 4rem;
}

.l-footer__insta-more .arrow::after {
  width: 1rem;
  transform-origin: right;
  transform: rotate(30deg);
}

.l-footer__inner {
  margin-inline: auto;
  padding-inline: 4rem;
}

.l-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}

@media screen and (max-width: 1023px) {
  .l-footer__btn {
    gap: 3rem;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    flex-direction: column;
  }
}
.l-footer__link {
  display: block;
  width: 26rem;
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  color: #1a1819;
  text-decoration: none;
  border: 1px solid #987830;
  text-align: center;
  padding-block: 1.8rem;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .l-footer__link {
    width: 24rem;
    font-size: 1.5rem;
    padding-block: 2rem;
  }
}
.l-footer__link.jp {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .l-footer__link.jp {
    font-size: 1.4rem;
  }
}
.l-footer__link:hover {
  opacity: 0.9;
  background-color: #fff;
  color: #1a1819;
}

.l-footer__link.--reserve {
  background-color: #987830;
  color: #fff;
}

.l-footer__line {
  padding-top: 16rem;
}

@media screen and (max-width: 767px) {
  .l-footer__line {
    padding-top: 10rem;
  }
}
.l-footer__line .c-primary-title h2 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer__line .c-primary-title h2 {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.l-footer__line .c-primary-title + * {
  margin-top: 4rem;
}

.l-footer__line-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer__line-text {
    font-size: 1.4rem;
  }
}
.l-footer__line-text span {
  display: inline-block;
}

.l-footer__line-btn {
  margin-top: 4rem;
}

.l-footer__line-btn .l-footer__link {
  margin-inline: auto;
  font-size: 1.6rem;
  font-family: a-otf-ryumin-pr6n, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #987830;
}

.l-footer__body {
  max-width: 128rem;
  margin: 16rem auto 0;
}

@media screen and (max-width: 767px) {
  .l-footer__body {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    display: block;
    width: 22rem;
    margin-inline: auto;
  }
}
.l-footer__logo + * {
  margin-top: 3.2rem;
}

.l-footer__flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer__flex {
    flex-direction: column;
    gap: 4rem;
  }
}
.l-footer__title {
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
}

.l-footer__title + * {
  margin-top: 0.8rem;
}

.l-footer__address {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address span {
    display: inline-block;
  }
}
.l-footer__address p + p {
  margin-top: 0.8rem;
}

.l-footer__right {
  width: 40rem;
  margin-top: 3.3rem;
}

@media screen and (max-width: 1023px) {
  .l-footer__right {
    width: 33rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    margin-top: 0;
  }
}
.l-footer__nav {
  display: flex;
}

.l-footer__nav-li {
  width: 50%;
}

.l-footer__nav-item + .l-footer__nav-item {
  margin-top: 0.8rem;
}

.l-footer__nav-link,
.l-footer__child-link {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .l-footer__nav-link,
  .l-footer__child-link {
    font-size: 1.4rem;
  }
}
.l-footer__nav-link:hover, .l-footer__nav-link:focus,
.l-footer__child-link:hover,
.l-footer__child-link:focus {
  color: #C6A968;
}

.l-footer__nav-link.hov-non,
.l-footer__child-link.hov-non {
  cursor: auto;
}

.l-footer__nav-link.hov-non:hover, .l-footer__nav-link.hov-non:focus,
.l-footer__child-link.hov-non:hover,
.l-footer__child-link.hov-non:focus {
  color: #fff;
}

.l-footer__child {
  margin-top: 0.4rem;
  padding-left: 1.5em;
}

.l-footer__child-item + .l-footer__child-item {
  margin-top: 0.4rem;
}

.l-footer__child-link {
  font-size: 1.4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-footer__child-link {
    font-size: 1.3rem;
  }
}
.l-footer__child-link::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -0.5em;
  transform: translate(-100%, -50%);
}

.l-footer__copy {
  color: #FFFFFF;
  font-family: YuMincho;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 8rem;
  }
}
/* -------------------------------------
        l-main
-----------------------------------------*/
/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.c-primary-title h2 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.375;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .c-primary-title h2 {
    font-size: 2.3rem;
    line-height: 1.2333333333;
  }
}
.c-primary-title .en {
  font-size: 5.4rem;
  line-height: 1.2037037037;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .c-primary-title .en {
    font-size: 3rem;
    line-height: 1.2333333333;
  }
}
.c-primary-title p {
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .c-primary-title p {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.c-primary-title p.upper {
  text-transform: uppercase;
}

.c-primary-title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #C6A968;
}

@media screen and (max-width: 767px) {
  .c-primary-title::after {
    width: 3rem;
    margin-top: 0.5rem;
  }
}
/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: block;
  width: 28rem;
  margin-inline: auto;
  background-color: #987830;
  color: #fff;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  padding-block: 1rem;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 24rem;
    font-size: 1.5rem;
    padding-block: 1.5rem;
  }
}
.c-btn:hover, .c-btn:focus {
  opacity: 0.7;
  color: #fff;
}

/* -------------------------------------
        c-modal
-----------------------------------------*/
.modal {
  width: 100%;
  height: 100%;
  max-height: none;
  margin-inline: auto;
  padding: 0;
  border: none;
  display: none;
  background-color: transparent;
}

.modal[open] {
  display: block;
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-inner {
  width: 65%;
  max-width: 700px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  overflow: scroll;
  background-color: #fff;
  padding: 3rem 2rem;
}

@media screen and (max-width: 767px) {
  .modal-inner {
    width: 100%;
    padding-inline: 1rem;
  }
}
.modal-close {
  display: block;
  margin-left: auto;
  transition: 0.3s all;
  margin-bottom: 1rem;
}

.modal-close:hover, .modal-close:focus {
  color: #C6A968;
}

/* -------------------------------------
  p-top-mv
-----------------------------------------*/
.p-top-mv {
  opacity: 0;
  transition: opacity 1.5s linear;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-mv {
    height: auto;
  }
}
.p-top-mv.active {
  opacity: 1;
}

.p-top-mv__pc {
  height: 100%;
}

.p-top-mv__sp {
  height: auto;
}

/* MVコンテナを100vhに固定 */
.swiper-mv {
  width: 100%;
  height: 100vh; /* ← ここで高さ固定 */
  overflow: hidden;
}

/* wrapper & slide を100vhに合わせる */
.swiper-mv .swiper-slide,
.swiper-mv .swiper-wrapper {
  height: 100%;
}

/* figure に高さを必ず適用 */
.swiper-mv .swiper-slide figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* 画像を100vhにフィットさせる */
.swiper-mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* ← 下の余白を出さない */
  transform: scale(1);
  transition: transform 6s ease;
}

/* アクティブ時にズームイン */
.swiper-mv .swiper-slide-active img {
  transform: scale(1.12);
}

/*スクロールダウン*/
.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
  z-index: 1;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  position: absolute;
  left: -25px;
  top: -0.5rem;
  transform: translateY(-100%);
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .scrolldown1 span {
    font-size: 1.2rem;
  }
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/* -------------------------------------
  p-top-private
-----------------------------------------*/
.p-top-private + .p-top-private#room {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .p-top-private + .p-top-private#room {
    margin-top: 4rem;
  }
}
.p-top-private__wrap {
  padding-block: 7rem;
}

@media screen and (max-width: 767px) {
  .p-top-private__wrap {
    padding-block: 4rem;
  }
}
.p-top-private__wrap.--bg {
  padding-block: 3rem 10.5rem;
  background: url(./images/top/private-bg.webp) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .p-top-private__wrap.--bg {
    padding-block: 4rem;
  }
}
.p-top-private__wrap.--02 {
  margin-top: 6rem;
}

.p-top-private__body {
  max-width: 98rem;
  margin: 6rem auto 0;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4rem;
  padding: 4rem;
  padding-right: 1.6rem;
}

@media screen and (max-width: 1023px) {
  .p-top-private__body {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-private__body {
    padding-inline: 2rem;
  }
}
.p-top-private__body.--nonbg {
  max-width: none;
  background-color: transparent;
  color: #fff;
  padding: 0;
}

.p-top-private__body.--nonbg .p-top-private__box {
  padding-top: 0;
}

.p-top-private__body.--nonbg .p-top-private__text {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-top-private__body.--nonbg .p-top-private__text {
    font-size: 1.3rem;
  }
}
.p-top-private__body.--nonbg .p-top-private__link {
  color: #C6A968;
}

.p-top-private__body.--nonbg .p-top-private__link:hover, .p-top-private__body.--nonbg .p-top-private__link:focus {
  color: #fff;
}

.p-top-private__body.--nonbg .p-top-private__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-private__body.--rev {
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .p-top-private__body.--rev {
    flex-direction: column-reverse;
  }
}
.p-top-private__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 1.1rem;
}

@media screen and (max-width: 767px) {
  .p-top-private__box {
    padding-top: 0;
  }
}
.p-top-private__box .c-btn {
  margin-top: auto;
  margin-inline: auto;
}

@media screen and (max-width: 1023px) {
  .p-top-private__box .c-btn {
    margin-top: 2rem;
  }
}
.p-top-private__text {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .p-top-private__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-private__text {
    font-size: 1.3rem;
  }
}
.p-top-private__text + .p-top-private__text {
  margin-top: 1.5em;
}

.p-top-private__link {
  color: #C6A968;
  text-decoration: underline;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .p-top-private__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-private__link {
    font-size: 1.3rem;
  }
}
.p-top-private__link:hover, .p-top-private__link:focus {
  color: #1a1819;
}

.p-top-private__img {
  width: 38rem;
}

@media screen and (max-width: 1023px) {
  .p-top-private__img {
    width: 100%;
  }
}
.p-top-private__img img {
  width: 100%;
  height: auto;
}

.p-top-private__slide-wrap.--none .swiper-button-prev, .p-top-private__slide-wrap.--none .swiper-button-next {
  display: none;
}

.p-top-private__slide-wrap.--center .swiper-wrapper {
  justify-content: center;
}

.p-top-private__slide-wrap .private-pagination {
  position: static;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-top-private__slide-wrap .private-pagination {
    margin-top: 3rem;
  }
}
.p-top-private__slide-wrap .private-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-top-private__slide-wrap .private-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-top-private__slide-wrap .private-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.p-top-private__slide-wrap .swiper-button-prev, .p-top-private__slide-wrap .swiper-button-next {
  color: #fff;
  top: 45%;
}

@media screen and (max-width: 767px) {
  .p-top-private__slide-wrap .swiper-button-prev, .p-top-private__slide-wrap .swiper-button-next {
    display: none;
  }
}
.p-top-private__slide-wrap .swiper-button-prev {
  left: 0;
}

.p-top-private__slide-wrap .swiper-button-next {
  right: 0;
}

.p-top-private__slide-wrap .swiper-button-prev::after, .p-top-private__slide-wrap .swiper-button-next::after {
  font-size: 2.4rem;
}

.p-top-private__slide {
  overflow: hidden;
}

.p-top-private__slide .swiper-slide {
  height: auto;
}

.p-top-private__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.p-top-private__card:hover, .p-top-private__card:focus {
  color: #C6A968;
}

.p-top-private__card:hover .p-top-private__card-image img, .p-top-private__card:focus .p-top-private__card-image img {
  transform: scale(1.1);
}

.p-top-private__card-image {
  aspect-ratio: 3/2;
  overflow: hidden;
}

.p-top-private__card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.p-top-private__card-text {
  flex: 1;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}

.p-top-private__card-more {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 0.8rem;
  position: relative;
}

/* -------------------------------------
  p-top-chef
-----------------------------------------*/
.p-top-chef {
  color: #fff;
  padding-block: 7rem;
}

@media screen and (max-width: 767px) {
  .p-top-chef {
    padding-block: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-chef__inner {
    display: flex;
    flex-direction: column;
  }
}
.p-top-chef__name {
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-top-chef__name {
    order: 2;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.p-top-chef__name .jp {
  letter-spacing: 0;
}

.p-top-chef__name .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.06em;
}

.p-top-chef__career {
  color: #fff;
  font-size: 2rem;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-top-chef__career {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.p-top-chef__body {
  display: flex;
  gap: 6rem;
  margin-top: 7rem;
}

@media screen and (max-width: 1023px) {
  .p-top-chef__body {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-chef__body {
    display: contents;
  }
}
.p-top-chef__box {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-top-chef__box {
    order: 3;
    margin-top: 2.5rem;
  }
}
.p-top-chef__text {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 2.5714285714;
}

@media screen and (max-width: 767px) {
  .p-top-chef__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-top-chef__text.--name {
  order: 3;
}

.p-top-chef__career-text {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.5714285714;
}

@media screen and (max-width: 767px) {
  .p-top-chef__career-text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-top-chef__image {
  width: 42rem;
  margin-top: 1.1rem;
}

@media screen and (max-width: 1023px) {
  .p-top-chef__image {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-chef__image {
    width: 100%;
    order: 1;
    margin-top: 4rem;
  }
}
.p-top-chef__image img {
  width: 100%;
  height: auto;
}

.p-top-chef__btn {
  text-align: right;
}

.p-top-chef__btn .p-top-menu__link {
  margin-top: 0;
}

/* -------------------------------------
  p-top-guest
-----------------------------------------*/
.p-top-guest {
  padding-block: 7rem 14rem;
}

@media screen and (max-width: 767px) {
  .p-top-guest {
    padding-block: 4rem;
  }
}
.p-top-guest .p-top-chef__body {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-top-guest .p-top-chef__body {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-top-guest .p-top-chef__name {
    order: 1;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-guest .p-top-chef__image {
    order: 2;
    margin-top: 3rem;
  }
}
.p-top-guest__sch {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  background-color: #fff;
  border: 1px solid #707070;
  display: flex;
  gap: 4rem;
  padding-block: 3.35rem;
  padding-inline: 2rem 2.9rem;
}

@media screen and (max-width: 1023px) {
  .p-top-guest__sch {
    flex-direction: column;
    gap: 1rem;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-guest__sch {
    flex-direction: row;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding: 2rem 1.5rem;
  }
}
.p-top-guest__sch-ttl {
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-top-guest__sch-ttl {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.p-top-guest__sch-cont {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-top-guest__sch-cont {
    font-size: 1.3rem;
    line-height: 2.1538461538;
    margin-top: -0.4rem;
  }
}
.p-top-guest__btn {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .p-top-guest__btn {
    margin-top: 4rem;
  }
}
/* -------------------------------------
  p-top-news
-----------------------------------------*/
.p-top-news {
  padding-block: 5.2rem 14rem;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    padding-block: 3rem 8rem;
  }
}
.p-top-news__body {
  margin-top: 5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-top-news__body {
    margin-top: 3rem;
  }
}
.p-top-news__link {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.p-top-news__link + .p-top-news__link .p-top-news__item, .p-top-news__link + .p-top-news__link .related-entry-card, .p-top-news__link + .p-top-news__link .latest-entry-card {
  border-top: 1px solid #fff;
}

.p-top-news__link:hover, .p-top-news__link:focus {
  color: #C6A968;
}

.p-top-news__item,
.related-entry-card,
.latest-entry-card {
  display: flex;
  align-items: center;
  gap: 4.5rem;
  padding-block: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-top-news__item,
  .related-entry-card,
  .latest-entry-card {
    align-items: flex-start;
    gap: 2.7rem;
    padding-block: 1.75rem;
  }
}
.p-top-news__date {
  white-space: nowrap;
  font-size: 1.8rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2222222222;
  min-width: 7.2rem;
}

@media screen and (max-width: 767px) {
  .p-top-news__date {
    min-width: 6.5rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.p-top-news__ttl {
  font-size: 1.6rem;
  line-height: 1.375;
}

@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    font-size: 1.5rem;
    line-height: 2;
    padding-right: 1.5rem;
  }
}
.p-top-news__none,
.p-news-list__none {
  color: #fff;
  text-align: center;
  padding-block: 4rem 1rem;
  font-size: 1.6rem;
}

.p-top-news__btn {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-top-news__btn {
    margin-top: 4rem;
  }
}
.p-top-news__btn-link {
  width: 28rem;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  padding-block: 1.55rem;
  border: 1px solid #fff;
  color: #fff;
  background-color: #1a1819;
  text-decoration: none;
  margin-inline: auto;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-top-news__btn-link {
    width: 24rem;
    font-size: 1.5rem;
    padding-block: 1.4rem;
  }
}
.p-top-news__btn-link:hover, .p-top-news__btn-link:focus {
  color: #1a1819;
  background-color: #fff;
}

/* -------------------------------------
  p-top-concept
-----------------------------------------*/
.p-top-concept {
  padding-block: 8.2rem 8rem;
  background: url(./images/top/concept-bg.webp) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .p-top-concept {
    padding-block: 3rem 4rem;
    background-image: url(./images/top/concept-bg_sp.webp);
  }
}
.p-top-concept.--en {
  margin-top: 16rem;
}

@media screen and (max-width: 767px) {
  .p-top-concept.--en {
    margin-top: 6rem;
  }
}
.p-top-concept .c-primary-title + * {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .p-top-concept .c-primary-title + * {
    margin-top: 2.5rem;
  }
}
.p-top-concept__copy {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-top-concept__copy {
    line-height: 1.625;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__copy {
    font-size: 1.6rem;
    line-height: 1.625;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top-concept__copy.--en {
  font-size: 2.24rem;
}

@media screen and (max-width: 767px) {
  .p-top-concept__copy.--en {
    width: auto;
    font-size: 1.6rem;
  }
}
.p-top-concept__copy + .p-top-concept__copy {
  margin-top: 1rem;
}

@media screen and (max-width: 1023px) {
  .p-top-concept__copy + .p-top-concept__copy {
    margin-top: 0;
  }
}
.p-top-concept__text {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 2.25;
  color: #fff;
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .p-top-concept__text {
    margin-top: 4rem;
    font-size: 1.3rem;
    line-height: 2;
  }
}
/* -------------------------------------
  p-top-menu
-----------------------------------------*/
.p-top-menu {
  padding-block: 14rem 7rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu {
    padding-block: 4rem;
  }
}
.p-top-menu__body {
  margin-top: 7rem;
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 1023px) {
  .p-top-menu__body {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__body {
    margin-top: 3rem;
  }
}
.p-top-menu__body.--en {
  padding-inline: 4rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu__body.--en {
    padding-inline: 0;
  }
}
.p-top-menu__left {
  width: 46rem;
}

@media screen and (max-width: 1023px) {
  .p-top-menu__left {
    width: 100%;
  }
}
.p-top-menu__left.--en {
  width: 100%;
}

.p-top-menu__right {
  width: 47rem;
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .p-top-menu__right {
    width: 100%;
  }
}
.p-top-menu__right.--en {
  width: 100%;
}

.p-top-menu__right ul {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 2.5714285714;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-menu__right ul {
    font-size: 1.3rem;
    line-height: 2.7692307692;
  }
}
.p-top-menu__right li.indent, .p-top-menu__right li .indent {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1023px) {
  .p-top-menu__li {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__li {
    gap: 3rem 0;
  }
}
.p-top-menu__li-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .p-top-menu__li-item {
    width: calc(50% - 0.5rem);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__li-item {
    width: 100%;
  }
}
.p-top-menu__li-item + .p-top-menu__li-item {
  margin-top: 9px;
}

@media screen and (max-width: 1023px) {
  .p-top-menu__li-item + .p-top-menu__li-item {
    margin-top: 0;
  }
}
.p-top-menu__li-item p {
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .p-top-menu__li-item p {
    width: 100%;
    flex: initial;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__li-item p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-top-menu__li-image {
  width: 25rem;
}

@media screen and (max-width: 1023px) {
  .p-top-menu__li-image {
    width: 100%;
  }
}
.p-top-menu__li-image img {
  width: 100%;
  height: auto;
}

.p-tpo-menu__image {
  width: 100%;
}

.p-tpo-menu__image img {
  width: 100%;
  height: auto;
}

.p-tpo-menu__image.--en {
  width: 80%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-tpo-menu__image.--en {
    width: 100%;
  }
}
.p-top-menu__h3 {
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  text-align: center;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu__h3 {
    margin-top: 2.2rem;
    gap: 1rem;
  }
}
.p-top-menu__h3 .jp {
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-top-menu__h3 .jp {
    font-size: 1.3rem;
  }
}
.p-top-menu__h3 .en {
  font-size: 2.8rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2142857143;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .p-top-menu__h3 .en {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.p-top-menu__h3.--en {
  max-width: 72rem;
  margin-inline: auto;
}

.p-top-menu__dl-wrapper {
  margin: 3rem auto 0;
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .p-top-menu__dl-wrapper {
    margin-top: 1rem;
  }
}
.p-top-menu__dl-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .p-top-menu__dl-flex {
    display: block;
  }
}
.p-top-menu__dl-flex::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #fff;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  .p-top-menu__dl-flex::after {
    content: none;
  }
}
.p-top-menu__dl {
  font-size: 1.6rem;
  line-height: 2.25;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-menu__dl {
    font-size: 1.3rem;
    line-height: 2.7692307692;
  }
}
.p-top-menu__dl .inner {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu__dl .inner {
    margin-top: 1rem;
  }
}
.p-top-menu__dl .inner:first-child {
  margin-top: 0;
}

.p-top-menu__dl.--en {
  margin-top: 2rem;
  max-width: 72rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-top-menu__dl.--en dt {
    flex: 1;
  }
}
.p-top-menu__dl.--en dt span {
  display: inline-block;
}

.p-top-menu__dl dt {
  letter-spacing: 0.01em;
}

.p-top-menu__dl dd {
  letter-spacing: 0.1em;
}

.p-top-menu__dl + .p-top-menu__text {
  margin-top: 1em;
}

.p-top-menu__box {
  margin-top: 5.2rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 2.25;
  padding: 1.9rem 2rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu__box {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 2;
    padding-block: 2.35rem;
    padding-inline: 2rem 1.3rem;
  }
}
.p-top-menu__text {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-top-menu__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-top-menu__text.--en {
  max-width: 72rem;
  margin-inline: auto;
}

.p-top-menu__link {
  display: inline-block;
  margin-top: 2rem;
  color: #C6A968;
  text-decoration: underline;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 2.25;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link {
    margin-top: 1.6rem;
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-top-menu__link:hover, .p-top-menu__link:focus {
  color: #fff;
}

.p-top-menu__slide {
  max-width: 140rem;
  margin: 4rem auto 0;
  padding-inline: 6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-menu__slide {
    margin-top: 5rem;
    padding-inline: 3rem;
    overflow: hidden;
  }
}
.p-top-menu__slide .swiper-menu, .p-top-menu__slide .swiper-guest {
  overflow: hidden;
  max-width: 111rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-top-menu__slide .swiper-menu, .p-top-menu__slide .swiper-guest {
    overflow: initial;
  }
}
.p-top-menu__slide .swiper-slide figure {
  display: block;
  aspect-ratio: 33/22;
}

@media screen and (max-width: 767px) {
  .p-top-menu__slide .swiper-slide figure {
    aspect-ratio: 28/18;
  }
}
.p-top-menu__slide .swiper-slide figure img {
  width: 100%;
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-menu__slide .swiper-pagination, .p-top-menu__slide .guest-pagination {
  position: static;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu__slide .swiper-pagination, .p-top-menu__slide .guest-pagination {
    margin-top: 3rem;
  }
}
.p-top-menu__slide .swiper-pagination-bullet {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-top-menu__slide .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-top-menu__slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.p-top-menu__slide .swiper-button-prev, .p-top-menu__slide .swiper-button-next {
  color: #fff;
  top: 45%;
}

@media screen and (max-width: 767px) {
  .p-top-menu__slide .swiper-button-prev, .p-top-menu__slide .swiper-button-next {
    display: none;
  }
}
.p-top-menu__slide .swiper-button-prev {
  left: 6rem;
}

@media screen and (max-width: 1280px) {
  .p-top-menu__slide .swiper-button-prev {
    left: 0;
  }
}
.p-top-menu__slide .swiper-button-next {
  right: 6rem;
}

@media screen and (max-width: 1432px) {
  .p-top-menu__slide .swiper-button-next {
    right: 0;
  }
}
.p-top-menu__slide .swiper-button-prev::after, .p-top-menu__slide .swiper-button-next::after {
  font-size: 2.4rem;
}

.p-top-menu__btn {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu__btn {
    margin-top: 2rem;
  }
}
/* -------------------------------------
  p-top-live
-----------------------------------------*/
.p-top-live {
  padding-block: 7rem;
}

@media screen and (max-width: 767px) {
  .p-top-live {
    padding-block: 4rem;
  }
}
.p-top-live__image {
  display: block;
  margin-top: 4rem;
}

.p-top-live__body {
  margin-top: 4rem;
  align-items: flex-end;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .p-top-live__body {
    margin-top: 2.5rem;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.p-top-live__sche {
  flex: 1;
  padding-bottom: 0.9rem;
}

@media screen and (max-width: 767px) {
  .p-top-live__sche {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-top-live__h3 {
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-live__h3 {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.p-top-live__shce-box {
  border: 1px solid #fff;
  padding-block: 2.6rem;
  padding-inline: 2rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-top-live__shce-box {
    padding-block: 0.75rem;
  }
}
.p-top-live__shce-box p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: clac(36/16);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-live__shce-box p {
    font-size: 1.3rem;
    line-height: 2.7692307692;
  }
}
.p-top-live__text {
  width: 50%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-live__text {
    width: 100%;
  }
}
.p-top-live__text p {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 2.5714285714;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-live__text p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-top-live__link {
  color: #C6A968;
  text-decoration: underline;
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-top-live__link {
    font-size: 1.3rem;
  }
}
.p-top-live__link:hover, .p-top-live__link:focus {
  color: #fff;
}

/* -------------------------------------
  p-top-info
-----------------------------------------*/
.p-top-info {
  padding-top: 14rem;
}

@media screen and (max-width: 767px) {
  .p-top-info {
    padding-top: 4rem;
  }
}
.p-top-info__body {
  margin-top: 6rem;
  background-color: #fff;
  padding: 6rem 12rem;
}

@media screen and (max-width: 1023px) {
  .p-top-info__body {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-info__body {
    margin-top: 4rem;
    padding: 3rem 1.5rem 4rem;
  }
}
.p-top-info__dl {
  border-top: 1px solid #9A9A9A;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .p-top-info__dl {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 767px) {
  .p-top-info__dl.--en .p-top-info__dt.sp {
    letter-spacing: 0;
  }
}
.p-top-info__dl .inner {
  display: flex;
  align-items: flex-start;
}

.p-top-info__dl .inner + .inner {
  border-top: 1px solid #9A9A9A;
}

.p-top-info__dt {
  width: 17rem;
  text-align: center;
  padding-block: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-top-info__dt {
    width: 8rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-info__dt.sp {
    letter-spacing: -0.16em;
  }
}
.p-top-info__dd {
  flex: 1;
  padding-block: 1.8rem;
  padding-inline: 4rem 1rem;
  color: #1a1819;
}

@media screen and (max-width: 767px) {
  .p-top-info__dd {
    padding-inline: 0;
  }
}
.p-top-info__dd span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-top-info__dd span.nowrap {
    font-size: 1.3rem;
  }
}
.p-top-info__dd span.space {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-top-info__dd span.space {
    display: block;
    margin-left: 0;
  }
}
.p-top-info__map {
  margin-top: 2rem;
  aspect-ratio: 200/87;
}

@media screen and (max-width: 767px) {
  .p-top-info__map {
    aspect-ratio: 285/248;
  }
}
.p-top-info__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* -------------------------------------
  共通
-----------------------------------------*/
.p-news__title {
  padding-block: 16.9rem 9.2rem;
  background: url(./images/news/news-bg.webp) no-repeat center/cover;
}

@media screen and (max-width: 1432px) {
  .p-news__title {
    padding-block: 8.8vw 4.79vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-news__title {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__title {
    padding-block: 3.5rem;
    background-image: url(./images/news/news-bg_sp.webp);
  }
}
.p-news__title-h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  width: 42rem;
  height: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 1432px) {
  .p-news__title-h1 {
    width: 21.88vw;
    height: 13.54vw;
    gap: 1.04vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-news__title-h1 {
    width: 22.4rem;
    height: 13.8rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__title-h1 {
    width: 20rem;
    height: 10rem;
    gap: 0.5rem;
  }
}
.p-news__title-h1 .h1 {
  order: 2;
  font-size: 3.8rem;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (max-width: 1432px) {
  .p-news__title-h1 .h1 {
    font-size: 1.98vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-news__title-h1 .h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__title-h1 .h1 {
    font-size: 1.8rem;
  }
}
.p-news__title-h1 .h1.archive-title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1.21875;
  text-transform: capitalize;
  margin-block: 0;
}

.p-news__title-h1 .h1.archive-title span {
  display: none;
}

.p-news__title-h1 p {
  order: 1;
  font-size: 3.2rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1.21875;
  text-transform: capitalize;
}

@media screen and (max-width: 1432px) {
  .p-news__title-h1 p {
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-news__title-h1 p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__title-h1 p {
    font-size: 1.4rem;
    line-height: 1.2142857143;
  }
}
.p-news__title-h1::after {
  content: "";
  display: block;
  order: 3;
  width: 5rem;
  height: 1px;
  background-color: #C6A968;
}

@media screen and (max-width: 1432px) {
  .p-news__title-h1::after {
    width: 2.6vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-news__title-h1::after {
    width: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__title-h1::after {
    width: 2rem;
    margin-top: 0.5rem;
  }
}
/* -------------------------------------
  p-news-list
-----------------------------------------*/
.pagination-next {
  display: none;
}

.p-news-list__body {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-news-list__body {
    margin-top: 5rem;
  }
}
.pagination {
  margin-block: 10rem 5rem;
  gap: 2rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-block: 4rem 2rem;
  }
}
.page-numbers {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 0;
  margin-inline: 0;
  border: none;
}

.page-numbers.next, .page-numbers.prev {
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 3rem;
}

.page-numbers.next:hover, .page-numbers.next:focus, .page-numbers.prev:hover, .page-numbers.prev:focus {
  background-color: transparent;
  opacity: 0.6;
}

.page-numbers.next .fa-angle-right:before {
  color: #fff;
}

.page-numbers.prev .fa-angle-left:before {
  color: #fff;
}

a.page-numbers {
  background-color: #EDDEBE;
}

.p-news-category {
  display: flex;
  flex-direction: column;
}

.p-news-category .p-news__title {
  order: 1;
}

.p-news-category .p-news-list {
  order: 3;
}

.p-news-category .pagination {
  order: 4;
}

.p-news-category .breadcrumb {
  order: 2;
}

.breadcrumb {
  width: 100%;
  max-width: 106rem;
  padding-inline: 4rem;
  margin: 4rem auto 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
    padding-inline: 3rem;
  }
}
.breadcrumb a {
  color: #fff;
}

/************************************
** パンくずリストのアイコンをまとめて非表示（Font Awesome 4）
************************************/
.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file-o {
  display: none;
  /*非表示*/
}

.posts-not-found {
  color: #fff;
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .posts-not-found {
    margin-top: 3rem;
  }
}
.posts-not-found h2 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .posts-not-found h2 {
    font-size: 2rem;
  }
}
.posts-not-found p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .posts-not-found p {
    font-size: 1.4rem;
  }
}
/* -------------------------------------
  p-news-content
-----------------------------------------*/
.p-news-content {
  color: #fff;
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .p-news-content {
    margin-top: 3rem;
  }
}
.p-news-content .entry-content {
  margin-block: 3rem 0;
}

.p-news-content h1 {
  font-size: 3.2rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-news-content h1 {
    font-size: 2rem;
  }
}
.p-news-content h2 {
  font-size: 2.8rem;
  margin-block: 5.6rem 1.6rem;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-news-content h2 {
    font-size: 1.8rem;
    margin-top: 3.2rem;
  }
}
.p-news-content p {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-news-content p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-news-content p strong {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-news-content p strong {
    font-size: 1.8rem;
  }
}
.p-news-content a {
  color: #C6A968;
  transition: opacity 0.3s;
}

.p-news-content a:hover, .p-news-content a:focus {
  opacity: 0.6;
}

.p-news-content__address {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.25;
  margin-block: 11rem 0;
}

@media screen and (max-width: 767px) {
  .p-news-content__address {
    font-size: 1.4rem;
    line-height: 2.5714285714;
  }
}
.p-news-content_address-dl .inner {
  display: flex;
  gap: 1em;
}

.p-news-content_address-dl .inner dd {
  flex: 1;
  margin-left: 0;
  display: block;
  font-size: 1.6rem;
  line-height: 2.25;
}

.under-entry-content {
  margin-top: 10rem;
}

.under-entry-content .p-news-list__body {
  margin-top: 2rem;
}

.under-entry-content .p-top-news__link {
  margin-bottom: 0;
  padding: 0;
}

.under-entry-content .p-top-news__link:hover, .under-entry-content .p-top-news__link:focus {
  background-color: transparent;
}

.related-entry-heading,
.latest-entry-heading {
  font-size: 2.6rem;
  color: #fff;
  margin-block: 0;
}

.p-page-content {
  color: #fff;
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .p-page-content {
    margin-top: 3rem;
  }
}
.p-page-content .entry-content {
  margin-block: 3rem 0;
}

.p-page-content h1 {
  font-size: 3.2rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-page-content h1 {
    font-size: 2rem;
  }
}
.p-page-content h2 {
  font-size: 2.8rem;
  margin-block: 5.6rem 1.6rem;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-page-content h2 {
    font-size: 1.8rem;
    margin-top: 3.2rem;
  }
}
.p-page-content p {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.25;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-page-content p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-page-content p strong {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-page-content p strong {
    font-size: 1.8rem;
  }
}
.p-page-content a {
  color: #C6A968;
  transition: opacity 0.3s;
}

.p-page-content a:hover, .p-page-content a:focus {
  opacity: 0.6;
}

.p-drink {
  padding-block: 10rem 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-drink {
    padding-block: 4rem 0;
  }
}
.p-drink .c-primary-title + * {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-drink .c-primary-title + * {
    margin-top: 3.2rem;
  }
}
.p-drink .eye-catch-wrap {
  justify-content: center;
}

.p-drink__lead {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 8.4rem;
}

@media screen and (max-width: 767px) {
  .p-drink__lead {
    font-size: 1.5rem;
    text-align: left;
    margin: 4.8rem auto 0;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.p-drink__lead span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-drink__lead span {
    display: inline;
  }
}
.p-drink__nav-li {
  max-width: 865px;
  margin: 3.2rem auto 0;
  gap: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-drink__nav-li {
    gap: 1.6rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-drink__nav-item {
    width: calc(50% - 0.5rem);
  }
}
.p-drink__nav-link {
  display: block;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  padding-inline: 3.4rem;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  padding-block: 0.8rem;
}

@media screen and (max-width: 767px) {
  .p-drink__nav-link {
    font-size: 1.5rem;
    padding-inline: 1.6rem;
    text-align: center;
  }
}
.p-drink__nav-link:hover, .p-drink__nav-link:focus {
  background-color: #fff;
  color: #1a1819;
}

.p-drink__body {
  border-top: 1px solid #fff;
  margin-top: 14.2rem;
  display: flex;
  align-items: flex-start;
  gap: 3.3rem;
  padding-inline: 4rem;
}

@media screen and (max-width: 1023px) {
  .p-drink__body {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-drink__body {
    padding-inline: 0;
    margin-top: 10.1rem;
  }
}
.p-drink__body + .p-drink__body {
  margin-top: 4rem;
}

.p-drink__h2 {
  margin-top: 4rem;
  width: 34.5rem;
  font-size: 2rem;
  line-height: 2;
  color: #C6A968;
}

@media screen and (max-width: 1023px) {
  .p-drink__h2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-drink__h2 {
    font-size: 1.8rem;
  }
}
.p-drink__h2 span {
  display: inline-block;
}

.p-drink__box {
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .p-drink__box {
    width: 100%;
  }
}
.p-drink__box-inner {
  padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-drink__box-inner {
    padding-top: 2rem;
  }
}
.p-drink__box-inner + .p-drink__box-inner {
  padding-top: 3.6rem;
}

.p-drink__h3 {
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-drink__h3 {
    font-size: 1.8rem;
  }
}
.p-drink__h3 + * {
  margin-top: 0.8rem;
}

.p-drink__dl {
  font-size: 1.5rem;
  line-height: 2;
}

.p-drink__dl .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .p-drink__dl .inner {
    justify-content: center;
  }
}
.p-drink__only-dl .p-drink__dd {
  justify-content: center;
}

.p-drink__dt {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-drink__dt {
    flex: 1;
  }
}
.p-drink__dt p:first-child + * {
  margin-top: 0.4rem;
}

@media screen and (max-width: 767px) {
  .p-drink__dd {
    width: 9rem;
    text-align: right;
    justify-content: end;
  }
}
.p-drink__fixed-nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 1rem;
  left: -20rem;
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 767px) {
  .p-drink__fixed-nav {
    left: -18rem;
  }
}
.p-drink__fixed-nav.is-show {
  opacity: 1;
  visibility: visible;
}

.p-drink__fixed-nav.active {
  left: 1rem;
}

.p-drink__fixed-nav.active .p-drink__fixed-trigger-inner {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.p-drink__fixed-nav .p-drink__nav {
  width: 20rem;
  background-color: rgba(17, 17, 17, 0.8);
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .p-drink__fixed-nav .p-drink__nav {
    width: 18rem;
    padding: 0.8rem;
  }
}
.p-drink__fixed-nav .p-drink__nav-li {
  margin: 0;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .p-drink__fixed-nav .p-drink__nav-li {
    gap: 0.8rem;
  }
}
.p-drink__fixed-nav .p-drink__nav-item {
  width: calc(50% - 0.5rem);
}

@media screen and (max-width: 767px) {
  .p-drink__fixed-nav .p-drink__nav-item {
    width: calc(50% - 0.4rem);
  }
}
.p-drink__fixed-nav .p-drink__nav-link {
  font-size: 1.1rem;
  line-height: 2.1818181818;
  padding-inline: 0;
  padding-block: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-drink__fixed-nav .p-drink__nav-link {
    font-size: 1rem;
  }
}
.p-drink__fixed-nav .p-drink__nav-link:hover, .p-drink__fixed-nav .p-drink__nav-link:focus {
  background-color: #fff;
  color: #1a1819;
}

.p-drink__fixed-trigger {
  cursor: pointer;
  position: absolute;
  height: 100%;
  background: #C6A968;
  background: linear-gradient(100deg, #C6A968 0, #987830 100%);
  width: 30px;
  top: 0;
  right: -29px;
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 767px) {
  .p-drink__fixed-trigger {
    width: 2.2rem;
    right: -2.2rem;
  }
}
.p-drink__fixed-trigger-inner {
  width: 2rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .p-drink__fixed-trigger-inner {
    width: 1.4rem;
  }
}
.p-drink__fixed-trigger-inner::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 2px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .p-drink__fixed-trigger-inner::before {
    width: 0.7rem;
  }
}
.p-chief {
  color: #fff;
}

.p-chief-mv {
  position: relative;
}

.p-chief-mv__h1 {
  border: 1px solid;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-block: 3.3rem 3.8rem;
  padding-inline: clamp(5.8rem, 4.55vw, 8.7rem);
}

@media screen and (max-width: 767px) {
  .p-chief-mv__h1 {
    width: -moz-max-content;
    width: max-content;
    padding-block: 2.3rem 2.8rem;
  }
}
.p-chief-mv__h1::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #C6A968;
  margin-inline: auto;
  margin-top: 0.6rem;
}

.p-chief-mv__h1 .en {
  font-size: clamp(1.4rem, 1.1vw, 2rem);
  line-height: 1.5;
  text-transform: capitalize;
}

.p-chief-mv__h1 .h1 {
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
  line-height: 1.5;
  margin-top: 0.9rem;
}

.p-chief-mv__bg {
  aspect-ratio: 1275/463;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-chief-mv__bg {
    aspect-ratio: initial;
    height: 30rem;
  }
}
.p-chief-mv__bg img {
  width: auto;
  max-width: initial;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.p-chief-head {
  padding-top: 4rem;
}

.p-chief-head + * {
  margin-top: 8rem;
}

.p-chief-head__top {
  gap: 6rem;
}

@media screen and (max-width: 1023px) {
  .p-chief-head__top {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-chief-head__top + * {
  margin-top: 6.4rem;
}

@media screen and (max-width: 767px) {
  .p-chief-head__top + * {
    margin-top: 3.2rem;
  }
}
.p-chief-head__image {
  width: 42.735042735%;
}

@media screen and (max-width: 1023px) {
  .p-chief-head__image {
    width: 100%;
  }
}
.p-chief-head__dl {
  flex: 1;
}

.p-chief-head__dt {
  font-size: 3.6rem;
  line-height: 2.1111111111;
}

@media screen and (max-width: 767px) {
  .p-chief-head__dt {
    font-size: 2.4rem;
  }
}
.p-chief-head__dd {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-chief-head__dd {
    margin-top: 0.8rem;
  }
}
.p-chief-head__dd p {
  font-size: 1.4rem;
  line-height: 2.1428571429;
}

@media screen and (max-width: 767px) {
  .p-chief-head__dd p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-chief-head__text {
  font-size: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-chief-head__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-chief-head__name {
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-chief-head__name {
    margin-top: 0.8rem;
  }
}
.p-chief-sec__box {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 6.4rem;
}

@media screen and (max-width: 767px) {
  .p-chief-sec__box {
    flex-direction: column;
    gap: 0;
    margin-top: 3.2rem;
  }
}
.p-chief-sec__box + .p-chief-sec__box {
  margin-top: 4rem;
}

.p-chief-sec__image {
  width: 37.9867046534%;
  aspect-ratio: 400/267;
}

@media screen and (max-width: 767px) {
  .p-chief-sec__image {
    order: 2;
    width: 100%;
    margin-top: 0.8rem;
  }
}
.p-chief-sec__image img {
  width: 100%;
  height: 100%;
}

.p-chief-sec__box-inner {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-chief-sec__box-inner {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .p-chief-sec__box-inner .box {
    order: 3;
  }
}
.p-chief-sec__box-inner .box + .box {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-chief-sec__box-inner .box + .box {
    margin-top: 2.4rem;
  }
}
.p-chief-sec__h3 {
  font-size: 3.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-chief-sec__h3 {
    order: 1;
    font-size: 2.6rem;
  }
}
.p-chief-sec__h3 + * {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-chief-sec__h3 + * {
    margin-top: 0.8rem;
  }
}
.p-chief-sec__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-chief-sec__text {
    order: 3;
    font-size: 1.3rem;
    line-height: 2;
  }
}
/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}
.u-onliy-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-onliy-sp {
    display: block;
  }
}
.u-onliy-tbsp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .u-onliy-tbsp {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .u-onliy-tbsp-non {
    display: none;
  }
}
.u-con--md {
  max-width: 106rem;
  padding-inline: 4rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .u-con--md {
    padding-inline: 3rem;
  }
}
.u-con--md + .u-con--md {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .u-con--md + .u-con--md {
    margin-top: 7rem;
  }
}
.u-con--lg {
  max-width: 120rem;
  padding-inline: 4rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .u-con--lg {
    padding-inline: 3rem;
  }
}
.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #f4b932;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.fade {
  animation-name: fade;
  animation-duration: 1.35s;
  animation-fill-mode: forwards;
  opacity: 1;
}

.fade--top {
  animation-fill-mode: none;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}

.fadeup--top {
  animation-fill-mode: none;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRightTrigger {
  opacity: 0;
}

.js-up {
  opacity: 0;
}

.js-up.stay {
  opacity: 1;
}

h2 {
  color: #e8e8e8;
  font-size: 6.2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: center;
}

.concept_box_outside,
.course_menu_wrapper,
.live_music_wrapper,
.access_wrapper,
.access_map {
  max-width: 110rem;
}

.home .main {
  padding: 0;
  background: #1a1819;
}

.home .content {
  margin-top: 0;
}

body .container {
  background: #1a1819;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.sp_nav {
  display: none;
}

.header_wrapper {
  align-items: center;
  background: linear-gradient(180deg, #1a1819 0%, rgba(26, 24, 25, 0) 100%);
  box-sizing: border-box;
  display: flex;
  height: 15.9rem;
  justify-content: center;
  padding: 3.2rem 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  flex-direction: row;
  top: 0;
}

.logo {
  margin-right: 18rem;
}

.pc_nav ul {
  display: flex;
}

.pc_nav ul li {
  padding-right: 4rem;
}

.pc_nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}

.nav_btn {
  background: #d9d9d9;
  display: block;
  padding: 1.8rem 2.9rem;
  text-decoration: none;
}

.nav_btn:hover {
  opacity: 0.8;
}

.nav_btn a {
  color: #1a1819;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
}

/*-------------------------------------------
Concept
-------------------------------------------*/
.concept {
  margin-top: 15.4rem;
}

.concept_wrapper {
  background: #1a1819;
  position: relative;
  margin-bottom: 28.8rem;
}

.concept_title {
  color: #e8e8e8;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin-bottom: 3.2rem;
  text-align: left;
}

.concept_box_outside {
  position: relative;
  top: 0;
  margin: 0 auto;
}

.concept_box {
  border: solid 1px #e8e8e8;
  padding: 8.428rem 9.1rem 8.513rem 9rem;
  position: absolute;
  top: 4.9rem;
  right: 0;
  z-index: 1;
  width: 68.09%;
}

.concept_box::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  bottom: -0.6rem;
  right: -0.6rem;
  left: 0.4rem;
  border: solid 0.1rem #e8e8e8;
  z-index: -1;
}

.concept_description {
  color: #e8e8e8;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem;
}

.concept_img1 {
  width: 46.74%;
}

.concept_img2 {
  position: absolute;
  top: 20.696rem;
  right: 0;
  width: 41.11%;
}

/*-------------------------------------------
Course Menu
-------------------------------------------*/
.course_menu {
  background: #1a1819;
  margin-bottom: 16rem;
}

.course_menu_wrapper {
  margin: 0 auto;
}

.course_title {
  align-items: center;
  color: #e8e8e8;
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}

.course_title:before,
.course_title:after {
  border-top: 1px solid #e8e8e8;
  content: "";
  width: 32rem;
}

.course_title:before {
  margin-right: 2.7rem;
}

.course_title:after {
  margin-left: 2.7rem;
}

.course_category_a,
.course_category_b {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.course_category_a {
  margin-bottom: 4.8rem;
}

.course_a,
.course_b {
  color: #e8e8e8;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.course_description {
  color: #e8e8e8;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 2.2rem;
}

.course_annotation {
  color: #e8e8e8;
}

.course_category_b {
  margin-bottom: 7.5rem;
}

/*slick CSS*/
.slick-next,
.slick-prev {
  z-index: 10;
}

.slick-prev {
  left: 31.6rem;
}

.slick-next {
  right: 31.6rem;
}

.slick-slide img {
  margin-bottom: 5.6rem;
}

.slick-dots li {
  background: #f6f6f6;
  height: 4px;
  width: 100px;
}

.slick-dots li button:before {
  content: "";
}

/*-------------------------------------------
LIVE MUSIC
-------------------------------------------*/
.live_music_sec {
  background: #e8e8e8;
  /*overflow: hidden;*/
  padding: 6.2rem 0 7.7rem 0;
}

.live_music_wrapper {
  margin: 0 auto;
}

.live_music_title {
  color: #1a1819;
  margin-bottom: 6.2rem;
}

.live_music_img {
  text-align: center;
}

.live_schedule_wrapper {
  display: flex;
  justify-content: flex-end;
}

.live_schedule {
  align-items: center;
  border: 1px solid #1a1819;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 3rem 0;
  position: relative;
  width: 56.6rem;
}

.live_schedule::before,
.live_schedule::after {
  content: "";
  position: absolute;
  width: 8.4rem;
  height: 0.1rem;
  background-color: #1a1819;
}

.live_schedule::before {
  top: 1rem;
  left: -3rem;
  transform: rotate(-45deg);
}

.live_schedule::after {
  bottom: 1rem;
  right: -3rem;
  transform: rotate(-45deg);
}

.live_schedule_description,
.live_performance_schedule,
.live_schedule_time {
  color: #1a1819;
  font-style: normal;
  font-weight: 500;
}

.live_schedule_description {
  padding-right: 5.6rem;
  padding-left: 12rem;
}

.live_performance_schedule {
  font-size: 1.6rem;
}

.live_schedule_annotation {
  font-size: 1.4rem;
  line-height: normal;
}

.live_schedule_time {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 3rem;
  padding-right: 12rem;
}

/*-------------------------------------------
Shop Information
-------------------------------------------*/
.shop_information {
  margin-top: 16rem;
}

.shop_information_title {
  color: #e8e8e8;
  margin-bottom: 1.5rem;
}

.restaurant_name {
  color: #e8e8e8;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  text-align: center;
}

.restaurant_address {
  margin-bottom: 5.7rem;
}

.shop_information_wrapper {
  margin: 0 auto 16rem;
  max-width: 80rem;
}

.shop_information_wrapper dt,
dd {
  align-items: center;
  box-sizing: border-box;
  color: #e8e8e8;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.875;
  margin: 0;
  padding: 0;
}

.shop_information_wrapper dl {
  border-top: solid 1px #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  width: 100%;
}

.shop_information_wrapper dt {
  border-bottom: solid 1px #e8e8e8;
  padding: 1.5rem 0 1.5rem 3.2rem;
  width: 30%;
}

.shop_information_wrapper dd {
  border-bottom: solid 1px #e8e8e8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 70%;
}

/*-------------------------------------------
Access
-------------------------------------------*/
.access {
  margin-bottom: 16rem;
}

.access_wrapper {
  margin: 0 auto;
}

.access_title {
  color: #e8e8e8;
}

.access_address {
  margin-bottom: 7.24rem;
}

/*mapレスポンシブ
.access_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0 auto 2.5rem;
}
.access_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
*/
.map iframe {
  height: 47.8rem;
  margin-bottom: 2.5rem;
  width: 100%;
}

.access_address p {
  color: #e8e8e8;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.access_flex {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 3.2rem 0;
}

.address_title {
  margin-right: 13.6rem;
}

.address_description {
  line-height: 1.5;
}

hr {
  color: #e8e8e8;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
.social-icon-menu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 19.4rem;
}

.copy_light {
  color: #1a1819;
  font-family: YuMincho;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10rem;
  text-align: center;
}

/*-------------------------------------------
1100pxで切り替え
-------------------------------------------*/
@media screen and (max-width: 1100px) {
  /*-------------------------------------------
  ハンバーガーメニュー
  -------------------------------------------*/
  .pc_nav {
    display: none;
  }
  .nav_logo {
    margin: 9.5rem auto 6.379rem;
    width: 33.5rem;
  }
  .nav_icon {
    color: #e8e8e8;
    display: flex;
  }
  .sp_btn {
    cursor: pointer;
    display: block;
    height: 33px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .sp_btn span {
    background-color: #e8e8e8;
    display: block;
    height: 3px;
    position: relative;
    top: 23px;
    left: 9px;
    transition: 0.3s;
    width: 33px;
  }
  .sp_btn span::before,
  .sp_btn span::after {
    background-color: #e8e8e8;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    transition: 0.3s;
    width: 33px;
  }
  .sp_btn span::before {
    bottom: 10px;
  }
  .sp_btn span::after {
    top: 10px;
  }
  .header_wrapper {
    justify-content: space-between;
  }
  /* オープン */
  .open span {
    background: transparent;
  }
  .open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .open span::after {
    top: 0;
    transform: rotate(135deg);
  }
  /* 開いた時 */
  .sp_nav {
    background: rgba(26, 24, 25, 0.8);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  /* ここからCSS */
  .concept_box_outside,
  .course_menu_wrapper,
  .live_music_wrapper,
  .access_wrapper,
  .access_map,
  .shop_information_wrapper {
    max-width: 75rem;
  }
  .concept_box {
    right: 20px;
  }
  .header_wrapper {
    padding: 0rem 1rem 0 1rem;
  }
  .logo {
    margin-right: 0;
  }
  .nav_btn a {
    white-space: nowrap;
  }
  .sp_nav ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .sp_nav ul li {
    color: #e8e8e8;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    padding: 4rem 0;
    text-align: center;
  }
  .nav_btn_sp {
    background: #d9d9d9;
    display: block;
    font-size: 1.6rem;
    padding: 1.6rem 7.8rem;
    margin: 0 auto;
    text-decoration: none;
  }
  .nav_icon ul li {
    padding-right: 4rem;
    margin-bottom: 6.3rem;
  }
  .nav_icon ul li:last-child {
    padding-right: 0;
  }
  ul.nav_icon_menu {
    flex-direction: row;
  }
  /* ここからsp CSS */
  h2 {
    font-size: 4.8rem;
  }
  .concept {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
  .course_menu_wrapper {
    box-sizing: border-box;
    padding: 0 1rem;
  }
  .course_title {
    white-space: nowrap;
  }
  .course_wrapper {
    margin-left: 3.2rem;
  }
  .live_schedule {
    width: 41.63rem;
  }
  .live_music_img {
    width: 100%;
  }
  .live_schedule_description {
    padding-left: 4.11rem;
    padding-right: 0;
  }
  .live_schedule_time {
    padding-right: 7.5rem;
  }
  .shop_information_wrapper {
    box-sizing: border-box;
    padding: 0 1rem;
    max-width: 75rem;
  }
}
/*-------------------------------------------
768pxで切り替え
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .live_schedule_wrapper {
    display: flex;
    justify-content: center;
  }
  .concept_box {
    right: 20px;
    padding: 7rem 3.5rem;
  }
  .concept_img1 {
    position: static;
    width: 79.2%;
  }
  .concept_img2 {
    position: static;
    width: 69.33%;
    margin-left: auto;
    margin-top: 50px;
  }
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 540px) {
  h2 {
    font-size: 3.5rem;
  }
  .concept_box_outside,
  .live_schedule_wrapper,
  .course_menu_wrapper,
  .access_address_wrapper,
  .shop_information_wrapper {
    width: 33.5rem;
  }
  .header_img {
    margin-top: 8.4rem;
  }
  .header_wrapper {
    height: 8.4rem;
    padding: 0rem 2rem 0 2rem;
  }
  .logo {
    margin-right: 1.7rem;
    width: 17.8rem;
  }
  .nav_btn {
    padding: 0.6rem 1.5rem;
  }
  .nav_btn a {
    font-size: 1.3rem;
  }
  .concept {
    margin: 6rem 0 8rem 0;
  }
  .concept_wrapper {
    margin-bottom: 30px;
  }
  /*
  .concept_box {
      top: -6.9rem;
      left: 2rem;
      padding: 7rem 3.5rem;
      /*はみ出ちゃうからとりあえず入れてる
      width: 50%;
      }
      */
  .concept_box {
    padding: 7rem 3.5rem;
    width: auto;
  }
  .concept_img1 {
    width: 79.2%;
  }
  .concept_img2 {
    width: 69.33%;
  }
  .concept_title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .concept_description {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  .concept_img1 {
    position: static;
    width: 79.2%;
  }
  .concept_img2 {
    position: static;
    width: 69.33%;
    margin-left: auto;
    margin-top: 260px;
  }
  .course_category_a,
  .course_category_b {
    display: block;
  }
  .course_title {
    margin-bottom: 2rem;
  }
  .course_wrapper {
    margin-left: 0;
  }
  .course_a,
  .course_b {
    font-size: 1.8rem;
    margin: 2.4rem 0 0.9rem 0;
  }
  .course_description {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .course_annotation {
    font-size: 1.2rem;
    margin-bottom: 4.8rem;
  }
  .course_menu {
    margin-bottom: 8rem;
  }
  .slick-slide img {
    margin-bottom: 2.4rem;
    width: 100%;
  }
  .slick-dots li {
    height: 2px;
    width: 52px;
  }
  .live_music_sec {
    padding: 3.4rem 0 4.7rem 0;
  }
  .live_music_title {
    margin-bottom: 3.2rem;
  }
  .live_schedule_wrapper {
    margin: 0 auto;
  }
  .live_schedule {
    display: block;
  }
  .live_schedule_description {
    padding: 0;
    text-align: center;
  }
  .live_performance_schedule {
    font-size: 1.6rem;
  }
  .live_schedule_annotation {
    margin-bottom: 1.6rem;
  }
  .live_schedule_time {
    font-size: 1.5rem;
    padding: 0;
    text-align: center;
  }
  .shop_information {
    margin-top: 8rem;
  }
  .shop_information_wrapper {
    margin-bottom: 8rem;
  }
  .shop_information_title {
    margin-bottom: 1.1rem;
  }
  .restaurant_address {
    font-size: 0.8rem;
    margin-bottom: 4rem;
  }
  .shop_information_wrapper dt {
    font-size: 1.2rem;
    padding: 1.5rem 0;
  }
  .shop_information_wrapper dd {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .access {
    margin-bottom: 8rem;
  }
  .access_address {
    font-size: 0.8rem;
    margin-bottom: 2.4em;
  }
  /*
  map iframe {
      height: 32.5rem;
      margin-bottom: 2.1rem;
      width: 37.5rem;
  }
  */
  .map iframe {
    height: 32.5rem;
  }
  .access_flex {
    display: block;
  }
  .address_title {
    font-size: 1.6rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
  .access_address_wrapper {
    margin: 0 auto;
  }
  .access_address p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  footer {
    padding: 5.7rem 0 1.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */