@charset "UTF-8";
.color_brown {
  color: rgb(72, 56, 43);
}

.color_bbm {
  color: rgb(189, 127, 123);
}

.color_sb {
  color: rgb(37, 88, 29);
}

.bgColor_brown {
  background-color: rgba(72, 56, 43, 0.2);
}

.bgColor_bbm {
  background-color: rgb(189, 127, 123);
}

.bgColor_sb {
  background-color: rgb(37, 88, 29);
}

.c-btn {
  position: relative;
  display: block;
  color: rgb(72, 56, 43);
  font-family: "Crimson Text", serif;
  padding: 0.5rem;
  margin-left: 1rem;
}
.c-btn:hover {
  -webkit-transition: color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  color: rgba(72, 56, 43, 0.5);
}
.c-btn:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向にスケール縮小0 1*/
}
.c-btn:hover .c-btn-arrow-right {
  color: rgba(72, 56, 43, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.c-btn-arrow-right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.07em;
  background: currentColor;
  margin-left: 1rem;
  color: rgb(72, 56, 43);
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  top: -1px;
}
.c-btn-arrow-right::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0.07em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-panel__Btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  color: rgb(72, 56, 43);
  font-family: "Crimson Text", serif;
  font-size: 16px;
  padding: 0.5rem;
}
.c-panel__Btn:hover {
  -webkit-transition: color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  color: rgba(72, 56, 43, 0.5);
}
.c-panel__Btn:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向にスケール縮小0 1*/
}
.c-panel__Btn:hover .c-btn-arrow-right {
  color: rgba(72, 56, 43, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.c-line {
  position: relative;
  display: block;
  color: rgb(72, 56, 43);
}
.c-line::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: auto;
  height: 1px;
  background: rgb(72, 56, 43);
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top; /*上部中央基点*/
}
.c-line:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*X方向にスケール拡大*/
}

.c-bigTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
  line-height: 1;
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  opacity: 2;
  z-index: 98;
  white-space: nowrap;
  margin-bottom: 2vh;
  z-index: 101;
  position: absolute;
  top: -9%;
  margin: auto;
}

.c-bigTxt-list {
  -webkit-animation: flowing 200s linear infinite;
          animation: flowing 200s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-bigTxt-item {
  padding-right: 1rem;
}

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-base_bigTxt {
  color: rgba(72, 56, 43, 0.3);
}

.p-bistro_bigTxt {
  color: rgba(189, 127, 123, 0.4);
}

.p-solviva_bigTxt {
  color: rgba(37, 88, 29, 0.3);
}

/*ハンバーガーメニュー*/
.hamburger {
  cursor: pointer;
  z-index: 101;
  /*PCハンバーガー位置*/
  /*ハンバーガーをクリックするまではCLOSEを非表示*/
  /*ハンバーガーをクリックしたら起こる処理*/
}
.hamburger__container {
  display: block;
}
.hamburger__top, .hamburger__middle, .hamburger__bottom, .hamburger__bottom__bistro {
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgb(72, 56, 43);
}
.hamburger__middle {
  margin: 7px 0 7px 0;
  opacity: 1;
  -webkit-transition: margin 300ms ease-in-out, opacity 0s ease-in-out;
  transition: margin 300ms ease-in-out, opacity 0s ease-in-out;
}
.hamburger__top, .hamburger__bottom, .hamburger__bottom__bistro {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.hamburger__bottom::after {
  content: "MENU"; /*3つ目の要素のafterにMENU表示を指定*/
  font-family: "Crimson Text", serif;
  position: absolute;
  top: 10px;
  left: 3px;
  color: rgb(72, 56, 43);
  text-transform: uppercase;
  font-size: 0.8rem;
}
.hamburger__bottom__bistro::after {
  content: "MENU"; /*3つ目の要素のafterにMENU表示を指定*/
  font-family: "Crimson Text", serif;
  position: absolute;
  top: 10px;
  left: 0;
  color: rgb(72, 56, 43);
  text-transform: uppercase;
  font-size: 0.8rem;
}
.hamburger__close {
  opacity: 0;
  font-family: "Crimson Text", serif;
  position: absolute;
  top: 10px;
  left: 2px;
  color: rgb(72, 56, 43);
  font-size: 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
}
.hamburger.js-menu-open {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  /*ハンバーガーをクリックされた時の位置*/
  /*ハンバーガーをクリックした時は、CLOSEを表示*/
}
.hamburger.js-menu-open .hamburger__top,
.hamburger.js-menu-open .hamburger__middle,
.hamburger.js-menu-open .hamburger__bottom,
.hamburger.js-menu-open .hamburger__bottom__bistro {
  background-color: rgb(72, 56, 43);
}
.hamburger.js-menu-open .hamburger__middle {
  margin: -1px 0 -1px 0;
  opacity: 0;
  -webkit-transition: margin 300ms ease-in-out, opacity 0s ease-in-out;
  transition: margin 300ms ease-in-out, opacity 0s ease-in-out;
}
.hamburger.js-menu-open .hamburger__top,
.hamburger.js-menu-open .hamburger__bottom,
.hamburger.js-menu-open .hamburger__bottom__bistro {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.hamburger.js-menu-open .hamburger__top {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.hamburger.js-menu-open .hamburger__bottom,
.hamburger.js-menu-open .hamburger__bottom__bistro {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: relative;
}
.hamburger.js-menu-open .hamburger__bottom::after {
  opacity: 0;
}
.hamburger.js-menu-open .hamburger__bottom__bistro::after {
  opacity: 0;
}
.hamburger.js-menu-open .hamburger__close {
  opacity: 100;
  font-family: "Crimson Text", serif;
  top: 1.1rem;
  left: 1px;
  color: rgb(72, 56, 43);
  font-size: 0.8rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.hamburger.js-menu-open .hamburger__container {
  display: grid;
  margin: auto 0;
}

.hamburger-bistro {
  position: absolute;
  right: 2rem;
  top: 1.4rem;
}

body {
  margin: 0 auto;
  color: rgb(72, 56, 43);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

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

li {
  list-style: none;
}

html {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

/* コンテンツ幅を設定するための共通クラス */

/* アウトライン表示 */
#bg-base {
  background: url(../../img/bg/bg-base.png) top left/cover repeat fixed;
  background-color: rgba(237, 230, 224, 0.5);
  background-blend-mode: lighten;
  z-index: 98;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: calc(100svh + 90px);
  margin-top: 90px;
}

.bg-base {
  background: url(../../img/bg/bg-base.png) top left/cover repeat fixed;
  background-color: rgba(237, 230, 224, 0.5);
  background-blend-mode: lighten;
  z-index: 98;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: calc(100svh + 90px);
  margin-top: 90px;
}

.bg-home {
  background: url(../../img/bg/bg-base.png) top left/cover repeat;
  background-color: rgba(237, 230, 224, 0.5);
  background-blend-mode: darken;
  z-index: 98;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: 100%;
}

.bg-cp {
  background: url(../../img/bg/bg-base.png) top left/cover repeat;
  background-blend-mode: darken;
  z-index: 98;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: 100%;
}

.bg-bbm {
  background: url(../../img/bg/bg-bistro.png) top left/150% repeat;
  background-color: rgba(237, 230, 224, 0.5);
  z-index: 98;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: 100%;
}

.bg-bbm-concept {
  background-color: rgba(237, 230, 224, 0.5);
  z-index: 98;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: auto;
}

.bg-sb {
  background: url(../../img/bg/bg_bakery.png) top left/80% repeat;
  background-color: rgba(252, 250, 249, 0.4);
  z-index: 98;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: auto;
}

.bg-sb-mv {
  background: url(../../img/mv/mv_solvivabg.png) no-repeat center/75%;
  z-index: 99;
  width: 100%;
  height: auto;
}

.bg-sb-mvTop {
  background: url(../../img/mv/mv_solvivabg.png) no-repeat center/75%;
  z-index: 99;
  width: 100%;
  height: auto;
}

.bg-sb-mv-SpMenu {
  background: url(../../img/mv/mv_solvivabg.png) no-repeat center/120%;
  z-index: 99;
  width: 100%;
  height: auto;
}

.bg-cp-concept {
  background: rgba(219, 206, 195, 0.1);
  z-index: 99;
  width: 100%;
  height: auto;
}

.bg-home_brand {
  background: rgba(219, 206, 195, 0.5);
  z-index: 99;
  width: 100%;
  height: calc(100svh - 90px);
}

.bg-cp-value {
  background: rgba(219, 206, 195, 0.2);
  z-index: 99;
  width: 100%;
  height: auto;
}

.bg-bbm-menu {
  background: rgba(219, 206, 195, 0.5);
  z-index: 99;
  width: 100%;
  height: auto;
}

.bg-feature_base-home {
  background: url(../../img/bg/bg-base.png) top left/cover repeat;
  background-color: rgba(237, 230, 224, 0.5);
  background-blend-mode: darken;
  z-index: 99;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: calc(100svh + 90px);
}

.bg-feature_base {
  background: url(../../img/bg/bg-bistro.png) top left/30%;
  z-index: 99;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: calc(100svh + 90px);
}

.bg-feature_dark {
  background: rgba(219, 206, 195, 0.5);
  z-index: 100;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: calc(100svh + 90px);
}

.bg-feature_dark-sb {
  background: rgba(219, 206, 195, 0.5);
  z-index: 100;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: calc(100svh + 90px);
}

.bg-feature_thin {
  background-color: rgba(72, 56, 43, 0);
  z-index: 99;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: calc(100svh + 90px);
}

.bg-feature_thin-sb {
  background: rgba(237, 230, 224, 0.4);
  z-index: 99;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: calc(100svh + 90px);
}

.bg-feature_thin-top {
  background: rgba(237, 230, 224, 0.7);
  z-index: 99;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  width: 100%;
  height: calc(100svh + 90px);
}

.bg-infinite {
  background: rgba(252, 250, 249, 0.4);
  z-index: 99;
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.bg-access {
  background: rgba(252, 250, 249, 0.4);
  z-index: 99;
  width: 100%;
}

.bg-product {
  background: rgba(252, 250, 249, 0.4);
  z-index: 99;
  width: 100%;
  height: auto;
}

.bg-access-solviva {
  background: rgba(219, 206, 195, 0.5);
  z-index: 99;
  width: 100%;
  height: auto;
}

.bg-solviva,
.bg-insta {
  background: rgba(252, 250, 249, 0.4);
  z-index: 99;
  width: 100%;
  height: auto;
}

.bg-menuSp {
  background: rgb(219, 206, 195);
  z-index: 101;
  width: 100%;
  height: 60vh;
}

.bg-footer {
  background: rgb(219, 206, 195);
  z-index: 101;
  width: 100%;
  height: auto;
}

.bg-sb-footer {
  background: rgb(219, 206, 195);
  z-index: 101;
  width: 100%;
  height: auto;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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.
 */
body {
  margin: 0;
}

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

html, body {
  height: 100%;
}

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

button,
input {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  /* background: transparent; */
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
/* [type="number"] {
  -moz-appearance: textfield;
} */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

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

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

caption {
  text-align: left;
}

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

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

#slider1 {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 3.5vh;
}
#slider1 .splide__list {
  width: 838px;
  height: auto;
  aspect-ratio: 838/300;
}
#slider1 .splide__slide {
  width: 100%;
  height: auto;
}
#slider1 .splide__slide-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#slider1 .p-menu_splide-textWrap {
  display: grid;
  place-content: center;
  font-family: "Crimson Text", serif;
  color: rgb(252, 250, 249);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
#slider1 .p-menu_splide-title {
  font-size: 56px;
  margin-bottom: 20px;
  line-height: 0.7;
}
#slider1 .p-menu_splide-Subtitle {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}
#slider1 .p-menu_splide-textWrapSb {
  display: grid;
  place-content: center;
  place-items: center;
  font-family: "Crimson Text", serif;
  color: rgb(73, 115, 66);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#slider1 .p-menu_splide-titleSb {
  font-size: 56px;
  margin-bottom: 20px;
  line-height: 0.7;
}
#slider1 .p-menu_splide-SubtitleSb {
  font-size: 16px;
  letter-spacing: 0.3rem;
  margin-bottom: 5px;
}
#slider1 .p-menu_splide-SubtextSb {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
}
#slider1 .bg-sb-mv {
  background-size: 80%;
}

#slider2 {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  min-height: 40vh;
}
#slider2 .hidden {
  display: none;
}
#slider2 .splide__list {
  width: 100%;
  height: auto;
}
#slider2 .splide__slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#slider2 .splide__slide-textWrap {
  height: auto;
  position: relative;
}
#slider2 .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#slider2 .splide__slide-imgSb {
  -o-object-position: 89%;
     object-position: 89%;
}
#slider2 .p-menu_splide-textWrap {
  display: grid;
  place-content: center;
  font-family: "Crimson Text", serif;
  color: rgb(252, 250, 249);
  text-align: center;
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  bottom: 0;
}
#slider2 .p-menu_splide-title {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 0.8;
}
#slider2 .p-menu_splide-Subtitle {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
#slider2 .p-menu_splide-textWrapSb {
  display: grid;
  place-content: center;
  place-items: center;
  font-family: "Crimson Text", serif;
  color: rgb(73, 115, 66);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#slider2 .p-menu_splide-titleSb {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 0.8;
}
#slider2 .p-menu_splide-SubtitleSb {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
#slider2 .p-menu_splide-SubtextSb {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: -0.1rem;
}
#slider2 .p-menu_splide-textWrapCp {
  display: grid;
  place-content: center;
  place-items: center;
  color: rgb(72, 56, 43);
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#slider2 .p-menu_splide-titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 2rem;
}
#slider2 .p-menu_splide-imgCp {
  width: 25px !important;
  height: 25px;
  position: absolute;
  bottom: 1.2rem;
  left: -2rem;
}
#slider2 .p-menu_splide-titleCp {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 0.7;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  position: relative;
}
#slider2 .p-menu_splide-SubtitleCp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
#slider2 .p-menu_splide-SubtextCp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
#slider2 .splide__pagination {
  bottom: 25%;
}
#slider2 .splide__pagination__page.is-active {
  background-color: rgb(72, 56, 43);
  -webkit-transform: scale(1);
          transform: scale(1);
}
#slider2 .splide__pagination__page {
  background-color: rgb(252, 250, 249);
  border: solid 0.5px rgb(72, 56, 43);
}

