@media print, screen and (min-width: 768px) {
  .bgLayer--completion:before {
    top: calc(-230 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--completion:before {
    content: none;
  }
}

.completionThumb {
  background-color: #212121;
  position: relative;
}

.completionThumb .photo {
  opacity: .3;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.completionThumb__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .12em;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media print, screen and (min-width: 768px) {
  .completionThumb__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .completionThumb__ttl {
    font-size: 12px;
  }
}

.is-active .completionThumb .photo {
  opacity: 1;
}

.is-active .completionThumb .completionThumb__ttl {
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  .sliderSect__head + .sliderSect__cont {
    margin-top: 80px;
  }
}

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

.sliderSect__cont {
  position: relative;
}

.completion-introduction {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .completion-slider {
    padding: 80px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .completion-slider {
    margin: 0 -24px;
    padding: 0 0 120px;
  }
}

.keyVisual--modelroom + .caption {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .keyVisual--modelroom + .caption {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--modelroom + .caption {
    margin-top: 5px;
  }
}
