@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	background-color: #EDEDED;
	color: #4f4f4f;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pcBox{
	display: none;
}

.content{
	box-sizing: border-box;
	padding: 3%;
}

.bnr{
	position: relative;
}

.title{
	position: absolute;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 10% auto;
}

.profile{
	width: 90%;
	margin: 10% auto;
	box-sizing: border-box;
	padding: 5%;
	border: solid 1px #4f4f4f;
}

.name{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	margin: 3% 0;
	font-size: 18px;
}

.sns a {
	background: #EDEDED url("https://www.dot-st.com/static/docs/bayflow/pages/snoopy_friends/assets/img/instagram.svg") 50% 50% no-repeat;
	background-size: 80% auto;
}

.sns a{
	display: block;
	height: 35px;
	width: 35px;
}


.profile p{
	font-size: 12px;
	line-height: 2;
	margin: 3% auto 0;
	text-align: center;
}

.box{
	margin: 10% auto 20%;
}

.box_last{
	margin-bottom: 10%;
}

.box h1{
	margin: 1% 0;
	font-family: helvetica-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1;
	font-size: 38px;
}

.style{
	margin: 0 auto;
}

.flex{
	display: flex;
	column-gap: 5px;
	margin-bottom: 5px;
}

.box p{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 8% auto;
}

.box p span{
	font-size: 18px;
	display: inline-block;
	margin-bottom: 1%;
	font-family: helvetica-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.credit{
	width: 80%;
	margin: 10% auto;
	font-family: helvetica-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.credit a{
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 1.5;
	border-bottom: solid 1px #4f4f4f;
	position: relative;
	padding: 2% 30% 2% 0;
	margin-bottom: 2%;
}

.credit span:after{
	content: "tax in";
	margin-left: 5px;
	font-size: 12px;
}

.credit a:before{
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    font-size: 14px;
	background-color: #4f4f4f;
	color: #fff;
	width: 80px;
	text-align: center;
}

.credit a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.credit .personal:before{
	content: "本人私物";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    font-size: 13px;
	background-color: #EDEDED;
	color: #4f4f4f;
	letter-spacing: 1px;
}

.credit .personal:after{
	display: none;
}

.flex-none{
	margin-bottom: 5px;
}

.flex2{
	display: grid;
	grid-template-columns: 66.6% 1fr;
	grid-row-gap: 5px;
}

.position{
	position: relative;
}

.img55{
	width: 55%;
}

.mgL45{
	margin-left: 45%;
}

.mgt{
	margin-top: -17.8%;
}

.mgb5{
	margin-bottom: 5px;
}

.mgt50{
	margin-top: -50%;
}

.pos-r{
	position: relative;
}

.flex3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

.flex-style{
	grid-area: 1 / 1 / 3 / 3;
}

.all{
	width: 80%;
	margin: 20% auto;
	text-align: center;
	display: block;
	background-color: #7F7F7F;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 3;
	letter-spacing: 1px;
	position: relative;
	font-family: helvetica-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.foot{
	width: 90%;
	margin: 10% auto;
	box-sizing: border-box;
	padding: 5%;
	border: solid 1px #4f4f4f;
}

.foot p{
	font-size: 12px;
	line-height: 2;
	margin: 3% auto 0;
	text-align: center;
}

.foot p span{
	font-weight: 600;
	font-size: 15px;
}

.foot a{
	display:block;
	text-align: center;
	width: 80%;
	margin: 8% auto 5%;
	background-color: #7F7F7F;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 3;
}

.foot a:after{
	content: '';
	display: inline-block;
	width: 26px;/*画像の幅*/
	height: 26px;/*画像の高さ*/
	background-image: url(https://www.dot-st.com/static/docs/bayflow/pages/snoopy_friends/assets/img/instagram.svg);
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #fff;
	}
	.pcBox{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper{
		width: 40%;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2%;
	}
	
	.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%;
	}

	}