.c-follow {
  position: fixed;
  left: 2%;
  top: 50%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: rgb(252, 250, 249);
  font-family: "Crimson Text", serif;
  z-index: 101;
}
.c-follow::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: rgb(252, 250, 249);
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.c-follow.change {
  color: rgb(72, 56, 43);
}
.c-follow.change::before {
  background-color: rgb(72, 56, 43);
}
.c-follow.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.c-follow__text {
  padding-top: 10px;
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
#slider3 .splide__slide {
  width: 100%;
  height: calc(100dvh - 90px);
}
#slider3 .p-home_splide-pict {
  width: 100%;
  position: relative;
  width: 100%;
  height: calc(100dvh - 90px);
  overflow: hidden;
}
#slider3 .p-home_splide-textWrap {
  font-family: "Crimson Text", serif;
  color: rgb(252, 250, 249);
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 10;
}
#slider3 .p-home_splide-title {
  font-size: 5.3rem;
  margin-bottom: 3%;
}
#slider3 .p-home_splide-Subtitle {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}
#slider3 .p-home_splide-Subtext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  top: 30vh;
  margin-top: 1.5rem;
  color: rgb(72, 56, 43);
}
#slider3 .p-home_splide-textWrapSb {
  display: grid;
  place-content: center;
  place-items: center;
  font-family: "Crimson Text", serif;
  color: rgb(73, 115, 66);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#slider3 .p-home_splide-titleSb {
  font-size: 88px;
  margin-bottom: 30px;
  line-height: 0.7;
}
#slider3 .p-home_splide-SubtitleSb {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.3rem;
  margin-bottom: 5px;
}
#slider3 .p-home_splide-SubtitleSbTop {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.3rem;
  margin-bottom: 5px;
}
#slider3 .p-home_splide-SubtextSb {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}
#slider3 .p-home_splide-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.panels-wrap-top {
  height: calc(100svh + 90px);
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel__top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 4;
      flex-shrink: 4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20vw 5vw 11.428vw;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panels-contentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  justify-items: center;
}

.panel__TextWrap {
  position: relative;
  top: -5%;
}

.panel__storeName {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 2.5rem;
  display: inline-block;
}

.panel__storeName_bistro {
  color: rgb(189, 127, 123);
}

.panel__storeName_solviva {
  margin-bottom: 2rem;
  color: rgba(37, 88, 29, 0.7);
}

.panel__text {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}

.panel__right {
  grid-area: 2/1/3/2;
  text-align: center;
  place-content: center;
  position: relative;
}

.panel__leadTop {
  font-family: "Crimson Text", serif;
  font-size: 20px;
  margin-bottom: 3px;
}

.panel__leadTitle {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  margin-bottom: 5rem;
}

.panel__leadTitle_bistro {
  margin-bottom: 1%;
  text-align: center;
}

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

.panel__subTitle {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 42px;
  z-index: 99;
  color: rgb(72, 56, 43);
  font-weight: 500;
}

.panel__subTitle_bistro {
  color: rgba(72, 56, 43, 0.5);
  font-family: "Crimson Text", serif;
}

.panel__leadText {
  line-height: 2;
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 30px;
}

