@charset "utf-8";



/*斜めの処理*/
	
.naname_title{overflow:hidden;}
.naname_title h2{line-height: 1.2 !important;}
.naname_title h2,.naname_title p{position:relative;z-index:5;}
.naname_title:before{
content: "";
  position: absolute;
  height: 375px;
  width: 300%;
  background:rgba(255,255,255,0.25);
  top: 110px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);

}
.hirez-img{ margin-top:15px;}
				
				
section{position:relative;}
#section01{position:relative;}
#section02:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #fff;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}

				
@media screen and ( max-width: 768px ) {
			
.naname_title:before{height: 250px;top: 50px;}
.hirez-img{ width:40px; margin-top:10px;}	
	
#section02:after { height: 400px;top: -350px;}
#section02 .naname_title h2{margin-top:120px;}
#section03 .naname_title h2{margin-top:75px;}
#section04 .naname_title h2{margin-top:75px;}
/*#section05 .naname_title h2{margin-top:75px;}*/

}
				
@media screen and ( max-width: 410px ) {
#section03 .naname_title h2{margin-top:60px;}
/*#section05 .naname_title h2{margin-top:50px;}*/
	
}



/*-----------------------------------------------
	Common
-----------------------------------------------*/
.onlypc{display:block;}
.onlysp{display:none;}


@media screen and ( max-width: 768px ) {
	.onlypc{display:none;}
	.onlysp{display:block;}
}

/*----- .arrowLink -----*/

.arrowLink {
	background-image: url("../images/icon_arrow_black.png");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	display: inline-block;
	line-height: 1.15;
	padding-left: 20px;
}

.arrowLink:link,
.arrowLink:visited {
	color: #fff;
}

.arrowLink:hover {
	color: #fff;
	text-decoration: underline;
}

/*----- .zoom -----*/

.zoom {
	display: inline-block;
	position: relative;
}

.zoom:after {
	content: url("../images/icon_product_zoom.png");
	display: none;
	position: absolute;
}

.zoom:hover:after {
	display: inline-block;
}


/*-----------------------------------------------
	.navTab
-----------------------------------------------*/

.navTab {
	font-size: 13px;
}

.navTab ul {
}

.navTab ul li.tab {
	border-bottom: 1px solid #e5e5e5;
	float: left;
}

.navTab ul li.tab a {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.03);
	display: block;
	border-radius: 6px 6px 0 0;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
}

.navTab ul li.tab a:link,
.navTab ul li.tab a:visited {
	background-color: #fff;
	color: #626262;
	text-decoration: none;
}

.navTab ul li.tab a:hover {
	background-color: #fff;
	color: #626262;
	height: 50px;
	line-height: 50px;
	margin-top: 0;
	/*text-decoration:underline;*/
}

/* active */
.navTab ul li.tab.active {
	border-bottom-color: #fff;
}

.navTab ul li.tab.active a {
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-top: 0;
}

.navTab ul li.tab.active a:link,
.navTab ul li.tab.active a:visited,
.navTab ul li.tab.active a:hover {
	background-color: #fff;
	color: #004473;
}


/* tab3 */
.navTab ul.tab3 li.tab {
	width: 320px;
}

.navTab ul.tab3 li.tab + li.tab {
	margin-left: 10px;
}

/* tab4 */
.navTab ul.tab4 li.tab {
	width: 239px;
}

.navTab ul.tab4 li.tab + li.tab {
	margin-left: 8px;
}


/*-----------------------------------------------
	Structures
-----------------------------------------------*/

/*----- #productMain -----*/

#productMain {
	background-color: #000;
	background-image: url("../images/ptn_headerProduct_bg.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 1.75;
	min-width: 980px;
}




#productMain .headerProduct .wrapper {
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 980px;
}



#productMain .headerProduct .wrapper h1 {
	font-size: 37px;
	font-weight: normal;
	line-height: 1.15;
	padding-top: 22px;
}



#productMain .headerProduct .wrapper .navTab {
	bottom: 0;
	font-size: 16px;
	left: 0;
	position: absolute;
}

