@media screen and (min-width: 768px) {
  .introductionSect {
    margin: 0 auto;
    width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont {
    padding-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .verticalCard {
    height: 375px;
  }
}

.modelroomGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .modelroomGroup {
    gap: 160px;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGroup {
    gap: 96px;
  }
}

.modelroomGroup__collages {
  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: 768px) {
  .modelroomGroup__collages {
    gap: 160px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGroup__collages {
    gap: 96px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGroup__verticalArea {
    margin-left: auto;
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(((calc(100vw - var(--scrollbar)) - 1200px) / 2) + 1200px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .modelroomGroup__verticalArea {
    margin-right: 0;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGroup__verticalArea {
    margin-top: 96px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGroup__verticalArea .verticalCard {
    height: 350px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGroup__bottom {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(100vw - var(--scrollbar));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .modelroomGroup__bottom {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGroup__bottom {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGroup__bottom .usableList__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGroup__bottom .usableList__inner {
    row-gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGroup__bottom .usableList__item {
    width: calc(390 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .modelroomGroup__bottom .usableList__item {
    width: 172px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGroup__bottom .usableList__item + .usableList__item {
    margin-left: calc(-40 / 1440 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .modelroomGroup__bottom .usableList__item:nth-child(2) {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGroup__bottom .usableList__item:nth-child(2) {
    margin: 40px 0 0 -16px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGroup__bottom .usableList__item:nth-child(3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGroup__bottom .usableList__item:nth-child(3) {
    margin: 40px -16px 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGroup__bottom .usableList__item:nth-child(4) {
    margin-top: 88px;
  }
}

.modelroomGroup__bottom .usableList__item .photo__capIn {
  left: 0;
  right: auto;
}

.modelroomLayout {
  position: relative;
  z-index: 1;
}

.modelroomLayout__bg {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .modelroomLayout__bg {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(100vw - var(--scrollbar));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .modelroomLayout__bg {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .modelroomLayout__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 240px);
  }
}

@media screen and (min-width: 768px) {
  .modelroomLayout:nth-child(1) {
    padding-block: 240px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomLayout:nth-child(1) {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomLayout:nth-child(1) .modelroomLayout__item {
    margin-inline: auto;
    width: 818px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomLayout:nth-child(1) .modelroomLayout__item {
    margin-left: auto;
    width: 295px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomLayout:nth-child(2) .modelroomLayout__item:nth-child(1) {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(((calc(100vw - var(--scrollbar)) - 1200px) / 2) + 848px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .modelroomLayout:nth-child(2) .modelroomLayout__item:nth-child(1) {
    margin-left: 0;
    width: 968px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomLayout:nth-child(2) .modelroomLayout__item:nth-child(1) {
    width: 326px;
  }
}

.modelroomLayout:nth-child(2) .modelroomLayout__item:nth-child(1) .photo__capIn {
  bottom: auto;
  top: 0;
}

@media screen and (min-width: 768px) {
  .modelroomLayout:nth-child(2) .modelroomLayout__item:nth-child(2) {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomLayout:nth-child(2) .modelroomLayout__item:nth-child(2) {
    margin: -48px 0 0 auto;
    width: 279px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomLayout:nth-child(3) {
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomLayout:nth-child(3) .modelroomLayout__item {
    width: 295px;
  }
}

.modelroomLayout:nth-child(3) .modelroomLayout__item:nth-child(1) {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .modelroomLayout:nth-child(3) .modelroomLayout__item:nth-child(1) {
    width: 770px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomLayout:nth-child(3) .modelroomLayout__item:nth-child(2) {
    margin-top: 48px;
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomLayout:nth-child(3) .modelroomLayout__item:nth-child(2) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .verticalCard {
    overflow: hidden;
  }
}

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

@media screen and (max-width: 768px) {
  .verticalCard__inner .photo {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .verticalCard__inner .photo__image {
    height: 100%;
    max-width: initial;
    width: auto;
  }
}

.currentPage--modelroom .container {
  background-color: #141623;
}

@media screen and (min-width: 768px) {
  .modelroom-introduction {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-introduction {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .modelroom-layout {
    padding: 120px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-layout {
    padding: 96px 0 160px;
  }
}
