@charset "UTF-8";

/*-------------------------------------------
clearfix
-------------------------------------------*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 */
.clearfix {
    zoom: 1;
}

/*-------------------------------------------
pc、sp 共通
-------------------------------------------*/
* {
	box-sizing: border-box;
}

dl,dt,dd,p {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#top_container {
	background: #f3f3f3;
}
#top_container section .b_wrap {
	position: relative;
	width: 100%;
}
#top_container section .b_wrap .b_info .ttl {
	font-weight: normal;
	font-family: Times New Roman, Arial, sans-serif;
	margin: 0;
}
#top_container section .b_wrap .b_info dl dt {
	font-weight: normal;
	font-family: Times New Roman, Arial, sans-serif;
}
#top_container section .b_wrap .b_info p.btn a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #000;
	padding: 15px 80px;
	transition: all .4s;
}
#top_container section .b_wrap .b_info p.btn a:hover {
	opacity: 0.4;
}

/*-------------------------------------------
pc
-------------------------------------------*/
@media only screen and (min-width: 768px) {
	
	.mb1{margin-bottom: 2em;}
	.mb2{margin-bottom: 1em;}
	
	
	#top_container {
		padding-bottom: 100px;
	}
	#top_container .forSP {
		display: none;
	}
	#top_container section {
		padding: 3.5% 0;
	}
	#top_container section:first-child {
		/*padding-top: 5%;*/
	}
	#top_container section .b_wrap .b_info {
		position: absolute;
		width: calc(100% - 60% + 100px);
		background-color: #fff;
		box-shadow: 0px 0px 30px 5px rgba(15,3,5,0.05);
		z-index: 101 !important;
	}
	#top_container section .b_wrap .b_info .inner {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
	}
	#top_container section .b_wrap .b_info.l {
		left: 0;
	}
	#top_container section .b_wrap .b_info.l .inner {
		padding: 35px 110px 35px 40px;
	}
	#top_container section .b_wrap .b_info.r .inner {
		padding: 35px 40px 35px 110px;
	}
	#top_container section .b_wrap .b_info.r {
		right: 0;
	}
	#top_container section .b_wrap .b_info .ttl {
		font-size: 35px;
		padding-bottom: 1em;
	}
	#top_container section .b_wrap .b_info dl {
		padding-bottom: 2em;
	}
	#top_container section .b_wrap .b_info dl dt {
		font-size: 20px;
		padding-bottom: 1em;
	}
	#top_container section .b_wrap .b_info dl dd {
		font-size: 14px;
		line-height: 1.8;
	}
	#top_container section .b_wrap .b_img {
		position: relative;
		max-width: 60%;
		z-index: 102 !important;
	}
	#top_container section .b_wrap .b_img.l {
		float: left;
	}
	#top_container section .b_wrap .b_img.r {
		float: right;
	}
	#top_container section .b_wrap .b_img img {
		width: 100%;
		vertical-align: middle;
	}
	
	/* xled */
	#top_container #top_xled {padding: 0 0 3.5% 0;}
	#top_container #top_xled .b_wrap {}
	
	#top_container #top_xled .b_wrap .b_img {
		width: 780px;
	}
	#top_container #top_xled .b_wrap .b_info {
		bottom: -40px;
		min-width: calc(100% - 780px + 100px);
	}
	#top_container #top_xled .b_wrap .b_info p {
		margin-bottom: 1.5em;
	}
	#top_container #top_xled .b_wrap .b_info p img {
		margin-bottom: 2.0em;
	}

	/* 8k */
	#top_container #top_8k .b_wrap {
		background: url(../png/bg_8k.png) no-repeat left 30px top;
	}
	
	#top_container #top_8k .b_wrap .b_info .ttl {
		padding-bottom: 0.5em;
	}
	#top_container #top_8k .b_wrap .b_info dl {
		padding-top: 1em;
	}

	#top_container #top_8k .b_wrap .b_img {
		width: 836px;	
	}
	#top_container #top_8k .b_wrap .b_info {
		bottom: -10px;
		min-width: calc(100% - 836px + 100px);
	}

	/* 4k */
	#top_container #top_4k .b_wrap {
		background: url(../png/bg_4k.png) no-repeat right -50px top 15px;
	}
	#top_container #top_4k .b_wrap .b_img {
		width: 780px;
	}
	#top_container #top_4k .b_wrap .b_info {
		bottom: -40px;
		min-width: calc(100% - 780px + 100px);
	}

	/* AndroidTV */
	#top_container #top_androidtv .b_wrap {
		/*background: url(../images/bg_androidtv.png) no-repeat left 30px top 0;*/
	}
	#top_container #top_androidtv .b_wrap .b_img {
		width: 850px;
	}
	#top_container #top_androidtv .b_wrap .b_info {
		top: 10%;
		padding: 50px 0;
		min-width: calc(100% - 850px + 100px);
	}
	#top_container #top_androidtv .b_wrap .b_info dl dd ul {
		padding-top: 10px;
		font-size: 11px;
		font-style: italic;
		color: #666;
	}

	/* beyond4k */
	#top_container #top_beyond4k .b_wrap {}
	#top_container #top_beyond4k .b_wrap .b_img {
		width: 780px;
	}
	#top_container #top_beyond4k .b_wrap .b_info {
		top: 26%;
		padding: 70px 0;
		min-width: calc(100% - 780px + 100px);
	}
	
	#top_container .ttl.googletv img {height: 45px;}
}

