/*!
Theme Name: Imaginical
Theme URI: https://imaginic.co.jp/
Author: Mirai
Author URI: https://imaginic.co.jp/
Description: SuperImaginations
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: imaginical
*/
.menu-item{
	display: none!important;
}
.top-title{
	font-size:20vmin;
	color: #fff;
}
.top-st{
	font-size:10vmin;
	color: #fff;
}
.news{
width: 80%;
margin: 0 auto;
}
.news .card .title, a{
color:#484848!important;
}
.hero.is-large .hero-body{
	padding:5rem 4rem !important;
}

@media screen and (max-width: 1150px){
	.news{
		width: 95%;

	}
	.hero.is-large .hero-body{
		padding:5rem 1rem !important;
	}
}

