@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.wrapper img{
	display: block;
	line-height: 0;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 160px;
		background-color: #f9f9f9;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 24%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left img{
		width: 50vh;
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
	}
}
