.catalog_l{
	margin:0 auto 0 auto;
	padding:0 5em 0 0;
	width:80%;
}
.catalog_l2{
	margin:0 auto 0 auto;
	padding:0 15em 0 0;
	width:80%;
}
.catalog_r{
	margin:0 auto 0 auto;
	padding:0 0 0 5em;
	width:80%;
}
.catalog_wrap{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:100%;
}
.catalog_wrap2{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:70%;
}
.catalog_wrap3{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:55%;
}
.catalog{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:100%;
}


/* ========LEFT======== */

.hovpc_l {
	margin:0 0 0 0;
	padding:0 0 0 0;
	max-width: 1000px;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_l img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_l .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_l:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========LEFT 2======== */
.hovpc_l2 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	max-width: 1000px;
	width:80%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_l2 img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_l2 .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_l2:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========LEFT 3======== */

.hovpc_l3 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	max-width: 1000px;
	width:75%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_l3 img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_l3 .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_l3:hover .mask {
	opacity:		1;	/* マスクを表示する */
}


/* ========LEFT HALF======== */

.hovpc_lf {
	margin:0 0 0 0;
	padding:0 0 0 0;
	max-width: 1000px;
	width:50%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_lf img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_lf .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_lf:hover .mask {
	opacity:		1;	/* マスクを表示する */
}


/* ========RIGHT======== */

.hovpc_r {
	margin-left: auto;
	padding:0 0 0 0;
	max-width: 1000px;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_r img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_r .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_r:hover .mask {
	opacity:		1;	/* マスクを表示する */
}
/* ========RIGHT 2======== */

.hovpc_r2 {
	margin-left: auto;
	padding:0 0 0 0;
	max-width: 1000px;
	width:80%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_r2 img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_r2 .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_r2:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========RIGHT 3======== */

.hovpc_r3 {
	margin-left: auto;
	padding:0 0 0 0;
	max-width: 1000px;
	width:75%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_r3 img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_r3 .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_r3:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========RIGHT HALF======== */

.hovpc_rh {
	margin-left: auto;
	padding:0 0 0 0;
	max-width: 1000px;
	width:50%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_rh img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_rh .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_rh:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========CENTER======== */

.hovpc_c {
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	max-width: 1200px;
	width:50%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_c img{
	max-width: 100%;
	width:100%;
	height: auto;
}
.hovpc_c .mask {
	max-width: 100%;
	width:100%;
	height:auto;
	margin-top: 0;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_c:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========CENTER2======== */

.hovpc_c2 {
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	max-width: 1200px;
	width:65%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_c2 img{
	max-width: 100%;
	width:100%;
	height: auto;
}
.hovpc_c2 .mask {
	max-width: 100%;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_c2:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========CENTER3======== */

.hovpc_c3 {
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	max-width: 1200px;
	width:60%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_c3 img{
	max-width: 100%;
	width:100%;
	height: auto;
}
.hovpc_c3 .mask {
	max-width: 100%;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_c3:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========CENTER4======== */

.hovpc_c4 {
	margin-left: 13%;
	padding:0 0 0 0;
	max-width: 50%;
	width:50%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_c4 img{
	max-width: 100%;
	width:100%;
	height: auto;
}
.hovpc_c4 .mask {
	max-width: 100%;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_c4:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========CENTER5======== */
.hovpc_c5 {
	margin-left: 37.5%;
	padding:0 0 0 0;
	max-width: 50%;
	width:50%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_c5 img{
	max-width: 100%;
	width:100%;
	height: auto;
}
.hovpc_c5 .mask {
	max-width: 100%;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_c5:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========ALL======== */

.hovpc_all {
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	max-width: 100%;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_all img{
	max-width: 100%;
	width:100%;
	height: auto;
}
.hovpc_all .mask {
	max-width: 100%;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_all:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========FLOAT======== */

.hovpc_fr {
	margin-left: auto;
	margin-top:10em;
	padding:0 0 0 0;
	max-width: 1000px;
	width:50%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
	float:left;
}
.hovpc_fr img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_fr .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_fr:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.hovpc_fl {
	margin-left: auto;
	padding:0 0 0 0;
	max-width: 1000px;
	width:49%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_fl img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_fl .mask {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin-top: -3px;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_fl:hover .mask {
	opacity:		1;	/* マスクを表示する */
}



/* ========COMMON TXT======== */

.details{
	padding:3em 1em 0 3em;
	line-height:20px;
	font-size:12px;
	letter-spacing:1px;
	margin:0 0 2em 0;
	position: absolute;
	bottom: 0;
	left:0;
	text-align:left;
	color:#FFF;
	font-weight: lighter !important;
	
}
.details p{
	padding:0 0 0.5em 0;
}
.ttl{
	font-size: 20px;
	padding:75px 0 0 0 !important;
}
.details a:link {
	color: #FFF;
	text-decoration: underline !important;
}
.details a:hover {
	color: #C8C8C8;
	text-decoration:none !important;
}
.details a:visited {
	color: #FFF;
	text-decoration: underline;
}

.details2{
	padding:3em 1em 0 3em;
	line-height:20px;
	font-size:12px;
	letter-spacing:1px;
	margin:0 0 2em 0;
	position: absolute;
	right:0;
	bottom: 0;
	color:#FFF;
	font-weight: lighter !important;
	
}
.details2 p{
	padding:0 0 0.5em 0;
}
.ttl{
	font-size: 20px;
	padding:75px 0 0 0 !important;
}
.details2 a:link {
	color: #FFF;
	text-decoration: underline !important;
}
.details2 a:hover {
	color: #C8C8C8;
	text-decoration:none !important;
}
.details2 a:visited {
	color: #FFF;
	text-decoration: underline;
}





 /* ===========================================
	スマートフォン系 748 - 
=========================================== */
@media screen and (max-width: 750px) {

.catalog_l{
	margin:0 auto 0 auto;
	padding:0 10em 0 0;
	width:100%;
	height:auto;
}
.catalog_r{
	margin:0;
	padding:0 0 0 27.5%;
	width:100%;
	height:auto;
}
.catalog_r2{
	margin:0;
	padding:0 0 0 15%;
	width:100%;
	height:auto;
}
.catalog_wrap{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:100%;
}
.catalog_wrap2{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:70%;
}
.catalog{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:100%;
}

}