@charset "UTF-8";
:root {
  --notosans: "Noto Sans jP", sans-serif;
  --zengothic: "Zen Kaku Gothic New", sans-serif;
  --bizgothic: "BIZ UDGothic", sans-serif;
  --notoserif: "Noto Serif JP", serif;
  --zenold: "Zen Old Mincho", serif;
  --sawarabi: "Sawarabi Mincho", serif;
  --sippori: "Shippori Mincho", serif;
  --kiwi: "Kiwi Maru", "Zen Maru Gothic", "Kosugi Maru", serif;
  --zenmaru: "Zen Maru Gothic", serif;
  --kosugimaru: "Kosugi Maru", serif;
  --sree: "Sree Krushnadevaraya", serif;
  --zenantique: "Zen Antique", serif;
  --montserrat: "Montserrat", serif;
}

:root {
  --yuji: "Yuji Syuku", serif;
  --zenkaku: "Zen Kaku Gothic New", sans-serif;
  --aralet: "aralet-n", sans-serif;
  --mainColor: #7e4f15;
}

/* Universal box-sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Set default styles for html */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: sans-serif; /* Set a base font family */
  color: #301a00;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: url(https://kisyu-sakanaya.com/system_panel/uploads/images/bg.jpg)
    center/cover no-repeat;
  z-index: -1;
}

html,
body {
  font-family: var(--sippori);
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.1em;
  overflow-x: clip;
}

strong {
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #ac793b;
}

