/* * * * * * * * * * * * * * * *
  TOP
* * * * * * * * * * * * * * * */
.animsition-overlay {
  opacity: 1 !important;
}

#mainvisual {
  height: 100vh;
}
#mainvisual .slider_wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#mainvisual .slider_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainvisual .slider_wrap ul li {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 27.5s;
  -webkit-animation-name: slider-zoomin;
  animation-iteration-count: infinite;
  animation-duration: 27.5s;
  animation-name: slider-zoomin;
}
#mainvisual .slider_wrap ul li:nth-child(1) {
  background-image: url(../../img/top_1.jpg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#mainvisual .slider_wrap ul li:nth-child(2) {
  background-image: url(../../img/top_2.jpg);
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
#mainvisual .slider_wrap ul li:nth-child(3) {
  background-image: url(../../img/top_3.jpg);
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
#mainvisual .slider_wrap ul li:nth-child(4) {
  background-image: url(../../img/top_4.jpg);
  -webkit-animation-delay: 16.5s;
  animation-delay: 16.5s;
}
#mainvisual .slider_wrap ul li:nth-child(5) {
  background-image: url(../../img/top_5.jpg);
  -webkit-animation-delay: 22s;
  animation-delay: 22s;
}
#mainvisual .slider_wrap ul li img {
  width: 130%;
}
@-webkit-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  12.72727% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  32.72727% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
  }
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.72727% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  32.72727% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@media all and (min-width: 801px) {
  #mainvisual {
    margin-top: -2px;
    padding-top: 2px;
    margin-bottom: 200px;
  }
}
@media all and (max-width: 800px) {
  #header {
    height: auto !important;
  }

  #mainvisual {
    margin-bottom: 12%;
  }
}
.backwave {
  max-width: 1000px;
  margin: 0 auto;
  background-image: url(../../lib/img/backwave.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 800px) {
  .backwave {
    background-position: center 20%;
  }
}
.flow_box {
  margin: 0 auto 110px;
}
.flow_box.effectOn .flow {
  opacity: 1;
  transform: translateY(0);
}
.flow_box .flow {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in;
  position: relative;
  text-align: center;
  border: 1px solid #aba07d;
  box-sizing: border-box;
  font-size: 128.571429%;
  line-height: 2.44444444;
  width: 100%;
  margin-bottom: 40px;
  padding: 2px 16px 2px 2px;
}
.flow_box .flow:nth-child(1) {
  transition-delay: 0s;
}
.flow_box .flow:nth-child(2) {
  transition-delay: 0.5s;
}
.flow_box .flow:nth-child(3) {
  transition-delay: 1s;
}
.flow_box .flow:nth-child(4) {
  transition-delay: 1.5s;
}
.flow_box .flow:nth-child(5) {
  transition-delay: 2s;
}
.flow_box .flow::before {
  float: left;
}
.flow_box .flow:before {
  content: "";
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
}
.flow_box .flow.f_01:before {
  background-image: url("../../lib/img/f_01.png");
}
.flow_box .flow.f_02:before {
  background-image: url("../../lib/img/f_02.png");
}
.flow_box .flow.f_03:before {
  background-image: url("../../lib/img/f_03.png");
}
.flow_box .flow.f_04:before {
  background-image: url("../../lib/img/f_04.png");
}
.flow_box .flow.f_05:before {
  background-image: url("../../lib/img/f_05.png");
}
.flow_box .flow:last-child {
  margin-bottom: 0;
}
.flow_box .flow:not(:last-child):after {
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-top: solid 15px #aba07d;
  bottom: -15px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  clear: both;
}

@media all and (max-width: 800px) {
  .flow_box {
    margin: 0 auto 14.102564%;
  }
}
@media all and (max-width: 480px) {
  .flow_box .flow {
    padding-right: 42px;
    font-size: 123.076923%;
  }

  .flow_box .flow:before {
    width: 40px;
    height: 40px;
  }

  .flow_box .flow:not(:last-child):after {
    left: 46%;
  }
}
.sec_title {
  line-height: 84px;
  font-size: 314.285714%;
  text-align: center;
  color: #7c6b36;
  width: 514px;
  height: 84px;
  vertical-align: middle;
  background-image: url(../img/sec_title.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 65px;
}

@media all and (max-width: 800px) {
  .sec_title {
    width: 65.897436%;
    margin-bottom: 8.333333%;
    font-size: 271.428571%;
  }
}
@media all and (max-width: 600px) {
  .sec_title {
    font-size: 214.285714%;
  }
}
@media all and (max-width: 480px) {
  .sec_title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 230.769231%;
  }
}
.influencers .sec_title,
.influencers .face_box {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in;
}
.influencers .face_box {
  transition-delay: 0.5s;
}
.influencers.effectOn .sec_title,
.influencers.effectOn .face_box {
  opacity: 1;
  transform: translateY(0);
}

.face_box {
  margin: 0 auto 145px;
}

.face_box .box_l {
  width: 49.6%;
  float: left;
}

.face_box .box_r {
  width: 49.6%;
  float: right;
}

.face_box div.face_l {
  width: 100%;
  height: 100%;
  margin-bottom: 1.612903%;
  overflow: hidden;
}

.face_box div.face_s:nth-child(2n-1) {
  width: 49.193548%;
  height: 49.193548%;
  overflow: hidden;
  margin-bottom: 1.612903%;
  float: left;
}

.face_box div.face_s:nth-child(2n) {
  width: 49.193548%;
  height: 49.193548%;
  overflow: hidden;
  margin-bottom: 1.612903%;
  float: right;
}

.face_box a:hover img {
  transform: scale(1.05);
}

.face_box a img {
  transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media all and (max-width: 800px) {
  .face_box {
    margin-bottom: 18.589744%;
  }
}
@media all and (max-width: 480px) {
  .face_box .box_l, .face_box .box_r {
    width: 100%;
    float: none;
  }
}
