@charset 'UTF-8';
.top_container{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
}
.top_container .visual{
  position: relative;
  width: 100%;
}
.top_container .carousel_area{
  width: 65.38%;
  vertical-align: top;
}
.top_container .banner_area{
  width: 33.84%;
  vertical-align: top;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.top_container .carousel a{
  width: 100%;
}
.top_container .carousel a img{
  width: 100%;
}

.top_container .banner_area .banner{
  line-height: 0;
  display: block;
  width: 100%;
}
.top_container .banner_area .banner:first-child{
  margin-bottom: 2.3%;
}
.top_container .banner_area .banner img{
  width: 100%;
}

