@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");
.area-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.common-sec-title01 {
  text-align: center;
}
.common-sec-title01 h2 {
  font-size: 6.68rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #231815;
}
.common-sec-title01 .sub-title {
  font-size: 4.8rem;
  font-weight: 200;
  margin-top: -3rem;
}
.common-sec-title01 p {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 2.2rem;
  color: #3e3a39;
}

.common-sec-title02 {
  text-align: center;
}
.common-sec-title02 h2 {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.common-sec-title02 p {
  font-size: 3rem;
  line-height: 1.9333333333;
}

.common-more-btn {
  border: 0.2rem solid #d80c18;
  width: 9.8rem;
  height: 9.8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media (max-width: 767px) {
  .common-more-btn {
    width: 13rem;
    height: 13rem;
  }
}
.common-more-btn span {
  font-size: 1.55rem;
  color: #d80c18;
}

.area-container {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .area-container {
    margin-top: 12rem;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

#top .top-fv {
  width: 100%;
  height: 53.5714285714vw;
  position: relative;
}
@media (max-width: 767px) {
  #top .top-fv {
    height: 138rem;
  }
}
#top .top-fv__items {
  position: relative;
  opacity: 0;
  transition: opacity 2.5s linear;
}
#top .top-fv__items.fv_show {
  opacity: 1;
}
#top .top-fv .top-fv__item {
  width: 100%;
  height: 53.5714285714vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .top-fv .top-fv__item {
    height: 138rem;
  }
}
#top .top-fv .top-fv01__mainimg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top .top-fv .top-fv01__mainimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .top-fv .top-fv01__decorate {
  position: absolute;
  top: 1.2857142857vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 108.0714285714vw;
}
@media (max-width: 767px) {
  #top .top-fv .top-fv01__decorate {
    width: 56.8rem;
    top: auto;
    bottom: 0;
    left: -12.1rem;
    transform: none;
  }
}
#top .top-fv .top-fv01__decorate img {
  width: 100%;
  opacity: 0;
  transform: translateY(-1rem);
}
#top .top-fv .top-fv01__wing-l {
  position: absolute;
  top: 13.0714285714vw;
  left: 31.0714285714vw;
  width: 19vw;
  z-index: 3;
}
@media (max-width: 767px) {
  #top .top-fv .top-fv01__wing-l {
    width: 51.5rem;
    top: 43rem;
    left: -15.8rem;
  }
}
#top .top-fv .top-fv01__wing-l img {
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transform-origin: right;
}
#top .top-fv .top-fv01__wing-r {
  position: absolute;
  top: 13.0714285714vw;
  right: -6.4285714286vw;
  width: 21.4285714286vw;
  z-index: 3;
}
#top .top-fv .top-fv01__wing-r img {
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transform-origin: left;
}
#top .top-fv .top-fv01__title {
  position: absolute;
  top: 12.5vw;
  left: 5.4285714286vw;
  width: 24.5714285714vw;
  z-index: 4;
}
@media (max-width: 767px) {
  #top .top-fv .top-fv01__title {
    width: 36rem;
    top: 3.6rem;
    left: 4.8rem;
  }
}
#top .top-fv .top-fv01__title img {
  width: 100%;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.75));
  opacity: 0;
  transform: translateY(1rem);
}
#top .top-fv .top-fv01.slick-active .top-fv01__title img {
  animation-name: top_fv01_title;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#top .top-fv .top-fv01.slick-active .top-fv01__wing-r img {
  animation-name: top_fv01_wing_r;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#top .top-fv .top-fv01.slick-active .top-fv01__wing-l img {
  animation-name: top_fv01_wing_l;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#top .top-fv .top-fv01.slick-active .top-fv01__decorate img {
  animation-name: top_fv01_decorate;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#top .top-fv .top-fv02__mainimg {
  width: 100%;
  height: 100%;
}
#top .top-fv .top-fv02__mainimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .top-fv .top-fv02__title {
  position: absolute;
  top: 12.5vw;
  left: 50%;
  width: 40.5vw;
  z-index: 4;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top .top-fv .top-fv02__title {
    width: 56.7rem;
    top: 10rem;
  }
}
#top .top-fv .top-fv02__title img {
  width: 100%;
  filter: drop-shadow(7px 7px 5px rgba(255, 255, 255, 0.8)) drop-shadow(-7px -7px 5px rgba(255, 255, 255, 0.7));
  opacity: 0;
  transform: translateY(1rem);
}
#top .top-fv .top-fv02__subtitle {
  position: absolute;
  top: 4.0714285714vw;
  left: 5.0714285714vw;
  width: 14.0714285714vw;
  z-index: 4;
}
@media (max-width: 767px) {
  #top .top-fv .top-fv02__subtitle {
    width: 24.2rem;
    top: 48.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top .top-fv .top-fv02__subtitle img {
  width: 100%;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.5));
  opacity: 0;
  transform: translateY(1rem);
}
#top .top-fv .top-fv02__link {
  position: absolute;
  bottom: 9.5714285714vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top .top-fv .top-fv02__link {
    bottom: 25rem;
  }
}
#top .top-fv .top-fv02__link a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 7.4285714286vw;
  height: 7.4285714286vw;
  opacity: 0;
  transform: translateY(1rem);
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #top .top-fv .top-fv02__link a {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1400px) {
  #top .top-fv .top-fv02__link a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #6A6451;
  }
}
@media (max-width: 767px) {
  #top .top-fv .top-fv02__link a {
    width: 20rem;
    height: 20rem;
  }
}
#top .top-fv .top-fv02.slick-active .top-fv02__title img {
  animation-name: top_fv01_title;
  animation-delay: 1.5s;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#top .top-fv .top-fv02.slick-active .top-fv02__subtitle img {
  animation-name: top_fv01_title;
  animation-delay: 1.7s;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#top .top-fv .top-fv02.slick-active .top-fv02__link a {
  animation-name: top_fv01_title;
  animation-delay: 2.5s;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#top .top-fv__scroll {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
