@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .mainImg {
	position: relative;
}

#main .mainImg .image img {
	width: 100%;
}

#main .mainImg h2 {
	position: absolute;
	top: 49.1%;
	left: 50.35%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

#main .showBox {
	padding: 3px 0 7px 0;
	background-color: #000e57;
}

#main .showBox .photoUl {
	margin: 0 auto;
	width: 99.8%;
	max-width: 1398px;
}

#main .showBox .photoUl li {
	margin-right: 0.333%;
	width: 24.75%;
	float: left;
}

#main .showBox .photoUl li .photo {
	margin-bottom: 6px;
}

#main .showBox .photoUl li .photo img {
	width: 100%;
}

#main .showBox .photoUl li p {
	margin: 0 18px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1.2px;
}

#main .showBox .photoUl li:last-child {
	margin-right: 0;
}

#main .showBox .photoUl li a {
	color: #fff;
	display: block;
}

#main .showBox .photoUl li a:hover {
	opacity: 0.7;
}

#main .lineBox {
	padding: 26px 0 23px;
	border-bottom: 2px solid #000e57;
	background-color: #00b900;
}

#main .lineBox .imgBox {
	margin: 0 auto;
	max-width: 948px;
}

#main .lineBox .imgBox .photo {
	margin-right: 79px;
	float: left;
}

#main .lineBox .imgBox .textBox {
	width: 676px;
	float: left;
}

#main .lineBox .imgBox .textBox p {
	margin-bottom: 8px;
	color: #fff;
	font-size: 22px;
	line-height: 1.7;
}

#main .lineBox .imgBox .textBox p:last-child {
	margin-bottom: 0;
}

#main .lineBox .imgBox .textBox p strong {
	font-size: 28px;
}

#main .lineBox .imgBox .textBox h2 {
	margin-bottom: 13px;
}

#main .informationsBox {
	padding: 36px 0 80px;
	background: url(../images/index/info_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .informationsBox .informationsUl li {
	margin-right: 50px;
	width: 300px;
	float: left;
}

#main .informationsBox .informationsUl li img {
	width: 100%;
}

#main .informationsBox .informationsUl li:last-child {
	margin-right: 0;
}

#main .informationsBox .informationsUl li .textBox {
	padding: 10px 10px;
	min-height: 381px;
	border: 5px solid #e0e0e0;
	box-sizing: border-box;
	background-color: #fff;
	overflow-y: auto;
}

#main .informationsBox .informationsUl li .title {
	margin-bottom: 4px;
	color: #424242;
	font-size: 11px;
	line-height: 1;
}

#main .informationsBox .informationsUl li .title span {
	margin: -5px 14px 0 0;
	color: #000e57;
	font-size: 20px;
	letter-spacing: 0.5px;
	font-family: 'Titillium Web', sans-serif;
	vertical-align: middle;
	display: inline-block;
}

#main .informationsBox .informationsUl li .newsDl {
	color: #333333;
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	line-height: 1.38;
}

#main .informationsBox .informationsUl li .newsDl a {
	color: #333;
}

#main .informationsBox .informationsUl li .newsDl a:hover {
	text-decoration: underline;
}

#main .informationsBox .informationsUl li .newsDl dt {
	margin: 0 4px;
}

#main .informationsBox .informationsUl li .newsDl dd {
	margin-bottom: 8px;
	padding: 0 4px 11px;
	border-bottom: 1px dotted #7c7a7a;
}

#main .informationsBox .informationsUl li .newsDl dd:last-child {
	margin-bottom: 0;
}

#main .gatalogBox {
	/*margin-bottom: 50px;*/
	padding: 68px 0 67px;
	background-color: #000e57;
}

#main .gatalogBox .headLine01 {
	margin-bottom: 40px;
	color: #fff;
}

#main .gatalogBox .gatalogUl {
	margin-bottom: 25px;
	background-color: #000;
}

#main .gatalogBox .gatalogUl li {
	width: 50%;
	float: left;
	text-align: center;
}

