@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.pcBox{
	display: none;
}

.wrapper{
	width: 100%;
	margin:  0 auto;
	background-color: #F6F3EE;
	padding-bottom: 5%;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.btn{
	display: block;
	width: 80%;
	margin: 10% auto 5%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	background-color: #EA4C40;
	color: #fff;
	text-decoration: none;
	padding: 3% 0;
	border-radius: 50px;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		/*justify-content: center;*/
	}
	.pcBox{
		width: 45%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper{
		width: 40%;
		box-sizing: border-box;
		margin: 0;
	}
	
	.leftBox img{
		display: block;
		width: 20vh;
	}
	.righttBox img{
		display: block;
		width: 18vh;
	}
	}