@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}

body img {
	vertical-align: bottom;
	
}

.sns-container {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.sns-container img {
	width: 50%;
	padding: 5%;
}

.sns-item{
	text-align: center;
}

.footer-logo {
	text-align: center;
	padding-bottom: 80px;
}



.footer-logo-img {
	width: 60%;
}

.top_return{
	position: fixed;
	bottom:30px;
	right:30px;
	z-index: 999;
	opacity: 0.8;
}

.top_return img {
	width: 50px;
}


@media screen and (min-width: 1000px) {
body {
	margin: 0;
}
	
	.top_return img {
	width: 50px;
	}
	
	 .lp_Wrapper{
        background-image: url(../img/210610_bg.jpg);
        background-size: cover;
        background-position: top center;
        background-attachment: fixed;
        }

    .lp_Wrapper_small{
        margin: auto;
        max-width: 750px;
        }

    .lp_Wrapper_content{
        box-shadow: -8px 0 20px rgba(0,0,0,0.15), 20px 0 20px rgba(0,0,0,0.15), 0 -20px 20px rgba(0,0,0,0.15), 0 20px 20px rgba(0,0,0,0.15);
        background: #FFF;
        }

    .lp_Wrapper_content img{
        display:block;
        margin:0 auto;
        }

	
}