#productMain .headerProduct .wrapper .navTab ul li {
	border: none;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a {
	border: none;
	border-radius: 4px 4px 0 0;
	height: 56px;
	line-height: 56px;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a:link,
#productMain .headerProduct .wrapper .navTab ul li.tab a:visited {
	background-color: #0a5473;
	color: #fff;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a:hover {
	background-color: #0a5473;
	color: #fff;
	height: 66px;
	line-height: 66px;
}

/* active */
#productMain .headerProduct .wrapper .navTab ul li.tab.active {
}

#productMain .headerProduct .wrapper .navTab ul li.tab.active a {
	font-weight: normal;
	height: 66px;
	line-height: 66px;
}

#productMain .headerProduct .wrapper .navTab ul li.tab.active a:link,
#productMain .headerProduct .wrapper .navTab ul li.tab.active a:visited,
#productMain .headerProduct .wrapper .navTab ul li.tab.active a:hover {
	background-color: #0e79a5;
}

/*----- .section -----*/

.section {
	clear: both;
}

.section .wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.section img{max-width:100%;}

#section07 a{color:#fff;}

/*-----------------------------------------------
	#section01
-----------------------------------------------*/

#section01 {
	background-image: url("../images/figure_section01_keyvisual.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 496px;
	background-color:#fff;
	color:#000;
}

#section01 .wrapper {
	/*padding: 0 0 54px;*/
}

#section01 .product {
	margin: 144px 0 0 62px;
}

#section01 .product .figure {
	float: left;
	margin-right: 125px;
}

#section01 .product .figure .zoom:after {
	left: 127px;
	top: 31px;
}

#section01 .product .contents {
	overflow: hidden;
}

#section01 .product .contents .desc {
	line-height: 1.4;
	margin-bottom: 20px;
}

#section01 .product .contents .label {
	line-height: 1.15;
	margin-bottom: 2px;
}

#section01 .product .contents .label em {
	background-color: #ff0000;
	color: #fff;
	display: inline-block;
	font-style: normal;
	padding: 3px 5px 2px;
}

#section01 .product .contents .model {
	font-size: 34px;
	font-weight: normal;
	line-height: 1.15;
}

#section01 .navAnchor {
	margin: 100px 0 0 40px;
}

#section01 .navAnchor li {
	border-bottom: 1px solid #5d5d5d;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 0 17px;
	width: 273px;
	color:#000;
}

#section01 .navAnchor li a.arrowLink {
	background-position: 0 50%;
	display: table-cell;
	font-weight: bold;
	height: 64px;
	vertical-align: middle;
	color:#000;
}



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



/*-----------------------------------------------
	#section01
-----------------------------------------------*/

#section01 {background-image: none;
		padding-top: 0;
		}

#section01 .wrapper {
}
		
#section01 .product {
	margin: 0 auto;
	width:100%;
}

#section01 .product .figure {
	float: none;
	margin: 30px auto;

}

#section01 .product .figure img{
	width:80%;
}

#section01 .product .contents {

margin-top:15px;
margin-bottom:0px;
}

#section01 .product .contents .model {
	font-size: 26px;

}

}

/*-----------------------------------------------
	#section02
-----------------------------------------------*/


#section02 .tbox{max-width: 750px;margin: 10px auto;padding-top:20px;}
#section02 .tbox2{display:table;margin:0 auto;}
#section02 .tbox_icon{display:table-cell;vertical-align: middle;padding-right:20px;margin-top: -26px;float: left;}
#section02 .tbox_cap{display:table-cell;vertical-align: middle;}

#section02 .tbox2{display:table;margin: 10px auto;}
#section02 .tbox_icon2{display:table-cell;vertical-align: middle;padding-right:20px;margin-top: -26px;}
#section02 .tbox_cap2{display:table-cell;vertical-align: middle;}

#section02 {
	background-image: url("../images/ptn_section02_bg.jpg") ;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

#section02 .wrapper {
	padding: 290px 0 0;
	text-align: center;
}

#section02 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;text-shadow:0px 0px 13px #000000,0px 0px 10px #000000,0px 0px 8px #000000;
	
}

#section02 .desc {
	
}

#section02 .desc2 {
	margin: 20px 0 60px 0;
	
}

#section02 .figure {

	margin:0 0 110px;
}

#section02 .figure:last-child {

	margin:0;
}


#section02 .figure2 {

	margin-top:180px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section02
-----------------------------------------------*/

#section02 .tbox{padding-top:0px;}

