@charset "utf-8";

/*-------------------------------------------------------
トップページ
-------------------------------------------------------*/
#content_wrapper .img_box img{
	width: 100%;
}

#content_wrapper .box_L{
	position: relative;
	margin-bottom: 10px;
	width: 66.35%;
	float: left;
	overflow: hidden;
}

#content_wrapper .box_R{
	margin-left: .4%;
	margin-left: 10px;
	width: 33.4%;
	width: calc(33.5% - 10px);
	float: left;
}

#content_wrapper .box_R > div{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	height: calc(50% - 5px);
}

#content_wrapper .box_R > div .btn_play,
#content_wrapper .img_box > div .btn_play{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 31.6%;
	height: 41.52%;
}

#content_wrapper .img_box a{
	display: block;
}

#content_wrapper .img_box .txt{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 20px 15px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,.5) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,.5) 100%);
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
}

#content_wrapper .img_box .icn{
	display: inline-block;
	margin-bottom: 12px;
	padding: 0 10px;
	line-height: 22px;
	font-size: 12px;
	font-size: 1.2rem;
	border-radius: 2px;
	border: 1px solid #fff;
}

#content_wrapper .img_box a .bdr_hover{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition:	all 0.5s ease;
	transition:	all 0.5s ease;
	box-sizing: border-box;
	border-style: solid;
	border-color: #eb5c02;
}

#content_wrapper .img_box a {
	overflow: hidden;
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
	box-sizing: border-box;
}

#content_wrapper .img_box a:hover{
	opacity: 1;
}

#content_wrapper .img_box.w100{
	margin-left: -.8%;
	margin-left: -10px;
}

#content_wrapper .img_box .w30{
	position: relative;
	margin-left: .8%;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 32.5%;
	width: calc(33.3% - 10px);
	float: left;
	overflow: hidden;
}

#content_wrapper .box_or a{
	display: table;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .3s;
    transition-duration: .3s;
}

#content_wrapper .box_or a:hover{
	opacity: 1;
}

#content_wrapper .box_or .btn_more{
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	background: url(../img/index/arrow_right_wh.png) no-repeat right 90%;
}

#content_wrapper .box_or a > div{
	display: table-cell;
	background: #eb5c02;
	vertical-align: middle;
	-webkit-transition-duration: .3s;
    transition-duration: .3s;
}

#content_wrapper .box_or a:hover > div{
	background: #e94e00;
}

#content_wrapper .img_box .w30 dl,
#content_wrapper .box_or dl{
	max-width: 215px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
}

#content_wrapper .img_box .w30 dl dt,
#content_wrapper .box_or dl dt{
	font-size: 36px;
	font-size: 3.6rem;
}

.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 200px;
	left: 0;
	opacity: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	-webkit-transition:	all .5s ease;
	transition:	all .5s ease;
}

.img_box a:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-bottom: 0;
	top: 0;	/* ホバーで下にずらす */
}

#content_wrapper .img_box a:hover .txt{
	opacity: 0;
}

.mask .mask_txt{
	position: absolute;
	bottom: 15px;
	padding: 0 40px;
}

.mask .mask_txt{
	position: absolute;
	bottom: 15px;
	padding: 0 30px 10px;
}

#content_wrapper .box_L .mask .mask_txt{
	padding: 0 40px;
}


.mask .mask_txt p{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.mask .mask_txt p.lead{
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
}

.mask .mask_txt p.lead + p{
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
}

#content_wrapper .mask .mask_txt .icn{
    margin-bottom: 10px;
    margin-right: 10px;
    border-color: #333;
}

#content_wrapper .box_L .mask .mask_txt .icn{
    padding: 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
}


#content_wrapper .mask .mask_txt .date{
	font-size: 12px;
	font-size: 1.2rem;
}

#content_wrapper .box_L .mask .mask_txt .date{
	font-size: 14px;
	font-size: 1.4rem;
}

#content_wrapper .mask .mask_txt .more{
	margin: 10px -12px 12px 0;
	padding-right: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: right;
	background: url(../img/index/arrow_right_bk.png) no-repeat right 85%;
}


/*--各ボックス画像設定--*/
#content_wrapper .box_L a,
#content_wrapper .box_R div a,
#content_wrapper .img_box .w30 a{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#content_wrapper .box_L a{ background-image: url(/img/index/transparent_l.png);}
#content_wrapper .box_R .box01 a{ background-image: url(/img/index/transparent.png);}
#content_wrapper .box_R .box02 a{ background-image: url(/img/index/transparent.png);}
#content_wrapper .img_box .w30.box03 a{ background-image: url(/img/index/transparent.png);}
#content_wrapper .img_box .w30.box04 a{ background-image: url(/img/index/transparent.png);}
#content_wrapper .img_box .w30.box05 a{ background-image: url(/img/index/transparent.png);}
#content_wrapper .img_box .w30.box06 a{ background-image: url(/img/index/transparent.png);}
#content_wrapper .img_box .w30.box07 a{ background-image: url(/img/index/transparent.png);}
#content_wrapper .img_box .w30.box08 a{ background-image: url(/img/index/transparent.png);}
#content_wrapper .img_box .w30.box09 a{ background-image: url(/img/index/transparent.png);}
#content_wrapper .img_box .w30.box10 a{ background-image: url(/img/index/transparent.png);}

