@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-family: "adelle", serif;
	font-style: normal;
	overflow: hidden;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pcBox{
	display: none;
}

.wrapper h1{
	text-align: center;
	margin: 15% auto 0;
	font-size: 65px;
	letter-spacing: 1px;
	line-height: 1.1;
	color: #00A8B1;
	font-weight: 900;
}

.wrapper h1 span{
	font-size: 22px;
}

.wrapper h2{
	text-align: center;
	font-size: 20px;
	margin:3% auto 10%;
	font-family: "noto-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.box{
	margin: 10% auto;
}

.style{
	margin: 0 auto 10%;
}

.position{
	position: relative;
}

.position .first{
	width: 68%;
	margin-left: -10%;
}

.position .second{
	width: 60%;
	margin-left: 38%;
	margin-top: -50%;
}

.credit{
	width: 80%;
	margin: 5% auto;
}


.credit a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 3%;
	position: relative;
	font-family: "adelle", serif;
	font-weight: 600;
	font-style: normal;
}

.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: #EDF2F7;
	}
	.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: 50vh;
	}
			
	.snsBOX{
		font-family: 'Arial',sans-serif;
	}
	
	.snsBOX__inner{
		border-radius: 15px;
		text-align: center;
	}
	
	.snsBOX__list01{
		display: flex;
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 0;
	}
	
	.snsBOX__list01 li{
		margin: 0 7px;
		line-height: 0;
	}
	
	.snsBOX__list01 li img{
		width: 50px;
		height: auto;
	}
	
	.header_logo_niko{
		width: 50%;
		margin: 2% auto 4%;
	}
	}


