@charset "UTF-8";
/*---concept------------------------------------------------------------------*/
/*--- フォントサイズvw設定 -----------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: inline-block;
}

a:hover {
  cursor: pointer;
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.container {
  overflow-x: hidden;
}

.float_this {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

#works_single .mgb05 {
  margin-bottom: 5px;
}

#works_single .mgb10 {
  margin-bottom: 10px;
}

#works_single .mgb15 {
  margin-bottom: 15px;
}

#works_single .mgb20 {
  margin-bottom: 20px;
}

#works_single .mgb25 {
  margin-bottom: 25px;
}

#works_single .mgb30 {
  margin-bottom: 30px;
}

#works_single .mgb40 {
  margin-bottom: 40px;
}

#works_single .mgb45 {
  margin-bottom: 45px;
}

#works_single .mgb50 {
  margin-bottom: 50px;
}

#works_single .mgb55 {
  margin-bottom: 55px;
}

#works_single .mgb60 {
  margin-bottom: 60px;
}

#works_single .mgb65 {
  margin-bottom: 65px;
}

#works_single .mgb70 {
  margin-bottom: 70px;
}

#works_single .mgb75 {
  margin-bottom: 75px;
}

#works_single .mgb80 {
  margin-bottom: 80px;
}

#works_single .mgb85 {
  margin-bottom: 85px;
}

#works_single .mgb90 {
  margin-bottom: 90px;
}

#works_single .mgb95 {
  margin-bottom: 95px;
}

#works_single .mgb100 {
  margin-bottom: 100px;
}

#works_single .mgb105 {
  margin-bottom: 5px;
}

#works_single .mgb110 {
  margin-bottom: 10px;
}

#works_single .mgb115 {
  margin-bottom: 15px;
}

#works_single .mgb120 {
  margin-bottom: 20px;
}

#works_single .mgb125 {
  margin-bottom: 25px;
}

#works_single .mgb130 {
  margin-bottom: 30px;
}

#works_single .mgb140 {
  margin-bottom: 40px;
}

#works_single .mgb145 {
  margin-bottom: 45px;
}

#works_single .mgb150 {
  margin-bottom: 50px;
}

#works_single .mgb155 {
  margin-bottom: 55px;
}

#works_single .mgb160 {
  margin-bottom: 60px;
}

#works_single .mgb165 {
  margin-bottom: 65px;
}

#works_single .mgb170 {
  margin-bottom: 70px;
}

#works_single .mgb175 {
  margin-bottom: 75px;
}

#works_single .mgb180 {
  margin-bottom: 80px;
}

#works_single .mgb185 {
  margin-bottom: 85px;
}

#works_single .mgb190 {
  margin-bottom: 90px;
}

#works_single .mgb195 {
  margin-bottom: 95px;
}

#works_single .mgb200 {
  margin-bottom: 100px;
}

/*--- スライダー設定初期化 -----------------------------------------------------*/
.bx-wrapper {
  -moz-box-shadow: 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  border: 0 solid transparent !important;
  background: transparent !important;
  margin-bottom: 0 !important;
}

.bx-controls {
  display: none !important;
}

/*--- スライダー設定初期化 -----------------------------------------------------*/
.concept_mainv {
  width: 70vw;
  position: relative;
  margin: 0vw auto 0.49802371542vw;
}

@media screen and (max-width: 767px) {
  .concept_mainv {
    width: 91.75926vw;
    margin: 0 auto 9.259259259vw;
  }
}

.concept_mainv .concept_mainv_txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}

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