#section02 .tbox_icon{width: 60px;padding:10px 0;vertical-align: middle;}

	#section02 .tbox2{padding-top:30px;}
#section02 .tbox_icon2{width:auto;}
#section02 .tbox_cap2{/*text-align:left;*/width: auto;}	
#section02 .tbox_icon2 img{height:60px;width:auto;max-width:none;}
	
#section02 {
background-color:#000;
	height: auto;
	background-position:center 50px ;
	position: relative;
	background-size:90%;
}

#section02 .wrapper {
	padding: 40px 0 0 0;

}

#section02 h2 {
	font-size: 28px;
	line-height:1;
}

#section02 .desc {


}
	#section02 .desc2 {
	margin: 10px 0 20px 0;
	text-align:left;

}

#section02 .figure {
	
	margin:10px 0 0;

}

#section02 .figure img{
	width:100%;
	margin-bottom:30px;

}
	
	
	#section02 .figure2 {

	margin-top:150px;
}
}

@media screen and ( max-width: 400px ) {
	
	#section02 {
		background-position:center 150px ;}
	#section02 .figure2 {

	margin-top:100px;
}
	#section02 .tbox{margin-top:-20px;}
	#section02 .tbox_icon{padding:30px 0;}
}



/*-----------------------------------------------
	#section03
-----------------------------------------------*/

#section03 table{text-align:left; width:70%;border:0;margin:0 auto;}

#section03 table td{border-top:1px solid #fff;width:40%;}

#section03 .tablebox{margin: 40px auto 70px;max-width:700px;width:100%;}

#section03 .sec_icon{float:left;margin-top: -30px;}
#section03 .tbox{display:table;margin: 10px auto;padding-top:60px;}
#section03 .tbox2{display:table;margin:0 auto;}
#section03 .tbox_icon{display:table-cell;vertical-align: middle;padding-right:20px;margin-top: -26px;}
#section03 .tbox_cap{display:table-cell;vertical-align: middle;}


#section03 {
	background-image: url("../images/ptn_section03_bg.jpg") ;
	background-position: 50% 40px;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

#section03 .wrapper {
	padding: 290px 0 0;
	text-align: center;
}

#section03 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;text-shadow:0px 0px 13px #000000,0px 0px 10px #000000,0px 0px 8px #000000;
	
}

#section03 .desc {
	
}

#section03 .desc2 {
	
}

#section03 .figure {

margin: 50px 0 75px 0;
}

#section03 .figure2 {

	margin-top: 270px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section03
-----------------------------------------------*/
	
#section03 table{text-align:left; width:100%;float:none;border:0;}
#section03 table:first-child{float:none !important;margin-bottom:20px;}
#section03 .tablebox{margin: 30px auto 0 auto;max-width:700px;width:100%;}
	
	
#section03 .sec_icon{float:none;margin-top: 0;padding-top:20px;width:80px;margin:0 auto;}
#section03 .tbox{padding-top:30px;}
#section03 .tbox_icon{width:auto;}
#section03 .tbox_cap{/*text-align:left;*/width: auto;}	
	#section03 .tbox_icon img{height:60px;width:auto;max-width:none;}

	
	
#section03 {
background-color:#000;
	height: auto;
	background-position:center 50px ;
	position: relative;
	background-size:150%;
}

#section03 .wrapper {
	padding: 90px 0 0 0;

}

#section03 h2 {
	font-size: 28px;
	line-height:1;
}

#section03 .desc {


}
	#section03 .desc2 {
	margin: 10px 0 20px 0;

}

#section03 .figure {
	margin: 0px 0 30px 0;

}

#section03 .figure img{
	width:100%;

}
	
	
	#section03 .figure2 {
margin-top: 110px;
}
}

@media screen and ( max-width: 400px ) {
	
	#section03 {
		background-position:center 150px ;}
	#section03 .figure2 {

	margin-top:100px;
}
}



/*-----------------------------------------------
	#section04
-----------------------------------------------*/

#section04 a{color:#fff;text-decoration: underline;}
#section04 .tbox{max-width: 550px;margin: 10px auto;padding-top:20px;}

#section04 .tbox_icon{display:table-cell;vertical-align: middle;padding-right:20px;margin-top: -26px;float: left;}
#section04 .tbox_cap{display:table-cell;vertical-align: middle;}

