/* ======== 位置コントロール ======== */
/*-- 中央 --*/
.catalog_wrap {
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:80%;
	max-width: 1200px;
}
/*-- 左 --*/
.catalog_l {
	margin:0 auto 0 auto;
	padding:0 14em 0 0;
	width:100%;
	max-width: 1200px;
	
}
/*-- 右 --*/
.catalog_r {
	margin:0 auto 0 auto;
	padding:0 0 0 14em ;
	width:100%;
	max-width: 1200px;
}

/*-- 中央小 --*/
.catalog_wraps {
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:75%;
	max-width: 1100px;
}
/*-- 中央小2 --*/
.catalog_wraps2 {
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:40%;
}
/*-- 中央小3 --*/
.catalog_wraps3 {
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:50%;
}

/*-- 左小 --*/
.catalog_ls {
	margin:0 auto 0 auto;
	padding:0 0 0 5em;
	width:80%;
}
.catalog_ls img {
	width:70%;
}

/*-- 右小 --*/
.catalog_rs {
	margin:0 auto 0 auto;
	padding:0 5em 0 0;
	text-align:right;
	width:80%;
}
.catalog_rs img {
	width:70%;
}

/*-- 右小 --*/
.catalog_rs {
	margin:0 auto 0 auto;
	padding:0 5em 0 0;
	text-align:right;
	width:80%;
}
.catalog_rs img {
	width:60%;
}

.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%;
}

/* ======== マスク適用 ======== */
/*-- 中央 --*/
.hovpc_c {
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	max-width: 100%;
	width:100%;
	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: -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_c:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/*-- 左 --*/
.hovpc_l {
	margin:0 0 0 0;
	padding:0 0 0 20%;
	max-width: 1200px;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_l img {
	max-width: 1200px;
	width:100%;
	height: auto;
}
.hovpc_l .mask {
	max-width: 1200px;
	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_l:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/*-- 右 --*/
.hovpc_r {
	margin-left: auto;
	padding:0 20% 0 0;
	max-width: 1200px;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_r img {
	max-width: 1200px;
	width:100%;
	height: auto;
}
.hovpc_r .mask {
	max-width: 1200px;
	width:96.5%;
	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_r:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

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

.hovpc_ls {
	margin:0 0 0 0;
	padding:0 0 0 0;
	max-width: 1000px;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_ls img{
	max-width: 700px;
	width:100%;
	height: auto;
}
.hovpc_ls .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_ls:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

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

.hovpc_ls2 {
	margin:0 0 0 5%;
	padding:0 0 0 0;
	max-width: 550px;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_ls2 img{
	max-width: 550px;
	width:100%;
	height: auto;
}
.hovpc_ls2 .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_ls2:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========RIGHT SMALL======== */
.hovpc_rs {
	margin-left: auto;
	padding:0 0 0 0;
	max-width: 700px;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_rs img{
	max-width: 700px;
	width:100%;
	height: auto;
}
.hovpc_rs .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_rs:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========LEFT SMALL2======== */
.hovpc_rs2 {
	padding:0 0 0 0;
	max-width: 700px;
	width:100%;
	right:0 !important;
	text-align:right;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_rs2 img{
	max-width:700px;
	width:100%;
	height: auto;
	right:0;
	text-align:right;
}



/* ========CENTER 2======== */
.hovpc_c2 {
	margin: 0 auto;
	padding:0 0 0 0;
	max-width: 85%;
	width: 85%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
	text-align:center;
}
.hovpc_c2 img{
	max-width: 100%;
	width:100%;
	height: auto;
}
.hovpc_c2 .mask {
	max-width: 100%;
	width:100%;
	height:auto;
	margin: -3px 0 0 0em ;
	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_c2:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/* ========CENTER 3======== */
.hovpc_c3 {
	margin: 0 auto;
	padding:0 0 0 0;
	max-width: 50%;
	width: 50%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
	text-align:center;
}
.hovpc_c3 img{
	max-width: 100%;
	width:100%;
	height: auto;
}
.hovpc_c3 .mask {
	max-width: 100%;
	width:100%;
	height:auto;
	margin: -3px 0 0 0em ;
	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_c3:hover .mask {
	opacity:		1;	/* マスクを表示する */
}


/* ========THUMBNAIL======== */

.hovpc_thumb {
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	max-width: 100%;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_thumb img{
	max-width: 300px;
	width:100%;
	height: auto;
}
.hovpc_thumb .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.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
	text-align:left;
}
.hovpc_thumb: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.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hovpc_all:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

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

.hovpc_fr {
	z-index:9999 !important;
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	max-width: 100%;
	width:49%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
	display:inline-block;
}
.hovpc_fr img{
	max-width: 1000px;
	width:100%;
	height: 100%;
}
.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:10em auto 0em auto;
	right:100 !important;
	padding:0 0 0 0;
	max-width: 100%;
	width:49%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
	float:right;
}
.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;	/* マスクを表示する */
}


/* ========FLOAT2======== */

.hovpc_fr2 {
	z-index:9999 !important;
	margin: 0em 0 0 1em;
	padding:0 0 0 0;
	max-width: 100%;
	width:50%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
	display:inline-block;
}
.hovpc_fr2 img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_fr2 .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_fr2:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.hovpc_fl2 {
	margin:10em auto 0em auto;
	right:100 !important;
	padding:0 0em 0 0;
	max-width: 100%;
	width:48%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
	float:left;
}
.hovpc_fl2 img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_fl2 .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_fl2:hover .mask {
	opacity:		1;	/* マスクを表示する */
}


/* ========FLOAT2======== */

.hovpc_fr3 {
	z-index:9999 !important;
	margin: 0em 0 0 1em;
	padding:0 0 0 0;
	max-width: 100%;
	width:48%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
	display:inline-block;
}
.hovpc_fr3 img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_fr3 .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_fr3:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.hovpc_fl3 {
	margin:0em auto 0em auto;
	right:100 !important;
	padding:0 0em 0 0;
	max-width: 100%;
	width:48%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
	float:left;
}
.hovpc_fl3 img{
	max-width: 1000px;
	width:100%;
	height: auto;
}
.hovpc_fl3 .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_fl3: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;
	color:#FFF;
	font-weight: lighter !important;
	text-align:left;
}
.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;
}






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

/* ========THUMBNAIL======== */




.catalog_l{
	margin:0 auto 0 auto;
	padding:0 5em 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:90%;
}
.catalog_wrapsli{
	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_wrapsmall{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:50%;
}
.catalog{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:100%;
}

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

.hovpc_ls {
	margin:0 0 0 0;
	padding:0 5em 0 0;
	max-width: 1000px;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_ls img{
	max-width: 1000px;
	width:100%;
	height: auto;
}

/* ========RIGHT SMALL======== */
.hovpc_rs {
	margin-left: auto;
	padding:0 0 0 5em;
	max-width: 1000px;
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.hovpc_rs img{
	max-width: 1000px;
	width:100%;
	height: auto;
}


}