/* hero ---------------------- */
.hero_area {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f9f9f9
}
.hero_img_area {
  width: 100%;
  overflow: hidden
}
.logo_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 6% 0% 0% 6%
}
.at_logo {
  width: 50%;
}
.at_logo a img {
  width: 400%;
}
.rexat_logo_top {
  width: 65%;
  margin: 2rem 0;
}
/*--------------------------slick fade*/
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.slick-animation {
  animation: fadezoom 8s 0s forwards;
}
/*--------------------------*/


.cp_banner {
    display: block;
  width: 100%;
  margin: 0px auto 0px auto;

    padding: 15px;
      transition: .5s
}

.cp_banner:hover {
  opacity: .7
}

.cp_banner_bottom {
    display: block;
  width: 90%;
   margin: 30px auto 0px auto;
      transition: .5s
}


.cp_banner_bottom:hover {
  opacity: .7
}








/*--------------------------*/
.top_b_wrapper {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 40px 0
}
.top_b_outer {
  width: 90%;
  margin: 0 auto 0px auto;
  padding: 0rem 0px 20px 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: center
}
.top_b {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  background-color: #000;
  margin-bottom: 20px
}
.top_b img {
  opacity: .5
}
.top_b_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "UniversNextPro-Cond";
  font-size: 2rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
.top_b_txt_jp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
.top_b_over_img {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
  transition: .5s;
}
.top_b_over_img img {
  opacity: 1
}
.top_b:hover .top_b_over_img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}
.top_cap {
  text-align: center;
  margin: 0px auto 20px auto;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.top_lead {
  width: 88%;
  margin: 0px auto 20px auto;
  font-size: .9rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000;
}
.btn_AL {
  margin: 30px auto 0px auto;
  width: 90%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
  border-radius: 0px;
}
.AL_left {
  width: 100%;
}
.AL_right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 25px 2rem 10px;
  font-size: 1.0rem;
  line-height: 1.3rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  background: url("../images/arr_right.svg") right 6px center / 20px 13px no-repeat;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  color: #000;
}
.btn_AL:hover .AL_right {
  background: url("../images/arr_right.svg") right 2px center / 20px 13px no-repeat;
}