@charset "utf-8";




@media screen and (min-width:768px){
/*pc・タブレットcss*/


#top-main{
	position:relative;
	margin-bottom:100px;
	min-height:100vh;
	background:url(../img/top/main_bg.jpg) no-repeat center center /cover;
}
#top-main .copy{
	position:absolute;
	top:8vw;
	right:20vw;
	font-size:2vw;
	line-height:1.6;
	letter-spacing:0.4em;
	font-weight:700;
	text-align:right;
}

/* +++++++++++++++++++++++++ */


#top-message{
	margin-bottom:120px;
}
#top-message .txt{
	width:48%;
}
#top-message .ph{
	width:47%;
}
#top-message .ph figcaption{
	display:none;
}

#top-message .ttl{
	font-size:28px;
	margin-bottom:20px;
}

#top-message .name-box{
	display:block;
	width:150px;
	margin-left:auto;
	font-size:14px;
	line-height:1.3;
}
#top-message .name-box .name{
	display:block;
	font-size:19px;
	text-align:right;
}







}

@media screen and (min-width:768px) and ( max-width:1366px) {
	


}
@media screen and (min-width:768px) and ( max-width:1000px) {
	

}
@media screen and (min-width:768px) and ( max-width:1200px) {
	

}

@media (max-width: 768px) {
	
	
	#top-main{
		position:relative;
		margin-bottom:60vw;
		padding-top:84vw;
		background:url(../img/top/main_bg_sp.jpg) no-repeat center center / cover;
	}
	#top-main .copy{
		position:absolute;
		bottom:-34vw;
		left:30vw;
		width:40vw;
		font-size:7vw;
		line-height:1.6;
		letter-spacing:0.4em;
		font-weight:700;
	}
	
	/* +++++++++++++++++++++++++ */
	
	
	#top-message{
		margin-bottom:120px;
	}
	#top-message .txt{
		width:100%;
		margin-bottom:5vw;
	}
	#top-message .ph{
		width:100%;
	}
	#top-message .ttl{
		font-size:22px;
		text-align:center;
		margin-bottom:3vw;
	}
	
	#top-message .name-box{
		display:none;
	}
	#top-message .name-box .name{
		display:block;
		font-size:19px;
		text-align:right;
	}
	
	#top-message  figcaption{
		display:block;
		text-align:center;
		padding-top:3vw;
	}
	#top-message  figcaption .name{
		font-size:18px;
	}
		
		
}




