@charset "UTF-8";
/* Reset Style */

body {
	margin: 0;
}

.contentsInr img {
	vertical-align: bottom;
}

/* main title
-----------------------------------------*/

.mainTit {
	background: url(../img/main_pic01.png) no-repeat center top;
	text-align: center;
	vertical-align: middle;
	padding: 85px 0;
}

.mainTit img {
	display: inline-block;
	vertical-align: middle;
}



/* content
-----------------------------------------*/

/*tab*/

.contentsInr .tabs_parent>li>a {
	font-size: 24px;
	padding: 20px 0 20px;
}

.contentsInr .tabs_parent>li {
	border-left: 10px solid #fff;
}

.tabs_parent>li:first-child {
	border-left: none !important;
}

/*オススメ*/

.contentsInr .recommend {
	border: 1px #DE0000 solid;
	padding: 25px 30px 35px;
	margin-top: 20px;
}

.contentsInr .recommend .title {
	padding: 0 0 0 50px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.contentsInr .recommend .title+.lead {
	margin-top: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.contentsInr .recommend .title img {
	vertical-align: -17px;
	padding-right: 10px;
}

.contentsInr .recommend .title span.area {
	background-color: #000;
	color: #FFF;
	padding: 5px 10px;
	font-size: 14px;
	margin: 0 10px 0;
	vertical-align: 5px;
}

.contentsInr .recommend .movie {
	text-align: center;
	margin: 20px auto 25px;
}

.contentsInr .recommend .btnArea {
	background-color: #CC0000;
	margin: 30px -30px -35px;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
}

.contentsInr .recommend .btnArea a {
	font-size: 18px;
	color: #0C066B;
	font-weight: bold;

	max-width: 400px;
	width: 100%;
	padding: 20px 0 !important;
	box-sizing: border-box;
}

.contentsInr .recommend.grid_col02 {
	border: 1px #DE0000 solid;
	padding: 25px 30px 30px;
	margin-top: 20px;
}

.contentsInr .recommend.grid_col02 .title {
	padding: 0;
}

.contentsInr .recommend.grid_col02 .itemBox01 {
	display: inline-block;
	float: left;
	width: 48%;
}

.contentsInr .recommend.grid_col02 .itemBox01:nth-of-type(2n) {
	float: right;
}

.contentsInr .recommend.grid_col02 .itemBox01 .movie {
	margin-top: 10px;
}

.contentsInr .recommend.grid_col02 .itemBox01 iframe {
	width: 100%;
	height: 250px;
}

.contentsInr .recommend.grid_col02 .btnArea {
	background-color: #CC0000;
	margin: 30px 0 0;
	padding: 30px;
	text-align: center;
}

/*その他*/

.contentsInr .other {
	margin: 60px 0 0;
}

.contentsInr .other .title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.contentsInr .other .iconMov01 {
	width: 2%;
	margin: 0px 5px 3px;
}

.contentsInr .other .movieLink {
	margin: 20px 0 0;
}

.contentsInr .other .movieLink .box01 {
	float: left;
	margin: 30px 0 0;
}

.contentsInr .other .movieLink .box01 a:after {
	content: " ";
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 46%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/icon_movie01.png) no-repeat 0 0;
	display: block;
	height: 36px;
	width: 36px;
}

.contentsInr .other .movieLink .box01:nth-child(even) {
	float: right;
}

.contentsInr .other .movieLink .area {
	background-color: rgba(0, 0, 0, 0.55);
	color: #FFF;
	padding: 5px 10px;
	font-size: 14px;
	vertical-align: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

.contentsInr .movieBox {
	display: none;
}


#cboxOverlay {
	background: #000;
}

#movie {
	background: #fff;
}

#inline-content {
	margin: 20px;
}

#ajax-wrap {
	margin: 20px;
}

#cboxClose {
	background: url(../img/icon_close01.png) no-repeat 0 0 !important;
	top: -40px;
	width: 32px;
	height: 32px;
}

#movie {
	padding: 0;
	margin: 0;
	width: 770px;
	overflow-x: hidden;
}

#movie .wrap01 {
	padding: 20px;
	line-height: 150%;
}

#movie .wrap01 .btn01 {
	text-align: center;
	margin-top: 20px;
}

#movie .wrap01 .btn01 a {
	padding: 20px !important;
	width: 400px;
}


.youtube {
	position: relative;
	width: 768px;
	height: 432px;
	margin: auto;
}

.player {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.thumb {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	overflow: visible;
}

#cboxTitle {
	color: #fff;
}

.contentsInr .other section {
	width: 768px !important;
}

.contentsInr .other figure {
	position: relative;
	overflow: hidden;
	width: 460px;
}

.contentsInr .other figcaption {
	position: absolute;
	/*
bottom: -45%;
height: 45%;
*/
	left: 0;
	width: 100%;
	z-index: 3;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: .3s;
	transition: .3s;
	color: #FFF;
}

.contentsInr .other p.textOverflow {
	padding: 10px;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
}

.contentsInr .other figure:hover figcaption {
	bottom: 0 !important;
}


/*link*/

.contentsInr .linkArea {
	background-color: #F6F6F6;
	border: 1px solid #DDDDDD;
	padding: 15px;
	margin-top: 50px;
}

.contentsInr .linkArea a {
	line-height: 135%;
}

.contentsInr .linkArea .box01 {
	width: 270px;
	float: left;
	text-align: center;
}

.contentsInr .linkArea .box01 p {
	padding: 10px 0 0;
	margin: 15px 0 0;
	border-top: 1px solid #CCC;
}

.contentsInr .linkArea .box02 {
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #DDD;
	display: flex;
	flex: auto;
	justify-content: space-between;
}

.contentsInr .linkArea .box02 .elem {
	width: 48%;
}

.contentsInr .linkArea .box02 .elem:first-of-type {
	border-right: 1px solid #DDDDDD;
}

.contentsInr .linkArea .box02 img {
	display: inline-block;
	padding: 0 15px 0 0;
	vertical-align: top;
}

.contentsInr .linkArea .box02 ul {
	/* width: 210px; */
	display: inline-block;
	vertical-align: middle;
}