@charset "UTF-8";
/* 変数 */
/*使い回しパーツ*/
main {
  font-size: 62.5%;
  /* 10px相当（16px × 62.5%） */
}

body {
  color: #6b6b6b;
}

small {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  small {
    font-size: 0.8rem;
  }
}

.color-red {
  color: #ff0000;
}

.color-blue {
  color: #5e83ae;
}

.color-pink {
  color: #D76182;
}

.p-manufacturing {
  position: relative;
}

.p-manufacturing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f8f8;
  z-index: -1;
}

.u-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-desktop {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 500px) {
  .sp-only {
    display: block;
  }
}

.img-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .img-wrapper .caption {
    font-size: 10px;
  }
}

.img-wrapper .caption.--bottom {
  bottom: -2rem;
}

.img-wrapper .caption.is-shadow {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.4);
}

/*共通*/
.inner-small {
  max-width: 856px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner-small {
    max-width: 100%;
  }
}

.section-heading {
  font-size: 2.9rem;
  line-height: 1.6;
  letter-spacing: 0.25em;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 500px) {
  .section-heading {
    font-size: 1.65rem;
  }
}

.section-lead {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-lead {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  .section-lead {
    font-size: 1.2rem;
  }
}

.section-lead > span {
  display: block;
}

.section-lead .sub-txt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 1rem;
}

@media screen and (max-width: 500px) {
  .manufacturing-about .section-lead {
    text-align: left;
    margin-bottom: 4rem;
  }
}

.manufacturing-section-img {
  width: 100%;
  margin-inline: auto;
}

