/*--------------------------------------------
  mv
-------------------------------------------- */
.mv {
  position: relative;
}
.mv__image {
  width: 100%;
}
.mv__image img {
  width: 100%;
  height: auto;
}
.mv__title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .mv__title {
    top: 50%;
    left: min(5.764vw, 96px);
    translate: 0 -55%;
    gap: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .mv__title {
    top: min(10.667vw, 48px);
    left: min(5.333vw, 24px);
    gap: min(3.2vw, 14.4px);
    translate: 0 0;
  }
}
.mv__title .en {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .mv__title .en {
    font-size: clamp(32px, 2.882vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .mv__title .en {
    font-size: clamp(32px, 10.667vw, 48px);
  }
}
.mv__title .ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .mv__title .ja {
    font-size: clamp(12.8px, 1.153vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .mv__title .ja {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(73.89%, #848484), to(#808080));
  background: linear-gradient(to left, #fff 0%, #848484 73.89%, #808080 100%);
  z-index: 1;
  mix-blend-mode: multiply;
}
.mv figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .mv figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .mv figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

/*--------------------------------------------
  intro
-------------------------------------------- */
.intro {
  padding-block: 90px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-block: 100px;
  }
}
.intro .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .intro .l-inner {
    gap: 30px;
  }
}
.intro__title {
  width: min(2.161vw, 36px);
}
@media screen and (max-width: 768px) {
  .intro__title {
    width: min(6.133vw, 27.6px);
  }
}
.intro__title img {
  width: 100%;
  height: auto;
}
.intro__txt {
  width: min(12.536vw, 208.8px);
}
@media screen and (max-width: 768px) {
  .intro__txt {
    width: min(33.6vw, 151.2px);
  }
}
.intro__txt img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------
  voice
-------------------------------------------- */
.voice {
  padding-block: 128px 246px;
  background-image: url(../img/modelroom/bg_01.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-block: 65px 110px;
    background-image: url(../img/modelroom/bg_01_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .voice__designer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: min(6.124vw, 102px);
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .voice__designer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.voice__label {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #745f49;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .voice__label {
    font-size: clamp(24px, 2.161vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .voice__label {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: clamp(22.4px, 7.467vw, 33.6px);
    text-align: center;
  }
}
.voice__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .voice__message {
    gap: min(5.764vw, 96px);
  }
}
@media screen and (max-width: 768px) {
  .voice__message {
    gap: min(14.667vw, 66px);
    -webkit-margin-before: min(14.667vw, 66px);
            margin-block-start: min(14.667vw, 66px);
  }
}
.voice__message__title img, .voice__message__body img {
  width: 100%;
  height: auto;
}
.voice__message__title {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .voice__message__title {
    width: min(9.078vw, 151.2px);
  }
}
@media screen and (max-width: 768px) {
  .voice__message__title {
    width: min(14.933vw, 67.2px);
  }
}
@media screen and (min-width: 769px) {
  .voice__message__body {
    width: min(37.68vw, 627.6px);
  }
}
@media screen and (max-width: 768px) {
  .voice__message__body {
    width: min(48.533vw, 218.4px);
  }
}
.voice__photo {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .voice__photo {
    width: min(16.066vw, 267.6px);
  }
}
@media screen and (max-width: 768px) {
  .voice__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-margin-before: min(13.333vw, 60px);
            margin-block-start: min(13.333vw, 60px);
  }
}
.voice__photo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .voice__photo img {
    width: min(48vw, 216px);
  }
}
.voice__photo figcaption {
  -webkit-margin-before: min(1.657vw, 27.6px);
          margin-block-start: min(1.657vw, 27.6px);
}
@media screen and (max-width: 768px) {
  .voice__photo figcaption {
    -webkit-margin-before: min(2.667vw, 12px);
            margin-block-start: min(2.667vw, 12px);
  }
}
.voice__photo__role {
  display: block;
  font-family: "Zen Old Mincho", serif;
  color: #2b2b2b;
}
@media screen and (min-width: 769px) {
  .voice__photo__role {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .voice__photo__role {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.voice__photo__name {
  font-family: "Zen Old Mincho", serif;
  color: #2b2b2b;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .voice__photo__name {
    font-size: clamp(17.6px, 1.585vw, 26.4px);
    -webkit-margin-before: min(0.432vw, 7.2px);
            margin-block-start: min(0.432vw, 7.2px);
  }
}
@media screen and (max-width: 768px) {
  .voice__photo__name {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    -webkit-margin-before: min(1.067vw, 4.8px);
            margin-block-start: min(1.067vw, 4.8px);
  }
}
.voice__photo__name-en {
  font-family: "futura-pt", sans-serif;
  color: #2b2b2b;
  letter-spacing: 0.15em;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .voice__photo__name-en {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
    -webkit-margin-before: min(0.144vw, 2.4px);
            margin-block-start: min(0.144vw, 2.4px);
  }
}
@media screen and (max-width: 768px) {
  .voice__photo__name-en {
    font-size: clamp(8.8px, 2.933vw, 13.2px);
    -webkit-margin-before: min(0.533vw, 2.4px);
            margin-block-start: min(0.533vw, 2.4px);
  }
}
.voice__plan {
  -webkit-margin-before: min(4.323vw, 72px);
          margin-block-start: min(4.323vw, 72px);
  -webkit-padding-before: min(4.323vw, 72px);
          padding-block-start: min(4.323vw, 72px);
  border-top: 1px solid #745F49;
}
@media screen and (max-width: 768px) {
  .voice__plan {
    -webkit-margin-before: min(10.667vw, 48px);
            margin-block-start: min(10.667vw, 48px);
    -webkit-padding-before: 0;
            padding-block-start: 0;
    border-top: none;
  }
}
.voice__plan__type {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 6.667vw, 30px);
  color: #745F49;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #745F49;
}
.voice__plan__type span:nth-child(1) {
  font-size: clamp(32px, 10.667vw, 48px);
}
.voice__plan__type span:nth-child(2) {
  font-size: clamp(26.4px, 8.8vw, 39.6px);
  padding-left: min(2.667vw, 12px);
}
.voice__plan__area {
  margin-block: min(2.667vw, 12px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: clamp(9.6px, 3.2vw, 14.4px);
  letter-spacing: 0.15em;
}
.voice__plan__area span {
  font-size: clamp(19.2px, 6.4vw, 28.8px);
}
@media screen and (min-width: 769px) {
  .voice__plan__body {
    position: relative;
  }
}
.voice__plan__image {
  width: min(85.591vw, 1425.6px);
  margin: 0 auto;
  text-align: center;
}
.voice__plan__image img {
  width: 100%;
  height: auto;
}
.voice__plan__image figcaption {
  text-align: right;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .voice__plan__image figcaption {
    text-align: left;
    font-size: clamp(8px, 0.72vw, 12px);
    margin-top: 10px;
  }
}
.voice__plan__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.voice__plan__link {
  width: min(5.187vw, 86.4px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.voice__plan__link:hover {
  opacity: 0.75;
}
.voice__plan__link img {
  width: 100%;
  height: auto;
}
.voice__plan__link--bedroom {
  position: absolute;
  top: min(14.049vw, 234px);
  left: min(19.524vw, 325.2px);
}
.voice__plan__link--kitchen {
  position: absolute;
  top: min(23.631vw, 393.6px);
  left: min(19.524vw, 325.2px);
}
.voice__plan__link--living {
  position: absolute;
  top: min(35.447vw, 590.4px);
  left: min(19.524vw, 325.2px);
}
.voice__plan__link--entrance {
  position: absolute;
  top: min(6.772vw, 112.8px);
  right: 0;
}
.voice__plan__link--toilet {
  position: absolute;
  top: min(16.354vw, 272.4px);
  right: 0;
}
.voice__plan__link--bathroom {
  position: absolute;
  top: min(26.009vw, 433.2px);
  right: 0;
}
.voice__plan__link--art {
  position: absolute;
  top: min(35.591vw, 592.8px);
  right: 0;
}
.voice__plan__nav--sp {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .voice__plan__nav--sp {
    -webkit-margin-before: min(10.667vw, 48px);
            margin-block-start: min(10.667vw, 48px);
  }
}
.voice__plan__nav--sp li a {
  display: block;
  margin-top: 1px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.voice__plan__nav--sp li a:hover {
  opacity: 0.75;
}
.voice__plan__nav--sp li a img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------
  living
-------------------------------------------- */
.living {
  padding-block: min(1.441vw, 24px) min(8.646vw, 144px);
}
@media screen and (max-width: 768px) {
  .living {
    padding-block: 0 min(24vw, 108px);
  }
}
.living figcaption {
  font-weight: 400;
  color: #2b2b2b;
}
@media screen and (min-width: 769px) {
  .living figcaption {
    font-size: clamp(8.8px, 0.793vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .living figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .living__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: min(3.602vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .living__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.living__photo {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .living__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .living__photo {
    margin: 0 calc(min(5.333vw, 24px) * -1);
  }
}
.living__photo img {
  width: 100%;
  height: auto;
}
.living__photo figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em 1em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .living__photo figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .living__photo figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.living__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .living__text {
    display: contents;
  }
}
.living__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #745f49;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .living__title {
    font-size: clamp(24px, 2.161vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .living__title {
    margin-bottom: min(10.667vw, 48px);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: clamp(22.4px, 7.467vw, 33.6px);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
.living__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .living__message {
    gap: min(4.323vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .living__message {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(10.667vw, 48px);
    -webkit-margin-before: min(13.333vw, 60px);
            margin-block-start: min(13.333vw, 60px);
  }
}
.living__message__heading, .living__message__body {
  margin: 0;
}
.living__message__heading img, .living__message__body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .living__message__heading {
    width: min(1.585vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .living__message__heading {
    width: min(4.8vw, 21.6px);
  }
}
@media screen and (min-width: 769px) {
  .living__message__body {
    width: min(23.703vw, 394.8px);
  }
}
@media screen and (max-width: 768px) {
  .living__message__body {
    width: min(56.267vw, 253.2px);
  }
}
@media screen and (min-width: 769px) {
  .living__block01 {
    padding-block: 0 min(4.323vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .living__block01 {
    padding-block: 0 min(10.667vw, 48px);
  }
}
@media screen and (min-width: 769px) {
  .living__block01 .living__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: min(4.323vw, 72px);
  }
}
@media screen and (min-width: 769px) {
  .living__block01 .living__title {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.living__illust {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .living__illust {
    width: min(38.905vw, 648px);
    -webkit-margin-before: min(2.882vw, 48px);
            margin-block-start: min(2.882vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .living__illust {
    margin-block: 0 min(5.333vw, 24px);
    margin-inline: auto;
    width: 90%;
  }
}
.living__illust img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .living__illust figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .living__illust figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
    text-align: right;
  }
}
.living__block02 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .living__block02 {
    padding-block: min(5.764vw, 96px) 0;
  }
}
@media screen and (max-width: 768px) {
  .living__block02 {
    padding-block: min(0vw, 0px) 0;
  }
}
.living__block02 .living__row {
  position: relative;
  height: min(42.003vw, 699.6px);
}
@media screen and (max-width: 768px) {
  .living__block02 .living__row {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .living__block02 .living__message__heading {
    width: min(1.585vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .living__block02 .living__message__heading {
    width: min(4.8vw, 21.6px);
  }
}
@media screen and (min-width: 769px) {
  .living__block02 .living__message__body {
    width: min(18.084vw, 301.2px);
  }
}
@media screen and (max-width: 768px) {
  .living__block02 .living__message__body {
    width: min(48.8vw, 219.6px);
  }
}
.living__block02 .living__photo {
  position: absolute;
  top: 0;
  right: calc(min(7.205vw, 120px) * -1);
  width: min(59.51vw, 991.2px);
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .living__block02 .living__photo {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    -webkit-margin-before: min(0vw, 0px);
            margin-block-start: min(0vw, 0px);
  }
}
.living__block03 {
  position: relative;
  margin-top: calc(min(3.602vw, 60px) * -1);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .living__block03 {
    padding-block: 0;
  }
}
@media screen and (max-width: 768px) {
  .living__block03 {
    padding-block: min(21.333vw, 96px);
  }
}
.living__block03 .living__row {
  position: relative;
}
@media screen and (min-width: 769px) {
  .living__block03 .living__row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.living__block03 .living__photo--sub {
  position: absolute;
  top: calc(min(3.602vw, 60px) * -1);
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .living__block03 .living__photo--sub {
    width: min(26.441vw, 440.4px);
  }
}
@media screen and (max-width: 768px) {
  .living__block03 .living__photo--sub {
    position: relative;
    top: 0;
    left: 0;
    width: min(77.067vw, 346.8px);
    margin: min(5.333vw, 24px) auto 0;
  }
}
.living__block03 .living__photo--sub figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .living__block03 .living__photo--sub figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .living__block03 .living__photo--sub figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .living__block03 .living__photo--room {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.living__block03 .living__message {
  background-color: #e5dfdc;
  width: min(59.726vw, 994.8px);
  margin: 0 auto;
  translate: min(9.366vw, 156px) 0;
}
@media screen and (min-width: 769px) {
  .living__block03 .living__message {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: min(8.646vw, 144px) min(11.527vw, 192px) min(5.764vw, 96px);
  }
}
@media screen and (max-width: 768px) {
  .living__block03 .living__message {
    width: 100vw;
    translate: 0 0;
    margin: calc(min(26.667vw, 120px) * -1) calc(min(5.333vw, 24px) * -1);
    padding: min(40vw, 180px) min(12.8vw, 57.6px) min(12vw, 54px);
  }
}
@media screen and (min-width: 769px) {
  .living__block03 .living__message .living__message__heading {
    width: min(10.519vw, 175.2px);
  }
}
@media screen and (max-width: 768px) {
  .living__block03 .living__message .living__message__heading {
    width: min(24.533vw, 110.4px);
  }
}
@media screen and (min-width: 769px) {
  .living__block03 .living__message .living__message__body {
    width: min(22.334vw, 372px);
  }
}
@media screen and (max-width: 768px) {
  .living__block03 .living__message .living__message__body {
    width: min(41.333vw, 186px);
  }
}

/*--------------------------------------------
  entrance
-------------------------------------------- */
.entrance {
  padding-block: 188px 128px;
  background-image: url(../img/modelroom/bg_02.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .entrance {
    padding-block: 100px 80px;
    background-image: url(../img/modelroom/bg_02_sp.webp);
  }
}
.entrance__row {
  position: relative;
}
@media screen and (min-width: 769px) {
  .entrance__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: min(72.406vw, 1206px);
  }
}
@media screen and (max-width: 768px) {
  .entrance__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entrance__photo {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .entrance__photo {
    position: absolute;
    top: 0;
    left: calc(min(7.205vw, 120px) * -1);
    min-width: 0;
    width: min(54.467vw, 907.2px);
  }
}
@media screen and (max-width: 768px) {
  .entrance__photo {
    width: min(76.8vw, 345.6px);
    margin-left: calc(min(5.333vw, 24px) * -1);
    margin-top: min(5.333vw, 24px);
  }
}
.entrance__photo img {
  width: 100%;
  height: auto;
}
.entrance__photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .entrance__photo figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .entrance__photo figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.entrance__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .entrance__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: min(32.205vw, 536.4px);
  }
}
@media screen and (max-width: 768px) {
  .entrance__body {
    display: contents;
  }
}
.entrance__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #745f49;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .entrance__title {
    font-size: clamp(30.4px, 2.738vw, 45.6px);
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .entrance__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: clamp(24px, 8vw, 36px);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
.entrance__illust {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .entrance__illust {
    width: min(27.089vw, 451.2px);
    margin: min(0.72vw, 12px) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .entrance__illust {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: min(45.867vw, 206.4px);
    margin-top: calc(min(48vw, 216px) * -1);
    translate: 0 calc(min(25.333vw, 114px) * -1);
  }
}
.entrance__illust img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .entrance__illust figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
    margin: -10px 0 0;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .entrance__illust figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
    margin: calc(min(1.6vw, 7.2px) * -1) 0 0 min(5.333vw, 24px);
  }
}
.entrance__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .entrance__message {
    gap: min(3.963vw, 66px);
    margin: min(5.403vw, 90px) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .entrance__message {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-before: min(8vw, 36px);
            margin-block-start: min(8vw, 36px);
  }
}
.entrance__message__heading, .entrance__message__body {
  margin: 0;
}
.entrance__message__heading img, .entrance__message__body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .entrance__message__heading {
    width: min(1.585vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .entrance__message__heading {
    position: absolute;
    width: min(4.533vw, 20.4px);
    top: 0;
    right: min(5.333vw, 24px);
    translate: 0 calc(-100% - min(8vw, 36px));
  }
}
@media screen and (min-width: 769px) {
  .entrance__message__body {
    width: min(15.274vw, 254.4px);
  }
}
@media screen and (max-width: 768px) {
  .entrance__message__body {
    width: min(30.933vw, 139.2px);
    margin-right: min(5.333vw, 24px);
  }
}

/*--------------------------------------------
  kitchen
-------------------------------------------- */
.kitchen {
  padding-block: 188px 128px;
  background-image: url(../img/modelroom/bg_02.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .kitchen {
    padding-block: 100px 80px;
    background-image: url(../img/modelroom/bg_02_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .kitchen__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: min(72.406vw, 1206px);
  }
}
@media screen and (max-width: 768px) {
  .kitchen__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kitchen__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .kitchen__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: min(38.905vw, 648px);
  }
}
@media screen and (max-width: 768px) {
  .kitchen__body {
    display: contents;
  }
}
.kitchen__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #745f49;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .kitchen__title {
    font-size: clamp(24px, 2.161vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .kitchen__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: clamp(24px, 8vw, 36px);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
.kitchen__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .kitchen__message {
    gap: min(3.963vw, 66px);
    margin: min(6.268vw, 104.4px) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .kitchen__message {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(10.667vw, 48px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-before: min(10.667vw, 48px);
            margin-block-start: min(10.667vw, 48px);
  }
}
.kitchen__message__heading, .kitchen__message__body {
  margin: 0;
}
.kitchen__message__heading img, .kitchen__message__body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .kitchen__message__heading {
    width: min(1.585vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .kitchen__message__heading {
    width: min(4.533vw, 20.4px);
  }
}
@media screen and (min-width: 769px) {
  .kitchen__message__body {
    width: min(12.464vw, 207.6px);
  }
}
@media screen and (max-width: 768px) {
  .kitchen__message__body {
    width: min(33.6vw, 151.2px);
  }
}
.kitchen__illust {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .kitchen__illust {
    width: min(41.066vw, 684px);
    margin: min(2.882vw, 48px) 0 0 calc(min(3.602vw, 60px) * -1);
  }
}
@media screen and (max-width: 768px) {
  .kitchen__illust {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-margin-before: min(8vw, 36px);
            margin-block-start: min(8vw, 36px);
  }
}
.kitchen__illust img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .kitchen__illust figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
    margin: calc(min(2.161vw, 36px) * -1) 0 0 min(3.602vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .kitchen__illust figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
    margin: calc(min(4.323vw, 72px) * -1) 0 0 min(3.602vw, 60px);
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .kitchen__photo {
    position: absolute;
    top: 0;
    right: calc(min(7.205vw, 120px) * -1);
    width: min(54.467vw, 907.2px);
  }
}
@media screen and (max-width: 768px) {
  .kitchen__photo {
    position: relative;
    -webkit-margin-before: min(5.333vw, 24px);
            margin-block-start: min(5.333vw, 24px);
  }
}
.kitchen__photo img {
  width: 100%;
  height: auto;
}
.kitchen__photo figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em 1em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .kitchen__photo figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .kitchen__photo figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

/*--------------------------------------------
  bedroom
-------------------------------------------- */
.bedroom {
  padding-block: 188px 128px;
  background-image: url(../img/modelroom/bg_02.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bedroom {
    padding-block: 100px 80px;
    background-image: url(../img/modelroom/bg_02_sp.webp);
  }
}
@media screen and (max-width: 768px) {
  .bedroom .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .bedroom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(3.602vw, 60px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .bedroom__row {
    display: contents;
  }
}
.bedroom__side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .bedroom__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .bedroom__side {
    display: contents;
  }
}
.bedroom__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #745f49;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .bedroom__title {
    font-size: clamp(24px, 2.161vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .bedroom__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: clamp(24px, 8vw, 36px);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
.bedroom__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .bedroom__message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: min(3.602vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .bedroom__message {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(10.667vw, 48px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-before: min(10.667vw, 48px);
            margin-block-start: min(10.667vw, 48px);
  }
}
.bedroom__message__heading, .bedroom__message__body {
  margin: 0;
}
.bedroom__message__heading img, .bedroom__message__body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .bedroom__message__heading {
    width: min(4.539vw, 75.6px);
  }
}
@media screen and (max-width: 768px) {
  .bedroom__message__heading {
    width: min(13.333vw, 60px);
  }
}
@media screen and (min-width: 769px) {
  .bedroom__message__body {
    width: min(20.893vw, 348px);
  }
}
@media screen and (max-width: 768px) {
  .bedroom__message__body {
    width: min(41.067vw, 184.8px);
  }
}
.bedroom__illust {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .bedroom__illust {
    width: min(37.392vw, 622.8px);
  }
}
@media screen and (max-width: 768px) {
  .bedroom__illust {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-margin-before: min(8vw, 36px);
            margin-block-start: min(8vw, 36px);
  }
}
.bedroom__illust img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .bedroom__illust figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
    margin: calc(min(1.441vw, 24px) * -1) 0 0;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .bedroom__illust figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
    margin: calc(min(4.323vw, 72px) * -1) 0 0 min(3.602vw, 60px);
  }
}
.bedroom__photo {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .bedroom__photo {
    -webkit-margin-before: min(4.179vw, 69.6px);
            margin-block-start: min(4.179vw, 69.6px);
    width: min(92.795vw, 1545.6px);
    translate: calc(min(7.205vw, 120px) * -1) 0;
  }
}
@media screen and (max-width: 768px) {
  .bedroom__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1 1;
            order: 1 1;
    -webkit-margin-before: min(8vw, 36px);
            margin-block-start: min(8vw, 36px);
  }
}
.bedroom__photo img {
  width: 100%;
  height: auto;
}
.bedroom__photo figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em 1em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .bedroom__photo figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .bedroom__photo figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

/*--------------------------------------------
  bathroom
-------------------------------------------- */
.bathroom {
  padding-block: 188px 128px;
  background-image: url(../img/modelroom/bg_02.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bathroom {
    padding-block: 100px 80px;
    background-image: url(../img/modelroom/bg_02_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .bathroom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(3.602vw, 60px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .bathroom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bathroom__photo {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .bathroom__photo {
    min-width: 0;
    width: min(47.262vw, 787.2px);
  }
}
@media screen and (max-width: 768px) {
  .bathroom__photo {
    width: min(76.8vw, 345.6px);
    margin-top: min(5.333vw, 24px);
    margin-left: auto;
    translate: min(5.333vw, 24px) 0;
  }
}
.bathroom__photo img {
  width: 100%;
  height: auto;
}
.bathroom__photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .bathroom__photo figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .bathroom__photo figcaption {
    left: auto;
    right: 0;
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.bathroom__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .bathroom__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .bathroom__body {
    display: contents;
  }
}
.bathroom__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #745f49;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .bathroom__title {
    font-size: clamp(24px, 2.161vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .bathroom__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: clamp(24px, 8vw, 36px);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
.bathroom__illust {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .bathroom__illust {
    width: min(23.847vw, 397.2px);
    margin: calc(min(4.323vw, 72px) * -1) min(5.764vw, 96px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .bathroom__illust {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: min(52.8vw, 237.6px);
    margin: calc(min(74.667vw, 336px) * -1) 0 0 auto;
    translate: 0 calc(min(6.667vw, 30px) * -1);
  }
}
.bathroom__illust img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .bathroom__illust figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
    margin: calc(min(0.72vw, 12px) * -1) min(2.161vw, 36px) 0;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .bathroom__illust figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
    margin: calc(min(1.6vw, 7.2px) * -1) min(3.602vw, 60px) 0 0;
    text-align: right;
  }
}
.bathroom__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .bathroom__message {
    gap: min(3.963vw, 66px);
    margin: min(5.043vw, 84px) min(7.205vw, 120px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .bathroom__message {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: min(10.667vw, 48px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-before: min(10.667vw, 48px);
            margin-block-start: min(10.667vw, 48px);
    margin-left: min(5.333vw, 24px);
  }
}
.bathroom__message__heading, .bathroom__message__body {
  margin: 0;
}
.bathroom__message__heading img, .bathroom__message__body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .bathroom__message__heading {
    width: min(1.585vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .bathroom__message__heading {
    position: absolute;
    top: min(74.667vw, 336px);
    left: min(10.667vw, 48px);
    width: min(4.8vw, 21.6px);
  }
}
@media screen and (min-width: 769px) {
  .bathroom__message__body {
    width: min(15.274vw, 254.4px);
  }
}
@media screen and (max-width: 768px) {
  .bathroom__message__body {
    width: min(25.867vw, 116.4px);
  }
}

/*--------------------------------------------
  toilet
-------------------------------------------- */
.toilet {
  padding-block: 188px 128px;
  background-image: url(../img/modelroom/bg_02.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .toilet {
    padding-block: 100px 80px;
    background-image: url(../img/modelroom/bg_02_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .toilet__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(3.602vw, 60px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .toilet__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.toilet__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .toilet__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .toilet__body {
    display: contents;
  }
}
.toilet__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #745f49;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .toilet__title {
    font-size: clamp(24px, 2.161vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .toilet__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: clamp(24px, 8vw, 36px);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
.toilet__illust {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .toilet__illust {
    width: min(24.28vw, 404.4px);
    margin: calc(min(2.161vw, 36px) * -1) 0 0 min(5.764vw, 96px);
  }
}
@media screen and (max-width: 768px) {
  .toilet__illust {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: min(48.533vw, 218.4px);
    margin-top: calc(min(80vw, 360px) * -1);
    translate: 0 calc(min(9.333vw, 42px) * -1);
  }
}
.toilet__illust img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .toilet__illust figcaption {
    font-size: clamp(9.6px, 0.865vw, 14.4px);
    margin: calc(min(0.72vw, 12px) * -1) min(2.882vw, 48px) 0;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .toilet__illust figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
    -webkit-margin-before: min(1.6vw, 7.2px);
            margin-block-start: min(1.6vw, 7.2px);
  }
}
.toilet__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .toilet__message {
    gap: min(3.963vw, 66px);
    margin: min(5.043vw, 84px) 0 0 min(4.323vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .toilet__message {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: min(5.333vw, 24px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-before: min(8vw, 36px);
            margin-block-start: min(8vw, 36px);
  }
}
.toilet__message__heading, .toilet__message__body {
  margin: 0;
}
.toilet__message__heading img, .toilet__message__body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .toilet__message__heading {
    width: min(1.585vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .toilet__message__heading {
    position: absolute;
    width: min(4.8vw, 21.6px);
    top: 0;
    right: min(5.333vw, 24px);
    translate: 0 calc(-100% - min(8vw, 36px));
  }
}
@media screen and (min-width: 769px) {
  .toilet__message__body {
    width: min(18.084vw, 301.2px);
  }
}
@media screen and (max-width: 768px) {
  .toilet__message__body {
    width: min(33.6vw, 151.2px);
    margin-right: min(5.333vw, 24px);
  }
}
.toilet__photo {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .toilet__photo {
    width: min(47.262vw, 787.2px);
  }
}
@media screen and (max-width: 768px) {
  .toilet__photo {
    width: min(76.8vw, 345.6px);
    margin-left: calc(min(5.333vw, 24px) * -1);
    margin-top: min(5.333vw, 24px);
  }
}
.toilet__photo img {
  width: 100%;
  height: auto;
}
.toilet__photo figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em 1em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .toilet__photo figcaption {
    font-size: clamp(8.8px, 0.793vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .toilet__photo figcaption {
    right: auto;
    left: 0;
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

/*--------------------------------------------
  art
-------------------------------------------- */
.art {
  padding-block: 100px 115px;
  background-image: url(../img/modelroom/bg_03.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .art {
    padding-block: 60px 70px;
    background-image: url(../img/modelroom/bg_03_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .art .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(6.484vw, 108px);
  }
}
@media screen and (max-width: 768px) {
  .art .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: min(9.067vw, 40.8px);
  }
}
@media screen and (min-width: 769px) {
  .art__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .art__body {
    display: contents;
  }
}
.art__heading {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #C3A88D;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .art__heading {
    font-size: clamp(24px, 2.161vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .art__heading {
    text-align: right;
    font-size: clamp(22.4px, 7.467vw, 33.6px);
    line-height: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.art__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .art__message {
    gap: min(3.963vw, 66px);
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .art__message {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: min(8vw, 36px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-before: calc(min(5.867vw, 26.4px) * -1);
            margin-block-start: calc(min(5.867vw, 26.4px) * -1);
  }
}
.art__message__heading, .art__message__body {
  margin: 0;
}
.art__message__heading img, .art__message__body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .art__message__heading {
    width: min(1.585vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .art__message__heading {
    width: min(13.333vw, 60px);
  }
}
@media screen and (min-width: 769px) {
  .art__message__body {
    width: min(3.963vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .art__message__body {
    width: min(18.4vw, 82.8px);
  }
}
.art__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .art__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(3.242vw, 54px);
    -webkit-margin-before: min(2.882vw, 48px);
            margin-block-start: min(2.882vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .art__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-margin-before: min(10.667vw, 48px);
            margin-block-start: min(10.667vw, 48px);
  }
}
@media screen and (min-width: 769px) {
  .art__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .art__item {
    width: calc(100% + min(9.067vw, 40.8px));
  }
  .art__item .art__item__title,
  .art__item .art__item__desc {
    padding-right: min(9.067vw, 40.8px);
  }
}
@media screen and (max-width: 768px) {
  .art__item + .art__item {
    -webkit-margin-before: min(13.333vw, 60px);
            margin-block-start: min(13.333vw, 60px);
    translate: calc(min(9.067vw, 40.8px) * -1) 0;
  }
  .art__item + .art__item .art__item__title,
  .art__item + .art__item .art__item__desc {
    translate: min(9.067vw, 40.8px) 0;
  }
}
.art__item figure {
  margin: 0;
}
.art__item figure img {
  width: 100%;
  height: auto;
}
.art__item__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .art__item__title {
    font-size: clamp(14.4px, 1.297vw, 21.6px);
    -webkit-margin-before: min(1.441vw, 24px);
            margin-block-start: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .art__item__title {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    -webkit-margin-before: min(4.267vw, 19.2px);
            margin-block-start: min(4.267vw, 19.2px);
    letter-spacing: 0.1em;
  }
}
.art__item__desc {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .art__item__desc {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
    -webkit-margin-before: min(1.153vw, 19.2px);
            margin-block-start: min(1.153vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .art__item__desc {
    font-size: clamp(8.8px, 2.933vw, 13.2px);
    -webkit-margin-before: min(3.2vw, 14.4px);
            margin-block-start: min(3.2vw, 14.4px);
    letter-spacing: 0.15em;
  }
}

/*--------------------------------------------
  end
-------------------------------------------- */
.end {
  padding-block: 130px;
}
@media screen and (max-width: 768px) {
  .end {
    padding-block: 58px;
  }
}
.end__txt {
  position: relative;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  padding-block: 36px;
  border-top: 1px solid #745F49;
  border-bottom: 1px solid #745F49;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 22px;
  color: #745F49;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .end__txt {
    padding-block: 25px;
    font-size: clamp(13.6px, 4.533vw, 20.4px);
  }
}
.end__txt::before, .end__txt::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #745F49;
}
.end__txt::after {
  top: auto;
  bottom: 2px;
}
/*# sourceMappingURL=modelroom.css.map */