/*-------------------------------------------
sp
-------------------------------------------*/
@media only screen and (max-width: 767px) {
	.mb1{margin-bottom: 2em;}
	.mb2{margin-bottom: 1em;}
	#top_container {
		padding: 3% 0 15%;
	}
	#top_container .forPC {
		display: none;
	}
	#top_container section {
		padding: 3.5% 0;
	}
	#top_container section .b_wrap .b_info {
		width: 92%;
		margin: 0 4%;
		background-color: #fff;
		box-shadow: 0px 0px 30px 5px rgba(15,3,5,0.05);
	}
	#top_container section .b_wrap .b_info .inner{
		padding: 5% 5% 8%;
	}
	#top_container section .b_wrap .b_info .ttl {
		font-size: 28px;
		padding-bottom: 0.75em;
	}
	#top_container section .b_wrap .b_info .ttl img {
		max-width: 50%;
		min-width: 175px;
	}
	#top_container section .b_wrap .b_info dl {
		padding-bottom: 2em;
	}
	#top_container section .b_wrap .b_info dl dt {
		font-size: 18px;
		padding-bottom: 0.75em;
	}
	#top_container section .b_wrap .b_info dl dd {
		font-size: 14px;
		line-height: 1.8;
	}
	#top_container section .b_wrap .b_info p.btn {
		text-align: center;
	}
	#top_container section .b_wrap .b_img img {
		width: 100%;
	}
	
	/* xled */
	#top_container #top_xled .b_wrap .b_info {
		margin-top: -10%;
		padding-top: 12%;
	}
	#top_container #top_xled .b_wrap .b_info h2,
	#top_container #top_xled .b_wrap .b_info p.mb1{
		text-align: center;
	}

	/* 8k */
	#top_container #top_8k .b_wrap .b_info {
		margin-top: -19.5%;
		padding-top: 12%;
	}
	
	/* 4k */
	#top_container #top_4k .b_wrap .b_info {
		margin-top: -8%;
		padding-top: 6%;
	}
	
	/* AndroidTV */
	#top_container #top_androidtv .b_wrap .b_info {
		margin-top: -20%;
		padding-top: 10%;
	}
	
	/* beyond4k */
	#top_container #top_beyond4k .b_wrap .b_info {
		margin-top: -8%;
		padding-top: 6%;
	}
	#top_container .ttl.googletv img {height: 45px;}
}








 
