@charset "UTF-8";
.main .design .menu .inner.limited .text p::before, .main .spaceDesign .list .item .text .name::before, .main .spaceDesign .list .item .text p::before, .main .spaceDesign .column .text p::before, .main .special .inner .text p::before, .main .detail .prepend .spec .note::before, .main .detail .body .headline .catch::before, .main .detail .equimpent .item .text .name::before, .main .detail .equimpent .item .text p::before, .main .design .menu .inner.limited .text p::after, .main .spaceDesign .list .item .text .name::after, .main .spaceDesign .list .item .text p::after, .main .spaceDesign .column .text p::after, .main .special .inner .text p::after, .main .detail .prepend .spec .note::after, .main .detail .body .headline .catch::after, .main .detail .equimpent .item .text .name::after, .main .detail .equimpent .item .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .design .menu .inner.limited .text p::before, .main .spaceDesign .list .item .text .name::before, .main .spaceDesign .list .item .text p::before, .main .spaceDesign .column .text p::before, .main .special .inner .text p::before, .main .detail .prepend .spec .note::before, .main .detail .body .headline .catch::before, .main .detail .equimpent .item .text .name::before, .main .detail .equimpent .item .text p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .design .menu .inner.limited .text p::after, .main .spaceDesign .list .item .text .name::after, .main .spaceDesign .list .item .text p::after, .main .spaceDesign .column .text p::after, .main .special .inner .text p::after, .main .detail .prepend .spec .note::after, .main .detail .body .headline .catch::after, .main .detail .equimpent .item .text .name::after, .main .detail .equimpent .item .text p::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .design .headline .ttl,
.main .spaceDesign .headline .ttl, .main .design .menu .inner .spec, .main .design .menu .inner.limited .text .legend, .main .detail .prepend .name, .main .detail .prepend .spec .plan, .main .detail .prepend .spec .size .num, .main .detail .body .point .legend, .main .detail .body .point .list li .num, .main .detail .equimpent .item .image .num, .main .detail .nav .prev,
.main .detail .nav .next {
  font-family: "Forum", serif;
  line-height: 0.8;
}

