@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  display: block;
  font-family: var(--font-en);
  font-size: max(24px, 3.4rem);
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__btn {
  width: max(160px, 18.8rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--brown);
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.3rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.common__btn--bl a {
  background-color: var(--black);
}

.common__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px var(--brown);
  position: absolute;
  top: 2px;
  left: 2px;
  pointer-events: none;
}

.common__btn--bl a::before {
  border: solid 1px var(--black);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(31.8px, 3.5rem);
  height: max(5px, 0.55rem);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(99rem, 100vh);
  padding: max(80px, 12rem) 0 18rem 30rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 52rem);
    padding: max(60px, 8rem) 0 10% 10%;
  }
}

@media (min-width: 768px) {
  .hero::before {
    content: "";
    background-color: var(--black);
    width: max(550px, 91rem);
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
}

.hero__ttl {
  font-size: max(18px, 3.4rem);
  font-weight: 700;
  color: var(--white);
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  position: absolute;
  transform: translateY(-50%);
  top: 45%;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero__ttl {
    font-size: max(16px, 2.4rem);
  }
}

.hero__ttl span {
  display: block;
  background-color: var(--brown);
  width: max-content;
  padding: 1.8rem 5rem 1.8rem 10rem;
}

@media (max-width: 767px) {
  .hero__ttl span {
    padding: 1rem 3rem 1rem 10%;
  }
}

.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: 9px;
  left: auto !important;
  right: 29.5rem;
  bottom: 15.5rem !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
    bottom: 6% !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: #787878;
  width: 7px !important;
  height: 7px !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(--black);
}

.hero__scroll {
  position: absolute;
  left: 17rem;
  bottom: 18rem;
}

.hero__scroll p {
  font-size: max(12px, 1.3rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__scroll p::after {
  content: "";
  display: block;
  background: url("../img/scroll.png") no-repeat center / contain;
  width: max(10px, 1.4rem);
  height: max(74.3px, 10.4rem);
  margin-right: -0.8rem;
}

/*============================
	concept
============================*/
.concept {
  padding: 6.5rem 0 14.5rem;
  position: relative;
}

.concept::before,
.concept::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.concept::before {
  background: var(--bg-2);
  width: 95.5rem;
  height: 60rem;
  top: 0;
  left: 0;
}

.concept::after {
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 42.2rem;
  height: 23.2rem;
  left: 0;
  bottom: 7.5rem;
}

@media (max-width: 767px) {
  .concept::before {
    width: 54%;
    height: 45rem;
  }

  .concept::after {
    width: 30rem;
    height: 16.5rem;
    bottom: 2rem;
  }
}

.concept__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__inner {
    width: 90%;
  }
}

.concept__ttl {
  font-family: var(--font-en);
  font-size: max(40.5px, 8.1rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  margin-right: -2rem;
  position: relative;
}

.concept__ttl::after {
  content: "concept";
  position: absolute;
  pointer-events: none;
  font-family: var(--font-en);
  font-size: max(40.5px, 8.1rem);
  color: var(--white);
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 30% 0, 30% 100%, 0% 100%);
}

.concept__img {
  display: flex;
  margin: -3rem 0 0 -11rem;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
    margin: 2rem 0 0;
  }
}

.concept__img img:nth-of-type(1) {
  width: 59rem;
  margin: 0;
}

.concept__img img:nth-of-type(2) {
  width: 70rem;
  margin: 9rem 0 0 -8rem;
}

@media (max-width: 767px) {
  .concept__img img:nth-of-type(2) {
    margin: 8rem 0 0 -8rem;
  }
}

.concept__contents {
  width: 100%;
  display: flex;
  gap: 6rem 9rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .concept__contents {
    flex-direction: column;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    padding-left: 17.5rem;
  }
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .concept .common__btn {
    flex-shrink: 0;
    margin: 3rem 2.5rem 0 0;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-2);
  color: var(--white);
  padding: 14.5rem 0 12.5rem;
  position: relative;
  z-index: 1;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 40.2rem;
  height: 20.8rem;
  top: 14.5rem;
  right: 8.5rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 34.4rem;
  height: 35.6rem;
  left: 5rem;
  bottom: 5rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 32rem;
    height: 16.5rem;
    right: 1rem;
  }

  .menu::after {
    width: 28rem;
    height: 29rem;
    left: 1rem;
    bottom: 2rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 12rem auto 12.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    flex-direction: column;
    row-gap: 10rem;
  }
}

.menu__list-item {
  width: 52.6rem;
  display: flex;
  flex-direction: column;
  gap: 5rem 6rem;
}

.menu__list-item:nth-of-type(1) {
  width: 100%;
  flex-direction: row;
}

.menu__list-item:nth-of-type(2) {
  width: 100%;
  flex-direction: row-reverse;
  gap: 5rem 6.5rem;
  margin: 2.5rem 0 5.5rem;
}

@media (max-width: 767px) {
  .menu__list-item {
    width: 100%;
  }

  .menu__list-item:nth-of-type(1),
  .menu__list-item:nth-of-type(2) {
    flex-direction: column-reverse;
    margin: 0;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

.menu__list-item:nth-of-type(1) .menu__txt-wrapper,
.menu__list-item:nth-of-type(2) .menu__txt-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .menu__list-item:nth-of-type(1) .menu__txt-wrapper {
    padding-top: 2rem;
  }

  .menu__list-item:nth-of-type(2) .menu__txt-wrapper {
    padding-top: 6.5rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  font-family: var(--font-en);
  font-size: max(18px, 3.4rem);
  font-style: italic;
  color: var(--brown);
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
}

.menu__img {
  width: 100%;
}

.menu__list-item:nth-of-type(1) .menu__img {
  width: 55rem;
  height: 100%;
  flex-shrink: 0;
}

.menu__list-item:nth-of-type(2) .menu__img {
  width: 54.9rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1) .menu__img,
  .menu__list-item:nth-of-type(2) .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background-color: var(--brown);
  padding: 12rem 0;
}

.gallery__slider {
  height: 20rem;
  margin: 7.5rem 0 8.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.6rem;
}

/*============================
	news
============================*/
.news {
  padding: 14.5rem 0 16.5rem;
  position: relative;
  z-index: 1;
}

.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: 35rem;
  height: 18.2rem;
  top: 4.6rem;
  left: 1.5rem;
}

.news::after {
  background: url("../img/news_deco-2.png") no-repeat center / contain;
  width: 23.2rem;
  height: 19.2rem;
  right: 6.5rem;
  bottom: 6rem;
}

@media (max-width: 767px) {
  .news::before {
    width: 28rem;
    height: 14.5rem;
    top: 3rem;
    left: 1rem;
  }

  .news::after {
    width: 18rem;
    height: 14.9rem;
    right: 3rem;
    bottom: 3rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 5.5rem auto;
}

@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: 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;
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 13rem 0 16rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 9rem;
  margin: 8rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 2.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4rem;
  }
}

.access__list dt,
.access__list dd {
  padding: 2.9rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--brown);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--brown);
  }
}

@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;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 12rem 0 15rem;
  position: relative;
  z-index: 1;
}

.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: 30rem;
  height: 24.4rem;
  top: 5rem;
  left: 10rem;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  width: 33.8rem;
  height: 23.6rem;
  right: 4.5rem;
  bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 24rem;
    height: 19.5rem;
    top: 3rem;
    left: 1rem;
  }

  .insta::after {
    width: 27rem;
    height: 18.8rem;
    right: 1rem;
    bottom: 2rem;
  }
}

.insta__contents {
  width: 88.7rem;
  margin: 6.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: 2.4rem 2.9rem;
}

.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: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