#top .top-fv__scroll .scroll-text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #231815;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  #top .top-fv__scroll .scroll-text {
    font-size: 1.6rem;
  }
}
#top .top-fv__scroll .scroll-icon {
  width: 1.2rem;
  height: 1rem;
  background: #231815;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  #top .top-fv__scroll .scroll-icon {
    width: 1.4rem;
    height: 1.2rem;
  }
}
#top .top-fv .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  column-gap: 1.2rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top .top-fv .slick-dots {
    bottom: 8rem;
  }
}
#top .top-fv .slick-dots li {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #top .top-fv .slick-dots li {
    width: 1rem;
    height: 1rem;
  }
}
#top .top-fv .slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#top .top-fv .slick-dots li.slick-active button {
  background: #231815;
}
#top .intro {
  background-image: url(../../../../img/top/intro/intro_bk_pc@2x.jpg);
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 9.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  #top .intro {
    padding-bottom: 0;
    height: 66.4285714286vw;
  }
}
#top .intro .intro-slider {
  width: 100%;
  position: absolute;
  left: 0;
  top: 5rem;
  z-index: 2;
}
#top .intro .intro-slider .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-right: 0.5rem;
}
#top .intro .intro-contents {
  width: 65rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
  padding: 3rem 0 8.5rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents {
    width: 64.2857142857vw;
    height: 67.9285714286vw;
    padding-top: 21.4285714286vw;
  }
}
#top .intro .intro-contents-wrap {
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
#top .intro .intro-contents-wrap-line-left {
  margin-bottom: 8.5rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-left {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-right {
    width: 50%;
    padding-top: 8.5714285714vw;
  }
}
#top .intro .intro-contents-wrap-line-element {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element:not(:last-of-type) {
    margin-bottom: 2.1428571429vw;
  }
}
#top .intro .intro-contents-wrap-line-element__word p {
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", serif;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element__word p {
    font-size: 1.4285714286vw;
  }
}
#top .intro .intro-contents-wrap-line-element__word p:not(:last-of-type) {
  margin-bottom: 2.8rem;
}
#top .intro .intro-contents-wrap-line-element figure {
  position: absolute;
}
#top .intro .intro-contents-wrap-line-element figure img {
  width: 100%;
}
#top .intro .intro-contents-wrap-line-element-01 {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-01 {
    margin-bottom: 5.3571428571vw !important;
  }
}
#top .intro .intro-contents-wrap-line-element-01__word {
  padding-top: 6rem;
  text-align: center;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-01__word p {
    text-align: left;
    padding-top: 0;
    padding-left: 9.0714285714vw;
  }
}
#top .intro .intro-contents-wrap-line-element-01 figure {
  right: 6rem;
}
#top .intro .intro-contents-wrap-line-element-02 {
  height: 20.8rem;
  margin-bottom: 9rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-02 {
    margin-bottom: 5.3571428571vw !important;
    height: auto;
  }
}
#top .intro .intro-contents-wrap-line-element-02__word {
  bottom: 0;
  left: 6.3rem;
  position: absolute;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-02__word {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
#top .intro .intro-contents-wrap-line-element-02__word p:nth-of-type(1) {
  padding-left: 5.2rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-02__word p:nth-of-type(1) {
    padding-left: 7.5714285714vw;
  }
}
#top .intro .intro-contents-wrap-line-element-02__word p:nth-of-type(2) {
  padding-left: 1.4rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-02__word p:nth-of-type(2) {
    padding-left: 8.2857142857vw;
  }
}
#top .intro .intro-contents-wrap-line-element-02__word p:nth-of-type(3) {
  padding-left: 16rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-02__word p:nth-of-type(3) {
    padding-left: 14.6428571429vw;
  }
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-02__word p:nth-of-type(4) {
    padding-left: 10.7142857143vw;
  }
}
#top .intro .intro-contents-wrap-line-element-02 figure {
  top: 0;
  right: -7.3rem;
  width: 29.2rem;
}
#top .intro .intro-contents-wrap-line-element-03 {
  height: 24.9rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-03 {
    height: auto;
    margin-bottom: auto;
  }
}
#top .intro .intro-contents-wrap-line-element-03__word {
  top: 8.8rem;
  left: 4rem;
  position: absolute;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-03__word {
    top: auto;
    left: auto;
    position: relative;
  }
}
#top .intro .intro-contents-wrap-line-element-03__word p {
  text-align: right;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-03__word p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-03__word p:nth-of-type(1) {
    padding-left: 9.2857142857vw;
  }
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-03__word p:nth-of-type(2) {
    padding-left: 12.8571428571vw;
  }
}
#top .intro .intro-contents-wrap-line-element-03 figure {
  top: 0;
  right: -5rem;
  width: 33.9rem;
}
#top .intro .intro-contents-wrap-line-element-10 figure {
  position: relative;
  margin: 0 auto;
  width: 39.8rem;
}
#top .intro .intro-contents-wrap-line-element-04 {
  margin-bottom: 6.5rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-04 {
    margin-bottom: 5.2857142857vw !important;
  }
}
#top .intro .intro-contents-wrap-line-element-04__word {
  top: 7.9rem;
  left: 32.7rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-04__word {
    top: auto;
    left: auto;
  }
}
#top .intro .intro-contents-wrap-line-element-04__word p {
  text-align: center;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-04__word p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-04__word p:nth-of-type(1) {
    padding-left: 2.3571428571vw;
  }
}
#top .intro .intro-contents-wrap-line-element-05 {
  height: 24.6rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-05 {
    height: auto;
    margin-bottom: 5.4285714286vw !important;
  }
}
#top .intro .intro-contents-wrap-line-element-05__word {
  bottom: 0;
  left: 31rem;
  position: absolute;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-05__word {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-05__word p:nth-of-type(1) {
    padding-left: 3.8571428571vw;
  }
}
#top .intro .intro-contents-wrap-line-element-05__word p:nth-of-type(2) {
  margin-bottom: 6.7rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-05__word p:nth-of-type(2) {
    padding-left: 5.2142857143vw;
    margin-bottom: 5.3571428571vw;
  }
}
#top .intro .intro-contents-wrap-line-element-05__word p:nth-of-type(3) {
  padding-left: 3.9rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-05__word p:nth-of-type(3) {
    padding-left: 5.0714285714vw;
  }
}
#top .intro .intro-contents-wrap-line-element-05 figure {
  position: absolute;
  width: 34.5rem;
  left: -7rem;
}
#top .intro .intro-contents-wrap-line-element-06 {
  height: 20.7rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-06 {
    margin-bottom: 0 !important;
    height: auto;
  }
}
#top .intro .intro-contents-wrap-line-element-06__word {
  position: absolute;
  top: 0;
  left: 7.5rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-06__word {
    position: relative;
    top: auto;
    left: auto;
  }
}
#top .intro .intro-contents-wrap-line-element-06__word p:nth-of-type(1) {
  margin-bottom: 7rem;
  padding-left: 1.7rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-06__word p:nth-of-type(1) {
    margin-bottom: 2.2rem;
    padding-left: 3.5714285714vw;
  }
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-06__word p:nth-of-type(2) {
    padding-left: 6.8571428571vw;
  }
}
#top .intro .intro-contents-wrap-line-element-06__word p:nth-of-type(3) {
  padding-left: 9.6rem;
}
@media (min-width: 768px) {
  #top .intro .intro-contents-wrap-line-element-06__word p:nth-of-type(3) {
    padding-left: 10vw;
  }
}
#top .intro .intro-contents-wrap-line-element-06 figure {
  position: absolute;
  width: 29rem;
  right: -5.6rem;
  top: 0;
}
#top .intro .intro-contents-wrap-line-element-07 figure {
  position: relative;
  width: 36.8rem;
  margin: 0 auto;
}
#top .intro .intro-leaf {
  position: absolute;
}
#top .intro .intro-leaf img {
  width: 100%;
}
#top .intro .intro-leaf-01 {
  right: -2rem;
  bottom: 0;
  width: 14rem;
  z-index: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #top .intro .intro-leaf-01 {
    width: 9.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top .intro .intro-leaf-02 {
  left: 0;
  top: 28rem;
  width: 14rem;
  z-index: 0;
  margin: 0;
}
#top .three {
  padding: 8.8rem 0 11.5rem;
}
@media (min-width: 768px) {
  #top .three {
    padding: 11rem 0 12rem;
  }
}
#top .three .three-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 3.5rem;
  width: 46.5rem;
  margin: 0 auto 10rem;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .three .three-title {
    margin-bottom: 7.6rem;
  }
}
#top .three .three-title-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2rem;
  margin-bottom: 0.5rem;
}
#top .three .three-title-top p {
  line-height: 1;
}
#top .three .three-title-top figure {
  width: 20.4rem;
  margin: 0;
}
#top .three .three-title-top figure img {
  width: 100%;
  vertical-align: sub;
}
#top .three .three-title-bottom h2 {
  text-align: right;
  line-height: 1;
  font-size: 3.5rem;
}
#top .three .three-title-bottom h2 span {
  font-family: calibri, sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  font-weight: 400;
  padding: 0 0.5rem;
}
#top .three .three-tabtop {
  padding-bottom: 10rem;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .three .three-tabtop {
    display: flex;
    flex-wrap: wrap;
    width: 110rem;
    margin: 0 auto;
    gap: 0 1.5rem;
    padding-bottom: 9rem;
  }
}
#top .three .three-tab:not(:last-of-type) {
  margin-bottom: 7.5rem;
}
@media (min-width: 768px) {
  #top .three .three-tab:not(:last-of-type) {
    margin-bottom: auto;
  }
}
#top .three .three-tab-top {
  padding-top: 9.6rem;
  width: 54rem;
  height: 54rem;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (min-width: 768px) {
  #top .three .three-tab-top {
    padding-top: 8rem;
    width: 35rem;
    height: 45rem;
  }
}
#top .three .three-tab-top::after {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid #3E3A39;
  border-radius: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #top .three .three-tab-top::after {
    width: 45rem;
    height: 45rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#top .three .three-tab-top h3 {
  font-size: 6.2rem;
  line-height: 1;
  font-family: calibri, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  color: #987B68;
}
@media (min-width: 768px) {
  #top .three .three-tab-top h3 {
    font-size: 5.2rem;
    margin-bottom: 1.5rem;
  }
}
#top .three .three-tab-top__subtitle {
  line-height: 1;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
