@charset "utf-8";


#main_visual {width:640px; position:relative; margin:0 auto; overflow:hidden;}
#main_visual .imgbox {width:100%; height:640px;}
#main_visual .slider {width:100%; height:100%;}
#main_visual .slider .item {float:left; width:640px;}
#main_visual .btnbox {height:97px;box-sizing:border-box; cursor:pointer; position:absolute; bottom:0px; z-index:2;}
#main_visual .btnbox .go {float:left;width:128px;height:97px;text-indent:-9999px;}

#main_visual .btnbox #mvbtn1.off {background:url('../img/main/mvbtn_1.png') no-repeat;}
#main_visual .btnbox #mvbtn2.off {background:url('../img/main/mvbtn_2.png') no-repeat;}
#main_visual .btnbox #mvbtn3.off {background:url('../img/main/mvbtn_3.png') no-repeat;}
#main_visual .btnbox #mvbtn4.off {background:url('../img/main/mvbtn_4.png') no-repeat;}
#main_visual .btnbox #mvbtn5.off {background:url('../img/main/mvbtn_5.png') no-repeat;}

#main_visual .btnbox #mvbtn1.on {background:url('../img/main/mvbtn_1.png') no-repeat;}
#main_visual .btnbox #mvbtn2.on {background:url('../img/main/mvbtn_2.png') no-repeat;}
#main_visual .btnbox #mvbtn3.on {background:url('../img/main/mvbtn_3.png') no-repeat;}
#main_visual .btnbox #mvbtn4.on {background:url('../img/main/mvbtn_4.png') no-repeat;}
#main_visual .btnbox #mvbtn5.on {background:url('../img/main/mvbtn_5.png') no-repeat;}

.mb01{width:100%; margin:0 auto; background:#FFF;}

#main_slide{width:100%; margin:0 auto;}

#m_mv_innder_wrap{position:relative;}

.m_top_btn_wrap{position:absolute; top:0; overflow:hidden; z-index:999}
.m_top_btn_wrap dd{float:left;}
.m_top_btn_wrap dd:after{content:''; display:block;}

.m_bottom_btn_wrap{overflow:hidden; background:#FFFFFF;}
.m_bottom_btn_wrap dd{float:left;}
.m_bottom_btn_wrap dd:after{content:''; display:block; clear:both}