.panel__ImageWrap {
  grid-area: 2/2/3/3;
  text-align: center;
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

.panel__Img {
  width: 600px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.panel__BtnWrapTop {
  position: relative;
  left: 10%;
  top: -6%;
}

.p-home_brandBtn {
  grid-area: 3/1/4/3;
  margin-bottom: 60px;
  position: relative;
  left: 33%;
}

.p-home_brand_Btnlink {
  display: inline-block;
}

#slider5 .splide__list,
#slider6 .splide__list,
#slider7 .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slider5 .splide__slide,
#slider6 .splide__slide,
#slider7 .splide__slide {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
#slider5 .p-bbm__infiniteItem__img,
#slider6 .p-bbm__infiniteItem__img,
#slider7 .p-bbm__infiniteItem__img {
  aspect-ratio: 200/120;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.l-menu__inner {
  width: 100%;
  height: calc(100svh - 90px);
  margin: auto;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-inner {
  width: 100%;
  position: relative;
  margin: auto;
}

.l-bistro__concept {
  width: 100%;
  position: relative;
  margin: auto;
}

.l-solviva__access {
  width: 100%;
  position: relative;
}

.l-company__value {
  width: 100%;
  position: relative;
  margin: auto;
}

.l-company__outline {
  width: 100%;
  position: relative;
  margin: auto;
}

.l-footer__inner {
  position: relative;
}

#main {
  position: relative;
}

.p-main_wrapper {
  z-index: 99;
  width: 100%;
  overflow: hidden;
}

.p-bbm_bigTxt {
  color: rgba(72, 56, 43, 0.3);
}

.p-bbm_concept {
  position: relative;
  padding: 10% 0 0;
}

.p-bbm_concept__wrap {
  position: relative;
}

.p-bbm_concept__lead {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10rem auto;
}

.p-bbm_concept__leadTop {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  margin-bottom: 3%;
}

.p-bbm_concept__leadTitle {
  font-family: "Crimson Text", serif;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 16px;
  color: rgba(72, 56, 43, 0.5);
}

.p-bbm_concept__leadSubtitle {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 1%;
}

.p-bbm_concept__leadText {
  width: 40%;
  line-height: 2.5;
  text-align: center;
}

.p-bbm_concept__pictArea {
  margin-bottom: 35rem;
  position: relative;
}

.p-bbm_concept__image1 {
  width: 350px;
  height: 250px;
  left: 0;
  top: -60rem;
}

.p-bbm_concept__image2 {
  width: 250px;
  height: 300px;
  top: -45rem;
  right: 0;
}

.p-bbm_concept__image3 {
  width: 250px;
  height: 300px;
  top: -15rem;
}

.p-bbm_concept__image4 {
  width: 350px;
  height: 250px;
  right: 0;
}

#menu {
  padding-top: 90px;
  margin-top: -90px;
}

.p-bbm__menuWrap {
  width: 100%;
  position: relative;
  margin: auto;
}

.p-bbm__menuLead {
  text-align: center;
  margin-bottom: 5rem;
}

.p-bbm__menuLead__Title {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  margin-bottom: 1rem;
}

.p-bbm__menuLead__Text {
  line-height: 1.5;
}

.p-bbm__menuItem {
  background-color: rgba(252, 250, 249, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: rgb(72, 56, 43);
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.p-bbm__menuItem__image {
  overflow: hidden;
}

.p-bbm__menuItem__img {
  width: 250px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.p-bbm__menuItem__category {
  text-align: center;
  padding: 1rem 0.5rem;
  -webkit-transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.p-bbm__menuItem__categoryEn {
  font-family: "Crimson Text", serif;
  margin-bottom: 0.5rem;
  color: rgba(72, 56, 43, 0.7);
}

.p-bbm__menuItem__categoryJp {
  color: rgba(72, 56, 43, 0.8);
  font-size: 16px;
}

.p-bbm__menuBtn__wrap {
  text-align: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-bbm__menuBtn {
  position: relative;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-bbm__menuBtn:hover .p-bbm__menuIcon {
  opacity: 0.5;
}
.p-bbm__menuText {
  margin-left: 0.5rem;
}

.p-bbm__menuIcon {
  width: 40px;
  height: 40px;
}

.p-sb_concept {
  position: relative;
  padding: 10% 0 0;
  margin-bottom: 12rem;
}

.p-sb_concept__wrap {
  position: relative;
}

.p-sb_concept__lead {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10rem auto;
}

.p-sb_concept__leadTop {
  font-family: "Crimson Text", serif;
  font-size: 24px;
}

.p-sb_concept__leadTitle {
  font-family: "Crimson Text", serif;
  margin-bottom: 6rem;
  line-height: 1.5;
  position: relative;
}
.p-sb_concept__leadTitle:after {
  content: "";
  background: url(../../img/home/card__bg.png) no-repeat border-box left top/contain fixed content-box;
  width: 250px;
  height: 250px;
  z-index: -10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-sb_concept__leadSubtitle {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}

.p-sb_concept__leadText {
  width: 40%;
  line-height: 2.5;
  text-align: center;
}

.p-sb_concept__pictArea {
  margin-bottom: 45rem;
  position: relative;
}

.p-sb_concept__image1 {
  width: 350px;
  height: 250px;
  left: 0;
  top: -60rem;
}

.p-sb_concept__image2 {
  width: 250px;
  height: 300px;
  top: -41rem;
  right: 0;
}

.p-sb_concept__image3 {
  width: 250px;
  height: 300px;
  top: -15rem;
}

.p-sb_concept__image4 {
  width: 350px;
  height: 250px;
  right: 0;
}

.p-sb_concept__image5 {
  width: 350px;
  height: 250px;
  left: 0;
  top: 20rem;
}

.panel__leadFeature__solviva {
  grid-area: 1/2/3/3;
  text-align: left;
  place-content: center;
}

.panel__titleFeature__solviva {
  margin: 5rem 0 3rem 3rem;
  grid-area: 1/1/2/2;
}

.panel__titleName01 {
  position: relative;
}
.panel__titleName01::before {
  content: "01";
  color: rgba(37, 88, 29, 0.2);
  left: -5rem;
  top: -4rem;
}

.panel__titleName02 {
  position: relative;
}
.panel__titleName02::before {
  content: "02";
  color: rgba(37, 88, 29, 0.2);
  left: -5rem;
  top: -4rem;
}

.panel__titleName03 {
  position: relative;
}
.panel__titleName03::before {
  content: "03";
  color: rgba(37, 88, 29, 0.2);
  left: -5rem;
  top: -4rem;
}

.panel__cardImage01,
.panel__cardImage02,
.panel__cardImage03 {
  grid-area: 2/1/3/2;
  text-align: center;
  position: relative;
  z-index: 99;
}
.panel__cardImage01::after,
.panel__cardImage02::after,
.panel__cardImage03::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: -10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.panel__cardImage01::after,
.panel__cardImage02::after,
.panel__cardImage03::after {
  content: "";
  background: rgba(37, 88, 29, 0.2);
}

.panel__leadText__solviva {
  line-height: 2;
  margin-left: 1rem;
  margin-bottom: 3rem;
  font-size: 0.9rem;
  text-align: left;
}

#product {
  padding-top: 90px;
  margin-top: -90px;
}

.p-sb__product {
  width: 100%;
}

.p-sb__productWrap {
  width: 100%;
  position: relative;
  margin: auto;
}

.p-sb__productLead {
  text-align: center;
  margin-bottom: 5rem;
}

.p-sb__productLead__Title {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  margin-bottom: 1rem;
}

.p-sb__productLead__Text {
  line-height: 1.5;
}

.p-sb__producList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 4rem;
  place-content: center;
  place-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 3rem;
}

.p-sb__productItem {
  position: relative;
}

.p-sb__productItem__link {
  cursor: pointer;
}

.p-sb__productItem__Img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.p-sb__productItem__Img:hover {
  -webkit-transform: scale(1.03) rotateZ(15deg);
          transform: scale(1.03) rotateZ(15deg);
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.p-sb__productItem__Img05 {
  width: 230px;
  height: 230px;
}

.p-sb__productItem__Text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sb__productItem__name {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: rgba(72, 56, 43, 0.8);
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  scale: 1;
}
.p-sb__productItem__name::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%2348382B'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  fill: rgba(72, 56, 43, 0.8);
  left: 0;
  scale: 1;
}

.p-sb__productItem__more {
  font-size: 0.9rem;
  display: inline-block;
  font-family: "Crimson Text", serif;
  border-bottom: 1px solid rgb(72, 56, 43);
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.p-sb__productItem__more:hover {
  color: rgba(72, 56, 43, 0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.p-sb__productModal {
  background: rgb(252, 250, 249);
  border-radius: 20px;
  max-width: 60vw;
  margin: 0 auto;
  position: relative;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
  z-index: 101;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(219, 206, 195, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sb__productModal__Wrap {
  padding: 70px;
  height: auto;
  background-color: #fff;
  max-width: 800px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 90px;
}

.p-sb__productModal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(72, 56, 43);
  cursor: pointer;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  border-radius: 8px;
}
.p-sb__productModal__close:hover {
  opacity: 0.8;
}
.p-sb__productModal__close::before, .p-sb__productModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
}
.p-sb__productModal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-sb__productModal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-sb__productModal__Item {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
  place-items: center;
}

.p-sb__productModal__Item__Img {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sb__productModal__Item__Img02,
.p-sb__productModal__Item__Img03,
.p-sb__productModal__Item__Img04,
.p-sb__productModal__Item__Img06 {
  width: 230px;
  height: 230px;
}

.p-sb__productModal__Item__Title {
  margin-bottom: 2rem;
}

.p-sb__productModal__Item__TitleText {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgb(72, 56, 43);
}

.p-sb__productModal__Item__Text {
  line-height: 2.5;
  margin-bottom: 2rem;
}

.p-sb__productModal__Item__allergy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1rem;
}

.p-sb__productModal__Item__allergyItem {
  display: grid;
  place-content: center;
  place-items: center;
}

.p-sb__productModal__Item__allergyText {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.p-sb__productModal__Item__allergyImg {
  width: 40px;
  height: 40px;
  border: 0.9px solid rgb(72, 56, 43);
  border-radius: 8px;
}

/**************************\
  Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.p-menu {
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.5s cubic-bezier(0.11, 0.24, 0.64, 1);
  display: none;
  overflow: hidden;
}
.p-menu.js-open {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  height: calc(100svh + 90px);
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
}

#footer.js-open {
  display: none;
  z-index: -10;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.11, 0.24, 0.64, 1);
  transition: 0.5s cubic-bezier(0.11, 0.24, 0.64, 1);
}

.c-follow.js-open {
  display: none;
  z-index: -10;
  visibility: hidden;
}

.p-menu_wrapperSp {
  z-index: 99;
}

.p-menu_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  height: auto;
  padding: 0 2%;
}

.p-menu_main-area {
  border: solid 1px rgb(72, 56, 43);
  padding: 1rem;
  width: 270px;
}

.p-menu_main-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  line-height: 2;
  margin-bottom: 1rem;
}

.p-menu_main-txtLink {
  position: relative;
  display: inline-block;
  color: rgb(72, 56, 43);
}
.p-menu_main-txtLink::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: rgba(72, 56, 43, 0.5);
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top; /*上部中央基点*/
}
.p-menu_main-txtLink:hover {
  color: rgba(72, 56, 43, 0.5);
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.p-menu_main-txtLink:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*X方向にスケール拡大*/
}

.p-menu_main-ttlLink {
  height: 10%;
}

.p-menu_main-ttlLink-sb {
  width: 80%;
  margin-bottom: 1.4rem;
}

.p-menu_main-txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 12%;
}

.p-menu_main-txt {
  line-height: 2;
  font-family: "Crimson Text", serif;
}

.p-menu_wrapperSp {
  min-height: calc(100svh - 90px);
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.p-menu_main-txtAreaSp {
  height: calc(50svh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
}

.p-menu_main-txtLinkSp:active {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-menu_main-txtSp {
  font-size: clamp(16px, 80vw, 20px);
  font-family: "Crimson Text", serif;
  font-weight: normal;
  line-height: 2.5;
  text-align: center;
  color: rgb(72, 56, 43);
  display: grid;
  justify-items: center;
}

.p-header__fixed-logo {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 101;
}

.p-header__fixed-logo-base {
  background-color: rgb(72, 56, 43);
}

.p-header__fixed-logo-bistro {
  background-color: rgb(189, 127, 123);
}

.p-header__fixed-logo-solviva {
  background-color: rgb(73, 115, 66);
}

.p-header__fixed-logo-img {
  width: 30px;
  height: 30px;
  position: relative;
}

.p-header__fixed-logo-txt {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: rgb(252, 250, 249);
  margin-left: 0.3rem;
}

.p-header__brand-logo {
  width: 200px;
  position: absolute;
  z-index: 102;
  left: 0;
  right: 0;
  bottom: 5%;
}

.p-header__fixed-tab {
  height: 60px;
  background: rgb(219, 206, 195);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 101;
  position: relative;
}

.p-header__fixed-tab-list {
  position: relative;
}

.p-header__fixed-tab-txt {
  font-family: "Crimson Text", serif;
  text-align: center;
  line-height: 1rem;
  position: relative;
}
.p-header__fixed-tab-txt::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  color: rgb(72, 56, 43);
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: -3rem;
}

.p-header__fixed-tab-bgSolviva {
  background: rgb(219, 206, 195);
}
.p-header__fixed-tab-bistro-txt::before {
  content: "";
  background-image: url(../../img/fixed/tab-bistro.svg);
  top: -0.8rem;
}
.p-header__fixed-tab-solviva-txt::before {
  content: "";
  background-image: url(../../img/fixed/tab-solviva.svg);
  top: -0.8rem;
}
.p-header__fixed-tab-company-txt::before {
  content: "";
  background-image: url(../../img/fixed/tab-company.svg);
  top: -0.8rem;
}

.p-header__reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(252, 250, 249);
  -webkit-transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
  transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
}
.p-header__reservation:hover .p-header__reservationText {
  color: rgb(219, 206, 195);
  -webkit-transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
  transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
}
.p-header__reservation:hover .p-header__reservationSvg {
  fill: rgb(219, 206, 195);
  stroke: rgb(219, 206, 195);
  fill-opacity: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
  transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
}

.p-header__reservationSvg {
  width: 40px;
  height: 40px;
  color: rgb(252, 250, 249);
}

.p-header__reservationText {
  font-size: 0.8rem;
}

.p-header__fixed-tab__bistro {
  height: 60px;
  background: rgb(219, 206, 195);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 101;
  position: relative;
}

.p-footer {
  z-index: 101;
}

.p-footer_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.p-footer_logo {
  width: 300px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.p-footer_logoLink {
  width: 300px;
}

.p-footer_logoImg {
  width: 100%;
}

.p-footer_nav {
  width: 60vw;
  padding: 1rem;
}

.p-footer_navContent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: "Crimson Text", serif;
}

.p-footer_navTitle {
  font-weight: 700;
  height: 2.5rem;
  font-size: 16px;
}

.p-footer_navItem {
  margin-bottom: 20px;
}

.p-footer_navItem_sns {
  margin-left: 1.5rem;
}

.p-footer_navItem-link {
  position: relative;
  display: inline-block;
  color: rgb(72, 56, 43);
}
.p-footer_navItem-link::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: rgba(72, 56, 43, 0.5);
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top; /*上部中央基点*/
}
.p-footer_navItem-link:hover {
  color: rgba(72, 56, 43, 0.5);
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.p-footer_navItem-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*X方向にスケール拡大*/
}

.p-footer_bottom {
  height: 30px;
  display: grid;
  place-items: center;
}

.p-footer_bottom_base {
  background: rgb(72, 56, 43);
}

.p-footer_bottom_bistro {
  background: rgb(189, 127, 123);
}

.p-footer_bottom_solviva {
  background: rgb(73, 115, 66);
}

.p-footer_copyright {
  text-align: center;
  color: rgb(252, 250, 249);
  font-size: 0.9rem;
}

.p-footer__accordionList {
  font-family: "Crimson Text", serif;
  border-bottom: 1px solid rgba(72, 56, 43, 0.5);
}

.p-footer__accordionTitle {
  background: rgba(219, 206, 195, 0.5);
  cursor: pointer;
  padding: 1.5rem;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.p-footer__accordionTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  height: 1px;
  width: 15px;
  background: rgb(72, 56, 43);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-footer__accordionTitle::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  height: 1px;
  width: 15px;
  background: rgb(72, 56, 43);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-footer__accordionTitle.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-footer__accordionTitle.open::after {
  opacity: 0;
}

.p-footer__accordionText {
  padding: 0 1rem 1.5rem 1rem;
  margin-left: 0.5rem;
  display: none;
  font-size: 1rem;
}

.p-footer__accordionText__sns {
  padding-left: 2.5rem;
}

.p-footer__accordionContent {
  display: grid;
  gap: 1.4rem;
  font-size: 14px;
}

.p-footer__accordionItem {
  position: relative;
}

.p-footer__instaIcon {
  position: absolute;
  left: -1.5rem;
}

.p-concept {
  position: relative;
}

.p-concept__wrap {
  position: relative;
}

.p-concept__lead {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 14rem auto;
}

.p-concept__image {
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.p-concept__img {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#feature {
  width: 100%;
}
#featureSolviva {
  width: 100%;
}
.panels-wrap {
  height: calc(100svh + 90px);
  width: 400%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panels-wrap-sb {
  height: calc(100svh + 90px);
  width: 300%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 4;
      flex-shrink: 4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20vw 5vw 11.428vw;
  overflow: hidden;
}

.panels-content {
  display: grid;
  place-content: center;
  justify-items: center;
}

.ImageTitle-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.panel__CardImg {
  width: 600px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.panel__Title {
  grid-area: 1/1/2/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.panel__TitleNumber {
  position: relative;
  font-size: 80px;
  color: rgba(189, 127, 123, 0.6);
  font-family: "Crimson Text", serif;
}
.panel__TitleNumber::before {
  content: "Feature";
  position: absolute;
  top: -1rem;
  left: 20%;
  color: rgb(72, 56, 43);
  font-weight: 600;
  font-size: 1rem;
}

.panel__TitleNumber-sb {
  position: relative;
  font-size: 80px;
  color: rgba(73, 115, 66, 0.8);
  font-family: "Crimson Text", serif;
}
.panel__TitleNumber-sb::before {
  content: "Feature";
  position: absolute;
  top: -1rem;
  left: 20%;
  color: rgb(72, 56, 43);
  font-weight: 600;
  font-size: 1rem;
}

.panel__TitleName {
  font-size: 20px;
  font-weight: 500;
  margin: auto 0;
  position: relative;
}

.panel__Text {
  grid-area: 2/1/4/2;
}

.panel__TextContent {
  line-height: 2.5;
  display: grid;
}

.panel__BtnWrap {
  grid-area: 4/1/5/2;
}

#access {
  padding-top: 120px;
  margin-top: -120px;
}

#accessSolviva {
  padding-top: 90px;
  margin-top: -90px;
}

.p-accessTitle {
  margin-bottom: 2rem;
}

.p-accessTitle__text {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  margin-bottom: 15px;
}

.p-accessTitle__storeName {
  font-family: "Crimson Text", serif;
  color: rgb(189, 127, 123);
  font-size: 2.5rem;
}

.p-accessTitle__storeName__solviva {
  font-family: "Crimson Text", serif;
  color: rgb(73, 115, 66);
  font-size: 2.5rem;
}

.p-accessMap__titleText {
  margin-bottom: 2rem;
}

.p-accessMap__title {
  font-weight: 500;
  margin-bottom: 0.3rem;
  line-height: 1.5;
}

.p-accessMap__text {
  font-size: 0.8rem;
  line-height: 1.5;
}

.p-accessInfo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.p-accessInfo__title {
  font-weight: 700;
  width: 20%;
  line-height: 1.3;
}

.p-accessInfo__text {
  text-align: left;
  width: 80%;
  line-height: 1.3;
  margin-left: 2rem;
}

.p-accessInfo__tel:hover {
  color: rgba(72, 56, 43, 0.5);
  -webkit-transition: color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.p-accessInfo__text__ggl {
  display: inline-block;
  padding: 0.3rem;
  margin-top: 0.5rem;
  position: relative;
}

.p-insta-bbm {
  width: 100%;
}

.p-instaTitle__wrap {
  text-align: center;
  margin-bottom: 5rem;
}

.p-instaTitle__wrap__bistro:hover {
  color: rgb(189, 127, 123);
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.p-instaTitle__wrap__solviva:hover {
  color: rgb(73, 115, 66);
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.p-instaIcon {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -2.5rem;
}

.p-instaTitle {
  font-family: "Crimson Text", serif;
  font-size: 2.5rem;
  margin-bottom: 0.7rem;
  display: inline-block;
  position: relative;
}

.p-instaAccount {
  padding-right: 1rem;
}

.p-instaImage__list {
  display: grid;
  place-content: center;
  place-items: center;
}

.p-instaImage__item:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.p-instaImage__img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home_wrapper {
  z-index: 99;
  width: 100%;
  overflow: hidden;
}

.p-home_concept {
  position: relative;
  padding: 10% 0 0;
  margin-top: 34rem;
}

.p-home_concept__wrap {
  position: relative;
}

.p-home_concept__lead {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.p-home_concept__leadTitle {
  font-family: "Crimson Text", serif;
  margin-bottom: 20px;
}

.p-home_concept__leadJpText {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.p-home_concept__leadEntext {
  font-family: "Crimson Text", serif;
  text-align: center;
}

.p-home_concept__pictArea {
  margin-bottom: 10rem;
  position: relative;
}

.p-home_concept__image1 {
  left: 0;
  top: -60rem;
  width: 350px;
  height: auto;
}

.p-home_concept__image2 {
  width: 250px;
  height: auto;
  right: 0;
  top: -45rem;
}

.p-home_concept__image3 {
  width: 350px;
  left: 0;
  top: -24rem;
}

.p-home_concept__image4 {
  width: 350px;
  height: auto;
  right: 0;
  top: -10rem;
}

.p-home_company__pictImg {
  width: 400px;
  height: 300px;
}

.p-home_company__info {
  position: relative;
}

.p-home_company__title {
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Crimson Text", serif;
}

.p-home_company__name {
  font-family: "Crimson Text", serif;
  font-size: 3.5rem;
  color: rgba(72, 56, 43, 0.7);
}

.p-home_company__infoText-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.p-home_company__infoText-itemLeft {
  width: 4rem;
}

.p-home_company__infoText-itemRight {
  margin-left: 5rem;
}

.p-home_company__infoBtn {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
}

.p-home_company__infoBtn-link {
  display: inline-block;
  font-family: "Crimson Text", serif;
}

#mission {
  padding-top: 90px;
  margin-top: -90px;
}

#outline {
  padding-top: 120px;
  margin-top: -120px;
}

.p-cp__mvWrap {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: calc(100svh - 90px);
}

.p-cp__mvTitle {
  margin-bottom: 2rem;
}

.p-cp__mvCompany {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.p-cp__mvName__En {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 3rem;
  display: inline-block;
  color: rgba(72, 56, 43, 0.7);
  margin-bottom: 0.5rem;
}

.p-cp__mvName__Jp {
  text-align: center;
  letter-spacing: 10px;
  font-family: "Crimson Text", serif;
  color: rgba(72, 56, 43, 0.6);
}

.p-cp__missionImage {
  margin: 0 auto;
  height: auto;
  margin-bottom: 2rem;
}

.p-cp__missionLead {
  text-align: center;
}

.p-cp__mission__leadTitle {
  font-family: "Crimson Text", serif;
  position: relative;
  margin-bottom: 4rem;
}
.p-cp__mission__leadTitle::after {
  content: "";
  width: 1px;
  height: 27px;
  background: rgb(72, 56, 43);
  position: absolute;
  top: 200%;
  left: 50%;
  right: 0;
  bottom: 0;
}

.p-cp__mission__leadText {
  font-size: 20px;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.p-cp__mission__LeadText__En {
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  color: rgba(72, 56, 43, 0.6);
}

.p-cp__valueWrap {
  padding: 0 0 47rem 0;
}

.p-cp__valueLead {
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  margin-top: 25rem;
}

.p-cp__value__leadTitle {
  font-family: "Crimson Text", serif;
  position: relative;
  margin-bottom: 4rem;
}
.p-cp__value__leadTitle::after {
  content: "";
  width: 1px;
  height: 27px;
  background: rgb(72, 56, 43);
  position: absolute;
  top: 200%;
  left: 50%;
  right: 0;
  bottom: 0;
}

.p-cp__value__leadText {
  font-size: 20px;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.p-cp__value__leadText__En {
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  color: rgba(72, 56, 43, 0.6);
}

.p-cp__valueImage__Wrap {
  position: relative;
  max-width: 1280px;
  margin: 3rem auto;
}

.p-cp__valueImage {
  position: absolute;
  width: 350px;
}

.p-cp__valueImage01 {
  top: -40rem;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-cp__valueImage02 {
  width: 250px;
  top: -24rem;
  right: 0;
  bottom: 0;
}

.p-cp__valueImage03 {
  width: 250px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-cp__valueImage04 {
  top: 15rem;
  right: 0;
  bottom: 0;
}

.p-cp__profileTitle {
  text-align: center;
  font-family: "Crimson Text", serif;
  position: relative;
  margin-bottom: 7rem;
}
.p-cp__profileTitle::after {
  content: "";
  width: 1px;
  height: 27px;
  background: rgb(72, 56, 43);
  position: absolute;
  top: 200%;
  left: 50%;
  right: 0;
  bottom: 0;
}

.p-cp__profileTitle__text {
  font-family: "Crimson Text", serif;
}

.p-cp__profileContent {
  display: grid;
  place-content: center;
}

.p-cp__profileContent__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 1.5rem;
}

.p-cp__profileContent__title {
  font-weight: 700;
  line-height: 1.3;
  grid-area: 1/1/2/2;
}

.p-cp__profileContent__text {
  text-align: left;
  line-height: 1.3;
  margin-left: 2rem;
  grid-area: 1/2/2/4;
}

@media screen and (min-width: 1280px) {
  .c-btn::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -3px;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: rgb(72, 56, 43);
    /*アニメーションの指定*/
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*X方向1、Y方向1*/
    -webkit-transform-origin: center top;
            transform-origin: center top; /*左部中央基点*/
  }
  .c-panel__Btn::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -3px;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: rgb(72, 56, 43);
    /*アニメーションの指定*/
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*X方向1、Y方向1*/
    -webkit-transform-origin: center top;
            transform-origin: center top; /*左部中央基点*/
  }
  .hamburger {
    position: absolute;
    right: 1.5rem;
    top: 3rem;
  }
  .hamburger.js-menu-open {
    right: 1.5rem;
    top: 3.5rem;
  }
  .is-tab {
    display: none;
  }
  .is-sp {
    display: none;
  }
  .bg-access {
    height: auto;
    padding: 100px 0;
  }
  .bg-product {
    padding: 100px 0;
  }
  #slider3 .p-home_splide-img {
    width: 100%;
    height: calc(100svh - 90px);
  }
  .panels-contentTop {
    grid-template-rows: repeat(auto-fit, minmax(400px, 1fr));
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
  .panel__right {
    width: 30vw;
    padding-top: 6%;
  }
  .panel__leadTopWrap::after {
    content: "";
    background: url(../../img/home/card__bg.png) no-repeat border-box left top/contain fixed content-box;
    width: 240px;
    height: 240px;
    z-index: -10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 80%;
    left: 0;
    margin: auto;
  }
  #slider5 .splide__slide,
  #slider6 .splide__slide,
  #slider7 .splide__slide {
    margin-bottom: 1rem;
  }
  .l-inner {
    padding: 100px 0;
    max-width: 1280px;
    height: inherit;
  }
  .l-bistro__concept {
    padding: 100px 0;
    max-width: 1280px;
    height: inherit;
  }
  .l-solviva__access {
    padding: 0 0 100px 0;
  }
  .l-company__value {
    padding: 100px 0 0 0;
    max-width: 1280px;
    height: inherit;
  }
  .l-company__outline {
    padding: 0 0 100px 0;
    max-width: 1280px;
    height: inherit;
  }
  .l-footer__inner {
    width: 100%;
    margin: 60px auto;
    max-width: 1280px;
    height: inherit;
  }
  .p-main_wrapper {
    margin: 90px auto auto auto;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-bbm__menuWrap {
    padding: 100px 0;
    max-width: 1280px;
    height: inherit;
  }
  .p-bbm__menuContent {
    padding: 0 10rem;
  }
  .p-bbm__menuList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    place-content: center;
    place-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 3rem;
  }
  .p-bbm__menuItem__Link {
    overflow: hidden;
  }
  .p-bbm__menuItem__Link:hover .p-bbm__menuItem__img {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  }
  .p-bbm__menuItem__Link:hover .p-bbm__menuItem__category {
    background-color: rgba(72, 56, 43, 0.5);
    -webkit-transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  }
  .p-bbm__menuItem__Link:hover .p-bbm__menuItem__categoryEn,
  .p-bbm__menuItem__Link:hover .p-bbm__menuItem__categoryJp {
    color: rgb(252, 250, 249);
    -webkit-transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  }
  .p-sb_concept__leadTitle {
    font-size: 40px;
  }
  .panel__leadFeature__solviva {
    width: 30vw;
    margin-left: 10rem;
  }
  .panel__cardImage01::after,
  .panel__cardImage02::after,
  .panel__cardImage03::after {
    width: 400px;
    height: 300px;
  }
  .p-sb__product {
    padding: 0 15rem;
  }
  .p-sb__productWrap {
    padding: 100px 0;
    max-width: 1280px;
    height: inherit;
  }
  .p-sb__productItem__link:hover .p-sb__productItem__name {
    -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  }
  .p-sb__productItem__link:hover .p-sb__productItem__name::before {
    scale: 1.3;
    -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  }
  .modal__overlay {
    top: -90px;
  }
  .p-sb__productModal__Item {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 90px;
  }
  .p-header__fixed-tab {
    max-width: 100%;
    width: 100%;
    gap: 2rem;
  }
  .p-header__fixed-tab-list:nth-child(2), .p-header__fixed-tab-list:nth-child(3) {
    border-left: 1px solid rgb(72, 56, 43);
    padding-left: 4rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__fixed-tab-list:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 1rem;
    right: 1.5rem;
  }
  .p-header__fixed-tab-list:nth-child(4).js-menu-open {
    right: 1.5rem;
    bottom: 1rem;
  }
  .p-header__fixed-tab-reservation {
    background: rgba(72, 56, 43, 0.5);
    width: 90px;
    height: 100%;
    -webkit-transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
    transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
    position: absolute;
    right: 90px;
  }
  .p-header__fixed-tab-reservation:hover {
    background: rgba(72, 56, 43, 0.5);
    -webkit-transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
    transition: all 0.7s cubic-bezier(0.39, 0.57, 0.56, 1);
  }
  .p-header__fixed-tab-link {
    position: relative;
    display: block;
    color: rgb(72, 56, 43);
  }
  .p-header__fixed-tab-link::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -5px;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: rgb(72, 56, 43);
    /*アニメーションの指定*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); /*X方向0、Y方向1*/
    -webkit-transform-origin: center top;
            transform-origin: center top; /*上部中央基点*/
  }
  .p-header__fixed-tab-link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*X方向にスケール拡大*/
  }
  .p-header__fixed-tab__bistro {
    max-width: 100%;
    width: 100%;
    gap: 2rem;
  }
  .p-footer {
    position: relative;
    padding-top: 60px;
  }
  .p-footer__sp {
    display: none;
  }
  .p-concept {
    padding-top: 290px;
  }
  .panels-content {
    grid-template-rows: repeat(auto-fit, minmax(400px, 1fr));
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
  .panel__Image {
    grid-area: 1/1/4/2;
  }
  .panel__Card {
    grid-area: 2/2/1/2;
    position: relative;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 32vw;
  }
  .panel__TextContent {
    margin-bottom: 30px;
  }
  #accessSolviva {
    padding-top: 140px;
    margin-top: -40px;
  }
  .p-accessWrap {
    display: grid;
    place-content: space-evenly;
  }
  .p-accessTitle {
    grid-area: 1/1/2/2;
  }
  .p-accessMap {
    grid-area: 2/1/3/2;
  }
  .p-accessInfo {
    grid-area: 2/2/3/3;
    width: 120%;
  }
  .p-accessInfo__text__ggl {
    text-align: right;
    right: -12.6rem;
  }
  .p-instaImage__list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 0 8rem;
    padding-bottom: 50px;
  }
  .p-home_wrapper {
    margin: 90px auto auto auto;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-home_concept__lead {
    position: relative;
    top: -20rem;
  }
  .p-home_concept__leadJpText {
    font-size: 24px;
  }
  .p-home_company__wrap {
    display: grid;
    place-content: center;
    grid-column-gap: 7rem;
  }
  .p-home_company__pict {
    grid-area: 1/1/3/2;
    width: 50%;
  }
  .p-home_company__info {
    grid-area: 2/2/3/3;
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-home_company__infoTitle {
    margin-bottom: 2rem;
    grid-area: 1/2/2/3;
  }
  .p-company_wrapper {
    margin-top: 90px;
  }
  .p-cp__missionImage {
    width: 15%;
  }
  .p-cp__profileWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .c-btn {
    margin: auto;
    border-bottom: 1px solid rgb(72, 56, 43);
  }
  .c-panel__Btn {
    right: 0;
  }
  .c-panel__Btn {
    margin: auto;
    border-bottom: 1px solid rgb(72, 56, 43);
  }
  #Hamburger {
    display: none;
  }
  .hamburger__top, .hamburger__middle, .hamburger__bottom, .hamburger__bottom__bistro {
    width: 24px;
  }
  .hamburger__bottom::after {
    font-size: 0.6rem;
    top: 6px;
    left: 1px;
  }
  .hamburger__bottom__bistro::after {
    font-size: 0.6rem;
    top: 6px;
    left: -0.3rem;
    line-height: 0.6rem;
    padding: 0.3rem;
  }
  .hamburger.js-menu-open {
    top: 1.9rem;
  }
  .hamburger.js-menu-open .hamburger__top {
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
  .hamburger.js-menu-open .hamburger__bottom,
  .hamburger.js-menu-open .hamburger__bottom__bistro {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
  .hamburger.js-menu-open .hamburger__close {
    font-size: 0.6rem;
  }
  .hamburger-bistro {
    right: 9%;
    top: 1.2rem;
  }
  .is-not-tab {
    display: none;
  }
  #bg-base {
    margin: 0 auto;
  }
  .bg-base {
    margin: 0 auto;
  }
  .bg-cp {
    height: auto;
  }
  .bg-sb {
    background: url(../../img/bg/bg_bakery.png) top left/150% repeat;
  }
  .bg-sb-mv {
    background-size: 0%;
  }
  .bg-sb-mvTop {
    background-size: 0%;
  }
  .bg-sb-mv-SpMenu {
    background-size: 80%;
  }
  .bg-home_brand {
    height: auto;
  }
  .bg-feature_base-home {
    background: url(../../img/bg/bg-base.png) top left/60% repeat;
  }
  .bg-feature_dark {
    padding: 60px 0;
  }
  .bg-feature_dark-sb {
    padding: 60px 0;
  }
  .bg-feature_thin {
    padding: 60px 0;
  }
  .bg-feature_thin-sb {
    padding: 60px 0;
  }
  .bg-feature_thin-top {
    padding: 60px 0;
  }
  .bg-access {
    height: auto;
    padding: 100px 0;
  }
  .bg-product {
    padding: 60px 0;
  }
  #slider2 .splide__list {
    height: 60vh;
  }
  #slider2 .splide__slide img {
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #slider2 .p-menu_splide-title {
    font-size: 72px;
    margin-bottom: 3%;
  }
  #slider2 .p-menu_splide-Subtitle {
    font-size: 24px;
  }
  #slider2 .p-menu_splide-textWrapSb {
    top: 0;
  }
  #slider2 .p-menu_splide-titleSb {
    font-size: 80px;
    margin-bottom: 20px;
  }
  #slider2 .p-menu_splide-SubtitleSb {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #slider2 .p-menu_splide-titleWrap {
    margin-left: 4rem;
  }
  #slider2 .p-menu_splide-imgCp {
    width: 50px !important;
    height: 50px;
    left: -4rem;
  }
  #slider2 .p-menu_splide-titleCp {
    font-size: 56px;
  }
  #slider2 .p-menu_splide-SubtitleCp {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #slider2 .p-menu_splide-SubtextCp {
    font-size: 16px;
  }
  #slider2 .splide__pagination {
    bottom: 18%;
  }
  #slider3 .p-home_splide-textWrap {
    color: rgb(252, 250, 249);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    z-index: 10;
  }
  #slider3 .p-home_splide-title {
    color: rgb(252, 250, 249);
    font-size: 100px;
    margin-bottom: 2%;
  }
  #slider3 .p-home_splide-Subtitle {
    left: 0%;
    top: -6vh;
    bottom: 0%;
    right: 0%;
  }
  #slider3 .p-home_splide-Subtext {
    top: 25vh;
    font-size: 20px;
    position: relative;
    color: rgb(72, 56, 43);
    display: none;
  }
  #slider3 .p-home_splide-titleSb {
    font-size: 7rem;
    position: absolute;
    top: 34vh;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0.7;
  }
  #slider3 .p-home_splide-SubtitleSb {
    margin-bottom: 0;
    font-size: 32px;
    position: relative;
    top: 28vh;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
  #slider3 .p-home_splide-SubtitleSbTop {
    font-size: 32px;
    position: relative;
    top: 14vh;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
  #slider3 .p-home_splide-SubtextSb {
    font-size: 14px;
    position: relative;
    top: 11.5vh;
    line-height: 1.5;
  }
  #slider3 .p-home_splide-img {
    width: 100%;
    height: calc(100svh - 90px);
  }
  .panels-wrap-top {
    display: block;
    width: 100%;
    height: auto;
  }
  .panel__top {
    padding: 100px 2.5rem;
    height: auto;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .panels-contentTop {
    place-content: flex-start;
    display: grid;
  }
  .panel__left {
    text-align: center;
  }
  .panel__TextWrap {
    text-align: center;
    margin-bottom: 1%;
  }
  .panel__storeName {
    text-align: center;
  }
  .panel__storeName_solviva {
    margin-bottom: 5%;
  }
  .panel__right {
    width: 70vw;
  }
  .panel__leadTitle {
    font-size: 1.5rem;
    margin-bottom: 1%;
    color: rgba(72, 56, 43, 0.5);
  }
  .panel__leadTitle_bistro {
    font-size: 1.5rem;
    color: rgb(72, 56, 43);
  }
  .panel__subTitle {
    font-size: 26px;
    margin-bottom: 5%;
    font-size: 1.5rem;
  }
  .panel__subTitle_bistro {
    margin-bottom: 5%;
    font-size: 1.2rem;
  }
  .panel__leadText {
    font-size: 1.2rem;
    line-height: 2.5;
    margin-left: 0;
  }
  .panel__ImageWrap {
    margin-bottom: 5%;
    padding: 0 40px;
  }
  .panel__Img {
    width: 80vw;
    height: 40vh;
  }
  .p-home_brandBtn {
    left: 40%;
  }
  #slider5 .splide__slide,
  #slider6 .splide__slide,
  #slider7 .splide__slide {
    margin-bottom: 1rem;
  }
  #slider5 .p-bbm__infiniteItem__img,
  #slider6 .p-bbm__infiniteItem__img,
  #slider7 .p-bbm__infiniteItem__img {
    aspect-ratio: 5/3;
  }
  .l-inner {
    max-width: 700px;
    padding: 100px 0;
  }
  .l-bistro__concept {
    max-width: 700px;
    padding: 60px 0;
  }
  .l-solviva__access {
    max-width: 700px;
    padding: 0 0 100px 0;
  }
  .l-company__value {
    max-width: 700px;
    padding: 60px 0 0 0;
  }
  .l-company__outline {
    max-width: 700px;
    padding: 0 0 60px 0;
  }
  .l-footer__inner {
    max-width: 1279px;
    padding-bottom: 90px;
  }
  .p-bbm_concept {
    margin-bottom: 12rem;
    margin-top: 24rem;
  }
  .p-bbm_concept__leadText {
    width: 100%;
  }
  .p-bbm_concept__image1 {
    width: 300px;
    height: auto;
    top: -76rem;
  }
  .p-bbm_concept__image2 {
    width: 200px;
    height: auto;
    top: -65rem;
  }
  .p-bbm_concept__image3 {
    width: 200px;
    height: auto;
    top: -3rem;
  }
  .p-bbm_concept__image4 {
    width: 300px;
    height: auto;
    top: 12rem;
  }
  #menu {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .p-bbm__menuWrap {
    max-width: 800px;
    padding: 100px 0;
  }
  .p-bbm__menuLead {
    margin-bottom: 3rem;
  }
  .p-bbm__menuContent {
    padding: 0 1rem;
  }
  .p-bbm__menuList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 4rem;
    place-content: center;
    place-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 3rem;
  }
  .p-bbm__menuItem__img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-bbm__menuItem__img {
    width: auto;
    height: 150px;
  }
  .p-bbm__menuIcon {
    width: 30px;
    height: 30px;
  }
  .p-sb_concept {
    margin-bottom: 30rem;
    margin-top: 20rem;
  }
  .p-sb_concept__leadTitle {
    font-size: 24px;
  }
  .p-sb_concept__leadTitle:after {
    width: 270px;
    height: 270px;
    top: -3rem;
    left: -4rem;
  }
  .p-sb_concept__leadText {
    width: 100%;
  }
  .p-sb_concept__pictArea {
    margin-bottom: 40rem;
  }
  .p-sb_concept__image1 {
    width: 300px;
    height: auto;
    top: -76rem;
  }
  .p-sb_concept__image2 {
    width: 200px;
    height: auto;
    top: -65rem;
  }
  .p-sb_concept__image3 {
    width: 200px;
    height: auto;
    top: -3rem;
  }
  .p-sb_concept__image4 {
    width: 300px;
    height: auto;
    top: 17rem;
  }
  .p-sb_concept__image5 {
    width: 300px;
    height: auto;
    top: 37rem;
  }
  .panel__leadFeature__solviva {
    display: grid;
    margin: 0 15%;
  }
  .panel__titleFeature__solviva {
    margin: 5rem 0 5rem 5rem;
    text-align: center;
  }
  .panel__cardImage01,
  .panel__cardImage02,
  .panel__cardImage03 {
    padding: 0 40px;
    margin-bottom: 60px;
  }
  .panel__cardImage01::after,
  .panel__cardImage02::after,
  .panel__cardImage03::after {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    width: 320px;
    height: 220px;
  }
  .panel__leadText__solviva {
    margin: 0 0 3rem 0;
    width: 50vw;
  }
  #product {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 60px;
  }
  .p-sb__product {
    padding: 0 1rem;
  }
  .p-sb__productWrap {
    max-width: 700px;
    padding: 60px 0;
  }
  .p-sb__producList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 4rem;
    place-content: center;
    place-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 3rem;
  }
  .p-sb__productItem__Img {
    width: 150px;
    height: 150px;
  }
  .p-sb__productItem__Img05 {
    width: 180px;
    height: 180px;
  }
  .p-sb__productModal__Wrap {
    padding: 30px;
    max-width: 90vw;
    margin-top: 0;
  }
  .p-menu.js-open {
    z-index: 99;
  }
  .p-menu_wrapper {
    display: none;
  }
  .p-menu_main {
    bottom: 10rem;
  }
  .p-header {
    width: 100%;
    z-index: 101;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-header__fixed-logo {
    position: fixed;
    bottom: 0;
  }
  .p-header__fixed-logo-img {
    width: 24px;
    height: 24px;
  }
  .p-header__fixed-logo-txt {
    font-size: 1rem;
  }
  .p-header__fixed-tab {
    display: grid;
    place-items: center;
    position: fixed;
    max-width: 100%;
    width: 100%;
    bottom: 30px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
  .p-header__fixed-tab-list:not(:nth-child(4)) {
    width: 100%;
    height: 2rem;
    border-right: 0.9px solid rgb(72, 56, 43);
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto 0;
  }
  .p-header__fixed-tab-list:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 0.7rem auto;
  }
  .p-header__fixed-tab-txt {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .p-header__fixed-tab-txt::before {
    content: "";
    width: 35px;
    height: 35px;
    bottom: 10rem;
    left: 0;
  }
  .p-header__fixed-tab-bistro-txt {
    bottom: -17px;
  }
  .p-header__fixed-tab-bistro-txt::before {
    top: -2.4rem;
    left: 0rem;
  }
  .p-header__fixed-tab-solviva-txt {
    bottom: -17px;
  }
  .p-header__fixed-tab-solviva-txt::before {
    top: -2.4rem;
    left: 1rem;
    width: 40px;
    height: 40px;
  }
  .p-header__fixed-tab-company-txt {
    bottom: -17px;
  }
  .p-header__fixed-tab-company-txt::before {
    top: -2.4rem;
  }
  .p-header__fixed-tab-reservation {
    width: 100%;
    margin: 0 auto;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2rem;
    border-right: 0.9px solid rgb(72, 56, 43);
  }
  .p-header__reservation {
    color: rgb(72, 56, 43);
  }
  .p-header__reservationSvg {
    fill: rgb(72, 56, 43);
    stroke: rgb(72, 56, 43);
    width: 35px;
    height: 35px;
    position: relative;
    top: 0.2rem;
  }
  .p-header__fixed-tab__bistro {
    display: grid;
    place-items: center;
    position: fixed;
    max-width: 100%;
    width: 100%;
    bottom: 30px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .p-footer__pc {
    display: none;
  }
  .p-concept {
    padding-top: 150px;
  }
  .panels-wrap {
    display: block;
    width: 100%;
    height: auto;
  }
  .panels-wrap-sb {
    display: block;
    width: 100%;
    height: auto;
  }
  .panel {
    width: 100%;
    padding: 100px 2.5rem;
    height: auto;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .panels-content {
    place-content: flex-start;
    gap: 5rem;
  }
  .panel__CardImg {
    width: 70vw;
    height: 40vh;
  }
  .panel__Card {
    width: 70vw;
  }
  .panel__Title {
    margin-bottom: 2rem;
  }
  .panel__Title {
    margin-bottom: 1rem;
  }
  .panel__TextContent {
    margin-bottom: 3rem;
  }
  .panel__BtnWrap {
    position: relative;
  }
  .p-accessWrap {
    display: grid;
    place-content: space-evenly;
    grid-column-gap: 4rem;
    grid-row-gap: 0px;
    max-width: 700px;
    margin: auto;
  }
  .p-accessTitle {
    grid-area: 1/1/2/2;
  }
  .p-accessMap {
    grid-area: 2/1/3/2;
  }
  .p-accessMap__link {
    width: 320px;
    height: 320px;
  }
  .p-accessInfo {
    grid-area: 2/2/3/3;
    width: 40vw;
  }
  .p-accessInfo__title {
    width: 21%;
  }
  .p-accessInfo__text__ggl {
    padding: 0.5rem 0.5rem 0.2rem 0;
    margin-bottom: 1rem;
  }
  .p-instaTitle__wrap {
    margin-bottom: 5rem;
  }
  .p-instaTitle__wrap__bistro {
    color: rgb(189, 127, 123);
  }
  .p-instaTitle__wrap__solviva {
    color: rgb(73, 115, 66);
  }
  .p-instaImage__list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 0 8rem;
    padding-bottom: 50px;
  }
  .p-instaImage__img {
    width: 130px;
    height: 130px;
  }
  .p-home_concept {
    margin-bottom: 4rem;
    margin-top: -7rem;
  }
  .p-home_concept__lead {
    margin: 30rem auto;
  }
  .p-home_concept__leadJpText {
    font-size: 24px;
  }
  .p-home_concept__pictArea {
    margin-bottom: 12rem;
  }
  .p-home_concept__image1 {
    width: 250px;
    height: 170px;
    top: -72rem;
  }
  .p-home_concept__image2 {
    width: 200px;
    height: 170px;
    top: -58rem;
  }
  .p-home_concept__image3 {
    top: -24rem;
    width: 250px;
    height: 170px;
  }
  .p-home_concept__image4 {
    width: 250px;
    height: 170px;
    right: 0rem;
    top: -10rem;
  }
  .p-home_company__pict {
    width: 100%;
    display: grid;
    place-items: center;
    margin-bottom: 3rem;
  }
  .p-home_company__pictImg {
    width: 350px;
    height: 250px;
  }
  .p-home_company__info {
    width: 50%;
    margin: 0 auto;
  }
  .p-home_company__infoTitle {
    text-align: center;
    margin-bottom: 3rem;
  }
  .p-home_company__infoText-itemLeft {
    width: 5rem;
  }
  .p-home_company__infoText-itemRight {
    margin-left: 2rem;
    width: 70%;
  }
  .p-cp__missionImage {
    width: 40%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-cp__valueWrap {
    padding: 0 0 44rem 0;
  }
  .p-cp__valueImage {
    width: 250px;
  }
  .p-cp__valueImage02 {
    width: 200px;
  }
  .p-cp__valueImage03 {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn {
    border-bottom: 1px solid rgb(72, 56, 43);
  }
  .c-panel__Btn {
    font-size: 14px;
    right: 0;
  }
  .c-panel__Btn {
    border-bottom: 1px solid rgb(72, 56, 43);
  }
  .hamburger__top, .hamburger__middle, .hamburger__bottom, .hamburger__bottom__bistro {
    width: 24px;
  }
  .hamburger__bottom::after {
    font-size: 0.6rem;
    top: 6px;
    left: 1px;
  }
  .hamburger__bottom__bistro::after {
    font-size: 0.6rem;
    top: 6px;
    left: -0.3rem;
    line-height: 0.6rem;
    padding: 0.3rem;
  }
  .hamburger.js-menu-open {
    top: 2.1rem;
  }
  .hamburger.js-menu-open .hamburger__top {
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
  .hamburger.js-menu-open .hamburger__bottom,
  .hamburger.js-menu-open .hamburger__bottom__bistro {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
  .hamburger.js-menu-open .hamburger__close {
    font-size: 0.6rem;
  }
  html {
    font-size: clamp(0.75rem, 0.748rem + 0.26vw, 0.875rem);
  }
  .is-pc {
    display: none;
  }
  .is-tab {
    display: none;
  }
  #bg-base {
    margin: 0 auto;
  }
  .bg-base {
    margin: 0 auto;
  }
  .bg-cp {
    height: auto;
  }
  .bg-bbm {
    background: url(../../img/bg/bg-bistro.png) top left/250% repeat;
  }
  .bg-bbm-concept {
    margin-bottom: 90px;
  }
  .bg-sb {
    background: url(../../img/bg/bg_bakery.png) top left/210% repeat;
  }
  .bg-sb-mv {
    background-size: 0%;
  }
  .bg-sb-mvTop {
    background-size: 0%;
  }
  .bg-sb-SpMenu {
    background: url(../../img/mv/mv_solvivabg.png) no-repeat center/75%;
    z-index: 99;
    width: 100%;
    height: auto;
    background-size: 130%;
  }
  .bg-home_brand {
    height: auto;
  }
  .bg-feature_thin-sb {
    height: auto;
  }
  .bg-feature_thin-top {
    height: auto;
  }
  .bg-infinite {
    padding: 30px 0;
  }
  .bg-access {
    padding: 100px 0;
    height: auto;
  }
  .bg-access-solviva {
    height: auto;
  }
  #slider2 .splide__list {
    height: 40vh;
  }
  #slider2 .splide__slide {
    height: auto;
  }
  #slider2 .splide__slide img {
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #slider2 .p-menu_splide-title {
    margin-bottom: 3%;
    font-size: 48px;
  }
  #slider2 .p-menu_splide-SubtextSb {
    font-size: 10px;
  }
  #slider3 .p-home_splide-textWrap {
    color: rgb(72, 56, 43);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    z-index: 10;
  }
  #slider3 .p-home_splide-title {
    margin-bottom: 3%;
    font-size: 56px;
  }
  #slider3 .p-home_splide-Subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: rgb(252, 250, 249);
  }
  #slider3 .p-home_splide-Subtext {
    top: 50vh;
    position: relative;
  }
  #slider3 .p-home_splide-textWrapSb {
    color: rgb(73, 115, 66);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #slider3 .p-home_splide-titleSb {
    font-size: 64px;
    position: absolute;
    top: 16vh;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0.7;
  }
  #slider3 .p-home_splide-SubtitleSb {
    font-size: 32px;
    position: relative;
    top: 28vh;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
  #slider3 .p-home_splide-SubtitleSbTop {
    font-size: 32px;
    position: relative;
    top: 28vh;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
  #slider3 .p-home_splide-SubtextSb {
    font-size: 14px;
    position: relative;
    top: 25vh;
    line-height: 1.5;
  }
  #slider3 .p-home_splide-img {
    width: 100%;
    height: calc(100svh - 90px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .panels-wrap-top {
    display: block;
    width: 100%;
    height: auto;
  }
  .panel__top {
    width: 100%;
    padding: 100px 2.5rem;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    height: auto;
  }
  .panels-contentTop {
    display: grid;
    place-content: flex-start;
  }
  .panel__left {
    text-align: center;
  }
  .panel__TextWrap {
    margin-bottom: 2.1vh;
    text-align: center;
  }
  .panel__storeName {
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
  }
  .panel__text {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-align: center;
  }
  .panel__right {
    width: 80vw;
  }
  .panel__leadTop {
    font-size: 14px;
  }
  .panel__leadTitle {
    font-size: 1rem;
    margin-bottom: 3%;
    color: rgba(72, 56, 43, 0.5);
  }
  .panel__leadTitle_bistro {
    margin-bottom: 3px;
    font-size: 1.2rem;
    color: rgb(72, 56, 43);
  }
  .panel__subTitle {
    margin-bottom: 5%;
    font-size: 1rem;
  }
  .panel__leadText {
    font-size: 0.93rem;
    margin-bottom: 5%;
  }
  .panel__ImageWrap {
    margin-bottom: 30px;
    padding: 0 40px;
  }
  .panel__Img {
    width: 90vw;
    height: 43vh;
  }
  .p-home_brand_Btnlink {
    margin-left: 0;
  }
  .l-menu__inner {
    max-width: 768px;
  }
  .l-inner {
    max-width: 330px;
    padding: 100px 0;
  }
  .l-bistro__concept {
    max-width: 330px;
    padding: 100px 0;
  }
  .l-solviva__access {
    max-width: 330px;
    padding: 0 0 60px 0;
  }
  .l-company__value {
    max-width: 330px;
    padding: 60px 0 0 0;
  }
  .l-company__outline {
    max-width: 330px;
    padding: 0 0 60px 0;
  }
  .l-footer__inner {
    max-width: 768px;
    padding-bottom: 90px;
  }
  .p-bbm_concept {
    margin-bottom: 10rem;
    margin-top: 20rem;
  }
  .p-bbm_concept__lead {
    margin: 19rem auto;
  }
  .p-bbm_concept__leadTop {
    font-size: 1.2rem;
    margin-bottom: 5%;
  }
  .p-bbm_concept__leadSubtitle {
    font-weight: 400;
  }
  .p-bbm_concept__leadText {
    width: 100%;
  }
  .p-bbm_concept__pictArea {
    margin-bottom: 28rem;
  }
  .p-bbm_concept__image1 {
    width: 200px;
    height: auto;
    top: -78rem;
  }
  .p-bbm_concept__image2 {
    width: 150px;
    height: auto;
    top: -62rem;
  }
  .p-bbm_concept__image3 {
    width: 150px;
    height: auto;
    top: -12rem;
  }
  .p-bbm_concept__image4 {
    width: 200px;
    height: auto;
    top: 8rem;
  }
  #menu {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .p-bbm__menuWrap {
    max-width: 330px;
    padding: 100px 0;
  }
  .p-bbm__menuLead {
    margin-bottom: 3rem;
  }
  .p-bbm__menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .p-bbm__menuList:not(:last-of-type) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-bbm__menuItem {
    width: 46%;
  }
  .p-bbm__menuItem__img {
    width: 100%;
    height: auto;
  }
  .p-bbm__menuItem__categoryJp {
    font-size: 14px;
  }
  .p-bbm__menuIcon {
    width: 30px;
    height: 30px;
  }
  .p-sb_concept {
    margin-top: 26rem;
    margin-bottom: 9rem;
  }
  .p-sb_concept__lead {
    margin: 14rem auto;
  }
  .p-sb_concept__leadTop {
    font-size: 20px;
  }
  .p-sb_concept__leadTitle {
    font-size: 16px;
    margin-bottom: 5rem;
  }
  .p-sb_concept__leadTitle:after {
    width: 200px;
    height: 200px;
    top: -2rem;
    left: -3rem;
  }
  .p-sb_concept__leadSubtitle {
    margin-bottom: 30px;
  }
  .p-sb_concept__leadText {
    width: 100%;
  }
  .p-sb_concept__image1 {
    width: 200px;
    height: auto;
    top: -75rem;
  }
  .p-sb_concept__image2 {
    width: 150px;
    height: auto;
    top: -58rem;
  }
  .p-sb_concept__image3 {
    width: 150px;
    height: auto;
    top: -10rem;
  }
  .p-sb_concept__image4 {
    width: 200px;
    height: auto;
    top: 9rem;
  }
  .p-sb_concept__image5 {
    width: 200px;
    height: auto;
    top: 28rem;
  }
  .panel__leadFeature__solviva {
    width: 100%;
    text-align: left;
  }
  .panel__titleFeature__solviva {
    margin: 2rem 0 2rem 3rem;
    text-align: center;
  }
  .panel__cardImage01,
  .panel__cardImage02,
  .panel__cardImage03 {
    padding: 0 40px;
    margin-bottom: 2rem;
  }
  .panel__cardImage01::after,
  .panel__cardImage02::after,
  .panel__cardImage03::after {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    width: 200px;
    height: 150px;
  }
  .panel__leadText__solviva {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .panel__leadBtn {
    font-size: 0.8rem;
  }
  #product {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 60px;
  }
  .p-sb__product {
    padding: 0 1rem;
  }
  .p-sb__productWrap {
    max-width: 330px;
    padding: 60px 0;
  }
  .p-sb__producList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .p-sb__productItem__Img {
    width: 120px;
    height: 120px;
  }
  .p-sb__productItem__Img05 {
    width: 150px;
    height: 150px;
  }
  .p-sb__productModal__Wrap {
    padding: 30px;
    max-width: 90vw;
    margin-top: 0;
  }
  .p-sb__productModal__close {
    width: 30px;
    height: 30px;
  }
  .p-sb__productModal__Item__Image {
    margin-bottom: 2rem;
  }
  .p-sb__productModal__Item__Img {
    width: 160px;
    height: 160px;
  }
  .p-sb__productModal__Item__TitleText {
    text-align: center;
  }
  .p-menu.js-open {
    z-index: 99;
  }
  .p-menu_wrapper {
    display: none;
  }
  .p-header {
    width: 100%;
    z-index: 101;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-header__fixed-logo {
    position: fixed;
    bottom: 0;
  }
  .p-header__fixed-logo-img {
    width: 24px;
    height: 24px;
  }
  .p-header__fixed-logo-txt {
    font-size: 1rem;
  }
  .p-header__fixed-tab {
    display: grid;
    place-items: center;
    position: fixed;
    max-width: 100%;
    width: 100%;
    bottom: 30px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .p-header__fixed-tab-list {
    width: 100%;
    height: 2rem;
    display: grid;
    place-items: center;
    margin: auto 0;
  }
  .p-header__fixed-tab-list:not(:nth-child(4)) {
    border-right: 0.9px solid rgb(72, 56, 43);
  }
  .p-header__fixed-tab-txt {
    font-size: 0.6rem;
    left: 0;
    line-height: 0.6rem;
    padding: 0.3rem;
  }
  .p-header__fixed-tab-txt::before {
    content: "";
    width: 35px;
    height: 35px;
    bottom: 10rem;
    left: 0;
  }
  .p-header__fixed-tab-bistro-txt {
    bottom: -17px;
  }
  .p-header__fixed-tab-bistro-txt::before {
    top: -2.4rem;
    left: 0.2rem;
    width: 35px;
    height: 35px;
  }
  .p-header__fixed-tab-solviva-txt {
    bottom: -17px;
  }
  .p-header__fixed-tab-solviva-txt::before {
    top: -2.7rem;
    left: 1rem;
    width: 40px;
    height: 40px;
  }
  .p-header__fixed-tab-company-txt {
    bottom: -17px;
  }
  .p-header__fixed-tab-company-txt::before {
    top: -2.7rem;
    left: 0.5rem;
  }
  .p-header__fixed-tab-reservation {
    width: 100%;
    margin: 0 auto;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2rem;
    border-right: 0.9px solid rgb(72, 56, 43);
  }
  .p-header__reservation {
    color: rgb(72, 56, 43);
  }
  .p-header__reservationSvg {
    fill: rgb(72, 56, 43);
    stroke: rgb(72, 56, 43);
    width: 35px;
    height: 35px;
    position: relative;
    top: 0.2rem;
  }
  .p-header__fixed-tab__bistro {
    display: grid;
    place-items: center;
    position: fixed;
    max-width: 100%;
    width: 100%;
    bottom: 30px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .p-concept {
    padding-top: 90px;
  }
  .panels-wrap {
    display: block;
    width: 100%;
    height: auto;
  }
  .panels-wrap-sb {
    display: block;
    width: 100%;
    height: auto;
  }
  .panel {
    width: 100%;
    padding: 100px 2.5rem;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    height: auto;
  }
  .panels-content {
    place-content: flex-start;
    gap: 3rem;
  }
  .ImageTitle-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .panel__CardImg {
    width: 80vw;
    height: 30vh;
  }
  .panel__TitleNumber {
    font-size: 64px;
  }
  .panel__TitleNumber::before {
    font-size: 1.1rem;
    left: 14%;
  }
  .panel__TitleNumber-sb {
    font-size: 64px;
  }
  .panel__TitleNumber-sb::before {
    font-size: 1.1rem;
    left: 14%;
  }
  .panel__TitleName {
    font-size: 15px;
    font-weight: 600;
  }
  .panel__Text {
    margin-bottom: 10%;
  }
  .panel__TextContent {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .panel__BtnWrap {
    position: relative;
  }
  #access {
    padding-top: 60px;
    margin-top: -60px;
  }
  #accessSolviva {
    padding-top: 60px;
    margin-top: -60px;
  }
  .p-accessWrap {
    max-width: 330px;
    margin: auto;
  }
  .p-accessMap {
    margin-bottom: 3rem;
  }
  .p-accessMap__link {
    width: 330px;
    height: 330px;
  }
  .p-accessInfo {
    padding-top: 3rem;
  }
  .p-accessInfo__text {
    width: 91%;
  }
  .p-accessInfo__text__ggl {
    padding: 0.3rem 0.3rem 0.2rem 0;
    left: -1rem;
    margin-bottom: 1rem;
    color: rgb(72, 56, 43);
    border-bottom: 1px solid rgb(72, 56, 43);
  }
  .p-instaTitle__wrap {
    margin-bottom: 3rem;
  }
  .p-instaTitle__wrap__bistro {
    color: rgb(189, 127, 123);
  }
  .p-instaTitle__wrap__solviva {
    color: rgb(73, 115, 66);
  }
  .p-instaImage__list {
    grid-template-columns: repeat(3, 0fr);
    grid-template-rows: repeat(3, 0fr);
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    overflow: hidden;
  }
  .p-instaImage__item:last-child {
    display: none;
  }
  .p-instaImage__img {
    width: 100px;
    height: 100px;
  }
  .p-home_concept {
    margin-top: 20rem;
  }
  .p-home_concept__lead {
    margin: 10rem auto;
  }
  .p-home_concept__leadJpText {
    font-size: 16px;
  }
  .p-home_concept__pictArea {
    margin-bottom: 35rem;
  }
  .p-home_concept__image1 {
    width: 200px;
    height: auto;
    top: -53rem;
  }
  .p-home_concept__image2 {
    width: 150px;
    height: auto;
    right: 0;
    top: -38rem;
  }
  .p-home_concept__image3 {
    width: 200px;
    height: 130px;
    left: 0;
    top: -4rem;
  }
  .p-home_concept__image4 {
    width: 200px;
    height: 130px;
    top: 11rem;
  }
  .p-home_company__pict {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
  }
  .p-home_company__pictImg {
    width: 250px;
    height: 150px;
  }
  .p-home_company__info {
    width: 100%;
  }
  .p-home_company__infoTitle {
    text-align: center;
    margin-bottom: 3rem;
  }
  .p-home_company__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .p-home_company__name {
    font-size: 2rem;
    font-weight: 600;
  }
  .p-home_company__infoText-itemLeft {
    width: 5rem;
  }
  .p-home_company__infoText-itemRight {
    margin-left: 2rem;
    width: 70%;
  }
  #outline {
    padding-top: 90px;
    margin-top: -90px;
  }
  .p-cp__mvCompany {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .p-cp__mvName__En {
    font-weight: 600;
    font-size: 2.8rem;
    text-align: center;
  }
  .p-cp__missionImage {
    width: 40%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-cp__mission__leadTitle {
    margin-bottom: 3.5rem;
  }
  .p-cp__mission__leadTitle::after {
    height: 20px;
    top: 150%;
  }
  .p-cp__mission__leadText {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .p-cp__valueWrap {
    padding: 0 0 40rem 0;
  }
  .p-cp__valueLead {
    margin-top: 30rem;
  }
  .p-cp__value__leadTitle {
    margin-bottom: 3.5rem;
  }
  .p-cp__value__leadTitle::after {
    height: 20px;
    top: 150%;
  }
  .p-cp__value__leadText {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .p-cp__valueImage {
    width: 200px;
  }
  .p-cp__valueImage02 {
    width: 150px;
  }
  .p-cp__valueImage03 {
    width: 150px;
  }
  .p-cp__valueImage04 {
    top: 16rem;
  }
  .p-cp__profileTitle {
    margin-bottom: 5rem;
  }
  .p-cp__profileTitle::after {
    height: 20px;
    top: 150%;
  }
}

@media screen and (min-width: 1920px) {
  .bg-sb-mv {
    background-size: 60%;
  }
  .bg-sb-mvTop {
    background-size: 60%;
  }
}

@media (min-width: 820px) and (max-width: 1023px) {
  .bg-sb-mv {
    background-size: 124%;
  }
  #slider3 .p-home_splide-title {
    font-size: 88px;
  }
  #slider3 .p-home_splide-titleSb {
    font-size: 6rem;
    top: 38vh;
  }
  #slider3 .p-home_splide-SubtitleSbTop {
    top: 8vh;
  }
  #slider3 .p-home_splide-SubtextSb {
    top: 6vh;
  }
  .panel__right {
    margin-bottom: 2rem;
  }
  .panel__Img {
    width: 80vw;
    height: 34vh;
  }
}

@media (min-width: 768px) and (max-width: 819px) {
  .bg-sb-mv {
    background-size: 124%;
  }
  #slider3 .p-home_splide-title {
    font-size: 80px;
  }
  #slider3 .p-home_splide-titleSb {
    top: 37vh;
    font-size: 6rem;
  }
  #slider3 .p-home_splide-SubtitleSbTop {
    top: 9vh;
  }
  #slider3 .p-home_splide-SubtextSb {
    top: 7vh;
  }
  .panel__Img {
    width: 80vw;
    height: 29vh;
  }
}

@media screen and (max-width: 375px) {
  #slider3 .p-home_splide-Subtitle {
    top: -12vh;
  }
  #slider3 .p-home_splide-Subtext {
    top: 47vh;
    position: relative;
  }
  #slider3 .p-home_splide-img {
    width: 100%;
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .panel__storeName {
    font-size: 2rem;
  }
  .panel__Img {
    width: 80vw;
    height: 25vh;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .p-bbm__menuList {
    gap: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */