/*============================================================================

	#mainvisual

============================================================================*/
#mainvisual{
	position:relative;
	width:100%;
	height: 700px;
	/*background-image:url(../images/top_main01.jpg);
	background-position:center ;
	background-repeat:no-repeat;*/
	overflow:hidden;
}
#mainvisual .mainvisual_catch {
	position:relative;
	text-align: center;
	z-index:9;
}
#mainvisual .mainvisual_catch span {
	display: block;
	padding-top: 200px;
	line-height: 2.4;
	color: #fff;/*4c8ecb*/
	font-size: 15px;
	font-family: 'Parisienne', cursive;
	text-shadow: 0 0 10px #fff,0 0 15px #fff;
}
#mainvisual .mainvisual_catch h2 {
	display: block;
	padding-top: 20px;
	line-height: 2.3;
	letter-spacing: 3px;
	color: #fff;
	font-size: 27px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-shadow: 0 0 10px #888,0 0 15px #888;
}
.mainvisual_slider {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
}
.mainvisual_slider .metaslider .slides img {
	width:1920px !important;
	height:700px !important;
}


/*============================================================================

	#about

============================================================================*/
#top_about {
	text-align: center;
}
#top_about h3 {
	margin-top: 90px;
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-size: 27px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
#top_about p {
	margin-bottom: 90px;
	line-height: 3;
}



/*============================================================================

	#news

============================================================================*/
#top_news {
	position: relative;
	background: #f7f7f7;
}
#top_news .inner {
	position: relative;
	width: 1200px;
	height: 400px;
	margin: auto;
	box-sizing: border-box;
	padding-top: 60px;
}
#top_news h3 {
	float: left;
	width: 200px;
	letter-spacing: 3px;
	font-size: 40px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
#top_news h3 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#top_news .top_newslist {
	float: right;
	width: 910px;
	height: 320px;
	border-left: 2px solid #FFF;
}
#top_news .btn01 {
	position: relative;
	bottom: -28px;
	text-align: center;
}
#top_news .btn01 a {
	padding: 16px 65px;
}
.top_newslist {
	position:relative;
	overflow:hidden;
}


/*============================================================================

	#product

============================================================================*/
#top_product {
	position: relative;
	width: 1200px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 90px;
}
#top_product h3 {
	width: 200px;
	letter-spacing: 3px;
	font-size: 40px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
#top_product h3 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#top_product .text {
	margin-top: -27px;
	text-align: center;
	line-height: 2.2;
}

#top_product dl {
	position: relative;
	float: left;
	margin-top: 70px;
	margin-bottom: 70px;
	margin-right: 45px;
}
#top_product dl:last-of-type {
	margin-right: 0;
}
#top_product dt {
	position: absolute;
	bottom: 0;
	padding: 15px 25px 0 0;
	background: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	z-index:9;
}
#top_product dd span {
	display:none;
	position: absolute;
	right:5px;
	bottom: 5px;
	text-align:right;
	color: #FFF;
	font-size: 10px;
}
#top_product dd:hover span {
	display:block;
}

#top_product .btn01 {
	text-align: center;
}



/*============================================================================

	#works

============================================================================*/
#top_works {
	position: relative;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 70px;
	padding-bottom: 90px;
}
#top_works .inner {
	width: 1200px;
	margin: auto;
}
#top_works h3 {
	width: 200px;
	letter-spacing: 3px;
	font-size: 40px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
#top_works h3 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#top_works .text {
	margin-top: -27px;
	text-align: center;
	line-height: 2.2;
}

#top_works li {
	position: relative;
	float: left;
	margin-top: 70px;
	margin-bottom: 70px;
	margin-right: 45px;
}
#top_works li:last-of-type {
	margin-right: 0;
}
#top_works li span {
	display:none;
	position: absolute;
	right:5px;
	bottom: 5px;
	text-align:right;
	color: #FFF;
	font-size: 10px;
}
#top_works li:hover span {
	display:block;
}

#top_works .btn01 {
	text-align: center;
}



/*============================================================================

	#links

============================================================================*/
#top_links {
	padding-top: 70px;
	text-align: center;
}
.top_btn01 a{
	display:inline-block;
	padding: 22px 150px;
	border:1px solid #1f2257;
	background-color:#fff;
	text-align: center;
	color:#1f2257;
	font-size: 15px;
	transition:ease-in-out 0.2s ;
}
.top_btn01 a i{
	display: block;
	margin-bottom: 9px;
	font-size: 19px;
}
.top_btn01 a span {	
	padding-left: 10px;
	letter-spacing: 2px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.top_btn01 a:hover{
	background-color:#1f2257;
	color:#fff;
}



/*============================================================================スマホ============================================================================*/

@media screen and (max-width:640px) {

/*============================================================================

	#mainvisual

============================================================================*/
#mainvisual{
	height: 350px;
	margin-top:62px;
}
#mainvisual .mainvisual_catch span {
	display:none;
}
#mainvisual .mainvisual_catch h2 {
	padding-top: 85px;
	letter-spacing: 2px;
	font-size: 13px;
}
.mainvisual_slider {
	margin-left:-480px;
}
.mainvisual_slider .metaslider .slides img {
	width:960px !important;
	height:350px !important;
}
.mainvisual_slider .metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-cubic .rslides .caption-wrap .caption, .metaslider.ms-theme-cubic .nivoSlider .nivo-caption {
	width:380px !important;
	margin:auto !important;
	padding: 20px 0 55px !important;
	box-sizing:border-box !important;
	font-size: 10px !important;
}
	
	

/*============================================================================

	#about

============================================================================*/
#top_about {
	width:90%;
	margin:auto;
}
#top_about h3 {
	margin-top: 60px;
	margin-bottom: 25px;
	font-size: 19px;
}
#top_about p {
	margin-bottom: 60px;
	line-height: 2;
}



/*============================================================================

	#news

============================================================================*/
#top_news .inner {
	width: 90%;
	height: auto;
	margin: auto;
	padding: 60px 0;
}
#top_news h3 {
	float: none;
	width: auto;
	font-size: 30px;
}
#top_news h3 span {
	font-size: 13px;
}
#top_news .top_newslist {
	float: none;
	width: 100%;
	height: 320px;
	border: none;
}
#top_news .btn01 {
	bottom: auto;
	margin:0 30px;
	padding-bottom:60px;
}
#top_news .btn01 a {
	padding: 16px 60px;
}
.top_newslist {
	overflow:scroll;
}
	

/*============================================================================

	#product

============================================================================*/
#top_product {
	width: 90%;
	padding-top: 60px;
	padding-bottom: 60px;
}
#top_product h3 {
	width: auto;
	font-size: 30px;
}
#top_product h3 span {
	font-size: 13px;
}
#top_product .text {
	margin-top: 30px;
}
#top_product dl {
	float: none;
	margin: 40px auto 0;
}
#top_product dt {
	bottom: -1px;
	font-size: 14px;
}
#top_product .btn01 {
	margin-top:40px;
}



/*============================================================================

	#works

============================================================================*/
#top_works {
	padding-top: 60px;
	padding-bottom: 60px;
}
#top_works .inner {
	width: 90%;
	margin: auto;
}
#top_works h3 {
	width: auto;
	font-size: 30px;
}
#top_works h3 span {
	font-size: 13px;
}
#top_works .text {
	margin-top: 20px;
}

#top_works li {
	float: none;
	margin: 40px auto 0;
}
#top_works li span {
	display:none;
	position: absolute;
	right:5px;
	bottom: 5px;
	text-align:right;
	color: #FFF;
	font-size: 10px;
}
#top_works li:hover span {
	display:block;
}

#top_works .btn01 {
	margin-top:40px;
}



/*============================================================================

	#links

============================================================================*/
#top_links {
	margin:0 30px;
}
.top_btn01 a{
	width:100%;
	padding: 22px 30px;
	font-size: 15px;
	box-sizing:border-box;
}


}