@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

top

-------------------------------------------------- */
.p-top-mv {
  position: relative;
  height: 100vh;
  min-height: 86rem;
}
@media only screen and (max-width: 768px) {
  .p-top-mv {
    min-height: 48rem;
  }
}
.p-top-mv__container {
  height: 100%;
}
.p-top-mv__head {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12.8rem;
  font-family: "Oranienbaum", serif;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__head {
    font-size: 6.4rem;
  }
}
.p-top-mv__main {
  height: 100%;
}
.p-top-mv__main .swiper {
  height: 100%;
}
.p-top-mv__main .swiper-wrapper {
  height: 100%;
}
.p-top-mv__main .swiper-slide {
  position: relative;
  height: 100%;
}
.p-top-mv__main .swiper-slide:before, .p-top-mv__main .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 24rem;
  z-index: 2;
  mix-blend-mode: multiply;
}
.p-top-mv__main .swiper-slide:before {
  top: 0;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.p-top-mv__main .swiper-slide:after {
  bottom: -1px;
  background: #0C2B41;
  background: linear-gradient(0deg, rgb(12, 43, 65) 0%, rgba(12, 43, 65, 0) 100%);
}
.p-top-mv__main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-mv__main .swiper-slide p {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  right: 3.2rem;
  bottom: 3.2rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__main .swiper-slide p {
    display: none;
  }
}
.p-top-mv__main .swiper-slide p:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 2.2rem;
  background: url(../img/common/icon_pin01.svg) center/cover;
}
.p-top-mv__main .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  bottom: 8rem !important;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__main .swiper-pagination {
    bottom: 5.6rem !important;
  }
}
.p-top-mv__main .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 !important;
  border: 1px solid #fff;
  opacity: 1;
}
.p-top-mv__main .swiper-pagination-bullet-active {
  background: #fff;
}

.p-top-concept {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .p-top-concept {
    padding: 8rem 1.6rem;
  }
}
.p-top-concept__container {
  max-width: 108rem;
  margin: auto;
}
.p-top-concept__head {
  text-align: center;
  margin: 0 0 2.4rem;
}
.p-top-concept__main {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media only screen and (max-width: 768px) {
  .p-top-concept__txt:last-child {
    display: none;
  }
}
.p-top-concept__txt p {
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.p-top-concept__txt p + p {
  margin: 2em 0 0;
}
.p-top-concept__button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-top-concept__button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0.8rem 1.6rem;
    margin: 4rem auto 0;
    border: 1px solid #fff;
    border-radius: 10rem;
  }
}
.p-top-concept__button.is-active span:first-child {
  display: none;
}
.p-top-concept__button.is-active span:last-child {
  display: block;
}
.p-top-concept__button span {
  font-size: 2.4rem;
  font-family: "Oranienbaum", serif;
  color: #fff;
}
.p-top-concept__button span:last-child {
  display: none;
}

.p-top-activities {
  padding: 1.6rem;
}
.p-top-activities__container {
  background: rgba(249, 249, 241, 0.25);
  padding: 12rem 0;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .p-top-activities__container {
    padding: 8rem 1.6rem;
  }
}
.p-top-activities__inner {
  max-width: 108rem;
  margin: auto;
}
.p-top-activities__head {
  text-align: center;
  margin: 0 0 2.4rem;
}
.p-top-activities__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .p-top-activities__main {
    grid-template-columns: auto;
    gap: 4rem;
  }
}
.p-top-activities__main li a {
  display: block;
}
.p-top-activities__main li a:hover figure:before {
  opacity: 1;
}
.p-top-activities__main li a figure {
  position: relative;
  border: 1px solid #F9F9F1;
  margin: 0 0 1.6rem;
}
.p-top-activities__main li a figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.4s;
}
.p-top-activities__main li a h3 {
  font-size: 3.6rem;
  font-weight: 400;
  font-family: "Oranienbaum", serif;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 0.8rem;
}
.p-top-activities__main li a p {
  font-size: 1.8rem;
  color: #fff;
}

.p-top-menu {
  padding: 12rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-top-menu {
    padding: 8rem 1.6rem 0;
  }
}
.p-top-menu__container {
  max-width: 108rem;
  margin: auto;
}
.p-top-menu__head {
  text-align: center;
  margin: 0 0 2.4rem;
}
.p-top-menu__main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-top-menu__main {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-menu__main li a {
  position: relative;
  display: block;
  border: 1px solid #E6E6E6;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-top-menu__main li a:hover img {
  scale: 1.2;
}
.p-top-menu__main li a span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 3.6rem;
  font-family: "Oranienbaum", serif;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top-menu__main li a span {
    font-size: 2.4rem;
  }
}
.p-top-menu__main li a img {
  transition: 0.8s;
}

.p-top-about {
  padding: 8rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .p-top-about {
    padding: 8rem 1.6rem;
  }
}
.p-top-about__container {
  max-width: 108rem;
  margin: auto;
}
.p-top-about__head {
  text-align: center;
  margin: 0 0 2.4rem;
}
.p-top-about__main {
  border: 1px solid #fff;
  border-radius: 0.8rem;
}

.p-top-banner {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding: 2.4rem 4rem;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .p-top-banner {
    padding: 2.4rem 1.6rem;
  }
}
.p-top-banner a {
  display: block;
  max-width: 24rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-top-banner a {
    max-width: 100%;
  }
}
.p-top-banner a:hover {
  opacity: 0.7;
}