@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
}

.pcBox{
	display: none;
}


.font__helvetica{
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 10% auto;
}

.box{
	margin: 10% auto 25%;
}

.box h1{
	font-size: 30px;
	margin: 2% 0;
	margin-left: 10px;
	position: relative;
}

.box h1:after{
	content: ''; /* 疑似要素には content が必須 */
	position: absolute; /* 親要素を基準に配置 */
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	height: 2px;
	background-color: #333;
	z-index: -1;
}

.box h1 span{
	display: inline-block;
	background-color: #fff;
	padding-right: 15px;
}

.box p{
	font-size: 13px;
	line-height: 1.8;
	margin: 2% 0;
	margin-left: 10px;
}

.flex{
	display: flex;
	column-gap: 10px;
	margin: 2% auto;
}

.w70{
	width: 70%;
}

.mgLeft30{
	margin-left: 30%;
}

.mgLeft15{
	margin-left: 15%;
}

.credit{
	width: 70%;
	margin: 12% 0;
}

.credit a{
	width: 90%;
	margin: 10% auto;
}

.credit a{
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	border-bottom: solid 1px #000;
	margin: 6% auto;
	position: relative;
	padding-bottom: 1%;
}

.credit a:after{
	content: 'BUY';
	display: inline-block;
	background-color: #000;
	color: #fff;
	position: absolute;
	right: 0;
	box-sizing: border-box;
	padding: 0 5%;
}

.credit .personal:after{
	content: '本人私物';
	background-color: #fff;
	color: #000;
	padding: 0;
	font-size: 13px;
}

.credit .cs:after{
	content: 'COMIG SOON';
	background-color: #fff;
	color: #000;
	padding: 0;
	font-size: 11px;
}

.credit a span{
	float: right;
	margin-right: 70px;
}

.credit a .mgright110{
	float: right;
	margin-right: 95px;
}

.credit a span:after{
	content: 'tax in';
	font-size: 11px;
	margin-left: 3px;
}

.pdTop50{
	padding-top: 30%;
}

.boxHarf img:first-child{
	margin-bottom: 10px;
}

.all{
	display: block;
	width: 80%;
	margin: 5% auto;
	text-align: center;
	font-size: 15px;
	line-height: 3;
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.profile{
	width: 80%;
	margin: 15% auto;
}

.profile p{
	font-size: 13px;
	margin: 3% auto;
	line-height: 1.8;
}

.name{
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin: 3% 0;
	font-size: 18px;
}

.sns a {
	background: #fff url("https://www.dot-st.com/static/docs/bayflow/pages/250808_influencer_women/images/ig.jpg") 50% 50% no-repeat;
	background-size: 80% auto;
}

.sns a{
	display: block;
	height: 35px;
	width: 35px;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #dbd5d7;
	}
	.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;
	}
	
	.leftBox img{
		display: block;
		width: 43vh;
	}
	
	.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_bayflow{
		width: 65%;
		margin: 2% auto 4%;
	}
	.credit__box{
		width: 55%;
		margin: 5% 0 5% 43%;
	}

	}

