@charset "UTF-8";

@media screen and (min-width:1360px) { 

#product_area {
	position: relative;
	padding: 172px 0 160px;
}
#product_area > h2.title {
	margin: 0 auto 0;
	width: 240px;
	height: 74px;
	background: url(../images/product/title.png) no-repeat;
	background-size: 240px 74px;
	text-indent: -9999px;
}

/* list */
#product_area ul.product_list {
	margin: 76px auto 0;
	width: 920px;
	text-align: center;
}
#product_area ul.product_list li {
	width: 256px;
	margin: 0 15px 60px 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
}
#product_area ul.product_list li:hover {
	opacity: 0.6;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#product_area ul.product_list li a {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	text-decoration: none;
	padding: 0 0 40px 0;
	position: relative;
	z-index: 99;
}
#product_area ul.product_list li .image_box {
	padding: 10px;
	background: url(../images/image_bg.png) repeat;
	background-size: 36px;
}
#product_area ul.product_list li .image_area .image {
	width: 100%;
}
#product_area ul.product_list li .release_date {
	color: #5d6670;
	font-size: 13px;
	font-weight: bold;
	line-height: 37px;
	height: 37px;
}
#product_area ul.product_list li h3.title {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	line-height: 1.2;
}
#product_area ul.product_list li .subtitle {
	font-size: 15px;
	line-height: 1;
}
#product_area ul.product_list li:before,
#product_area ul.product_list li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 256px;
	height: 26px;
	transition: opacity 0.3s linear;
	opacity: 1;
	cursor: pointer;
}
#product_area ul.product_list li:hover:before {
	opacity: 0;
}
#product_area ul.product_list li:before {
	content: '';
	background: url(../images/product/btn_more_off.png) no-repeat;
	background-size: 256px 26px;
	z-index: 1;
}
#product_area ul.product_list li:after {
	content: '';
	background: url(../images/product/btn_more_on.png) no-repeat;
	background-size: 256px 26px;
	z-index: 0;
}



/* detail */
.product_detail {
	margin: 70px auto 0;
	width: 816px;
}
.product_detail p.release_date {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}
.product_detail h3.title {
	margin: 3px 0 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.product_detail p.subtitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.product_detail .main_img {
	margin: 20px 0 0;
	width: 936px;
}
.product_detail .order_area {
	margin: 52px 0 0;
}
.product_detail .order_area .link_btn a {
	display: block;
	width: 300px;
	height: 44px;
	background: #000 url(../images/ico_arr.png) right center no-repeat;
	background-size: 25px 16px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
}
.product_detail .spec_area {
	margin: 5px 0 0;
}
.product_detail .spec_area h4.title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.product_detail .spec_area h4.title.title2 {
	margin: 32px 0 0;
}
.product_detail .spec_area p.text {
	margin: 1px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}
.product_detail .special_img {
	margin: 30px 0 0;
	width: 270px;
}
.product_detail .special_img img {
	width: 100%;
	height: auto;
}
.product_detail .movie_area {
	position: relative;
	margin: 32px 0 0;
	width: 430px;
}
.product_detail .movie_area h4.title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}
.product_detail .movie_area .movie_thumb {
	padding: 10px 10px 10px 10px;
	background: url(../images/image_bg.png);
	background-size: 36px 36px;
}
.product_detail .movie_area .movie_thumb .image {
	width: 410px;
}
.product_detail .movie_area .movie_txt {
	position: absolute;
	top: 9px;
	right: -9px;
	z-index: 2;
	width: 15px;
	height: 34px;
	background: url(../images/product/cm_txt.png) no-repeat;
	background-size: 15px 34px;
	text-indent: -9999px;
}

.product_detail .link_btn_list {
	margin: 65px 0 0;
	text-align: left;
}
.product_detail .link_btn_list .link_btn {
	display: inline-block;
	vertical-align: top;
}
.product_detail .link_btn_list .link_btn a {
	display: block;
	color: #fff;
	background: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 4px 10px;
	text-decoration: none;
}


} /* @media screen end */