@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  display: block;
  width: 34.6rem;
  position: relative;
  padding-top: max(40px, 6.5rem);
  margin: 0 auto;
}

.gallery .common__ttl {
  width: 45.3rem;
}

.access .common__ttl {
  width: 48rem;
  margin: 0 0 0 6.5rem;
}

.insta .common__ttl {
  width: 69.6rem;
  padding-top: max(30px, 4.5rem);
}

@media (max-width: 767px) {
  .common__ttl {
    width: 26rem;
    font-size: max(21px, 3.6rem);
    padding-top: max(30px, 5rem);
  }

  .gallery .common__ttl {
    width: 34rem;
  }

  .access .common__ttl {
    width: 36rem;
    margin: 0 auto;
  }

  .insta .common__ttl {
    width: 52.2rem;
    padding-top: max(25px, 4rem);
  }
}

.common__ttl span {
  display: block;
  font-family: var(--font-en);
  font-size: max(20px, 4.4rem);
  font-weight: 400;
  color: #9e1c22;
  line-height: 1;
  text-transform: capitalize;
  position: absolute;
  transform: scaleX(1.4);
  top: 0;
  left: -6.5rem;
}

.gallery .common__ttl span {
  left: -4rem;
}

.access .common__ttl span {
  left: -4rem;
}

.insta .common__ttl span {
  left: -4rem;
}

@media (max-width: 767px) {
  .common__ttl span,
  .gallery .common__ttl span,
  .access .common__ttl span,
  .insta .common__ttl span {
    font-size: max(20px, 3.6rem);
    left: -3rem;
  }
}

.common__btn {
  width: max(160px, 30rem);
  height: max(40px, 6.6rem);
  flex-shrink: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .common__btn {
    width: max(160px, 22rem);
    height: max(40px, 5.4rem);
  }
}

.common__btn a {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  font-size: max(12px, 2rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .common__btn a {
    font-size: max(12px, 1.6rem);
  }
}

.common__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px var(--black);
  position: absolute;
  top: max(4px, 0.8rem);
  left: max(4px, 0.8rem);
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .common__btn a::before {
    top: max(4px, 0.6rem);
    left: max(4px, 0.6rem);
  }
}

.common__line {
  display: block;
  background-color: #932f29;
  width: 100%;
  height: max(8px, 1.3rem);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(120rem, 100vh);
  padding-left: 48rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 0;
  }
}

.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: 13px;
  left: 52rem !important;
  bottom: 10px !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    left: 5% !important;
    bottom: 3rem !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: var(--white);
  width: 10px !important;
  height: 10px !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: #9e1c22;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  padding: max(40px, 6rem) 0 9rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news {
    padding: 8rem 0 10rem;
  }
}

.news::before,
.news::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.news::before {
  background: url("../img/news_deco-1.png") no-repeat center / contain;
  width: 43.2rem;
  height: 64.6rem;
  left: -3rem;
  bottom: 2rem;
}

.news::after {
  background: url("../img/news_deco-2.png") no-repeat center / contain;
  width: 42.8rem;
  height: 66rem;
  mix-blend-mode: multiply;
  top: 5rem;
  right: 6rem;
}

@media (max-width: 767px) {
  .news::before {
    width: 24rem;
    height: 35.9rem;
  }

  .news::after {
    width: 24rem;
    height: 37rem;
    top: 2rem;
    right: -2rem;
  }
}

.CMS-NEWS-INDEX {
  width: max(600px, 99.5rem);
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.6rem;
  margin: 5.5rem auto 7rem;
}

@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: max(120px, 18.8rem);
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-TIME,
.CMS-NEWS-LINK {
  font-size: max(12px, 1.6rem);
}

.CMS-NEWS-LINK {
  margin-top: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 6rem 0 8.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .concept {
    display: flex;
    flex-direction: column-reverse;
    rotate: 4rem;
  }
}

.concept::before,
.concept::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.concept::before {
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 73.2rem;
  height: 83.6rem;
  top: -36rem;
  left: -15.5rem;
}

.concept::after {
  background: url("../img/line.jpg") no-repeat center / cover;
  width: 100%;
  height: max(8px, 1.3rem);
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1120px) {
  .concept::before {
    left: -40rem;
  }
}

@media screen and (max-width: 767px) {
  .concept::before {
    width: 40rem;
    height: 35.7rem;
    top: -14rem;
    left: -10rem;
  }
}

.concept__contents {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    margin: 0 auto;
  }
}

.concept__txt-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    width: 67.5rem;
  }
}

.concept__txt-wrapper h2 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  color: #edad2c;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .concept__txt-wrapper h2 {
    font-size: max(16px, 4rem);
  }
}

.concept__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.concept__img-list {
  width: 129rem;
  display: flex;
  align-items: center;
  margin-bottom: 9rem;
}

@media (max-width: 767px) {
  .concept__img-list {
    width: 90%;
  }
}

