@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-family: helvetica-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pcBox{
	display: none;
}


.wrapper h1{
	text-align: center;
	margin: 15% auto;
	font-size: 40px;
	line-height: 1.2;
}

.box{
	margin: 10% auto;
}

.style{
	margin: 0 auto 10%;
}

.flex{
	display: flex;
}

.credit{
	width: 80%;
	margin: 5% auto;
}


.credit a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 3%;
	position: relative;
}

.credit a span{
	float: right;
	margin-right: 80px;
}

.credit a span:after{
	content: 'tax in';
	font-size: 12px;
	margin-left: 5px;
}

.credit a:after{
	content: 'BUY';
	display: inline-block;
	background-color: #000;
	color: #fff;
	position: absolute;
	right: 0;
	width: 70px;
	text-align: center;
}

.all{
	display: block;
	width: 60%;
	margin: 15% auto;
}

.all{
	display: block;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	line-height: 3.3;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #212121;
	}
	.pcBox{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		background-color: #fff;
		padding-bottom: 3%;
	}
	
	.leftBox img{
		display: block;
		width: 43vh;
	}
	
	/*.sns{
		border: solid 1px #fff;
		padding: 2% 7%;
		border-radius: 30px;
		white-space: nowrap;
	}*/
		
	.sns a{
		display: block;
		color: #fff;
		text-decoration: none;
		font-family: helvetica-lt-pro, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 22px;
		position: relative;
		letter-spacing: 1px;
	}
	
	.sns a:before{
		content: '';
		display: inline-block;
		background-image: url("../images/Instagram.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	}


