html {
  font-size: calc((100 / 750) * 1vw);
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
}

.l-container {
  max-width: 750rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
}

img,
video {
  width: 100%;
  display: block;
}

a {
  display: block;
  text-decoration: none;
}

.trans {
  transition: opacity 0.3s ease-in-out
}

.trans:hover {
  opacity: 0.7;
}

.cta {
  background-color: #faf8f0;
  padding-bottom: 92rem;
}

.slider {
  overflow: hidden;
}

.slider_01 .slick-slide {
  padding: 0 5rem;
}

.cta-btn {
  width: 626rem;
  margin: 50rem auto 36rem;
  animation: move 1.5s infinite;
}

.cta-modal {
  width: 343rem;
  margin: 0 auto;
  cursor: pointer;
}

@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(0);
  }
}

.modal {
  position: fixed;
  z-index: 99;
  overflow: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
}

.modal h2 {
  font-weight: 700;
  font-size: 32rem;
  letter-spacing: .15em;
  line-height: calc(54 / 32);
  text-align: center;
}

.close_01 {
  width: 90rem;
  height: 90rem;
  margin-left: auto;
  cursor: pointer;
}

.close_02 {
  width: 228rem;
  margin: 0 auto;
  cursor: pointer;
}

.modal-decor {
  width: 141rem;
  margin: 0 auto 20rem;
}

.modal ul {
  width: 650rem;
  margin: 0 auto;
}

.modal li {
  padding-bottom: 45rem;
  position: relative;
}

.modal li:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 29rem;
  height: 29rem;
  background: url("../img/arrow_01.png") no-repeat center center / cover;
}

.modal li:last-child{
  margin-top: 22rem;
}

.modal-wrapper {
  width: 750rem;
  margin: 0 auto;
  padding: 30rem 20rem;
  background-color: gray;
}

.modal-content {
  background-color: #fff;
  padding-bottom: 80rem;
}

.modal-text {
  background-color: #0091ac;
  color: #fff;
  font-weight: 700;
  font-size: 30rem;
  letter-spacing: .15em;
  line-height: calc(45 / 30);
  text-align: center;
  padding: 44rem 30rem;
}

.menu {
  background-color: #faf8f0;
  position: relative;
  padding: 70rem 0 100rem;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 70rem;
}

.menu::before {
  top: 0;
  background: url("../img/menu_decor_01.png") no-repeat center center / cover;
}

.menu::after {
  bottom: 0;
  background: url("../img/menu_decor_02.png") no-repeat center center / cover;
}

.menu h2 {
  width: 606rem;
  margin: 0 auto 40rem;
}

.menu .slider_02 {
  padding: 0 61rem 65rem;
}

.menu .slick-slide {
  display: flex;
  flex-wrap: wrap;
}

.menu .slick-list {
  padding-top: 30rem;
}

.menu .menu-item {
  width: 50%;
  margin-bottom: 25rem;
  padding: 0 12rem;
}

.menu .item-wrapper {
  box-shadow: 6rem 0 16rem rgba(201, 230, 235, 0.7);
  border-radius: 10rem;
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: #fff;
}

.menu .menu-name {
  font-weight: 700;
  color: #fff;
  font-size: 20rem;
  line-height: calc(25 / 20);
  background-color: #0091ac;
  text-align: center;
  min-height: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 12rem;
}

.menu .menu-description {
  color: #1a1a1a;
  font-size: 15rem;
  line-height: calc(23 / 16.45);
  font-weight: 700;
  padding: 7rem 15rem 16rem;
  text-align: justify;
}

.menu .menu-chef {
  position: absolute;
  top: 0;
  left: 0;
  width: 44rem;
  height: 44rem;
  top: 6rem;
  left: 6rem;
}

.menu .menu-image {
  width: 100%;
  height: 175rem;
}

.menu .menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-arrow {
  background: #fff url("../img/arrow_02.png") no-repeat center center / cover;
  width: 67rem;
  height: 67rem;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 39%;
  z-index: 2;
  border-radius: 100%;
}

.slick-prev {
  transform: rotate(180deg);
}

.menu .slick-next {
  right: 6rem;
}

.menu .slick-prev {
  left: 6rem;
}

.menu .slick-dots {
  display: flex;
  justify-content: center;
}

.menu .slick-dots button {
  overflow: hidden;
  text-indent: -9999px;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-color: #1a1a1a;
  margin: 0 8rem;
  opacity: 0.2;
}

.menu .slick-active button {
  opacity: 1;
}

.menu-more {
  width: 635rem;
  margin: 0 auto;
}

.sub {
  padding: 54rem 0 144rem;
}

.sub h2 {
  margin-bottom: 102rem;
}

.sub li {
  margin-bottom: 16rem;
}

.overview {
  background-color: #0091ac;
  padding: 0 60rem 98rem;
}

.overview h2 {
  position: relative;
  top: -100rem;
  margin-bottom: -56rem;
}

.point ul {
  margin-top: 110rem;
}

.point li {
  margin-bottom: 82rem;
}

.point .slick-arrow {
  top: 47%;
}

.point .slick-next {
  right: 8rem;
}

.point .slick-prev {
  left: 8rem;
}

.point-slide {
  margin-top: 118rem;
  position: relative;
}

.point-slide .slide-title {
  width: 460rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -54rem;
  z-index: 2;
}

.point-slide .slick-slide {
  padding: 0 72rem;
}

.w-670 {
  width: 670rem;
  margin: 0 auto;
}

.option {
  background-color: #faf8f0;
  padding: 90rem 0 130rem;
}

.option img:first-child {
  margin-bottom: 90rem;
}

.sidebar {
  display: none;
}

