@charset "UTF-8";
/* 日本語 */
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

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

:root {
  --fz9: calc(9 / 16 * 1rem);
  --fz10: calc(10 / 16 * 1rem);
  --fz11: calc(11 / 16 * 1rem);
  --fz12: calc(12 / 16 * 1rem);
  --fz13: calc(13 / 16 * 1rem);
  --fz14: calc(14 / 16 * 1rem);
  --fz15: calc(15 / 16 * 1rem);
  --fz16: 1rem;
  --fz17: calc(17 / 16 * 1rem);
  --fz18: calc(18 / 16 * 1rem);
  --fz19: calc(19 / 16 * 1rem);
  --fz20: calc(20 / 16 * 1rem);
  --fz21: calc(21 / 16 * 1rem);
  --fz22: calc(22 / 16 * 1rem);
  --fz23: calc(23 / 16 * 1rem);
  --fz24: calc(24 / 16 * 1rem);
  --fz26: calc(26 / 16 * 1rem);
  --fz28: calc(28 / 16 * 1rem);
  --fz30: calc(30 / 16 * 1rem);
  --fz32: calc(32 / 16 * 1rem);
  --fz34: calc(34 / 16 * 1rem);
  --fz36: calc(36 / 16 * 1rem);
  --fz38: calc(38 / 16 * 1rem);
  --fz40: calc(40 / 16 * 1rem);
  --fz42: calc(42 / 16 * 1rem);
  --fz44: calc(44 / 16 * 1rem);
  --fz45: calc(45 / 16 * 1rem);
  --txt-body-size: clamp(0.938rem, 0.866rem + 0.18vw, 1rem);
  --txt-body-weight: 400;
  --txt-body-line-height: 2;
  --txt-body-letter-spacing: 0.05em;
}

