/*
 Hero
-----------------------------------------------------*/
.p-hero {
  position: relative;
  overflow: hidden;
}
.p-hero__main {
  position: relative;
  z-index: 0;
}
.p-hero__main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0) 82%);
}
@media screen and (min-width: 1024px) {
  .p-hero__main::before {
    content: none;
  }
}
.p-hero__main > .swiper {
  position: relative;
  z-index: 0;
}
.p-hero__main {
  aspect-ratio: 390/632;
}
@supports not (aspect-ratio: 1/1) {
  .p-hero__main {
    position: relative;
    padding-top: 162.0512820513%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-hero__main {
    position: relative;
    padding-top: 162.0512820513%;
  }
}
.p-hero__main > img,
.p-hero__main > iframe {
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .p-hero__main > img,
  .p-hero__main > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-hero__main > img,
  .p-hero__main > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.p-hero__main > img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-hero__main {
    aspect-ratio: 1440/704;
  }
  @supports not (aspect-ratio: 1/1) {
    .p-hero__main {
      position: relative;
      padding-top: 48.8888888889%;
    }
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .p-hero__main {
    position: relative;
    padding-top: 48.8888888889%;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__main > img,
  .p-hero__main > iframe {
    width: 100%;
    height: 100%;
  }
  @supports not (aspect-ratio: 1/1) {
    .p-hero__main > img,
    .p-hero__main > iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .p-hero__main > img,
  .p-hero__main > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__main > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-hero__cover {
  position: relative;
  overflow: hidden;
}
.p-hero__cover,
.p-hero__cover picture {
  width: 100%;
  height: 100%;
}
.p-hero__cover img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide-active .p-hero__cover img {
  animation: heroZoomOut 5.5s linear forwards;
}
.p-hero__copy {
  position: absolute;
  left: 5%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  color: var(--l-main-color);
}
@media screen and (min-width: 1024px) {
  .p-hero__copy {
    top: 50%;
    left: 8%;
  }
}
.p-hero__copy .-en {
  font-size: clamp(1rem, 0.868rem + 0.56vw, 1.375rem);
}
.p-hero__copy .-main {
  font-size: clamp(2.125rem, 1.641rem + 2.07vw, 3.5rem);
  font-family: var(--l-serif-font-set);
  line-height: 1.285;
}
.p-hero__copy .-text {
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  color: var(--l-primary-text-color);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-hero__copy .-text {
    line-height: inherit;
  }
}
.p-hero__copy .-text-sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-hero__copy .-text-sp {
    display: none;
  }
}
.p-hero__copy .-text-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-hero__copy .-text-pc {
    display: inline;
  }
}
.p-hero__bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: var(--l-main-color);
}
@media screen and (min-width: 1024px) {
  .p-hero__bottom {
    padding-left: 8%;
    padding-right: 5%;
  }
}
.p-hero__link a {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  padding: 0.75em 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-hero__link a {
    padding: 1.5em;
  }
}
.p-hero__link span {
  display: block;
  position: relative;
  padding-left: 1em;
}
.p-hero__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/top/ico_link.svg") center center/cover;
  width: 0.5em;
  height: 0.875em;
  left: 0;
}
.p-hero__link li:last-child a {
  position: relative;
}
.p-hero__link li:last-child a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cb2235;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .p-hero__link li:last-child a::before {
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40%;
  }
}

