@charset "utf-8";

.thumbnail {
	display: flex;
	width: 100%;
	margin: auto;
	overflow-x: auto;
}

.thumbnail li {
	width: 120px;
	padding: 8px;
	margin: 3px;
	list-style: none;
}

.thumbnail img {
	/* 画像のスタイル */
	width: 120px;
	object-fit: cover;
}

.thumbnail::-webkit-scrollbar {
	height: 12px;
	/* スクロールバーの高さ */
}

.thumbnail::-webkit-scrollbar-thumb {
	background: #aaa;
	/* ツマミの色 */
	border-radius: 6px;
	/* ツマミ両端の丸み */
}

.thumbnail::-webkit-scrollbar-track {
	background: #ddd;
	/* トラックの色 */
	border-radius: 6px;
	/* トラック両端の丸み */
}

.modal-content {
	background-color: unset;
}

.rating-color {
	color: #fbc634;
}

.rating {
	color: #cecece;
}

.sample-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}

.sample-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list-img {
	width: 100%;
	height: 225px;
	object-fit: cover;
}

.fa-hatena:before {
	content: "B!";
	font-family: Verdana;
	/* はてブのフォントにもっとも近い */
	font-weight: bold
}

.share-btn-type7 {
	max-width: 240px;
	margin: 1.2em auto;
	display: flex;
	justify-content: space-between;
}

.share-btn-type7 .share-btn__item {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
	transition: all .3s;
}

.share-btn-type7 .share-btn__item:hover {
	transform: scale(1.08);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .14);
}

.share-btn-type7 .share-btn__item--hatebu {
	background-color: #00A4DE;
}

.share-btn-type7 .share-btn__item--facebook {
	background-color: #1778F2;
}

.share-btn-type7 .share-btn__item--twitter {
	background-color: #1BA1F3;
}

.share-btn-type7 .share-btn__item--pocket {
	background-color: #EF4155;
}

@media screen and (min-width: 450px) {
	.thumbnail li {
		width: 50%;
	}

	.thumbnail::-webkit-scrollbar {
		height: 12px;
		/* スクロールバーの高さ */
	}

	.thumbnail::-webkit-scrollbar-thumb {
		background: #aaa;
		/* ツマミの色 */
		border-radius: 6px;
		/* ツマミ両端の丸み */
	}

	.thumbnail::-webkit-scrollbar-track {
		background: #ddd;
		/* トラックの色 */
		border-radius: 6px;
		/* トラック両端の丸み */
	}

	.row_table,
	.row_table td,
	.row_table th {
		border: 1px solid #cbced2;
		border-collapse: collapse;
	}

	.row_table th {
		background: #01214d;
		color: #fff;
		padding: 4px 12px;
		display: block;
		width: 100%
	}

	.row_table td {
		background: #f5f6f8;
		padding: 4px 12px;
		display: block;
		width: 100%;
	}
}