@media (min-width: 768px) {
  #top .three .three-tab-top__subtitle {
    font-size: 2.4rem;
  }
}
#top .three .three-tab-top__word {
  width: 42rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .three .three-tab-top__word {
    width: 25rem;
  }
}
#top .three .three-tab-top__word p {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #top .three .three-tab-top__word p {
    font-size: 1.2rem;
  }
}
#top .three .three-tab-bottom {
  position: relative;
  width: 42rem;
  height: 42rem;
  margin: -7rem auto 0;
  z-index: 1;
}
@media (min-width: 768px) {
  #top .three .three-tab-bottom {
    width: 35rem;
    height: 35rem;
    margin-top: -16rem;
  }
}
#top .three .three-tab-bottom figure {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#top .three .three-tab-bottom figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .three .three-tab-bottom__more p {
  border: 0.1rem solid #6A6451;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: m-plus-1c, sans-serif;
  font-weight: bold;
  border-radius: 50%;
  width: 13rem;
  height: 13rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 768px) {
  #top .three .three-tab-bottom__more p {
    font-size: 1.5rem;
    width: 10rem;
    height: 10rem;
  }
}
#top .three .three-tab-bottom__more p span {
  line-height: 1;
}
@media (min-width: 768px) {
  #top .three .three-tab-bottom-active {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    z-index: 0;
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  #top .three .three-tab-bottom-active__line {
    background-color: #3E3A39;
    width: 100%;
    height: 0.6rem;
  }
}
@media (min-width: 768px) {
  #top .three .three-tab-bottom-active__triangle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  #top .three .three-tab-bottom-active__triangle span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.9rem 0.55rem 0 0.55rem;
    border-color: #3e3a39 transparent transparent transparent;
  }
}
@media (min-width: 768px) {
  #top .three .three-tab.active .three-tab-bottom {
    cursor: inherit;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  #top .three .three-tab.active .three-tab-bottom-active {
    bottom: -4rem;
  }
}
@media (min-width: 768px) {
  #top .three .three-tab-bottom:hover .three-tab-bottom-active {
    bottom: -4rem;
  }
}
#top .three .three-details {
  padding-bottom: 6.9rem;
}
@media (min-width: 768px) {
  #top .three .three-detail {
    width: 110rem;
    margin: 0 auto;
  }
}
#top .three .three-detail:not(:first-of-type) {
  display: none;
}
#top .three .three-detail-obi {
  height: 5rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  #top .three .three-detail-obi {
    width: 100%;
  }
}
#top .three .three-detail-obi img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .three .three-detail-intro {
  width: 52rem;
  margin: 0 auto 5.7rem;
}
@media (min-width: 768px) {
  #top .three .three-detail-intro {
    width: 108.8rem;
  }
}
#top .three .three-detail-intro h3 {
  line-height: 1.4;
  color: #987B68;
  text-align: center;
  font-size: 4rem;
  font-family: calibri, sans-serif;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #top .three .three-detail-intro h3 {
    font-size: 3rem;
  }
}
#top .three .three-detail-intro__subtitle {
  line-height: 1;
  color: #987B68;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  margin-bottom: 6rem;
}
#top .three .three-detail-intro__read p {
  line-height: 1.8;
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  #top .three .three-detail-intro__read p {
    font-size: 1.4rem;
  }
}
#top .three .three-detail-explanation-element {
  width: 52rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .three .three-detail-explanation-element {
    display: flex;
    flex-wrap: wrap;
    width: 110rem;
    justify-content: space-between;
    align-items: center;
  }
}
#top .three .three-detail-explanation-element:not(:last-of-type) {
  margin-bottom: 9rem;
}
@media (min-width: 768px) {
  #top .three .three-detail-explanation-element:not(:last-of-type) {
    margin-bottom: 8.6rem;
  }
}
@media (min-width: 768px) {
  #top .three .three-detail-explanation-element:nth-of-type(even) figure {
    order: 2;
  }
}
#top .three .three-detail-explanation-element figure {
  width: 52rem;
  height: 35rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #top .three .three-detail-explanation-element figure {
    margin-bottom: auto;
  }
}
#top .three .three-detail-explanation-element figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #top .three .three-detail-explanation-element__read {
    width: 52rem;
  }
}
#top .three .three-detail-explanation-element__read h4 {
  line-height: 1.6;
  font-size: 2.5rem;
  color: #6A6451;
  font-family: "Yu Mincho", "YuMincho", serif;
  margin-bottom: 3rem;
}
#top .three .three-detail-explanation-element__read div p {
  line-height: 1.8;
  font-size: 2.4rem;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .three .three-detail-explanation-element__read div p {
    font-size: 1.4rem;
  }
}
#top .three .three-tabbottom {
  padding: 9.4rem 0 7.2rem;
  color: #6A6451;
  border-top: 0.1rem solid #6A6451;
  border-bottom: 0.1rem solid #6A6451;
  width: 52rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .three .three-tabbottom {
    padding: 7.8rem 0 5.4rem;
    width: 110rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#top .three .three-tabbottom-tab:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #top .three .three-tabbottom-tab:not(:last-of-type) {
    margin-bottom: auto;
  }
}
#top .three .three-tabbottom-tab:first-of-type {
  display: none;
}
#top .three .three-tabbottom-tab figure {
  width: 52rem;
  height: 14rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #top .three .three-tabbottom-tab figure {
    border: 0.1rem solid #fff;
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  #top .three .three-tabbottom-tab figure:hover {
    cursor: pointer;
    border-color: #6A6451;
  }
}
#top .three .three-tabbottom-tab figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .three .three-tabbottom-tab__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0 1.6rem;
}
#top .three .three-tabbottom-tab__title h3 {
  line-height: 1;
  color: #6A6451;
  font-size: 2.8rem;
  font-family: calibri, sans-serif;
}
#top .three .three-tabbottom-tab__title p {
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 1.7rem;
}
#top .three .three-newdetail .three-newdetail-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 3.5rem;
  width: 46.5rem;
  margin: 0 auto 9rem;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-title {
    margin-bottom: 7.6rem;
  }
}
#top .three .three-newdetail .three-newdetail-title .three-newdetail-title-top h2 {
  text-align: center;
  line-height: 1;
  font-size: 3.5rem;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}