.bg-fixed {
  display: none;
}

footer {
  background-color: #0091ac;
  padding-bottom: 56rem;
  color: #fff;
}

.footer-link {
  display: flex;
  justify-content: center;
  margin-bottom: 66rem;
}

.footer-link li {
  margin: 0 20rem;
}

.footer-link a {
  font-size: 24rem;
  text-decoration: underline;
  font-weight: 700;
}

.footer-link a:hover {
  text-decoration: none;
}

footer small {
  display: block;
  font-size: 22rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-container {
    border-radius: 20rem 20rem 0 0;
    overflow: hidden;
    max-width: 375rem;
    margin-top: 245rem;
  }

  .bg-fixed {
    display: block;
    width: 100vw;
    height: 100vh;
    background: url("../img/bg_fixed.png") no-repeat center center / cover;
    position: fixed;
    top: 0;
    left: 0;
  }

  .cta {
    padding-bottom: 41rem;
  }

  .cta-btn {
    width: 313rem;
    margin: 25rem auto 18rem;
  }

  .cta-modal {
    width: calc(343rem / 2);
  }

  .slider_01 .slick-list {
    padding: 0 112.5rem !important;
  }

  .menu {
    padding: 35rem 0 50rem;
  }

  .menu::before,
  .menu::after {
    height: 35rem;
  }

  .menu h2 {
    width: 303rem;
    margin-bottom: 20rem;
  }

  .menu .menu-name {
    min-height: 35rem;
    font-size: 10rem;
    padding: 5rem 6rem;
  }

  .menu .menu-description {
    font-size: calc(15rem / 2);
    padding: 3.5rem 7.5rem 8rem;
  }

  .menu .menu-chef {
    width: 22rem;
    height: 22rem;
    top: 3rem;
    left: 3rem;
  }

  .menu .menu-image {
    height: calc(175rem / 2);
  }

  .menu .menu-item {
    padding: 0 6rem;
    margin-bottom: 12rem;
  }

  .menu .item-wrapper {
    border-radius: 5rem;
    box-shadow: 3rem 0 8rem rgba(201, 230, 235, 0.7);
  }

  .menu .slider_02 {
    padding: 0 30rem 62rem;
  }

  .slick-arrow {
    width: calc(67rem / 2);
    height: calc(67rem / 2);
  }

  .menu .slick-list {
    padding-top: 15rem;
  }

  .menu .slick-next {
    right: 3rem;
  }

  .menu .slick-prev {
    left: 3rem;
  }

  .menu .slick-dots button {
    width: 5rem;
    height: 5rem;
    margin: 0 4rem;
  }

  .menu-more {
    width: calc(635rem / 2);
  }

  .sub {
    padding: 27rem 0 72rem;
  }

  .sub h2 {
    margin-bottom: 51rem;
  }

  .sub li {
    margin-bottom: 8rem;
  }

  .overview {
    padding: 0 30rem 49rem;
  }

  .overview h2 {
    top: -50rem;
    margin-bottom: -28rem;
  }

  .point ul {
    margin-top: 55rem;
  }

  .point li {
    margin-bottom: 41rem;
  }

  .w-670 {
    width: 335rem;
  }

  .point-slide {
    margin-top: 59rem;
  }

  .point-slide .slide-title {
    width: 230rem;
    top: -27rem;
  }

  .point-slide .slick-slide {
    padding: 0 36rem;
  }

  .point .slick-prev {
    left: 4rem;
  }

  .point .slick-next {
    right: 4rem;
  }

  .option {
    padding: 45rem 0 65rem;
  }

  .option img:first-child {
    margin-bottom: 45rem;
  }

  .modal-wrapper {
    width: 375rem;
    padding: 15rem 10rem;
  }

  .close_01 {
    width: 45rem;
    height: 45rem;
  }

  .modal-decor {
    width: calc(141rem / 2);
    margin-bottom: 10rem;
  }

  .modal h2 {
    font-size: 16rem;
  }

  .modal ul {
    width: 325rem;
  }

  .modal-text {
    font-size: 15rem;
    padding: 22rem 15rem;
  }

  .close_02 {
    width: 114rem;
  }

  .modal-content {
    padding-bottom: 40rem;
  }

  .modal li {
    padding-bottom: 22rem;
  }

  .modal li:not(:last-child)::before {
    width: calc(29rem / 2);
    height: calc(29rem / 2);
    bottom: -2rem;
  }

  .l-column {
    position: relative;
  }

  .sidebar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .sidebar--left {
    right: calc(50% + 375rem - 120rem);
  }

  .sidebar .logo {
    max-width: min(199rem,13vw);
    margin-bottom: 48rem;
  }

  .sidebar a {
    max-width: min(20vw,313rem);
  }

  .sidebar--right {
    right: calc(50% - 350rem);
  }

  .go-top {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background-color: #0091ac;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 14rem;
    line-height: 1.2;
    width: 70rem;
    height: 70rem;
    cursor: pointer;
    margin-bottom: 24rem;
  }

  .progress-bar {
    width: 2rem;
    height: 374rem;
    background-color: #0091ac;
    position: relative;
  }

  .progress {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 14rem;
    height: 14rem;
    background-color: #0091ac;
    border-radius: 100%;
  }

  footer {
    padding-bottom: 28rem;
  }

  .footer-link {
    margin-bottom: 33rem;
  }

  .footer-link li {
    margin: 0 10rem;
  }

  .footer-link a {
    font-size: 12rem;
  }

  footer small {
    font-size: 11rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  .sidebar--left {
    left: 30rem;
    right: unset;
  }

  .bg-fixed::before {
    left: -400rem;
  }

  .bg-fixed::after {
    right: -400rem;
  }
}