@charset "UTF-8";
:root {
  --color-text: #000000;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-main: #645A28;
  --color-request: #1D5D60;
  --color-reserve: #C09938;
}

#top {
  background: url("../images/common/contents-bg.jpg");
  min-height: 100.1vh; /* 常にほんの少しだけスクロールできるように強制する */
  /* アニメーション属性がついている要素は、最初はすべて透明にしておく */
  /* =====================================================================
  ★スクロール前の一瞬の表示（チラつき）を完全に防ぐためのCSS
  ===================================================================== */
}
#top [data-anim],
#top [data-anim-group] [data-anim] {
  opacity: 0;
  will-change: opacity, transform, filter;
}
#top [data-anim][data-anim-type=chars],
#top [data-anim-group] [data-anim][data-anim-type=chars] {
  opacity: 1;
}
#top [data-anim][data-anim-type=chars] .anim-char,
#top [data-anim-group] [data-anim][data-anim-type=chars] .anim-char {
  opacity: 0;
  will-change: opacity, transform, filter;
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  #top .main {
    padding-top: 80px;
  }
}
#top {
  /*===================================================================
  mv
  /*================================================================= */
}
#top .mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#top .mainvisual__frame {
  width: 1440px;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
}
#top .mainvisual__item {
  height: 100%;
}
#top .mainvisual__item.mainvisual__item1 {
  display: none;
  background: url("../images/top/mv_item1_bg.webp") no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
#top .mainvisual__item.mainvisual__item1 .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top .mainvisual__item.mainvisual__item1 .img1 {
  width: 27.7777777778%;
  position: absolute;
  top: 45px;
  left: 72px;
  box-shadow: 20px 20px 30px rgba(100, 100, 111, 0.2);
}
#top .mainvisual__item.mainvisual__item1 .img2 {
  width: 27.7777777778%;
  position: absolute;
  right: 48px;
  bottom: 52px;
  box-shadow: 20px 20px 30px rgba(100, 100, 111, 0.2);
}
#top .mainvisual__item.mainvisual__item1 .lead-text {
  font-size: 48px;
  letter-spacing: 0.08em;
  line-height: 166.6666666667%;
  font-weight: 600;
  color: var(--color-main);
  text-align: center;
  margin-block-end: 50px;
  opacity: 0;
}
#top .mainvisual__item.mainvisual__item1 .text {
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 250%;
  font-weight: 600;
  color: var(--color-main);
  text-align: center;
  opacity: 0;
}
#top .mainvisual__item.mainvisual__item2 {
  display: none;
  background: url("../images/top/mv_item2_bg.webp") no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
#top .mainvisual__item.mainvisual__item2 .mainvisual__item2__text {
  width: 100%;
  font-weight: 600;
  font-size: 48px;
  line-height: 250%;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--color-main);
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
}
#top .mainvisual__item.mainvisual__item3 {
  display: none;
  background: url("../images/top/mv_item3_bg.webp?v=2") no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