#top .three .three-newdetail .three-newdetail-title .three-newdetail-title-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
  margin-bottom: 0.5rem;
}
#top .three .three-newdetail .three-newdetail-title .three-newdetail-title-bottom p {
  line-height: 1;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
}
#top .three .three-newdetail .three-newdetail-title .three-newdetail-title-bottom figure {
  width: 20.4rem;
  margin: 0;
}
#top .three .three-newdetail .three-newdetail-title .three-newdetail-title-bottom figure img {
  width: 100%;
  vertical-align: sub;
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element {
  width: 70rem;
  margin: 0 auto;
  border: 0.1rem solid #6A6451;
  padding-bottom: 7.6rem;
  position: relative;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element {
    width: 140rem;
    border: none;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element::after {
    width: 110rem;
    height: 100%;
    content: "";
    display: block;
    border: 0.1rem solid #6A6451;
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element:not(:last-of-type) {
    margin-bottom: 12rem;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-element-title {
  margin: -4rem auto 5rem;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-element-title {
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-element-title .three-newdetail-title-index {
  font-size: 8rem;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-weight: bold;
  text-align: center;
  color: #6A6451;
  width: 35.5rem;
  background-color: #fff;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-element-title .three-newdetail-title-index {
    font-size: 6rem;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-element-title h3 {
  font-size: 3.5rem;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-element-title h3 {
    font-size: 3.3rem;
  }
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5rem;
    position: relative;
    z-index: 1;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap figure {
  width: 60rem;
  margin: 0 auto 4rem;
  position: relative;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap figure {
    width: 88rem;
    margin: 0;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap figure img {
  width: 100%;
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap figure figcaption {
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: futura-pt, sans-serif;
  line-height: 1;
  position: absolute;
  letter-spacing: -0.1rem;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap figure figcaption {
    font-size: 8.8rem;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap .three-newdetail-word {
  width: 52rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap .three-newdetail-word {
    width: 26rem;
    margin: 0;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap .three-newdetail-word p {
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap .three-newdetail-word p {
    font-size: 2rem;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap .three-newdetail-leaf {
  width: 10rem;
  position: absolute;
  bottom: 0;
  margin: 0;
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element .three-newdetail-wrap .three-newdetail-leaf img {
  width: 100%;
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element-01 .three-newdetail-wrap figure figcaption {
  right: 1rem;
  bottom: 1rem;
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element-01 .three-newdetail-wrap .three-newdetail-leaf {
  right: -6rem;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element-01 .three-newdetail-wrap .three-newdetail-leaf {
    right: 9rem;
    bottom: -4rem;
  }
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element-02 .three-newdetail-wrap {
    justify-content: flex-end;
  }
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element-02 .three-newdetail-wrap figure figcaption {
  left: 1rem;
  bottom: 1rem;
}
#top .three .three-newdetail .three-newdetail-contents .three-newdetail-element-02 .three-newdetail-wrap .three-newdetail-leaf {
  left: -6rem;
  width: 9rem;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element-02 .three-newdetail-wrap .three-newdetail-leaf {
    left: 12rem;
    bottom: -4rem;
    width: 6rem;
  }
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-contents .three-newdetail-element-02 .three-newdetail-wrap figure {
    order: 2;
  }
}
#top .three .three-newdetail .three-newdetail-element-03 .three-newdetail-wrap figure figcaption {
  right: 1rem;
  top: 1rem;
}
#top .three .three-newdetail .three-newdetail-element-03 .three-newdetail-wrap .three-newdetail-leaf {
  right: -6rem;
}
@media (min-width: 768px) {
  #top .three .three-newdetail .three-newdetail-element-03 .three-newdetail-wrap .three-newdetail-leaf {
    width: 6rem;
    bottom: -4rem !important;
    right: 7rem;
  }
}
#top .information {
  padding: 10.6rem 0 12.6rem;
  background-image: url(../../../../img/top/information/information_bk_sp@2x.jpg);
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  #top .information {
    padding: 17.3rem 0 15.6rem;
    background-image: url(../../../../img/top/information/information_bk_pc@2x.jpg);
  }
}
#top .information__title {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  #top .information__title {
    margin-bottom: 5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 2.6rem;
  }
}
#top .information__title h2 {
  line-height: 1;
  color: #6A6451;
  font-family: calibri, sans-serif;
  font-size: 6.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3.5rem;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  #top .information__title h2 {
    margin-bottom: -0.5rem;
  }
}
#top .information__title p {
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
#top .information .information-wrap .information-element {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 13rem;
  border-bottom: 0.1rem solid #6A6451;
}
@media (min-width: 768px) {
  #top .information .information-wrap .information-element {
    width: 55rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 10.4rem;
    border: none;
    gap: 0 2rem;
  }
}
#top .information .information-wrap .information-element:first-of-type {
  border-top: 0.1rem solid #6A6451;
}
@media (min-width: 768px) {
  #top .information .information-wrap .information-element:first-of-type {
    border: none;
  }
}
@media (min-width: 768px) {
  #top .information .information-wrap .information-element:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#top .information .information-wrap .information-element .information-element-detail {
  width: calc(100% - 22rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #top .information .information-wrap .information-element .information-element-detail {
    display: block;
    width: 40.7rem;
  }
}
#top .information .information-wrap .information-element .information-element-detail__date {
  width: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .information .information-wrap .information-element .information-element-detail__date {
    width: auto;
    margin-bottom: 1rem;
    display: block;
  }
}
#top .information .information-wrap .information-element .information-element-detail__date p {
  font-size: 2.9rem;
  font-family: m-plus-1c, sans-serif;
  line-height: 1;
}
#top .information .information-wrap .information-element .information-element-detail__title {
  width: calc(100% - 22rem);
}
@media (min-width: 768px) {
  #top .information .information-wrap .information-element .information-element-detail__title {
    width: auto;
  }
}
#top .information .information-wrap .information-element .information-element-detail__title h3 {
  line-height: 1.6;
  color: #6A6451;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  #top .information .information-wrap .information-element .information-element-detail__title h3 {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0;
  }
}
#top .information .information-wrap .information-element__more {
  width: 22rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #top .information .information-wrap .information-element__more {
    width: 10.4rem;
  }
}
#top .information .information-wrap .information-element__more a {
  width: 13rem;
  height: 13rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #6A6451;
  border-radius: 50%;
  background-color: #fff;
  font-family: m-plus-1c, sans-serif;
  color: #6A6451;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  #top .information .information-wrap .information-element__more a {
    width: 10.4rem;
    height: 10.4rem;
    font-size: 1.4rem;
  }
}
#top .information .information-wrap .information-element__more a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  #top .information .information-wrap .information-element__more a:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
#top .information__preparation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
}
#top .information__preparation p {
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  color: #6A6451;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #987B68;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
}
@media (min-width: 768px) {
  #top .information__preparation p {
    font-size: 1.6rem;
    width: 10rem;
    height: 10rem;
  }
}
#top .property__title {
  padding: 8.8rem 0 6.6rem;
}
@media (min-width: 768px) {
  #top .property__title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 2.6rem;
    padding: 9.6rem 0 7.6rem;
  }
}
#top .property__title h2 {
  line-height: 1;
  color: #6A6451;
  font-family: calibri, sans-serif;
  font-size: 6.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3.5rem;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  #top .property__title h2 {
    margin-bottom: -0.5rem;
  }
}
#top .property__title p {
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
#top .property .property-contents {
  background-image: url(../../../../img/top/property/property_bk_sp@2x.jpg);
  background-size: cover;
  padding-bottom: 20rem;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  #top .property .property-contents {
    background-image: url(../../../../img/top/property/property_bk_pc@2x.jpg);
    padding-bottom: 6.2rem;
  }
}
@media (min-width: 768px) {
  #top .property .property-contents-wrap {
    position: relative;
    width: 110rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #top .property .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  #top .property .slide-arrow:hover {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  #top .property .prev-arrow {
    left: -5rem;
  }
}
@media (min-width: 768px) {
  #top .property .next-arrow {
    right: -5rem;
  }
}
@media (min-width: 768px) {
  #top .property .property-element {
    width: 35rem;
    position: relative;
    padding: 0 0.5rem 14.4rem;
  }
}
#top .property .property-element:not(:last-of-type) {
  margin-bottom: 11.5rem;
}
@media (min-width: 768px) {
  #top .property .property-element:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#top .property .property-intro {
  background-color: #fff;
  width: 59.5rem;
  margin: 0 auto 3.9rem;
}
@media (min-width: 768px) {
  #top .property .property-intro {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
#top .property .property-intro a {
  padding: 6.9rem 0 4rem;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  #top .property .property-intro a {
    padding: 4.6rem 0 3rem;
  }
}
#top .property .property-intro a:hover::after {
  transform: scale(1);
  opacity: 1;
}
#top .property .property-intro a::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.95);
  opacity: 0;
  transform-origin: center;
  border: 0.5rem solid #987B68;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
}
#top .property .property-intro a figure {
  position: relative;
}
#top .property .property-intro__title {
  margin-bottom: 6.2rem;
}
@media (min-width: 768px) {
  #top .property .property-intro__title {
    margin-bottom: 3.7rem;
  }
}
#top .property .property-intro__title h3 {
  font-family: futura-pt, sans-serif;
  line-height: 1;
  font-size: 3.7rem;
  color: #6A6451;
  font-weight: lighter;
  width: 15.9rem;
  margin: 0 auto 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #6A6451;
}
@media (min-width: 768px) {
  #top .property .property-intro__title h3 {
    font-size: 1.8rem;
    width: 9.4rem;
    padding-bottom: 1.2rem;
    margin-bottom: 0.9rem;
  }
}
#top .property .property-intro__title h3 span {
  display: block;
}
#top .property .property-intro__title h3 > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .property .property-intro__title h3 > span:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #top .property .property-intro__title h3 > span:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
#top .property .property-intro__title h4 {
  line-height: 1.4;
  font-size: 4.6rem;
  color: #6A6451;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  #top .property .property-intro__title h4 {
    font-size: 2.7rem;
  }
}
#top .property .property-intro figure {
  width: 54.4rem;
  height: 27.2rem;
  margin: 0 auto 4rem;
}
@media (min-width: 768px) {
  #top .property .property-intro figure {
    width: 32rem;
    height: 32rem;
    margin-bottom: 3rem;
  }
}
#top .property .property-intro figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .property .property-area {
  line-height: 1.4;
  color: #6A6451;
  text-align: center;
  font-size: 3.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #top .property .property-area {
    font-size: 2.5rem;
  }
}
#top .property .property-details {
  width: 59.5rem;
  margin: 0 auto 3.8rem;
  color: #fff;
  position: relative;
}
#top .property .property-details::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  top: 7rem;
  left: 0;
}
@media (min-width: 768px) {
  #top .property .property-details::after {
    top: 4.5rem;
  }
}
@media (min-width: 768px) {
  #top .property .property-details {
    width: 35rem;
    height: 16rem;
    margin-bottom: 1.8rem;
  }
}
#top .property .property-details tr:first-of-type {
  position: relative;
}
#top .property .property-details tr th {
  width: 33.333%;
  height: 3.5rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 300;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  #top .property .property-details tr th {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  #top .property .property-details tr th {
    height: 2.7rem;
    font-size: 1.4rem;
  }
}
#top .property .property-details tr td {
  width: 33.333%;
  vertical-align: middle;
  text-align: center;
  font-size: 2.7rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1.4;
  padding: 2rem 0 0.5rem;
}
@media (min-width: 768px) {
  #top .property .property-details tr td {
    font-size: 1.6rem;
    padding: 1rem 0 0.5rem;
  }
}
#top .property .property-more a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #6A6451;
  border-radius: 50%;
  width: 13rem;
  height: 13rem;
  background-color: #fff;
  color: #6A6451;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  #top .property .property-more a {
    width: 10.4rem;
    height: 10.4rem;
    font-size: 1.4rem;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top .property .property-more a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  #top .property .property-more a:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
