@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: "goudy-old-style", serif;
	font-weight: 400;
	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.all{
	display: block;
	width: 60%;
	margin: 15% auto;
}

.all{
	display: block;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	line-height: 2.6;
}

.item-content{
	margin: 10% auto;
}

.item-content__box{
	margin-bottom: 20%;
}

.item-content__position{
	position: relative;
}

.img55-left{
	width: 55%;
}

.img55-right{
	width: 55%;
	margin-left: 45%;
	margin-top: -11%;
}

.pos-01__top{
	width: 42%;
	position: absolute;
	top: 0;
	right: 0;
}

.pos-02__bottom{
	width: 42%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.item-content__credit{
	width: 80%;
	margin: 10% auto;
}

.item-content__credit a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 3%;
	position: relative;
}

.item-content__credit a span{
	float: right;
	margin-right: 80px;
}

.item-content__credit a span:after{
	content: 'tax in';
	font-size: 13px;
	margin-left: 5px;
}

.item-content__credit a:after{
	content: 'BUY';
	display: inline-block;
	background-color: #000;
	color: #fff;
	position: absolute;
	right: 0;
	width: 70px;
	text-align: center;
}

.item-content__flex{
	display: flex;
}

.img80{
	width: 80%;
	margin: 10% auto;
}

@media(min-width:750px){
	.sticky-contener{
		display: flex;
		background-color: #e4f9f6;
	}
	
	.pc-box{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.pc-box__img{
		display: block;
		width: 38vh;
	}
	
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		background-color: #fff;
	}
	
	.item-content__credit{
		width: 70%;
	}
	
	.item-content__credit a{
		font-size: 18px;
	}
	
	.item-content__credit a span{
		margin-right: 90px;
	}

	.item-content__credit a span:after{
		font-size: 14px;
	}
		
	.pc-box__sns{
		width: 100%;
	}
	
	.pc-box__sns .sns-logo{
		display: block;
		width: 35%;
		margin: 0 auto 5%;
		filter: brightness(0); /*黒になる*/
	}
		
	.pc-box__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;
	}
	
	.pc-box__sns ul{
		padding: 0;
		list-style: none;
		display: flex;
		column-gap: 10px;
		justify-content: center;
	}
	
	.pc-box__sns ul a:before{
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		width: 45px;
		height: 45px;
		vertical-align: middle;
	}
	
	.pc-box__sns ul .instagram:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_insta_color.png");
	}
	
	.pc-box__sns ul .line:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_line_color.png");
	}
	
	.pc-box__sns ul .x:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_twitter_color.png");
	}
	
	.pc-box__sns ul .facebook:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_facebook_color.png");
	}
	
	.pc-box__sns ul .youtube:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_youtube_color.png");
	}
	
}



















