*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #33322f;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.pc {
  display: block !important;
}
@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.pc_flex {
  display: inline-flex !important;
}
@media (max-width: 1023px) {
  .pc_flex {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 1023px) {
  .sp {
    display: block !important;
  }
}

.sp_flex {
  display: none !important;
}
@media (max-width: 1023px) {
  .sp_flex {
    display: inline-flex !important;
  }
}

.c-cat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  white-space: nowrap;
}
.c-cat-btn--mystic {
  background: #d5a940;
}
.c-cat-btn--nature {
  background: #798f6e;
}
.c-cat-btn--action {
  background: #e17d4d;
}
.c-cat-btn--heritage {
  background: #a08eb6;
}
@media (max-width: 1023px) {
  .c-cat-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}

.c-cat-label {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.36px;
}
.c-cat-label--mystic {
  color: #d5a940;
}
.c-cat-label--nature {
  color: #49653c;
}
.c-cat-label--action {
  color: #e17d4d;
}
.c-cat-label--heritage {
  color: #a08eb6;
}

.c-en-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Montaga", serif;
  font-size: clamp(60px, 5.21vw, 100px);
  font-weight: 400;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 3;
}
.c-en-label--mystic {
  color: #d5a940;
  left: 5.33vw;
}
.c-en-label--action {
  color: #e17d4d;
  left: 5.33vw;
}
.c-en-label--nature {
  color: rgba(73, 101, 60, 0.7);
  right: 1.54vw;
}
.c-en-label--heritage {
  color: #92899d;
  right: 1.94vw;
}
@media (max-width: 1023px) {
  .c-en-label {
    display: none;
  }
}

.c-btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(20px, 2.23vw, 40px);
  background: #3d2604;
  border-radius: 100px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.13vw, 20px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  white-space: nowrap;
  transition: opacity 0.25s;
}
@media (max-width: 1023px) {
  .c-btn-detail {
    align-self: center;
    padding: 16px 40px;
    font-size: clamp(14px, 3.43vw, 20px);
  }
}
.c-btn-detail:hover {
  opacity: 0.8;
}
.c-btn-detail__arrow {
  display: inline-block;
  width: 5px;
  height: 10px;
  flex-shrink: 0;
}
.c-btn-detail__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.c-spot-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
@media (max-width: 1023px) {
  .c-spot-card {
    padding: 16px;
  }
}
.c-spot-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1023px) {
  .c-spot-card__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-spot-card__title-group {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.c-spot-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.24px;
}
@media (max-width: 1023px) {
  .c-spot-card__title {
    font-size: 32px;
  }
}
.c-spot-card__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.15px;
}
@media (max-width: 1023px) {
  .c-spot-card__subtitle {
    font-size: 20px;
  }
}
.c-spot-card__img {
  border-radius: 8px;
  overflow: hidden;
  height: clamp(200px, 20.63vw, 396px);
  flex: 1;
  min-height: 0;
}
.c-spot-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 396px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  width: 8px;
  height: 8px;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #837751;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  border: none;
}
.back-to-top:hover {
  transform: translateY(-3px);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1023px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.s-mv {
  position: relative;
  overflow: hidden;
  height: clamp(560px, 56.25vw, 1080px);
}
.s-mv__bg {
  position: absolute;
  inset: -80px 0;
  height: calc(100% + 160px);
  z-index: 0;
  overflow: hidden;
}
.s-mv__bg .swiper-wrapper {
  height: 100%;
}
.s-mv__bg .swiper-slide {
  height: 100%;
}
.s-mv__bg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-mv__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.s-mv__inner {
  position: absolute;
  z-index: 2;
  bottom: clamp(60px, 10.42vw, 200px);
  left: clamp(40px, 16.67vw, 320px);
}
@media (max-width: 1023px) {
  .s-mv__inner {
    left: 20px;
    bottom: 40px;
  }
}
.s-mv__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(36px, 5vw, 96px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.72px;
}
.s-mv__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 3.1vw, 48px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.36px;
  margin-top: 16px;
}