#top .property .property-sold {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  width: 50rem;
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  #top .property .property-sold {
    width: 30rem;
  }
}
#top .property .property-sold p {
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
#top .property .property-sold p:first-of-type {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-family: futura-pt, sans-serif;
}
@media (min-width: 768px) {
  #top .property .property-sold p:first-of-type {
    font-size: 1.4rem;
  }
}
#top .property .property-sold p:last-of-type {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 3rem;
}
@media (min-width: 768px) {
  #top .property .property-sold p:last-of-type {
    font-size: 2.4rem;
  }
}
#top .gallery {
  padding: 9rem 0 8rem;
}
#top .gallery__title {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  #top .gallery__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 2.6rem;
    width: 110rem;
    margin: 0 auto 5rem;
  }
}
#top .gallery__title h2 {
  line-height: 1;
  color: #6A6451;
  font-family: calibri, sans-serif;
  font-size: 6.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3.5rem;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  #top .gallery__title h2 {
    margin-top: -1rem;
    margin-bottom: 0;
    order: 2;
  }
}
#top .gallery__title p {
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
#top .gallery .gallery-slider {
  width: 72.5rem;
  margin: 0 auto 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 0;
  position: relative;
}
@media (min-width: 768px) {
  #top .gallery .gallery-slider {
    width: 100%;
    margin: auto;
    display: block;
  }
}
#top .gallery .gallery-slider__element {
  width: 35rem;
  position: relative;
}
@media (min-width: 768px) {
  #top .gallery .gallery-slider__element {
    width: auto;
  }
}
#top .gallery .gallery-slider__element img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .gallery .gallery-slider__element .zoom-btn {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
  width: 4rem;
  height: 4rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #top .gallery .gallery-slider__element .zoom-btn {
    bottom: 1.4285714286vw;
    right: 2.8571428571vw;
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    border-width: 0.1428571429vw;
  }
}
#top .gallery .gallery-slider__element .zoom-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  height: 70%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #top .gallery .gallery-slider__element .zoom-btn::after {
    width: 0.1428571429vw;
  }
}
#top .gallery .gallery-slider__element .zoom-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.2rem;
  width: 70%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #top .gallery .gallery-slider__element .zoom-btn::before {
    height: 0.1428571429vw;
  }
}
#top .gallery .gallery-slider .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-right: 2rem;
  filter: grayscale(80%);
  transition: 0.3s;
}
#top .gallery .gallery-slider .slick-slide.slick-active {
  filter: grayscale(10%);
}
#top .gallery .gallery-slider .slick-slide.slick-active img {
  filter: grayscale(0%);
}
@media (min-width: 768px) {
  #top .gallery .gallery-slider .slick-slide.slick-active:hover {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  #top .gallery .gallery-slider .slick-slide.slick-active:hover img {
    transform: scale(1.02);
  }
}
#top .gallery .gallery-slider .prev-arrow {
  position: absolute;
  top: 50%;
  left: 5rem;
  transform: translateY(-50%);
  z-index: 999;
  transition: 0.3s;
}
#top .gallery .gallery-slider .prev-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
#top .gallery .gallery-slider .next-arrow {
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
  z-index: 999;
  transition: 0.3s;
}
#top .gallery .gallery-slider .next-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
#top .gallery .gallery-more-btn {
  width: 13rem;
  height: 13rem;
  border: 0.1rem solid #534B43;
  color: #534B43;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 2.4rem;
}
#top .voice {
  background-color: #F9F8F7;
  padding-bottom: 8rem;
  position: relative;
}
@media (min-width: 768px) {
  #top .voice {
    padding-bottom: 3.5714285714vw;
  }
}
#top .voice__title {
  padding: 12rem 0 10rem;
}
@media (min-width: 768px) {
  #top .voice__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.6rem;
    padding: 9.6rem 0 8.8rem;
  }
}
#top .voice__title h2 {
  line-height: 1;
  color: #6A6451;
  font-family: calibri, sans-serif;
  font-size: 6.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3.5rem;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  #top .voice__title h2 {
    margin-bottom: 1rem;
  }
}
#top .voice__title p {
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
#top .voice .voice-contents {
  margin-bottom: 36.1rem;
}
@media (min-width: 768px) {
  #top .voice .voice-contents {
    margin-bottom: 31.7857142857vw;
  }
}
#top .voice .voice-element {
  width: 60rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 4rem 0 8rem;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
