@charset "utf-8";
.logbox{
  height : 400px;
  overflow : auto;
  vertical-align : top;
  text-align : left;
}
.twibox{
  height : 400px;
  padding-top : 40px;
  background-image : linear-gradient(white, rgba(255, 255, 255, 0));
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
}
.top_waku{
  width : 1000px;
  position : relative;
  height : 900px;
}
.logo1{
  width : 900px;
  height : 466px;
  position : absolute;
  top : 200px;
  left : 0px;
}
.kvback1{
  background-image : url(../img_top/kv_back1.png);
  background-repeat : no-repeat;
  background-position : center top;
  height : 1424px;
  margin-top : 90px;
}
.kv1{
  background-image : url(../img_top/peach_kv.jpg);
  background-repeat : no-repeat;
  background-position : center 5px;
  height : 1425px;
}