.s-intro {
  padding: clamp(60px, 6.25vw, 120px) clamp(40px, 16.67vw, 320px);
  position: relative;
}
@media (max-width: 1023px) {
  .s-intro {
    padding: 60px 20px;
  }
}
.s-intro__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: clamp(40px, 5.21vw, 80px);
}
@media (max-width: 1023px) {
  .s-intro__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.s-intro__left {
  flex: 0 0 auto;
  width: clamp(280px, 32.03vw, 615px);
}
@media (max-width: 1023px) {
  .s-intro__left {
    width: 100%;
  }
}
.s-intro__left-swiper {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 615/400;
}
.s-intro__left-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-intro__right {
  flex: 1;
  padding-top: 8px;
}
.s-intro__heading {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.24px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .s-intro__heading {
    letter-spacing: -0.36px;
  }
}
.s-intro__lead {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.15px;
}

.s-category {
  position: relative;
  overflow: hidden;
  min-height: 626px;
}
.s-category__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-category__inner {
  position: relative;
  z-index: 2;
  padding: clamp(48px, 5vw, 80px) clamp(40px, 16.67vw, 320px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1023px) {
  .s-category__inner {
    padding: 48px 20px;
  }
}
.s-category__label-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.s-category__photos {
  display: flex;
  gap: clamp(16px, 2.08vw, 40px);
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .s-category__photos {
    flex-direction: column;
    gap: 24px;
  }
}
.s-category__photo {
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 690/560;
  position: relative;
}
.s-category__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-category__photo--bleed-left {
  border-radius: 0 8px 8px 0;
}
.s-category__photo--bleed-right {
  border-radius: 8px 0 0 8px;
}
.s-category__photo .swiper {
  border-radius: inherit;
}
.s-category__photo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-category__texts {
  display: flex;
  gap: clamp(40px, 5.21vw, 100px);
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .s-category__texts {
    flex-direction: column;
    gap: 32px;
  }
}
.s-category__text-col {
  flex: 1;
}
.s-category__text-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.24px;
  margin-bottom: 16px;
}
.s-category__text-body {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.15px;
}

.s-category--mystic {
  background: #f9f2e2;
}

.s-category--nature {
  background: rgba(74, 130, 47, 0.13);
}

.s-category--action {
  background: #fcf0e9;
}

.s-category--heritage {
  background: #ebe6ec;
}

.s-mystic {
  position: relative;
  overflow: hidden;
  background: linear-gradient(360deg, #f9f2e2 65%, #ffffff 65%);
  padding: 0;
}
@media (max-width: 1023px) {
  .s-mystic {
    background: #f9f2e2;
  }
}
.s-mystic__inner {
  position: relative;
  z-index: 2;
  padding: clamp(60px, 6.25vw, 120px) clamp(40px, 16.67vw, 320px);
  display: grid;
  grid-template-columns: 1fr clamp(300px, 41.93vw, 805px);
  gap: clamp(40px, 5.21vw, 80px);
  align-items: start;
}
@media (max-width: 1023px) {
  .s-mystic__inner {
    grid-template-columns: 1fr;
    padding: 48px 20px;
  }
}
.s-mystic__left {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.s-mystic__label-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.s-mystic__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.s-mystic__entry-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.24px;
  margin-bottom: 16px;
}
.s-mystic__entry-body {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.15px;
  padding-bottom: 40px;
  border-bottom: 1px #000 solid;
}
.s-mystic__entry-sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.15px;
  margin-bottom: 8px;
}
.s-mystic__entry-sub-body {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(13px, 0.83vw, 16px);
  font-weight: 500;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.12px;
}
.s-mystic__image {
  aspect-ratio: 805/800;
  position: relative;
  overflow: visible;
}
@media (max-width: 1023px) {
  .s-mystic__image {
    aspect-ratio: 4/3;
    overflow: hidden;
  }
}
.s-mystic__image .swiper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.s-mystic__image .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-mystic__image .js-mystic-pagination {
  position: absolute;
  left: calc(100% + 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 8px;
  bottom: 0;
}
.s-mystic__image .js-mystic-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #33322f;
  opacity: 1;
  margin: 0;
  flex-shrink: 0;
  transition: background 0.3s;
}
.s-mystic__image .js-mystic-pagination .swiper-pagination-bullet-active {
  background: #d5a940;
}
@media (max-width: 1023px) {
  .s-mystic__image .js-mystic-pagination {
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    top: unset;
    bottom: -10px;
    align-items: center;
  }
}

.s-nature {
  position: relative;
  overflow: hidden;
  background: linear-gradient(360deg, rgba(74, 130, 47, 0.13) 60%, #ffffff 60%);
}
@media (max-width: 1023px) {
  .s-nature {
    background: rgba(74, 130, 47, 0.13);
  }
}
.s-nature__inner {
  position: relative;
  z-index: 2;
  padding: clamp(60px, 6.25vw, 120px) clamp(40px, 16.67vw, 320px);
  padding-left: 0;
  padding-bottom: 280px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1023px) {
  .s-nature__inner {
    padding: 48px 20px;
  }
}
.s-nature__label-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0 clamp(40px, 16.67vw, 320px);
}
@media (max-width: 1023px) {
  .s-nature__label-row {
    padding: 0;
  }
}
.s-nature__photos {
  display: flex;
  gap: clamp(16px, 8.08vw, 140px);
}
@media (max-width: 1023px) {
  .s-nature__photos {
    flex-direction: column;
    gap: 24px;
  }
}
.s-nature__photo {
  flex: 1;
  border-radius: 8px;
  overflow: visible;
  aspect-ratio: 690/560;
  position: relative;
}
.s-nature__photo--bleed-left {
  border-radius: 0 8px 8px 0;
}
.s-nature__photo--bleed-right {
  border-radius: 8px 0 0 8px;
}
.s-nature__photo .swiper {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
}
.s-nature__photo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-nature__photo .swiper-pagination {
  position: absolute;
  bottom: -25px;
  left: 10px;
  width: auto;
  z-index: 2;
}
.s-nature__photo .swiper-pagination .swiper-pagination-bullet {
  background: #33322f;
  margin: 0 8px;
}
.s-nature__photo .swiper-pagination .swiper-pagination-bullet-active {
  background: #798f6e;
}
@media (max-width: 1023px) {
  .s-nature__photo {
    aspect-ratio: unset;
  }
  .s-nature__photo .swiper {
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 4/3;
  }
  .s-nature__photo .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
}
.s-nature__info-box {
  position: absolute;
  bottom: 0;
  right: -80px;
  bottom: -200px;
  background: #f8f8f7;
  padding: clamp(16px, 3vw, 40px);
  max-width: 475px;
  z-index: 1;
  width: 27vw;
}
@media (max-width: 1023px) {
  .s-nature__info-box {
    position: static;
    max-width: none;
    padding: 24px 20px;
    width: 100%;
    margin-top: 30px;
  }
}

.s-action {
  position: relative;
  overflow: hidden;
  background: linear-gradient(360deg, #fcf0e9 58%, #ffffff 58%);
}
@media (max-width: 1023px) {
  .s-action {
    background: #fcf0e9;
  }
}
.s-action__inner {
  position: relative;
  z-index: 2;
  padding: clamp(60px, 6.25vw, 120px) clamp(40px, 16.67vw, 320px);
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1023px) {
  .s-action__inner {
    padding: 48px 20px;
  }
}
.s-action__label-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.s-action__photos {
  display: flex;
  gap: clamp(12px, 1.56vw, 30px);
}
@media (max-width: 1023px) {
  .s-action__photos {
    flex-direction: column;
    gap: 24px;
  }
}
.s-action__photo {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
}
.s-action__photo--bleed-right .slide {
  border-radius: 8px 0 0 8px;
}
.s-action__photo .slide {
  border-radius: 8px;
  position: relative;
}
.s-action__photo .slide .swiper {
  height: 100%;
}
.s-action__photo .slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-action__photo .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
  margin-top: 12px;
  bottom: -20px;
}
.s-action__photo .swiper-pagination .swiper-pagination-bullet {
  background: #33322f;
  margin: 0 8px;
}
.s-action__photo .swiper-pagination .swiper-pagination-bullet-active {
  background: #e17d4d;
}
@media (max-width: 1023px) {
  .s-action__photo .slide {
    aspect-ratio: 4/3;
  }
}
.s-action__texts {
  display: flex;
  gap: clamp(12px, 1.56vw, 30px);
}
@media (max-width: 1023px) {
  .s-action__texts {
    flex-direction: column;
    gap: 32px;
  }
}
.s-action__text-col {
  flex: 1;
}

.s-heritage {
  position: relative;
  overflow: hidden;
  background: #ebe6ec;
  background: linear-gradient(360deg, #ebe6ec 65%, #ffffff 65%);
}
@media (max-width: 1023px) {
  .s-heritage {
    background: #ebe6ec;
  }
}
.s-heritage__inner {
  position: relative;
  z-index: 2;
  padding: clamp(60px, 6.25vw, 120px) clamp(40px, 16.67vw, 320px);
  padding-left: 0;
  padding-bottom: 280px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1023px) {
  .s-heritage__inner {
    padding: 48px 20px;
  }
}
.s-heritage__label-row {
  padding: 0 clamp(40px, 16.67vw, 320px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 1023px) {
  .s-heritage__label-row {
    padding: 0;
  }
}
.s-heritage__photos {
  display: flex;
  gap: clamp(16px, 8.08vw, 140px);
}
@media (max-width: 1023px) {
  .s-heritage__photos {
    flex-direction: column;
    gap: 24px;
  }
}
.s-heritage__photo {
  flex: 1;
  border-radius: 8px;
  overflow: visible;
  aspect-ratio: 690/560;
  position: relative;
}
.s-heritage__photo--bleed-left {
  border-radius: 0 8px 8px 0;
}
.s-heritage__photo--bleed-right {
  border-radius: 8px 0 0 8px;
}
.s-heritage__photo .swiper {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
}
.s-heritage__photo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-heritage__photo .swiper-pagination {
  position: absolute;
  bottom: -25px;
  left: 10px;
  width: auto;
  z-index: 2;
}
.s-heritage__photo .swiper-pagination .swiper-pagination-bullet {
  background: #33322f;
  margin: 0 8px;
}
.s-heritage__photo .swiper-pagination .swiper-pagination-bullet-active {
  background: #a08eb6;
}
@media (max-width: 1023px) {
  .s-heritage__photo {
    aspect-ratio: unset;
  }
  .s-heritage__photo .swiper {
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 4/3;
  }
  .s-heritage__photo .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
}
.s-heritage__info-box {
  position: absolute;
  bottom: -200px;
  right: -80px;
  background: #f8f8f7;
  padding: clamp(16px, 3vw, 40px);
  max-width: 475px;
  z-index: 1;
  width: 27vw;
}
@media (max-width: 1023px) {
  .s-heritage__info-box {
    position: static;
    max-width: none;
    padding: 24px 20px;
    width: 100%;
    margin-top: 30px;
  }
}

.s-info-box__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.24px;
  margin-bottom: 16px;
}
.s-info-box__body {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.15px;
}

.s-text-col__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.24px;
  margin-bottom: 16px;
}
.s-text-col__body {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.15px;
  padding-right: clamp(40px, 5.94vw, 110px);
}
@media (max-width: 1023px) {
  .s-text-col__body {
    padding-right: 0;
  }
}

.s-section-head {
  padding: clamp(60px, 6.25vw, 120px) clamp(40px, 16.67vw, 320px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1023px) {
  .s-section-head {
    padding: 60px 20px;
  }
}
.s-section-head__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 700;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.36px;
  text-align: center;
}
.s-section-head__subtitle-wrap {
  width: 100%;
  max-width: clamp(500px, 30.21vw, 580px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 16px 32px;
  text-align: center;
}
@media (max-width: 1023px) {
  .s-section-head__subtitle-wrap {
    padding: 16px 12px;
  }
}
.s-section-head__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 1.67vw, 32px);
  font-weight: 700;
  color: #33322f;
  line-height: 1.7;
  letter-spacing: 0.24px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .s-section-head__subtitle {
    white-space: normal;
  }
}

