@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-yuji);
  font-size: max(21px, 3rem);
  font-weight: 400;
  color: var(--blue);
  -webkit-text-stroke: 0.3px var(--blue);
  text-stroke: 0.3px var(--blue);
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.common__ttl--wt {
  color: var(--white);
  -webkit-text-stroke: 0.3px var(--white);
  text-stroke: 0.3px var(--white);
}

.common__ttl::before {
  content: "";
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(60px, 9.7rem);
  height: max(60px, 9.7rem);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.common__btn {
  width: max(169px, 19.9rem);
  height: max(45px, 5.3rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.png") no-repeat center / contain;
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.4rem);
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  position: relative;
}

.common__btn--wt a {
  background: url("../img/btn_bg-wt.png") no-repeat center / contain;
  color: var(--blue);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  padding: max(60px, 12rem) max(60px, 12rem) 0;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: max(60px, 8rem) 0 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;
}

/*============================
	news
============================*/
.news {
  padding: 14.5rem 0 12rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 8rem auto 5.5rem;
}

@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;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") repeat center bottom / 100% auto;
  color: var(--white);
  padding: 11rem 0 5rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    padding: 11rem 0 8rem;
  }
}

.policy::before,
.policy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.policy::before {
  background: url("../img/policy_deco-1.png") no-repeat center / cover;
  width: 100%;
  height: 9.5rem;
  transform: translateY(100%);
  bottom: 1px;
  left: 0;
}

.policy::after {
  background: url("../img/policy_deco-2.png") no-repeat center / cover;
  width: 48.2rem;
  height: 25.4rem;
  right: 7rem;
  bottom: -22rem;
}

@media (max-width: 767px) {
  .policy::before {
    height: 5rem;
  }

  .policy::after {
    width: 35rem;
    height: 18.4rem;
    right: 1rem;
    bottom: -16rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 5.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(455px, 45.5rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_txt-deco.png") no-repeat center / contain;
  width: 37.8rem;
  height: 37rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: -8rem;
  right: -13rem;
  pointer-events: none;
}

.policy__txt-wrapper h2 {
  font-family: var(--font-yuji);
  font-size: max(18px, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.policy__txt-wrapper p {
  border-right: solid 1px var(--white);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-right: 3rem;
  margin-right: 3rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper p {
    border-top: solid 1px var(--white);
    border-right: none;
    padding: 3rem 0 0;
    margin: 3rem 0 0;
  }
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0 0 0 auto;
  }
}

.policy__img-list {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img-list {
    width: 100%;
  }
}

.policy__img-list ul {
  width: 100%;
  display: flex;
  gap: 3.2rem;
  margin-top: 3.2rem;
}

/*============================
	menu
============================*/
.menu {
  padding: 24rem 0 14.5rem;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 7.5rem;
  margin: 12rem auto 8.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  position: relative;
}

.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;
    row-gap: 4rem;
  }
}

.menu__list-item::before {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: 35.2rem;
  height: 9.8rem;
  position: absolute;
  top: -8.5rem;
  left: -11rem;
  pointer-events: none;
}

.menu__list-item:nth-of-type(2):before {
  top: 45rem;
  right: -12.5rem;
  left: auto;
}

.menu__list-item:nth-of-type(3):before {
  top: 47.5rem;
  left: -9rem;
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.menu__txt-wrapper > div {
  background: url("../img/menu_txt-bg.jpg") repeat center / 100% auto;
  color: var(--white);
  padding: 5rem 5rem 5.5rem;
  margin: 0 0 0 -20rem;
}

.menu__list-item:nth-of-type(even) .menu__txt-wrapper > div {
  margin: 0 -20rem 0 0;
}

@media (max-width: 767px) {
  .menu__txt-wrapper > div,
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper > div {
    margin: 0;
  }
}

.menu__txt-wrapper h3 {
  background: url("../img/menu_ttl-bg.png") no-repeat center / contain;
  width: max(100px, 15.6rem);
  height: max(104px, 16.2rem);
  font-size: max(18px, 2.8rem);
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5rem;
}

.menu__txt-wrapper h4 {
  font-size: max(14px, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.menu__txt-wrapper p {
  line-height: 2;
}

.menu__img {
  width: 82rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 12rem 0 11.5rem;
}

.gallery__slider {
  height: 24.9rem;
  margin: 9rem 0 6.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  margin: 0 0.6rem;
}

/*============================
	access
============================*/
.access {
  padding: 15rem 0 19rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 22rem;
  height: 24.2rem;
  position: absolute;
  right: 7.5rem;
  bottom: 5.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 16rem;
    height: 17.6rem;
    right: 3rem;
    bottom: 2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 8.5rem;
  margin: 12.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
    margin: 10rem auto 0;
  }
}

.access__map {
  width: 67.5rem;
  height: 51rem;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__map {
    width: 100%;
    height: 45rem;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.2rem 0;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 600;
}

.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;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

/*============================
	bar
============================*/
.bar {
  background: url("../img/bar_bg.jpg") no-repeat center / cover;
  padding: 8rem 0;
}

.bar__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bar__inner {
    width: 90%;
  }
}

.bar__txt-wrapper {
  background: url("../img/bar_txt-bg.jpg") repeat center / 100% auto;
  width: max(300px, 47rem);
  text-align: center;
  padding: 6rem 7.5rem 4rem;
}

@media (max-width: 767px) {
  .bar__txt-wrapper {
    width: 100%;
  }
}

.bar__txt-wrapper p {
  margin: 3.5rem 0;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 12rem 0 16rem;
}

.insta__contents {
  width: 84.4rem;
  margin: 10rem auto 0;
}

@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;
  }
}
