@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* 詳細ページ
------------------------------------------------------------------------------- */
.stLead01 {
	margin: 0 0 80px;
}
.stCatch01 {
	line-height: 1;
	margin: 45px 0 10px;
	font-size: 117%;
	font-weight: 500;
}
.stCatch01 span {
	display: inline-block;
	height: 25px;
	line-height: 24px;
	padding: 0 32px;
	background-color: #000;
	color: #fff;
}
.stLast01 {
	margin: 60px 0 74px;
	padding: 51px 0 0;
	border-top: 1px solid #e1e1e1;
}
.stPickup01 {
	padding: 52px 30px 57px;
	background-color: #323232;
	color: #fff;
}
.stPickup01_in {
	max-width: 595px;
	margin: 0 auto;
}
.stPickup01_tit {
	position: relative;
	line-height: 1.5;
	margin: 0 0 12px;
	padding: 0 0 6px;
	color: #fff;
	font-size: 200%;
	font-weight: 500;
}
.stPickup01_tit::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background-color: #f41e46;
}
.stPickup01_movie {
	display: block;
	position: relative;
	margin: 32px 0 15px;
	overflow: hidden;
}
.stPickup01_movie img {
	transition: all .3s;
	image-rendering: -webkit-optimize-contrast;
}
.d_hover a.stPickup01_movie:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.stPickup01_caption {
	line-height: 1.5;
	font-size: 134%;
	font-weight: 400;
}