@media (prefers-reduced-motion: no-preference) {
  .main .design::before, .main .detail .inner::before, .main .design::after, .main .detail .inner::after {
    animation: flowPetal 4s infinite alternate;
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    transition: 2.4s 0.8s;
    transition-property: opacity transform;
  }
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  .main .scrollIn.design::before, .main .detail .scrollIn.inner::before, .main .scrollIn.design::after, .main .detail .scrollIn.inner::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.main .design,
.main .spaceDesign {
  padding: 1.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .design,
  .main .spaceDesign {
    padding: 1.5rem 0 0;
  }
}
.main .design .headline .ttl,
.main .spaceDesign .headline .ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .design .headline .ttl,
  .main .spaceDesign .headline .ttl {
    font-size: 0.8rem;
  }
}
.main .design .headline .catch,
.main .spaceDesign .headline .catch {
  padding: 0.8rem 0 0;
  text-align: center;
}
.main .design .headline .catch .ja,
.main .spaceDesign .headline .catch .ja {
  margin-inline: auto;
}
.main .design::before {
  content: "";
  display: block;
  width: 3.67rem;
  aspect-ratio: 367/310;
  position: absolute;
  top: -0.76rem;
  right: calc(50% + 3.8rem);
  background: url(../../assets/imgs/leaf_367x310.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .design::before {
    width: 1.84rem;
    top: -0.45rem;
    right: auto;
    left: 0;
  }
}
.main .design .sttl {
  margin-inline: auto;
  font-size: 0.4rem;
  margin-top: 1rem;
}
.main .design .menu {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .design .menu {
    flex-direction: column;
    gap: 0.4rem;
    width: 5.7rem;
    margin: 0.76rem auto 0;
  }
}
.main .design .menu .inner {
  display: grid;
  grid-template-rows: 0.7rem 1fr 1.28rem;
  grid-template-columns: auto;
  width: 3.7rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner {
    width: 5.7rem;
    grid-template-rows: 1.1rem 1fr 2rem;
  }
}
.main .design .menu .inner .image {
  grid-row: 1/4;
  grid-column: 1/2;
}
.main .design .menu .inner .new {
  position: absolute;
  top: 0;
  right: 0;
  background: #b1332f;
  color: #fff;
  font-size: 0.13rem;
  width: 0.5rem;
  height: 0.2rem;
  padding-bottom: 0.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .new {
    font-size: 0.22rem;
    width: 0.8rem;
    height: 0.4rem;
  }
}
.main .design .menu .inner .furniture {
  position: absolute;
  bottom: 0.33rem;
  width: 2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #83b9ad;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .furniture {
    bottom: 0.5rem;
    width: 4rem;
    font-size: 0.24rem;
  }
}
.main .design .menu .inner .catch {
  grid-row: 1/2;
  grid-column: 1/2;
  display: grid;
  place-items: center;
  color: #78aa9f;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .catch {
    font-size: 0.3rem;
  }
}
.main .design .menu .inner .spec {
  grid-row: 2/3;
  grid-column: 1/2;
  padding: 0.3rem 0.3rem 0 0.55rem;
  background: linear-gradient(#78aa9f 0.13rem, #d9caca 0.13rem) 0.4rem 0/0.02rem 0.47rem no-repeat;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .spec {
    padding: 0.4rem 0.4rem 0 0.59rem;
    background: linear-gradient(#78aa9f 0.2rem, #d9caca 0.2rem) 0.5rem 0/0.06rem 0.7rem no-repeat;
  }
}
.main .design .menu .inner .spec .name {
  color: #78aa9f;
  font-size: 0.26rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .spec .name {
    font-size: 0.42rem;
  }
}
.main .design .menu .inner .spec .name span {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .spec .name span {
    font-size: 0.26rem;
  }
}
.main .design .menu .inner .spec .plan {
  margin: 0.2rem 0 0;
  font-size: 0.44rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .spec .plan {
    margin: 0.28rem 0 0;
    font-size: 0.7rem;
  }
}
.main .design .menu .inner .spec .plan span {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .spec .plan span {
    font-size: 0.46rem;
  }
}
.main .design .menu .inner .spec .size {
  margin: 0.18rem 0 0;
  font-size: 0.38rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .spec .size {
    margin: 0.32rem 0 0;
    font-size: 0.6rem;
  }
}
.main .design .menu .inner .spec .size .label {
  margin: 0 0.2rem 0 0;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.14rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .spec .size .label {
    margin: 0 0.3rem 0 0;
    font-size: 0.26rem;
  }
}
.main .design .menu .inner .spec .size .small {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .spec .size .small {
    font-size: 0.46rem;
  }
}
.main .design .menu .inner .spec .size .small sup {
  font-size: 0.5em;
}
.main .design .menu .inner .tag {
  grid-row: 3/4;
  grid-column: 1/2;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem;
  padding: 0 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag {
    gap: 0.1rem;
    padding: 0 0.5rem;
  }
}
.main .design .menu .inner .tag .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  height: 0.32rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag .item {
    gap: 0.1rem;
    height: 0.6rem;
    font-size: 0.22rem;
  }
}
.main .design .menu .inner .tag .item:only-child {
  width: 100%;
}
.main .design .menu .inner .tag .item::before {
  content: "";
  display: block;
  background: 0 0/contain no-repeat;
}
.main .design .menu .inner .tag .point {
  width: 1.42rem;
  background: #dbede8;
  color: #78aa9f;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag .point {
    width: 2.3rem;
  }
}
.main .design .menu .inner .tag .point::before {
  width: 0.11rem;
  aspect-ratio: 10/16;
  background-image: url(../imgs/ico-point.svg);
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag .point::before {
    width: 0.18rem;
  }
}
.main .design .menu .inner .tag .price {
  width: 1.42rem;
  background: #edddcf;
  color: #b38b47;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag .price {
    width: 2.3rem;
  }
}
.main .design .menu .inner .tag .price::before {
  width: 0.15rem;
  aspect-ratio: 1;
  background-image: url(../imgs/ico-price.svg);
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag .price::before {
    width: 0.26rem;
  }
}
.main .design .menu .inner .tag .parking {
  width: 2rem;
  background: #e7dddd;
  color: #807777;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag .parking {
    width: 3.44rem;
  }
}
.main .design .menu .inner .tag .parking::before {
  width: 0.17rem;
  aspect-ratio: 17/10;
  background-image: url(../imgs/ico-parking.svg);
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag .parking::before {
    width: 0.3rem;
  }
}
.main .design .menu .inner .tag .layout {
  width: 2rem;
  background: #e3e7ff;
  color: #93a4d6;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag .layout {
    width: 3.44rem;
  }
}
.main .design .menu .inner .tag .layout::before {
  width: 0.2rem;
  aspect-ratio: 101/75;
  background-image: url(../imgs/ico-layout.svg);
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner .tag .layout::before {
    width: 0.3rem;
  }
}
.main .design .menu .inner.limited {
  grid-template-rows: 0.7rem 2.38rem 1fr;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner.limited {
    grid-template-rows: 1.1rem 3.6rem 1fr;
  }
}
.main .design .menu .inner.limited .catch {
  color: #fff;
}
.main .design .menu .inner.limited .spec {
  background: linear-gradient(#7a6a55 0.13rem, #d8c8b2 0.13rem) 0.4rem 0/0.02rem 0.47rem no-repeat;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner.limited .spec {
    background: linear-gradient(#7a6a55 0.2rem, #d8c8b2 0.2rem) 0.5rem 0/0.06rem 0.7rem no-repeat;
  }
}
.main .design .menu .inner.limited .spec .name {
  color: #7a6a55;
}
.main .design .menu .inner.limited .spec .plan span {
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner.limited .spec .plan span {
    font-size: 0.36rem;
  }
}
.main .design .menu .inner.limited .text {
  grid-row: 3/4;
  grid-column: 1/2;
  display: block;
  text-align: center;
}
.main .design .menu .inner.limited .text .legend {
  font-size: 0.35rem;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner.limited .text .legend {
    font-size: 0.44rem;
  }
}
.main .design .menu .inner.limited .text p {
  padding: 0.45rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .design .menu .inner.limited .text {
    margin: 0;
  }
  .main .design .menu .inner.limited .text p {
    padding: 0.6rem 0 0;
    font-size: 0.24rem;
    line-height: 1.6;
  }
}
.main .design .menu .nav {
  display: none;
}
@media screen and (max-width: 750px) {
  .main .design .menu .nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0.5rem 0 0;
    padding: 0 0.2rem 0 1.2rem;
  }
}
.main .design .menu .nav .swiper-pagination {
  display: flex;
  gap: 0.18rem;
  width: auto;
  position: static;
}
@media screen and (max-width: 750px) {
  .main .design .menu .nav .swiper-pagination {
    flex-grow: 1;
    justify-content: center;
    gap: 0.2rem;
  }
}
.main .design .menu .nav .swiper-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0;
  background: #ebe4e4;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .main .design .menu .nav .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.main .design .menu .nav .swiper-pagination .swiper-pagination-bullet-active {
  background: #78aa9f;
}
.main .design .menu .nav .swiper-button-prev,
.main .design .menu .nav .swiper-button-next {
  position: static;
  width: 0.14rem;
  height: 0.2rem;
  background: url(../../assets/imgs/arw02.svg) 50% 50%/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .design .menu .nav .swiper-button-prev,
  .main .design .menu .nav .swiper-button-next {
    width: 0.2rem;
    height: 0.3rem;
  }
}
.main .design .menu .nav .swiper-button-prev::after,
.main .design .menu .nav .swiper-button-next::after {
  content: none;
}
.main .design .menu .nav .swiper-button-prev {
  margin: 0 0 0 0.4rem;
  scale: -1 1;
}
.main .design .menu .nav .swiper-button-next {
  margin: 0 0 0 0.26rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .nav .swiper-button-next {
    margin: 0 0 0 0.4rem;
  }
}
.main .design .legend {
  margin: 0.2rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .design .legend {
    font-size: 0.2rem;
  }
}
.main .design .legend .line--02 {
  display: flex;
  justify-content: center;
  margin: 0.2rem 0 0;
  gap: 0.2rem;
}
.main .design .legend .line--02 .item {
  background: 0 50% no-repeat;
}
.main .design .legend .line--02 .item--01 {
  padding-left: 0.34rem;
  background-image: url(../imgs/legend01.svg);
  background-size: 0.28rem auto;
}
.main .design .legend .line--02 .item--02 {
  padding-left: 0.32rem;
  background-image: url(../imgs/legend02.svg);
  background-size: 0.27rem auto;
}
.main .design .legend .line--02 .item--03 {
  padding-left: 0.33rem;
  background-image: url(../imgs/legend03.svg);
  background-size: 0.28rem auto;
}
.main .design .legend .line--02 .item--04 {
  padding-left: 0.33rem;
  background-image: url(../imgs/legend04.svg);
  background-size: 0.28rem auto;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .headline .catch .ja {
    font-size: 0.36rem;
  }
}
.main .spaceDesign .headline .catch .small {
  margin: 0.3rem 0 0.2rem;
  font-size: 0.22rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .headline .catch .small {
    margin: 0.4rem 0 0.2rem;
    font-size: 0.27rem;
    line-height: 1.6;
  }
}
.main .spaceDesign .headline .catch .en {
  margin: 0.12rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .headline .catch .en {
    margin: 0;
    padding: 0.2rem 0 0;
  }
}
.main .spaceDesign .list {
  display: flex;
  justify-content: space-between;
  max-width: 12.8rem;
  margin: 0.75rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list {
    flex-wrap: wrap;
    gap: 0.6rem 0.2rem;
  }
}
.main .spaceDesign .list .item {
  width: 2.95rem;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list .item {
    width: calc(50% - 0.1rem);
  }
}
.main .spaceDesign .list .item .image {
  box-shadow: 0 0 0.57rem 0.03rem rgba(224, 241, 237, 0.8);
}
.main .spaceDesign .list .item .image figcaption {
  padding: 0.2rem;
}
.main .spaceDesign .list .item .text {
  margin: 0.5rem 0 0;
}
.main .spaceDesign .list .item .text .name {
  font-size: 0.28rem;
  letter-spacing: 0.045em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list .item .text .name {
    font-size: 0.32rem;
  }
}
.main .spaceDesign .list .item .text p {
  padding: 0.2rem 0 0;
}
.main .spaceDesign .list .item .text p span {
  font-size: 80%;
  line-height: 0.25rem;
  display: inline-block;
  padding: 0.02rem 0 0 0;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list .item .text p span {
    line-height: 0.34rem;
  }
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list .item .text p {
    font-size: 0.24rem;
    line-height: 2;
    padding: 0.4rem 0 0;
  }
}
.main .spaceDesign .column {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 12.8rem;
  margin: 1.1rem auto 0;
  padding: 0.5rem 0.7rem 0.5rem 0.4rem;
  background: #fff;
  box-shadow: 0 0 0.57rem 0.03rem rgba(224, 241, 237, 0.8);
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .column {
    display: block;
    margin: 0.8rem 0 0;
    padding: 0.6rem 0.4rem;
  }
}
.main .spaceDesign .column .image {
  width: 6.4rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .column .image {
    margin-top: 0;
    width: auto;
  }
}
.main .spaceDesign .column .text {
  width: 4.7rem;
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .column .text {
    width: auto;
  }
}
.main .spaceDesign .column .text .sttl {
  font-size: 0.5rem;
  background-position: -0.6rem -1rem;
}
.main .spaceDesign .column .text .catch {
  margin: 0.5rem 0 0;
  font-size: 0.28rem;
  letter-spacing: 0.045em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .column .text .catch {
    font-size: 0.36rem;
  }
}
.main .spaceDesign .column .text p {
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .column .text p {
    padding: 0.4rem 0 0;
    font-size: 0.278rem;
  }
}
.main .spaceDesign .column .text p span {
  font-size: 80%;
}
.main .casbee {
  width: 2.99rem;
  margin: 0.6rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .casbee {
    width: 3.6rem;
  }
}
.main .special {
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .special {
    margin: 1.5rem 0;
  }
}
.main .special .inner {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 6.3rem 1fr 1.62rem;
  gap: 0.58rem 0.66rem;
  box-sizing: border-box;
  height: 7.64rem;
  padding: 0.67rem 0.62rem 0.89rem 0.7rem;
  background: url(../imgs/bg01.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .main .special .inner {
    display: block;
    height: auto;
    padding: 0 0 0.56rem;
    background: url(../imgs/bg_02.png) 0 0/cover no-repeat;
    margin-top: 1rem;
  }
}
.main .special .inner .images {
  display: contents;
}
@media screen and (max-width: 750px) {
  .main .special .inner .images {
    margin: 0.2rem 0 0 0;
  }
}
.main .special .inner .images .image--01 {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  .main .special .inner .images .image--01 {
    width: 77.2%;
  }
}
.main .special .inner .images .image--02 {
  grid-row: 2/3;
  grid-column: 3/4;
}
@media screen and (max-width: 750px) {
  .main .special .inner .images .image--02 {
    margin: 0.6rem 0 0 0;
    width: 25%;
  }
}
.main .special .inner .ttl {
  grid-row: 1/2;
  grid-column: 1/4;
  width: 4.13rem;
  justify-self: center;
}
@media screen and (max-width: 750px) {
  .main .special .inner .ttl {
    width: 4.13rem;
    margin: 0 auto;
    padding: 0.4rem 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .special .inner .box {
    display: flex;
  }
}
.main .special .inner .text {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 0.07rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .special .inner .text {
    padding: 0.45rem 0 0;
  }
}
.main .special .inner .text .catch {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1.4rem;
  gap: 0.18rem 0;
}
@media screen and (max-width: 750px) {
  .main .special .inner .text .catch {
    gap: 0.2rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.main .special .inner .text .catch .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .special .inner .text .catch .item--01 {
  border-bottom: 0.1px solid #333;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.16rem;
  letter-spacing: 0.0595em;
  line-height: 2;
  margin: 0 0 0 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .special .inner .text .catch .item--01 {
    border: 0.1px solid #333;
    border-radius: 5px;
    padding: 0.06rem 0.18rem;
    font-size: 0.14rem;
    margin: 0;
  }
}
.main .special .inner .text .catch .item--02 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 0.48rem;
  padding: 0 0.2rem 0.1rem 0;
  letter-spacing: 0.045em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .special .inner .text .catch .item--02 {
    font-size: 0.45rem;
  }
}
.main .special .inner .text .catch .item--03 {
  grid-row: 1/3;
  grid-column: 2/3;
  display: grid;
  place-items: center;
  height: 1rem;
  width: 1rem;
  position: relative;
  border-radius: 50%;
  font-family: "Forum", serif;
  font-size: 0.64rem;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 0.02rem currentColor;
}
@media screen and (max-width: 750px) {
  .main .special .inner .text .catch .item--03 {
    font-size: 0.5rem;
    height: 1rem;
    width: 1rem;
  }
}
.main .special .inner .text .catch .item--03::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0.09rem;
  border-radius: 50%;
  opacity: 0.5;
  box-shadow: inset 0 0 0 0.01rem currentColor;
}
.main .special .inner .text p {
  padding: 0.66rem 0 0;
  font-size: 0.2rem;
  line-height: 0.43rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .special .inner .text p {
    padding: 0.3rem 0.16rem 0 0.5rem;
    font-size: 0.2rem;
    text-align: left;
    letter-spacing: 0.001rem;
    line-height: 1.8;
  }
}
.main .special .inner .text .btn--detail {
  margin: 0.96rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .special .inner .text .btn--detail {
    margin: 0.4rem auto 0;
  }
}
.main .detail {
  max-width: 12.8rem;
  margin: 0.6rem auto 0;
}
.main .detail .inner {
  padding: 0 0.8rem 0.9rem;
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.57rem 0.03rem rgba(224, 241, 237, 0.8);
}
@media screen and (max-width: 750px) {
  .main .detail .inner {
    margin: 0 -0.4rem;
    padding: 0 0.4rem 0.6rem;
  }
}
.main .detail .inner::before {
  content: "";
  display: block;
  width: 3.34rem;
  aspect-ratio: 334/356;
  position: absolute;
  top: -2.23rem;
  right: -0.33rem;
  background: url(../../assets/imgs/leaf_334x356.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .detail .inner::before {
    width: 1.77rem;
    top: -1.6rem;
    right: 0;
  }
}
.main .detail .prepend {
  margin: 0 0 0 -0.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend {
    margin: 0;
    display: block;
  }
}
.main .detail .prepend .name {
  padding: 0.76rem 0 0 0.85rem;
  background: linear-gradient(#78aa9f 0.34rem, #e5eceb 0.34rem) 0.6rem 0/0.05rem 1.14rem no-repeat;
  color: #78aa9f;
  font-size: 0.56rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .name {
    margin: 0 0 0 -0.2rem;
    padding: 0.4rem 0 0 0.2rem;
    background: linear-gradient(#78aa9f 0.2rem, #e5eceb 0.2rem) 0 0/0.06rem 0.7rem no-repeat;
    font-size: 0.42rem;
  }
}
.main .detail .prepend .name span {
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .name span {
    font-size: 0.26rem;
  }
}
.main .detail .prepend .spec {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 9.3rem;
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .spec {
    width: auto;
    padding: 0.4rem 0 0;
  }
}
.main .detail .prepend .spec .plan {
  font-size: 0.64rem;
  letter-spacing: 0.05em;
}
.main .detail .prepend .spec .plan span {
  font-size: 0.44rem;
}
.main .detail .prepend .spec .size .label {
  margin: 0 0.24rem 0 0;
  font-size: 0.2rem;
  line-height: 1;
}
.main .detail .prepend .spec .size .num {
  font-size: 0.56rem;
  letter-spacing: 0.05em;
}
.main .detail .prepend .spec .size .num span {
  font-size: 0.44rem;
}
.main .detail .prepend .spec .misc {
  width: 100%;
  margin: 0.14rem 0 0;
  border-top: 0.01rem solid #e6dbda;
  padding: 0.24rem 0 0;
  font-size: 0.17rem;
  letter-spacing: 0.045em;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .spec .misc {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.main .detail .prepend .spec .note {
  width: 100%;
  text-align: right;
  padding: 0.12rem 0 0;
  color: #a8a8a8;
  font-size: 0.14rem;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .spec .note {
    padding: 0.1rem 0 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.main .detail .body {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 5.2rem 1fr;
  gap: 0.7rem 0;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .detail .body {
    display: block;
  }
}
.main .detail .body .headline {
  grid-row: 1/2;
  grid-column: 1/2;
}
.main .detail .body .headline .map {
  width: 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .detail .body .headline .map {
    width: 5rem;
  }
}
.main .detail .body .headline .catch {
  padding: 0.55rem 0 0;
  font-size: 0.28rem;
  letter-spacing: 0.045em;
  line-height: 0.44rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .detail .body .headline .catch {
    padding: 0.8rem 0 0;
    font-size: 0.36rem;
    line-height: 1.5;
  }
}
.main .detail .body .plan {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  .main .detail .body .plan {
    margin: 0.6rem 0 0;
  }
}
.main .detail .body .plan .image.typeA {
  max-width: 5.85rem;
  margin: 0.2rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .detail .body .plan .image.typeA {
    margin: 0 auto;
  }
}
.main .detail .body .plan .legend {
  margin: 0.4rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .detail .body .plan .legend {
    font-size: 0.2rem;
  }
}
.main .detail .body .plan .legend .line--01 {
  margin: 0.2rem 0 0;
}
.main .detail .body .plan .legend .line--02 {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
.main .detail .body .plan .legend .line--02 .item {
  background: 0 50% no-repeat;
}
.main .detail .body .plan .legend .line--02 .item--01 {
  padding-left: 0.34rem;
  background-image: url(../imgs/legend01.svg);
  background-size: 0.28rem auto;
}
.main .detail .body .plan .legend .line--02 .item--02 {
  padding-left: 0.32rem;
  background-image: url(../imgs/legend02.svg);
  background-size: 0.27rem auto;
}
.main .detail .body .plan .legend .line--02 .item--03 {
  padding-left: 0.33rem;
  background-image: url(../imgs/legend03.svg);
  background-size: 0.28rem auto;
}
.main .detail .body .plan .legend .line--02 .item--04 {
  padding-left: 0.33rem;
  background-image: url(../imgs/legend04.svg);
  background-size: 0.28rem auto;
}
.main .detail .body .plan .tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
@media screen and (min-width: 751px) {
  .main .detail .body .plan .tab-list {
    margin: 0 0.3rem;
  }
}
.main .detail .body .plan .tab-list .tab-item {
  color: #78aa9f;
  border: 1px solid;
  padding: 0.1rem 0;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .main .detail .body .plan .tab-list .tab-item {
    font-size: 0.24rem;
  }
}
.main .detail .body .plan .tab-list .tab-item.is-active {
  background: #78aa9f;
  color: #fff;
}
.main .detail .body .plan .panel-list .panel-item {
  display: none;
  width: 100%;
}
.main .detail .body .plan .panel-list .panel-item.is-active {
  display: block;
}
.main .detail .body .plan .panel-list .panel-item.animate {
  animation: panel-show 0.3s ease-in-out forwards;
}
.main .detail .body .plan .panel-list .panel-item .image {
  margin-top: 0.5rem;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main .detail .body .point {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point {
    margin: 0.6rem 0 0;
  }
}
.main .detail .body .point .legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  height: 0.5rem;
  background: #f3f9f7;
  color: #78aa9f;
  font-size: 0.24rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .legend {
    height: 0.8rem;
    font-size: 0.36rem;
  }
}
.main .detail .body .point .legend::before {
  content: "";
  display: block;
  width: 0.14rem;
  aspect-ratio: 10/16;
  background: url(../imgs/ico-point.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .legend::before {
    width: 0.24rem;
  }
}
.main .detail .body .point .list {
  margin: 0.14rem 0 0;
}
.main .detail .body .point .list li {
  border-bottom: 0.01rem dotted currentColor;
  padding: 0.24rem 0 0.24rem 0.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .list li {
    padding: 0.24rem 0 0.24rem 0.5rem;
  }
}
.main .detail .body .point .list li .num {
  position: absolute;
  top: 0.3rem;
  left: 0;
  color: #78aa9f;
  font-size: 0.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .list li .num {
    top: 0.4rem;
  }
}
.main .detail .equimpent {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .detail .equimpent {
    gap: 0.5rem 0.2rem;
  }
}
.main .detail .equimpent .item {
  width: 3.4rem;
}
@media screen and (max-width: 750px) {
  .main .detail .equimpent .item {
    width: calc(50% - 0.1rem);
  }
}
.main .detail .equimpent .item .image {
  position: relative;
}
.main .detail .equimpent .item .image .num {
  display: grid;
  place-items: center;
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #998f8e;
  color: #fff;
  font-size: 0.2rem;
}
.main .detail .equimpent .item .text {
  padding: 0.28rem 0 0;
}
.main .detail .equimpent .item .text .name {
  font-size: 0.22rem;
  letter-spacing: 0.045em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .detail .equimpent .item .text .name {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
.main .detail .equimpent .item .text p {
  padding: 0.28rem 0 0;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .detail .equimpent .item .text p {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
.main .detail .nav {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .detail .nav {
    grid-row: auto auto;
    grid-template-columns: 50% 50%;
    gap: 0.4rem 0;
    margin: 0.6rem 0 0;
  }
}
.main .detail .nav .prev,
.main .detail .nav .next {
  grid-row: 1/2;
  align-self: center;
  display: flex;
  align-items: center;
  color: #78aa9f;
  font-size: 0.32rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .detail .nav .prev,
  .main .detail .nav .next {
    font-size: 0.44rem;
  }
}
.main .detail .nav .prev span,
.main .detail .nav .next span {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .detail .nav .prev span,
  .main .detail .nav .next span {
    font-size: 0.28rem;
  }
}
.main .detail .nav .prev {
  grid-column: 1/2;
}
.main .detail .nav .prev::before {
  content: "";
  display: block;
  width: 0.6rem;
  margin: 0 0.2rem 0 0;
  aspect-ratio: 1;
  background: #78aa9f url(../../assets/imgs/arw01_wr.svg) 50% 50%/0.2rem auto no-repeat;
  border-radius: 50%;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .main .detail .nav .prev::before {
    width: 0.8rem;
  }
}
.main .detail .nav .next {
  grid-column: 3/4;
  justify-self: flex-end;
}
@media screen and (max-width: 750px) {
  .main .detail .nav .next {
    grid-column: 2/3;
  }
}
.main .detail .nav .next::after {
  content: "";
  display: block;
  width: 0.6rem;
  margin: 0 0 0 0.2rem;
  aspect-ratio: 1;
  background: #78aa9f url(../../assets/imgs/arw01_w.svg) 50% 50%/0.2rem auto no-repeat;
  border-radius: 50%;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .main .detail .nav .next::after {
    width: 0.8rem;
  }
}
.main .detail .nav .back {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 4rem;
  height: 0.7rem;
  display: grid;
  place-items: center;
  background: #a3a3a3;
  color: #fff;
  font-size: 0.18rem;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .main .detail .nav .back {
    grid-row: 2/3;
    grid-column: 1/3;
    height: 0.9rem;
    margin: 0 auto;
    font-size: 0.28rem;
  }
}/*# sourceMappingURL=unique.css.map */