#top .mainvisual__item.mainvisual__item3 .mainvisual__item3__logo {
  opacity: 0;
  width: 169px;
  position: absolute;
  left: 71px;
  top: 91px;
}
#top .mainvisual {
  /* item1 用：画像の初期状態（チラつき防止） */
}
#top .mainvisual__item1 .inner .img1,
#top .mainvisual__item1 .inner .img2 {
  opacity: 0;
  filter: blur(20px);
}
#top .mainvisual__img img {
  width: 100%;
}
#top .mainvisual__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.5972222222%;
  padding: 11.3888888889% 0 0 28.125%;
  box-sizing: content-box;
}
#top .mainvisual__logo img {
  width: 100%;
}
#top .mainvisual__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 11.25%;
  padding: 11.3888888889% 0 0 14.6527777778%;
  box-sizing: content-box;
}
#top .mainvisual {
  /* MVの初期チラつき防止 */
}
#top .mainvisual .mainvisual__img img {
  opacity: 0;
  transform: scale(1.08);
  filter: blur(20px);
}
#top .mainvisual .mainvisual__logo,
#top .mainvisual .mainvisual__title {
  opacity: 0;
  transform: translateY(20px);
}
#top .mainvisual {
  /*===================================================================
  SP
  /*================================================================= */
}
@media screen and (max-width: 767.98px) {
  #top .mainvisual {
    height: 136.3636363636vw;
  }
  #top .mainvisual__frame {
    width: 100%;
    height: 136.3636363636vw;
    position: relative;
    transform: none !important;
  }
  #top .mainvisual__item.mainvisual__item1 {
    background: url("../images/top/mv_item1_bg.webp") no-repeat center top;
    background-size: cover;
  }
  #top .mainvisual__item.mainvisual__item1 .img1 {
    width: 45.4545454545vw;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 4.5454545455vw 4.5454545455vw 6.8181818182vw rgba(100, 100, 111, 0.2);
  }
  #top .mainvisual__item.mainvisual__item1 .img2 {
    width: 45.4545454545vw;
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 20px 20px 30px rgba(100, 100, 111, 0.2);
  }
  #top .mainvisual__item.mainvisual__item1 .lead-text {
    font-size: 8.1818181818vw;
    margin-block-end: 6.8181818182vw;
  }
  #top .mainvisual__item.mainvisual__item1 .text {
    font-size: 4.0909090909vw;
  }
  #top .mainvisual__item.mainvisual__item2 {
    background: url("../images/top/mv_item2_bg.webp") no-repeat center top;
    background-size: cover;
  }
  #top .mainvisual__item.mainvisual__item2 .mainvisual__item2__text {
    font-size: 6.8181818182vw;
  }
  #top .mainvisual__item.mainvisual__item3 {
    display: none;
    background: url("../images/top/mv_item3_bg_sp.webp?v=2") no-repeat center top;
    background-size: cover;
  }
  #top .mainvisual__item.mainvisual__item3 .mainvisual__item3__logo {
    width: 45.4545454545vw;
    left: 50%;
    top: 22.7272727273vw;
  }
  #top .mainvisual__item.mainvisual__item3 figcaption {
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
  }
  #top .mainvisual__logo {
    left: 30.6818181818vw;
    top: 13.6363636364vw;
    width: 15.4545454545vw;
    padding: 0;
  }
  #top .mainvisual__title {
    position: absolute;
    left: 6.5909090909vw;
    top: 15vw;
    width: 20.4545454545vw;
    padding: 0;
  }
}
#top {
  /*===================================================================
  about
  /*================================================================= */
}
#top .about {
  position: relative;
  background: url("../images/top/about_bg.jpg");
  background-size: 200px;
}
#top .about__inner {
  padding: 150px 40px 0;
  box-sizing: border-box;
}
#top .about__detail {
  margin: 0 auto 0 auto;
  max-width: 990px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  gap: 80px;
}
#top .about__detail__logo {
  width: 109px;
  min-width: 109px;
}
#top .about__detail__heading {
  font-size: 48px;
  line-height: 166.6666666667%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#top .about__detail__text {
  margin-block-start: 41px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#top .about__img {
  margin-top: 173px;
  position: relative;
}
#top .about__img .deco {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -21px;
}
#top .about__img .deco img {
  width: 100%;
}
#top .about__img img {
  width: 100%;
}
#top .about {
  /*===================================================================
  SP
  /*================================================================= */
}
@media screen and (max-width: 767.98px) {
  #top .about__inner {
    padding: 102.27px 17.05px 0;
  }
  #top .about__detail {
    display: block;
  }
  #top .about__detail__logo {
    margin: 0 auto;
  }
  #top .about__detail__heading {
    margin-block-start: 51.14px;
    font-size: 34.09px;
  }
  #top .about__detail__text {
    margin-top: 25.57px;
    font-size: 20.45px;
    line-height: 35.8px;
  }
  #top .about__img {
    margin-top: 102.27px;
  }
}
#top {
  /*===================================================================
  life
  /*================================================================= */
}
#top .life {
  padding: 171px 0 0;
  box-sizing: border-box;
}
#top .life__top {
  text-align: center;
  position: relative;
  z-index: 9;
}
#top .life__top__bg {
  width: 100%;
  position: absolute;
  top: -151px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#top .life__top__bg img {
  width: 100%;
}
#top .life__top__heading__wrap {
  position: relative;
}
#top .life__top__heading__wrap .text-small {
  font-size: 20px;
  position: absolute;
  left: calc(50% - 250px);
  top: 80px;
  z-index: 2;
  display: block;
  letter-spacing: 0.08em;
  color: var(--color-main);
}
#top .life__top__heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 166.6666666667%;
  letter-spacing: 0.08em;
  color: var(--color-main);
  position: relative;
  z-index: 2;
}
#top .life__top__heading.life__top__heading1 {
  line-height: 208.3333333333%;
}
#top .life__top__heading.life__top__heading2 {
  margin-block-start: 150px;
}
#top .life__top__text {
  margin-top: 50px;
  font-weight: 600;
  font-size: 24px;
  line-height: 250%;
  letter-spacing: 0.08em;
  color: var(--color-main);
  position: relative;
  z-index: 2;
}
#top .life__top__text1 {
  padding: 0 40px;
  box-sizing: border-box;
}
#top .life__block {
  position: relative;
  z-index: 10;
}
#top .life__block .circle-mv-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  display: block;
}
#top .life__block.block1 .life__item {
  padding-top: 601px;
  padding-bottom: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__block.block1 .life__item {
    padding-top: 400px;
    padding-bottom: 110px;
  }
}
#top .life__block.block2 .life__item {
  padding-top: 208px;
  padding-bottom: 880px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__block.block2 .life__item {
    padding-bottom: 400px;
  }
}
#top .life__block.block3 .life__item {
  padding-top: 150px;
  padding-bottom: 133px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__block.block3 .life__item {
    padding-top: 80px;
  }
}
#top .life__block.block4 .life__item {
  padding-top: 113px;
  padding-bottom: 425px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__block.block4 .life__item {
    padding-top: 80px;
    padding-bottom: 240px;
  }
}
#top .life__block.block4 .c-btn {
  margin-top: 20px;
}
#top .life__item {
  max-width: 1200px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
