@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-yuji);
  font-size: max(20px, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--bl {
  color: var(--black);
}

.common__ttl span {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(18px, 2.6rem);
  height: max(25.6px, 3.7rem);
}

.common__ttl--bl::before {
  background: url("../img/ttl_deco-bl.png") no-repeat center / contain;
}

.common__btn {
  width: max(160px, 20rem);
  height: max(40px, 4.8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid 1px var(--white);
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(6px, 1rem);
  padding: 0 0 0.2rem 2rem;
  position: relative;
}

.common__btn--bl a {
  border: solid 1px var(--black);
  color: var(--black);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(30.1px, 3.7rem);
  height: max(5px, 0.6rem);
}

.common__btn--bl a::after {
  background: url("../img/btn_arw-bl.png") no-repeat center / contain;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 75%);
  width: 100%;
  height: 20rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

/*============================
	news
============================*/
.news {
  padding: 10rem 0;
  position: relative;
}

.news::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #4e4742);
  width: 100%;
  height: 11rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.CMS-NEWS-INDEX {
  width: 99.5rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.7rem;
  margin: 6.5rem auto 7.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 18.8rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-TIME {
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  padding-bottom: 11rem;
  position: relative;
}

.concept::before {
  content: "";
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 49.8rem;
  height: 74rem;
  mix-blend-mode: lighten;
  position: absolute;
  top: -40rem;
  right: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept::before {
    width: 36rem;
    height: 53.5rem;
    top: -25rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 4rem 6.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 14rem;
  }
}

.concept__txt-wrapper h2 {
  font-size: max(18px, 3.6rem);
  font-weight: 500;
  color: var(--brown);
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .concept__txt-wrapper h2 {
    margin-bottom: 3rem;
  }
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin: 0 0 6rem;
}

@media (min-width: 768px) {
  .concept__txt-wrapper p {
    height: max(400px, 45rem);
    margin: 0 2rem 5rem 0;
  }

  .concept .common__btn {
    margin: 0 0 0 3rem;
  }
}

.concept__img-list {
  width: 75.5rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .concept__img-list {
    width: 95%;
    margin: 0;
  }
}

.concept__img-list ul {
  width: 74rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem;
  margin: -3rem -6.5rem 0 auto;
}

@media (max-width: 767px) {
  .concept__img-list ul {
    width: 95%;
    margin: -3rem -3.5rem 0 auto;
  }
}

/*============================
	chef
============================*/
.chef {
  background: var(--bg-2);
  padding: 8rem 0 11rem;
}

.chef__ttl {
  background: url("../img/chef_ttl-bg.png") no-repeat center / contain;
  width: max(182px, 25.5rem);
  height: max(50px, 7rem);
  font-size: max(18px, 2.8rem);
  font-weight: 400;
  color: var(--brown);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.chef__contents {
  background-color: #e7e4e2;
  width: 110rem;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 4rem 7rem;
  padding: 7.5rem 12rem 5rem;
  margin: 3.6rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .chef__contents {
    width: 90%;
    flex-direction: column;
    padding: 7.5rem 10% 8rem;
  }
}

.chef__contents::before,
.chef__contents::after {
  content: "";
  width: max(6px, 0.9rem);
  height: calc(100% - 11rem);
  border-left: solid 1px var(--black);
  border-right: solid 2px var(--black);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 6rem;
  pointer-events: none;
}

.chef__contents::after {
  border-left: solid 2px var(--black);
  border-right: solid 1px var(--black);
  left: auto;
  right: 6rem;
}

@media (max-width: 767px) {
  .chef__contents::before {
    left: 5%;
  }

  .chef__contents::after {
    right: 5%;
  }
}

.chef__txt-wrapper {
  width: 100%;
}

.chef__txt-wrapper h3 {
  font-size: max(16px, 2.8rem);
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.chef__txt-wrapper h3 small {
  font-size: max(10px, 1.4rem);
}

.chef__txt-wrapper h4 {
  font-size: max(14px, 2.5rem);
  font-weight: 500;
  margin: 2.5rem 0 1.5rem;
}

.chef__txt-wrapper p {
  line-height: 2;
}

.chef__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  margin: 2.5rem 0;
}

.chef__list li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.chef__list li span {
  background-color: #747d82;
  border-radius: 3px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.chef__img {
  display: block;
  width: 24.5rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .chef__img {
    width: 100%;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 11rem 0 15rem;
  position: relative;
  overflow: hidden;
}

.menu::before,
.menu::after {
  content: "";
  width: 49.8rem;
  height: 74rem;
  mix-blend-mode: lighten;
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  top: -24rem;
  left: 0;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  right: 0;
  bottom: 87rem;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 35rem;
    height: 52rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 18rem;
  margin: 12rem auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__ttl-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6rem;
}

.menu__list-item:nth-of-type(even) .menu__ttl-wrapper {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__ttl-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4rem;
  }

  .menu__list-item:nth-of-type(even) .menu__ttl-wrapper {
    flex-direction: row-reverse;
  }
}

.menu__ttl {
  width: 100%;
}

.menu__ttl h3 {
  background: url("../img/ttl_bg.png") no-repeat center / contain;
  width: max(40px, 8rem);
  height: max(145px, 29.2rem);
  font-size: max(20px, 4rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  gap: 2.5rem;
  padding-right: 5rem;
  margin: 0 auto;
}

.menu__ttl h3 span {
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.menu__list-item p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.menu__list-item:nth-of-type(odd) p {
  margin-left: auto;
}

@media (min-width: 768px) {
  .menu__list-item p {
    width: 55rem;
  }
}

.menu__img {
  width: 82rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }

  .menu__list-item:nth-of-type(odd) .menu__img {
    margin-right: calc(50% - 50vw);
  }

  .menu__list-item:nth-of-type(even) .menu__img {
    margin-left: calc(50% - 50vw);
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-3);
  padding: 7rem 0 7.5rem;
  position: relative;
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco.png") no-repeat center / contain;
  width: 49.8rem;
  height: 74rem;
  mix-blend-mode: lighten;
  position: absolute;
  transform: translateY(-100%);
  top: 13rem;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 35rem;
    height: 52rem;
  }
}

.gallery__slider {
  height: 22.6rem;
  margin: 7.5rem 0 6rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  margin: 0 0.6rem;
}

/*============================
	access
============================*/
.access {
  padding: 8.5rem 0 14rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
}

.access::before {
  background: url("../img/access_deco-1.png") no-repeat center / cover;
  width: 78rem;
  height: 52rem;
  right: 0;
}

.access::after {
  background: url("../img/access_deco-2.png") no-repeat center / cover;
  width: 52rem;
  height: 70rem;
  mix-blend-mode: lighten;
  left: 0;
}

@media (max-width: 767px) {
  .access::before {
    width: 55rem;
    height: 36.6rem;
  }

  .access::after {
    width: 40rem;
    height: 54rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 5.5rem;
  margin: 7.5rem auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 41.5rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 10rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 10rem));
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0 0 0 auto;
  }
}

.top__map {
  height: 37.2rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 9rem 0 11.5rem;
}

.insta__contents {
  width: 87rem;
  margin: 6rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 28rem;
  height: 27rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 45rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 40rem;
  }
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
