@charset "UTF-8";



.titles-info {
	display: table;
	margin: 93px 0 65px;
	width: 100%;
}
.titles-info > div {
	display: table-cell;
	vertical-align: top;
}
.titles-info > div:first-child {
	text-align: center;
	width: 40.1785%;
}
.titles-info > div div.image {
	background-color: #EEF9FD;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 280px;
	width: 448px;
}
.titles-info > div:first-child p {
	font-size: 13px;
	margin: 10px 0 0;
}
.titles-info > div:last-child {
	padding-left: 2.7678%;
}
.titles-info table {
	width: 100%;
}
.titles-info table th,
.titles-info table td {
	font-feature-settings: "palt";
	vertical-align: middle;
}
.titles-info table tr + tr th,
.titles-info table tr + tr td {
	padding-top: 11px;
}
.titles-info table th {
	color: #27A9D7;
	font-weight: normal;
	text-align: center;
	width: 7.5em;
}
.titles-info table th span {
	border: 1px solid #27A9D7;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.2;
	padding: 5px 0;
	width: 100%;
}
.titles-info table td {
	font-size: 17px;
	padding-left: 16px;
}
.titles-info table td .com-btn4 {
	margin: 30px 0 0 0;
}

.titles-trailer {
	margin: 90px 0 115px;
	text-align: center;
	width: 100%;
}
.titles-trailer > div {
	margin: auto;
	max-width: 840px;
	position: relative;
	width: 100%;
}
.titles-trailer > div:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.titles-trailer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.com-buttons1 .btn4 {
	font-weight: normal;
	line-height: 48px;
	height: 50px;
	width: 200px;
}

img.ttldetImg {
	width: 100%;
}
.contain {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.contain img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}