@charset "UTF-8";

/*============================
	google
============================*/
@media screen and (min-width:767px) {
  #google_translate {
    transform: translate(-50%, -100%);
    top: max(80rem, 80vh);
    right: auto;
    left: max(140px, 23rem);
  }
}

@media (max-width: 1000px) {
  #google_translate {
    top: max(90rem, 100vh);
  }
}

@media (max-width: 850px) {
  #google_translate {
    top: max(98rem, 100vh);
  }
}
@media screen and (max-width:767px) {
  #google_translate {
    transform: none;
      position: absolute;
      top: 0;
      right: 60px;
      z-index: 9999;
  }
}
/* @media (max-width: 767px) {
  #google_translate {
    height: auto;
    transform: none;
    top: auto;
    right: auto;
    left: 0;
    bottom: max(65px, 8rem);
    z-index: 10;
  }
} */

/*============================
	header
============================*/
.header.top {
  height: max(90rem, 100vh);
}

@media (min-width: 768px) {
  .header.top {
    background: var(--bg-1);
    background: url("../img/header_bg.jpg") repeat center / cover;
    width: max(160px, 24rem);
    margin-left: 11rem;
    padding-top: 5rem;
  }

  .header.top::before,
  .header.top::after {
    content: "";
    background-color: var(--white);
    width: max(3px, 0.4rem);
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
  }

  .header.top::before {
    left: 2rem;
  }

  .header.top::after {
    right: 2rem;
  }

  .header.top .header__logo {
    margin: 0 auto 5rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 850px) {
  .header.top {
    height: max(98rem, 100vh);
  }
}

@media (max-width: 767px) {
  .header.top {
    height: auto;
  }
}

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-zen);
  font-size: max(14px, 2rem);
  font-weight: 900;
  color: var(--brown);
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl span {
  display: block;
  font-family: var(--font-en);
  font-size: max(24px, 4.8rem);
  font-weight: 400;
}

.common__ttl span::first-letter {
  color: var(--red);
}

.common__ttl--wt,
.common__ttl--wt span::first-letter {
  color: var(--white);
}

.common__btn {
  width: max(180px, 26.5rem);
  margin: 0 auto;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.line {
  display: block;
  background: url("../img/line.jpg") no-repeat center / cover;
  width: 100%;
  height: 1rem;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  position: relative;
}

@media (max-width: 850px) {
  .hero {
    height: max(98rem, 100vh);
  }
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 14px;
  left: auto !important;
  right: 17rem;
  bottom: 2rem !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    transform: translateX(-50%) !important;
    left: 50% !important;
    bottom: 3rem !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: var(--white);
  width: 9px !important;
  height: 9px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--yellow);
}

/*============================
	news
============================*/
.news {
  background: var(--bg-1);
  padding: 11rem 0 13rem;
  position: relative;
  z-index: 1;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/bg_line.png") repeat-y center / 100% auto;
  width: 7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.news::after {
  transform: scale(-1, -1);
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 5rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6rem auto 9.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 80%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--black);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: var(--bg-2);
  color: var(--white);
  padding: 13rem 0;
  position: relative;
}

.concept::before {
  content: "";
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 44rem;
  height: 44rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept::before {
    width: 32rem;
    height: 32rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

.concept .common__ttl {
  width: max-content;
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 3.5rem;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 8.5rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 70rem;
  height: 100%;
  border-radius: 0 10rem 10rem 0;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-1);
  padding: 11.5rem 0 13.5rem;
  position: relative;
  z-index: 1;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 44rem;
  height: 44rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.menu::after {
  transform: scale(-1, -1);
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 32rem;
    height: 32rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin: 5.5rem auto 9.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 3.6rem;
}

.menu__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  background: url("../img/menu_txt-deco-1.png") no-repeat center top, url("../img/menu_txt-deco-2.png") no-repeat center bottom;
  background-size: 100% auto, 100% auto;
  width: 100%;
  height: 100%;
  color: var(--brown);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9rem 5rem 6rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding: 9rem 5% 6rem;
  }
}

.menu__txt-wrapper::before,
.menu__txt-wrapper::after {
  content: "";
  position: absolute;
  background: url("../img/menu_txt-deco-3.png") repeat center / cover;
  width: 0.8rem;
  height: calc(100% - 8.4rem);
  top: 6rem;
  left: 0;
}

@media (max-width: 767px) {
  .menu__txt-wrapper::before,
  .menu__txt-wrapper::after {
    height: calc(100% - 10.2rem);
    top: 7.3rem;
  }
}