.concept__img-list li {
  width: 71rem;
  height: 100%;
  border: solid max(4px, 0.9rem) var(--white);
  filter: drop-shadow(2rem 2rem 2rem rgba(32, 23, 20, 0.4));
  transform: rotate(-5deg);
}

.concept__img-list li:nth-of-type(2) {
  margin: 5.5rem 0 0 -13rem;
  position: relative;
  z-index: -1;
}

@media (max-width: 767px) {
  .concept__img-list li {
    width: 60%;
    border: solid max(3px, 0.6rem) var(--white);
  }

  .concept__img-list li:nth-of-type(2) {
    margin: 5.5rem 0 0 -10rem;
  }
}

.concept__deco-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept__deco-list {
    width: 90%;
    position: static;
    transform: none;
    margin: 0 auto;
  }
}

.concept__deco-list li {
  display: block;
  width: 53rem;
  height: 100%;
}

.concept__deco-list li:nth-of-type(2) {
  width: 57.8rem;
}

@media (max-width: 767px) {
  .concept__deco-list li {
    width: 30rem;
  }

  .concept__deco-list li:nth-of-type(2) {
    width: 35rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 7.5rem 0 27rem;
  position: relative;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 56.8rem;
  height: 40.2rem;
  filter: drop-shadow(1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 7.5rem;
  right: 8rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu::before {
    width: 30rem;
    height: 21.2rem;
    top: 2rem;
    right: -6rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 47rem;
  margin: 17rem auto 0;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 25rem;
    margin: 12rem auto 0;
  }
}

.menu__list-item {
  display: flex;
  gap: 8rem 16rem;
  position: relative;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__list-item:nth-of-type(2)::before {
  content: "";
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 52.8rem;
  height: 37.4rem;
  filter: drop-shadow(1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 0.5));
  position: absolute;
  transform: translateY(-100%);
  top: -8rem;
  left: -8rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2)::before {
    width: 30rem;
    height: 21.2rem;
    top: -2rem;
    left: -4rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    padding-top: 4rem;
  }
}

.menu__txt-wrapper::before {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(1) .menu__txt-wrapper::before {
  background: url("../img/menu_txt-deco-1.png") no-repeat center / contain;
  width: 62.8rem;
  height: 105.6rem;
  top: -31rem;
  left: -45.5rem;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  background: url("../img/menu_txt-deco-2.png") no-repeat center / contain;
  width: 43.6rem;
  height: 57.8rem;
  top: -22rem;
  right: -34rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1) .menu__txt-wrapper::before {
    width: 34rem;
    height: 57.2rem;
    top: 0;
    left: -15rem;
  }

  .menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
    width: 24rem;
    height: 31.8rem;
    top: 0;
    right: -8rem;
  }
}

.menu__list-item:nth-of-type(1) .common__ttl {
  width: 37.7rem;
  padding-top: 9rem;
  margin: 0 0 0 -10rem;
}

.menu__list-item:nth-of-type(2) .common__ttl {
  width: 50.6rem;
  padding-top: 9rem;
  margin: 0;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1) .common__ttl,
  .menu__list-item:nth-of-type(2) .common__ttl {
    width: 30rem;
    padding-top: 5rem;
    margin: 0;
  }

  .menu__list-item:nth-of-type(2) .common__ttl {
    width: 40rem;
  }
}

.menu__list-item .common__ttl span {
  color: #231815;
  left: -2rem;
}

.menu__list-item:nth-of-type(2) .common__ttl span {
  left: -4rem;
}

@media (max-width: 767px) {
  .menu__list-item .common__ttl span,
  .menu__list-item:nth-of-type(2) .common__ttl span {
    left: 0;
  }
}

.menu__txt-wrapper p {
  font-size: max(12px, 2.1rem);
  line-height: 2;
  margin: 4rem 0 8rem;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 0;
  }
}

.menu__img {
  width: 90rem;
  height: 100%;
  border: solid max(3px, 0.6rem) var(--brown);
  flex-shrink: 0;
  position: relative;
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-top: 12rem;
  margin-right: calc(50% - 50vw);
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img {
    width: 100%;
    margin: 0;
  }
}

.menu__img::before,
.menu__img::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu__img::before {
  background-color: #987930;
  width: 113rem;
  height: 51.1rem;
  opacity: 0.4;
  mix-blend-mode: multiply;
  top: -15rem;
  left: 0;
}

.menu__list-item:nth-of-type(odd) .menu__img::before {
  width: 133rem;
  height: 57.7rem;
  left: auto;
  right: 0;
}

.menu__img::after {
  background: url("../img/menu_img-deco.jpg") repeat center / cover;
  width: 98rem;
  height: 47rem;
  left: 0;
  bottom: -13.5rem;
}

