@charset "utf-8";

/* ----------------------------------------

header

---------------------------------------- */
#header {
	margin-bottom: 40px;
}
@media screen and (max-width:767px){
	#header {
		margin-bottom: 10px;
	}
}
/* ----------------------------------------

MV

---------------------------------------- */
#mv {
	position: relative;
	height: 360px;
	margin-bottom: 50px;
}
#mv .mvInner {
	position: relative;
	z-index: 2;
	width: 1140px;
	height: 322px;
	background: #fff;
	margin: 0 auto;
}
#mv .mvInner a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#mv .mvInner a .fig {
	width: 570px;
	position: relative;
	overflow: hidden;
	height: 100%;
	background: url(../img/common/bg_dotted_01.png);
}
#mv .mvInner a .fig img {
	display: inline-block;
	position: relative;
	z-index: 1;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
#mv .mvInner a .fig .new {
	display: block;
	width: 54px;
	height: 54px;
	border: 1px solid #000;
	background: #fff;
	text-align: center;
	line-height: 54px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	font-weight: bold;
}
#mv .mvInner a .textArea {
	position: absolute;
	right: 45px;
	top: 45%;
	width: 480px;
	-webkit-transform:translate(0%, -50%); transform:translate(0%, -50%);
}
#mv .mvInner a .textArea .cat {
	font-size: 114.3%;
	margin-bottom: 5px;
}
#mv .mvInner a .textArea .cat:before {
	font-size: 112.5%;
}
#mv .mvInner a .textArea h2 {
	font-size: 171.5%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
#mv .mvInner a .textArea .cite {
	display: block;
	font-size: 142.9%;
	margin-bottom: 15px;
}
#mv .mvInner a .textArea p {
	font-size: 114.3%;
}
#mv .mvBg  {
	position: absolute;
	bottom: 0;
	height: 120px;
	width: 100%;
	background: url(../img/common/bg_dotted_01.png);
	z-index: 1;
}
@media screen and (max-width:767px){
	#mv {
		height: auto;
		margin-bottom: 0;
	}
	#mv .mvInner {
		width: auto;
		height: auto;
	}
	#mv .mvInner a .fig {
		width: auto;
		margin: 0 10px;
		height: 0;
    	padding-top: 53.45614%;
	}
	#mv .mvInner a .fig img {
		width: 100%;
		height: auto;
	}
	#mv .mvInner a .fig .new {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 11px;
	}
	#mv .mvInner a .textArea {
		position: static;
		width: 100%;
		-webkit-transform:translate(0%, 0%); transform:translate(0%, 0%);
		background: url(../img/common/bg_dotted_01.png);
		padding: 0 10px 15px;
	}
	#mv .mvInner a .textArea .textAreaInner {
		background: #fff;
		padding: 10px 20px 16px;
		line-height: 1.7;
	}
	#mv .mvInner a .textArea .cat {
		font-size: 12px;
	}
	#mv .mvInner a .textArea h2 {
		font-size: 18px;
		margin-bottom: 3px;
	}
	#mv .mvInner a .textArea .cite {
		font-size: 16px;
		margin-bottom: 8px;
	}
	#mv .mvInner a .textArea p {
		display: none;
	}
	#mv .mvBg  {
		display: none;
	}
}

/* ----------------------------------------

main

---------------------------------------- */

#main .btnStyle01 {
	border-top: 1px dotted #ccc;
	padding-top: 40px;
}
@media screen and (max-width:767px){
	#main .btnStyle01 {
		border-top: none;
		padding-top: 20px;
	}
}