/* hero ---------------------- */
.hero_area {
  display: flex;
  width: 100%;
  background-color: #f9f9f9
}
.hero_img_area {
  width: 50%;  overflow: hidden
}
.logo_area {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  width: 50%;
  padding: 2.5% 4%;
}
.at_logo {
  width: 40%;
}
.at_logo a img {
  width: 400%;
}
.rexat_logo_top {
  width: 60%;
  margin-bottom: 10%;
}



/*--------------------------slick fade*/
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.slick-animation {
  animation: fadezoom 6s 0s forwards;
}
/*--------------------------*/


.cp_banner {
    display: block;
  max-width: 1050px;
  margin: 50px auto 0px auto;
  padding: 10px 50px;
    transition: .5s
}


.cp_banner:hover {
  opacity: .7
}

.cp_banner_bottom {
    display: block;
  margin: 50px auto 0px auto;
  width: 60%;
  min-width: 700px;
   transition: .5s
}

.cp_banner_bottom:hover {
  opacity: .7
}



/*--------------------------*/
.top_b_wrapper {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 80px 0
}
.top_b_outer {
  max-width: 1280px;
  margin: 0 auto 0px auto;
  padding: 0rem 40px;
  display: flex;
  justify-content: space-between;
  
}
.top_b {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  background-color: #000
}
.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: 60px auto 60px auto;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.top_lead {
  width: 60%;
  margin: 0px auto 40px auto;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000;
}
.btn_AL {
  margin: 60px auto 0px auto;
  width: 60%;
  min-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
  border-radius: 0px;

}


.AL_left {
  width: 50%;

}


.AL_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
	padding:0 30px;
	 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;
	
}

