@charset "UTF-8";

.ci-content {
	position: relative;
	display: flex;
	margin-bottom:5rem;
	min-height:350px;
}

.ci-content .ci-description {
	flex: 3;
	margin-left:1.5em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative
}

.ci-content.ci-type02 .ci-description{
	margin-right:1.5em;
}

.ci-content .ci-description h3 {
	font-weight:bold;
	padding:0 1.25rem 1rem 1.25rem;
	font-size:1.375rem;

}

.ci-content .ci-description p {
	line-height: 1.75;
	padding:0 1.25rem;
	box-sizing: border-box;
	min-height: 198px;
}


.download_listBox {
	border-top:1px solid #ddd;
}
.ci-content .ci-description .download-links{
	width:100%;

}
.ci-content .ci-description .download-links a{
	position: relative;
	padding: 1.25rem 4.125rem 1.25rem 1.875rem;
	border-bottom:1px solid #ddd;
	display: block;
}
.ci-content .ci-description .download-links a span {
	font-weight:500;
	display: block;
	font-size:.940rem;
	font-weight: 700;
	float:left;
}
.ci-content .ci-description .download-links a:before {
	content:'\e80f';
	display: block;
	clear:both;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 2.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.no-mobile .ci-content .ci-description .download-links a:hover {
	font-weight:700; color:#46bebe;
	cursor: pointer;
}

.no-mobile .download_listBox a:hover, .no-mobile .download_listBox a:hover::before{
	font-weight:700; color:#46bebe;
}







.ci-content .ci-description .download-links a:last-child {
	margin-right: 0;
}

.ci-content .ci-image {
	flex: 5;
	font-size: 0;
}
.ci-content .ci-image.ci-box {
	flex: 5;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}

.ci-content .ci-image .logo-area01 {
	background:url(../img/that/pattern_bg01.gif) repeat;
	width:50%;
}

.ci-content .ci-image .logo-area02 {
	width:50%;
	background:url(../img/that/pattern_bg02.gif) repeat;

}

.ci-content .ci-image .logo-area01, .ci-content .ci-image .logo-area02 {
	text-align:center;
	padding:9.2rem 0;
}

.ci-content .ci-image .logo-area01 svg ,.ci-content .ci-image .logo-area02 svg {
	height:56px;

}

.ci-content .ci-image .logo-area02 .logo-path{
	fill:#fff;
}

.magazines {

	padding-top: 0.8rem;
}

.magazines .magazine-filters {
	text-align: right;
	margin-bottom: 2.8125rem;
}

.magazines .magazine-filters .select-form-container {
	margin-left: .5rem;
}

.magazines .magazine-list {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}

.magazines .magazine-list li {
	flex: 0 1 14.7%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2% 1% 0%;
	-ms-flex-negative: 1;
	-ms-flex-preferred-size: calc(14.7%);
}

.magazines .magazine-list li:nth-child(6n) {
	margin-right:0;
}

/*
_:-ms-fullscreen, :root .magazines .magazine-list li {

   flex-basis: 13.3%;
   width: 13.3%;

}
*/

.magazine-item {
	margin: 0 auto;
	max-width: 220px;
}


.magazine-item .magazine-title {
	font-size: 1.125rem;
	margin: .85em 0;
	font-weight: 400;
}



.magazine-item .magazine-tb {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.magazine-item .magazine-tb img {
	display: block;
	width: 100%;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.magazine-item .magazine-tb .over {
	background: rgba(70, 190, 190, .8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.no-mobile .magazine-item:hover .magazine-tb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.no-mobile .magazine-item:hover .magazine-tb .over {
	opacity: 1;
}

.magazine-item .magazine-tb .over .label {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	letter-spacing: .2rem;
	font-size: 4rem;
	font-weight: 100;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -999em;
	overflow: hidden;

}

.magazine-item .magazine-tb .over .label:before {
	width: 2px;
	background: #fff;
	height: 2.75rem;
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.magazine-item .magazine-tb .over .label:after {
	height: 2px;
	background: #fff;
	width: 2.75rem;
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.magazine-item.checked .over {
	display: none;
}

.magazine-item.checked .magazine-tb:after {
	background: rgba(0,0,0,0.6) url(../img/svg/icon-checked.svg) 50% 50% no-repeat;
	-webkit-background-size: 44px 38px;
	background-size: 44px 38px;
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* PR Materials video title */
.svg-connect {
	padding: .5rem 0 .2rem 1rem;
	width: 22rem;
}
.svg-connect .svg-connect-item {
	color: #000;
	-webkit-transition: all 280ms ease-out;
	-moz-transition: all 280ms ease-out;
	-ms-transition: all 280ms ease-out;
	-o-transition: all 280ms ease-out;
	transition: all 280ms ease-out;
}
.svg-connect .svg-connect-item svg {
	height: 2rem;
	fill: #000;
	-webkit-transition: all 280ms ease-out;
	-moz-transition: all 280ms ease-out;
	-ms-transition: all 280ms ease-out;
	-o-transition: all 280ms ease-out;
	transition: all 280ms ease-out;
}
.svg-connect .svg-connect-item svg:nth-child(1){
	width: 4.375rem;
}
.svg-connect .svg-connect-item svg:nth-child(2){
	width: 3.875rem;
}
.svg-connect .svg-connect-item svg:nth-child(3){
	width: 3.375rem;
}
.svg-connect .svg-connect-item svg:nth-child(4){
	width: 2rem;
}

.svg-connect .svg-connect-item.active {
	color: #bbb;
}
.svg-connect .svg-connect-item.active svg {
	fill: #bbb;
}
.svg-connect:hover .svg-connect-item {
	color: #000 !important;
}

.pr-swiper-container {
	position: relative;
	flex: 5;
	overflow:hidden;
}
.pr-swiper-container .swiper-wrapper {
	padding: 0;
}
.pr-swiper-container .swiper-slide {
	padding: 0;
	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center;
	-webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center; -webkit-align-items: center; align-items: center;
	width: 100%;
	min-height: 100%;
}
.pr-swiper-container .swiper-slide video,
.pr-swiper-container .swiper-slide img {
	width: 100%;
}

.swiper-pagination.pr-pagination {
	bottom: 0;
	left: 0rem;
	width: 25rem;
	height: 1.2rem;
	font-size: 1rem;
	color: #000;
}

.silder-btn-area.pr-btn-area {
	position: absolute;
	top: auto;
	left: 8rem;
	width: 8.7rem;
	height: 2rem;
	bottom: 0;
}
@media only screen and (max-width: 768px) {
	.svg-connect {
		padding-left: 0;
	}
	.pr-swiper-container .swiper-wrapper {
		padding-bottom: 6vw;
	}
	.swiper-pagination.pr-pagination {
		width:100%;
		height: 1rem;
	}
	.silder-btn-area.pr-btn-area {
		left: 50%;
		width: 7.7rem;
		height: 1.76rem;
		bottom: 0;
		margin-left: -4rem;
	}
}
