@charset "UTF-8";

.concept-section::before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translate(-50%);
    background-color: #E5E1DC;
    content: "";
}

@media screen and (min-width: 769px) {
  .design-section .tpl-cover,
  .design-section .tpl-cover .tpl-cover__bg .tpl-image {
    min-height: 1100px;
  }
}