#section04 .tbox2{display:table;margin: 10px auto;padding-top:60px;}
#section04 .tbox_icon2{display:table-cell;vertical-align: middle;padding-right:20px;margin-top: -26px;}
#section04 .tbox_cap2{display:table-cell;vertical-align: middle;}


#section04 {
	background-image: url("../images/ptn_section04_bg.jpg") ;
	background-position: 50% 90px;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

#section04 .wrapper {
	padding: 290px 0 0;
	text-align: center;
}

#section04 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;text-shadow:0px 0px 13px #000000,0px 0px 10px #000000,0px 0px 8px #000000;
	
}

#section04 .desc {
	margin: 30px 0;
	
}

#section04 .desc2 {
	margin: 0px 0 10px 0;
	text-align: center;
	
}

#section04 .figure {
margin: 0px auto 50px;
}

#section04 .figure2 {
margin-top:190px;
}


@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section04
-----------------------------------------------*/

	
#section04 .tbox{padding-top:0px;}

#section04 .tbox_icon{width: 60px;padding:10px 0;vertical-align: middle;}

	#section04 .tbox2{padding-top:50px;}
#section04 .tbox_icon2{width:auto;}
#section04 .tbox_cap2{width: auto;}	
	#section04 .tbox_icon2 img{height:60px;width:auto;max-width:none;}
	
#section04 {
background-color:#000;
	height: auto;
	background-position:center 50px ;
	position: relative;
	background-size:90%;
}

#section04 .wrapper {
	padding: 90px 0 0 0;

}

#section04 h2 {
	font-size: 28px;
	line-height:1;
}

#section04 .desc {


}
#section04 .desc2 {
	margin: 10px 0 20px 0;

}

#section04 .figure {
	margin: 0px auto;

}

#section04 .figure img{
	width:100%;

}
	
	
#section04 .figure2 {
margin-top: 110px;
}
	
	
#section04 .p50 {
    margin: 30px 0 50px;	
	
	
}

@media screen and ( max-width: 400px ) {
	
#section04 {
		background-position:center 150px ;}
#section04 .figure2 {

	margin-top:100px;
}
	#section04 .tbox{margin-top:-20px;}
	#section04 .tbox_icon{padding:30px 0;}
}


/*-----------------------------------------------
	#section05
-----------------------------------------------*/
/*
#section05 a{color:#fff;text-decoration: underline;}
#section05 .tbox{display:table;margin: 10px auto;padding-top:20px;}
#section05 .tbox2{display:table;margin:0 auto;}
#section05 .tbox_icon{display:table-cell;vertical-align: middle;padding-right:20px;margin-top: -26px;}
#section05 .tbox_cap{display:table-cell;vertical-align: middle;}


#section05 {
	background-image: url("../images/ptn_section05_bg.jpg") ;
	background-position: 50% 100px;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

#section05 .wrapper {
	padding: 290px 0 100px 0;
	text-align: center;
}

#section05 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;text-shadow:0px 0px 13px #000000,0px 0px 10px #000000,0px 0px 8px #000000;
	
}

#section05 .desc {
	
}

#section05 .desc2 {
	
}

#section05 .figure {

margin: 30px auto;
}

#section05 .figure2 {
margin-top: 320px;
}

@media screen and ( max-width: 768px ) {*/
		
/*-----------------------------------------------
	#section05
-----------------------------------------------*/
/*

#section05 .tbox_icon{width:100px;display:block;margin:0 auto 15px;}
#section05 .tbox_cap{text-align:left;width: auto;display:block;}	

	
	
#section05 {
background-color:#000;
	height: auto;
	background-position:center 100px ;
	position: relative;
	background-size:90%;
}

#section05 .wrapper {
	padding: 90px 0 60px 0;

}

#section05 h2 {
	font-size: 28px;
	line-height:1;
}

#section05 .desc {


}
#section05 .desc2 {
	margin: 10px 0 20px 0;

}

#section05 .figure {
	margin: 20px auto;

}

#section05 .figure img{
	width:148px;

}
	
	
#section05 .figure2 {
margin-top: 140px;
}
}

@media screen and ( max-width: 380px ) {
	
#section05 {
		background-position:center 120px ;}
#section05 .figure2 {

	margin-top:120px;
}
}*/
