@charset "UTF-8";
/*products
------------------------------------------------------------------------------------------------------*/
.categoryTitArea{
	background: url("../images/kv_bg_products_pc.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.productsDetailArea {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0 0 30px 0;
}
.productsInfo {
	width: 50%;
	padding: 0 30px 0 0;
}
.productsInfo .productsName{
	line-height: 100%;
}
.productsInfo .productsName span{
	width: 100%;
	display: inline-block;
}
.productsInfo .productsName span.en{
	font-size: 3.6rem;
	font-weight: 400;
}
.productsInfo .productsName span.name{
	font-size: 2.6rem;
	font-weight: 700;
}
.productsInfo .productsName span:nth-child(n + 2){
	margin: 10px 0 0 0 ;
}

.productsInfo .catch{
	font-weight: 700;
	font-size: 1.6rem;
	margin: 20px 0 0 0;
}
.productsImg{
	width: 50%;
	padding: 0 30px 0 0;
	margin-left: auto;
}
.productsImg .slick-initialized .slick-slide:focus{
	outline: none;
}
.productsThum {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #00001a;
	padding: 30px;
}
.productsThum .thumList{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 46%;
	max-width: 460px;
	height: auto;
}
.productsThum .thumList .slick-track {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transform:unset!important;
}
.productsThum .thumList li{
	float: none;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0.6;
	background: #fff;
}
.productsThum .thumList li:hover,
.productsThum .thumList li.slick-current{
	opacity: 1;
}
.productsThum .thumList li:focus{
	outline: none;
}
.productsThum .thumList li:before{
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	border:2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.productsThum .thumList li img{
	max-width: 85px;
}
.productsThum .thumList li:not(:first-child) {
	margin:0 0 0 8px ;
}
.productsThum.thumSecond {
	padding: 30px 20px;
}
.productsThum.thumSecond .thumList {
	max-width: none;
	width: 49%;
}
.productsThum.thumSecond .thumList .slick-track{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.productsThum.thumSecond .thumList li:not(:first-child) {
	margin:0 0 0 0 ;
}
.productsThum.thumSecond .thumList li:not(:last-of-type) {
	margin: 0 5px 5px 0;
}



.leadArea{
	margin: 20px auto 0;
	width: 100%;
}
.leadArea .txt{
	position: relative;
}

.otherCtsOut{
	margin: 85px 0 0 0;
	position: relative;
}
.otherCtsArea {
	background: #f1f1f1;
}
.otherCtsArea:not(:first-child) {
	margin: 20px 0 0 0;
}
.otherCtsInner{
	padding: 85px 0;
	position: relative;
}
.otherCtsInner .tit{
	font-size: 3.2rem;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	position: absolute;
	top: 85px;
	left: 90px;
	z-index: 1;
}
.otherCtsInner .tit:before{
	content: '';
	width: 116px;
	height: 1px;
	background: #00001a;
	position: absolute;
	top:50%;
	left: -130px;
}
.otherCtsInner a.movieLink{
	display: block;
	width: 55.5%;
	margin: 0 auto;
}
.otherCtsMovie {
	position: relative;
	overflow: hidden;
}
.otherCtsMovie:before{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.otherCtsMovie:after{
	content: '';
	height: 90px;
	width: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -45px;
	background: url("../images/movie_btn.svg") no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 2;
}
.otherCtsMovie img{
	transition: 0.3s;
}
.otherCtsMovie:hover img{
	transform:scale(1.1,1.1);
}
.otherCtsPlan {
	padding: 60px 40px 0;
}
.planList {
	display: flex;
	justify-content: flex-start;
}
.planList li{
	margin: 0 3.7% 0 0;
	position: relative;
	width: 22%
}
.planList li:nth-child(4){
	margin: 0 0 0 0;
}
.planList li a{
	display: inline-block;
	position: relative;
}
.planList li a:hover{
	opacity: 1;
}
.planList li a .planThum{
	position: relative;
	overflow: hidden;
}
.planList li a .planThum:before{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.planList li a .planThum:hover .thum{
	transition: 0.3s;
}
.planList li a .planThum:hover .thum{
	transform:scale(1.1,1.1);
}
.planList li a .planThum .btn{
	height: 38px;
	width: 38px;
	display: inline-block;
	position: absolute;
	right: 7px;
	bottom: 7px;
	z-index: 2;
	transition: 0.3s;
}
.planList li a .planThum .btn:hover{
	opacity: 0.6;
}
.planList li a .txt{
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 8px 0 0 0;
	transition: 0.3s;
}
.planList li a .txt:hover{
	opacity: 0.6;
}
.planList.thum6 {
	flex-wrap: wrap;
}
.planList.thum6 li {
	width: 32%;
	margin: 0 0 15px 0;
}
.planList.thum6 li:not(:nth-of-type(3n + 1)) {
	margin: 0 0 15px 2%;;
}
.planList.thum7 {
	flex-wrap: wrap;
}
.planList.thum7 li:nth-of-type(n + 5) {
	margin-top: 15px;
}

.productsLink{
	margin: 85px 0 0 0;
}
.productsLink .tit{
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	padding: 0 0 6px 0;
}
.productsLink .tit:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #00001a;
	position: absolute;
	left: 0;
	bottom: 0;
}
.productsList{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.productsList li{
	position: relative;
	padding: 0 0 8px 0;
	margin: 12px 24px 0 0;
}
.productsList li:before{
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #dce1e1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.productsList li a{
	position: relative;
	padding: 0 20px 0 3px;
}
.productsList li a:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #df2010;
	border-right: 1px solid #df2010;
	transform: rotate(45deg);
	margin: -2px 0 0 0;
}
.productsList li a.iconPdf {
	padding: 0 27px 0 3px;
}
.productsList li a::before {
	top: 2px;
	right: 3px;
}
.productsList li a.iconPdf::after{
	content: none;
}
@media screen and (max-width:812px){
	.categoryTitArea{
		background: url("../images/kv_bg_products_sp.png") no-repeat;
		background-size: cover;
		background-position: center right;
	}
	.container{
		padding: 0 0 0 0;
		max-width: none;
	}
	.productsDetailArea {
		flex-direction: column;
		padding: 0 0 0 0;
	}
	.productsInfo {
		padding: 0 20px;
		width: 100%;
		min-height: auto;
	}
	.productsInfo .productsName span.en,
	.productsInfo .productsName span.name{
		font-size: 2.4rem;
	}
	.productsInfo .productsName span.name{
		margin: 0 0 0 0;
	}
	.productsInfo .catch{
		font-size: 1.4rem;
		margin: 10px 0 0 0;
	}
	.productsInfo .txt{
		margin: 10px 0 0 0;
	}
	.productsImg {
		width: 100%;
		padding: 0 0 0 0;
		margin: 20px 0 0 0;
	}
	.productsThum {
		position: relative;
		background: none;
		padding: 10px 0 0;
	}
	.productsThum .thumList {
		width: 40%;
		max-width: 180px;
		margin: 0 auto;
	}
	.productsThum .thumList .slick-list {
		width: 100%;
		height: 12px;
	}
	.productsThum .thumList li:before {
		content: '';
		display: inline-block;
		height: 12px;
		width: 12px;border-radius: 8px;
		background: #00001a;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -6px;
		border: none;
	}
	.productsThum .thumList li img {
		display: none;
	}
	.productsLink{
		margin: 60px 0 0 0;
		padding: 0 20px;
	}
	.productsLink .tit {
		font-size: 1.4rem;
		padding: 0 0 4px 0;
	}
	.productsList {
		margin: 0 0 0 0;
		flex-wrap: wrap;
	}
	.productsList li {
		padding: 5px 0 2px 0;
		margin: 0 10px 0 0;
	}
	.productsList li a {
		font-size: 1.1rem;
		padding: 0 10px 0 1px;
	}
	.productsList li a:after {
		right: 0;
	}
	.productsList li a.iconPdf {
		padding: 0 23px 0 3px;
	}
	.productsList li a.iconPdf::before {
		top: 0;
	}
	.leadArea {
		padding: 0 20px;
		margin: 20px 0 0 0;
	}
	.otherCtsOut {
		margin: 60px 0 0 0;
	}
	.otherCtsOut:before {
		height: 5px;
		width: 38px;
		margin: 0 0 0 -19px;
	}
	.otherCtsArea {
		background: #f1f1f1;
	}
	.otherCtsArea:not(:first-child) {
		margin: 15px 0 0 0;
	}
	.otherCtsInner {
		padding: 60px 20px 40px;
	}
	.otherCtsInner .tit {
		font-size: 2rem;
		top: 20px;
		left: 65px;
	}
	.otherCtsInner .tit:before {
		width: 48px;
		left: -55px;
	}
	.otherCtsInner a.movieLink {
		width: 100%;
	}
	.otherCtsPlan {
		padding: 0 0 0 0;
	}
	.planList {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.planList li {
		width: 48%;
		margin: 0 0 0 0;
	}
	.planList li:nth-child(n + 3){
		margin: 10px 0 0 0;
	}
	.planList li a {
		display: inline-block;
		position: relative;
		width: 100%;
	}
	.planList li a .planThum .btn {
		height: 30px;
		width: 30px;
		right: 10px;
		bottom: 10px;
	}
	.planList li a .txt {
		margin: 3px 0 0 0;
		font-size: 1.2rem;
	}
	.planList.thum6 li {
		width: 48%;
		margin: 0;
	}
	.planList.thum6 li:not(:nth-of-type(3n + 1)) {
		margin: 0;
	}
	.planList.thum7 li {
		margin: 0;
	}
	.planList.thum6 li:nth-of-type(n + 3),
	.planList.thum7 li:nth-of-type(n + 3) {
		margin-top: 10px;
	}
}
/*safari*/
/*_::-webkit-full-page-media, _:future, :root 
}*/

/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*spaceIndex
------------------------------------------------------------------------------------------------------*/
.spaceInfo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.spaceInfo.index {
	position: relative;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 280px;
}
.spaceInfo.index:not(:first-child) {
	padding: 85px 0 0 0;
	margin: 85px 0 0 0;
}
.spaceInfo.index:not(:first-child):before{
	content: '';
	background: #dce1e1;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.spaceInfo .titArea .titEn{
	font-size: 2.4rem;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	letter-spacing: 0.2rem;
	font-weight: 400;
	position: relative;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.spaceInfo .titArea .titJn{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	line-height: 100%;
	margin: 5px 0 0 0;
	letter-spacing: 0.2rem;
}
.spaceInfo .titArea .titJn:before {
	content: '';
	width: 4px;
	height: 18px;
	border-top: 1px solid #00001a;
	border-left: 1px solid #00001a;
	border-bottom: 1px solid #00001a;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -9px 0 0 0;
}
.spaceInfo .titArea .titJn:after {
	content: '';
	width: 4px;
	height: 18px;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	border-bottom: 1px solid #00001a;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -9px 0 0 0;
}
.spaceInfo > .txt{
	position: relative;
	padding: 0 0 0 35px;
	margin: 0 0 0 35px;
	height: 100%;
}
.spaceInfo > .txt:before{
	content: '';
	height: 50px;
	width: 1px;
	background: #00001a;
	position: absolute;
	left: 0;
	top:50%;
	margin: -25px 0 0 0;
}
.spaceInfo.index .imgArea{
	width: 47.5%;
	margin: 0 0 0 auto;
}
.spaceInfo.index .indexLink{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 43%;
	min-width: 380px;
}
.spaceInfo.index .indexLink .linkList{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.spaceInfo.index .indexLink .linkList li{
	position: relative;
	margin: 30px 0 0 0;
	width: 47%;
}
.spaceInfo.index .indexLink .linkList li:nth-of-type(-n + 2){
		margin: 0 0 0 0;
}
.spaceInfo.index .indexLink .linkList li:before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #dce1e1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.spaceInfo.index .indexLink .linkList li a {
	position: relative;
	padding: 8px 10px 8px 0;
	display: inline-block;
	width: 100%;
}
.spaceInfo.index .indexLink .linkList li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #df2010;
	border-right: 1px solid #df2010;
	transform: rotate(45deg);
	margin: -2px 0 0 0;
}

.spaceInfo.index .indexLink .btnArea{
	margin: 40px 0 0 0;
}

.systemArea {
	margin: 80px 0 0 0;
}
.systemTit {
	overflow: hidden;
}
.systemTit .tit{
	font-size: 2rem;
	padding: 0 0 0 16px;
	position: relative;
	display: inline-block;
	letter-spacing: 0.1rem;
}
.systemTit .tit:before{
	content: '';
	height: 10px;
	width: 10px;
	border: 2px solid #00001a;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -5px 0 0 0;
}
.systemTit .tit:after{
	content: '';
	height: 1px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 110%;
	width: calc(1070px - 100%);
	top: 50%;
}
.systemTit .txt{
	margin: 15px 0 0 0;
}
.systemList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.systemList li{
	width: 23.6%;
	margin: 40px 1.85% 0 0;
}
.systemList li:nth-of-type(4n){
	margin: 40px 0 0 0;
}
.systemList li a{
	display: inline-block;
}
.systemList li a .imgArea{
	overflow: hidden;
}
.systemList li a .imgArea img{
	transition: 0.3s;
	border: 1px solid #f1f1f1;
}
.systemList li a:hover .imgArea img{
	transform:scale(1.1,1.1);
	opacity: 0.6;
}
.systemList li a .systemDetail {
	position: relative;
	padding: 25px 20px;
	background: #f1f1f1;
}
.systemList li a .systemDetail:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 7px;
	right: 9px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	z-index: 1;
}
.systemList li a .systemDetail:after{
	content:'';
	height: 22px;
	width: 22px;
	background: #00001a;
	position: absolute;
	bottom: 0;
	right: 0;
}
.systemList li a .systemDetail .tit{
	font-weight: 700;
}
.systemList li a .systemDetail .txt{
	margin: 5px 0 0 0;
}
@media screen and (max-width:812px){
	.container.systemTpye {
		width: 100%;
		max-width: 700px;
		margin: 40px auto 0;
		padding: 0 20px;
	}
	.spaceInfo {
		flex-direction: column;
		align-items: flex-start;
	}
	.spaceInfo > .txt {
		position: relative;
		padding: 10px 0 0 0;
		margin: 10px 0 0 0;
	}
	.spaceInfo > .txt:before {
		content: '';
		height: 1px;
		width: 50px;
		top: 0;
		margin: 0 0 0 0;
	}
	.systemArea {
		margin: 40px 0 0 0;
	}
	.systemTit .txt{
		margin: 10px 0 0 0;
	}
	.systemList{
		margin: 30px 0 0 0;
	}
	.systemList li {
		width: 48%;
		margin: 0 0 20px 0;
	}
	.systemList li:nth-of-type(2n),
	.systemList li:nth-of-type(4n){
		margin: 0 0 20px 4%;
	}
	.systemList li a .systemDetail {
		padding: 10px 10px;
	}
	.systemList li a .systemDetail .txt {
		font-size: 1.2rem;
	}
	.systemList li a .systemDetail:before {
		content: '';
		bottom: 5px;
		right: 7px;
		width: 6px;
		height: 6px;
	}
	.systemList li a .systemDetail:after {
		content: '';
		height: 16px;
		width: 16px;
	}

	.spaceInfo.index {
		flex-direction: column;
		min-height: auto;
	}
	.spaceInfo.index:not(:first-child) {
		padding: 60px 0 0 0;
		margin: 60px 0 0 0;
	}
	.spaceInfo.index .imgArea {
		margin: 30px 0 0 0;
		width: 100%;
	}
	.spaceInfo.index .indexLink {
		position: static;
		margin: 15px 0 0 0;
		width: 100%;
		min-width: auto;
	}
	.spaceInfo.index .indexLink .linkList li {
		width: 48%;
		margin: 10px 0 0 0;
	}
	.spaceInfo.index .indexLink .linkList li a {
		font-size: 1.2rem;
	}
	.spaceInfo.index .indexLink .btnArea{
		text-align: center;
		margin: 30px 0 0 0;
	}

}
/*safari*/
/*_::-webkit-full-page-media, _:future, :root 
}*/

/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*factory
------------------------------------------------------------------------------------------------------*/
.container.factory > .pageTit {
	font-size: 3.2rem;
}
.container.factory > .pageTit span{
	font-size: 2.6rem;
}
.container.factory > .factoryCts {
	margin: 75px 0 0;
}
.container.factory > .factoryCts .factoryCtsInner{
	padding: 0 40px;
}
.container.factory > .factoryCts .factoryCtsInner .titArea {
	overflow: hidden;
}
.container.factory > .factoryCts .factoryCtsInner .titArea .txt{
	margin: 10px 0 0 0;
}
.container.factory > .factoryCts .factoryCtsInner .titArea > .tit {
	font-size: 2rem;
	padding: 0 0 0 16px;
	position: relative;
	display: inline-block;
}
.container.factory > .factoryCts .factoryCtsInner .titArea > .tit:before {
	content: '';
	height: 10px;
	width: 10px;
	border: 2px solid #00001a;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -5px 0 0 0;
}
.container.factory > .factoryCts .factoryCtsInner .titArea > .tit:after {
	content: '';
	height: 1px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 110%;
	width: calc(1070px - 100%);
	top: 50%;
}
.container.factory > .factoryCts .factoryCtsInner .titArea > .catch {
	font-size: 1.6rem;
	font-weight: bold;
	color: #df2010;
	margin: 10px 0 0 0;
	letter-spacing: 0.08rem;
}
.container.factory > .factoryCts .factoryCtsInner .imgAreaDouble {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px 0 0 0;
}
.container.factory > .factoryCts .factoryCtsInner .imgAreaDouble li{
	width: 49%;
}
@media screen and (max-width:812px){
	.container.factory {
		width: 100%;
		max-width: 700px;
		margin: 40px auto 0;
		padding: 0 20px;
	}
	.container.factory > .pageTit {
		font-size: 2.4rem;
	}
	.container.factory > .factoryCts {
		margin: 60px 0 0;
	}
	.container.factory > .factoryCts:first-of-type {
		margin: 40px 0 0;
	}
	.container.factory > .factoryCts .factoryCtsInner {
		padding: 0 0 0 0;
	}

}
/*safari*/
/*_::-webkit-full-page-media, _:future, :root 
}*/

/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*movies
------------------------------------------------------------------------------------------------------*/
#movieCts{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 60px 40px 0;
}
#movieSlider{
	width: 100%;
	margin:0 auto 0;
}
#movieSlider li{
	width: 100%;
	height:0;
	padding-top:10%;
	position: relative;
}
#movieSlider li iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.slide-item img{
	width: 100%;
}
#thumbnail-list{
	width: 100%;
	padding: 15px 15px 10px 15px;
	display: flex;
	background: #00001a;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: baseline;
}
.thumbnail-item{
	list-style: none;
	box-sizing: border-box;
	position:relative;
	display: block;
	width: 22%;
	cursor: pointer;
}
.thumbnail-item:not(:nth-child(4n)) {
	margin: 0 4% 10px 0;
}
.thumbnail-item img{
	width: 100%;
	display: block;
	opacity: 0.4;
	transition: .3s opacity linear;
	border: 1px solid #dfdfdf;
}
.thumbnail-item.thumbnail-current img,
.thumbnail-item.thumbnail-current p,
.thumbnail-item:hover img,
.thumbnail-item:hover p{
	opacity: 1;
}
.thumbnail-item p{
	font-size: 12px;
	color: #fff;
	margin: 5px 0 0 0;
	opacity: 0.4;
}
.thumbnail-item p span{
	display: block;
 	font-weight: bold;
}
.kanrenProducts .slide-item iframe {
	margin: 10px 0 0 0;
}
.productsInfo p.note {
	margin: 0 0 6px 0;
	border: 1px #00001a solid;
	padding: 2px 8px;
	display: inline-block;
}

.spSiteLinkArea {
	margin: 40px 0 0 0;
	border: #00001a 1px solid;
	display: inline-block
}
.spSiteLinkArea a{
	display: inline-block;
	padding: 0 35px 0 25px;
	background: #fff;
	line-height: 4.2rem;
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	position: relative;
	letter-spacing: 0.1rem;
}
.spSiteLinkArea a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #df2010;
	border-right: 1px solid #df2010;
	transform: rotate(45deg);
	margin: -4px 0 0 0;
}
.spSiteLink {
	margin-top: 40px;
}
@media screen and (max-width:812px){
	#movieCts {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.thumbnail-item {
		width: 48%;
	}
	.thumbnail-item:not(:nth-child(4n)) {
		margin: 0 0 15px 0;
	}
	.thumbnail-item:nth-child(2n) {
		margin: 0 0 15px 4%;
	}
	.productsInfo p.note {
		margin: 0 0 3px 0;
		padding: 1px 5px;
	}
	.spSiteLinkArea {
		margin: 15px 0 0 0;
	}
	.spSiteLink {
		margin-top: 15px;
	}
}
/*safari*/
/*_::-webkit-full-page-media, _:future, :root 
}*/

/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/