.menu__txt-wrapper::after {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

.menu__txt-wrapper h3 {
  font-size: max(12px, 2rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.menu__txt-wrapper p {
  font-size: max(10px, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 50.2rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__img p {
  font-family: var(--font-en);
  font-size: max(24px, 4.8rem);
  color: var(--yellow);
  position: absolute;
  top: 2.5rem;
  left: 5.5rem;
}

.menu__list-item:nth-of-type(even) .menu__img p {
  left: auto;
  right: 5.5rem;
}

.menu__takeout {
  background: url("../img/takeout_bg.jpg") no-repeat center / cover;
  width: 110rem;
  margin: 0 auto 10rem;
}

@media (max-width: 767px) {
  .menu__takeout {
    width: 90%;
    padding-top: 30rem;
  }
}

.menu__takeout-inner {
  background: url("../img/takeout_txt-bg.jpg") repeat center / 100% auto;
  width: 67.6rem;
  height: 100%;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  color: var(--white);
  text-align: center;
  padding: 5rem 7rem 6rem 14rem;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .menu__takeout-inner {
    width: 100%;
    clip-path: none;
    padding: 5rem 5rem 6rem;
  }
}

.menu__takeout h3 {
  font-family: var(--font-en);
  font-size: max(24px, 4.8rem);
  color: var(--yellow);
  margin-bottom: 1rem;
}

.menu__takeout p {
  letter-spacing: 0.1em;
  line-height: 2;
}

/*============================
	profile
============================*/
.profile {
  background: var(--bg-2);
  color: var(--white);
  padding: 13rem 0 10.5rem;
}

.profile__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 5.5rem;
  margin: 7rem auto 9.5rem;
}

@media (max-width: 767px) {
  .profile__list {
    width: 90%;
  }
}

.profile__list-item {
  display: flex;
  gap: 4rem 8.5rem;
}

.profile__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .profile__list-item,
  .profile__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.profile__txt-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  position: relative;
}

@media (max-width: 767px) {
  .profile__txt-wrapper {
    padding-top: 0;
  }
}

.profile__txt-wrapper::before {
  content: "";
  background: url("../img/profile_deco-1.png") no-repeat center / contain;
  width: 17rem;
  height: 20.4rem;
  position: absolute;
  top: -14.3rem;
  right: -3rem;
  pointer-events: none;
  z-index: -1;
}

.profile__list-item:nth-of-type(2) .profile__txt-wrapper::before {
  background: url("../img/profile_deco-2.png") no-repeat center / contain;
  width: 15.4rem;
  height: 18rem;
  top: auto;
  right: auto;
  left: -8rem;
  bottom: -22rem;
}

@media (max-width: 767px) {
  .profile__txt-wrapper::before {
    width: 13rem;
    height: 15.6rem;
  }

  .profile__list-item:nth-of-type(2) .profile__txt-wrapper::before {
    width: 12rem;
    height: 14rem;
    left: -4rem;
  }
}

.profile__txt-wrapper h3 {
  font-size: max(12px, 1.8rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.profile__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.profile__img {
  width: 52rem;
  height: 100%;
  border-radius: 1.7rem;
  flex-shrink: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .profile__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-1);
  padding: 10rem 0 12rem;
}

.gallery__slider {
  height: 29.2rem;
  margin: 6.5rem 0 8rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  background-color: var(--red);
  width: 29.2rem;
  border-radius: 50%;
  padding: 1rem;
  margin: 0 0.8rem;
}

.gallery__slider .swiper-slide:nth-of-type(3n - 1) {
  background-color: #2c4178;
}

.gallery__slider .swiper-slide:nth-of-type(3n) {
  background-color: var(--yellow);
}

.gallery__slider .swiper-slide img {
  border-radius: 50%;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  padding: 9.5rem 0 15rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 33.6rem;
  height: 33rem;
  position: absolute;
  top: 11.4rem;
  right: 12.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 24rem;
    height: 23.6rem;
    top: 70rem;
    right: 0;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 0;
  margin: 7rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img-list {
  width: 66rem;
  height: 100%;
  flex-shrink: 0;
  margin: 0 -8rem 0 -3rem;
}

@media (max-width: 767px) {
  .access__img-list {
    width: 100%;
    margin: 0;
  }
}

.access__img-list li {
  width: 58rem;
  height: 100%;
  border: solid 2px var(--white);
  margin: 0 0 0 auto;
}

.access__img-list li:nth-of-type(2) {
  width: 42rem;
  margin: -5.5rem 0 0;
}

.access__list-wrapper {
  background: url("../img/access_list-bg.jpg") no-repeat center / cover;
  border: solid 2px #98774d;
  padding: 5rem 6rem 5.5rem 5rem;
  margin-top: 12rem;
  position: relative;
}

@media (max-width: 767px) {
  .access__list-wrapper {
    margin: 0;
  }
}

.access__list-wrapper::before {
  content: "";
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: solid 2px #98774d;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4rem;
}

.access__list dt,
.access__list dd {
  font-size: max(12px, 1.5rem);
  letter-spacing: 0.05em;
  padding: 2.1rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--black);
  }
}

@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;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-1);
  padding: 10rem 0 14rem;
  position: relative;
  z-index: 1;
}

.insta::before,
.insta::after {
  content: "";
  background: url("../img/bg_line.png") repeat-y center / 100% auto;
  width: 7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.insta::after {
  transform: scale(-1, -1);
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .insta::before,
  .insta::after {
    width: 5rem;
  }
}

.insta__contents {
  width: 87rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 80%;
  }
}

.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: 40rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

.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;
}