.s-tabs {
  position: relative;
  background: linear-gradient(to bottom, #29323c, #485563);
  overflow: hidden;
}
.s-tabs__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.s-tabs__texture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  opacity: 0.3;
}
.s-tabs__nav {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  padding: 0 clamp(40px, 16.67vw, 320px);
  padding-top: 0;
}
@media (max-width: 1023px) {
  .s-tabs__nav {
    padding: 0 20px;
    gap: 12px;
  }
}
.s-tabs__tab-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 32px;
  border-radius: 8px 8px 0 0;
  border: none;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.24px;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s;
}
@media (max-width: 1023px) {
  .s-tabs__tab-btn {
    flex-direction: column;
    gap: 0;
    padding: 12px 24px;
  }
}
.s-tabs__tab-btn-en {
  font-family: "Futura", "Gill Sans", sans-serif;
  font-size: clamp(12px, 1.04vw, 20px);
  letter-spacing: 0.4px;
}
.s-tabs__tab-btn.is-active {
  background: #29323c;
  color: #ffffff;
}
.s-tabs__tab-btn.is-active .s-tabs__tab-btn-en {
  color: rgba(255, 255, 255, 0.8);
}
.s-tabs__tab-btn[data-target=panel-do].is-active {
  background: #f3e7e9;
  color: #33322f;
}
.s-tabs__tab-btn[data-target=panel-do].is-active .s-tabs__tab-btn-en {
  color: rgba(51, 50, 47, 0.6);
}
.s-tabs__tab-btn:not(.is-active) {
  background: #e4e4e4;
  color: #c1c1c1;
}
.s-tabs__title {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.24px;
  text-align: center;
  padding: 24px clamp(40px, 16.67vw, 320px);
}
@media (max-width: 1023px) {
  .s-tabs__title {
    padding: 24px 20px;
  }
}
.s-tabs__title.is-do {
  color: #33322f;
  background: #f3e7e9;
}
.s-tabs__panel {
  overflow: hidden;
  display: none;
  position: relative;
  z-index: 2;
}
.s-tabs__panel.is-active {
  display: block;
}
.s-tabs__panel#panel-do {
  background: linear-gradient(180deg, #F3E7E9 0%, #E3EEFF 99%, #E3EEFF 100%);
}
.s-tabs__panel--do-active {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.s-tabs__cards-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: clamp(16px, 1.67vw, 32px);
  max-width: 1280px;
  margin: auto;
  margin-bottom: clamp(16px, 1.67vw, 32px);
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .s-tabs__cards-top {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.s-tabs__cards-bottom {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  gap: clamp(16px, 1.67vw, 32px);
  justify-items: center;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .s-tabs__cards-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: none;
    justify-items: unset;
  }
}

.s-map {
  padding: 30px;
}
@media (max-width: 1023px) {
  .s-map {
    padding: 40px 20px;
  }
}
.s-map__inner {
  position: relative;
  overflow: hidden;
}
.s-map__illustration {
  width: 100%;
  padding: 20px 20px 40px;
}
.s-map__illustration img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.s-map__pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.s-map__pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transform: translate(-50%, -100%);
}
.s-map__pin img {
  width: clamp(32px, 4.07vw, 78px);
  height: auto;
}
.s-map__label {
  background: rgba(255, 255, 255, 0.6);
  padding: 4px 16px;
  border-radius: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 2.5vw, 32px);
  font-weight: 700;
  color: #295f95;
  line-height: 1.7;
  white-space: nowrap;
}
.s-map__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background: #f0f0f0;
  border-radius: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #aaa;
}

