/* Break point
---------------------------------------------------------- */
/* Placeholder
---------------------------------------------------------- */
/* FV
---------------------------------------------------------- */
#main {
  background: url(/assets/images/common/back_texture.webp) repeat;
  background-size: contain;
}

.p-fv {
  margin-bottom: min(10%, 3em);
  overflow-x: auto;
}
.p-fv__inner {
  min-width: 768px;
  max-width: 1600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__inner {
    padding-top: 20%;
  }
}
@media screen and (min-width: 960px) {
  .p-fv__inner {
    padding-top: min(10%, 10rem);
  }
}
.p-fv__visual {
  padding-top: calc(var(--headerH) + 5rem);
  position: relative;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .p-fv__visual {
    padding: 0;
  }
}
.p-fv__text {
  padding: var(--headerH) 0 0 8%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-fv__text {
    padding: calc(var(--headerH) + min(3em, 3%)) 0 0 min(4em, 5%);
  }
}
.p-fv__title {
  font-size: clamp(2.813rem, 2.452rem + 1.6vw, 4.375rem);
  font-family: var(--font-zen-maru);
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-fv__title {
    font-size: clamp(3rem, 2.621rem + 1.62vw, 4.563rem);
  }
}
.p-fv__subtitle {
  margin-top: 0.25em;
  font-size: clamp(1.063rem, 0.941rem + 0.52vw, 1.563rem);
  font-family: var(--font-zen-maru);
  font-weight: 500;
  line-height: 1.7;
}
.p-fv__link {
  position: absolute;
  z-index: 1;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10cqi;
}
.p-fv__link.climb {
  bottom: 40%;
  left: 56%;
}
@media screen and (min-width: 768px) {
  .p-fv__link.climb {
    bottom: 56%;
  }
}
.p-fv__link.climb .image {
  position: relative;
}
.p-fv__link.climb .image .say {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-fv__link.enjoy {
  bottom: 26%;
  left: 34%;
}
@media screen and (min-width: 768px) {
  .p-fv__link.enjoy {
    bottom: 29%;
    left: 37%;
  }
}
.p-fv__link.relax {
  bottom: 3%;
  left: 74%;
}
.p-fv__link.relax .image {
  position: relative;
}
.p-fv__link.relax .image .yuge {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-fv__link.taste {
  bottom: 4%;
  left: 29%;
}
.p-fv__link.learn {
  bottom: 24%;
  left: 14%;
}
@media screen and (min-width: 768px) {
  .p-fv__link.learn {
    bottom: 29%;
  }
}
.p-fv__link.visit {
  bottom: 16%;
  left: 55%;
}
@media screen and (min-width: 768px) {
  .p-fv__link.visit {
    bottom: 20%;
  }
}
.p-fv__link .fukidashi {
  margin-inline: auto;
  width: 60%;
  height: auto;
}
@media (any-hover: hover) {
  .p-fv__link:hover {
    color: var(--color-point_05);
  }
  .p-fv__link:hover img {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .p-fv__link:focus-visible {
    color: var(--color-point_05);
  }
  .p-fv__link:focus-visible img {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
.p-fv__item {
  position: absolute;
}
.p-fv__item.machinami {
  width: 27%;
  left: 7%;
  bottom: 4%;
}
.p-fv__item.kura {
  width: 8%;
  left: 36%;
  bottom: 15%;
}
.p-fv__item.bike {
  width: 8%;
  left: 51%;
  bottom: 6%;
}
.p-fv__item.snowman {
  width: 6%;
  left: 43.6%;
  bottom: 8%;
}
.p-fv__item.people_01 {
  width: 8%;
  left: 68%;
  bottom: 29%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__item.people_01 {
    bottom: 40%;
  }
}
.p-fv__item.people_02 {
  width: 8%;
  left: 72.5%;
  bottom: 28%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__item.people_02 {
    bottom: 38%;
  }
}

/* Lead
---------------------------------------------------------- */
.p-lead {
  font-size: clamp(1.063rem, 0.987rem + 0.32vw, 1.375rem);
  container-type: inline-size;
}
.p-lead__text {
  margin-bottom: 2em;
  text-align: center;
  line-height: 2.4;
  font-weight: 500;
  font-family: var(--font-zen-maru);
}
@media screen and (min-width: 960px) {
  .p-lead__text {
    line-height: 3;
  }
}

/* News
---------------------------------------------------------- */
.p-top-news {
  padding-block: 5em;
}
@media screen and (min-width: 960px) {
  .p-top-news {
    padding-block: 7.5em;
  }
}
.p-top-news .splide:not(.is-overflow) .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-news__carousel {
  margin-block: 3em 1.5em;
}
@media screen and (min-width: 960px) {
  .p-top-news__carousel {
    margin-bottom: 2.5em;
  }
}
.p-top-news__carousel .splide__arrow {
  background-color: var(--color-point_03);
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-top-news__carousel .splide__arrow {
    width: 3rem;
    height: 3rem;
  }
}
.p-top-news__carousel .splide__arrow svg {
  fill: #fff;
  width: 35%;
}

/* Nature
---------------------------------------------------------- */
.p-nature {
  padding-block: min(3em, 12%) min(6em, 10%);
  position: relative;
  z-index: 1;
  background-color: var(--color-back_yellow);
}
.p-nature__head {
  -webkit-filter: drop-shadow(var(--shadow-frame));
          filter: drop-shadow(var(--shadow-frame));
}
@media screen and (min-width: 960px) {
  .p-nature__inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: min(4em, 5%);
       -moz-column-gap: min(4em, 5%);
            column-gap: min(4em, 5%);
  }
}
.p-nature__block {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 960px) {
  .p-nature__block {
    display: grid;
  }
}
.p-nature__title {
  margin-inline: auto;
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(1.875rem, 1.327rem + 2.44vw, 4.25rem);
  max-width: 9em;
}
@media screen and (min-width: 960px) {
  .p-nature__title {
    margin-bottom: 0.75em;
    text-align: left;
    margin-inline: 0;
  }
}
.p-nature__text {
  margin-block: 1.5em 2em;
  font-size: var(--font-16-20);
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .p-nature__text {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-nature__image {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

/* Experience
---------------------------------------------------------- */
.p-experience {
  padding-block: min(3em, 12%) min(6em, 10%);
  position: relative;
  background-color: #fff;
}
.p-experience::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-experience__head {
  padding-top: 2em;
  background-color: var(--color-back_yellow);
}
.p-experience__head > img {
  -webkit-filter: drop-shadow(var(--shadow-frame));
          filter: drop-shadow(var(--shadow-frame));
}
.p-experience__inner {
  max-width: 78rem;
}
.p-experience__title {
  margin-inline: auto;
  font-size: clamp(1.875rem, 1.327rem + 2.44vw, 4.25rem);
  max-width: 11em;
}
.p-experience__list {
  margin-top: min(4em, 8%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-experience__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-experience__list .item a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media (any-hover: hover) {
  .p-experience__list .item a:hover {
    -webkit-transform: translateY(-10px) scale(1.05);
            transform: translateY(-10px) scale(1.05);
  }
  .p-experience__list .item a:focus-visible {
    -webkit-transform: translateY(-10px) scale(1.05);
            transform: translateY(-10px) scale(1.05);
  }
}

/* Access
---------------------------------------------------------- */
.p-access {
  padding-block: min(6em, 14%);
  background-color: var(--color-point_01);
}
.p-access__title {
  padding-block: 2em 1em;
  font-size: var(--font-20-40);
  font-family: var(--font-zen-maru);
  font-weight: bold;
  color: #FAFF72;
  text-align: center;
}
.p-access__block {
  padding: 1.5em;
  border-radius: var(--radius-sm);
  max-width: 1000px;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-access__block {
    padding: 2em 3em;
  }
}
.p-access .map-image {
  border-radius: var(--radius-sm);
  max-width: 1000px;
  margin-inline: auto;
}
.p-access .access-category {
  --rounded-color: #FF7E43;
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
  margin-top: 2em;
  font-size: var(--font-16-20);
  font-weight: 500;
  max-width: 8em;
}

/* Link
---------------------------------------------------------- */
.p-link {
  padding-block: 5em;
  background-color: #CBF1F0;
}
.p-link__inner {
  max-width: 1000px;
}
.p-link__list {
  margin-top: 2em;
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .p-link__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .p-link__list {
    grid-template-columns: repeat(3, 1fr);
  }
}