@charset "UTF-8";
/* CSS Document */

/*------------------------------*/
.top_main{
	background: none;
}
.top_main_container{
	padding-bottom: 0;
	background: none;
	position: relative;
}

.top_main .main_catch{
	top: 15vw;
}

.top_main_container .main_link{
	position: absolute;
	margin-top: 0;
	left: 0;right: 0;
	bottom: 5vw;
}

/* バナー入れたとき用 */
.top_main_container:has(.area_top_banner) .main_link{
	bottom: 18vw; 
}