#main .gatalogBox .gatalogUl li a {
	padding: 60px 15px 67px;
	font-size: 13px;
	color: #fff;
	display: block;
	background: url(../images/index/gatalog_bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .gatalogBox .gatalogUl li a:hover {
	opacity: 0.7;
}

#main .gatalogBox .gatalogUl li:last-child a {
	background-image: url(../images/index/gatalog_bg02.jpg);
}

#main .gatalogBox .gatalogUl li .title {
	margin-bottom: 17px;
	font-family: 'Titillium Web', sans-serif;
	position: relative;
}

#main .gatalogBox .gatalogUl li .title:after {
	width: 15px;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #fff;
	content: "";
}

#main .gatalogBox .gatalogUl li .blodTxt {
	margin-top: 5px;
	font-weight: bold;
}

#main .gatalogBox .gatalogUl li .blodTxt span {
	margin: 18px auto 0;
	padding: 3px 4px 4px;
	width: 83px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 11px;
	border: 1px solid #fff;
	line-height: 1;
	box-sizing: border-box;
	display: block;
}

#main .galleryBox .galleryUl {
	margin: 0 auto 40px;
	max-width: 1370px;
	width: 98%;
}

#main .galleryBox .galleryUl li {
	margin-right: 0.8%;
	width: 16%;
	float: left;
	border-radius: 5px;
	border: 1px solid #dadada;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/index/gallery_bg.jpg) no-repeat center center;
}

#main .galleryBox .galleryUl li img {
	width: 100%;
}

#main .galleryBox .galleryUl li:last-child {
	margin-right: 0;
}

#main .galleryBox .galleryUl li a {
	padding: 12px 9px 29px;
	font-size: 12px;
	display: block;
}

#main .galleryBox .galleryUl li a:hover {
	opacity: 0.7;
}

#main .galleryBox .galleryUl li .title {
	margin-bottom: 5px;
	color: #1e34a4;
	font-size: 16px;
}

#main .galleryBox .headLine01 {
	margin-bottom: 32px;
}

#main .galleryBox .galleryUl .photo {
	margin-bottom: 7px;
}

#main .galleryBox .galleryUl p {
	line-height: 1.38;
}

#main .galleryBox {
	margin-bottom: 58px;
}

#main .introductionBox {
	padding: 53px 0 65px;
	background: url(../images/index/introduction_bg.jpg) no-repeat left top;
	background-size: cover;
	margin-bottom: 50px;
}

#main .introductionBox .headLine01 {
	margin-bottom: 39px;
	color: #fff;
}

#main .introductionBox .centerTxt {
	margin-bottom: 31px;
	font-size: 14px;
	line-height: 2.55;
}

#main .introductionBox .imageUl li a {
	display: inline-block;
}

#main .introductionBox .imageUl li a:hover {
	opacity: 0.7;
}

#main .introductionBox .imageUl li {
	margin-right: 50px;
	padding: 20px 20px 46px;
	width: 300px;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	background-color: #fff;
	position: relative;
}

#main .introductionBox .imageUl li:last-child {
	margin-right: 0;
}

#main .introductionBox .imageUl li .photo {
	margin-bottom: 14px;
	position: relative;
}

#main .introductionBox .imageUl li .photo span {
	padding: 4px 3px 3px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.85);
}

#main .introductionBox .imageUl li .text {
	line-height: 1.75;
}

#main .introductionBox .imageUl li .detailTxt {
	padding-right: 16px;
	color: #000e57;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	bottom: 16px;
	left: 17px;
	background: url(../images/common/icon03.png) no-repeat right center;
}

#main .snsBox {
	padding: 53px 0 42px;
	background-color: #04115a;
}

#main .snsBox .headLine01,
#main .makerBox .headLine01 {
	margin-bottom: 43px;
	color: #fff;
}

#main .snsBox .snsUl li {
	margin-right: 50px;
	width: 300px;
	float: left;
}

#main .snsBox .snsUl li:last-child {
	margin-right: 0;
}

#main .snsBox .snsUl li .title {
	margin-bottom: 4px;
	color: #fff;
	letter-spacing: 1px;
}

#main .snsBox .snsUl li .innerBox {
	height: 400px;
	border-radius: 4px;
	overflow-y: auto;
	background-color: #fff;
}

#main .snsBox .snsUl .faceabook .innerBox {
	overflow-y: hidden;
}

#main .snsBox .linkTxt {
	margin-top: 29px;
	text-align: right;
}

#main .snsBox .linkTxt a {
	margin-right: 49px;
	position: relative;	
	display: inline-block;
}

#main .snsBox .linkTxt a:hover {
	opacity: 0.7;
}

#main .snsBox .linkTxt a:after {
	width: 2px;
	height: 24px;
	position: absolute;
	top: 0;
	right: -23px;
	background-color: #fff;
	content: "";
}

#main .snsBox .linkTxt a:last-child {
	margin-right: 0;
}

#main .snsBox .linkTxt a:last-child:after {
	display: none;
}

#main .makerBox .comBox {
	max-width: 740px;
}

#main .makerBox .imageUl {
	margin-top: -22px;
}

#main .makerBox .imageUl li {
	margin: 22px 40px 0 0;
	width: 220px;
	float: left;
}

#main .makerBox .imageUl li a:hover {
	opacity: 0.7;
}

#main .makerBox .imageUl li:nth-child(3n) {
	margin-right: 0;
}

#main .makerBox {
	padding: 42px 0 61px;
	border-bottom: 2px solid #000e57;
	background-color: #000834;
}

