<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! Writen  by SCSS */
.h2 {
  font-size: 171%;
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 142%;
  }
}

.h3 {
  font-size: 142%;
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}

button {
  outline: none;
}

.intro {
  margin: 0 auto;
  padding: 50px 0 70px;
  max-width: 848px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 30px 0 40px;
  }
}
.intro .main_slide {
  width: 100%;
  height: 54vh;
  max-height: 440px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro .main_slide {
    height: 42vh;
    margin: 0 -30%;
    width: 160%;
  }
}
.intro .main_slide li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 16s;
  animation-iteration-count: infinite;
}
.intro .main_slide li:nth-child(2) {
  animation-delay: 4s;
}
.intro .main_slide li:nth-child(3) {
  animation-delay: 8s;
}
.intro .main_slide li:nth-child(4) {
  animation-delay: 12s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 7;
  }
  80% {
    opacity: 0;
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
.intro .detail {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: -60px auto 0;
  position: relative;
  max-width: 740px;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .intro .detail {
    display: block;
    margin: 0 auto;
  }
}
.intro .detail .persona {
  font-size: 12px;
  position: relative;
  width: 32.84%;
}
@media screen and (max-width: 767px) {
  .intro .detail .persona {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    width: 100%;
  }
}
.intro .detail .persona::after {
  background: url(../images/living/persona.svg) no-repeat center;
  background-size: cover;
  content: "";
  height: 12px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 216px;
}
@media screen and (max-width: 767px) {
  .intro .detail .persona::after {
    height: 18px;
    width: 100%;
  }
}
.intro .detail .persona .bg_white {
  background: #fff;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .intro .detail .persona .bg_white {
    padding: 0 10px;
    width: 31.2%;
  }
}
.intro .detail .persona .text {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .intro .detail .persona .text {
    margin-left: 0;
    width: 66.67%;
  }
}
.intro .detail .persona dl {
  display: flex;
  flex-wrap: wrap;
}
.intro .detail .persona dl dt {
  margin-bottom: 5px;
  width: 14.16%;
}
.intro .detail .persona dl dd {
  letter-spacing: -0.005em;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  width: 84.91%;
}
.intro .detail .textarea {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .intro .detail .textarea {
    width: 100%;
  }
}
.intro .detail .textarea .read {
  letter-spacing: -0.01em;
}

.floor {
  background: #F7F8F8;
  margin: 0 auto;
  padding: 20px;
  max-width: 848px;
}
.floor .floor_detail {
  display: flex;
  margin: 0 auto;
  position: relative;
  max-width: 493px;
}
.floor .floor_detail .circle {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  font-size: 121%;
  justify-content: center;
  height: 49px;
  width: 49px;
}
@media screen and (max-width: 767px) {
  .floor .floor_detail .circle {
    left: 0;
    position: absolute;
    top: 0;
  }
}
.floor .floor_detail .illust {
  position: relative;
}
.floor .modal-open {
  padding: 0;
  position: absolute;
}
.floor .button_01 {
  left: 10.75%;
  top: 27%;
}
.floor .button_02 {
  left: 37.5%;
  top: -1%;
}
.floor .button_03 {
  left: 52%;
  top: -1%;
}
.floor .button_04 {
  left: 55%;
  top: 50%;
}
.floor .button_05 {
  left: 55%;
  top: 30%;
}
.floor .button_06 {
  left: 29%;
  top: 38%;
}
.floor .button_07 {
  left: 88%;
  top: 56%;
}
.floor .button_08 {
  left: 42.5%;
  top: -1%;
}