.playvideo iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}


@media screen and (max-width: 1360px) {
#content_wrapper .box_R {
    width: calc(33.6% - 10px);
}
}
@media screen and (max-width: 1036px) {
#content_wrapper .img_box .txt {
    padding: 20px 20px 10px;
    font-size: 14px;
	font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
}

#content_wrapper .box_L .mask .mask_txt {
    padding: 0 20px;
}

.mask .mask_txt {
    padding: 0 20px 0;
}

}


@media screen and (max-width: 980px) {
#content_wrapper .img_box .txt {
    padding: 20px 10px 10px;
    font-size: 12px;
	font-size: 1.2rem;
}

/*#content_wrapper .img_box .w30 dl dd,
#content_wrapper .img_box .box_L .txt p,
#content_wrapper .box_L .mask .mask_txt p{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
　　overflow: hidden!important;
	overflow: hidden;
	line-height: 1.5;
}*/


#content_wrapper .img_box .icn{
	margin-bottom: 8px;
	font-size: 10px;
	font-size: 1rem;
}

#content_wrapper .img_box .w30 dl,
#content_wrapper .box_or dl {
    font-size: 12px;
	font-size: 1.2rem;
    margin: 0 10px;
}

#content_wrapper .img_box .w30 dl dt,
#content_wrapper .box_or dl dt{
    font-size: 19px;
	font-size: 1.9rem;
    font-weight: 100;
    letter-spacing: 1.5px;
}

#content_wrapper .mask .mask_txt .more {
    margin: 10px 0 12px 0;
}

#content_wrapper .box_or .btn_more{
	bottom: 10px;
	right: 10px;

}

.mask .mask_txt p,
.mask .mask_txt p.lead + p{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}

.mask .mask_txt p.lead{
	font-size: 16px;
	font-size: 1.6rem;
}

#content_wrapper .img_box .w30 dl dd,
#content_wrapper .box_or dl dd,
#content_wrapper .img_box .box_L .txt p,
#content_wrapper .img_box .box_R .txt p,
#content_wrapper .img_box .box_hover .txt p,
#content_wrapper .box_R .mask .mask_txt p,
#content_wrapper .box_L .mask .mask_txt p,
#content_wrapper .box_hover .mask .mask_txt p{
	max-height: 3em;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
　　overflow: hidden!important;
	overflow: hidden;
	line-height: 1.5;
	font-weight: bold;
}


}

@media screen and (max-width: 768px) {
#content_wrapper .box_L,
#content_wrapper .box_R{
	width: 100%;
	float: none;
}

#content_wrapper .box_R{
	margin-right: 0;
	width: 101%;
}

#content_wrapper .box_L{
	margin-bottom: 5px;
}

#content_wrapper .box_R,
#content_wrapper .img_box.w100 {
	margin-left: -1%;
	margin-left: -5px;
}

#content_wrapper .box_R > div + div{
	float: right;
}

#content_wrapper .box_R > div,
#content_wrapper .img_box .w30,
#content_wrapper .box_or{
	width: 48.5%;
	width: calc(50% - 5px);
	margin-left: 1%;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
}

#content_wrapper .img_box .w30:last-child,
#content_wrapper .img_box .w30:nth-last-child(2){
	margin-bottom: 0;
}

#content_wrapper .box_R > div .btn_play,
#content_wrapper .img_box > div .btn_play{
	top: -5px;
	bottom: auto;
	left: auto;
	right: -5px;
}

#content_wrapper .mask{
	display: none;
}

#content_wrapper .img_box a .bdr_hover {
	border: 0;
}

#content_wrapper .img_box a:hover .txt{
	opacity: 1;
}


#content_wrapper .img_box .icn,
#content_wrapper .mask .mask_txt .icn {
	margin-bottom: 7px;
    padding: 0 5px;
    line-height: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 100;
}


#content_wrapper .box_L .mask .mask_txt p.lead + p {
	font-weight: 300;
}

#content_wrapper .img_box.w100 .w30.box_or .btn_more{
	padding-right: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

#content_wrapper .img_box.w100 .w30.box_or .btn_more{
    background: transparent url("../img/index/arrow_right_wh.png") no-repeat scroll right center;
    background-size: 6px auto;
}


}