html {
  overflow: visible;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  scroll-padding-top: 10.5em;
  background-color: #000000;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho", serif;
  font-size: var(--txt-body-size);
  font-weight: var(--txt-body-weight);
  line-height: var(--txt-body-line-height);
  color: #FFFFFF;
  letter-spacing: var(--txt-body-letter-spacing);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body.is-noscroll {
  overflow: hidden;
}

main {
  position: relative;
  width: 100%;
  height: 100%;
}
main::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  background-image: url("https://sobaissen.com/wp-content/themes/sobaissen/assets/images/common/bac-base.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

em {
  font-style: normal;
}

a:hover,
button:hover {
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

button {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

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

figure {
  margin: 0;
}

hr {
  height: 1px;
  margin-block: 2em;
  background-color: #FFFFFF;
  border-style: none !important;
}

table {
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  border-collapse: separate;
  border-collapse: collapse;
  border-top: solid 1px #FFFFFF;
}
table thead {
  border: 0;
}
table th,
table td {
  padding: 1.625em 1.5em;
  border-bottom: solid 1px #FFFFFF;
}
table th {
  font-weight: var(--txt-body-weight);
  vertical-align: top;
  text-align: left;
}
table td {
  background-color: #FFFFFF;
}

details::details-content {
  height: 0;
  overflow: clip;
  opacity: 0;
  -webkit-transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
}
details[open]::details-content {
  opacity: 1;
}
details summary {
  display: grid;
  grid-template-columns: 1fr 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary span {
  position: relative;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  overflow: hidden;
  text-indent: 10em;
}
details summary span::before, details summary span::after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1.5px;
  background-color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
details summary span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/* アニメーション対応ブラウザ */
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  details[open]::details-content {
    height: auto;
  }
  details[open] > summary span::after {
    display: none;
  }
}
/* 非対応ブラウザ（アニメーションなし） */
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  details[open] > summary span::after {
    display: none;
  }
}
.l-loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-loader__logo {
  width: 120px;
  aspect-ratio: 160/282;
  margin-bottom: 4em;
}
.l-loader__logo img {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: loader 3s ease-in-out infinite;
          animation: loader 3s ease-in-out infinite;
}

.l-footer {
  background-color: #000000;
}
.l-footer__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1200px;
  text-align: center;
}
.l-footer__inner img {
  width: clamp(6.25rem, 1.964rem + 10.71vw, 10rem);
}
.l-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 50px 100px;
  padding-inline: 0;
  margin-block: 0;
  font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
  line-height: 1;
  list-style: none;
}
@media (width < 800px) {
  .l-footer__list {
    display: none;
  }
}
.l-footer__item + .l-footer__item {
  border-left: solid 1px #FFFFFF;
}
.l-footer__item a {
  display: block;
  padding-inline: clamp(1.875rem, 3.75vw, 2.813rem);
}
.l-footer__copy {
  padding-block: clamp(3.125rem, -0.446rem + 8.93vw, 6.25rem) 7.5rem;
  margin-block: 0;
}
.l-footer__copy small {
  font-size: clamp(0.75rem, 0.607rem + 0.36vw, 0.875rem);
}
.l-footer__btn {
  position: fixed;
  inset: auto 10px 10px auto;
  z-index: 999;
  width: 50px;
  height: 50px;
  padding: 0;
  border: solid 1px #FFFFFF;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.l-footer__btn::before {
  position: absolute;
  inset: 0 1.5em 0 auto;
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: auto 0;
  content: "";
  border-color: #273188;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  inset: 0;
  width: 14px;
  height: 14px;
  margin: 43% auto auto;
  border-color: #FFFFFF;
  border-width: 0 2px 2px 0;
}
.l-footer__btn:hover {
  opacity: 0;
}
.l-footer__btn.is-show {
  opacity: 1;
}
.l-footer__btn.is-show:hover {
  opacity: 0.6;
}
@media (width >= 800px) {
  .l-footer__btn {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}

.l-header {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 25vw;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: initial;
}
@media (width >= 800px) {
  .l-header {
    min-width: 300px;
    max-width: 360px;
    height: 100vh;
    height: 100dvh;
  }
}
.l-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 160px;
  height: 30vh;
  height: 30dvh;
  margin-inline: auto;
  text-align: center;
  opacity: 1 !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.l-header__logo img {
  width: clamp(6.25rem, 1.964rem + 10.71vw, 10rem);
  margin-inline: auto;
}
@media (width < 800px) {
  .l-header__logo img {
    margin-top: -1em;
  }
}
.l-header__nav {
  height: 40vh;
  height: 40dvh;
  opacity: 1 !important;
}
@media (width < 800px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__list {
  margin-block: auto;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
}
.l-header__item a {
  display: block;
  padding: 0.3em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__item a:hover {
  -webkit-transform: translateY(-0.6em);
          transform: translateY(-0.6em);
}
.l-header__item--instagram {
  position: absolute;
  inset: auto auto 30px 30px;
  width: 100%;
  letter-spacing: var(--txt-body-letter-spacing);
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.l-header__item--instagram a {
  background-image: url("https://sobaissen.com/wp-content/themes/sobaissen/assets/images/common/ico-instagram.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  padding-left: calc(24px + 0.7em);
}
.l-header__item.is-current {
  position: relative;
}
.l-header__item.is-current::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  bottom: 50%;
  bottom: calc(50% - 1.2em);
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #FFFFFF;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.l-header__item.is-current a {
  font-weight: 500;
}
.l-header__btn {
  position: fixed;
  inset: 15px 20px auto auto;
  z-index: 999;
  width: 60px;
  height: 60px;
  font-size: var(--fz9);
  color: #FFFFFF;
}
.l-header__btn:hover {
  opacity: 1;
}
.l-header__btn i {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  margin: 7px auto 24px;
  background-color: #FFFFFF;
}
.l-header__btn i::before, .l-header__btn i::after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.l-header__btn i::before {
  top: 8px;
}
.l-header__btn i::after {
  top: 16px;
}
.l-header__btn.is-open i {
  background-color: transparent;
}
.l-header__btn.is-open i::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.l-header__btn.is-open i::after {
  top: 8px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
@media (width < 640px) {
  .l-header__btn {
    inset: 5px 5px auto auto;
    width: 50px;
    height: 50px;
  }
}

.l-header.is-open {
  position: fixed;
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
}
.l-header.is-open .l-header__logo img {
  margin-top: 0;
}
.l-header.is-open .l-header__nav {
  right: 0;
  display: block;
}

.c-txt-center {
  text-align: center;
}
.c-txt-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}

.c-li-highlight {
  padding-inline: 0;
  margin-block: 40px;
  list-style: none;
}
.c-li-highlight li {
  padding: 0.75em 2em;
  margin-block: 1em;
  text-align: center;
  background-color: #273188;
}
.c-li-highlight li span {
  display: block;
  font-size: 0.8125em;
}

.c-dl-table {
  width: 100%;
  margin-block: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.c-dl-table dt,
.c-dl-table dd {
  padding: 1em;
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
@media (width >= 800px) {
  .c-dl-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-dl-table dt {
    width: 8em;
  }
  .c-dl-table dd {
    width: calc(100% - 8em);
  }
}
@media (width < 800px) {
  .c-dl-table dt {
    padding-bottom: 0;
    margin-bottom: -0.5em;
    border-bottom: 0;
  }
}

@media (width < 800px) {
  .c-table-block th,
  .c-table-block td {
    display: block;
    width: 100% !important;
    padding: 1em;
  }
}
@media (width < 800px) {
  .c-table-block th {
    border-bottom: none;
  }
}
.c-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-table-scroll + .c-table-scroll {
  margin-top: 40px;
}
.c-table-scroll table th,
.c-table-scroll table td {
  white-space: nowrap;
}
.c-table-scroll table .is-fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.c-table-scroll table .is-fixed::before {
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 100%;
  content: "";
  border-right: solid 1px #FFFFFF;
}

.c-ttl-large {
  font-size: var(--fz40);
  font-size: clamp(1.5rem, 0.357rem + 2.86vw, 2.5rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.c-ttl-center {
  font-size: var(--fz40);
  line-height: 1.6;
  text-align: center;
}
.c-ttl-section {
  position: relative;
  height: 40vh;
  height: 40dvh;
  min-height: 350px;
  max-height: 520px;
  margin-top: clamp(8.125rem, 3.125rem + 10vw, 10.625rem);
  font-size: var(--fz34);
}
@media (width >= 800px) {
  .c-ttl-section {
    height: 50vh;
    height: 50dvh;
    min-height: 400px;
  }
}
.c-ttl-section .c-txt-vertical {
  position: absolute;
  inset: -4em 0 auto;
  z-index: 1;
  width: 3em;
  max-width: 100px;
  margin-block: auto;
  font-size: clamp(1.625rem, 0.625rem + 2vw, 2.125rem);
  font-weight: 600;
  line-height: 3em;
  text-align: center;
  letter-spacing: 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, from(#273188), to(#141944));
  background: -webkit-linear-gradient(top, #273188 0%, #141944 100%);
  background: linear-gradient(180deg, #273188 0%, #141944 100%);
}
.c-ttl-section .c-txt-vertical span {
  position: relative;
  display: block;
  width: 100%;
  padding-inline: 2.6em 1.3em;
}
.c-ttl-section .c-txt-vertical span::before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  margin: auto;
  top: -1em;
  bottom: auto;
  width: 1px;
  height: 2.8em;
  background-color: #FFFFFF;
}
.c-ttl-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-visual {
  width: 100%;
  height: 100%;
}
.swiper-foodmenu .swiper-button-prev, .swiper-foodmenu .swiper-button-next {
  top: auto;
  bottom: 0.5em;
  height: 3em;
}
.swiper-foodmenu .swiper-button-prev svg, .swiper-foodmenu .swiper-button-next svg {
  width: 10px;
  height: 20px;
}
.swiper-foodmenu .swiper-button-prev {
  left: 10%;
}
.swiper-foodmenu .swiper-button-next {
  right: 10%;
}
.swiper-foodmenu-sides {
  z-index: auto;
}
.swiper-foodmenu-sides .swiper-button-prev, .swiper-foodmenu-sides .swiper-button-next {
  top: 40%;
}

.swiper-button-prev, .swiper-button-next {
  color: #FFFFFF;
}
.swiper-button-prev:active, .swiper-button-next:active {
  opacity: 0.6;
}

.p-shop {
  padding-block: 0 clamp(5rem, -2.5rem + 15vw, 8.75rem);
}
.p-shop__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1000px;
  padding-block: clamp(5rem, -2.5rem + 15vw, 8.75rem);
}
@media (width >= 1000px) {
  .p-shop__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-shop__inner .c-txt-vertical {
  margin-block: 0;
  font-size: clamp(1.125rem, 0.625rem + 2vw, 1.625rem);
  line-height: 2.1;
  letter-spacing: 0.3em;
}
.p-shop__inner .c-txt-vertical span {
  display: block;
}
@media (width >= 1000px) {
  .p-shop__inner .c-txt-vertical span:nth-of-type(2) {
    margin-top: 5.2em;
  }
  .p-shop__inner .c-txt-vertical span:nth-of-type(3) {
    margin-top: 2.6em;
  }
}
@media (width < 1000px) {
  .p-shop__inner .c-txt-vertical {
    margin-bottom: 2.6em;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media (width < 640px) {
  .p-shop__inner .c-txt-vertical {
    font-size: var(--fz16);
    letter-spacing: 0.1em;
  }
}
@media (width >= 1000px) {
  .p-shop-info {
    max-width: 600px;
  }
}
.p-shop-info .c-txt-center {
  margin-block: 4em 3em;
}
.p-shop-info .c-txt-center span {
  padding-left: 1em;
  font-size: var(--fz20);
}
.p-shop-map .googlemap {
  position: relative;
  width: 100%;
  height: 90vh;
  height: 90dvh;
  max-height: 500px;
}
.p-shop-map .googlemap::before {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: #273188;
  mix-blend-mode: overlay;
}
.p-shop-map .googlemap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.p-shop-sns {
  padding-block: clamp(5rem, -2.5rem + 15vw, 8.75rem) 0;
}
.p-shop-sns__ttl {
  margin-block: 0 1.3em;
  font-size: clamp(1.5rem, 0.357rem + 2.86vw, 2.5rem);
  text-align: center;
  letter-spacing: 0.1em;
}
.p-shop-sns__ttl span {
  background-image: url("https://sobaissen.com/wp-content/themes/sobaissen/assets/images/common/ico-instagram.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 24px auto;
  display: block;
  padding-top: calc(24px + 0.3em);
  font-size: clamp(0.938rem, 0.866rem + 0.18vw, 1rem);
  letter-spacing: var(--txt-body-letter-spacing);
}
.p-shop-sns .instagram {
  width: 90%;
  margin-inline: auto;
  max-width: 1000px;
}

.p-owner {
  padding-block: 0 clamp(5rem, -2.5rem + 15vw, 8.75rem);
}
.p-owner__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1200px;
  padding-block: clamp(5rem, 1.25rem + 15vw, 12.5rem) 0;
}
.p-owner__content--01 {
  width: 90%;
  margin-inline: auto;
  max-width: 1000px;
}
@media (width >= 1000px) {
  .p-owner__content--01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-owner__content--01 img {
    width: 38.2vw;
    margin-right: calc(50% - 50vw);
  }
}
.p-owner__content--02 {
  margin-block: clamp(5rem, -5rem + 20vw, 10rem) clamp(2.5rem, -12.5rem + 30vw, 10rem);
}
@media (width >= 640px) {
  .p-owner__content--02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-owner__content--02 > img {
    width: 37.5vw;
    margin-left: calc(50% - 50vw);
  }
}
@media (width < 640px) {
  .p-owner__content--02 {
    margin-bottom: 80px;
  }
}
@media (width >= 1000px) {
  .p-owner__txt {
    width: 50%;
  }
}
@media (width >= 1200px) {
  .p-owner__txt {
    width: 55%;
    max-width: 550px;
  }
}
@media (width < 1000px) {
  .p-owner__txt {
    margin-top: clamp(3.75rem, 1.528rem + 5.56vw, 5rem);
  }
}
.p-owner__txt .c-ttl-large {
  margin-block: 0 1.5em;
}
.p-owner__txt p {
  margin-block: 2em;
}
.p-owner__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 52%;
  max-width: 620px;
}
.p-owner__img p {
  grid-area: 1/1/2/2;
  grid-column: 1/-1;
  margin-block: 0 clamp(1.875rem, -0.347rem + 5.56vw, 3.125rem);
}
.p-owner__img p span {
  display: block;
  padding: 0.75em 3.5em;
}
@media (width >= 1000px) {
  .p-owner__img p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-owner__img p span:nth-of-type(1) {
    padding-left: 0;
  }
  .p-owner__img p span:nth-of-type(2) {
    padding-right: 0;
    border-left: solid 1px #FFFFFF;
  }
}
.p-owner__img img:nth-of-type(1) {
  grid-area: 2/2/3/3;
}
.p-owner__img img:nth-of-type(2) {
  grid-area: 2/1/3/2;
  margin-top: 40%;
}
@media (width < 640px) {
  .p-owner__img {
    width: 100%;
    max-width: none;
    margin-top: 2.7em;
  }
  .p-owner__img p {
    text-align: center;
  }
}
.p-owner-history {
  padding-block: 0 clamp(6.25rem, -1.25rem + 15vw, 10rem);
}
.p-owner-history .c-ttl-large {
  margin-block: 0 1.5em;
}
.p-owner-history__list {
  padding-inline: 0;
  margin-block: 0;
  list-style: none;
}
.p-owner-history__item {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-owner-history__item + .p-owner-history__item {
  margin-top: clamp(1.25rem, 2.5vw, 1.875rem);
}
.p-owner-history__item details {
  padding: clamp(1.5rem, 0.75rem + 1.5vw, 1.875rem);
}
.p-owner-history__btn {
  font-size: clamp(1rem, 0.5rem + 1vw, 1.25rem);
  font-weight: 600;
}
.p-owner-history__content {
  padding: clamp(1.5rem, 0.75rem + 1.5vw, 1.875rem) 0 0 10vw;
  margin-top: clamp(1.5rem, 0.75rem + 1.5vw, 1.875rem);
  border-top: solid 1px #FFFFFF;
}
.p-owner-history__movie {
  margin-top: clamp(1.875rem, 3.75vw, 3.125rem);
  width: 50%;
  margin-inline: auto;
}
@media (width < 800px) {
  .p-owner-history__movie {
    width: 100%;
  }
}
.p-owner-history__movie-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
.p-owner-history__movie-thumb img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-owner-history__movie-thumb:hover img {
  opacity: 0.8;
}
.p-owner-history__movie-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  pointer-events: none;
}
.p-owner-history__movie-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #FFFFFF;
}
.p-owner-message {
  text-align: center;
}
.p-owner-message .c-ttl-large {
  margin-block: 0 clamp(2.5rem, 5vw, 3.75rem);
}
.p-owner-message p {
  padding-inline: 2em;
  font-size: clamp(1rem, 0.5rem + 1vw, 1.25rem);
}
.p-owner-message__img {
  margin-top: clamp(5rem, 10vw, 7.5rem);
}
.p-owner-message__img > img {
  width: 60%;
  max-width: 710px;
}
.p-owner-message__img span {
  display: block;
}
@media (width >= 640px) {
  .p-owner-message__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
  .p-owner-message__img span {
    width: 37.5%;
    max-width: 450px;
    text-align: right;
  }
  .p-owner-message__img span img:nth-of-type(2) {
    width: 30vw;
    max-width: 340px;
    margin-top: 40px;
  }
}
@media (width < 640px) {
  .p-owner-message__img span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
}

.p-effect {
  padding-block: 0 clamp(5rem, -2.5rem + 15vw, 8.75rem);
}
.p-effect__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1000px;
  padding-block: clamp(5rem, -0.714rem + 14.29vw, 10rem) 0;
}
.p-effect__list {
  padding-inline: 0;
  margin-block: 0;
  list-style: none;
}
.p-effect__item {
  position: relative;
  padding: clamp(3.125rem, -4.375rem + 15vw, 6.875rem) 0 0 clamp(3.75rem, -11.25rem + 30vw, 11.25rem);
}
.p-effect__item + .p-effect__item {
  margin-top: clamp(3.125rem, -3.125rem + 12.5vw, 6.25rem);
}
.p-effect__ttl {
  margin: 0 0 1em;
  font-size: clamp(1.25rem, 0.75rem + 1vw, 1.5rem);
  font-weight: 600;
}
.p-effect__ttl em {
  background-image: url("https://sobaissen.com/wp-content/themes/sobaissen/assets/images/contents/ttl-effect.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(5rem, -5rem + 20vw, 10rem);
  height: clamp(5rem, -5rem + 20vw, 10rem);
  padding-left: 0.07em;
  font-size: clamp(1.875rem, -1.375rem + 6.5vw, 3.5rem);
  font-weight: 400;
  line-height: 3.2;
  text-align: center;
}
@media (width >= 1200px) {
  .p-effect__ttl {
    margin-left: -60px;
  }
}

.p-commitment {
  padding-block: 0 clamp(6.25rem, 3.393rem + 7.14vw, 8.75rem);
}
.p-commitment__inner .c-ttl-large {
  padding-inline: 1em;
  margin-block: 3em;
  font-size: clamp(1.25rem, -0.179rem + 3.57vw, 2.5rem);
  text-align: center;
}
.p-commitment__content {
  padding-block: 0 80px;
}
@media (width >= 800px) {
  .p-commitment__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width >= 800px) {
  .p-commitment__item {
    width: 50%;
  }
}
@media (width < 800px) {
  .p-commitment__item + .p-commitment__item {
    margin-top: 4em;
  }
}
.p-commitment__txt {
  width: 80%;
  max-width: 510px;
  margin-inline: auto;
}
.p-commitment__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-block: 2em 1em;
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
}
.p-commitment__ttl span {
  font-size: clamp(0.75rem, 0.25rem + 1vw, 1rem);
}
.p-commitment-sobasoup {
  width: 90%;
  margin-inline: auto;
  max-width: 1200px;
}
.p-commitment-sobasoup .c-ttl-large {
  position: relative;
  padding-top: 140px;
  margin-block: 0;
  text-align: center;
}
.p-commitment-sobasoup .c-ttl-large::before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  margin: auto;
  bottom: auto;
  width: 1px;
  height: 100px;
  background-color: #FFFFFF;
}
.p-commitment-sobasoup__list {
  padding-inline: 0;
  margin-block: 0;
  list-style: none;
}
@media (width >= 640px) {
  .p-commitment-sobasoup__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
.p-commitment-sobasoup__item {
  position: relative;
  max-width: 350px;
}
.p-commitment-sobasoup__item img {
  width: 100%;
  min-width: 110px;
  aspect-ratio: 1/1;
  margin-top: 1.5em;
  border: solid clamp(0.375rem, 0.25rem + 0.5vw, 0.625rem) #FFFFFF;
  border-radius: 50%;
}
.p-commitment-sobasoup__item p {
  padding-inline: 1em;
  margin-block: 2.5em 0;
}
@media (width >= 640px) {
  .p-commitment-sobasoup__item {
    width: calc((100% - 30px) / 3);
  }
  .p-commitment-sobasoup__item:nth-of-type(2) {
    margin-top: 80px;
  }
}
@media (width < 640px) {
  .p-commitment-sobasoup__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
    margin-top: 2em;
  }
  .p-commitment-sobasoup__item p {
    padding-right: 0;
  }
}
.p-commitment-sobasoup__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  inset: 0 auto auto 0;
  width: clamp(3.75rem, 1.875rem + 7.5vw, 7.5rem);
  aspect-ratio: 1/1;
  margin-block: 0;
  font-size: clamp(0.75rem, 0.375rem + 1.5vw, 1.5rem);
  color: #1D1D35;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media (width < 640px) {
  .p-commitment-sobasoup__ttl {
    top: 2em;
  }
}

.p-foodmenu {
  padding-block: 0 clamp(6.25rem, 3.393rem + 7.14vw, 8.75rem);
  background-color: #000000;
}
.p-foodmenu .c-ttl-section .c-txt-vertical {
  background: none;
  border: solid 1px #FFFFFF;
}
.p-foodmenu .c-ttl-section img {
  -webkit-filter: brightness(90%) grayscale(100%);
          filter: brightness(90%) grayscale(100%);
}
.p-foodmenu__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1200px;
  padding-block: clamp(5rem, -7.5rem + 25vw, 11.25rem) 0;
}
.p-foodmenu__item + .p-foodmenu__item {
  margin-top: clamp(6.25rem, -1.25rem + 15vw, 10rem);
}
.p-foodmenu__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width >= 800px) {
  .p-foodmenu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}
.p-foodmenu__img {
  text-align: center;
}
.p-foodmenu__img p {
  padding-inline: 5em;
  margin-inline: auto;
}
@media (width >= 800px) {
  .p-foodmenu__img {
    width: 48.3%;
    max-width: 700px;
  }
}
@media (width >= 1200px) {
  .p-foodmenu__img {
    width: 80%;
  }
}
@media (width >= 800px) {
  .p-foodmenu__content {
    width: 50%;
    max-width: 430px;
  }
}
@media (width >= 1200px) {
  .p-foodmenu__content {
    width: 35.8%;
  }
}
@media (width < 800px) {
  .p-foodmenu__content {
    margin-top: 1.5em;
  }
}
.p-foodmenu__content .c-ttl-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 0 0.8em;
  margin-block: 0 1em;
  letter-spacing: var(--txt-body-letter-spacing);
  border-bottom: solid 1px #FFFFFF;
}
.p-foodmenu__content .c-ttl-large span {
  display: block;
  padding: 0.4em 0.8em;
  font-size: var(--txt-body-size);
  border: solid 1px #FFFFFF;
}
.p-foodmenu__txt--price {
  padding-inline: 0;
  margin-block: 2em;
  font-size: clamp(1.063rem, 0.848rem + 0.54vw, 1.25rem);
  list-style: none;
}
.p-foodmenu__txt--price li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-block: 0.5em;
}
.p-foodmenu__txt--price li p {
  margin-block: 0;
}
.p-foodmenu__txt--note {
  padding: 0.75em 1em;
  font-size: 93.75%;
  border: solid 1px #FFFFFF;
}
.p-foodmenu__txt--note p {
  margin-block: 0;
}
.p-foodmenu-sides {
  padding-block: clamp(6.25rem, 1.964rem + 10.71vw, 10rem) 0;
  text-align: center;
}
.p-foodmenu-sides .c-ttl-large {
  margin-block: 0 clamp(2.188rem, 1.83rem + 0.89vw, 2.5rem);
}
.p-foodmenu-sides__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1400px;
  position: relative;
}
.p-foodmenu-sides__inner::before, .p-foodmenu-sides__inner::after {
  position: absolute;
  display: block;
  content: "";
  inset: 0 auto;
  margin: auto 0;
  z-index: 2;
  width: 15%;
}
.p-foodmenu-sides__inner::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
}
.p-foodmenu-sides__inner::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
}
.p-foodmenu-sides__txt {
  margin-top: 1.5em;
}
.p-foodmenu-sides__txt img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-foodmenu-sides__txt p {
  margin-block: 0;
}

.p-visual {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}
.p-visual__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-visual__inner::before, .p-visual__inner::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
}
.p-visual__inner::before {
  inset: 0 auto auto 0;
  background: -webkit-linear-gradient(290deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 40%);
}
.p-visual__inner::after {
  inset: auto 0 0 auto;
  background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
}
.p-visual__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lead {
  width: 90%;
  margin-inline: auto;
  max-width: 800px;
  padding-block: 60px 0;
}
@media (width < 1000px) {
  .p-lead {
    text-align: center;
  }
}
@media (width >= 1000px) {
  .p-lead__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width < 1000px) {
  .p-lead__inner {
    padding-block: clamp(2.5rem, 1.667rem + 3.33vw, 3.75rem) clamp(3.75rem, 2.917rem + 3.33vw, 5rem);
  }
}
@media (width < 640px) {
  .p-lead__inner p {
    padding-inline: 2em;
  }
  .p-lead__inner p br {
    display: none;
  }
}
.p-lead__inner .c-txt-vertical {
  margin-block: 0;
  font-size: clamp(1.875rem, 1.161rem + 1.79vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0.3em;
}
.p-lead__inner .c-txt-vertical span {
  display: block;
}
@media (width >= 1000px) {
  .p-lead__inner .c-txt-vertical {
    margin-top: 2.3em;
  }
  .p-lead__inner .c-txt-vertical span:nth-of-type(2) {
    margin-top: 2.6em;
  }
}
@media (width < 1000px) {
  .p-lead__inner .c-txt-vertical {
    margin-bottom: 1.5em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.u-zero-top {
  margin-top: 0 !important;
}
.u-zero-right {
  margin-right: 0 !important;
}
.u-zero-bottom {
  margin-bottom: 0 !important;
}
.u-zero-left {
  margin-left: 0 !important;
}

.u-float-right {
  float: right;
}
.u-float-left {
  float: left;
}

.u-txt-center {
  text-align: center;
}
.u-txt-right {
  text-align: right;
}
.u-txt-left {
  text-align: left;
}
.u-txt-nowrap {
  white-space: nowrap;
}

.u-img-auto {
  width: auto !important;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

.tb-only {
  display: none;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .tb-only {
    display: block;
  }
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.u-fade {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 0.3s forwards;
          animation: fadeIn 1s ease-out 0.3s forwards;
}

.u-fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}
.u-fade-in.is-show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loader {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ========================================================================== *
 * Modal
 * ========================================================================== */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.c-modal__content {
  position: relative;
  width: 90%;
  max-width: 900px;
  z-index: 1;
}
.c-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.c-modal__video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}