@keyframes heroZoomOut {
  0% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
/*
 Book
-----------------------------------------------------*/
.p-book {
  position: relative;
}
.p-book::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 92%;
  background: #f6f3ef;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-book::before {
    height: 83%;
  }
}
.p-book__lead {
  margin-top: 1.5em;
  font-size: var(--l-primary-text-size);
  font-weight: 500;
  line-height: 1.8;
}
.p-book__cover {
  display: grid;
  place-items: center;
  padding: calc(32 / 16 * 1rem);
  background: #fff;
  width: 82.6666666667vw;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-book__cover {
    width: 30.303030303%;
    flex-shrink: 0;
  }
}
.p-book__cover-img {
  width: min(100%, 220 / 16 * 1rem);
  margin-inline: auto;
}
.p-book__cover-img img {
  width: 100%;
  height: auto;
}
.p-book__month {
  color: var(--l-light-color);
  font-size: calc(12 / 16 * 1rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 1em;
}
.p-book__content {
  margin-top: calc(32 / 16 * 1rem);
}
@media screen and (min-width: 1024px) {
  .p-book__content {
    margin-top: 0;
  }
}
.p-book__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1em;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: var(--tag-color, var(--l-main-color));
  background: #fff;
  font-size: var(--l-small-text-size);
  line-height: 1;
}
.p-book__tag.-award {
  color: #bc9a72;
}
.p-book__meta {
  margin-top: 1em;
  color: #6f6861;
  font-size: var(--l-small-text-size);
  line-height: 1.8;
}
.p-book__title {
  font-family: var(--l-serif-font-set);
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-book__comment {
  padding: 1em;
  border-left: 4px solid #8aa7c8;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-book__comment {
    padding: 1.5em;
  }
}
.p-book__comment-name {
  color: var(--l-light-color);
  font-size: calc(13 / 16 * 1rem);
  line-height: 1.6;
}
.p-book__comment-text {
  margin-top: calc(10 / 16 * 1rem);
  font-size: var(--l-small-text-size);
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.p-book__description {
  margin-top: 1em;
  font-size: var(--l-small-text-size);
  letter-spacing: 0.04em;
}

/*
 Village
-----------------------------------------------------*/
.p-top-village .c-heading__en {
  height: 1.5em;
}
.p-top-village__lead {
  margin-top: calc(24 / 16 * 1rem);
  font-size: var(--l-primary-text-size);
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (min-width: 1024px) {
  .p-top-village__lead {
    width: 55%;
  }
}
.p-top-village__genres {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 / 16 * 1rem);
}
.p-top-village__genre-link {
  display: inline-flex;
  align-items: center;
  min-height: calc(30 / 16 * 1rem);
  padding: 0.5em 0.75em;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: var(--genre-color, var(--l-main-color));
  background: #fff;
  font-size: var(--l-primary-text-size);
  line-height: 1;
}
.p-top-village__slider {
  position: relative;
}
.p-top-village__slider .swiper {
  overflow: visible;
}
.p-top-village__slider .swiper-wrapper {
  align-items: stretch;
}
.p-top-village__slider .swiper-slide {
  height: auto;
}
.p-top-village__slider .swiper-button-prev,
.p-top-village__slider .swiper-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-top-village__nav {
    display: grid !important;
    place-items: center;
    width: calc(10 / 16 * 1rem);
    height: calc(20 / 16 * 1rem);
    margin-top: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #d9d4d1;
    transform: translateY(-50%);
  }
  .p-top-village__nav::after {
    content: "";
    width: calc(10 / 16 * 1rem);
    height: calc(20 / 16 * 1rem);
    background: currentColor;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0 82%, 66% 50%, 0 18%);
  }
  .p-top-village__nav.-prev {
    left: calc(-1em - calc(10 / 16 * 1rem));
  }
  .p-top-village__nav.-prev::after {
    transform: scaleX(-1);
  }
  .p-top-village__nav.-next {
    right: calc(-1em - calc(10 / 16 * 1rem));
  }
}

/*
 Map
-----------------------------------------------------*/
.p-map__body {
  background: #fff;
}
.p-map__canvas {
  aspect-ratio: 390/300;
  background: #f5f2ee;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .p-map__canvas {
    aspect-ratio: 1320/560;
  }
}
.p-map__list {
  overflow: hidden;
}
.p-map__list .swiper {
  overflow: visible;
}
.p-map__list .swiper-wrapper {
  align-items: stretch;
}
.p-map__item {
  display: grid;
  padding: 1.5em;
  border: 1px solid #b9b1ad;
  color: inherit;
  background: #fff;
  height: 100%;
}
.p-map__item.is-active {
  box-shadow: inset 0 3px 0 var(--map-color, var(--l-main-color));
}
.p-map__item-title {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.p-map__item-address, .p-map__item-tel {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  line-height: 1.6;
}
.p-map__marker span {
  display: grid;
  place-items: center;
  width: calc(28 / 16 * 1rem);
  height: calc(28 / 16 * 1rem);
  border-radius: 50% 50% 50% 0;
  background: var(--map-color, var(--l-main-color));
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transform: rotate(-45deg);
}
.p-map__marker b {
  display: block;
  font-size: calc(12 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  transform: rotate(45deg);
}
.p-map__popup {
  color: var(--l-primary-text-color);
  font-weight: 600;
}

/*
 Report
-----------------------------------------------------*/
.p-report__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(28 / 16 * 1rem);
}
@media screen and (min-width: 1024px) {
  .p-report__grid {
    grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 0.75fr));
    gap: calc(32 / 16 * 1rem);
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .p-report__card.is-large .c-post-report__thumb {
    aspect-ratio: 560/315;
  }
}
@media screen and (min-width: 1024px) {
  .p-report__card.is-large .c-post-report__title {
    font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  }
}

