@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	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;
}

.pc-box{
	display: none;
}

.box{
	margin: 10% auto 25%;
}

.style{
	margin: 0 auto 10%;
}

.sub{
	margin: 10% auto;
}

.wrapper .first-img{
	width: 53%;
	position: relative;
}

.wrapper .last-img{
	width: 53%;
	margin-left: 47%;
	margin-top: -40%;
}

.z-index10{
	position: relative;
	z-index: 10;
}

.imgBox{
	position: relative;
	margin: 10% auto;
}

.imgBox2{
	position: relative;
	margin: 5% auto 10%;
}

.img55{
	width: 55%;
}

.mgLeft45{
	margin-left: 45%;
}

.mgTop10{
	margin-top: -10%;
}

.mgb10{
	margin-bottom: 10%;
}

.mgb20{
	margin-bottom: 20%;
}

.img60{
	width: 60%;
	margin-left: 35%;
}

.pos-01{
	width: 40%;
	position: absolute;
	top: 4%;
	right: 0;
}

.pos-02{
	width: 40%;
	position: absolute;
	bottom: 4%;
	left: 0;
}

.pos-03{
	width: 37%;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.pos-title{
	width: 40%;
	position: absolute;
	top: 14%;
	right: 3%;
}

.pos-title2{
	width: 40%;
	position: absolute;
	bottom: 14%;
	left: 2%;
}

.relative{
	position: relative;
}

.img80{
	width: 80%;
	margin: 10% auto;
}

.img90{
	width: 90%;
	margin: 5% auto;
}

.flex{
	display: flex;
}

.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: 25px;
	line-height: 1.4;
}

.thm p span:after{
	content: 'tax in';
	font-size: 20px;
	margin-left: 7px;
}

.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-contener{
		display: flex;
		background-color: #d9e3ea;
	}
	
	.pc-box{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.left-box img{
		display: block;
		width: 45vh;
	}
	
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		background-color: #fff;
	}
	
	.br_s{
		display: none;
	}
		
	.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");
	}
	
}