@media (min-width: 768px) {
  #top .voice .voice-element {
    width: 110rem;
    padding: 2rem 5rem 2rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 3rem;
  }
}
#top .voice .voice-element:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #top .voice .voice-element:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  #top .voice .voice-pcimg {
    width: 25.6rem;
    width: 25.6rem;
  }
}
@media (min-width: 768px) {
  #top .voice .voice-pcimg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#top .voice .voice-element-core {
  width: 51.9rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .voice .voice-element-core {
    width: 74rem;
  }
}
#top .voice .voice-element-core h4 {
  font-size: 2.6rem;
  line-height: 1.6;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #6A6451;
  width: 52.1rem;
  margin: 0 auto 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  #top .voice .voice-element-core h4 {
    width: 100%;
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
#top .voice .voice-element-core__detail figure {
  height: 25.6rem;
  width: 25.6rem;
  float: left;
  margin: 0 2rem 0 0;
}
#top .voice .voice-element-core__detail figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .voice .voice-element-core__detail p {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .voice .voice-element-core__detail p {
    font-size: 1.4rem;
  }
}
#top .voice .voice-more {
  position: relative;
  z-index: 2;
}
#top .voice .voice-more a {
  border: 0.1rem solid #534B43;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  width: 13rem;
  height: 13rem;
  margin: 0 auto;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .voice .voice-more a {
    width: 10.4rem;
    height: 10.4rem;
    font-size: 1.4rem;
  }
}
#top .voice .voice-decoration {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
}
#top .voice .voice-decoration img {
  width: 100%;
}
#top .quality {
  background-image: url(../../../../img/top/quality/bk_sp@2x.jpg);
  background-size: cover;
  padding-bottom: 11.6rem;
}
@media (min-width: 768px) {
  #top .quality {
    background-image: url(../../../../img/top/quality/bk_pc@2x.jpg);
  }
}
#top .quality__title {
  padding-top: 12rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  #top .quality__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.6rem;
    padding: 9.6rem 0 0;
    width: 110rem;
    margin: 0 auto 4rem;
  }
}
#top .quality__title h2 {
  line-height: 1;
  color: #fff;
  font-family: calibri, sans-serif;
  font-size: 6.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3.5rem;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  #top .quality__title h2 {
    margin-bottom: 1rem;
  }
}
#top .quality__title p {
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #fff;
}
#top .quality__read {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  #top .quality__read {
    width: 110rem;
    margin: 0 auto 7.5rem;
  }
}
#top .quality__read p {
  font-size: 2.9rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  #top .quality__read p {
    text-align: left;
  }
}
#top .quality .quality-contents {
  width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .quality .quality-contents {
    width: 110rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }
}
#top .quality .quality-element {
  width: 100%;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  padding: 4.5rem 0 7.5rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  #top .quality .quality-element {
    width: 53rem;
    padding: 6.5rem 0 7.5rem;
  }
}
#top .quality .quality-element:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #top .quality .quality-element:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#top .quality .quality-element h3 {
  font-size: 3.4rem;
  line-height: 1.4;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #3E3A39;
  text-align: center;
  margin-bottom: 4.5rem;
  height: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #top .quality .quality-element h3 {
    height: 9.4rem;
  }
}
#top .quality .quality-element figure {
  margin: 0 auto 4.5rem;
}
@media (min-width: 768px) {
  #top .quality .quality-element figure {
    margin-bottom: 6rem;
  }
}
#top .quality .quality-element figure img {
  width: 100%;
}
#top .quality .quality-element__word {
  width: 55rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .quality .quality-element__word {
    width: 43rem;
  }
}
#top .quality .quality-element__word p {
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .quality .quality-element__word p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#top .quality .quality-element__word p:not(:last-of-type) {
  margin-bottom: 3rem;
}
#top .quality .quality-element-01 figure {
  width: 45rem;
}
@media (min-width: 768px) {
  #top .quality .quality-element-01 figure {
    width: 34rem;
  }
}
#top .quality .quality-element-02 figure {
  width: 43rem;
}
@media (min-width: 768px) {
  #top .quality .quality-element-02 figure {
    width: 33.2rem;
  }
}
#top .quality .quality-element-03 figure {
  width: 44.9rem;
}
#top .quality .quality-element-04 figure {
  width: 43.9rem;
}
#top .support {
  padding-bottom: 10rem;
}
#top .support__title {
  padding-top: 12rem;
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  #top .support__title {
    padding: 9.6rem 0 0;
    margin: 0 auto 5rem;
  }
}
#top .support__title h2 {
  line-height: 1;
  color: #3E3A39;
  font-family: calibri, sans-serif;
  font-size: 6.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3.5rem;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  #top .support__title h2 {
    margin-bottom: 1rem;
  }
}
#top .support__title p {
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #3E3A39;
}
@media (min-width: 768px) {
  #top .support .support-element {
    width: 110rem;
    margin: 0 auto;
  }
}
#top .support .support-element:not(:last-of-type) {
  margin-bottom: 9rem;
}
#top .support .support-element h3 {
  font-size: 2.6rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1.4;
  text-align: center;
  color: #3E3A39;
  margin-bottom: 3.8rem;
}
#top .support .support-element__img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .support .support-element__img {
    width: 100%;
  }
}
#top .support .support-element__img img {
  width: 100%;
}
#top .support .support-element__read {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .support .support-element__read {
    width: 100%;
  }
}
#top .support .support-element__read p {
  color: #3E3A39;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #top .support .support-element__read p {
    font-size: 1.7rem;
  }
}
#top .support .support-element__read p:not(:last-of-type) {
  margin-bottom: 2rem;
}
#top .support .support-img-01 {
  margin-bottom: 5.5rem;
  width: 72rem;
}
@media (min-width: 768px) {
  #top .support .support-img-01 {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#top .support .support-img-02 {
  margin-bottom: 4rem;
  width: 60rem;
}
@media (min-width: 768px) {
  #top .support .support-img-02 {
    width: 100%;
    margin-bottom: 7rem;
  }
}
#top .reserve {
  background-image: url(../../../../img/top/reserve/bk_top_pc.jpg);
  padding: 5rem 0 7rem;
  background-size: cover;
}
@media (min-width: 768px) {
  #top .reserve {
    padding: 8rem 0 4rem;
  }
}
#top .reserve__title {
  margin-bottom: 5rem;
}
#top .reserve__title h2 {
  color: #3C051A;
  line-height: 1;
  font-size: 4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  margin-bottom: 2rem;
}
#top .reserve__title p {
  color: #3C051A;
  line-height: 1;
  font-size: 3rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}