.s-cta {
  position: relative;
  overflow: hidden;
}
.s-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.s-cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-cta__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.s-cta__inner {
  position: relative;
  z-index: 2;
  padding: clamp(80px, 8.33vw, 120px) clamp(40px, 16.67vw, 320px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1023px) {
  .s-cta__inner {
    padding: 80px 20px;
  }
}
.s-cta__sub {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.15px;
}
.s-cta__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.24px;
}

.s-footer__bar {
  background: #837751;
  padding: clamp(40px, 4.44vw, 64px) 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 2.78vw, 40px);
}
.s-footer__logo {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  width: clamp(200px, 22.19vw, 426px);
}
.s-footer__logo-crest {
  flex-shrink: 0;
  width: clamp(32px, 3.95vw, 76px);
}
.s-footer__logo-crest img {
  width: 100%;
  height: auto;
  display: block;
}
.s-footer__logo-text {
  flex: 1;
  margin-left: clamp(8px, 0.83vw, 16px);
  display: flex;
  flex-direction: column;
}
.s-footer__logo-text img {
  width: 100%;
  height: auto;
  display: block;
}
.s-footer__nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.08vw, 29px);
  flex-wrap: wrap;
  justify-content: center;
}
.s-footer__nav-link {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  text-decoration: none;
  transition: opacity 0.25s;
}
.s-footer__nav-link:hover {
  opacity: 0.75;
}
.s-footer__nav-sep {
  display: inline-block;
  width: 1px;
  height: clamp(14px, 1.11vw, 21px);
  background: #ffffff;
  opacity: 0.6;
  vertical-align: middle;
}
.s-footer__copy {
  background: #ffffff;
  padding: 8px 5% 16px;
  text-align: center;
}
.s-footer__copy p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 0.83vw, 16px);
  font-weight: 500;
  color: #837751;
  line-height: 1.7;
}

/*# sourceMappingURL=main.css.map */
