@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 5%;
	font-size: 60px;
	line-height: 1.2;
}

.wrapper h1 span{
	font-size: 22px;
}

.wrapper .lead{
	text-align: center;
	font-size: 15px;
	margin-bottom: 15%;
}

.box{
	margin: 10% auto 25%;
}

.style{
	margin: 0 auto 10%;
}

.sub{
	margin: 10% auto;
}

.wrapper .first-img{
	width: 53%;
}

.wrapper .last-img{
	width: 53%;
	margin-left: 47%;
	margin-top: -50%;
}

.position{
	position: relative;
}

.position .first-img{
	width: 55%;
}

.position .last-img{
	width: 55%;
	margin-left: 45%;
	margin-top: -17%;
}

.position-01{
	position: absolute;
	width: 40%;
	top: 0;
	right: 0;
}

.position-02{
	position: absolute;
	width: 40%;
	bottom: 0;
	left: 0;
}

.thm{
	width: 80%;
	margin: 10% auto;
}

.thm p{
	text-align: center;
	font-size:12px;
	line-height: 2;
}

.thm p span{
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5%;
	font-size: 16px;
	line-height: 1.5;
}

.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: #926348;
	}
	.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%;
	}
	
	.br_s{
		display: none;
	}
	
	.leftBox img{
		display: block;
		width: 43vh;
	}
	
	.sns{
		width: 100%;
	}
	
	.sns .sns-logo{
		display: block;
		width: 35%;
		margin: 0 auto 5%;
	}
		
	.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 ul{
		padding: 0;
		list-style: none;
		display: flex;
		column-gap: 10px;
		justify-content: center;
	}
	
	.sns ul a:before{
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		width: 45px;
		height: 45px;
		vertical-align: middle;
	}
	
	.sns ul .instagram:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_insta_color.png");
	}
	
	.sns ul .line:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_line_color.png");
	}
	
	.sns ul .x:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_twitter_color.png");
	}
	
	.sns ul .facebook:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_facebook_color.png");
	}
	
	.sns ul .youtube:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_youtube_color.png");
	}
	
	}