.menu__list-item:nth-of-type(odd) .menu__img::after {
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .menu__img::before {
    width: 100%;
    height: 40rem;
    top: -8rem;
    left: calc(50% - 50vw);
  }

  .menu__list-item:nth-of-type(odd) .menu__img::before {
    width: 100%;
    height: 40rem;
    left: auto;
    right: calc(50% - 50vw);
  }

  .menu__img::after {
    width: 100%;
    height: 100%;
    left: auto;
    right: calc(50% - 50vw);
    bottom: -5rem;
  }

  .menu__list-item:nth-of-type(odd) .menu__img::after {
    left: calc(50% - 50vw);
    right: auto;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 7.5rem 0 10rem;
  position: relative;
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco.png") no-repeat center / contain;
  width: 29.6rem;
  height: 50.6rem;
  filter: drop-shadow(2rem 2rem 2rem rgba(0, 0, 0, 0.3));
  position: absolute;
  top: -39rem;
  right: 13rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .gallery::before {
    width: 20rem;
    height: 34.1rem;
    top: -20rem;
    right: 1rem;
  }
}

.gallery__slider {
  height: 30.5rem;
  margin: 7.5rem 0 6.5rem;
}

@media (max-width: 767px) {
  .gallery__slider {
    height: 23.4rem;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 39rem;
}

@media (max-width: 767px) {
  .gallery__slider .swiper-slide {
    width: 30rem;
  }
}

.gallery__txt-wrapper {
  width: 108rem;
  display: flex;
  align-items: center;
  gap: 4rem 7.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .gallery__txt-wrapper {
    width: 90%;
    flex-direction: column;
  }
}

.gallery__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/*============================
	access
============================*/
.access {
  padding: 9.5rem 0 10.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .access {
    padding: 10rem 0;
  }
}

.access::before,
.access::after {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
}

.access::before {
  background: url("../img/access_deco.png") no-repeat center / cover;
  width: 100rem;
  height: 62rem;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .access::before {
    width: 60rem;
    height: 37.2rem;
    right: -8rem;
  }
}

.access__inner {
  width: 155rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__inner {
    width: 90%;
  }
}

.access__contents {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 2rem 6rem;
  margin: 9.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    flex-direction: column;
  }
}

.access__img {
  width: 61rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__tel {
  font-size: max(12px, 2.9rem);
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6rem auto;
}

@media (max-width: 767px) {
  .access__tel {
    font-size: max(12px, 1.8rem);
  }
}

.access__tel a {
  font-size: max(20px, 6.6rem);
  font-weight: 700;
  color: var(--brown);
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

@media (max-width: 767px) {
  .access__tel a {
    font-size: max(20px, 3.2rem);
  }
}

.access__tel a::before {
  content: "";
  display: block;
  background: url("../img/tel_icon-access.png") no-repeat center / contain;
  width: max(20px, 6.3rem);
  height: max(20px, 6.3rem);
}

@media (max-width: 767px) {
  .access__tel a::before {
    width: max(20px, 3rem);
    height: max(20px, 3rem);
  }
}

.access__sns {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4rem 9rem;
  margin: 0 auto;
}

.access__sns p {
  background-color: #c73423;
  font-size: max(16px, 3.3rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  padding: 1.5rem 3rem;
  position: relative;
}

@media (max-width: 767px) {
  .access__sns p {
    font-size: max(16px, 2.4rem);
    padding: 1rem 2.4rem;
  }
}

.access__sns p::after {
  content: "";
  background-color: #c73423;
  width: 3rem;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  transform: translateX(100%);
  top: 0;
  right: 0;
  pointer-events: none;
}

.access__sns-list {
  display: flex;
  align-items: center;
  gap: 6rem;
}

@media (max-width: 767px) {
  .access__sns-list {
    gap: 4rem;
  }
}

.access__sns-list li {
  display: block;
  width: 8rem;
}

.access__sns-list li:nth-of-type(2) {
  width: 7.4rem;
}

@media (max-width: 767px) {
  .access__sns-list li {
    width: max(30px, 6rem);
  }

  .access__sns-list li:nth-of-type(2) {
    width: max(26px, 5.5rem);
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .access__list {
    margin-top: 15rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  width: max(100px, 22rem);
  font-weight: 400;
  padding: 3.3rem 0 3.3rem 7rem;
}

.access__list dd {
  width: calc(100% - max(100px, 22rem));
  border-bottom: solid 1px var(--black);
  font-size: max(12px, 2.6rem);
  padding: 3.3rem 0;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--black);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
    font-size: max(12px, 1.8rem);
  }

  .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;
  }
}

@media screen and (min-width: 768px) {
  .top__map {
    height: 46rem;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 10rem 0 15rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.insta::before,
.insta::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.insta::before {
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  width: 53.8rem;
  height: 54.2rem;
  top: 13rem;
  left: 7rem;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  width: 54.2rem;
  height: 83.8rem;
  top: 7rem;
  right: -10rem;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 32rem;
    height: 32.2rem;
    top: 18rem;
    left: -2rem;
  }

  .insta::after {
    width: 30rem;
    height: 46.4rem;
  }
}

.insta__contents {
  width: max(600px, 87rem);
  margin: 7.5rem 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: max(192px, 28rem);
  height: max(185px, 27rem);
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 73rem;
  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;
}
