@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.head{
	margin: 0 auto;
}

.head p{
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 2;
	margin: 10% auto 15%;
}

.box{
	margin: 0 auto 20%;
}

.title{
	display: flex;
	justify-content: space-between;
	font-family: "Noto Sans", sans-serif;
	font-style: normal;
	font-size: 25px;
	width: 90%;
	margin: 2% auto;
}

.title p{
	margin: 2% 0;
}

.img100{
	width: 100%;
	margin: 0 auto;
}

.img90{
	width: 90%;
	margin: 0 auto;
}

.img80{
	width: 80%;
	margin: 10% auto;
}

.flex{
	display: flex;
}

.mg10{
	margin: 10% auto;
}

.w90{
	width: 90%;
	margin: 10% auto;
}

.flex-w90{
	width: 90%;
	margin: 0 auto;
}

.left-img{
	width: 80%;
	margin-bottom: 10%;
}

.right-img{
	width: 80%;
	margin-left: 20%;
}

.credit{
	width: 80%;
	margin: 10% auto;
}

.credit a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	line-height: 1.6;
	margin: 1% auto 3%;
	position: relative;
}

.credit a:after{
	content: 'BUY';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	border: solid 1px #000;
	padding: 0 30px;
	border-radius: 20px;
	font-size: 14px;
}

.credit span{
	font-size: 11px;
	margin-left: 3px;
}

.line-up{
	width: 90%;
	margin: 0 auto 20%;
}

.name{
	margin: 5% 0;
}

.name p{
	margin: 2% 0;
	font-size: 15px;
	line-height: 1.6;
}

.name p:after{
	content: '(税込)';
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
}

.copy{
	padding-bottom: 3%;
	border-bottom: solid 1px #ccc;
}

.copy p{
	margin: 2% 0;
	font-size: 14px;
	line-height: 1.7;
}

.thm{
	margin: 5% 0;
}

.thm p{
	margin: 2% 0;
	font-size: 15px;
	line-height: 1.6;
}

.buy{
	display: block;
	width: 60%;
	margin: 10% auto;
	text-align: center;
	background-color: #333333;
	color: #fff;
	text-decoration: none;
	line-height: 2.6;
	position: relative;
}

.buy:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.all{
	display: block;
	width: 80%;
	margin: 10% auto 15%;
	text-align: center;
	color: #000;
	border: solid 1px #000;
	text-decoration: none;
	line-height: 3;
	position: relative;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){
	.sticky-contner{
		display: flex;
		background-color: #f6f6f6;
	}
	
	.pc-box{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.pc-box-left{
		width: 32vh;
	}
	
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		background-color: #fff;
	}
	
	.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{
		width: 60%;
	}
	
	.name p{
		font-size: 14px;
	}

	.name p:after{
		font-size: 11px;
	}

	.copy p{
		font-size: 14px;
	}


	.thm p{
		font-size: 15px;
	}
	
	.br_s{
		display: none;
	}

}


