@charset "UTF-8";

.hometop { width: 100%; height: 0; position: relative;}
	.hometop ul { width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; left: 0;}
	.slick-slide { transition: .3s ease;}
		.slick-slide:not(.slick-current) { opacity: .4;}
		.slick-slide li { vertical-align: bottom;}

#news { padding:40px 20px; background:#F1F1F1;}
	#news .inner { max-width:1200px;}
	#news h2 { display: block; width: 100%; padding: 10px 0; text-align: center; font-size: 20px;}
		#news h2::after { display: block; font-size: 12px; content:"News"; padding: 5px 0; color:#E60012; font-weight: normal;}
	#news ul { display:flex; width: 100%; flex-wrap: wrap; padding: 30px 0; }
	#news li { display:flex; flex-wrap:wrap; text-align:left; }
		#news li a { color:#000; text-decoration: none;}
			#news li a:hover{ color:#E60039; text-decoration: underline;}
		#news li span { display: block; width: 100%; padding: 10px 0 0 0; align-self: flex-end; font-size: 12px;}
	#news p { display: block; padding:10px 0; text-align: center; font-size: 16px;}
		#news p a { display: block; width: 100%; max-width:140px; padding:8px 0; text-align: center; margin:10px auto; color:#333; background:#CCC; text-decoration: none; font-size: 14px;}
			#news p a:hover { color:#FFF; background:#E60039;}

.homenav { padding:40px 0 0 0; position: relative; overflow: hidden;}
	.homenav::before { content:""; display: block; position: absolute; z-index: -1; }
		#prodcuts::before {left: 0; background:#E60039;}
		#tvcm::before {right: 0; background:#DCA34F;}
		#recruit::before {left: 0; background:#618B74;}
	.homenav .inner { max-width:1200px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding: 0; }
	.homenavpics { padding:20px 10px 0 10px;}
		.homenavpics p { padding: 10px 0;}
	.homenavinfo { background: #FFF;}
		.homenavinfo h2 { padding:10px 0; font-size: 28px;}
			.homenavinfo h2::after { display: block; font-size: 12px; padding: 5px 0; font-weight: normal; text-align: left;}
				#prodcuts h2::after {content:"Products"; color:#E60039;}
				#tvcm h2::after {content:"TVCM"; color:#DCA34F;}
				#recruit h2::after {content:"Recruit"; color:#618B74;}
		.homenavinfo p { padding:10px 0; font-size: 15px;}
			.homenavinfo p a { display: block; width: 100%; max-width:250px; padding: 14px 0; text-align: center; color: #FFF; text-decoration: none;}
				#prodcuts .homenavinfo p a {background:#E60039;}
					#prodcuts .homenavinfo p a:hover {background:#A90000;}
				#tvcm .homenavinfo p a { background:#DCA34F;}
					#tvcm .homenavinfo p a:hover { background:#B37411;}
				#recruit .homenavinfo p a {background:#618B74;}
					#recruit .homenavinfo p a:hover { background:#29602C;}

@media all and (min-width:320px) {
	/* 320px+ settings */
	.hometop { padding-top: 66.7%;}
	#news li { width: 100%; padding:20px 0; border-bottom: 1px dashed #BBB; }
	  #news li:first-of-type {border-top: 1px dashed #BBB; }
	.homenav::before {width:100%; height: 140px; top:140px;}
	.homenavpics { width: 100%; text-align: center;}
	.homenavinfo { width: 100%; text-align: left; padding:0 40px 0 40px;}
		.homenavinfo p a { margin: 10px auto;}
	.fcontact { margin-top: 40px;}
}

@media all and (min-width:640px) {
	/* 640px+ settings */
	.homenavpics { width: 50%; padding-bottom: 40px;}
		#tvcm .homenavpics { order: +1;}
	.homenavinfo { width: 50%;}
		.homenavinfo p a { margin: 10px 0;}
}

@media all and (min-width:960px) {
	/* 960px+ settings */
	.hometop { padding-top: 24%;}
	#news li { width: 25%; padding:10px 25px; border-bottom:none; border-right: 1px solid #BBB; }
	  #news li:first-of-type {border-top:none; border-left: 1px solid #BBB; }
	.homenav::before {width:calc(50% + 600px); height: 250px; top:140px;}
	.homenavpics { width:calc(100% - 420px);}
	.homenavinfo { width:420px; padding: 60px 60px;}
}

@media all and (min-width:1200px) {
	/* 1200px+ settings */
	.fcontact { margin-top: 80px;}
}
