#main {
  overflow-x: hidden;
}

.concept_top {
  margin-bottom: 248px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .concept_top {
    margin-bottom: 170px;
    padding-top: 60px;
  }
}
.concept_top__logo {
  width: 248px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .concept_top__logo {
    width: 200px;
    margin: 0 auto 48px;
  }
}
.concept_top__copy {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .concept_top__copy {
    line-height: 2.3;
  }
}
@media screen and (max-width: 768px) {
  .concept_top__copy {
    font-size: 26px;
  }
}
.concept_top__copy span {
  margin-right: 27px;
}
.concept_top__copy span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .concept_top__copy span {
    display: block;
    margin-right: 0;
  }
}

.concept_main__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept_main__catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 48px;
  }
}
.concept_main__catch--01 {
  max-width: 884px;
}
@media screen and (min-width: 769px) {
  .concept_main__catch--01 .concept_main__img {
    width: 458px;
    margin-left: -89px;
  }
}
.concept_main__catch--01 .concept_main__text {
  padding-left: 89px;
}
@media screen and (max-width: 768px) {
  .concept_main__catch--01 .concept_main__text {
    padding-left: 55px;
    margin-bottom: -100px;
  }
}
.concept_main__catch--02 {
  max-width: 884px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .concept_main__catch--02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .concept_main__catch--02 .concept_main__img {
    width: 458px;
    min-width: 458px;
    margin-right: -10px;
  }
}
.concept_main__catch--02 .concept_main__text {
  padding-right: 81px;
}
@media screen and (max-width: 768px) {
  .concept_main__catch--02 .concept_main__text {
    text-align: right;
    padding-right: 45px;
    margin-bottom: -75px;
  }
}
.concept_main__catch--03 {
  max-width: 714px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .concept_main__catch--03 .concept_main__img {
    width: 526px;
    margin-top: 70px;
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .concept_main__catch--03 .concept_main__text {
    text-align: center;
    margin-bottom: 31px;
  }
}
.concept_main__text {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 60px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .concept_main__text {
    font-size: 16px;
    line-height: 40px;
  }
}
.concept_main__message {
  max-width: 520px;
  margin: 0 auto 114px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .concept_main__message {
    font-size: 18px;
    line-height: 40px;
    max-width: 312px;
    margin: 0 auto 49px;
  }
}
.concept_main__message span {
  display: inline-block;
  white-space: nowrap;
}
.concept_main__movie {
  max-width: 525px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  .concept_main__movie {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .concept_main__movie {
    margin: 0 auto 63px;
  }
}
.concept_main__movie .caption {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.modal-video {
  background-color: #D98000;
  background-color: rgba(217, 128, 0, 0.9);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  background-color: #000;
}

/*# sourceMappingURL=concept.css.map */
