@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Main Index
---------------------------------------*/

@media screen and (min-width:600px) {
/*------------
600px--index
------------*/

#visArea{
width: 100%;
height: 100%;
background: url(./img/bg_border.png) left top repeat;
background-size: auto;
margin: 0 0 60px;
position: relative;
z-index: 0;
border-bottom: 1px solid #ddd;
}
#visArea .vis {
	width: 60.3125%;
	min-width: 800px;
	float: right;
}
#visArea .vis img {
	width: 100%;
	height: auto;
}

#hm_catch {
	position: absolute;
	top: 50%;
  left: 4.6875%;
  -webkit-transform: translate(0%, -50%); /* Safari用 */
  transform: translate(0%, -50%);
	z-index: 1;
}
#hm_catch .catchWrap {
	display: block;
	width: 70%;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	color: #fff;
}
#hm_catch .catch {
	display: inline;
	font-family: 'Open Sans', Arial, Verdana, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 2.6;
	background-color: #000;
	padding: 10px 0;
	position: relative;
	font-weight: bold;
}

#hm_catch .catch p {
	display: inline;
	line-height: 1;
	background-color: #000;
	padding: 10px 0px;
	position: relative;
	margin-right: -10px;
	
}
#hm_catch .catch span {
	line-height: 1;
	background-color: #000;
	position: relative;
	left: 16px;
	padding: 10px 16px;
	margin-left: -16px;
}

#hm_catch .catch span.space {
	display: inline-block;
	width: 16px;
	background-color: transparent;
	left: 0;
	padding: 0;
	margin: 0;
}
#hm_catch .copy {
	width: 32%;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
	line-height: 1.8;
	text-shadow: 0px 0px 5px rgba(255,255,255,1),0px 0px 5px rgba(255,255,255,1),0px 0px 5px rgba(255,255,255,1),
	0px 0px 10px rgba(255,255,255,1),0px 0px 10px rgba(255,255,255,1),0px 0px 10px rgba(255,255,255,1),
	0px 0px 20px rgba(255,255,255,1),0px 0px 20px rgba(255,255,255,1),0px 0px 20px rgba(255,255,255,1);
}



}








@media screen and (max-width: 599px) {

/*------------
Index--599px
------------*/


#visArea{
box-sizing: border-box;
width: 100%;
background-size: 100% auto;
padding: 0;
position: relative;
z-index: 0;
}
#visArea .vis {
margin-bottom: 15px;
}

#hm_catch {
box-sizing: border-box;
width: 92%;
border-bottom: 1px solid #ddd;
padding: 0 0 20px;
margin: 0 auto 30px;
}
#hm_catch .catchWrap {
display: block;
box-sizing: border-box;
width: calc(100% - 24px);
font-size: 18px;
font-size: 1.8rem;
line-height: 1.4;
color: #fff;
}
#hm_catch .catch {
	display: inline;
	font-family: 'Open Sans', Arial, Verdana, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #000;
	padding: 6px 0;
	font-weight: bold;
}
#hm_catch .catch p {
	display: inline;
	font-size: 18px;
	font-size: 1.8rem;
	background-color: #000;
	padding: 6px 0px;
	position: relative;
	left: 24px;
}
#hm_catch .catch span {
	line-height: 2.0;
	background-color: #000;
	padding: 6px 0px;
	position: relative;
	right: 12px;
}
#hm_catch .copy {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 1.8;
}





}







