#CONCEPT main {
  position: relative;
  margin-bottom: 0;
}
#CONCEPT main .fadeinElem {
  -webkit-transition: all 550ms ease-out;
  transition: all 550ms ease-out;
}
#CONCEPT main .fadeinElem.toUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
#CONCEPT main .fadeinElem.show {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
#CONCEPT main .bg {
  width: 345px;
  position: fixed;
  top: 121px;
  left: 48%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
#CONCEPT main .sec1 {
  padding-top: 46px;
}
#CONCEPT main .sec1 .text_box {
  width: 76.6%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 290px;
}
#CONCEPT main .common_sec {
  position: relative;
  z-index: 3;
}
#CONCEPT main .common_sec .img_box {
  width: 71%;
  max-width: 1100px;
  margin-bottom: 125px;
}
#CONCEPT main .common_sec .text_box {
  width: 76.6%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 130px;
}
#CONCEPT main .main_img_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#CONCEPT main .main_img_box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#CONCEPT main .sp_space {
  display: none;
}
#CONCEPT main .main_img_box2 {
  margin-bottom: 230px;
}
#CONCEPT main .main_img_box.active img {
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#CONCEPT main .sec4 {
  position: relative;
  z-index: 3;
}
#CONCEPT main .sec4 .img_box {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 260px;
}
#CONCEPT main .sec4 .presen_box {
  display: block;
  width: 77%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  margin-bottom: 45px;
}
#CONCEPT main .sec4 .presen_box .filter {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#CONCEPT main .sec4 .presen_box .img img {
  display: block;
}
#CONCEPT main .sec4 .presen_box .img .sp {
  display: none;
}
#CONCEPT main .sec4 .presen_box:hover {
  opacity: 1;
}
#CONCEPT main .sec4 .presen_box:hover .filter {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#CONCEPT main .sec4 .presen_box:hover .img img {
  opacity: 1;
}
#CONCEPT main .sec4 .message_box {
  display: block;
  width: 77%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
#CONCEPT main .sec4 .message_box .filter {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#CONCEPT main .sec4 .message_box .filter p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  font-weight: 500;
  letter-spacing: 0;
}
#CONCEPT main .sec4 .message_box .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
#CONCEPT main .sec4 .message_box .inner {
  width: 540px;
  position: absolute;
  left: 34%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 1300px) {
  #CONCEPT main .sec4 .message_box .inner {
    width: 40vw;
  }
}
#CONCEPT main .sec4 .message_box .inner .text_img {
  width: 100%;
}
#CONCEPT main .sec4 .message_box:hover {
  text-decoration: none;
}
#CONCEPT main .sec4 .message_box:hover img {
  opacity: 1;
}
#CONCEPT main .sec4 .message_box:hover .cover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#CONCEPT main .sec4 .message_box:hover .inner .btn_box {
  padding-left: 58px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#CONCEPT main .sec4 .message_box:hover .inner .btn_box .btn {
  width: 260px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#CONCEPT main .sec4 .message_box:hover .inner .btn_box .btn .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 0;
}
#CONCEPT .footer_logo {
  display: none;
}
#CONCEPT footer {
  position: relative;
  z-index: 3;
  padding-top: 80px;
}
#CONCEPT footer .footer_logo {
  display: block;
}

@media only screen and (max-width: 768px) {
  #CONCEPT main .bg {
    width: 82%;
    top: 51px;
    left: 50%;
  }
  #CONCEPT main .sec1 {
    padding-top: 87px;
  }
  #CONCEPT main .common_sec .img_box {
    width: 95%;
    margin-bottom: 90px;
  }
  #CONCEPT main .common_sec .text_box {
    width: 87%;
    margin-bottom: 107px;
  }
  #CONCEPT main .main_img_box {
    z-index: 3;
  }
  #CONCEPT main .sp_space {
    height: 60px;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 3;
  }
  #CONCEPT main .main_img_box2 {
    margin-bottom: 95px;
  }
  #CONCEPT main .sec4 .img_box {
    width: 87%;
    margin-bottom: 97px;
  }
  #CONCEPT main .sec4 .presen_box {
    width: 90%;
    margin-bottom: 20px;
  }
  #CONCEPT main .sec4 .presen_box .filter {
    display: none;
  }
  #CONCEPT main .sec4 .presen_box .img .pc {
    display: none;
  }
  #CONCEPT main .sec4 .presen_box .img .sp {
    display: block;
  }
  #CONCEPT main .sec4 .message_box {
    width: 90%;
  }
  #CONCEPT main .sec4 .message_box .cover {
    display: none;
  }
  #CONCEPT main .sec4 .message_box .filter p {
    font-size: 36px;
    white-space: nowrap;
  }
  #CONCEPT main .sec4 .message_box .inner {
    width: 75.8%;
    left: unset;
    right: 3%;
    top: unset;
    bottom: 36px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    display: none;
  }
  #CONCEPT main .sec4 .message_box .inner .btn_box {
    margin-right: 5px;
  }
  #CONCEPT main .sec4 .message_box .inner .btn_box .btn {
    width: 145px;
    margin-top: 20px;
  }
  #CONCEPT main .sec4 .message_box .inner .btn_box .btn p {
    font-size: 17px;
    padding-left: 10px;
  }
  #CONCEPT main .sec4 .message_box .inner .btn_box .btn .arrow {
    width: 100%;
    margin-left: 0;
    margin-top: -3px !important;
  }
  #CONCEPT main .sec4 .message_box:hover .cover {
    opacity: 0;
  }
  #CONCEPT main .sec4 .message_box:hover .inner .btn_box {
    padding-left: 0;
  }
  #CONCEPT main .sec4 .message_box:hover .inner .btn_box .btn {
    width: 145px;
  }
}/*# sourceMappingURL=style.css.map */