@charset "UTF-8";

/** general **/
.local_navi{
	margin-bottom: 0!important;
}
#contents .container > .container_inner{
	padding: 0!important;
	font-size: 10px;
}
.wrap_1240{
	width: 1240px;
	margin: 0 auto;
}
.wrap_960{
	width: 960px;
	margin: 0 auto;
}
.wrap_680{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.show_6 > ul > li:nth-child(n+7){
	display: none;
}
.show_12 > ul > li:nth-child(n+13){
	display: none;
}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
.more_btn{
	display: table;
	width: 306px;
	margin: 60px auto 0;
}
.more_btn a{
	position: relative;
	display: table-cell;
	width: 100%;
	padding: 15px;
	border: 2px solid #005AB4;
	border-radius: 27px / 50%;
	color: #005AB4;
	font-size: 1.6rem;
	vertical-align: middle;
	text-align: center;
}
.more_btn a:hover{
	background-color:#005AB4;
	color: #fff;
	text-decoration: none;
}
.more_btn a:after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	right: 40px;
	top: 0;
	bottom: 8px;
	margin: auto;
	background: url(/products/homeprojector/column/common/images/ico_arr_blu.png);
	-webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.more_btn a:hover:after{
	background: url(/products/homeprojector/column/common/images/ico_arr_whi.png);
}
.more_btn2{
	display: table;
	width: 400px;
	margin: 45px auto 0;
}
.more_btn2 a{
	position: relative;
	display: table-cell;
	width: 100%;
	padding: 15px;
	border: 2px solid #005AB4;
	border-radius: 27px / 50%;
	background-color:#005AB4;
	color: #fff;
	font-size: 1.6rem;
	vertical-align: middle;
	text-align: center;
}
.more_btn2 a:hover{
	background-color:#fff;
	color: #005AB4;
	text-decoration: none;
}
.more_btn2 a:after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/products/homeprojector/column/common/images/ico_arr_whi.png);
}
.more_btn2 a:hover:after{
	background: url(/products/homeprojector/column/common/images/ico_arr_blu.png);
}
/** mv top **/
.mv-txt{
	min-width: 1240px;
	margin: 0 auto;
	background-color: #F7F7F7;
	padding: 30px;
	font-size: 1.8rem;
}
.mv-txt span{
	display: block;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
}
.mv_box{
	width: 100%;
	max-width: 1600px;
	min-width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}
.mv_list .slick-slide{
	width: 680px;
	height: 383px;
}
.mv-prev{
	width: 52px;
	height: 52px;
	left: -730px;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}
