@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);

.topcnt {
	text-align: left;
	margin: 20px auto;
	overflow: hidden;
	width: 820px;
}
.topcnt p,.topcnt ul {
	font-size: 12px;
	line-height: 3em;
}
.topsec_l ul li {
	border-bottom: 1px #d7d7d7 dotted;
}

.topcnt dl {
	overflow: hidden;
}
.topcnt dt {
	float: left;
	margin-left: 15px;
}
.topcnt dd {
	float: right;
	color: #999;
	margin-right: 15px;
}
.topcnt ul {
	margin-bottom: 30px;
}
.sectMovie {
	margin-bottom: 20px;
}
.toptit {
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
	padding-top: 2px;
	padding-left: 15px;
	height: 28px;
	color: #6d5a97;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(252, 251, 253) 0%, rgb(252, 251, 253) 24%, rgb(223, 213, 231) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(252, 251, 253)), color-stop(0.24, rgb(252, 251, 253)), color-stop(1, rgb(223, 213, 231)));
	background-image: -webkit-linear-gradient(-90deg, rgb(252, 251, 253) 0%, rgb(252, 251, 253) 24%, rgb(223, 213, 231) 100%);
	background-image: linear-gradient(180deg, rgb(252, 251, 253) 0%, rgb(252, 251, 253) 24%, rgb(223, 213, 231) 100%);
	overflow: hidden;
}
.toptit > img {
	vertical-align: middle;
}

.topsec_l {
	width: 476px;
	float: left;
}
.topsec_l ul {
	margin-bottom: 55px;
}
.topsec_r {
	width: 320px;
	float: right;
}

.tpc_l {
	width: 300px;
	float: left;
	font-weight: bold;
}
.tpc_r {
	float: right;
	font-size: 10px;
	margin-right: 15px;
	padding-top: 5px;
}
.tpc_r:before {
	font-family: "Font Awesome 5 Free";
	content: "\f152";
	font-weight: 900;
	padding-right: 5px;
	color: #8770b2;/*アイコンの色*/
}
.sectMovie_list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.sectMovie_list:after {
	content: "";
	display: block;
	clear: both;
}

.sectMovie_list > li {
	width: 200px;
	margin: 0 auto 17px;
	line-height: 1.8em
}

.sectMovie_list > li:first-child {}

.sectMovie_list > li:nth-child(2n) {}

.sectMovie_list > li > a {
	display: block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1;
}

.sectMovie_list > li > a:hover {
	text-decoration: none;
	opacity: .7;
}

.sectMovie_list > li.img_play > a:before {
	content: "";
	display: block;
	width: 40px;
	height: 30px;
	background: url(../top_img/icn-play.png) 0 0 no-repeat;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -15px;
}

.sectMovie_list > li > a:after {}

.sectMovie_list > li > a > img {
	max-width: 100%;
	height: auto;
	display: block;
}

.sectMovie_list > li > a > b {
	display: block;
	font-size: 13px;
	text-align: center;
	margin: 8px 0 0;
	font-weight: normal;
	color: #444;
}

#container{
	width: 100%;
	text-align: center;
}

#slideshow{
	visibility: hidden;
	margin: 0 auto;
	height: 376px;
	position: relative;
	overflow: hidden;
}

#slideshow.slick-initialized {
	visibility: visible;
}

#slideshow figure {
	margin: 0;
	height: 376px;
	position: relative;
}

#slideshow img{
	margin: 0 auto;
	position: absolute;
	left:50%;
    -webkit-transform : translateX(-50%);
    transform: translateX(-50%);
}
