p{
	line-height: 150%;
}

#fv{
	margin-top: 160px;
	text-align: center;
}

@media screen and (min-width:768px){
	#fv{
		margin-top: 204px;
	}
}

h1{
	font-size: 36px;
	line-height: 150%;
}

@media screen and (min-width:768px){
	h1{
		font-size: 64px;
		line-height: 150%;
	}
}

.fv_eyecatch{
	width: 100%;
	height: 50.22488755622189vh;
	margin-top: 50px;
}
@media screen and (min-width:768px){
	.fv_eyecatch{
		height: 64.8148148148148vh;
		margin-top: 80px;
	}
}
/* title========================== */
.title_wrap{
    width: 89.34%;
    margin: 0 auto;
    margin-top: 50px;
}
@media screen and (min-width:768px){
	.title_wrap{
		width: 80%;
		margin: 150px 0 0 7.020833vw;
	}
}

@media screen and (min-width:1240px){
	.title_wrap{

		margin: 150px 0 0 13.0208334vw;
	}
}
.title_wrap h2{
	display: flex;
	flex-direction: column;
	line-height: 150%;
}

.title_wrap h2 span{
	font-family:"Zen Old Mincho", serif;
	font-size: 24px;
}

.tag{
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B5AC88;
    color: #fff;
    border-radius: 500px;
    font-family:"Zen Old Mincho", serif;
    font-size: 10px;
    margin-top: 10px;
}

@media screen and (min-width:768px){
	.tag{
		width: 103px;
	}
}

.button{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 160px;
	height: 30px;
	margin-top: 10px;
    font-family:"Zen Old Mincho", serif;
	
}

@media screen and (min-width:768px){
	.button{
		width: 203px;
		height: 45px;
		font-size: 16px;
	}
}

.arrow{
	font-family: inter;
	border: 1px solid #222;
	border-radius: 50%;
	display: flex;
	padding: 7px 9px;
	font-size: 12px;
    transform: rotate(-45deg) ;
	transition: all 0.3s;
}

.button:hover .arrow{
	transform: translateX(20px) rotate(-45deg);
}
@media screen and (min-width:768px){
	.arrow{
		padding: 13px 15px;
	}
}

/* description============= */
.description_wrap{
    width: 89.34%;
    margin: 0 auto;
}

@media screen and (min-width:768px){
	.description_wrap{
		width: 90.208334%;
        margin: 0;
        margin-left: 7.020833vw;
		display: flex;
		justify-content: space-between;
	}

	.description{
		width: 53.24675324675325%;
	}
}

@media screen and (min-width:1240px){
	.description_wrap{
		width: 80.208334%;
		margin-left: 13.0208334vw;
	}

}

.description dl{
    width: 100%;
    padding-bottom: 10px;
    margin-top: 50px;
    position: relative;
}

@media screen and (min-width:768px){
	.description dl:first-of-type{
		margin-top: 80px;
	}
}

.description dl::after{
	content: "";
	width: 100%;
	height: 1px;
	background: repeating-linear-gradient(to right,#B8A356,#B8A356 2px,transparent 2px, transparent 5px);
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (min-width:768px){
	.description dd{
		font-size: 16px;
	}
}

.mock_up{
    width: 79.40298507462687%;
    margin-top: 100px;
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0  0);
	transition: 1s ease-in-out;
	transition-delay: 0.8s;
}


.mock_up.active{
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}

@media screen and (min-width:768px){
	.mock_up{
		width: 32.46753246753247%;
        height: 54.62962962962963vh;
        margin-top: 0;
	}
}

.designcomp_wrap{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 89.34%;
    margin: 150px auto;
	
}


.designcomp_wrap img{
	height: auto;
}


@media screen and (min-width:768px){
	.designcomp_wrap{
		flex-flow: wrap;
		width: 68.020833%;
		margin: 150px 0 200px 7.020833vw;
	}

	.designcomp_pc{
		width: 52.29709035222052%;
	}
}

@media screen and (min-width:1240px){
	.designcomp_wrap{
		margin: 300px 0 300px 13.0208334vw;
	}

}

.designcomp_sp{
    margin-top: 50px;
}

@media screen and (min-width:768px){
	.designcomp_sp{
		margin-top: 0;
		width: 24.7320061255742%;
	}
}