@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 10%;
}

.mv-sp{
	position: relative;
}

.mv{
	margin: 0 auto 10%;
	font-family: "Noto Sans JP", sans-serif;
	color: #422a2d;
}


.sp-title{
	position: absolute;
	width: 40%;
	margin: 0 auto;
	left: 1%;
	bottom: 2%;
}

.wrapper p{
	margin: 5% auto;
	padding: 5% 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
}

.all{
	display: block;
	width: 60%;
	margin: 0 auto 5%;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 26px;
	text-decoration: none;
	line-height: 2.2;
	font-family: "impact", sans-serif;
	font-weight: 400;
	position: relative;
}

.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);
}

.title{
	background-color: #f9f9f9;
	color: #000;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 55px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 2%;
}
	.title .cl-01{
		color: #8C8C8C;
	}
	
	.title .cl-02{
		color: #000;
	}
	
	.title .cl-03{
		color: #5A4A3D;
	}
	
	.title .cl-04{
		color: #5A222B;
	}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		background-color: #f9f9f9;
		margin-bottom: 5%;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left{
		font-size: 3.5rem;
		text-align: center;
		font-family: din-2014, sans-serif;
		font-weight: 700;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		line-height: 1.1;
	}
		
	.pc-box__right img{
		width: 20vh;
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
		background-color: #fff;
	}
	
	.sp-title{
		display: none;
	}
	
	.wrapper p{
		width: 80%;
		margin: 10% auto;
		font-size: 14px;
		line-height: 2;
	}
	
	.all{
		margin: 0 auto 10%;
	}
	
.title{
	background-color: #f9f9f9;
	color: #000;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 55px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 2%;
}
	
	
	
}