li {
  list-style-type: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

.sans {
  font-family: var(--notosans);
}

@media (min-width: 1200px) {
  .ex-inner {
    max-width: 1240px;
    padding: 0 20px;
  }
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.yuji {
  font-family: "Yuji Syuku", serif;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.aralet {
  font-family: "aralet-n", sans-serif;
}

.brown {
  color: #7e4f15;
}

@media (min-width: 768px) {
  .container {
    max-width: 850px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.contents-text {
  line-height: 1.5;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .contents-text {
    line-height: 1.8;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .contents-text {
    line-height: 2;
    font-size: 1.2rem;
  }
}

.contents-title__en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
.contents-title__en > img {
  display: block;
  max-width: 33px;
  margin: 0 auto -8px;
}
.contents-title__en p {
  font-family: var(--zenkaku);
  font-weight: bold;
  line-height: 1.8;
  color: var(--mainColor);
  font-size: 1rem;
}
@media (min-width: 576px) {
  .contents-title__en p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .contents-title__en p {
    font-size: 1.5rem;
  }
}
.contents-title__ja {
  font-family: var(--yuji);
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .contents-title__ja {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .contents-title__ja {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .contents-title__ja {
    font-size: 2.5rem;
  }
}

.link-btn-wrap .link-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  font-family: var(--aralet);
  font-size: 1rem;
  padding: 0 75px 10px 50px;
  color: var(--mainColor);
}
@media (min-width: 768px) {
  .link-btn-wrap .link-btn {
    padding: 0 100px 14px 50px;
    font-size: 1.25rem;
  }
}
.link-btn-wrap .link-btn > img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease;
}
.link-btn-wrap .link-btn:hover img {
  right: -10px;
  transition: all 0.5s ease;
}
.link-btn-wrap .link-btn-wh p {
  color: white !important;
}

.group-sticky .group {
  padding: 0 0 0;
}

.group-sticky .group.is-blur {
  filter: blur(1rem);
}

body.loading {
  overflow: hidden;
  height: 100dvh; /* スクロールを完全に止める */
  position: fixed;
  width: 100%;
}

.loading-overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: #fff;
  pointer-events: none;
  transition: opacity 1s ease;
}

.loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.fv-area__wrap {
  display: flex;
  flex-direction: column-reverse;
  writing-mode: vertical-lr;
}
.fv-area__wrap p span {
  opacity: 0;
  display: inline-block;
}

.fv-area__text {
  color: #000;
  z-index: 10000;
  transition: z-index 0.3s ease;
}

.l-header {
  position: fixed;
  z-index: 998;
}
@media (min-width: 1200px) {
  .l-header {
    height: 100dvh;
  }
}
@media (min-width: 1200px) {
  .l-header__inner {
    padding: 25px 30px;
    width: 185px;
    background-color: rgba(255, 240, 217, 0.85);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-height: 700px) {
  .l-header__inner {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    height: auto;
    display: block;
  }
}
.l-header__logo {
  max-width: 124px;
  padding: 17px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .l-header__logo {
    margin-left: 0;
    padding: 0;
  }
}
.l-header__btn {
  position: fixed;
  z-index: 999;
  top: 30px;
  right: 30px;
  display: none;
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header__btn {
    display: block;
  }
}
.l-header__nav {
  gap: 30px;
  display: flex;
}
@media (min-width: 1200px) {
  .l-header__nav {
    flex-direction: column;
    align-items: center;
    row-gap: 4.5vh;
    padding-bottom: 40px;
  }
}
.l-header__nav__link {
  text-align: center;
  font-family: var(--aralet);
  color: var(--mainColor);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .l-header__nav__link {
    font-size: 1.125rem;
  }
}
.l-header .back-shadow {
  position: fixed;
  inset: 0;
  z-index: 997;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
}
@media (max-height: 700px) {
  .l-header .back-shadow {
    display: block;
  }
}

@media (max-width: 1199px), (max-height: 699px) {
  .global__nav {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
    overflow-y: auto;
    width: 500px;
    min-height: 100dvh;
    max-height: 100dvh;
    height: 100% !important;
    background-color: rgba(255, 240, 217, 0.85);
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 150px 0 !important;
    transform: translateX(100%);
  }
}
@media (max-width: 575px), (max-height: 699px) {
  .global__nav {
    width: 100%;
    max-height: 324px;
  }
}

.hamburger_menu {
  width: 50px;
  height: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  z-index: 9999;
  background-color: transparent;
  border: none;
}
@media (max-width: 834px) {
  .hamburger_menu {
    width: 35px;
    height: 22px;
  }
}
.hamburger_menu > p {
  background-color: #ffffff;
  display: block;
  height: 1.75px;
  border-radius: 5px;
  transition: all 0.3s;
}
.hamburger_menu > p:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}
.hamburger_menu > p:nth-of-type(2) {
  top: 14px;
  left: 0;
}
.hamburger_menu > p:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@media (max-width: 834px) {
  @-webkit-keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(11px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(11px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      transform: translateY(10px) rotate(45deg);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(10px) rotate(45deg);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      transform: translateY(-10px) rotate(-45deg);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-10px) rotate(-45deg);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}

.js_action_nav .hamburger_menu > p {
  transition: all 0.3s;
}
.js_action_nav .hamburger_menu > p:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}
.js_action_nav .hamburger_menu > p:nth-of-type(2) {
  opacity: 0;
}
.js_action_nav .hamburger_menu > p:nth-of-type(3) {
  -webkit-animation: active-menu-bar02 0.75s forwards;
  animation: active-menu-bar02 0.75s forwards;
}
.js_action_nav .global__nav {
  transform: translateX(0);
  visibility: visible;
}
.js_action_nav .global__nav .l-header__nav__link {
  visibility: visible;
}
.js_action_nav .back-shadow {
  visibility: visible;
  opacity: 1;
}

.info-pop {
  position: fixed;
  z-index: 99;
  transition: all 0.5s ease;
  max-width: 90px;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .info-pop {
    bottom: 23px;
    right: 23px;
    max-width: 129px;
  }
}
@media (max-height: 500px) {
  .info-pop {
    max-width: 90px;
  }
}
.info-pop img {
  -o-object-fit: cover;
  object-fit: cover;
}

.l-footer {
  background-color: rgba(111, 78, 38, 0.75);
  padding-top: 70px;
}
.l-footer__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-footer__logo {
  max-width: 200px;
  margin: 0 auto 37px;
}
.l-footer__address {
  max-width: 88%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-footer__address {
    max-width: 100%;
  }
}
.l-footer__address > p {
  color: white;
  margin: 0 auto 25px;
  max-width: 360px;
  line-height: 2;
}
@media (min-width: 768px) {
  .l-footer__address > p {
    margin: 0 auto 65px;
    max-width: 100%;
  }
}
.l-footer__address__dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .l-footer__address__dl {
    flex-direction: row;
    align-items: flex-start;
  }
}
.l-footer__address__dt {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .l-footer__address__dt {
    width: 120px;
    font-size: 1.25rem;
    padding-bottom: 0px;
  }
}
.l-footer__address__dd {
  flex: 1;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .l-footer__address__dd {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .l-footer__address__dd {
    font-size: 1.25rem;
  }
}
.l-footer__address__dd > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: underline #fff 1px !important;
  text-decoration: underline #fff 1px !important;
  text-underline-offset: 3px;
  color: white !important;
}
.l-footer__address__dd > a:hover {
  color: #cf8e2c !important;
  -webkit-text-decoration: underline #cf8e2c 1px !important;
  text-decoration: underline #cf8e2c 1px !important;
}
.l-footer__address__dt,
.l-footer__address__dd {
  color: white;
}
.l-footer__address__dt p,
.l-footer__address__dd p {
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__address__dt p,
  .l-footer__address__dd p {
    text-align: left;
  }
}
.l-footer__sns {
  margin: 40px 0;
}
.l-footer__sns > a {
  max-width: 26px;
  margin: 0 auto;
}
.l-footer .copyright {
  padding-bottom: 25px;
  font-weight: 500;
  color: white;
}

.fv-area {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.fv-area .swiper-wrapper {
  display: flex;
}

.fade-slider .swiper-slide img {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 5s ease-in-out;
  display: block;
}

.fade-slider .swiper-slide-active img {
  transform: scale(1);
}

.fv-area__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 1200px) {
  .fv-area__text {
    left: 55%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.fv-area__wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  writing-mode: vertical-lr;
  text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 7px;
  font-size: 1.25rem;
  margin: auto;
}
@media (min-width: 576px) {
  .fv-area__wrap {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .fv-area__wrap {
    font-size: 2.25rem;
  }
}
.fv-area__wrap > p:nth-child(2) {
  padding-top: 40px;
}
.fv-area__wrap > p:nth-child(3) {
  padding-top: 110px;
}

@media (max-height: 500px) {
  .fv-area__wrap {
    flex-direction: column;
    writing-mode: horizontal-tb;
    text-wrap: nowrap;
  }
  .fv-area__wrap > p:nth-child(2) {
    padding-top: 0;
    padding-left: 40px;
  }
  .fv-area__wrap > p:nth-child(3) {
    padding-top: 0;
    padding-left: 80px;
  }
}
.top-about-area {
  position: relative;
  z-index: 1;
  padding: 180px 0 140px;
  overflow: hidden;
}
.top-about-area .bg-deco {
  position: absolute;
  z-index: -1;
}
.top-about-area .bg-deco01 {
  max-width: 500px;
  min-width: 200px;
  width: 29vw;
  top: 20px;
  right: 20px;
}
@media (min-width: 576px) {
  .top-about-area .bg-deco01 {
    min-width: 300px;
  }
}
.top-about-area .bg-deco02 {
  max-width: 500px;
  min-width: 250px;
  width: 32vw;
  bottom: -5px;
  left: -53px;
}
@media (min-width: 576px) {
  .top-about-area .bg-deco02 {
    bottom: -27px;
    min-width: 350px;
  }
}
.top-about-area__top {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .top-about-area__top {
    flex-direction: row;
  }
}
.top-about-area__top__img {
  flex: 1;
  max-width: 85%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .top-about-area__top__img {
    max-width: 100%;
    padding-top: 75px;
  }
}
.top-about-area__top__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.top-about-area__top__title {
  line-height: 1;
  max-width: 550px;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .top-about-area__top__title {
    margin: 0 auto 80px;
  }
}
@media (min-width: 992px) {
  .top-about-area__top__title {
    width: 182px;
    padding-left: 50px;
    max-width: 100%;
    margin: 0;
  }
}
.top-about-area__top__title h1 {
  display: flex;
  flex-direction: column;
  writing-mode: horizontal-tb;
  font-family: var(--yuji);
  gap: 15px;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .top-about-area__top__title h1 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .top-about-area__top__title h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 992px) {
  .top-about-area__top__title h1 {
    flex-direction: column-reverse;
    writing-mode: vertical-lr;
    font-size: 3.75rem;
  }
}
@media (max-height: 500px) {
  .top-about-area__top__title h1 {
    font-size: 2.8125rem;
  }
}
.top-about-area__top__title h1 > span:nth-child(2) {
  padding-left: 30px;
}
@media (min-width: 576px) {
  .top-about-area__top__title h1 > span:nth-child(2) {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .top-about-area__top__title h1 > span:nth-child(2) {
    padding-left: 0;
    padding-top: 75px;
  }
}
.top-about-area__bottom {
  margin: 50px 0 75px;
}
@media (min-width: 768px) {
  .top-about-area__bottom {
    margin: 75px 0;
  }
}
.top-about-area__bottom__text {
  font-size: 0.8rem;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .top-about-area__bottom__text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .top-about-area__bottom__text {
    font-size: 1.1rem;
    max-height: 240px;
    writing-mode: vertical-rl;
  }
}
@media (min-width: 992px) {
  .top-about-area__bottom__text {
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .top-about-area__bottom__text {
    font-size: 1.25rem;
  }
}

.scene-area {
  position: relative;
  z-index: 1;
}
.scene-area__box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 120vh;
  color: #fff;
  padding: 10vw 0;
  transition: all 0.5s;
}
@media (max-height: 500px) {
  .scene-area__box {
    height: 110vh;
  }
}
.scene-area__box::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  inset: 0;
  width: 100%;
  height: 100vh;
  display: block;
}
@media (min-width: 768px) {
  .scene-area__box::after {
    display: none;
  }
}
@media (max-height: 500px) {
  .scene-area__box::after {
    height: 110vh;
  }
}
.scene-area__box:last-child {
  height: 100vh;
}
.scene-area__box02 {
  background-position: 60% center !important;
}
@media (min-width: 576px) {
  .scene-area__box02 {
    background-position: center !important;
  }
}
.scene-area__box__inner {
  max-width: 710px;
  padding: 80px 20px;
}
@media (min-width: 768px) {
  .scene-area__box__inner {
    padding: 140px 95px 170px;
  }
}
@media (max-height: 500px) {
  .scene-area__box__inner {
    max-width: 100%;
    padding: 40px 20px;
  }
}
.scene-area__box:nth-child(odd) .scene-area__box__inner {
  margin-left: auto;
}
.scene-area__box:nth-child(even) .scene-area__box__inner {
  margin-right: auto;
}
.scene-area__box__title h2 {
  line-height: 1.4;
  font-family: var(--yuji);
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .scene-area__box__title h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .scene-area__box__title h2 {
    font-size: 3rem;
  }
}
@media (max-height: 500px) {
  .scene-area__box__title h2 {
    font-size: 1.6rem;
  }
}
.scene-area__box__text {
  line-height: 2;
  margin: 40px 0 50px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .scene-area__box__text {
    font-size: 1rem;
  }
}
@media (max-height: 500px) {
  .scene-area__box__text {
    margin: 20px 0 30px;
    line-height: 1.5;
  }
}

.menu-area {
  position: relative;
  z-index: 1;
  padding: 170px 0 100px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .menu-area {
    padding: 250px 0 180px;
  }
}
.menu-area__contents {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (min-width: 576px) {
  .menu-area__contents {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .menu-area__contents {
    margin-bottom: 200px;
  }
}
.menu-area__contents:last-child {
  margin-bottom: 0;
}
.menu-area__contents__img {
  position: relative;
  z-index: 1;
}
.menu-area__contents__img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.menu-area__contents__textWrap {
  background-color: rgba(192, 144, 32, 0.4);
}
.menu-area__contents__text {
  line-height: 1.8;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .menu-area__contents__text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .menu-area__contents__text {
    line-height: 2.1;
    font-size: 1.25rem;
  }
}
.menu-area__course .menu-area__contents__img {
  margin: 0 auto;
  max-width: 85%;
}
@media (min-width: 576px) {
  .menu-area__course .menu-area__contents__img {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .menu-area__course .menu-area__contents__img {
    max-width: 570px;
  }
}
@media (min-width: 992px) {
  .menu-area__course .menu-area__contents__img {
    max-width: 868px;
  }
}
.menu-area__course .menu-area__contents__textWrap {
  max-width: 1000px;
  margin: -120px auto 0;
  padding: 145px 20px 70px;
}
@media (min-width: 576px) {
  .menu-area__course .menu-area__contents__textWrap {
    padding: 165px 20px 70px;
  }
}
.menu-area__course .menu-area__contents__text {
  margin: 30px 0 50px;
}
@media (min-width: 992px) {
  .menu-area__food,
  .menu-area__drink {
    padding-bottom: 150px;
  }
}
.menu-area__food .contents-title__en,
.menu-area__drink .contents-title__en {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .menu-area__food .contents-title__en,
  .menu-area__drink .contents-title__en {
    flex-direction: row;
    margin-left: 0;
    margin-right: auto;
  }
}
.menu-area__food .contents-title__en > img,
.menu-area__drink .contents-title__en > img {
  margin: 0 auto -5px;
}
@media (min-width: 992px) {
  .menu-area__food .contents-title__en > img,
  .menu-area__drink .contents-title__en > img {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .menu-area__food .contents-title__en > p,
  .menu-area__drink .contents-title__en > p {
    margin-left: 6px;
  }
}
.menu-area__food .contents-title__ja,
.menu-area__drink .contents-title__ja {
  text-align: center;
}
@media (min-width: 992px) {
  .menu-area__food .contents-title__ja,
  .menu-area__drink .contents-title__ja {
    font-size: 2rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .menu-area__food .contents-title__ja,
  .menu-area__drink .contents-title__ja {
    font-size: 2.5rem;
  }
}
.menu-area__food .menu-area__contents__img,
.menu-area__drink .menu-area__contents__img {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  max-width: 85%;
  width: 100%;
}
@media (min-width: 576px) {
  .menu-area__food .menu-area__contents__img,
  .menu-area__drink .menu-area__contents__img {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .menu-area__food .menu-area__contents__img,
  .menu-area__drink .menu-area__contents__img {
    max-width: 570px;
  }
}
@media (min-width: 992px) {
  .menu-area__food .menu-area__contents__img,
  .menu-area__drink .menu-area__contents__img {
    position: absolute;
    bottom: 0;
    max-width: 634px;
    width: 53%;
  }
}
.menu-area__food .menu-area__contents__textWrap,
.menu-area__drink .menu-area__contents__textWrap {
  margin: -120px auto 0;
  padding: 140px 20px 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-area__food .menu-area__contents__textWrap,
  .menu-area__drink .menu-area__contents__textWrap {
    padding: 165px 20px 70px;
  }
}
@media (min-width: 992px) {
  .menu-area__food .menu-area__contents__textWrap,
  .menu-area__drink .menu-area__contents__textWrap {
    max-width: 729px;
    width: 61%;
    margin: 0;
    padding: 0;
  }
}
.menu-area__food .menu-area__contents__textWrap__inner,
.menu-area__drink .menu-area__contents__textWrap__inner {
  max-width: 100%;
}
@media (min-width: 992px) {
  .menu-area__food .menu-area__contents__textWrap__inner,
  .menu-area__drink .menu-area__contents__textWrap__inner {
    max-width: 565px;
    width: 81%;
    padding: 70px 45px;
  }
}
.menu-area__food .menu-area__contents__text,
.menu-area__drink .menu-area__contents__text {
  text-align: center;
  margin: 30px 0 50px;
}
@media (min-width: 992px) {
  .menu-area__food .menu-area__contents__text,
  .menu-area__drink .menu-area__contents__text {
    text-align: left;
  }
}
.menu-area__food .menu-area__contents__textWrap {
  margin-left: auto;
}
.menu-area__food .menu-area__contents__textWrap__inner {
  margin-left: auto;
}
.menu-area__drink .menu-area__contents__img {
  right: 0;
}
.menu-area__drink .menu-area__contents__textWrap {
  margin-right: auto;
}
.menu-area__drink .menu-area__contents__textWrap__inner {
  margin-right: auto;
}
.menu-area .bg-deco {
  position: absolute;
  z-index: -1;
}
.menu-area__course .bg-deco {
  max-width: 1023px;
  min-width: 300px;
  width: 115%;
  top: -120px;
  right: -19vw;
}
@media (min-width: 768px) {
  .menu-area__course .bg-deco {
    width: 86%;
    top: -150px;
    right: -90px;
  }
}
.menu-area__food .bg-deco {
  max-width: 255px;
  min-width: 180px;
  width: 35%;
  top: -220px;
  left: -10%;
}
@media (min-width: 768px) {
  .menu-area__food .bg-deco {
    width: 22%;
    top: -320px;
    left: -40px;
  }
}
.menu-area__drink .bg-deco {
  max-width: 331px;
  min-width: 200px;
  width: 65%;
  top: -170px;
  right: -20vw;
}
@media (min-width: 576px) {
  .menu-area__drink .bg-deco {
    width: 65%;
    top: -230px;
    right: -30%;
  }
}
@media (min-width: 768px) {
  .menu-area__drink .bg-deco {
    max-width: 450px;
    min-width: 200px;
    width: 38%;
    top: -210px;
    right: -80px;
  }
}

.news-area {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .news-area {
    padding: 190px 0 150px;
  }
}
.news-area .contents-title {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .news-area .contents-title {
    margin-bottom: 80px;
  }
}
.news-area .contents-title__en > img {
  margin-bottom: -10px;
}
.news-area__inner {
  background-color: rgba(146, 127, 127, 0.2);
  padding: 40px 20px;
}
@media (min-width: 576px) {
  .news-area__inner {
    padding: 50px 30px;
  }
}
@media (min-width: 768px) {
  .news-area__inner {
    padding: 50px 90px;
  }
}
@media (min-width: 992px) {
  .news-area__inner {
    padding: 50px 130px;
  }
}
.news-area .webgene-blog {
  margin-bottom: 60px;
}
.news-area .news-item {
  display: flex;
  padding: 25px 0;
  border-bottom: solid 1px #7e4f15;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news-area .news-item {
    flex-direction: row;
  }
}
.news-area .news-item__date {
  width: 100%;
  font-size: 0.8rem;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .news-area .news-item__date {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-area .news-item__date {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .news-area .news-item__date {
    width: 160px;
  }
}
.news-area .news-item__title {
  flex: 1;
  width: 100%;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .news-area .news-item__title {
    font-size: 1.25rem;
  }
}
.news-area .webgene-item:first-child .news-item {
  padding-top: 0;
}
.news-area .bg-deco {
  position: absolute;
  z-index: -1;
}
.news-area .bg-deco1 {
  top: 40px;
  left: 0;
  max-width: 450px;
  min-width: 250px;
  width: 35%;
}
@media (min-width: 768px) {
  .news-area .bg-deco1 {
    top: 96px;
  }
}
.news-area .bg-deco2 {
  bottom: 40px;
  right: -10%;
  max-width: 438px;
  min-width: 250px;
  width: 34%;
}
@media (min-width: 768px) {
  .news-area .bg-deco2 {
    bottom: 60px;
    right: -30px;
  }
}

iframe {
  border: none;
}

.eye-catch {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: blur(10px);
  -webkit-animation: blurAnim 1s ease forwards;
  animation: blurAnim 1s ease forwards;
  overflow: hidden;
}
@-webkit-keyframes blurAnim {
  from {
    filter: blur(10px);
  }
  to {
    filter: blur(0px);
  }
}
@keyframes blurAnim {
  from {
    filter: blur(10px);
  }
  to {
    filter: blur(0px);
  }
}
.eye-catch::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(111, 78, 38, 0.25);
}
@media (min-width: 1200px) {
  .eye-catch__title {
    padding-left: 185px;
  }
}
@media (max-height: 700px) {
  .eye-catch__title {
    padding-left: 0;
  }
}
.eye-catch__en > img {
  max-width: 45px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .eye-catch__en > img {
    max-width: 60px;
  }
}
.eye-catch__en > p {
  color: #f1ba38;
  font-family: var(--zenkaku);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .eye-catch__en > p {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
.eye-catch__ja {
  font-family: var(--yuji);
  font-size: 1.8rem;
  color: white;
  text-shadow: 1px 4px 2px rgba(107, 76, 37, 0.49);
  line-height: 1;
}
@media (min-width: 576px) {
  .eye-catch__ja {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .eye-catch__ja {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .eye-catch__ja {
    font-size: 4rem;
  }
}

.cuisine-about {
  padding: 100px 0;
}
@media (min-width: 992px) {
  .cuisine-about {
    padding: 160px 0 195px;
  }
}
.cuisine-about .bg-deco {
  position: absolute;
  z-index: -1;
  max-width: 572px;
  width: 52%;
  min-width: 250px;
}
.cuisine-about .bg-deco01 {
  top: -23%;
  right: -40%;
}
@media (min-width: 576px) {
  .cuisine-about .bg-deco01 {
    right: -25%;
  }
}
.cuisine-about .bg-deco02 {
  bottom: -110%;
  left: -35%;
}
@media (min-width: 576px) {
  .cuisine-about .bg-deco02 {
    left: -28%;
  }
}
.cuisine-about__text {
  position: relative;
  z-index: 1;
}
.cuisine-about__text .contents-text {
  max-width: 610px;
  margin: 0 auto;
}
.cuisine-about__imgs {
  position: relative;
  z-index: 1;
  max-width: 963px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}
@media (min-width: 576px) {
  .cuisine-about__imgs {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .cuisine-about__imgs {
    gap: 50px;
  }
}
.cuisine-about__img {
  width: calc(50% - 5px);
}
@media (min-width: 576px) {
  .cuisine-about__img {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .cuisine-about__img {
    width: calc(50% - 25px);
  }
}
.cuisine-about__img:nth-child(1) {
  padding-bottom: 76px;
}
.cuisine-about__img:nth-child(2) {
  padding-top: 76px;
}
.cuisine-about__img > img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
}

.commitment-cuisine {
  background: url(https://kisyu-sakanaya.com/system_panel/uploads/images/washi-bg.jpg)
    top center/contain repeat;
}
.commitment-cuisine .contents-title {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .commitment-cuisine .contents-title {
    margin-bottom: 0;
    width: 31%;
    max-width: 336px;
    padding: 35px 0;
  }
}
@media (min-width: 992px) {
  .commitment-cuisine .contents-title__ja {
    writing-mode: vertical-lr;
    margin: 0 auto;
  }
}
.commitment-cuisine__box {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .commitment-cuisine__box {
    padding: 150px 0;
  }
}
.commitment-cuisine__box:nth-child(odd) .commitment-cuisine__box__top {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .commitment-cuisine__box:nth-child(odd) .commitment-cuisine__box__top {
    flex-direction: row;
  }
}
.commitment-cuisine__box:nth-child(odd) .commitment-cuisine__box__center {
  margin-left: auto;
  flex-direction: column;
}
@media (min-width: 992px) {
  .commitment-cuisine__box:nth-child(odd) .commitment-cuisine__box__center {
    flex-direction: row;
  }
}
.commitment-cuisine__box:nth-child(odd)
  .commitment-cuisine__box__center
  .fx-img {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .commitment-cuisine__box:nth-child(odd)
    .commitment-cuisine__box__center
    .fx-img {
    margin-top: 0;
    margin-left: 60px;
  }
}
@media (max-width: 575px), (max-height: 699px) {
  .commitment-cuisine__box:nth-child(even) {
    padding-top: 0;
  }
}
.commitment-cuisine__box:nth-child(even) .commitment-cuisine__box__top {
  flex-direction: column;
}
@media (min-width: 992px) {
  .commitment-cuisine__box:nth-child(even) .commitment-cuisine__box__top {
    flex-direction: row;
  }
}
.commitment-cuisine__box:nth-child(even) .commitment-cuisine__box__center {
  margin-right: auto;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .commitment-cuisine__box:nth-child(even) .commitment-cuisine__box__center {
    flex-direction: row;
  }
}
.commitment-cuisine__box:nth-child(even)
  .commitment-cuisine__box__center
  .fx-img {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .commitment-cuisine__box:nth-child(even)
    .commitment-cuisine__box__center
    .fx-img {
    margin-top: 0;
    margin-right: 60px;
  }
}
.commitment-cuisine__box__top,
.commitment-cuisine__box__center,
.commitment-cuisine__box__bottom {
  display: flex;
}
.commitment-cuisine__box__top {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .commitment-cuisine__box__top {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px), (max-height: 699px) {
  .commitment-cuisine__box__top {
    flex-direction: column;
    align-items: center;
  }
}
.commitment-cuisine__box__top .fx-img {
  flex: 1;
  margin: 0 auto;
  max-width: 100%;
}
.commitment-cuisine__box__center {
  max-width: 930px;
  margin-bottom: 50px;
  display: flex;
}
@media (min-width: 992px) {
  .commitment-cuisine__box__center {
    margin-bottom: 80px;
  }
}
.commitment-cuisine__box__center .fx-text {
  max-width: 100%;
}
@media (min-width: 992px) {
  .commitment-cuisine__box__center .fx-text {
    max-width: 450px;
  }
}
.commitment-cuisine__box__center .fx-img {
  flex: 1;
  margin: 0 auto;
  max-width: 75%;
  width: 100%;
}
@media (min-width: 992px) {
  .commitment-cuisine__box__center .fx-img {
    max-width: 100%;
  }
}
.commitment-cuisine__box__bottom {
  max-width: 830px;
  margin: 0 auto;
  background-color: rgba(192, 144, 32, 0.4);
  padding: 35px 25px;
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
}
@media (min-width: 576px) {
  .commitment-cuisine__box__bottom {
    gap: 28px;
  }
}
@media (min-width: 768px) {
  .commitment-cuisine__box__bottom {
    padding: 50px 40px;
  }
}
@media (min-width: 992px) {
  .commitment-cuisine__box__bottom {
    gap: 37px;
    padding: 40px 50px;
    flex-direction: row;
  }
}
.commitment-cuisine__box__bottom .fx-img {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .commitment-cuisine__box__bottom .fx-img {
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  .commitment-cuisine__box__bottom .fx-img {
    max-width: 250px;
  }
}
.commitment-cuisine__box__bottom .fx-img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.commitment-cuisine__box__bottom .fx-text {
  flex: 1;
}
.commitment-cuisine__box__bottom .fx-text .title {
  font-size: 1.125rem;
  font-family: var(--aralet);
  margin-bottom: 6px;
  color: #7e4f15;
}
@media (min-width: 768px) {
  .commitment-cuisine__box__bottom .fx-text .title {
    font-size: 1.5rem;
  }
}
.commitment-cuisine__box__bottom .fx-text > p {
  font-size: 0.8rem;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .commitment-cuisine__box__bottom .fx-text > p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .commitment-cuisine__box__bottom .fx-text > p {
    line-height: 2;
  }
}

.space-commitment {
  background: url(https://kisyu-sakanaya.com/system_panel/uploads/images/washi-bg.jpg)
    top center/contain repeat;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .space-commitment {
    padding-bottom: 0;
  }
}
.space-commitment__box {
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .space-commitment__box {
    flex-direction: row;
  }
}
.space-commitment__box:nth-child(even) {
  flex-direction: column;
}
@media (min-width: 992px) {
  .space-commitment__box:nth-child(even) {
    flex-direction: row;
  }
}
.space-commitment__box > div {
  width: 100%;
}
@media (min-width: 992px) {
  .space-commitment__box > div {
    width: 50%;
  }
}
.space-commitment__img,
.space-commitment__text {
  display: flex;
  align-items: stretch;
  height: auto;
}
.space-commitment__img {
  margin: 0 auto;
  max-width: 65%;
}
@media (min-width: 768px) {
  .space-commitment__img {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .space-commitment__img {
    max-width: 100%;
  }
}
.space-commitment__img img {
  flex: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.space-commitment__text {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 80px 20px 40px;
}
@media (min-width: 768px) {
  .space-commitment__text {
    padding: 100px 50px 50px;
  }
}
.space-commitment__text__inner {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .space-commitment__text__inner {
    max-width: 450px;
  }
}

.floor-guide {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .floor-guide {
    padding: 160px 0;
  }
}
.floor-guide .bg-deco {
  position: absolute;
  z-index: -1;
  max-width: 450px;
  min-width: 200px;
  width: 35%;
}
.floor-guide .bg-deco01 {
  top: 25px;
  left: -6%;
}
@media (min-width: 768px) {
  .floor-guide .bg-deco01 {
    top: 80px;
  }
}
.floor-guide .bg-deco02 {
  bottom: 25px;
  right: -6%;
}
.floor-guide__map {
  max-width: 820px;
  margin: 0 auto 80px;
}
@media (min-width: 768px) {
  .floor-guide__map {
    margin: 0 auto 130px;
  }
}
.floor-guide__map img {
  -o-object-fit: cover;
  object-fit: cover;
}
.floor-guide__inner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px;
}
@media (min-width: 768px) {
  .floor-guide__inner {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .floor-guide__inner {
    gap: 100px;
  }
}
.floor-guide__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .floor-guide__box {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .floor-guide__box {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .floor-guide__box {
    width: calc(50% - 50px);
  }
}
.floor-guide__box__img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
.floor-guide__box__title {
  color: #7e4f15;
  font-family: var(--aralet);
  font-size: 1.2rem;
  margin: 20px 0 8px;
}
@media (min-width: 576px) {
  .floor-guide__box__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .floor-guide__box__title {
    font-size: 2rem;
    margin: 27px 0 12px;
  }
}
.floor-guide__box__text {
  line-height: 1.8;
}

.course-page {
  overflow: hidden;
}
.course-page__main__img {
  max-width: 85%;
  margin: 120px auto 60px;
}
@media (min-width: 576px) {
  .course-page__main__img {
    max-width: 75%;
    margin: 120px auto 80px;
  }
}
@media (min-width: 992px) {
  .course-page__main__img {
    margin: 150px auto;
  }
}
.course-page .menu-area {
  padding: 0;
}
.course-page .menu-area__contents {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.course-page .menu-area__contents__img {
  max-width: 80%;
}
@media (min-width: 992px) {
  .course-page .menu-area__contents__img {
    max-width: 668px;
  }
}
.course-page .menu-area__contents__text {
  color: #7e4f15;
  font-size: 1rem;
  margin: 20px 0 30px;
}
@media (min-width: 576px) {
  .course-page .menu-area__contents__text {
    font-size: 1.25rem;
    margin: 30px 0 50px;
  }
}
@media (min-width: 768px) {
  .course-page .menu-area__contents__text {
    font-size: 1.5rem;
  }
}
.course-page .menu-area__course {
  margin: 0 auto 80px;
}
@media (min-width: 768px) {
  .course-page .menu-area__course {
    margin: 0 auto 110px;
  }
}
.course-page .menu-area__course:last-of-type {
  margin-bottom: 0;
}
.course-page .menu-area__course .menu-area__contents__textWrap {
  margin: 0 auto;
  padding: 50px 20px 70px;
}
@media (min-width: 576px) {
  .course-page .menu-area__course .menu-area__contents__textWrap {
    padding: 70px 20px;
  }
}
@media (min-width: 768px) {
  .course-page .menu-area__course .menu-area__contents__textWrap {
    margin: 0 auto;
  }
}
.course-page .list-wrap {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .course-page .list-wrap {
    gap: 6vw;
    flex-direction: row;
  }
}
.course-page .list-wrap__left,
.course-page .list-wrap__right {
  width: 100%;
}
@media (min-width: 768px) {
  .course-page .list-wrap__left,
  .course-page .list-wrap__right {
    width: calc(50% - 3vw);
  }
}
.course-page .list-wrap__left p,
.course-page .list-wrap__right p {
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .course-page .list-wrap__left p,
  .course-page .list-wrap__right p {
    text-align: left;
  }
}
.course-page .list-wrap .list-dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .course-page .list-wrap .list-dl {
    flex-direction: row;
    align-items: flex-start;
  }
}
.course-page .list-wrap .list-dt {
  width: 100%;
  padding-bottom: 8px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .course-page .list-wrap .list-dt {
    width: 90px;
    padding-bottom: 0;
    font-weight: normal;
  }
}
.course-page .list-wrap .list-dd {
  flex: 1;
  width: 100%;
}
.course-page .bg-deco {
  position: absolute;
  z-index: -1;
  max-width: 500px;
  min-width: 350px;
  width: 42%;
}
.course-page .bg-deco01,
.course-page .bg-deco03 {
  top: 4%;
  left: -32%;
}
@media (min-width: 992px) {
  .course-page .bg-deco01,
  .course-page .bg-deco03 {
    top: 7%;
    left: -12%;
  }
}
.course-page .bg-deco02 {
  top: 4%;
  right: -32%;
}
@media (min-width: 992px) {
  .course-page .bg-deco02 {
    top: 7%;
    right: -12%;
  }
}

.food-page .menu-area {
  padding: 100px 0 150px;
}
@media (min-width: 576px) {
  .food-page .menu-area {
    padding: 120px 0 200px;
  }
}
@media (min-width: 768px) {
  .food-page .menu-area {
    padding: 160px 0 230px;
  }
}
.food-page .menu-area__contents {
  margin-bottom: 80px;
}
@media (min-width: 576px) {
  .food-page .menu-area__contents {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .food-page .menu-area__contents {
    margin-bottom: 120px;
  }
}
.food-page .menu-area__contents:last-child {
  margin-bottom: 0;
}
.food-page .menu-area__contents__img {
  top: 0;
  bottom: auto;
}

.menu-list-contents__box {
  margin-bottom: 80px;
}
.menu-list-contents__box:last-child {
  margin-bottom: 0;
}
.menu-list-contents__box__title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(111, 78, 38, 0.75);
  padding: 8px 15px 11px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .menu-list-contents__box__title {
    padding: 10px 20px 13px;
  }
}
@media (min-width: 768px) {
  .menu-list-contents__box__title {
    padding: 13px 40px 17px;
  }
}
.menu-list-contents__box__title > h3 {
  font-family: var(--yuji);
  font-size: 1.5rem;
  color: white;
  line-height: 1;
}
@media (min-width: 576px) {
  .menu-list-contents__box__title > h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .menu-list-contents__box__title > h3 {
    font-size: 2.5rem;
  }
}
.menu-list-contents__box__title > h3 > span {
  display: inline-block;
  font-size: 0.8rem !important;
}
@media (min-width: 768px) {
  .menu-list-contents__box__title > h3 > span {
    font-size: 1rem !important;
  }
}
.menu-list-contents__box__title::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -10px;
  display: block;
  background: url(https://kisyu-sakanaya.com/system_panel/uploads/images/nami03-wh.png)
    center/contain no-repeat;
  width: 150px;
  height: 47px;
}
@media (min-width: 576px) {
  .menu-list-contents__box__title::after {
    width: 167px;
    height: 55px;
  }
}
@media (min-width: 768px) {
  .menu-list-contents__box__title::after {
    width: 216px;
    height: 71px;
  }
}
.menu-list-contents .list-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .menu-list-contents .list-wrap {
    gap: 6vw;
    flex-direction: row;
  }
}
.menu-list-contents .list-wrap__left,
.menu-list-contents .list-wrap__right {
  width: 100%;
}
@media (min-width: 992px) {
  .menu-list-contents .list-wrap__left,
  .menu-list-contents .list-wrap__right {
    width: calc(50% - 3vw);
  }
}
.menu-list-contents .list-dl {
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  border-bottom: dotted 1px #444444;
}
@media (min-width: 992px) {
  .menu-list-contents .list-dl {
    flex-direction: row;
    border-bottom: none;
  }
}
.menu-list-contents .list-dt {
  flex: 1;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .menu-list-contents .list-dt {
    font-weight: normal;
  }
}
.menu-list-contents .list-dd {
  width: 100%;
  text-align: right;
  padding-top: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .menu-list-contents .list-dd {
    width: 140px;
    padding-top: 0;
  }
}
.menu-list-contents .list-dt,
.menu-list-contents .list-dd {
  font-size: 0.8rem;
  word-break: break-all;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .menu-list-contents .list-dt,
  .menu-list-contents .list-dd {
    font-size: 1rem;
  }
}

.food-menu-list {
  padding: 100px 0;
}
@media (min-width: 576px) {
  .food-menu-list {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  .food-menu-list {
    padding: 160px 0;
  }
}

.drink-page .menu-area {
  padding: 100px 0 150px;
}
@media (min-width: 576px) {
  .drink-page .menu-area {
    padding: 120px 0 200px;
  }
}
@media (min-width: 768px) {
  .drink-page .menu-area {
    padding: 160px 0 230px;
  }
}

.drink-commitment {
  position: relative;
  z-index: 1;
}
.drink-commitment__wrap:nth-child(1) {
  gap: 60px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .drink-commitment__wrap:nth-child(1) {
    gap: 80px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .drink-commitment__wrap:nth-child(1) {
    max-width: 966px;
  }
}
.drink-commitment__wrap:nth-child(2) {
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .drink-commitment__wrap:nth-child(2) {
    gap: 60px;
  }
}
.drink-commitment__text {
  font-size: 0.8rem;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .drink-commitment__text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .drink-commitment__text {
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  .drink-commitment__text {
    max-width: 433px;
    padding-left: 40px;
    font-size: 1.25rem;
  }
}
.drink-commitment__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.drink-commitment__img01 {
  flex: 1;
  margin-left: auto;
  max-width: 50%;
}
@media (min-width: 576px) {
  .drink-commitment__img01 {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .drink-commitment__img01 {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .drink-commitment__img01 {
    max-width: 100%;
  }
}
.drink-commitment__img01 img {
  aspect-ratio: 9/12;
}
.drink-commitment__img02 {
  transform: translateY(-120%);
  max-width: 35%;
}
@media (min-width: 576px) {
  .drink-commitment__img02 {
    transform: translateY(-170px);
  }
}
@media (min-width: 768px) {
  .drink-commitment__img02 {
    transform: translateY(-200px);
  }
}
@media (min-width: 1200px) {
  .drink-commitment__img02 {
    max-width: 383px;
  }
}
.drink-commitment__img02 img {
  aspect-ratio: 4/3;
}
.drink-commitment__img03 {
  flex: 1;
  width: 100%;
}
.drink-commitment__img03 img {
  aspect-ratio: 16/8;
}

.news-page {
  padding: 100px 0;
}
@media (min-width: 576px) {
  .news-page {
    padding: 150px 0;
  }
}
@media (min-width: 768px) {
  .news-page {
    padding: 180px 0;
  }
}
.news-page .webgene-blog > .webgene-item {
  border-bottom: solid 1px #7e4f15;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .news-page .webgene-blog > .webgene-item {
    padding: 40px 0;
  }
}
.news-page .webgene-blog > .webgene-item:first-child {
  padding-top: 0;
}
.news-page .webgene-blog > .webgene-item .news-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news-page .webgene-blog > .webgene-item .news-list {
    flex-direction: row;
  }
}
.news-page .webgene-blog > .webgene-item .news-list > p {
  width: 100%;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .news-page .webgene-blog > .webgene-item .news-list > p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .news-page .webgene-blog > .webgene-item .news-list > p {
    width: 155px;
    font-size: 1.2rem;
  }
}
.news-page .webgene-blog > .webgene-item .news-list > h2 {
  flex: 1;
  width: 100%;
  padding-top: 8px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .news-page .webgene-blog > .webgene-item .news-list > h2 {
    padding-top: 0;
    font-size: 1.2rem;
  }
}
.news-page .webgene-blog > .webgene-item .news-list h2,
.news-page .webgene-blog > .webgene-item .news-list a {
  font-size: 1rem;
  display: inline-block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .news-page .webgene-blog > .webgene-item .news-list h2,
  .news-page .webgene-blog > .webgene-item .news-list a {
    font-size: 1.2rem;
  }
}

.newsdetail-page {
  padding: 120px 0;
}
@media (min-width: 576px) {
  .newsdetail-page {
    padding: 140px 0;
  }
}
@media (min-width: 768px) {
  .newsdetail-page {
    padding: 170px 0;
  }
}
.newsdetail-page__date {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .newsdetail-page__date {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  .newsdetail-page__date {
    font-size: 1.5rem;
  }
}
.newsdetail-page__title {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .newsdetail-page__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .newsdetail-page__title {
    font-size: 2rem;
  }
}
.newsdetail-page__img {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .newsdetail-page__img {
    margin-bottom: 50px;
  }
}
.newsdetail-page__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newsdetail-page__text {
  font-size: 0.8rem;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .newsdetail-page__text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .newsdetail-page__text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.pagelink,
.webgene-pagination {
  margin: 80px auto 0;
  max-width: 350px;
}
@media (min-width: 768px) {
  .pagelink,
  .webgene-pagination {
    margin: 105px auto 0;
    max-width: 500px;
  }
}
.pagelink > ul,
.webgene-pagination > ul {
  display: flex;
  justify-content: space-between;
}
.pagelink > ul > li > a,
.webgene-pagination > ul > li > a {
  position: relative;
  max-width: 150px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  font-family: var(--aralet);
  font-size: 1rem;
  color: var(--mainColor);
}
@media (min-width: 768px) {
  .pagelink > ul > li > a,
  .webgene-pagination > ul > li > a {
    max-width: 212px;
    font-size: 1.25rem;
  }
}
.pagelink > ul > li > a::after,
.webgene-pagination > ul > li > a::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  transition: all 0.5s ease;
  width: 150px;
  height: 23px;
}
@media (min-width: 768px) {
  .pagelink > ul > li > a::after,
  .webgene-pagination > ul > li > a::after {
    width: 212px;
    height: 33px;
  }
}
.pagelink > ul .prev,
.webgene-pagination > ul .prev {
  margin-right: auto;
}
.pagelink > ul .prev > a,
.webgene-pagination > ul .prev > a {
  padding: 0 39px 6px 75px;
}
@media (min-width: 768px) {
  .pagelink > ul .prev > a,
  .webgene-pagination > ul .prev > a {
    padding: 0 68px 10px 100px;
  }
}
.pagelink > ul .prev > a::after,
.webgene-pagination > ul .prev > a::after {
  left: 0;
  background: url(https://kisyu-sakanaya.com/system_panel/uploads/images/news-link-deco01.svg)
    center/contain no-repeat;
}
.pagelink > ul .prev > a:hover::after,
.webgene-pagination > ul .prev > a:hover::after {
  left: -10px;
  transition: all 0.5s ease;
}
.pagelink > ul .next,
.webgene-pagination > ul .next {
  margin-left: auto;
}
.pagelink > ul .next > a,
.webgene-pagination > ul .next > a {
  padding: 0 75px 6px 39px;
}
@media (min-width: 768px) {
  .pagelink > ul .next > a,
  .webgene-pagination > ul .next > a {
    padding: 0 100px 10px 68px;
  }
}
.pagelink > ul .next > a::after,
.webgene-pagination > ul .next > a::after {
  right: 0;
  background: url(https://kisyu-sakanaya.com/system_panel/uploads/images/news-link-deco02.svg)
    center/contain no-repeat;
}
.pagelink > ul .next > a:hover::after,
.webgene-pagination > ul .next > a:hover::after {
  right: -10px;
  transition: all 0.5s ease;
}

.reserve-page {
  padding: 100px 0 150px;
}
@media (min-width: 576px) {
  .reserve-page {
    padding: 130px 0 180px;
  }
}
@media (min-width: 768px) {
  .reserve-page {
    padding: 160px 0 230px;
  }
}

.reserve-links {
  position: relative;
  z-index: 1;
  max-width: 630px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (min-width: 576px) {
  .reserve-links {
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) {
  .reserve-links {
    padding-bottom: 160px;
  }
}
.reserve-links > p {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .reserve-links > p {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .reserve-links > p {
    font-size: 1.5rem;
  }
}
.reserve-links__wrap {
  padding-top: 80px;
}
@media (min-width: 576px) {
  .reserve-links__wrap {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .reserve-links__wrap {
    padding-top: 150px;
  }
}
.reserve-links__box:not(.reserve-links__tel) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .reserve-links__box:not(.reserve-links__tel) {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.reserve-links__box {
  background-color: rgba(210, 134, 20, 0.6);
  padding: 40px 20px;
  margin-bottom: 50px;
}
.reserve-links__box:last-child {
  margin-bottom: 0;
}
.reserve-links__box h2 {
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .reserve-links__box h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .reserve-links__box h2 {
    line-height: 1.5;
    font-size: 2rem;
  }
}
.reserve-links__box h2,
.reserve-links__box a {
  color: white;
}
.reserve-links__box__icon {
  max-width: 190px;
  padding: 20px;
}
.reserve-links__box .wrap {
  margin: 0 auto;
}
.reserve-links .link-btn {
  color: white;
}
.reserve-links .bg-deco {
  position: absolute;
  z-index: -1;
  max-width: 434px;
  width: 69%;
  min-width: 300px;
}
.reserve-links .bg-deco01 {
  top: 22%;
}
.reserve-links .bg-deco02 {
  top: 50%;
  left: -29vw;
}
.reserve-links .bg-deco03 {
  bottom: 55px;
}
.reserve-links .bg-deco01,
.reserve-links .bg-deco03 {
  right: -29vw;
}

.reservation-img__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .reservation-img__wrap {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .reservation-img__wrap {
    max-width: 1080px;
    gap: 60px;
  }
}
.reservation-img__box {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .reservation-img__box {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 992px) {
  .reservation-img__box {
    width: calc(33.3333333333% - 40px);
  }
}

.shop-page .shop-img {
  padding-top: 100px;
}
@media (min-width: 576px) {
  .shop-page .shop-img {
    padding-top: 140px;
  }
}
@media (min-width: 768px) {
  .shop-page .shop-img {
    padding-top: 180px;
  }
}
.shop-page .shop-img__photo {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
  margin: 0 auto;
  max-width: 80%;
}
@media (min-width: 768px) {
  .shop-page .shop-img__photo {
    max-width: 562px;
  }
}
.shop-page .basic-info {
  padding: 80px 0;
}
@media (min-width: 576px) {
  .shop-page .basic-info {
    padding: 120px 0;
  }
}
@media (min-width: 768px) {
  .shop-page .basic-info {
    padding: 140px 0;
  }
}
.shop-page .basic-info .list-dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  border-bottom: solid 1px #7e4f15;
}
@media (min-width: 768px) {
  .shop-page .basic-info .list-dl {
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 0;
  }
}
.shop-page .basic-info .list-dl:first-child {
  padding-top: 0;
}
.shop-page .basic-info .list-dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.shop-page .basic-info .list-dt {
  width: 100%;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .shop-page .basic-info .list-dt {
    width: 180px;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 1.2rem;
  }
}
.shop-page .basic-info .list-dd {
  flex: 1;
  width: 100%;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .shop-page .basic-info .list-dd {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .shop-page .basic-info .list-dd {
    font-size: 1.2rem;
  }
}
.shop-page .basic-info .list-dd > a {
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 4px;
}
.shop-page .basic-info .list-dt,
.shop-page .basic-info .list-dd {
  word-break: break-all;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .shop-page .basic-info .list-dt,
  .shop-page .basic-info .list-dd {
    line-height: 1.5;
  }
}
.shop-page .access-map {
  padding: 60px 0 150px;
}
@media (min-width: 576px) {
  .shop-page .access-map {
    padding: 100px 0 180px;
  }
}
@media (min-width: 768px) {
  .shop-page .access-map {
    padding: 120px 0 230px;
  }
}
.shop-page .access-map .access-text {
  font-weight: 600;
}
.shop-page .access-map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
}
.shop-page .shop-img,
.shop-page .basic-info,
.shop-page .access-map {
  position: relative;
  z-index: 1;
}
.shop-page .bg-deco {
  position: absolute;
  z-index: -1;
  max-width: 460px;
  width: 28%;
  min-width: 250px;
}
.shop-page .bg-deco01,
.shop-page .bg-deco03 {
  left: -3%;
}
.shop-page .bg-deco02,
.shop-page .bg-deco04 {
  right: -8%;
}
.shop-page .bg-deco01 {
  top: 45px;
}
@media (min-width: 768px) {
  .shop-page .bg-deco01 {
    top: 75px;
  }
}
.shop-page .bg-deco02 {
  top: 10px;
}
@media (min-width: 768px) {
  .shop-page .bg-deco02 {
    top: 40px;
  }
}
.shop-page .bg-deco03 {
  top: -20px;
}
@media (min-width: 768px) {
  .shop-page .bg-deco03 {
    top: 0;
  }
}
.shop-page .bg-deco04 {
  bottom: 57px;
}
