@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  display: block;
  margin: 0 auto;
}

.concept .common__ttl {
  width: 55.3rem;
}

.menu .common__ttl {
  width: 27.6rem;
}

.system .common__ttl {
  width: 34.8rem;
}

.gallery .common__ttl {
  width: 53.1rem;
}

.news .common__ttl {
  width: 27.8rem;
}

.access .common__ttl {
  width: 32.3rem;
}

.insta .common__ttl {
  width: 48.7rem;
}

.common__btn {
  width: max(160px, 23.5rem);
  height: max(40px, 5.2rem);
  margin: 0 auto;
}

.common__btn a {
  background-color: #c80000;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-left: 2rem;
  filter: drop-shadow(0 0.5rem 0 rgba(160, 0, 0, 0.35));
  position: relative;
}

.common__btn--br a {
  background-color: var(--brown);
  filter: drop-shadow(0 0.5rem 0 rgba(0, 0, 0, 0.35));
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(16px, 2.2rem);
  height: max(16px, 2.2rem);
}

/*============================
	header
============================*/
.header.top {
  height: max(90rem, 100vh);
}

@media (min-width: 768px) {
  .header.top {
    display: block;
    background: url("../img/texture-1.jpg") repeat center / 144rem auto;
    width: 25rem;
    padding: 4.5rem 0 0;
    left: 9rem;
  }

  .header.top .header__logo {
    margin: 0 auto 9rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
  }

  .header.top .header__sns {
    flex-direction: column;
  }
}

@media (max-width: 850px) {
  .header.top {
    height: max(95rem, 100vh);
  }
}

@media (max-width: 767px) {
  .header.top {
    height: auto;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  position: relative;
}

@media (max-width: 850px) {
  .hero {
    height: max(95rem, 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;
  height: max(15px, 3rem);
  display: flex;
  align-items: center;
  column-gap: 15px;
  transform: translateY(100%) !important;
  left: auto !important;
  right: 17rem;
  bottom: 0 !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
  }
}

.hero .swiper-pagination-bullet {
  background-color: #e0d9c9;
  width: 8px !important;
  height: 8px !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: #fabe00;
}

/*============================
	concept
============================*/
.concept {
  background: var(--bg-3);
  border-top: solid max(15px, 3rem) var(--brown);
  position: relative;
}

.concept__ttl-wrapper {
  background: url("../img/concept_ttl-bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}

.concept__txt-wrapper {
  width: 90%;
  color: var(--white);
  text-align: center;
  padding-top: 6.5rem;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    width: 52rem;
    padding: 6.5rem 0 9rem;
  }
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 4.5rem;
}

.concept__img {
  width: 144rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: -17rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100vw;
    position: static;
  }
}

.concept__img img:nth-of-type(1) {
  width: 64.7rem;
  margin-left: -6rem;
  margin-bottom: 3rem;
}

.concept__img img:nth-of-type(2) {
  width: 47.4rem;
}

@media (max-width: 767px) {
  .concept__img img:nth-of-type(1) {
    width: 60%;
    margin: 0 0 0 -9rem;
  }

  .concept__img img:nth-of-type(2) {
    width: 50%;
  }
}

.concept__bg {
  width: 100%;
}

/*============================
	menu
============================*/
.menu {
  padding: 9.5rem 0 15rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu {
    padding: 9.5rem 0 32rem;
  }
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 150.8rem;
  height: 167.4rem;
  transform: translate(-50%, -50%);
  top: 53%;
  left: 49%;
  z-index: -1;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 56.1rem;
  height: 44.4rem;
  left: -6.5rem;
  bottom: -7rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu::before {
    width: 90rem;
    height: 100rem;
    transform: translateX(-50%);
    top: auto;
    left: 50%;
    bottom: 4rem;
  }

  .menu::after {
    width: 43rem;
    height: 34rem;
    left: -3rem;
    bottom: -4rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 9.5rem auto 9rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  background: var(--bg-1);
  display: flex;
  gap: 4rem 5.5rem;
  padding: 4.5rem;
}

.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__txt-wrapper {
  width: 100%;
  color: var(--white);
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 1.5rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  width: 24.9rem;
  margin-bottom: 5rem;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper h3 span {
  width: 28.9rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 52rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-4);
  padding: 6rem 0 10rem;
}

.gallery__slider {
  height: 22.6rem;
  margin: 5rem 0 8rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
}

/*============================
	system
============================*/
.system {
  background: url("../img/system_bg.jpg") no-repeat center / cover;
  padding: 6.5rem 0 6rem;
  position: relative;
}

.system::before {
  content: "";
  background: linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1));
  width: 93.5rem;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.system__txt-wrapper {
  width: 120rem;
  color: var(--white);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .system__txt-wrapper {
    width: 90%;
  }
}

.system .common__ttl {
  margin: 0;
}

.system__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 5rem;
}

@media (min-width: 768px) {
  .system__txt-wrapper p {
    width: 38rem;
  }
}

.system .common__btn {
  margin: 0;
}

/*============================
	news
============================*/
.news {
  padding: 9rem 0 11.5rem;
  position: relative;
}

.news::before {
  content: "";
  background: url("../img/news_deco.png") no-repeat center / contain;
  width: 58.7rem;
  height: 30rem;
  position: absolute;
  top: -15rem;
  right: -7.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .news::before {
    width: 43rem;
    height: 22rem;
    top: -10rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4rem auto 6rem;
}

@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 {
  color: var(--brown);
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  padding-top: 1rem;
  margin-top: 1rem;
  position: relative;
}

.CMS-NEWS-LINK::before {
  content: "";
  background-image: linear-gradient(to right, var(--brown) 8px, transparent 4px);
  background-size: 12px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.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: 12.5rem 0 20.5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 10rem 7.5rem;
  margin: 9rem 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);
  position: relative;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__img::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 41.3rem;
  height: 16.3rem;
  position: absolute;
  left: 9rem;
  bottom: -9.5rem;
  pointer-events: none;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 4rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 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(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    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;
  }
}

.top__map {
  height: 38rem;
}

/*============================
	insta
============================*/
.insta {
  padding: 10rem 0 12rem;
}

.insta__contents {
  width: 90rem;
  margin: 7rem auto 8.5rem;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.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: 28.6rem;
  height: 28.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

.insta__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insta__list {
    gap: 4rem;
  }
}

.insta__list li {
  display: block;
  width: 7.1rem;
}

.insta__list li:nth-of-type(2) {
  width: 7.3rem;
}

.insta__list li:nth-of-type(4) {
  width: 6.3rem;
}