.manufacturing-section-img .manufacturing-section-img-wrap img {
  width: 100%;
  aspect-ratio: 1682/813;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media screen and (max-width: 768px) {
  .manufacturing-section-img .manufacturing-section-img-wrap img {
    aspect-ratio: 749/504;
  }
}

.manufacturing-section-img {
  position: relative;
}

.manufacturing-section-img .page-img-txt {
  position: absolute;
  top: 50%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 60%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .manufacturing-section-img .page-img-txt {
    width: 80%;
    left: 50%;
  }
}

.manufacturing-section-img .kitchen-img-txt {
  width: 41%;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  .manufacturing-section-img .kitchen-img-txt {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .manufacturing-section-img .kitchen-img-txt {
    width: 65%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.manufacturing-section-img .arau-img-txt {
  width: 43%;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  .manufacturing-section-img .arau-img-txt {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .manufacturing-section-img .arau-img-txt {
    width: 65%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.manufacturing-section-img .closet-img-txt {
  width: 83%;
  top: 50%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  .manufacturing-section-img .closet-img-txt {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .manufacturing-section-img .closet-img-txt {
    width: 80%;
    left: 50%;
  }
}

.manufacturing-section-img .house-img-txt {
  width: 73%;
  top: 50%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  .manufacturing-section-img .house-img-txt {
    width: 68%;
  }
}

@media screen and (max-width: 768px) {
  .manufacturing-section-img .house-img-txt {
    width: 80%;
    left: 50%;
  }
}

.manufacturing-section-img .storage-img-txt {
  width: 40%;
  top: 46%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  .manufacturing-section-img .storage-img-txt {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .manufacturing-section-img .storage-img-txt {
    width: 60%;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.manufacturing-section-button {
  width: 8rem;
  aspect-ratio: 80/66;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .manufacturing-section-button {
    width: 4rem;
    aspect-ratio: 40/33;
    bottom: 1rem;
  }
}

.manufacturing-section-button img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .manufacturing-section-button img {
    height: auto;
  }
}

.banner-wrap {
  margin-top: 9.4rem;
  width: 60%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .banner-wrap {
    margin-top: 6rem;
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .banner-wrap {
    width: 100%;
  }
}

.banner-wrap .banner-link {
  display: block;
  width: 100%;
}

.banner-wrap .banner-link:hover {
  opacity: 0.8;
}

.banner-wrap img {
  aspect-ratio: 600/180;
  -o-object-fit: contain;
     object-fit: contain;
}

/*section*/
.manufacturing-section-heading-content {
  padding-block: 9.6rem 5.3rem;
}

@media screen and (max-width: 768px) {
  .manufacturing-section-heading-content {
    padding-block: 5rem 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .manufacturing-section-heading .section-heading {
    letter-spacing: 0.1em;
  }
}

.manufacturing-section-heading .section-lead {
  margin-top: 2.5rem;
}

.manufacturing-section-heading-content-img {
  margin-top: 5.3rem;
}

@media screen and (max-width: 768px) {
  .manufacturing-section-heading-content-img {
    margin-top: 3.5rem;
  }
}

.manufacturing-section-heading-content-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie-btn-wrap {
  margin-top: 4.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  background-color: #5e83ae;
  color: #fff;
  padding: 1rem 1.8rem;
  border-radius: 3.5rem;
}

@media screen and (max-width: 500px) {
  .btn-link {
    gap: 1rem;
  }
}

@media screen and (max-width: 375px) {
  .btn-link {
    width: 100%;
    gap: 0.5rem;
    padding: 1rem;
  }
}

.btn-link-txt {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.19em;
  font-weight: 600;
}

@media only screen and (max-width: 1300px) {
  .btn-link-txt {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .btn-link-txt {
    font-size: 1.2rem;
    line-height: 1.2;
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
}

.btn-link-icon-img {
  display: block;
  width: 4.7rem;
  height: 4.7rem;
}

@media screen and (max-width: 500px) {
  .btn-link-icon-img {
    width: 3rem;
    height: 3rem;
  }
}

.btn-link-icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-link-icon-txt {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.19em;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .btn-link-icon-txt {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}

.section-sub-heading {
  margin-top: 7.8rem;
  font-size: 2.1rem;
  line-height: 1.7;
  letter-spacing: 0.25em;
  font-weight: 700;
  text-align: center;
  color: #D76182;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
}

@media screen and (max-width: 768px) {
  .section-sub-heading {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .section-sub-heading {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}

.js-acc-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  overflow-anchor: none;
  -webkit-transition: grid-template-rows .35s ease, opacity .35s ease;
  transition: grid-template-rows .35s ease, opacity .35s ease;
  transition: grid-template-rows .35s ease, opacity .35s ease, -ms-grid-rows .35s ease;
}

.js-acc-panel > * {
  min-height: 0;
  /* gridで潰れないように */
  overflow: hidden;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  /* 時間はJS側と合わせると◎ */
}

[aria-expanded="true"] .js-acc-panel {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  opacity: 1;
  -webkit-transition: grid-template-rows .35s ease, opacity .35s ease;
  transition: grid-template-rows .35s ease, opacity .35s ease;
  transition: grid-template-rows .35s ease, opacity .35s ease, -ms-grid-rows .35s ease;
}

.js-section {
  scroll-margin-top: 100px;
}

.js-acc-btn {
  display: block;
  width: 100%;
}

.js-acc-btn .heading-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1682/813;
}

@media screen and (max-width: 768px) {
  .js-acc-btn .heading-img {
    aspect-ratio: 749/504;
  }
}

.js-acc-btn:hover {
  opacity: 0.8;
}

/*manufacturing-btn-list*/
.manufacturing-btn-list {
  margin-top: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 2.2rem;
}

@media only screen and (max-width: 1023px) {
  .manufacturing-btn-list {
    margin-top: 2.5rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .manufacturing-btn-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    width: 80%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 500px) {
  .manufacturing-btn-list {
    width: 100%;
  }
}

.manufacturing-btn-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
  border: 1px solid #5e83ae;
  padding: 2rem 1.5rem;
  background-color: #fff;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .manufacturing-btn-link {
    padding: 1.5rem;
  }
}

.manufacturing-btn-link .manufacturing-btn-body {
  width: 18.3rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.manufacturing-btn-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

@media screen and (max-width: 500px) {
  .manufacturing-btn-img img {
    aspect-ratio: 375 / 200;
    -o-object-position: top center;
       object-position: top center;
    border-radius: 1rem;
  }
}

.manufacturing-btn-title img {
  display: block;
}

@media screen and (max-width: 500px) {
  .manufacturing-btn-title img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*manufacturing-head*/
.manufacturing-head {
  position: relative;
}

.manufacturing-head .manufacturing-head-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .manufacturing-head .manufacturing-head-img img {
    aspect-ratio: 749/504;
  }
}

.manufacturing-head .page-img-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .manufacturing-head .page-img-txt {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .manufacturing-head .page-img-txt {
    top: 60%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.arau-section,
.troubles-section {
  width: 100%;
  margin-top: 9.4rem;
}

@media screen and (max-width: 768px) {
  .arau-section,
  .troubles-section {
    margin-top: 6rem;
  }
}

/*kitchen*/
.layout-item-list {
  display: -ms-grid;
  display: grid;
  gap: 3.6rem;
}

.layout-item-list .layout-item-list-item-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .layout-item-list .layout-item-list-item-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.kitchen-item-img-box {
  background-color: #fff;
  border: 1px solid #5e83ae;
  padding: 3rem 4rem;
}

@media screen and (max-width: 768px) {
  .kitchen-item-img-box {
    padding: 2rem;
  }
}

.kitchen-item-img-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .kitchen-item-img-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .kitchen-item-img-box-wrap.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.kitchen-item-img-box-wrap .gif-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kitchen-item-img-box-animation {
  position: relative;
  height: 100%;
}

.list-item-heading {
  text-align: center;
}

.list-item-heading .text {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #D76182;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
}

.list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.list-item-img {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .list-item-img {
    margin-top: 0;
  }
}

.list-item-img img {
  max-width: 279px;
  -o-object-fit: contain;
     object-fit: contain;
}

.list-item-txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .list-item-txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*kitchen-main-content*/
.kitchen-main-content {
  margin-top: 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.2rem;
}

@media screen and (max-width: 768px) {
  .kitchen-main-content {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.kitchen-main-content-img {
  width: 37.4%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .kitchen-main-content-img {
    width: 85%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 500px) {
  .kitchen-main-content-img {
    width: 100%;
  }
}

.kitchen-main-content-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kitchen-main-content-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
}

@media screen and (max-width: 768px) {
  .kitchen-main-content-body {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.kitchen-main-content-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.kitchen-main-content-body-item-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.kitchen-main-content-body-item-heading .number {
  width: 1.9rem;
  height: 1.9rem;
  aspect-ratio: 1/1;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  background-color: #D76182;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.kitchen-main-content-body-item-heading .text {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #D76182;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
}

.kitchen-main-content-body-item-txt {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 500px) {
  .kitchen-main-content-body-item-txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*arau*/
.arau-panel-inner {
  margin-top: 9.4rem;
}

@media screen and (max-width: 768px) {
  .arau-panel-inner {
    margin-top: 6rem;
  }
}

.arau-image-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .arau-image-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.arau-image-content .arau-image-content-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .arau-image-content .arau-image-content-item img {
    -o-object-fit: fill;
       object-fit: fill;
    height: auto;
  }
}

/*arau-list*/
.arau-list {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
}

@media screen and (max-width: 768px) {
  .arau-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.arau-list .arau-list-item {
  height: 100%;
}

.arau-list .arau-list-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*arau-main-content*/
.arau-main-content {
  margin-top: 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}

@media screen and (max-width: 768px) {
  .arau-main-content {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.arau-main-content-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .arau-main-content-img {
    width: 100%;
  }
}

.arau-main-content-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .arau-main-content-img img {
    width: 100%;
  }
}

.arau-main-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

@media screen and (max-width: 768px) {
  .arau-main-content-body {
    gap: 2rem;
  }
}

.arau-main-content-body-item-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  gap: 0.5rem;
}

.arau-main-content-body-item-heading .number {
  width: 1.9rem;
  height: 1.9rem;
  aspect-ratio: 1/1;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  background-color: #D76182;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.arau-main-content-body-item-heading .text {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #D76182;
  white-space: nowrap;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
}

.arau-main-content-body-item-txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 500px) {
  .arau-main-content-body-item-txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*house*/
.house-panel-inner {
  margin-top: 9.4rem;
}

@media screen and (max-width: 768px) {
  .house-panel-inner {
    margin-top: 6rem;
  }
}

.house-main-content {
  margin-top: 3.2rem;
}

.house-main-content-inner {
  padding-bottom: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media only screen and (max-width: 1023px) {
  .house-main-content-inner {
    padding-bottom: 0;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .house-main-content-inner {
    margin-top: 3.5rem;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.house-main-item--left {
  position: relative;
}

.house-main-item--left small {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .house-main-item--left small {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 0.5rem;
  }
}

.house-main-item--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .house-main-item--right {
    gap: 2rem;
  }
}

/*house-main-content-body*/
.house-main-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

@media screen and (max-width: 768px) {
  .house-main-content-body {
    margin-top: 2rem;
  }
}

.house-main-content-body-item-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.house-main-content-body-item-heading .number {
  width: 1.9rem;
  height: 1.9rem;
  aspect-ratio: 1/1;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  background-color: #D76182;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.house-main-content-body-item-heading .text {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #D76182;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
}

@media screen and (max-width: 768px) {
  .house-main-content-body-item-heading .text {
    font-size: 1.4rem;
  }
}

.house-main-content-body-item-txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 500px) {
  .house-main-content-body-item-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*closet*/
.closet-section-heading.section-heading {
  letter-spacing: 0.2em;
}

.closet-panel-inner {
  margin-top: 9.4rem;
}

@media screen and (max-width: 768px) {
  .closet-panel-inner {
    margin-top: 6rem;
  }
}

/*closet-main-content*/
.closet-main-content {
  margin-top: 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .closet-main-content {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.closet-main-content-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 768px) {
  .closet-main-content-img {
    width: 100%;
  }
}

.closet-main-content-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.closet-main-content-img small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .closet-main-content-img small {
    font-size: 0.8rem;
  }
}

.closet-main-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.closet-main-content-body-item .list-item-img {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .closet-main-content-body-item .list-item-img {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .closet-main-content-body-item .list-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.area-item01 {
  grid-area: item1;
}

.area-item02 {
  grid-area: item2;
}

.area-item03 {
  grid-area: item3;
}

.area-item04 {
  grid-area: item4;
}

.closet-main-content-body-item-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.closet-main-content-body-item-heading .number {
  width: 1.9rem;
  height: 1.9rem;
  aspect-ratio: 1/1;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  background-color: #D76182;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.closet-main-content-body-item-heading .text {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #D76182;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
}

@media screen and (max-width: 768px) {
  .closet-main-content-body-item-heading .text {
    font-size: 1.4rem;
  }
}

.closet-main-content-body-item-txt {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 500px) {
  .closet-main-content-body-item-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*tantory*/
.tantory-panel-inner {
  margin-top: 9.4rem;
}

@media screen and (max-width: 768px) {
  .tantory-panel-inner {
    margin-top: 6rem;
  }
}

.tantory-main-content {
  margin-top: 6.3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
}

@media screen and (max-width: 768px) {
  .tantory-main-content {
    margin-top: 2rem;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.tantory-main-content-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.tantory-main-content-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.tantory-main-content-body-item-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.tantory-main-content-body-item-content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tantory-main-content-body-item-content-img figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tantory-main-content-body-item-content-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tantory-main-content-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tantory-main-content-img figure {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tantory-main-content-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tantory-main-content-img small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .tantory-main-content-img small {
    font-size: 0.8rem;
  }
}

.tantory-main-content-body-item-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.tantory-main-content-body-item-heading .number {
  width: 1.9rem;
  height: 1.9rem;
  aspect-ratio: 1/1;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  background-color: #D76182;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.tantory-main-content-body-item-heading .text {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #D76182;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
}

@media screen and (max-width: 768px) {
  .tantory-main-content-body-item-heading .text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  .tantory-main-content-body-item-heading .text {
    font-size: 1.2rem;
  }
}

.tantory-main-content-body-item-txt {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 500px) {
  .tantory-main-content-body-item-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.tantory-main-content-body-point {
  margin-top: 3rem;
  position: relative;
  border: 1px solid #5e83ae;
  padding: 2rem 1.5rem 1.5rem;
  background-color: #fff;
}

.tantory-main-content-body-point .point-heading {
  position: absolute;
  top: -1.5rem;
  left: 5%;
  background-color: #fff;
  padding: 0.2rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #D76182;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  border: 1px solid #5e83ae;
  border-radius: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .tantory-main-content-body-point .point-heading {
    font-size: 1.2rem;
  }
}

.tantory-main-content-body-point .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.tantory-main-content-body-point .point-list-item {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .tantory-main-content-body-point .point-list-item {
    font-size: 1.2rem;
  }
}

/*storage*/
.storage-panel-inner {
  margin-top: 9.4rem;
}

@media screen and (max-width: 768px) {
  .storage-panel-inner {
    margin-top: 6rem;
  }
}

.storage-main-content {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.5rem;
}

@media screen and (max-width: 768px) {
  .storage-main-content {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}

.storage-main-content-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

@media screen and (max-width: 768px) {
  .storage-main-content-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
}

.storage-main-content-img small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .storage-main-content-img small {
    font-size: 0.8rem;
  }
}

.storage-main-content-body-img {
  width: 100%;
}

.storage-main-content-body-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.storage-main-content-body-list {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .storage-main-content-body-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.storage-main-content-body-list .storage-list-item-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.storage-main-content-body-list .storage-list-item-heading .number {
  width: 1.9rem;
  height: 1.9rem;
  aspect-ratio: 1/1;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  background-color: #D76182;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.storage-main-content-body-list .storage-list-item-heading .text {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #D76182;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
}

@media screen and (max-width: 768px) {
  .storage-main-content-body-list .storage-list-item-heading .text {
    font-size: 1.4rem;
  }
}

.storage-main-content-body-list .storage-list-item-txt {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 500px) {
  .storage-main-content-body-list .storage-list-item-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.storage-main-content-body-point {
  margin-top: 2rem;
}

.storage-main-content-body-point {
  margin-top: 3rem;
  position: relative;
  border: 1px solid #5e83ae;
  padding: 2rem 1.5rem 1.5rem;
  background-color: #fff;
}

.storage-main-content-body-point .point-heading {
  position: absolute;
  top: -1.5rem;
  left: 5%;
  background-color: #fff;
  padding: 0.2rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #D76182;
  font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  border: 1px solid #5e83ae;
  border-radius: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .storage-main-content-body-point .point-heading {
    font-size: 1.2rem;
  }
}

.storage-main-content-body-point .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.storage-main-content-body-point .point-list-item {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .storage-main-content-body-point .point-list-item {
    font-size: 1.2rem;
  }
}