/*
 About
-----------------------------------------------------*/
.p-about__head {
  position: relative;
  background: url("../img/top/bg_about-sp.jpg") center center/cover;
}
@media screen and (min-width: 1024px) {
  .p-about__head {
    background: url("../img/top/bg_about.jpg") center center/cover;
  }
}
.p-about__head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background-color: rgba(152, 140, 134, 0.5); /* 50% */
  backdrop-filter: blur(30px) brightness(80%);
  -webkit-backdrop-filter: blur(30px) brightness(80%);
}
@media screen and (min-width: 576px) {
  .p-about__head::after {
    height: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__head::after {
    width: 50%;
    height: 101%;
  }
}
.p-about__head .-content {
  position: relative;
  z-index: 1;
}
.p-about__head figure {
  width: 88vw;
  max-width: 440px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-about__head figure {
    transform: translateX(10%);
  }
}
.p-about__bottom {
  position: relative;
}
.p-about__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/top/bg_about-bottom-sp.jpg") center center/cover;
}
@media screen and (min-width: 1024px) {
  .p-about__bottom::before {
    background: url("../img/top/bg_about-bottom.jpg") center center/cover;
  }
}
.p-about__item {
  backdrop-filter: blur(30px) brightness(80%);
  -webkit-backdrop-filter: blur(30px) brightness(80%);
  color: #fff;
}
.p-about__item h3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-about__item h3 {
    gap: 0.5em;
    flex-direction: row;
    align-items: flex-end;
  }
}
.p-about__item h3 .-ja {
  font-family: var(--l-serif-font-set);
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
  letter-spacing: 0;
  line-height: 1.5;
}
.p-about__item h3 .-en {
  font-family: var(--l-en-font-set);
  font-size: clamp(0.875rem, 0.787rem + 0.38vw, 1.125rem);
  letter-spacing: 0.04em;
}
.p-about__item li {
  display: flex;
  background: #fff;
  align-items: center;
  gap: 0.5em;
  border-radius: 3px;
  padding: 0.15em 0.75em;
}
.p-about__item li .-text {
  font-size: var(--l-primary-text-size);
}
@media screen and (min-width: 1024px) {
  .p-about__item:not(:first-child) {
    border-left: 1px solid #fff;
  }
}
.p-about__item:first-child {
  background: rgba(182, 154, 120, 0.5);
}
.p-about__item:first-child li {
  color: #bc9a72;
}
.p-about__item:nth-child(2) {
  background: rgba(181, 133, 160, 0.5);
}
.p-about__item:nth-child(2) li {
  color: #b585a0;
}
.p-about__item:nth-child(3) {
  background: rgba(125, 148, 170, 0.5);
}
.p-about__item:nth-child(3) li {
  color: #7d94aa;
}
.p-about__item:last-child {
  background: rgba(140, 154, 115, 0.5);
}
.p-about__item:last-child li {
  color: #8c9a73;
}
.p-about__item .-bottom {
  border-top: 2px dotted #fff;
}
.p-about__item .-bottom p,
.p-about__item .-bottom a {
  display: inline-block;
  color: inherit;
  font-size: var(--l-small-text-size);
  padding-left: 1em;
  position: relative;
  text-decoration: none;
}
.p-about__item .-bottom p::before,
.p-about__item .-bottom a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/*
 Professional
-----------------------------------------------------*/
.p-professional__slider .swiper {
  overflow: visible;
}
.p-professional__slider .swiper-wrapper {
  align-items: stretch;
}
.p-professional__slider .swiper-slide {
  display: flex;
  height: auto;
}
.p-professional__slider .c-post-professional {
  display: flex;
  width: 100%;
}
.p-professional__slider .c-post-professional__link {
  width: 100%;
}
.p-professional__slider .swiper-slide + .swiper-slide .c-post-professional {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}

/*=============================
TOP
=============================*/
.p-top-cta {
  position: relative;
  color: #fff;
}
.p-top-cta .-logo {
  width: clamp(9.375rem, 8.737rem + 2.72vw, 11.188rem);
}
.p-top-cta .-text {
  font-family: var(--l-serif-font-set);
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  text-align: center;
}
.p-top-cta .-address {
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.04em;
  text-align: center;
}
.p-top-cta .-button {
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  gap: 1em;
  background: var(--l-main-color);
  padding: 0.5em 0.75em 0.5em 1em;
  letter-spacing: 0;
  border-radius: 8px;
}
.p-top-cta .-button .-ico rect {
  fill: #fff;
}
.p-top-cta .-button .-ico line,
.p-top-cta .-button .-ico path {
  stroke: var(--l-main-color);
}
.p-top-cta::before, .p-top-cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-top-cta::before {
  z-index: -2;
  background: url("../img/bg_cta-sp.jpg") center center/cover;
}
@media screen and (min-width: 1024px) {
  .p-top-cta::before {
    background: url("../img/bg_cta.jpg") center center/cover;
  }
}
.p-top-cta::after {
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=top.css.map */