#top .reserve .reserve-contents {
  width: 60rem;
  margin: 0 auto 5rem;
}
@media (min-width: 768px) {
  #top .reserve .reserve-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 112.5rem;
  }
}
#top .reserve .reserve-element {
  background-color: #fff;
  padding: 4rem 0 5rem;
}
@media (min-width: 768px) {
  #top .reserve .reserve-element {
    width: 35rem;
    padding: 6rem 0 4rem;
  }
}
#top .reserve .reserve-element:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #top .reserve .reserve-element:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#top .reserve .reserve-element h3 {
  font-size: 3rem;
  line-height: 1.4;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #6A6451;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  #top .reserve .reserve-element h3 {
    font-size: 2.2rem;
    margin-bottom: 4rem;
    height: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
#top .reserve .reserve-element__read {
  line-height: 1.6;
  font-size: 2.4rem;
  color: #6A6451;
  width: 51rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .reserve .reserve-element__read {
    font-size: 1.6rem;
    width: 28rem;
  }
}
#top .reserve .sp-link-buttons-common-02 {
  background-color: #fff;
  padding: 5rem 0;
}
#top .reserve .reserve-tel {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  #top .reserve .reserve-tel {
    padding-top: 4.5rem;
  }
}
#top .reserve .reserve-tel .reserve-tel-contents__read {
  line-height: 1;
  font-size: 2.8rem;
  color: #2A0613;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #top .reserve .reserve-tel .reserve-tel-contents__read {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
#top .reserve .reserve-tel .reserve-tel-contents__telwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 1.5rem;
  margin-bottom: 2rem;
}
#top .reserve .reserve-tel .reserve-tel-contents__telwrap figure {
  margin: 0;
  width: 7rem;
}
@media (min-width: 768px) {
  #top .reserve .reserve-tel .reserve-tel-contents__telwrap figure {
    width: 5rem;
  }
}
#top .reserve .reserve-tel .reserve-tel-contents__telwrap figure img {
  width: 100%;
}
#top .reserve .reserve-tel .reserve-tel-contents__telwrap p {
  line-height: 1;
  color: #2A0613;
  font-size: 8rem;
  font-family: calibri, sans-serif;
}
@media (min-width: 768px) {
  #top .reserve .reserve-tel .reserve-tel-contents__telwrap p {
    font-size: 5.5rem;
  }
}
@media (min-width: 768px) {
  #top .reserve .reserve-tel .reserve-tel-contents__telwrap p a {
    pointer-events: none;
  }
}
#top .reserve .reserve-tel .reserve-tel-contents__time {
  line-height: 1;
  font-size: 2.8rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #2A0613;
  text-align: center;
}
@media (min-width: 768px) {
  #top .reserve .reserve-tel .reserve-tel-contents__time {
    font-size: 1.7rem;
  }
}
#top .izumigaoka-sec12 {
  padding: 25.5rem 3rem 0;
  background-image: url(../../../../img/top/form/bk_bottom_pc@2x.jpg);
  background-size: cover;
  background-position: 50% 100%;
  color: #6A6451;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .izumigaoka-sec12 {
    padding: 5.4rem 0 0;
    background: #E8EBE5;
    color: #6A6451;
  }
}
#top .izumigaoka-sec12 .area-inner {
  width: 88rem;
  position: relative;
}
@media (max-width: 767px) {
  #top .izumigaoka-sec12 .area-inner {
    width: 70rem;
    padding-bottom: 9rem;
  }
}
#top .izumigaoka-sec12__inner-bg {
  width: 190rem;
  width: min(160vw, 1900px);
  position: absolute;
  top: max(-24vw, -180px);
  left: 45%;
  transform: translateX(-50%);
}
#top .izumigaoka-sec12__inner-bg img {
  width: 100%;
}
#top .izumigaoka-sec12__title {
  text-align: center;
  margin-bottom: 5.8rem;
  position: relative;
}
@media (max-width: 767px) {
  #top .izumigaoka-sec12__title {
    margin-bottom: 11rem;
  }
}
#top .izumigaoka-sec12__title h2 {
  font-size: 4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
@media (min-width: 768px) {
  #top .izumigaoka-sec12__title h2 {
    font-size: 2.5rem;
  }
}
#top .izumigaoka-sec12__contents {
  position: relative;
}
#top .izumigaoka-sec12__bottom-bg-wrap {
  position: relative;
  height: 30rem;
  margin-top: 6rem;
}
#top .izumigaoka-sec12__bottom-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#top .izumigaoka-sec12__bottom-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .reserve-izu .reserve-izu-block {
  border: 0.1rem solid #6A6451;
  padding: 2.6rem;
  position: relative;
  background-color: rgba(232, 235, 229, 0.8);
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block {
    border: 0.1rem solid #6A6451;
  }
}
#top .reserve-izu .reserve-izu-block:not(:first-of-type) {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block:not(:first-of-type) {
    margin-top: 9rem;
  }
}
#top .reserve-izu .reserve-izu-block__icon {
  width: 20rem;
  background: #E8EBE5;
  position: absolute;
  top: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__icon {
    position: relative;
    margin: 0 auto;
    margin-top: -9.4rem;
    margin-bottom: 0.5rem;
    width: 40rem;
    background: #E8EBE5;
    top: initial;
    left: initial;
    transform: none;
  }
}
#top .reserve-izu .reserve-izu-block__icon .icon {
  width: 5.3rem;
  margin: 0 auto;
}
#top .reserve-izu .reserve-izu-block__icon .icon img {
  width: 100%;
}
#top .reserve-izu .reserve-izu-block__title {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__title {
    width: 40rem;
    height: 6rem;
    padding: 0 1rem;
    margin: 0 auto 4rem;
    background: #E8EBE5;
  }
}
#top .reserve-izu .reserve-izu-block__title h3 {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #top .reserve-izu .reserve-izu-block__title h3 {
    font-size: 1.8rem;
  }
}
#top .reserve-izu .reserve-izu-block__title.title-second {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: initial;
}
#top .reserve-izu .reserve-izu-block__items {
  display: flex;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__items {
    display: block;
  }
}
#top .reserve-izu .reserve-izu-block__items:not(:first-of-type) {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__items dl {
    margin-bottom: 2rem;
  }
}
#top .reserve-izu .reserve-izu-block__item {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__item {
    column-gap: 2rem;
  }
  #top .reserve-izu .reserve-izu-block__item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