.mv-next{
	width: 52px;
	height: 52px;
	left: 0;
	right: -730px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
	z-index: 99;
}
.mv-prev:hover,
.mv-next:hover{
	opacity: 0.8;
}
.mv_list li {
	position: relative;
	height: 383px;
	overflow: hidden;
}
.mv_list li a:hover{
	opacity: 0.8;
}
.mv_item-img img{
	width: 100%;
}
.mv_item-txt{
	position: absolute;
	height: 100px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 20px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(52,52,52,0.25) 50%, rgba(51,51,51,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(52,52,52,0.25) 50%,rgba(51,51,51,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(52,52,52,0.25) 50%,rgba(51,51,51,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#4d333333',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 2rem;
}

/** main_top **/
.main_top{
	margin: 88px 0;
}

/** article **/
.article_block{
	padding-left: 110px;
	min-height: 73px;
	background: url(/products/homeprojector/column/common/images/ico_article.png) no-repeat left top;
	background-size: 73px 73px;
}
.article_ttl{
	margin-right: 40px;
	font-size: 6.7rem;
	line-height: 1.5;
}
.article_subttl{
	font-size: 1.8rem;
}
.article_list{
	font-size: 0;
}
.article_item{
	position: relative;
	display: inline-block;
	width: 386px;
	margin: 40px 40px 0 0;
	font-size: 1rem;
}
.article_list > li:nth-child(3n){
	margin-right: 0;
}
.article_item > a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.article_item > a:hover ~ .art_img{
	opacity: 0.8;
}
.article_item > a:hover ~ .art_block .art_ttl,
.article_item > a:hover ~ .art_txt{
	opacity: 0.8;
	color: #FF3300;
	text-decoration: underline;
}
.article_item .art_ttl,
.article_item .art_txt{
	color: #005ab4;
}
.main_article .article_item .art_ttl,
.main_article .article_item .art_txt{
	color: #333;
}
.art_img img{
	width: 100%;
}
.art_info{
	margin-top: 24px;
	display: flex;
	align-items: center;
}
.art_cat{
	display: block;
	min-width: 120px;
	padding: 5px;
	background-color: #005AB4;
	text-decoration: none!important;
	font-size: 1.4rem;
	color: #fff!important;
	text-align: center;
	z-index: 15;
}
.art_cat:hover{
	opacity: 0.7;
}
.art_date{
	display: block;
	margin: 0 0 0 auto;
	font-size: 1.2rem;
	color: #888!important;
	text-align: right;
	line-height: 1.8;
}
.main_article .art_date a{
	color: #005ab4;
}
.art_date a{
	color: #333;
}
.art_date a:hover{
	opacity: 0.8;
	color: #FF3300;
	text-decoration: underline;
}
.art_date img{
	margin: 0 5px 5px 0;
}
.art_ttl{
	margin-top: 10px;
	font-size: 2rem;
}
.art_txt{
	margin-top: 24px;
	background: url(/products/homeprojector/column/common/images/ico_arr_blu.png) no-repeat right bottom;
	background-size: 16px 16px;
	font-size: 1.6rem;
}

/** mv_cat **/
.mv_cat{
	display: flex;
	height: 383px;
	background: url(/products/homeprojector/column/common/images/mv_cat_pc.jpg) no-repeat center top;
	background-size: 1600px auto;
	align-items: center;
}
.mv_catBox{
	width: 440px;
}
.mv_cat-ttl{
	font-size: 4.8rem;
}
.mv_cat-txt{
	margin-top: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}

/** cat_top **/
.cat_top{
	margin: 55px 0;
}

/** main_article **/
.main_article .article_item{
	max-width: 100%;
	width: 100%;
	margin: 40px 0 0;
}
.main_article .art_cat {
	display: block;
	min-width: 120px;
	padding: 5px;
	background-color: #005AB4;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}
.main_article .art_ttl{
	font-size: 3rem;
}
.main_article .art_img{
		margin-top: 50px;
}
.main_article .art_txt{
	background: none;
	font-size: 1.8rem;
}

/** directtory **/
.directory{
	margin-top: 90px;
	padding: 40px;
	background-color: #F7F7F7;
}
.dir_ttl{
	padding: 5px 0 0 50px;
	background: url(/products/homeprojector/column/common/images/ico_dir.png) no-repeat left center;
	background-size: 37px 22px;
	font-size: 2rem;
}
.dir_list{
	margin-top: 5px;
}
.dir_list > li {
	margin-top: 25px;
}
.dir_item{
	text-indent: -2.4rem;
  padding-left: 2.4rem;
	font-size: 1.8rem;
}
.dir_item span{
	padding-right: 7px;
	color: #005AB4;
}
.dir_subList{
	margin-top: 15px;
	font-size: 1.6rem;
}
.dir_subList > li{
	position: relative;
	padding-left: 45px;
	line-height: 1.8;
}
.dir_subList > li:before{
	position: absolute;
	content: "_";
	font-size: 2.5rem;
	font-weight: bold;
	color: #005AB4;
	top: -12px;
	left: 15px;
	line-height: 1;
}

/** article_content **/
.article_content{
	margin-top: 50px;
}

/** img_pattern **/
.article_contentTtl{
	font-size: 2.4rem;
	border-bottom: 2px solid #005AB4;
	line-height: 3;
}
.article_contentTtl2{
	padding: 5px 0 0 30px;
	background: url(/products/homeprojector/column/common/images/ico_play.png) no-repeat left center;
	background-size: 21px 21px;
	font-size: 2rem;
	line-height: 2;
}
.art_row{
	display: flex;
	margin: 0 -20px;
}
.img_pattern .art_img {
	padding: 0 20px;
	flex: 1 1 max-content;
}
.img_pattern .art_info{
	margin-top: 45px;
}

/** video_pattern **/
.article_contentTtl3{
	margin: 0!important;
	padding: 5px 0 0!important;
	background-color: transparent!important;
	font-size: 2rem;
	line-height: 2;
}
.video_pattern .art_vid {
	width: 100%;
	padding: 0 20px;
}
.art_vid .video {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}
.art_vid .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** related_article **/
.related_article{
	display: flex;
	padding: 30px;
	border: 1px solid #CCC;
	align-items: center;
}
.rel_img{
	flex: 0 0 202px;
	margin-right: 25px;
}
.rel_img img{
	width: 100%;
}
.rel_ttl{
	font-size: 1.8rem;
}
.rel_txt{
	margin-top: 5px;
	font-size: 1.6rem;
	line-height: 2;
}

/** author_article **/
.author_article{
	display: flex;
	padding: 30px;
	background-color: #F7F7F7;
	align-items: center;
}
.auth_img{
	flex: 0 0 100px;
	margin-right: 30px;
}
.authimg img{
	width: 100%;
}
.auth_ttl{
	font-size: 1.2rem;
}
.auth_name{
	font-size: 1.8rem;
}
.auth_txt{
	margin-top: 5px;
	font-size: 1.6rem;
	line-height: 2;
}

/** product intro **/
.product_intro{
	display: flex;
}
.prod_img{
	flex: 0 0 320px;
	margin-right: 40px;
}
.prod_img img{
	width: 100%;
}
.prod_txt{
	font-size: 1.6rem;
	line-height: 2;
}

/** feature **/
.feat .article_block{
	padding-left: 40px;
	min-height: auto;
	background: none;
}
.feat .article_ttl {
	margin-right: 50px;
	font-size: 5rem;
}
.feat .art_ttl{
	padding-bottom: 30px;
	background: url(/products/homeprojector/column/common/images/ico_arr_blu.png) no-repeat right bottom;
  background-size: 16px 16px;
}

/** ranking **/
.feat.ranking{
	margin-top: 60px;
}
.feat.ranking .article_block{
	padding-left: 20px;
}
.feat.ranking .article_list{
	counter-reset: rank;
}
.feat.ranking .article_item{
	position: relative;
	counter-increment: rank;
}
.feat.ranking .article_item:before{
	position: absolute;
	content: "0"counter(rank);
	top: 0;
	left: 0;
	width: 56px;
	height: 52px;
	background-color: #fff;
	border-bottom-right-radius: 4px;
	font-size: 2.4rem;
	color: #005AB4;
	text-align: center;
	line-height: 52px;
	opacity: 0.8;
	z-index: 5;
}


@media screen and (max-width: 767px) {
	/** general **/
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
	.wrap_1240,
	.wrap_960,
	.wrap_680{
		max-width: 100%;
	}
	.more_btn {
    width: 284px;
    margin: 60px auto 0;
	}
	.more_btn a:after {
    right: 34px;
	}
	.more_btn2 {
    display: table;
    width: 100%;
    margin: 30px auto 0;
	}
	.more_btn2 a{
    padding: 10px 50px;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.more_btn2 a:after{
		right: 24px;
	}

	/** mv top**/
	.mv_box{
		width: 100%;
		min-width: auto;
	}
	.mv-txt{
		min-width: auto;
		padding: 35px 20px;
		text-align: left;
	}
	.mv-txt span{
		max-width: 100%;
	}
	.mv_list{
		margin: 32px 20px 0;
	}
	.mv_list .slick-slide{
		height: auto;
	}
	.mv-prev{
		width: 23px;
    height: 33px;
    top: 45%;
    left: -10px;
    margin-left: 0;
	}
	.mv-next{
		width: 23px;
		height: 33px;
		top: 45%;
		right: -10px;
		margin-right: 0;
		-webkit-transform: translate(0, -50%) rotate(180deg);
		-ms-transform: translate(0, -50%) rotate(180deg);
		transform: translate(0, -50%) rotate(180deg);
		z-index: 99;
	}
	.mv_item-txt{
		position: relative;
    height: auto;
		padding: 15px;
    background-color: #343434;
		font-size: 1.8rem;
	}
	.mv_list li{
		height: auto;
	}
	/* .mv_item-img{
		height: 188px;
	} */
	.mv_list .slick-dots li button:before{
		font-size: 30px;
	}
	.mv_list .slick-dots li.slick-active button:before{
		color: #003399;
	}

	/** main_top **/
	.main_top{
		margin: 56px 0;
	}

	/** article **/
	.article_block{
		display: table;
    margin: 0 auto;
		padding-left: 63px;
    min-height: 48px;
    background-size: 48px 48px;
	}
	.article_ttl{
		margin-right: 16px;
    font-size: 2.8rem;
    line-height: 1.9;
	}
	.article_subttl {
    font-size: 1.3rem;
	}
	.article_list {
    margin: 0 10px;
		text-align: center;
	}
	.article_item {
		max-width: 335px;
    width: calc(100% - 20px);
    margin: 40px 10px 0;
	}
	.article_list > li:nth-child(3n){
		margin-right: 10px;
	}
	.art_ttl{
		font-size: 2rem!important;
		text-align: left;
	}
	.art_txt{
		margin-top: 15px;
		padding-bottom: 20px;
		text-align: left;
	}

	/** main_footer **/
	.main_footer{
		padding: 0 15px;
	}

	/** mv_cat **/
	.mv_cat{
		margin-top: 32px;
		height: 312px;
		background: url(/products/homeprojector/column/common/images/mv_cat_sp.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	.mv_catBox{
		width: 100%;
		padding: 40px 20px;
	}
	.mv_cat-ttl{
		font-size: 2.4rem;
	}
	.mv_cat-txt{
		margin: 15px 0;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	/** cat_top **/
	.cat_top{
		margin: 10px 0;
	}

	/** main_article **/
	.main_article{
		margin: 0 20px 0;
	}
	.main_article .article_item,
	.main_article .art_img,
	.main_article .art_txt{
		margin-top: 30px;
	}
	.main_article .art_info{
		margin-top: 0;
	}

	/** directory **/
	.directory {
    margin-top: 80px;
    padding: 35px 25px;
    background-color: #F7F7F7;
	}
	.dir_subList > li {
    position: relative;
		margin-top: 10px;
    padding-left: 40px;
    line-height: 1.8;
	}
	.dir_subList > li:before {
    font-size: 2rem;
    top: -8px;
    left: 15px;
	}

	/** article_content **/
	.article_content {
    margin-top: 40px;
	}
	.article_contentTtl {
    line-height: 2.5;
	}

	/** img_pattern **/
	.art_row{
		margin: 0 -10px;
	}
	.img_pattern .art_img {
		padding: 0 10px;
	}
	.img_pattern.img_pattern-3 .art_row{
		flex-wrap: wrap;
	}
	.img_pattern.img_pattern-3 .art_img:not(:first-of-type){
		max-width: 50%;
		margin-top: 20px!important;
	}

	/** video_pattern **/
	.video_pattern .art_vid{
		padding: 0 0;
	}

	/** related_article **/
	.related_article{
		display: block;
		padding: 20px 15px 40px;
	}
	.rel_img{
		float: left;
		width: 142px;
	}
	.related_article .info_ttl{
		min-height: 90px;
    padding-top: 5px;
	}

	/** author_article **/
	.author_article{
		display: block;
		padding: 20px 15px 40px;
	}
	.auth_img{
		float: left;
		width: 70px;
		margin-right: 15px;
	}
	.authimg img{
		width: 100%;
	}
	.author_article .info_ttl{
		min-height: 80px;
    padding-top: 5px;
	}

	/** product intro **/
	.product_intro{
		display: block;
	}
	.prod_img {
    width: 100%;
    margin: 0;
	}
	.prod_info{
		margin-top: 25px;
	}

	/** feature **/
	.feat .article_block{
		padding: 0;
		margin: 0 auto;
	}
	.feat .article_ttl {
		margin-right: 25px;
		font-size: 2.5rem;
	}
	.feat .article_subttl{
		font-size: 1.2rem;
	}
	.feat .article_item{
		display: flex;
		max-width: 100%;
		width: auto;
	}
	.feat .art_img{
		flex: 0 0 158px;
		margin-right: 20px;
	}
	.feat .art_info{
		margin: 0;
	}
	.feat .art_cat{
		display: none;
	}
	.feat .art_date{
		margin: 0 auto 0 0;
		font-size: 1.2rem;
	}
	.feat .art_ttl{
		margin: 0;
		padding-bottom: 20px;
		font-size: 1.6rem!important;
	}

	/** ranking **/
	.feat.ranking{
		margin-top: 50px;
	}
	.feat.ranking .article_item:before{
		width: 35px;
		height: 33px;
		border-bottom-right-radius: 3px;
		font-size: 1.6rem;
		line-height: 33px;
	}
}