.memo_wrap {
  margin: 70px auto 0;
  max-width: 848px;
}
@media screen and (max-width: 767px) {
  .memo_wrap {
    margin-top: 50px;
  }
}
.memo_wrap .memo_bg01, .memo_wrap .memo_bg02, .memo_wrap .memo_bg03 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_bg01, .memo_wrap .memo_bg02, .memo_wrap .memo_bg03 {
    display: block;
  }
  .memo_wrap .memo_bg01::before, .memo_wrap .memo_bg02::before, .memo_wrap .memo_bg03::before {
    bottom: 0;
    content: "";
    height: 5%;
    left: 0;
    position: absolute;
    right: 0;
  }
  .memo_wrap .memo_bg01::after, .memo_wrap .memo_bg02::after, .memo_wrap .memo_bg03::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1;
  }
}
.memo_wrap .memo_bg01 .textarea, .memo_wrap .memo_bg02 .textarea, .memo_wrap .memo_bg03 .textarea {
  position: relative;
}
.memo_wrap .memo_bg01 .textarea .ttl, .memo_wrap .memo_bg02 .textarea .ttl, .memo_wrap .memo_bg03 .textarea .ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_bg01 .textarea .ttl, .memo_wrap .memo_bg02 .textarea .ttl, .memo_wrap .memo_bg03 .textarea .ttl {
    margin-top: 10px;
  }
}
.memo_wrap .memo_bg01 .textarea .read, .memo_wrap .memo_bg02 .textarea .read, .memo_wrap .memo_bg03 .textarea .read {
  font-size: 12px;
}
.memo_wrap .memo_bg01 {
  background: url(../images/living/memo_01.png) no-repeat left top;
  background-size: cover;
  width: 615px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_bg01 {
    background-size: contain;
    width: 100%;
  }
  .memo_wrap .memo_bg01::before {
    background: url(../images/living/memo_02.png) no-repeat left top;
    background-size: 100% auto;
  }
  .memo_wrap .memo_bg01::after {
    background: #f8f7f0;
  }
}
.memo_wrap .memo_bg02 {
  background: url(../images/living/memo_02.png) no-repeat left top;
  background-size: cover;
  margin-left: auto;
  width: 656px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_bg02 {
    background: #f4edea;
    width: 100%;
  }
  .memo_wrap .memo_bg02::before {
    background: url(../images/living/memo_01.png) no-repeat left top;
    background-size: 100% auto;
  }
}
.memo_wrap .memo_bg03 {
  background: url(../images/living/memo_01.png) no-repeat left top;
  background-size: cover;
  width: 700px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_bg03 {
    background: #f8f7f0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_bg04 {
    background: #f8f7f0;
  }
}
.memo_wrap .clip {
  position: absolute;
}
.memo_wrap .memo_01 {
  padding: 50px 30px 65px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_01 {
    padding: 50px 20px 80px;
  }
}
.memo_wrap .memo_01 .image {
  width: 38.56%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_01 .image {
    text-align: center;
    width: 100%;
  }
}
.memo_wrap .memo_01 .textarea {
  width: 54.78%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_01 .textarea {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_01 .textarea .ttl {
    max-width: 700px;
  }
}
.memo_wrap .memo_01 .textarea .read {
  margin-right: 23px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_01 .textarea .read {
    margin-right: auto;
  }
}
.memo_wrap .memo_01 .textarea .clip {
  bottom: -10px;
  right: -134px;
  width: 47.37%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_01 .textarea .clip {
    bottom: auto;
    right: 0;
    width: 28.8%;
    max-width: 108px;
  }
}
.memo_wrap .memo_02 {
  flex-direction: row-reverse;
  margin-top: -35px;
  padding: 50px 30px 120px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_02 {
    margin-top: 0;
    padding: 20px 20px 80px;
  }
}
.memo_wrap .memo_02 .image {
  width: 36.75%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_02 .image {
    text-align: center;
    width: 100%;
  }
}
.memo_wrap .memo_02 .textarea {
  width: 56.38%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_02 .textarea {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_02 .textarea .ttl {
    max-width: 700px;
  }
}
.memo_wrap .memo_02 .textarea .read {
  margin-left: 23px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_02 .textarea .read {
    margin-left: 0;
    width: 73.15%;
  }
}
.memo_wrap .memo_02 .textarea .clip {
  bottom: -30px;
  left: -100px;
  width: 33.34%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_02 .textarea .clip {
    bottom: 0;
    left: auto;
    right: 0;
    width: 22.4%;
    max-width: 84px;
  }
}
@media screen and (max-width: 767px) {
  .memo_wrap .memo_02 .textarea .clip {
    bottom: 17%;
  }
}
.memo_wrap .memo_03 {
  flex-direction: row-reverse;
  margin-top: -75px;
  padding: 50px 30px 40px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_03 {
    margin-top: 0;
    padding: 20px 20px 80px;
  }
}
.memo_wrap .memo_03 .image {
  width: 38.38%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_03 .image {
    text-align: center;
    width: 100%;
  }
}
.memo_wrap .memo_03 .textarea {
  margin-left: 20px;
  width: 49.73%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_03 .textarea {
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_03 .textarea .ttl {
    max-width: 700px;
  }
}
.memo_wrap .memo_03 .textarea .read {
  margin-left: 33px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_03 .textarea .read {
    margin-left: 0;
    width: 72%;
  }
}
.memo_wrap .memo_03 .textarea .clip {
  bottom: 0;
  left: -103px;
  width: 43.12%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_03 .textarea .clip {
    bottom: 0;
    left: auto;
    right: 0;
    width: 25.07%;
    max-width: 94px;
  }
}
@media screen and (max-width: 767px) {
  .memo_wrap .memo_03 .textarea .clip {
    bottom: 17%;
  }
}
.memo_wrap .memo_04 {
  margin-top: -20px;
  padding: 50px 60px 110px 30px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_04 {
    margin-top: 0;
    padding: 20px 20px 80px;
  }
}
.memo_wrap .memo_04 .image {
  width: 37.81%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_04 .image {
    text-align: center;
    width: 100%;
  }
}
.memo_wrap .memo_04 .textarea {
  margin-right: 20px;
  width: 53.72%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_04 .textarea {
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_04 .textarea .ttl {
    width: 86.86%;
    max-width: 608px;
  }
}
.memo_wrap .memo_04 .textarea .clip {
  bottom: -20px;
  right: -147px;
  width: 47.37%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_04 .textarea .clip {
    bottom: auto;
    right: -2%;
    top: -7%;
    width: 28.8%;
    max-width: 108px;
  }
}
.memo_wrap .memo_05 {
  margin-top: -66px;
  padding: 50px 60px 50px 30px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_05 {
    margin-top: 0;
    padding: 20px 20px 50px;
  }
}
.memo_wrap .memo_05 .image {
  width: 35.74%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_05 .image {
    text-align: center;
    width: 100%;
  }
}
.memo_wrap .memo_05 .textarea {
  width: 59.51%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_05 .textarea {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_05 .textarea .ttl {
    max-width: 700px;
  }
}
.memo_wrap .memo_05 .textarea .read {
  margin-left: 10px;
  margin-right: 120px;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_05 .textarea .read {
    margin: 0 auto 0 0;
    width: 67.43%;
  }
}
.memo_wrap .memo_05 .textarea .clip {
  bottom: -20px;
  right: -30px;
  width: 38.3%;
}
@media screen and (max-width: 900px) {
  .memo_wrap .memo_05 .textarea .clip {
    bottom: 0;
    right: -2%;
    width: 27.74%;
    max-width: 104px;
  }
}

/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background: #F7F8F8;
  width: 375px;
  overflow-y: auto;
  padding: 30px 50px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}

.modal-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease-in-out 0s;
}
@media (hover) {
  .modal-close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .modal-close {
    height: 31px;
    padding: 0;
    right: 5%;
    top: 15px;
    width: 31px;
  }
}

.modal-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-content .ttl {
  font-size: 128%;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.modal-content .ttl::before, .modal-content .ttl::after {
  background: #4C4948;
  content: "";
  left: 0;
  height: 0.5px;
  position: absolute;
  right: 0;
  width: 100%;
}
.modal-content .ttl::before {
  top: 44%;
}
.modal-content .ttl::after {
  top: 55%;
}
.modal-content .ttl span {
  background: #F7F8F8;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.modal-content.num_03 .read {
  margin-right: 100px;
}
.modal-content.num_03 .img {
  bottom: 30px;
  position: absolute;
  right: 25px;
  width: 31.2%;
}

.modal-open {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}
.modal-open:focus, .modal-open:hover {
  transform: scale(1.05);
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}/*# sourceMappingURL=living.css.map */</pre></body></html>