#top .reserve-izu .reserve-izu-block__item dt {
  font-size: 1.4rem;
  line-height: 1.2;
  width: 16.4rem;
  text-align: right;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__item dt {
    width: 20rem;
    font-size: 2.4rem;
  }
}
#top .reserve-izu .reserve-izu-block__item dt span {
  font-size: 1.5rem;
  color: #317C83;
}
#top .reserve-izu .reserve-izu-block__item dd {
  flex: 1;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__item dd {
    font-size: 2.4rem;
  }
}
#top .reserve-izu .reserve-izu-block__item dd .form-control {
  width: 100%;
  background: #fff;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__item dd .form-control {
    border: 0.1rem solid #fff;
    padding: 1rem 1.5rem;
    height: auto;
  }
}
#top .reserve-izu .reserve-izu-block__item dd .form-textarea {
  height: 12.6rem;
}
#top .reserve-izu .reserve-izu-block__item .form-select02 {
  width: 100%;
  height: 3.6rem;
  background: #fff;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #6A6451;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__item .form-select02 {
    border: 0.1rem solid #fff;
    height: auto;
    font-size: 2.4rem;
  }
}
#top .reserve-izu .reserve-izu-block__item .form-calendar {
  position: relative;
}
#top .reserve-izu .reserve-izu-block__item .form-calendar::before {
  content: "";
  width: 2.2rem;
  height: 2.6rem;
  background-image: url(../../img/izumigaoka/sec12/calendar-icon.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  top: 0.5rem;
  right: 10px;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__item .form-calendar::before {
    top: 0.9rem;
  }
}
#top .reserve-izu .reserve-izu-block__item.separate {
  width: 50%;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__item.separate {
    width: 100%;
  }
}
#top .reserve-izu .reserve-izu-block .form-select {
  position: relative;
  display: block;
  font-size: 2.4rem;
  color: #6A6451;
}
@media (min-width: 768px) {
  #top .reserve-izu .reserve-izu-block .form-select {
    font-size: 1.6rem;
  }
}
#top .reserve-izu .reserve-izu-block .form-select::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: #3e3a39;
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block .form-select::before {
    right: 2.6rem;
    top: 1.5rem;
  }
}
#top .reserve-izu .reserve-izu-block__item.form-select {
  width: 22rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-block__item.form-select {
    width: 30rem;
  }
}
#top .reserve-izu ::placeholder {
  color: #ddd;
}
#top .reserve-izu .reserve-izu-bottom-block {
  width: 50%;
  margin-left: auto;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-bottom-block {
    width: 100%;
  }
}
#top .reserve-izu .reserve-izu-bottom-block__anno {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-bottom-block__anno {
    justify-content: center;
  }
}
#top .reserve-izu .reserve-izu-bottom-block__anno-wrap p {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-bottom-block__anno-wrap p {
    font-size: 2.4rem;
  }
}
#top .reserve-izu .reserve-izu-bottom-block__anno-wrap p .privacy-btn {
  color: #317C83;
  cursor: pointer;
}
#top .reserve-izu .reserve-izu-bottom-block__privacy-box {
  width: 100%;
  height: 20rem;
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-bottom-block__privacy-box {
    height: 30rem;
  }
}
#top .reserve-izu .reserve-izu-bottom-block__privacy-check {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-bottom-block__privacy-check {
    font-size: 2.4rem;
  }
}
#top .reserve-izu .reserve-izu-bottom-block__privacy-check label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#top .reserve-izu .reserve-izu-bottom-block__privacy-check .form-checkbox {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-bottom-block__privacy-check .form-checkbox {
    width: 2rem;
    height: 2rem;
    margin-top: 0.5rem;
  }
}
#top .reserve-izu .reserve-izu-bottom-block__submit {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
#top .reserve-izu .reserve-izu-bottom-block__submit .submit-button {
  width: 10.4rem;
  height: 10.4rem;
  border: 0.1rem solid #6A6451;
  border-radius: 50%;
  background: #317C83;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-izu-bottom-block__submit .submit-button {
    width: 13rem;
    height: 13rem;
    font-size: 2.4rem;
  }
}
#top .reserve-izu .reserve-izu-bottom-block__submit .submit-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
  border-radius: 50%;
}
@media (min-width: 1400px) {
  #top .reserve-izu .reserve-izu-bottom-block__submit .submit-button:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
#top .reserve-izu .error {
  color: #d80c18;
}
@media (min-width: 768px) {
  #top .reserve-izu .error {
    font-size: 1.4rem;
  }
}
#top .reserve-izu #checkbox_privacy-error {
  position: absolute;
  top: 2.2rem;
  left: 30%;
}
#top .privacy-text-box {
  width: 80rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
  border: 0.2rem solid #fff;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  #top .privacy-text-box {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
#top .privacy-text-box .privacy-text-contents {
  color: #3e3a39;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  #top .privacy-text-box .privacy-text-contents {
    font-size: 2rem;
  }
}
#top .ECM_CheckboxInput {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#top .ECM_CheckboxInput:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
#top .ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
#top .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #333333;
}
#top .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 0.4rem;
  border-radius: 0.2rem;
  transform: translate(-0.6rem, 0px) rotateZ(-135deg);
  transform-origin: 0.2rem 0.2rem;
  background: #FFFFFF;
}
#top .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 0.2rem;
  border-radius: 0.1rem;
  transform: translate(-0.3rem, 0.1rem) rotateZ(-45deg);
  transform-origin: 0.1rem 0.1rem;
  background: #FFFFFF;
}
#top .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  border: solid 0.1rem transparent;
  background: #fff;
  border-radius: 0.4rem;
}
@media (max-width: 767px) {
  #top .ECM_CheckboxInput-DummyInput {
    width: 3rem;
    height: 3rem;
  }
}
#top .ECM_CheckboxInput-LabelText {
  margin-left: 1rem;
  display: block;
  font-size: 1.7rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #top .ECM_CheckboxInput-LabelText {
    font-size: 2.4rem;
    width: calc(100% - 4rem);
  }
}
@media (min-width: 768px) {
  #top .ECM_CheckboxInput-LabelText {
    width: calc(100% - 3rem);
  }
}
#top .reserve-izu .reserve-stage .reserve-izu-block__item {
  align-items: flex-start;
}
#top .reserve-izu .reserve-stage .reserve-izu-block__item.separate {
  width: 50rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #top .reserve-izu .reserve-stage .reserve-izu-block__item.separate {
    width: 100%;
  }
}
#top .last-area {
  position: relative;
  padding: 6rem 0 3.5rem;
  background-image: url(../../../../img/top/form/bk_bottom_sp@2x.jpg);
}
@media (min-width: 768px) {
  #top .last-area {
    background-image: none;
    margin-top: -10rem;
    pointer-events: none;
  }
}
#top .last-area h2 {
  width: 20rem;
  margin: 0 auto 6rem;
}
#top .last-area h2 img {
  width: 100%;
}
#top .last-area .top-back-common a {
  margin: 0 auto;
}
#top .last-area .last-area-wing {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
#top .last-area .last-area-wing img {
  width: 100%;
}
#top .last-area .last-area-wing-l {
  left: -6.5rem;
  width: 31rem;
}
#top .last-area .last-area-wing-r {
  right: -11.6rem;
  width: 40rem;
}
#top .gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
#top .gallery-modal figure {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
#top .gallery-modal figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#top .gallery-modal__img {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
#top .gallery-modal__img.active {
  opacity: 1;
}
#top .gallery-modal.active {
  opacity: 1;
  pointer-events: all;
}
#top .gallery-modal #gallery-close {
  position: absolute;
  top: 2rem;
  right: 4rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #top .gallery-modal #gallery-close {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 768px) {
  #top .gallery-modal #gallery-close:hover {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  #top .gallery-modal #gallery-close:hover::after {
    background-color: #23adc7;
  }
}
@media (min-width: 768px) {
  #top .gallery-modal #gallery-close:hover::before {
    background-color: #23adc7;
  }
}
#top .gallery-modal #gallery-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1428571429vw;
  height: 70%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}
#top .gallery-modal #gallery-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1428571429vw;
  height: 70%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.3s;
}/*# sourceMappingURL=top.css.map */