@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 480px) {

/*リセットCSSここから*/

*{ margin:0; padding:0;}

a{ text-decoration:none}

ul, ol{ list-style:none}

img{ vertical-align:middle}

/*リセットCSSここまで*/

img{ max-width:100%;}

html{
	line-height:1.5}

 #navi {
 display:none;/*モバイル時は非表示*/
}
 .slicknav_menu {
 display:block;/*モバイル時は表示*/
    position: fixed;
	top:0;
	width:100%;
	z-index:9999999;
 }

body{
	background:#FFF;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}


#top_box_02{
	background:url(../img/img_89.png) no-repeat center;
	background-size:cover;
	height:100vh;
	text-align:center;
	}

#top_box_02 img{
	width:90%;
	margin:0 auto;
	margin-top:30vh;
	}

#a_copy_01{
	width:50%;
	position:absolute;
	top:20%;
	right:0;
	text-align:center;
	}
#a_box_02_02{
	background:url(../img/img_94.png) no-repeat center;
	background-size:cover;
	width:100%;
	height:50vh;
	position:relative;
	}


#a_box_02_in{
	width:40%;
	position:absolute;
	top:5%;
	right:5%;
	}

#a_box_02_in img{
	width:100%;
	}

#a_box_02_copy_02{
	width:45%;
	position:absolute;
	top:20%;
	left:5%;
	}

#a_box_02_copy_02 img{
	width:100%;
	}

#a_box_01_in_02{
	width:40%;
	position:absolute;
	top:5%;
	left:5%;
	}

#a_box_01_in_02 img{
	width:100%;
	}
#a_copy_01_03{
	width:50%;
	position:absolute;
	top:20%;
	right:0;
	text-align:center;
	}

#a_box_03_02{
	background:url(../img/img_98.png) no-repeat center;
	background-size:cover;
	width:90%;
	margin:5%;
	height:50vh;
	position:relative;
	}

#a_box_03_in_02{
	width:80%;
	position:absolute;
	top:-45%;
	right:10%;
	}

#a_box_03_in_02 img{
	width:100%;
	}

}