#top .life__item .inner.inner1 {
  width: 450px;
  margin: 0 38px 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item .inner.inner1 {
    margin-right: 0;
  }
}
#top .life__item .inner.inner2 {
  width: 686px;
  margin: 0 0 0 13px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item .inner.inner2 {
    width: 450px;
  }
}
#top .life__item .inner.inner4 {
  width: 610px;
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item .inner.inner4 {
    width: 450px;
  }
}
#top .life__item__text {
  margin-top: 21px;
  font-size: 20px;
  font-weight: 600;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.1em;
}
#top .life__item__img {
  position: absolute;
}
#top .life__item__img:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
}
#top .life__item__img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 16px 16px 0px rgba(152, 118, 37, 0.5);
  mix-blend-mode: multiply;
}
#top .life__item__img img {
  display: block;
}
#top .life__item__img.img1_1 {
  width: 33.3333333333%;
  right: 17px;
  top: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item__img.img1_1 {
    top: 90px;
    right: 40px;
  }
}
#top .life__item__img.img1_2 {
  width: 40%;
  left: 120px;
  top: 221px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item__img.img1_2 {
    top: 120px;
    left: 10px;
  }
}
#top .life__item__img.img1_3 {
  width: 25%;
  left: -12px;
  bottom: 62px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item__img.img1_3 {
    left: 10px;
  }
}
#top .life__item__img.img2_1 {
  width: 33.3333333333%;
  right: 82px;
  top: 93px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item__img.img2_1 {
    top: 0;
  }
}
#top .life__item__img.img2_2 {
  width: 25%;
  left: 92px;
  bottom: 369px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item__img.img2_2 {
    bottom: 100px;
  }
}
#top .life__item__img.img2_3 {
  width: 50%;
  left: 518px;
  bottom: 159px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item__img.img2_3 {
    bottom: 60px;
  }
}
#top .life__item__img.img4_1 {
  width: 33.3333333333%;
  right: 139px;
  top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item__img.img4_1 {
    right: 60px;
  }
}
#top .life__item__img.img4_2 {
  width: 25%;
  right: 27px;
  top: 280px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item__img.img4_2 {
    right: 40px;
  }
}
#top .life__item__img.img4_3 {
  width: 25%;
  right: 301px;
  top: 494px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .life__item__img.img4_3 {
    right: 80px;
  }
}
#top .life .life__image {
  position: relative;
  height: 800px;
  background-image: url("../images/top/life_main.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#top .life .life__image__bg {
  display: none;
}
#top .life .gallery-section {
  position: relative;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin-bottom: 100px;
}
#top .life .gallery {
  position: relative;
  width: 100%;
  height: 726px !important;
  min-height: 80svh; /* 必要に応じて調整（100svh などでも可） */
  display: flex;
  align-items: center; /* 中のトラックを縦中央に配置 */
  overflow: hidden;
}
#top .life .gallery__track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex !important;
  flex-wrap: nowrap !important;
  width: -moz-max-content !important;
  width: max-content !important;
  align-items: center;
  will-change: transform;
  gap: 100px;
  padding: 0 10vw;
}
#top .life .gallery__panel {
  flex: 0 0 auto;
  width: 67.0138888889%;
  min-width: 965px;
  max-width: 965px;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .life .gallery__panel figure {
  position: relative;
}
#top .life .gallery__panel figure:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#top .life .gallery__panel figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 16px 16px 0px rgba(152, 118, 37, 0.5);
  mix-blend-mode: multiply;
  pointer-events: none;
}
#top .life .gallery__panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .life .next-section {
  position: relative;
  z-index: 10;
  clear: both;
  padding-top: 85px;
  padding-bottom: 151px;
}
#top .life {
  /*===================================================================
  SP
  /*================================================================= */
}
@media screen and (max-width: 767.98px) {
  #top .life {
    padding: 0 0 0;
  }
  #top .life__top {
    padding: 103.13px 17.05px 0;
    box-sizing: border-box;
  }
  #top .life__top__bg {
    top: 0;
  }
  #top .life__top__heading {
    font-size: 34.09px;
    line-height: 150%;
  }
  #top .life__top__heading.life__top__heading1 {
    line-height: 208.3333333333%;
  }
  #top .life__top__heading.life__top__heading2 {
    margin-block-start: 51.14px;
  }
  #top .life__top__heading__wrap .text-small {
    font-size: 17.05px;
    left: 51.14px;
    top: -11.93px;
    letter-spacing: 0.1em;
  }
  #top .life__top__text {
    font-size: 20.45px;
    line-height: 250%;
    letter-spacing: 0.08em;
  }
  #top .life__top__text1 {
    padding: 0 0;
  }
  #top .life__block.block1 .life__item {
    padding-top: 100.57px;
    padding-bottom: 100.57px;
  }
  #top .life__block.block2 .life__item {
    padding-top: 63.07px;
    padding-bottom: 60.51px;
  }
  #top .life__block.block3 {
    padding-bottom: 0;
  }
  #top .life__block.block3 .life__item {
    padding-top: 17.05px;
    padding-bottom: 0;
  }
  #top .life__block.block3 .c-btn {
    margin-top: 68.18px;
  }
  #top .life__block.block4 .life__item {
    padding-top: 0;
    padding-bottom: 114.2px;
  }
  #top .life__block.block4 .c-btn {
    margin-top: 17.05px;
  }
  #top .life__item {
    padding: 0 17.05px;
  }
  #top .life__item .inner {
    padding-top: 69.03px;
  }
  #top .life__item .inner.inner1 {
    width: 100%;
    margin: 0 auto;
  }
  #top .life__item .inner.inner2 {
    width: 100%;
    margin: 0 auto;
  }
  #top .life__item .inner.inner3 {
    width: 100%;
  }
  #top .life__item .inner.inner4 {
    width: 100%;
    margin: 0 auto;
    padding-top: 127.84px;
  }
  #top .life__item__text {
    margin-top: 19.6px;
  }
  #top .life__item__img {
    position: static;
  }
  #top .life__item__img:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
  }
  #top .life__item__img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 6.82px 6.82px 0px rgba(152, 118, 37, 0.5);
    mix-blend-mode: multiply;
  }
  #top .life__item__img.img1_1 {
    width: 56.8181818182vw;
    margin-left: auto;
    margin-top: 39.2px;
    margin-right: 12.78px;
  }
  #top .life__item__img.img1_2 {
    width: 54.5454545455vw;
    margin: 0 auto;
  }
  #top .life__item__img.img1_3 {
    margin-top: 34.94px;
    width: 45.4545454545vw;
  }
  #top .life__item__img.img2_1 {
    width: 54.5454545455vw;
    margin-left: auto;
    margin-right: 29.83px;
  }
  #top .life__item__img.img2_2 {
    width: 36.3636363636vw;
    margin-top: 116.76px;
    margin-left: 10.23px;
  }
  #top .life__item__img.img2_3 {
    width: 56.8181818182vw;
    margin-top: 21.31px;
    margin-right: 9.38px;
    margin-left: auto;
  }
  #top .life__item__img.img4_1 {
    width: 68.1818181818vw;
    margin-top: 68.18px;
    margin-left: 8.52px;
  }
  #top .life__item__img.img4_2 {
    width: 51.1363636364vw;
    margin-top: 58.81px;
    margin-right: 22.16px;
    margin-left: auto;
  }
  #top .life__item__img.img4_3 {
    width: 51.1363636364vw;
    margin-top: 34.94px;
    margin-left: 8.52px;
  }
  #top .life .life__image {
    height: 340.91px;
    background-image: none;
    background-attachment: scroll;
    overflow: hidden;
  }
  #top .life .life__image__bg {
    display: block;
    position: absolute;
    inset: -20% 0;
    background-image: url("../images/top/life_main.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
  }
  #top .life .gallery-section {
    margin-top: 0;
    height: auto !important;
    margin-bottom: 0;
  }
  #top .life .gallery {
    height: 222.44px !important;
  }
  #top .life .gallery__track {
    gap: 34.09px;
    padding: 0 34.09px;
  }
  #top .life .gallery__panel {
    min-width: 80vw;
    max-width: 80vw;
    height: 40vh;
  }
  #top .life .gallery__panel figure:before {
    box-shadow: 6.82px 6.82px 0px rgba(152, 118, 37, 0.5);
  }
  #top .life .gallery__panel img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top .life .next-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#top {
  /*===================================================================
  living
  /*================================================================= */
}
#top .living {
  overflow: hidden;
}
#top .living__reveal {
  position: relative;
}
#top .living__top {
  position: sticky;
  top: 0;
  z-index: 5;
}
#top .living__top__bg {
  width: 100%;
  position: absolute;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 2;
}
#top .living__top figcaption {
  z-index: 6;
}
#top .living__top__image {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#top .living__top__image img {
  width: 100%;
}
#top .living__top__detail {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translateX(-50%) translateY(-50%);
}
#top .living__top__detail .heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--color-white);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .living__top__detail .heading {
    font-size: 38px;
  }
}
#top .living__top__detail .c-btn {
  margin-top: 38px;
}
#top .living__contents {
  position: sticky;
  top: 0;
  z-index: 10;
  background: url("../images/common/contents-bg.jpg");
}
#top .living__contents__detail {
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .living__contents__detail {
    padding-bottom: 0;
  }
}
#top .living .flex-item {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 40px;
  display: flex;
  gap: 89px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .living .flex-item {
    gap: 40px;
  }
}
#top .living__title {
  text-align: left;
  font-family: Shippori Mincho, serif;
}
#top .living__title .text-main {
  font-size: 96px;
  line-height: 100px;
  color: #826C36;
  display: block;
}
#top .living__title .text-main .anim-char:last-child {
  font-size: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .living__title .text-main {
    font-size: 70px;
  }
}
#top .living__title .text-small {
  font-size: 72px;
  line-height: 55px;
  display: block;
  margin-top: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .living__title .text-small {
    font-size: 50px;
  }
}
#top .living__list {
  padding-top: 8px;
  display: inline-block;
  text-align: left;
}
#top .living__list li {
  font-size: 24px;
  padding-left: 35px;
  position: relative;
}
#top .living__list li:not(:first-child) {
  margin-top: 17px;
}
#top .living__list li:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 15px;
  width: 6px;
  height: 6px;
  background: var(--color-black);
  border-radius: 50%;
}
#top .living__btn {
  margin-top: 87px;
}
#top .living .deco {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 237px;
  z-index: 1;
}
#top .living .deco img {
  width: 100%;
}
#top .living__img {
  padding-top: 74.7663551402%;
  position: relative;
  z-index: 2;
}
#top .living__img > * {
  position: absolute;
}
#top .living__img .img1 {
  top: 0;
  left: 0;
  width: 28.0373831776%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .living__img .img1 {
    left: 20px;
  }
}
#top .living__img .img2 {
  top: 40%;
  left: 0;
  width: 28.0373831776%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .living__img .img2 {
    left: 40px;
  }
}
#top .living__img .img3 {
  bottom: 0;
  right: 0;
  width: 62.8037383178%;
}
#top .living {
  /*===================================================================
  SP
  /*================================================================= */
}
@media screen and (max-width: 767.98px) {
  #top .living__top {
    height: 82.7272727273vw;
  }
  #top .living__top__detail .heading {
    font-size: 20.45px;
    line-height: 34.09px;
    letter-spacing: 0.08em;
    text-shadow: 0px 0px 3.41px rgba(0, 0, 0, 0.25);
  }
  #top .living__top__detail .c-btn {
    margin-top: 32.39px;
  }
  #top .living__contents__detail {
    padding-bottom: 47.73px;
  }
  #top .living .flex-item {
    display: block;
    padding: 0 34.09px;
  }
  #top .living__title {
    padding-left: 0;
    text-align: left;
  }
  #top .living__title .text-main {
    font-size: 81.82px;
  }
  #top .living__title .text-main .anim-char:last-child {
    font-size: 51.14px;
  }
  #top .living__title .text-small {
    margin-left: 0;
    font-size: 51.14px;
  }
  #top .living__list {
    margin-top: 57.1px;
    padding-top: 0;
    display: block;
  }
  #top .living .deco {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 201.99px;
    z-index: 1;
  }
  #top .living .deco img {
    width: 100%;
  }
  #top .living__img {
    padding-top: 69.03px;
  }
  #top .living__img .img1 {
    width: 51.1363636364vw;
    position: static;
    margin-left: 11.3636363636vw;
  }
  #top .living__img .img2 {
    position: static;
    margin-top: 18.1818181818vw;
    width: 51.1363636364vw;
    margin-left: 11.3636363636vw;
  }
  #top .living__img .img3 {
    position: static;
    margin: 68.18px 18.75px 0 auto;
    width: 72.7272727273vw;
  }
}
#top .c-information {
  position: relative;
  overflow: hidden;
}
#top .c-information .circle-mv-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  display: block;
}
/*# sourceMappingURL=top.css.map */
