/*!
Theme Name: H_standard2
Author: Jiro_hashiba
Author URI: https://4ram.net
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url(scss/css/style.css);
#player{
	width: 800rem;
    margin: 0 auto;
    height: 32.2vw;
    display: block;
}
#thumbnail{
	display:flex;
	justify-content:space-between;
	width:800rem;
	 margin: 40rem auto 0;
}
#thumbnail li{
		width: 31%;
	}
#thumbnail li img{
	    border-radius: 15rem;
}
#thumbnail li:nth-of-type(1)::after{
	content:"夢をカタチに";
	display:block;
	text-align:center;
	line-height: 1.4;
    margin-top: 5rem;
    font-size: 19rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #2da511;
}
#thumbnail li:nth-of-type(2)::after{
	content:"限界を超えた\A可能性の世界へ";
	display:block;
	text-align:center;
	white-space: pre;
	line-height: 1.4;
    margin-top: 5rem;
    font-size: 19rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #2da511;
}
#thumbnail li:nth-of-type(3)::after{
	content:"笑顔を紡ぐ\A未来への一歩";
	display:block;
	white-space: pre;
	text-align:center;
	line-height: 1.4;
    margin-top: 5rem;
    font-size: 19rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #2da511;
}
@media screen and (max-width: 768px){
	#player{
		width:100%;
		height:49vw;
	}
	#thumbnail{
		width:100%;
	}
}
