@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
}

.mv{
	margin: 0 auto 10%;
	border-bottom: solid 1px #ccc;
}

.mv h1{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin: 10% auto 5%;
}

.mv p{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 10% auto;
}

.main-content{
	margin: 10% auto 0;
}

.main-content__inner{
	margin: 0 auto 15%;
	padding-bottom: 15%;
	border-bottom: solid 1px #ccc;
}

.main-content__inner h1{
	text-align: center;
	font-family: "Libre Bodoni", serif;
	margin: 2% auto;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.2;
	font-weight: 400;
}

.main-content__inner h2{
	text-align: center;
	margin: 3% auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 15px;
	font-weight: normal;
}

.main-content__inner a{
	display: block;
	width: 50%;
	margin: 8% auto;
	text-align: center;
	font-size: 15px;
	line-height: 2;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-family: "Libre Bodoni", serif;
}

.main-content__point{
	background-color: #FFF5F5;
	box-sizing: border-box;
	padding: 5%;
}

.point-box{
	display: flex;
	column-gap: 10px;
	align-items: center;
	margin-bottom: 5%;
}

.point-img{
	width: 40%;
}

.point-text {
	width: 60%;
}

.point-text p{
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 1px;
}

.point-text .point-title{
	font-family: "Libre Bodoni", serif;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 3%;
	letter-spacing: 0px;
}

.point-text .point-title span{
	background-color: #fff;
	border: solid 1px #978F8F;
	box-sizing: border-box;
	padding: 2% 10% 0;
	border-radius: 30px;
	line-height: 1;
}

.border-none{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.all{
	display: block;
	width: 80%;
	margin: 15% auto 15%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	line-height: 3;
	font-family: "Libre Bodoni", serif;
	font-weight: 400;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 30px;
		background-color: #fffbfb;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left h1{
		font-family: "Libre Bodoni", serif;
		font-weight: 400;
		text-align: center;
		font-size: 70px;
		line-height: 1.1;
		letter-spacing: 3px;
	}
		
	.pc-box__left h1 span{
		font-size: 20px;
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
		background-color: #fff;
	}
	
	.pc-box__right{
		width: 80%;
		margin: 0 auto;
	}
	
	.main-content__inner h1{
		font-size: 40px;
	}
	
	.main-content__inner h2{
		font-size: 17px;
	}
	
	.point-box{
		column-gap: 15px;
	}
	
	.point-text p{
		font-size: 14px;
	}
	
	.br_s{
		display: none;
	}
	
	.all:after{
		transform: translateY(-50%) rotate(135deg);
	}
}
