.p_top_info__list .item_date, .p_top_info__list .item_desc {
  font-size: 1rem;
}

.p_top_about__desc, .p_top_info__list .item_ttl, .p_top_serve__list .item_desc {
  font-size: 1.125rem;
}

.p_top_mv {
  position: relative;
}
.p_top_mv__img {
  background-color: #676261;
  position: relative;
  isolation: isolate;
}
.p_top_mv__img img {
  min-height: 500px;
  height: 100vh;
  height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
  opacity: 0.66;
  min-height: 560px;
}
.p_top_mv__content {
  inset: 0;
  position: absolute;
  color: white;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}
.p_top_mv__ttl {
  letter-spacing: 0.15em;
  line-height: 1.75;
  font-family: "Shippori Mincho", sans-serif;
  margin-bottom: 30px;
  font-size: 1.25rem;
}
.p_top_mv__ttl::before {
  content: "";
  display: block;
  /*background: url(../images/top/img_happy.svg) center bottom/contain no-repeat;*/
  background: url(https://hagi-s.jp/img/img_happy_01.svg) center bottom/contain no-repeat;
  aspect-ratio: 238/137;
  width: 120px;
  margin-bottom: 10px;
}
.p_top_mv__desc {
  font-weight: 500;
  margin-right: 20px;
  font-size: 0.75rem;
}
.p_top_mv__scroll {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  color: #FAF8F5;
  gap: 10px;
  right: 20px;
}
.p_top_mv__scroll::after, .p_top_mv__scroll::before {
  content: "";
}
.p_top_mv__scroll::before {
  content: "SCROLL";
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 0.625rem;
  white-space: nowrap;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p_top_mv__scroll::after {
  width: 1px;
  background-color: currentColor;
  height: 100px;
}

.p_top_about {
  margin-top: 80px;
}
.p_top_about__content {
  width: 100%;
  padding: 0 20px;
  margin-top: 40px;
}
.p_top_about__desc {
  font-weight: 500;
  position: relative;
  z-index: 0;
  margin-top: 40px;
}
.p_top_about__desc::after {
  content: "";
  aspect-ratio: 258/263;
  position: absolute;
  top: 60%;
  right: 0;
  background: url(../images/top/img_about_decor.svg) center/contain no-repeat;
  width: 120px;
  z-index: -1;
}
.p_top_about__btn {
  margin: 40px 0;
}
.p_top_about__img {
  width: 100%;
}
.p_top_info {
  overflow: hidden;
  margin-top: 120px;
}
.p_top_info__list {
  margin-top: 40px;
}
.p_top_info__list .item {
  position: relative;
  padding-bottom: 30px;
}
.p_top_info__list .item::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #EBE3D8;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p_top_info__list .item + .item {
  margin-top: 30px;
}
.p_top_info__list .item_sort {
  color: #4B6858;
  display: flex;
  gap: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
}
.p_top_info__list .item_cates {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p_top_info__list .item_cate {
  border-radius: 20px;
  background-color: #EBE3D8;
  padding: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
}
.p_top_info__list .item_date {
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.p_top_info__list .item_date::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: currentColor;
}
.p_top_info__list .item_ttl {
  font-family: "Shippori Mincho", sans-serif;
  line-height: 1.5;
  color: #0A0D10;
  margin-top: 15px;
}
.p_top_info__list .item_desc {
  font-weight: 500;
  margin-top: 15px;
}
.p_top_info__list .item_img {
  position: relative;
  top: 1px;
  margin-top: 20px;
}
.p_top_info__btn {
  text-align: center;
  margin-top: 40px;
}
.p_top_serve {
  margin-top: 80px;
}
.p_top_serve__list .item {
  /*margin-bottom: 50vh;*/
	margin-bottom: 80px;
  position: relative;
  /*position: sticky;*/
  top: 70px;
  color: #FAF8F5;
}
.p_top_serve__list .item .container {
  height: 100%;
}
.p_top_serve__list .item_img img {
  height: calc(100vh - 70px);
  height: calc(100lvh - 70px);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_serve__list .item_inner {
  position: absolute;
  inset: 0;
}
.p_top_serve__list .item_desc {
  font-weight: 500;
  margin-top: 30px;
}
.p_top_serve__list .item_btn {
  margin-top: 30px;
}
.p_top_serve__list .item_btn .c_btn {
  background-color: transparent;
}
.p_top_serve__list .item_wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.p_top .c_farmstay {
  background-color: #FAF8F5;
}
@media screen and (min-width: 768px) {
  .p_top_info__list .item_date, .p_top_info__list .item_desc {
    font-size: 1.25rem;
  }
  .p_top_about__desc, .p_top_info__list .item_ttl, .p_top_serve__list .item_desc {
    font-size: 1.5rem;
  }
  .p_top_mv__img img {
    min-height: 500px;
  }
  .p_top_mv__content {
    padding-bottom: clamp(40px, (100vh - 600px) * 1000, 10.2vh);
  }
  .p_top_mv__ttl {
    margin-bottom: 5.5vh;
    font-size: clamp(1.25rem, min(4.1343669251vh, 3.5555555556vw), 2rem);
  }
  .p_top_mv__ttl::before {
    /*width: 7.4375em;
    margin-bottom: 0.8125em;*/
    width: 10em;
    margin-bottom: 0.1em;
  }
  .p_top_mv__desc {
    margin-right: clamp(0rem, -20vw + 16.25rem, 1.25rem);
    text-align: right;
    font-size: clamp(0.6875rem, min(2.0671834625vh, 1.7777777778vw), 1rem);
  }
  .p_top_mv__scroll {
    right: clamp(1.25rem, 35vw + -27.1875rem, 3.4375rem);
  }
  .p_top_mv__scroll::before {
    font-size: 0.75rem;
  }
  .p_top_mv__scroll::after {
    height: 200px;
  }
  .p_top_about {
    margin-top: 213px;
  }
  .p_top_about__inner {
    max-width: calc(50% + 620px);
    padding-right: 40px;
    display: flex;
    gap: 181px;
    gap: clamp(1.875rem, 28.3834586466vw + -11.7490601504rem, 11.3125rem);
  }
  .p_top_about__content {
    padding: 0;
    margin: 0;
    width: calc(50% - 20px);
    max-width: 599px;
    flex-shrink: 0;
  }
  .p_top_about__desc {
    margin-top: 81px;
    padding-left: 19px;
  }
  .p_top_about__desc::after {
    width: 258px;
    right: -40px;
    top: 60%;
    width: clamp(11.25rem, 14.6616541353vw + 4.212406015rem, 16.125rem);
  }
  .p_top_about__btn {
    margin: 94px 0 0 19px;
  }
  .p_top_about__btn .c_btn {
    padding-right: 20px;
  }
  .p_top_about__img {
    margin-top: 67px;
  }
  .p_top_about__photo {
    margin-top: 150px;
  }
  .p_top_info {
    margin-top: 223px;
  }
  .p_top_info__inner {
    padding: 0 20px;
  }
  .p_top_info__list {
    margin-top: 96px;
  }
  .p_top_info__list .item {
    padding-bottom: 55px;
  }
  .p_top_info__list .item + .item {
    margin-top: 58px;
  }
  .p_top_info__list .item_link {
    display: flex;
    gap: 40px;
    gap: clamp(1.875rem, 1.8796992481vw + 0.9727443609rem, 2.5rem);
  }
  .p_top_info__list .item_ttl {
    margin-top: 25px;
  }
  .p_top_info__list .item_desc {
    margin-top: 20px;
  }
  .p_top_info__list .item_img {
    margin-top: 0;
    width: 40%;
    max-width: 360px;
    flex-shrink: 0;
  }
  .p_top_info__btn {
    margin-top: 71px;
    padding-left: 10px;
  }
  .p_top_serve {
    margin-top: 169px;
  }
  .p_top_serve__list .item {
    top: 138px;
  }
  .p_top_serve__list .item_img img {
    height: calc(100vh - 138px);
  }
  .p_top_serve__list .item_desc {
    margin-top: 44px;
  }
  .p_top_serve__list .item_btn {
    margin-top: 44px;
  }
  .p_top_serve__list .item_wrap {
    padding: 0 20px 2px;
  }
  .p_top_serve__list .item:nth-child(odd) .item_wrap {
    justify-content: flex-end;
  }
}
/*# sourceMappingURL=maps/top.css.map */
