@charset "UTF-8";
.page-foujita {
  background: url(../../images/foujita/bg01.jpg) repeat center top/100rem;
  letter-spacing: 0.07em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

p {
  letter-spacing: 0.05em;
}

.text-wf01 {
  font-family: "IBM Plex Sans", sans-serif;
}

.foujita-header {
  width: 100%;
  padding: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.footer-foujita {
  background-image: url(../../images/foujita/footer_bg.jpg);
}
.footer-foujita .area01 {
  width: 18.5%;
}
.footer-foujita .area02 {
  width: 81.5%;
}
.footer-foujita .footer-information {
  margin-top: auto;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.3rem;
}
.footer-foujita .footer-information .name {
  margin-bottom: 0.8rem;
}
.footer-foujita .footer-information .name dd {
  font-size: 2.2rem;
}
.footer-foujita .footer-information .tel dt {
  font-size: 1.3rem;
}
.footer-foujita .footer-information .tel dd {
  font-size: 1.5rem;
}
.footer-foujita .footer-information .link-icon {
  margin-top: 2rem;
}
.footer-foujita .footer-navi {
  font-family: "Shippori Mincho", serif;
}

.foujita-headline-01 {
  color: #050505;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 7rem;
}
.foujita-headline-02 {
  color: white;
  text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;
  letter-spacing: 0.075em;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  -webkit-font-smoothing: auto;
  mix-blend-mode: darken;
}
.foujita-headline-02 + .headline-sub {
  font-size: 1.2rem;
}
.foujita-headline-03 {
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
}

.foujita-hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
.foujita-hero .foujita-slider {
  position: absolute;
  background: #000;
}
.foujita-hero .foujita-slider img {
  pointer-events: none;
}
.foujita-hero .slider01 {
  max-width: 69rem;
  top: 0;
  left: calc(50% - 13.8rem);
  z-index: 2;
}
.foujita-hero .slider02 {
  max-width: 38rem;
  right: calc(50% + 26rem);
  bottom: 6rem;
  z-index: 4;
}
.foujita-hero .title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.foujita-hero .title span {
  font-weight: 100;
}
.foujita-hero .illust {
  position: absolute;
  z-index: 3;
}
.foujita-hero .illust01 {
  width: 39rem;
  top: 3rem;
  right: calc(50% + 12rem);
}
.foujita-hero .illust02 {
  width: 23.2rem;
  top: 14.4rem;
  left: calc(50% - 14.6rem);
  -webkit-animation: swing 1s infinite;
          animation: swing 1s infinite;
  -webkit-animation-timing-function: steps(2, jump-none);
          animation-timing-function: steps(2, jump-none);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  mix-blend-mode: lighten;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.news-index-list {
  padding: 1.6rem 4.2rem;
  background-color: #1b1b1b;
  color: #fff;
  letter-spacing: 0.14em;
}
.news-index-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-index-list .date {
  margin-right: 3rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-family: "IBM Plex Sans", sans-serif;
}
.news-index-list .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #fff;
  font-weight: 500;
  -webkit-line-clamp: 1;
}

.block-foujita-message {
  padding-top: 40rem;
  background: url(../../images/foujita/bg02.jpg) repeat center top/50rem auto;
}
.block-foujita-message .text-area {
  width: 48.8rem;
  margin: 0 auto 63.4rem;
  z-index: 4;
}
.block-foujita-message .text-area .headline {
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
  color: #0f2b2b;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 4.8rem;
}
.block-foujita-message .text-area .headline::before {
  content: "";
  width: 45.3rem;
  height: 5rem;
  position: absolute;
  bottom: -1rem;
  z-index: -1;
  background: url(../../images/foujita/title_bg01.png) no-repeat center/contain;
}

.message-pic {
  position: absolute;
  z-index: 2;
}
.message-pic.pic01 {
  width: 34.1rem;
  top: 6rem;
  right: calc(50% + 36rem);
}
.message-pic.pic02 {
  width: 40rem;
  top: 10rem;
  left: calc(50% + 24rem);
}
.message-pic.pic03 {
  width: 26.4rem;
  top: 73rem;
  right: calc(50% + 28rem);
}
.message-pic.pic04 {
  width: 39.6rem;
  top: 49rem;
  left: calc(50% + 30.5rem);
}
.message-pic.pic05 {
  width: 32.1rem;
  top: 97.6rem;
  left: calc(50% + 2.4rem);
}
.message-pic.obj01 {
  width: 24.6rem;
  top: 25.4rem;
  right: calc(50% + 15.8rem);
  z-index: 1;
}
.message-pic.obj02 {
  width: 39.9rem;
  top: 73.4rem;
  left: calc(50% - 30rem);
  z-index: 1;
}
.message-pic.obj03 {
  width: 13.2rem;
  top: 14.5rem;
  right: calc(50% - 1.5rem);
}

@-webkit-keyframes wobbling_x {
  0% {
    -webkit-transform: translateX(0.3rem);
            transform: translateX(0.3rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes wobbling_x {
  0% {
    -webkit-transform: translateX(0.3rem);
            transform: translateX(0.3rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes wobbling_y {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 0.8rem;
  }
}
@keyframes wobbling_y {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 0.8rem;
  }
}
.message-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-column .pic {
  width: 100%;
  margin-left: calc(50% - 50vw);
}
.message-column .pic img {
  width: 100%;
}
.message-column .text {
  width: 57.8%;
  margin-left: 4rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.parallax {
  width: 100%;
  height: 73.4rem;
  max-height: 52.4285vw;
}
.parallax img {
  width: 100%;
}

.block-foujita-menu .content {
  position: relative;
}
.block-foujita-menu .content + .content {
  margin-top: 8rem;
}
.block-foujita-menu .foujita-headline-wrap {
  margin-bottom: 4rem;
}

.foujita-partition-line {
  margin: 0 -6rem;
}
.foujita-partition-line hr {
  max-width: 122rem;
  height: 3.2rem;
  margin: 0 auto 6rem;
  border: none;
  background: url(../../images/foujita/partition.png) repeat-x center/auto 100%;
}

.menu-slider {
  overflow: unset !important;
}
.menu-slider .swiper-button {
  width: 6.6rem;
  height: 6.6rem;
  background-color: #1c1b1b;
  color: #fff;
}
.menu-slider .swiper-button::after {
  font-size: 2.6rem;
}
.menu-slider .swiper-button-prev {
  left: -17rem;
}
.menu-slider .swiper-button-next {
  right: -17rem;
}

.menu-text01 {
  max-width: 85.8rem;
  margin: 0 auto 12rem;
}

.foujita-menu-lead {
  margin-bottom: 30rem;
  padding: 0 10rem 5rem;
  position: relative;
  background-color: #fff;
}
.foujita-menu-lead::before {
  content: "";
  width: 128rem;
  height: 68.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: url(../../images/foujita/menu_bg_pc.png) no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.foujita-menu-lead .inner {
  position: relative;
  z-index: 2;
}
.foujita-menu-lead .title {
  margin-bottom: 1.5em;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 3rem;
}
.foujita-menu-lead .title::before {
  content: "";
  width: 22rem;
  height: 2.5rem;
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 11rem);
  z-index: -1;
  background: url(../../images/foujita/title_bg02.png) no-repeat center/contain;
}
.foujita-menu-lead .menu-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.foujita-menu-lead .menu-column .pic {
  width: 50%;
  margin-right: 5.5%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.foujita-menu-lead .menu-column .text p {
  line-height: 2.25;
}
.foujita-menu-lead .menu-column .more {
  margin-top: 1.5em;
  padding-top: 0.5em;
  padding-right: 2.4rem;
  padding-bottom: 0.5em;
  display: inline-block;
  border-bottom: 4px solid #2db0b2;
  background: url(../../images/foujita/arrow01.png) no-repeat right center/2rem;
  color: #2db0b2;
  font-weight: 600;
}
.foujita-menu-lead .object01 {
  width: 10.4rem;
  position: absolute;
  top: -8rem;
  left: 7rem;
  z-index: 9;
}
.foujita-menu-lead .object02 {
  width: 22.5rem;
  position: absolute;
  top: 85%;
  right: 10rem;
  z-index: 9;
}

.foujita-menu-list {
  margin-bottom: -3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.foujita-menu-list li {
  width: 30.5%;
  margin-right: 4.25%;
  margin-bottom: 3rem;
}
.foujita-menu-list li:nth-child(3n) {
  margin-right: 0;
}
.foujita-menu-list .pic {
  margin-bottom: 2rem;
}
.foujita-menu-list .title {
  letter-spacing: 0.025em;
  font-size: 2rem;
  line-height: 1.3;
}
.foujita-menu-list .caption {
  margin-top: 0.5em;
  display: inline-block;
  color: #c4f2f3;
  letter-spacing: 0.04em;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.3rem;
}
.foujita-menu-list .price {
  margin-top: 0.5em;
  display: block;
  text-align: right;
  font-family: "IBM Plex Sans", sans-serif;
}
.foujita-menu-list .price::before {
  content: "¥";
  margin-right: 0.5rem;
  padding: 0.2em 0.5em;
  border-radius: 0.7em;
  background-color: #2db0b2;
}
.foujita-menu-list .desc {
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.foujita-menu-list.other li {
  width: 48%;
  margin-right: 4%;
}
.foujita-menu-list.other li:nth-child(3n) {
  margin-right: 4%;
}
.foujita-menu-list.other li:nth-child(2n) {
  margin-right: 0;
}
.foujita-menu-list.other .title {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #333;
}

.menu-object {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  mix-blend-mode: screen;
}
.menu-object.is-animated {
  -webkit-animation: knife 4s ease-in-out infinite;
          animation: knife 4s ease-in-out infinite;
}
.menu-object-01 {
  top: -4rem;
  left: calc(50% + 19.8rem);
}
.menu-object-02 {
  top: 92rem;
  left: calc(50% + 3rem);
}
.menu-object-03 {
  top: 168rem;
  right: calc(50% + 17.6rem);
}
.menu-object-04 {
  top: -8rem;
  left: calc(50% + 20.4rem);
}
.menu-object-05 {
  top: 78rem;
  right: calc(50% + 12.4rem);
}

@-webkit-keyframes knife {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes knife {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.block-foujita-access {
  background: url(../../images/foujita/bg03.jpg) repeat center top/100rem auto;
}
.block-foujita-access .content {
  max-width: 128rem;
  margin: 0 auto;
}
.block-foujita-access .foujita-headline-01 {
  margin-bottom: -10rem;
  position: relative;
  z-index: 2;
}

.foujita-map-area {
  padding-bottom: 53.5%;
  position: relative;
  background: url(../../images/foujita/map_pc.png) no-repeat center/contain;
}
.foujita-map-area .access-info {
  width: 50%;
  padding-right: 2.34375%;
  padding-left: 9.375%;
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.foujita-map-area .access-info .logo {
  margin-right: 2rem;
}
.foujita-map-area .access-info p {
  line-height: 1.5625;
}
.foujita-map-area .access-info p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.foujita-map-area .access-info .text03 {
  color: #050505;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
}
.foujita-map-area .access-info .text03 a {
  color: #050505;
}
.foujita-map-area .access-info .link-icon {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.foujita-map-area .access-info .link-icon li + li {
  margin-left: 1.6rem;
}
.foujita-map-area .access-info .more {
  margin-top: 2em;
  padding-right: 2.4rem;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #000;
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.foujita-map-area .access-info .more::before, .foujita-map-area .access-info .more::after {
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  border: 2px solid #000;
}
.foujita-map-area .access-info .more::before {
  top: 0.2rem;
  right: 0.4rem;
}
.foujita-map-area .access-info .more::after {
  top: 0.5rem;
  right: 0;
}

.foujita-access-pic {
  width: 100%;
  height: 112.4rem;
  margin-top: 5rem;
  position: relative;
}
.foujita-access-pic > img {
  position: absolute;
}
.foujita-access-pic .access-pic01 {
  width: 56.8rem;
  top: 0;
  right: calc(50% + 6rem);
}
.foujita-access-pic .access-pic02 {
  width: 69.6rem;
  top: 11.4rem;
  left: calc(50% + 1rem);
}
.foujita-access-pic .access-pic03 {
  width: 72.4rem;
  top: 62.6rem;
  right: calc(50% - 8.6rem);
}
.foujita-access-pic .access-pic04 {
  width: 33.9rem;
  top: 89.6rem;
  left: calc(50% + 26.5rem);
}
.foujita-access-pic .access-obj01 {
  top: -4.8rem;
  left: calc(50% + 9.8rem);
}

.block-foujita-news .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-foujita-news .news-list {
  width: 63%;
}
.block-foujita-news .news-list li {
  padding: 1.8em 0;
}
.block-foujita-news .news-list .date {
  margin-bottom: 0.5em;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.4rem;
}
.block-foujita-news .more {
  margin-top: 1em;
  padding-top: 0.5em;
  padding-right: 3rem;
  padding-bottom: 0.5em;
  padding-left: 1rem;
  display: inline-block;
  border-bottom: 4px solid #000;
  background: url(../../images/foujita/arrow02.png) no-repeat right 0.2rem center/2rem;
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

.btn-reserve {
  width: 11.9rem;
  position: fixed;
  right: 11.5rem;
  bottom: 3.6rem;
  z-index: 9;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.btn-reserve:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-reserve img {
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  .foujita-hero {
    max-height: -webkit-fill-available;
  }
}
@media (min-width: 834px) {
  .dinner-slider .swiper-button {
    display: none;
  }
}
@media (max-width: 833px) {
  .foujita-header {
    padding: 1.8rem 1rem;
    z-index: 3;
  }
  .foujita-header .header-title {
    width: 7.8rem;
  }
  .footer-foujita {
    background-image: url(../../images/foujita/footer_bg_sp.jpg);
    background-size: cover;
  }
  .footer-foujita .footer-title {
    width: 8rem;
    margin-left: -0.5rem;
  }
  .footer-foujita .foujita-logo {
    width: 3.2rem;
    top: 15rem;
    left: 4rem;
  }
  .footer-foujita .footer-navi a {
    letter-spacing: 0;
  }
  .footer-foujita .footer-information {
    font-size: 1.2rem;
  }
  .footer-foujita .footer-information .name dt {
    font-size: 0.9rem;
  }
  .footer-foujita .footer-information .name dd {
    font-size: 1.7rem;
  }
  .foujita-headline-01 {
    margin-bottom: 0.5em;
    font-size: 4.5rem;
    line-height: 1;
  }
  .foujita-headline-02 {
    font-size: 3.6rem;
  }
  .foujita-headline-02 + .headline-sub {
    font-size: 1.1rem;
  }
  .foujita-headline-03 {
    font-size: 3rem;
  }
  .foujita-hero {
    height: 100vh;
    margin-bottom: 0;
  }
  .foujita-hero .slider01 {
    width: 100%;
    height: 50%;
    left: 0;
  }
  .foujita-hero .slider02 {
    width: 15.3rem;
    height: 42%;
    right: 3.6rem;
    bottom: 0;
  }
  .foujita-hero .slide-image {
    width: 100%;
    height: 100%;
    display: block;
  }
  .foujita-hero .slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .foujita-hero .title {
    margin-bottom: -0.1em;
    position: absolute;
    top: auto;
    bottom: 50%;
    letter-spacing: 0.075em;
    font-size: 2rem;
    line-height: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .foujita-hero .illust01 {
    width: 12.5rem;
    top: auto;
    right: 50%;
    bottom: 0;
  }
  .foujita-hero .illust02 {
    width: 7.5rem;
    top: auto;
    bottom: 6.2rem;
    left: calc(50% - 1rem);
    z-index: 4;
  }
  .news-index-list {
    padding: 1rem 1.5rem;
  }
  .news-index-list li {
    display: block;
  }
  .news-index-list .date {
    margin-right: 0;
    font-size: 1.1rem;
  }
  .news-index-list .title {
    font-size: 1.4rem;
  }
  .block-foujita-message {
    padding-top: 23.5rem;
    padding-bottom: 5rem;
  }
  .block-foujita-message .text-area {
    width: 100%;
    margin: 0 auto 54.2rem;
  }
  .block-foujita-message .text-area .headline {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
  .block-foujita-message .text-area .headline::before {
    content: "";
    width: 28.4rem;
    height: 3.2rem;
    bottom: -0.3em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .block-foujita-message .text-area p {
    padding: 0 4.2rem;
    font-size: 1.5rem;
  }
  .message-pic.pic01 {
    width: 10.2rem;
    right: auto;
    left: 0;
  }
  .message-pic.pic02 {
    width: 14rem;
    right: 0;
    left: auto;
  }
  .message-pic.pic03 {
    width: 13.2rem;
    top: 56.9rem;
    right: auto;
    left: 0;
  }
  .message-pic.pic04 {
    width: 19.8rem;
    top: 65.9rem;
    right: 0;
    left: auto;
  }
  .message-pic.pic05 {
    width: 16rem;
    top: 92.5rem;
    left: 4rem;
  }
  .message-pic.obj01 {
    width: 9.3rem;
    top: 13.5rem;
    right: auto;
    left: 7.9rem;
  }
  .message-pic.obj02 {
    width: 21.6rem;
    top: 51.5rem;
    left: 15.7rem;
    z-index: 1;
  }
  .message-pic.obj03 {
    width: 6.6rem;
    top: 5rem;
    right: calc(50% - 3.5rem);
  }
  .message-column {
    display: block;
  }
  .message-column .pic {
    width: 100%;
    margin-left: 0;
  }
  .message-column .text {
    width: 100%;
    margin-left: 0;
    padding: 0 2.5rem;
  }
  .message-column .text p {
    font-size: 1.5rem;
  }
  .parallax {
    height: 36.6rem;
    max-height: none;
  }
  .parallax img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block-foujita-menu .foujita-headline-wrap {
    margin-bottom: 2rem;
  }
  .foujita-partition-line {
    margin: 0;
  }
  .foujita-partition-line hr {
    width: 100%;
    height: 1rem;
    margin-bottom: 3.9rem;
    background-size: 50% auto;
  }
  .menu-slider .swiper-button {
    width: 3.8rem;
    height: 3.8rem;
  }
  .menu-slider .swiper-button::after {
    font-size: 1.5rem;
  }
  .menu-slider .swiper-button-prev {
    left: -6rem;
  }
  .menu-slider .swiper-button-next {
    right: -6rem;
  }
  .menu-text01 {
    margin: 0 auto;
    padding: 0 2.5rem;
  }
  .foujita-menu-lead {
    min-height: 69.2rem;
    margin-bottom: 1.5rem;
    padding: 6rem 4.5rem;
    background: none;
  }
  .foujita-menu-lead::before {
    content: "";
    width: auto;
    height: auto;
    top: 0;
    right: -1.5rem;
    bottom: 0;
    left: -1.5rem;
    background-image: url(../../images/foujita/menu_bg_sp.png);
    background-size: cover;
    -webkit-transform: none;
            transform: none;
  }
  .foujita-menu-lead .inner {
    position: relative;
    z-index: 2;
  }
  .foujita-menu-lead .title {
    margin-bottom: 1.5em;
    font-size: 2.3rem;
  }
  .foujita-menu-lead .title::before {
    content: "";
    width: 8.9rem;
    height: 1.2rem;
    bottom: 0;
    left: calc(50% - 4.45rem);
  }
  .foujita-menu-lead .menu-column {
    display: block;
  }
  .foujita-menu-lead .menu-column .pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .foujita-menu-lead .menu-column .text p {
    line-height: 1.8333333333;
  }
  .foujita-menu-lead .object01 {
    width: 7.5rem;
    top: 4.5rem;
    left: 0;
  }
  .foujita-menu-lead .object02 {
    display: none;
  }
  .foujita-menu-list {
    padding: 0 2.5rem;
    display: block;
  }
  .foujita-menu-list li {
    width: 100%;
    margin-right: 0;
  }
  .foujita-menu-list .pic {
    margin-bottom: 1.6rem;
  }
  .foujita-menu-list .title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .foujita-menu-list .caption {
    max-width: 18.4rem;
    margin-top: 0.5em;
    float: left;
    font-size: 1rem;
  }
  .foujita-menu-list .price::before {
    border-radius: 0.5em;
  }
  .foujita-menu-list .desc {
    margin-top: 0.5em;
    font-size: 1.4rem;
  }
  .foujita-menu-list.other li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .foujita-menu-list.other li:nth-child(3n) {
    margin-right: 0;
  }
  .foujita-menu-list.other .title {
    padding-bottom: 0.2em;
    border-bottom: 1px solid #333;
  }
  .dinner-slider-wrap {
    padding: 0 2.5rem;
  }
  .dinner-slider {
    overflow: unset !important;
  }
  .dinner-slider .swiper-button {
    width: 3.8rem;
    height: 3.8rem;
    top: 22.5rem;
    background-color: #1c1b1b;
    color: #fff;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .dinner-slider .swiper-button::after {
    font-size: 1.5rem;
  }
  .dinner-slider .swiper-button-prev {
    left: -4rem;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .dinner-slider .swiper-button-next {
    right: -4rem;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .dinner-slider .foujita-menu-list {
    padding: 0;
    -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
  }
  .dinner-slider .swiper-slide {
    margin-bottom: 0 !important;
  }
  .menu-object {
    width: 8.5rem;
  }
  .menu-object-01 {
    top: 0;
    right: 0;
    left: auto;
  }
  .menu-object-02 {
    top: 168rem;
    left: 0;
  }
  .menu-object-03 {
    top: 268rem;
    right: 0;
  }
  .menu-object-04 {
    top: -4rem;
    right: 0;
    left: auto;
  }
  .menu-object-05 {
    top: 78rem;
    right: auto;
    left: -2rem;
  }
  .block-foujita-access .foujita-headline-01 {
    margin-bottom: -3.5rem;
  }
  .foujita-map-area {
    height: 74.5rem;
    margin: 0 -1.5rem;
    padding-bottom: 0;
    background-image: url(../../images/foujita/map_sp.png);
  }
  .foujita-map-area .access-info {
    width: 100%;
    padding: 7.5rem 5.8rem 0;
    position: relative;
    top: auto;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
  .foujita-map-area .access-info .logo {
    width: 10.5rem;
    margin: 0 auto 2.5rem;
  }
  .foujita-map-area .access-info p {
    line-height: 1.5625;
  }
  .foujita-map-area .access-info p:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
  .foujita-map-area .access-info .text01 {
    font-size: 1.2rem;
  }
  .foujita-map-area .access-info .text03 {
    float: left;
    font-size: 1.6rem;
  }
  .foujita-map-area .access-info .link-icon {
    margin-top: 0;
    float: right;
  }
  .foujita-map-area .access-info .link-icon li {
    width: 1.5rem;
  }
  .foujita-map-area .access-info .link-icon li + li {
    margin-left: 1rem;
  }
  .foujita-map-area .access-info .more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5rem auto 0;
    padding-right: 1.4rem;
    display: block;
    border-bottom-width: 3px;
    font-size: 1.3rem;
  }
  .foujita-map-area .access-info .more::before, .foujita-map-area .access-info .more::after {
    content: "";
    width: 0.7rem;
    height: 0.5rem;
    border-width: 1px;
  }
  .foujita-map-area .access-info .more::after {
    top: 0.4rem;
    right: 0.2rem;
  }
  .foujita-access-pic {
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
  .foujita-access-pic > img {
    position: relative;
  }
  .foujita-access-pic .access-pic01 {
    width: 28.4rem;
    margin-bottom: 4.2rem;
    left: -5.5rem;
  }
  .foujita-access-pic .access-pic02 {
    width: 34.8rem;
    margin-bottom: 4.2rem;
    top: auto;
    left: 1.5rem;
  }
  .foujita-access-pic .access-pic03 {
    width: 34.2rem;
    margin-bottom: 4.9rem;
    top: auto;
    right: 2rem;
  }
  .foujita-access-pic .access-pic04 {
    width: 17rem;
    top: auto;
    left: 20.8rem;
  }
  .foujita-access-pic .access-obj01 {
    top: -4.8rem;
    left: calc(50% + 9.8rem);
  }
  .block-foujita-news .content {
    display: block;
  }
  .block-foujita-news .foujita-headline-01 {
    margin-bottom: 4rem;
    text-align: center;
  }
  .block-foujita-news .news-list {
    width: 100%;
    padding: 0 2.5rem;
  }
  .block-foujita-news .more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 4.5rem auto 0;
    padding-right: 2rem;
    display: block;
    background-size: 1.2rem;
    font-size: 1.2rem;
  }
  .btn-reserve {
    width: 8.5rem;
    right: auto;
    bottom: 1.2rem;
    left: 1.2rem;
  }
}