#main .makerBox .headLine01 {
	margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
	#main .mainImg h2 img {
		width: 272px;
	}
	
	#main .mainImg h2 {
		top: 48.8%;
		left: 50.7%;
	}
	
	#main .showBox {
		padding: 14px 14px 17px;
	}
	
	#main .showBox .photoUl {
		margin-top: -20px;
		width: auto;
	}
	
	#main .showBox .photoUl li {
		margin: 20px 0 0 0;
		width: 49.66%;
	}
	
	#main .showBox .photoUl li:nth-child(2n) {
		float: right;
	}
	
	#main .showBox .photoUl li .photo img {
		width: 100%;
	}
	
	#main .showBox .photoUl li p {
		margin: 0 9px;
		font-size: 7px;
	}
	
	#main .showBox .photoUl li .photo {
		margin-bottom: 4px;
	}
	
	#main .lineBox .imgBox .photo {
		display: none;
	}
	
	#main .lineBox .imgBox .textBox {
		width: auto;
		 float: none;
	}
	
	#main .lineBox .imgBox .textBox h2 img {
		max-width: 400px;
		margin: 0 auto;
		width: 100%;
	}
	
	#main .lineBox {
		padding: 23px 16px 19px 21px;
		border-bottom: none;
	}
	
	#main .lineBox .imgBox .textBox p {
		margin-bottom: 3px;
		font-size: 11px;
	}
	
	#main .lineBox .imgBox .textBox h2 {
		margin-bottom: 7px;
	}
	
	#main .lineBox .imgBox .textBox p strong {
		font-size: 14px;
	}
	
	#main .informationsBox {
		/*margin-bottom: 25px;*/
		padding: 28px 0 29px;
		background-image: url(../images/index/sp_info_bg.jpg);
	}
	
	#main .informationsBox .informationsUl {
		margin: 0 auto;
		width: 85%;
	}
	
	#main .informationsBox .informationsUl li {
		margin: 0 0 36px;
		width: auto;
		float: none;
	}
	
	#main .informationsBox .informationsUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .informationsBox .informationsUl li .title span {
		margin-right: 16px;
		letter-spacing: 0;
	}
	
	#main .informationsBox .informationsUl li .textBox {
		padding: 15px 15px;
		min-height: 174px;
		border: 2px solid #e0e0e0;
	}
	
	#main .informationsBox .informationsUl li .title {
		margin-bottom: 3px;
	}
	
	#main .informationsBox .informationsUl li .newsDl dd {
		padding: 0 4px 13px;
		margin-bottom: 9px;
	}
	
	#main .informationsBox .informationsUl li .newsDl a:hover {
		text-decoration: none;
	}
	
	#main .galleryBox .galleryUl {
		margin: -5px 0 19px;
		width: auto;
	}
	
	#main .galleryBox .galleryUl li {
		margin: 5px 1% 0 0;
		width: 32.66%;
	}
	
	#main .galleryBox .galleryUl li:nth-child(3n) {
		margin-right: 0;
	}
	
	#main .galleryBox .galleryUl .photo img {
		width: 100%;
	}
	
	#main .galleryBox {
		margin-bottom: 25px;
		padding: 0 17px;
	}
	
	#main .galleryBox .galleryUl li a {
		padding: 6px 4px 13px;
	}
	
	#main .galleryBox .headLine01 {
		margin-bottom: 28px;
	}
	
	#main .galleryBox .galleryUl li .title {
		font-size: 8px;
	}
	
	#main .galleryBox .galleryUl .photo {
		margin-bottom: 4px;
	}
	
	#main .galleryBox .galleryUl li a {
		font-size: 6px;
	}
	
	#main .galleryBox .galleryUl li .title {
		margin-bottom: 2px;
	}
	
	#main .gatalogBox {
		padding-top: 30px;
	}
	
	#main .gatalogBox .headLine01, #main .gatalogBox .gatalogUl {
		margin-bottom: 20px;
	}
	
	#main .gatalogBox .gatalogUl li {
		float: none;
		width:100%;
	}
	
	#main .introductionBox {
		padding: 24px 21px 18px;
		background-image: url(../images/index/sp_introduction_bg.jpg);
		margin-bottom: 25px;
	}
	
	#main .introductionBox .centerTxt {
		margin-bottom: 20px;
		font-size: 7px;
	}
	
	#main .introductionBox .headLine01 {
		margin-bottom: 17px;
	}
	
	#main .introductionBox .imageUl li {
		margin: 0 0 9px;
		padding: 11px 9px 12px;
		width: auto;
		border-radius: 3px;
		float: none;
	}
	
	#main .introductionBox .imageUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .introductionBox .imageUl li .photo {
		margin-bottom: 0;
		width: 41.5%;
		float: left;
	}
	
	#main .introductionBox .imageUl li .photo img {
		width: 100%;
	}
	
	#main .introductionBox .imageUl li .photo span {
		padding: 1px 3px 2px;
		font-size: 10px;
	}
	
	#main .introductionBox .imageUl li .textBox {
		margin-top: -2px;
		padding-bottom: 30px;
		width: 54%;
		float: right;
	}
	
	#main .introductionBox .imageUl li .detailTxt {
		padding-right: 8px;
		font-size: 8px;
		bottom: 15px;
		left: 46%;
		background-size: 5px auto;
	}
	
	#main .snsBox {
		padding: 16px 21px 18px;
	}
	
	#main .snsBox .snsUl li {
		margin: 0 0 22px;
		width: auto;
		float: none;
	}
	
	#main .snsBox .snsUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .snsBox .snsUl li .title {
		text-align: center;
		font-size: 12px;
	}
	
	#main .snsBox .headLine01,
	#main .makerBox .headLine01 {
		margin-bottom: 26px;	
	}
	
	#main .snsBox .snsUl li .innerBox {
		height: 261px;
	}
	
	#main .snsBox .snsUl li .innerBox iframe {
		margin: 0 auto;
   		display: block;
	}
	
	#main .snsBox .linkTxt {
		display: none;
	}
	
	#main .makerBox {
		padding: 29px 31px 37px;
		border-bottom: none;
	}
	
	#main .makerBox .imageUl {
		margin-top: -13px;
	}
	
	#main .makerBox .imageUl li {
		margin: 13px 0 0 0;
		width: 46%;
	}
	
	#main .makerBox .imageUl li:nth-child(2n) {
		float: right;
	}
	
	#main .makerBox .imageUl li img {
		width: 100%;
	}
}
