@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-kai);
  font-size: max(21px, 3.2rem);
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

.common__ttl span {
  font-size: max(10px, 1.2rem);
  letter-spacing: 0.1em;
}

.common__btn {
  width: max-content;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_arw.png") no-repeat center right / contain;
  width: 100%;
  height: 100%;
  font-size: max(14px, 2.1rem);
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 0 max(36px, 6rem) max(6px, 1rem) 0.5rem;
  position: relative;
}

.common__btn a span {
  font-size: max(12px, 1.5rem);
  font-weight: 300;
  letter-spacing: 0.1em;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero {
    height: max(320px, 50rem);
  }
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f6f5ef 55%);
  width: 104rem;
  height: 100%;
  opacity: 0.9;
  top: 0;
  right: 0;
}

.hero::after {
  background: url("../img/hero_deco-1.png") no-repeat center / contain;
  width: 51rem;
  height: 51.6rem;
  right: -5rem;
  bottom: -3.5rem;
}

@media (max-width: 767px) {
  .hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), #f6f5ef 55%);
    width: 100%;
  }

  .hero::after {
    width: 30rem;
    height: 30.3rem;
  }
}

.hero__txt-wrapper {
  font-family: var(--font-kai);
  position: absolute;
  top: 21.5rem;
  right: 13rem;
  z-index: 3;
}

@media (min-width: 768px) {
  .hero__txt-wrapper {
    height: 60%;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media (max-width: 767px) {
  .hero__txt-wrapper {
    width: 90%;
    top: auto;
    right: auto;
    left: 5%;
    bottom: 10%;
  }
}

.hero__txt-wrapper h2 {
  font-size: max(24px, 4rem);
  font-weight: 400;
  margin-left: 3rem;
}

@media (max-width: 767px) {
  .hero__txt-wrapper h2 {
    font-size: max(16px, 3rem);
    margin: 0 0 2rem;
  }
}

.hero__txt-wrapper p {
  line-height: 2;
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .hero__txt-wrapper p {
    font-size: max(10px, 1.4rem);
    padding: 0;
  }
}

.hero__deco {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.hero__deco-1 {
  width: 10.2rem;
  top: -7rem;
  right: 19.5rem;
}

.hero__deco-2 {
  width: 13.6rem;
  left: -3.5rem;
  bottom: -10rem;
}

.hero__deco-3 {
  width: 14.4rem;
  right: -1rem;
  bottom: -9rem;
}

@media (max-width: 767px) {
  .hero__deco-1 {
    width: 8rem;
    top: -9rem;
    left: -2rem;
    right: auto;
  }

  .hero__deco-2 {
    width: 9rem;
    bottom: -4rem;
  }

  .hero__deco-3 {
    width: 10rem;
  }
}

.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;
}

/*============================
	insta
============================*/
.insta {
  padding: 10rem 0 11rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .insta {
    padding: 15rem 0 16rem;
  }
}

.insta::before,
.insta::after {
  content: "";
  height: 46.8rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.insta::before {
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  width: 42.2rem;
  top: -1.3rem;
  left: -1.3rem;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  width: 41.2rem;
  right: 0;
  bottom: -2rem;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 28.8rem;
    height: 32rem;
  }

  .insta::after {
    width: 28.2rem;
    height: 32rem;
  }
}

.insta__link {
  background-color: var(--brown);
  width: 58rem;
  height: max(120px, 19rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .insta__link {
    width: 80%;
  }
}

.insta__link a {
  width: 100%;
  height: 100%;
  color: var(--white);
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  padding: 1rem;
  position: relative;
}

.insta__link a::before,
.insta__link a::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.insta__link a::before {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid 1px var(--white);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.insta__link a::after {
  background-color: var(--white);
  width: max(10px, 1.6rem);
  height: max(10px, 1.6rem);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: 1rem;
  bottom: 1rem;
}

.insta__link h3 {
  font-family: var(--font-kai);
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}

.insta__link h3 strong {
  color: #fffbc7;
  font-weight: 400;
  position: relative;
}

.insta__link h3 strong::before {
  content: "";
  background-color: #645e7d;
  width: 100%;
  height: max(5px, 0.9rem);
  position: absolute;
  left: 0;
  bottom: 1px;
  pointer-events: none;
  z-index: -1;
}

.insta__link h3 span {
  font-size: max(12px, 1.6rem);
}

.insta__icon {
  display: block;
  width: max(40px, 7.7rem);
}

.insta__btn {
  font-family: var(--font-kai);
  position: absolute;
  right: 3rem;
  bottom: 2rem;
}

.insta__contents {
  width: 84.4rem;
  margin: 9.5rem auto 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.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: 26rem;
  height: 26rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

.insta__deco {
  display: block;
  position: absolute;
  pointer-events: none;
}

.insta__deco-1 {
  width: 14rem;
  top: 11rem;
  left: 17rem;
}

.insta__deco-2 {
  width: 45.8rem;
  top: 4rem;
  right: -0.5rem;
}

.insta__deco-3 {
  width: 45.8rem;
  left: -16rem;
  bottom: 6rem;
}

.insta__deco-4 {
  width: 17.4rem;
  right: 4.5rem;
  bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
  .insta__deco-1 {
    width: 10rem;
    top: 1rem;
    left: 2rem;
  }

  .insta__deco-2 {
    width: 34rem;
    top: 3rem;
    right: -10rem;
  }

  .insta__deco-3 {
    width: 34rem;
    left: -20rem;
    bottom: 2rem;
  }

  .insta__deco-4 {
    width: 12rem;
    right: 6rem;
    bottom: 3rem;
  }
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  color: var(--white);
  padding: 9rem 0 8.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .access {
    padding: 9rem 0 15rem;
  }
}

.access::before,
.access::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.access::before {
  background: url("../img/access_deco-1.png") no-repeat center / contain;
  width: 24.6rem;
  height: 26.6rem;
  top: -6rem;
  right: 25.5rem;
}

.access::after {
  background: url("../img/access_deco-2.png") no-repeat center / contain;
  width: 48.8rem;
  height: 24.8rem;
  filter: drop-shadow(0.5rem 1.2rem 1rem rgba(17, 17, 17, 0.5));
  left: 8rem;
  bottom: 6rem;
}

@media (max-width: 767px) {
  .access::before {
    width: 16rem;
    height: 17.3rem;
    right: 3rem;
  }

  .access::after {
    width: 32rem;
    height: 16.3rem;
    left: 1rem;
    bottom: 2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 7.5rem;
  margin: 6rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 47.5rem;
  height: 100%;
  flex-shrink: 0;
  margin: -8rem 0 0 calc(50% - 50vw + 5rem);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 3rem 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;
  }
}

.top__map {
  height: 47.5rem;
}
