@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.pcBox{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.top{
	margin: 15% auto 5%;
}

.top h1{
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	color: #8C756A;
}

.top p{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	margin: 5% auto;
}

.content{
	width: 90%;
	margin: 5% auto;
}

.box{
	margin: 0 auto 5%;
	padding-top: 15%;
}

.box h1{
	text-align: center;
	color: #8C756A;
	margin: 2% auto 3%;
	font-family: "Times New Roman", Times, "serif";
	font-weight: 100;
	font-size: 48px;
	line-height: 0.9;
}

.box-main{
	position: relative;
}

.box-main-img{
	width: 85%;
}

.box-main h2{
	position: absolute;
	top: 0;
	right: 1%;
	font-family: "Times New Roman", Times, "serif";
	font-weight: 100;
	font-size: 65px;
	color: #8C756A;
	margin: 0;
}

.model{
	position: absolute;
	width: 32%;
	right: 0;
	bottom: 0;
}

.box-main p{
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.6px;
	margin: 1% 0;
	color: #8C756A;
}

.flex{
	margin: 10% auto 5%;
	display: flex;
	column-gap: 5px;
}

.point-bg{
	background-color: #f8f6f3;
	box-sizing: border-box;
	padding: 4%;
	margin: 5% auto;
}

.pointBox{
	/*width:fit-content;*/
	margin: 0 auto
}

.pointBox h2{
	font-size: 20px;
	font-weight: normal;
	margin:0 0 3%;
}

.pointBox h2 span{
	border-bottom: solid 1px #000;
}

.point{
	/*margin-bottom: 2%;*/
}

.point p{
	font-size: 14px;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin: 2% 0;
	text-align: center;
}

.point p:before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("https://www.dot-st.com/static/docs/elura/keyword/250704_ase/images/icon.png");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.name{
	margin: 5% 0;
	padding-bottom: 3%;
	border-bottom: solid 1px #ccc;
}

.name p{
	margin: 2% 0;
	font-size: 16px;
	line-height: 1.6;
}

.name p:after{
	content: '(税込)';
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
}

.thm{
	margin: 5% 0;
}

.thm p{
	margin: 2% 0;
	font-size: 16px;
	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;
	font-family: "Times New Roman", Times, "serif";
}

.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);
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #f8f6f3;
	}
	
	.pcBox{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		
	.leftBox h1{
		display: block;
		font-size: 50px;
		color: #fff;
		font-family: "Times New Roman", Times, "serif";
		font-weight: normal;
		color: #785b4d;
	}

	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		background-color: #fff;
	}
	
	.pcBox ul{
		width: 80%;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		border-top: solid 1px #785b4d;
		font-family: "Times New Roman", Times, "serif";
		font-weight: 300;
	}

	.pcBox ul li a{
		display: block;
		color: #785b4d;
		text-decoration: none;
		line-height: 3.5;
		border-bottom: solid 1px #785b4d;
		font-size: 16px;
		position: relative;
		box-sizing: border-box;
		padding-left: 3%;
	}

	.pcBox ul li a:after{
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 5%;
		right: 15px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #785b4d;
		border-right: 1px solid #785b4d;
		content: "";
		transform: translateY(-50%)  rotate(135deg);
	}
	
	.box h1{
		font-size: 55px;
	}
	
	.box-main h2{
		font-size: 70px;
	}

	.point-bg{
		padding: 5%;
	}
	
	.point p{
		font-size: 15px;
	}
	
	.box-main h2{
		right: 4%;
	}
	
	.name p, .thm p{
		font-size: 15px;
	}
	
	.br_s{
		display: none;
	}

}
