@CHARSET "UTF-8";
/*PC用*/

/* 全体 */
p.error-message {
	font-size: 19px;
	line-height: 19px;
	margin-top: 3px;
	color: #717171;
}

p.page-note {
	color: #19285F;
	font-size: 30px;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-weight: bold;
	line-height: 30px;
}

li.item {
	background-color: #F2F2F0;
	color: #717171;
	padding: 15px;
	list-style-type: none;
}

li.item h3 {
	font-size: 19px;
	line-height: 19px;
	margin-bottom: 20px;
}

li.item p {
	font-size: 16px;
	line-height: 16px;
}

li.item span.topic-date {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	text-align: right;
}

h3.section-name {
	margin: 20px 30px 25px;
	padding: 5px 0 20px;
	color: #CFBA64;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #CFBA64;
}

div.section-name {
	margin: 15px 10px 10px;
	padding: 5px 0;
	color: #393939;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #393939;
	position: relative;
}

div.section-name .btn-upload {
	position: absolute;
	color: #F0C842;
	background-color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 28px 5px 20px;
	right: 0;
	top: 0;
	transition: all 0.2s linear;
}

div.section-name .btn-upload:hover {
	cursor: pointer;
	background-color: #393939;
}

div.section-name .btn-upload .right-arrow {
	position: relative;
}

div.section-name .btn-upload .right-arrow::after {
	content: "";
	border-right: 2px solid #F0C842;
	border-top: 2px solid #F0C842;
	border-radius: 2px;
	margin: 0 0 0 10px;
	height: 8px;
	right: -8px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 4px;
	width: 8px;
}

p.empty {
	font-size: 19px;
	line-height: 19px;
	margin-top: 3px;
	color: #717171;
}

.btn-more {
	text-align: center;
	color: #F0C842;
	background-color: #000000;
	border-radius: 2px;
	font-size: 16px;
	margin: 20px 9px;
	padding: 10px;
	transition: all 0.2s linear;
}

.btn-more:hover {
	background-color: #393939;
	cursor: pointer;
}

.btn-more .right-arrow {
	position: relative;
}

.btn-more .right-arrow::after {
	content: "";
	border-right: 2px solid #F0C842;
	border-top: 2px solid #F0C842;
	border-radius: 2px;
	margin: 0 0 0 10px;
	height: 8px;
	right: -8px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 7px;
	width: 8px;
}
/* 全体 ここまで */

/* 画面上部のカルーセル */
.carousel-box {
	position: relative;
}

.carousel-box .controls .prev-slide,
.carousel-box .controls .next-slide {
	position: absolute;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 11;
}

.carousel-box .controls .prev-slide:hover::after,
.carousel-box .controls .next-slide:hover::after {
	border-color: #F9C73D;
}

.carousel-box .controls .prev-slide {
	left: 0;
}

.carousel-box .controls .next-slide {
	right: 0;
}

.carousel-box .controls .prev-slide::after {
	content: "";
	border-left: 4px solid #C6C6C6;
	border-bottom: 4px solid #C6C6C6;
	margin: 0 0 0 10px;
	height: 10px;
	right: 15px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 170px;
	width: 10px;
}

.carousel-box .controls .next-slide::after {
	content: "";
	border-right: 4px solid #C6C6C6;
	border-top: 4px solid #C6C6C6;
	border-radius: 2px;
	margin: 0 0 0 10px;
	height: 10px;
	right: 15px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 170px;
	width: 10px;
}

.carousel-box .carousel-movies {
	width: 100%;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.carousel-box .carousel-movies ul {
	margin: 0;
	padding: 0;
}

.carousel-box .carousel-movies ul li {
	float: left;
	margin: 0;
	list-style: none;
}

.carousel-large,
.carousel-small {
	padding: 0;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.carousel-large img,
.carousel-small img {
	vertical-align: middle;
	border: 1px solid #000000;
}

.carousel-large p,
.carousel-small p {
	position: absolute;
	bottom: 12px;
	left: 10px;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	z-index: 10;
}

.carousel-large img {
	width: 640px;
}

.carousel-small img {
	width: 320px;
}

.carousel-large .overlay,
.carousel-small .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 9;
	background-image: url(../img/topic/play.png);
	background-size: 50px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
/* 画面上部のカルーセル ここまで */

/* 画面中部のオススメ
   最新のムービー、フォト */
.recommend-list-box,
.topic-box {
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
}

.recommend-list-box {
	margin-bottom: 20px;
}

.topic-box {
	margin-bottom: 20px;
}

.recommend-list-box .content-image {
	display: table-cell;
	width: 360px;
}

.topic-box .content-image {
	display: table-cell;
	width: 180px;
}

.recommend-list-box .content-image p {
	font-size: 14px;
	line-height: 14px;
	margin-top: 6px;
	color: #393939;
}

.topic-box .content-image p {
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #FFFFFF;
	z-index: 10;
}

.recommend-list-box .content-image p span,
.topic-box .content-image p span {
	font-size: 11px;
	color: #A0A0A0;
}

.recommend-list-box .content-image .image-box,
.topic-box .content-image .image-box {
	cursor: pointer;
	position: relative;
	height: 100px;
	overflow: hidden;
	background: #000000;
}

.recommend-list-box .content-image .image-box {
	height: 200px;
	text-align: center;
}

.topic-box .content-image .image-box img {
	width: 180px;
	vertical-align: top;
}

.recommend-list-box .content-image .image-box img {
	width: 360px;
	vertical-align: top;
}

.recommend-list-box .content-image .image-box .overlay,
.topic-box .content-image .image-box .overlay,
.topic-box .content-image .image-box .overlay2 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 9;
	background-image: url(../img/topic/play.png);
	background-size: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.recommend-list-box .content-image .image-box .overlay,
.topic-box .content-image .image-box .overlay {
	background-image: url(../img/topic/play.png);
}

.topic-box .content-image .image-box .overlay2 {
	background-image: url(../img/topic/photo.png);
}
/* 最新のムービー、フォト ここまで */

@media screen and (max-width: 770px) {
	.recommend-list-box,
	.topic-box {
		display: block;
	}

	.recommend-list-box::after,
	.topic-box::after {
		content: "";
		display: block;
		clear: both;
	}

	.recommend-list-box .content-image {
		display: block;
		max-width: 360px;
		float: left;
		margin-left: 10px;
	}

	.topic-box .content-image {
		display: block;
		width: 180px;
		float: left;
		margin-left: 10px;
	}
}
