@charset "UTF-8";
.pc{display: none;}
.sp{display: block;}
@media screen and (min-width: 953px) {
	.pc{ display:block; }
	.sp{display: none;}
}
img{
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}
.chie_main{
	background: url(../../chie/img/bg.jpg);
	background-position: center;
	background-size: cover;
	color: #586166;
}
.chie_body{
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: auto;
	position: relative;
}
.mv{
	overflow-x: hidden;
	text-align: center;
	width: 100%;
	margin: auto;
	max-width: 1050px;
	}
.mvimg{
    margin: auto;
    width: 100%;
    max-width: 1100px;
    padding: 120px 0 0 5%;
}
.movie{
	max-width: 1000px;
	width: 90%;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
}

/*======= movie text =========*/ 
.mv_lead{
	text-align: left;
	font-size: 18px;
	padding: 40px 50px 100px;
	position: relative;
	width: 90%;
	margin: auto;
}
.mv_lead h3{ padding:0 0 10px; font-weight:bold; }
.mv_lead .time{
	background:url(../../chie/img/qlock.png) left no-repeat;
	padding-left: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.mv_lead .bsjapanet{
	position: absolute;
	right: 0;
	top:30px;
}
@media screen and (max-width: 952px) {
	.mv_lead{
		text-align: left;
		font-size: 18px;
		padding: 20px 0px 50px;
		position: relative;
		width: 90%;
		font-size: 14px;
		margin: auto;
	}
	.mv_lead .bsjapanet{
		width: 25%;
		top:65px;
	}
}

.archive{
	max-width: 1200px;
	width: 90%;
	margin: auto;
	font-size: 16px;
   color: #586166;
}
.archive ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;	
}
.archive li{ width:30%; }
.archive li img{ width:100%; }
.archive h3{ padding:20px 0 15px; font-weight:bold; }
.archive .time{
	background:url(../../chie/img/qlock.png) left no-repeat;
	padding-left: 20px;
	font-size: 14px;
	margin-top: 10px;
}

.footer_bg{
	background: url(../../chie/img/gaiyou_bg.jpg) no-repeat;
	background-position: center top ;
	background-size: cover;
	height: auto;	
    padding: 100px 0 10px;
}
.gaiyou{
	background: rgba(255,255,255,0.9);
	padding: 30px 100px 50px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 100px;
    font-size: 18px;
    color: #586166;
    position: relative;
}
.gaiyou .logo{
	position: absolute;
    right: 100px;
    top: 160px;
	max-width: 138px;
	width: 50%;
}
.gaiyou h2{
	font-size: 28px;
	text-align: center;
	padding: 50px 0;
	font-weight: bold;
	letter-spacing: 2px;
}
.gaiyou p {padding: 0 0 30px; line-height: 36px;}
.gaiyou p span{font-weight: bold;}

.spchie{flex-wrap: wrap;}
.spchie h2{ width:100%;
    font-size: 2.5rem;
    font-weight: bold;
    color: #586166;
    padding: 0 0 30px;}

@media screen and (max-width: 952px) {
	.spchie{flex-wrap:initial;}
	h2.sb{ width:100%;
    font-size: 2.5rem;
    font-weight: bold;
    color: #586166;
    padding: 0 0 30px 10px;}
	.footer_bg{
	    padding: 0px 0 10px;
	}
	.gaiyou{
		padding: 30px 5% 20px;
	    width: 90%;
	    font-size: 14px;
	}
	.archive{display: none;}
}


#newtv .columnAndCarousel__image img{ width:90% !important; }

@media screen and (min-width: 1000px)
	.columnAndCarousel__singleCategory h3, .footer__inner, .swiper--columnAndCarousel .swiper-wrapper,
	#chie_archive .swiper--columnAndCarousel.swiper--latestCaseMovie,
	#chie_archive  .swiper--latestCase {
	    padding-left: 0 !important;
    }
@media screen and (min-width: 1000px)
	#chie_archive .columnAndCarousel__singleCategory h3,
	#chie_archive .footer__inner,
	#chie_archive .swiper--columnAndCarousel .swiper-wrapper {
	   	padding: 0 144px 0 0 !important;
	}
