@charset "utf-8";

/*-----------------------------------------------
	Common
-----------------------------------------------*/

#header {
    z-index: 4;
}

body {
	font-family: "FrutigerNextW01-Regular", "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

img {
	vertical-align: top;
}

.desc {
	line-height: 1.4;
	margin-bottom: 36px;
}

.blue{color:#0d6fb8;}

h1.cate_Ttl {
 text-shadow: -1px -1px 2px #000;
}

#footer {
    z-index: 1;
}

#go-top {
    z-index: 3;
}

/*----- .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: none;
}

/* 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;
}

/*-----------------------------------------------
	table.spec
-----------------------------------------------*/
table.spec {
    margin: 40px auto 0;
    max-width: 900px;
    width: 100%;
	font-size: 14px;
	line-height: 1.2;
	display: table;
}

thead tr th, thead tr td {
    font-weight: bold !important;
	color: #FFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666 !important;
}

thead tr {
	background-color: #666666b3 !important;
}

table.spec th,
table.spec td {
	border-bottom: 1px solid #FFF;
	padding: 8px 15px;
	text-align: left;
	font-weight: normal;
}

table.spec th {
	border-right: 1px solid #FFF;
	width: 50%;
}

table.spec .tr_wh th, table.spec .tr_wh td {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

table.spec td {
	border-right: 0;
	text-align:center;
}

table.spec .tr_wh td {
	border-right: 0;
}

table.spec th span {
	font-size: 12px;
}

table.spec em {
	color: #ff0000;
	font-style: normal;
	font-weight: normal;
}

tr {
    background-color: #0003;
}
.tr_wh {
    background-color: transparent;
}

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

table.spec {
	font-size: 12px;
	line-height: 1.2;
	margin: 10px auto 50px;
}

table.spec th,
table.spec td {
	padding: 6px 12px;
}

}


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

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

#productMain {
	background-color: #000;
	color: #000;
	font-size: 16px;
	line-height: 1.75;
	min-width: 980px;
}

#productMain .headerProduct {
}

#productMain .headerProduct .wrapper {
	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-bottom: 20px;
	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: #8e6d3f;
	color: #fff;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a:hover {
	background-color: #8e6d3f;
	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: #cb9c5a;
}

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

.section {
	clear: both;
}

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

@media screen and ( max-width: 768px ) {
.section .wrapper {
width: 100%;
}
}


/*-----------------------------------------------
	#section00
-----------------------------------------------*/

#section00 {
	background-image: url("../images/figure_section00_keyvisual_new.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 496px;
	background-color:#fff;
	position:relative;
	z-index:2;
}

#section00 .wrapper {
	padding: 450px 0 0;
}

#section00 .navAnchor {
    margin: 0 auto;
    width: 100%;
}

#section00 .navAnchor li {
	float: left;
	white-space: nowrap;
	width:50%;
	text-align:left;
}

#section00 .navAnchor li:first-child {
	text-align:right;
}

#section00 .navAnchor li:nth-child(2) {
padding-left: 147px;
}

#section00 .navAnchor li + li + li {
	margin-left: 15px;
}

#section00 .navAnchor li a.arrowLink {
	background-position: 0 50%;
	font-weight: bold;color:#000;
}


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

#section00 {
	background-image: none;
	height:auto;
}

#section00 .wrapper {
	padding: 0;

}

#section00 .navAnchor {
	margin: 0 auto;width:100%;padding:0;
}

#section00 .navAnchor li {
    width: 50%;
    background: #fff;
    text-align: center;
    padding: 0 7%;
    height: 44px;
    border: solid #999;
    border-width: 1px 0px;
    line-height: 44px;
    font-size: 14px;
}

#section00 .navAnchor li:first-child {
	text-align:center;
}

#section00 .navAnchor li:nth-child(2) {
	padding: 0 7%;
}

#section00 .navAnchor li:nth-child(2n+1) {
    border-right: 1px solid #999;
}
#section00 .navAnchor li.w100 {
    border-right: none;
    width:100%;
}
#section00 .navAnchor li a{
	line-height:44px;
}

#section00 .navAnchor {
	margin: 0;
}

#section00 .navAnchor li + li + li {
	margin-left: 0px;
}
}




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

#section03 {
	position:relative;
	z-index:1;
	width: 100%;
    /*height: 0;
    padding-bottom: 80%;*/
	background-image: url("../images/ptn_spark01_bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#section03::before, #section03::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 320px;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    z-index: 1;
}

#section03::before {
    top: -140px;
    box-shadow: 0px 15px 15px rgba(144, 144, 144, 0.6);
	background: -moz-linear-gradient(to right, #454bc5 10%, #000, #000);
    background: -webkit-linear-gradient(to right, #454bc5 10%, #000, #000);
    background: linear-gradient(to right, #454bc5 10%, #000, #000);	
}

#section03::after {
    bottom: -200px;
	box-shadow: 0px -15px 15px rgba(144, 144, 144, 0.2);
	background-color:#FFF;
}

#section03 .contents h1 {
    font-size: 3rem;
    font-weight: lighter;
    line-height: 3rem;
    padding-bottom: 10px;
    text-align: center;
}

#section03 h3 {
    text-align: left;
}

.cate_box {
    max-width: 980px;
    z-index: 2;
    position: relative;
    display: block;
    margin: 0 auto;
}

.cate_Ttl {
	color:#FFF;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 3.2rem;
    padding: 80px 0 0 40px;
}

.cate_Ttl span {
    font-size: 4.5rem;
}

#section03 .wrapper {
	padding: 220px 0 300px;
}

#section03 .contents {
width:100%;
padding:0 40px 40px;
float:left;
}

#section03 .contents img {
    padding: 0px 0 30px 20px;
    max-width: 300px;
    float: right;
}

#section03 .desc {
	margin-bottom:10px;
}

#section03 .desc2 {
    margin: 0 0 100px;
    line-height: 1.5;
    text-align: center;
}

#section03 h2 {
    margin: 0 0 8px 0;
    font-size: 2.4rem;
    font-weight: lighter;
    line-height: 2.4rem;
	word-break: break-all;
}

h3 {
    margin: 0 0 8px 0;
    font-size: 1.6rem;
    font-weight: lighter;
    line-height: 1.6rem;
}

.figure {
    width: 50%;
    text-align: left;
    overflow: hidden;
    padding: 0 40px;
}

.figure img {
    width:100%;
}

.figure .image {
    margin-bottom: 30px;
}

.figure p {
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 0;
}

.figure .image {
    text-align: center;
}

#section03 .figure {
    width: 50%;
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

#section03 .figure img {
    margin: 0 auto;
}

#section03 .figure .onlypc {
    max-width: 542px;
    margin-top: 8px;
}

#section03 .figure {
	position: relative;
	padding: 0;
}

#section03 .figure .caption span {
    text-indent: -1.5em;
}

#section03 .figure img.onlysp {
    color: #009fe8;
}

#section03 .figure .caption {
    position: relative;
    overflow: hidden;
    text-align: left;
    display: block;
	padding-left: 0em;
}

#section03 ul {
    display: block;
    width: 100%;
    padding: 0 40px 40px;
}

#section03 ul li {
    display: inline-block;
	width:100%;
    float: left;
}

#section03 ul li img {
    width: 100%;
    margin-bottom: 10px;
}

#section03 ul li p {
	text-align:left;
}

#section03 table {
    margin-bottom: 100px;
}

#section03 table:last-child {
    margin-bottom: 0px;
}

#section03 table.spec th,
#section03 table.spec td {
    width: 25%;
	border-right: 1px solid #FFF;
}

#section03 table.spec .tr_wh th,
#section03 table.spec .tr_wh td {
    border-right: 1px solid #666;
}

#section03 table.spec td:last-child {
    border-right: 0px;
}

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

#section03 .contents h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding-bottom: 10px;
}

#section03 .desc2 {
    margin: 0 0 50px;
}

#section03 h2 {
    font-size: 2rem;
    line-height: 2rem;
}

#section03::before {
    top: -180px;
}

.cate_box {
    width: 85%;
}

.cate_Ttl {
    color: #FFF;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2rem;
    padding: 50px 0 0;
}

.cate_Ttl span {
    font-size: 3rem;
}

#section03 {
    height: auto;
    background-image: linear-gradient( -45deg, #fff 25%, #ececec 25%, #ececec 50%, #fff 50%, #fff 75%, #ececec 75%, #ececec );
    background-size: 4px 4px;
    background-repeat: repeat;
}

#section03 .wrapper {
	padding: 120px 0 150px;
}

#section03 .figure {
    width:100%;
    margin:0 auto 0px auto;
    padding-top:18px;
    float:none;
}

.figure {
    padding: 0;
    margin-top: 10%;
}

.figure p {
    font-size: 14px;
}

#section03 .figure .caption {
	padding-left: 1.5em;
}


#section03 .figure img {
    width:100%;
}

#section03 .contents {
    width:100%;
    padding:0;

}

#section03 .contents img {
    float: none;
    margin: 0 auto;
    padding: 15px 10px;
    width: 60%;
	display: inline-block;
}

#section03 ul {
    display: block;
    width: 100%;
    padding: 0;
}

#section03 ul li {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}

.onlypc {
    display: none !important;
}

#section03 table.spec {
    margin: 10px auto 50px;
}




}

@media screen and ( max-width: 500px ) {
#section03 table.spec {
	word-break: break-all;
}
	
}

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

#section04 {
    z-index: 2;
    position: relative;
    background-color: #FFF;
}

#section04 .wrapper {
	padding: 50px 0 120px;
}

#section04 {
    text-align: center;
}

#section04 .figure {
    width: 50%;
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

#section04 .figure img{
    width:100%;
}

#section04 .mid_size {
    width: 75% !important;
}

#section04 .contents {
    width: 100%;
    padding: 0 40px 40px;
    float: left;
    text-align: left;
}

#section04 .contents img{
    padding:0px 0 15px 0;
    max-width:80%;
/*width:100%;*/
}

#section04 .figure {
    float: none;
}

#section04 .desc {
	margin-bottom:10px;
}

#section04 .desc2 {
	margin:5px 0;
	line-height:1.5;
}

#section04 h2 { 
	margin:8px 0;
}

h3 { 
	margin:8px 0;
}

#section04 h3 {
    word-break: break-all;
}


#section04 table {
	margin-bottom:100px;
	
}

#section04 table:last-child {
    margin-bottom: 0px;
}

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

#section04 {
    background-color: #FFF;
    margin-top: -45px;
}

#section04 .wrapper {
    padding: 0 0 50px;
}

#section04 .figure {
width:60%;
margin:0 auto 0px auto;
padding-top:10px;
float:none;
}

#section04 .contents {
width:100%;
padding:0;

}

#section04 table.spec {
    margin: 10px auto 50px;
}

#section04 table:last-child {
    margin-bottom: 0px;
}
}

/*-----------------------------------------------
	#section05
-----------------------------------------------*/

#section05 {
	position:relative;
	z-index:1;
	width: 100%;
    /*height: 0;
    padding-bottom: 80%;*/
	background-image: url("../images/ptn_spark02_bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#section05::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 320px;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    z-index: 1;
}

#section05::before {
    top: -140px;
    box-shadow: 0px 15px 15px rgba(144, 144, 144, 0.6);
	background: -moz-linear-gradient(to right, #454bc5 10%, #000, #000);
    background: -webkit-linear-gradient(to right, #454bc5 10%, #000, #000);
    background: linear-gradient(to right, #454bc5 10%, #000, #000);	
}

.cate_box {
    max-width: 980px;
    z-index: 2;
    position: relative;
    display: block;
    margin: 0 auto;
}

.cate_Ttl {
	color:#FFF;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 3.2rem;
    padding: 80px 0 0 40px;
}

.cate_Ttl span {
    font-size: 4.5rem;
}

#section05 .wrapper {
    padding: 220px 0 120px;
}

.figure {
    width: 50%;
    text-align: left;
    overflow: hidden;
    padding: 0 40px;
}

#section05 .figure .caption span {
    text-indent: -1.5em;
}



#section05 .contents {
width:100%;
padding:0 40px 40px;
float:left;
}

#section05 .contents img{
padding:0px 0 15px 0;
/*max-width:80%;
width:100%;*/
}

#section05 .desc {
	margin-bottom:10px;
}

#section05 .desc2 {
	margin:5px 0;
	line-height:1.5;
}

#section05 h2 {
    margin: 0 0 8px 0;
    font-size: 2.4rem;
    font-weight: lighter;
    line-height: 2.4rem;
	word-break: break-all;
}

h3 {
    margin: 0 0 8px 0;
    font-size: 1.6rem;
    font-weight: lighter;
    line-height: 1.6rem;
}

.figure img {
    width:100%;
}

.figure p {
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 0;
}

.figure .image {
    text-align: center;
}

#section05 .figure .caption {
    position: relative;
    overflow: hidden;
    text-align: left;
    display: block;
	padding-left: 0em;
}

#section05 .figure {
    width: 100%;
}

#section05 .figure img {
    width: 100%;
    float: right;
}

#section05 .figure .caption {
    position: relative;
    overflow: hidden;
    text-align: left;
    display: block;
}

#section05 .figure .cap1 {
    position: absolute;
    top: 299px;
    left: 161px;
}

#section05 .figure .cap2 {
    position: absolute;
    top: 349px;
    left: 161px;
}

#section05 .figure .cap3 {
    position: absolute;
    top: 382px;
    left: 161px;
}

#section05 .figure .cap4 {
    position: absolute;
    top: 170px;
    right: 167px;
}

#section05 .figure .cap5 {
    position: absolute;
    top: 559px;
    left: 508px;
}

#section05 .figure .cap6 {
    position: absolute;
    top: 502px;
    right: 91px;
}

#section05 .figure .cap7 {
    position: absolute;
    top: 378px;
    right: 46px;
}

#section05 .contents ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
}

#section05 .contents ul li {
    margin-right: 3%;
    width: 31.3%;
}

#section05 .contents ul li:last-child {
    margin-right: 0px;
}

#section05 .contents ul li img {
    width: 100%;
}


#section05 .figure {
    position: relative;
}

#section05 .figure .onlypc {
    max-width: 902px;
    margin: 48px auto 0;
    float: none;
}

#section05 h3 {
    text-align: center;
    margin: 20px 0 -30px;
    color: #666;
}

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

#section05 h2 {
    font-size: 2rem;
    line-height: 2rem;
}

.figure {
    padding: 0;
    margin-top: 10%;
}

.figure p {
    font-size: 14px;
}

#section05 img.onlysp {
    color: #009fe8;
    max-width: 640px;
    float: none;
}

#section05 .figure .caption {
	padding-left: 1.5em;
}

#section05 .figure .cap1, #section05 .figure .cap2, #section05 .figure .cap3, #section05 .figure .cap4, #section05 .figure .cap5, #section05 .figure .cap6, #section05 .figure .cap7 {
    width: 100%;
    position: static;
}

#section05 .figure .number1 {
    position: absolute;
    top: -5px;
    left: 0.5%;
}

#section05 .figure .number2 {
    position: absolute;
    top: -5px;
    left: 10.5%;
}

#section05 .figure .number3 {
    position: absolute;
    top: -5px;
    left: 19.5%;
}

#section05 .figure .number4 {
    position: absolute;
    top: -5px;
    right: 25%;
}

#section05 .figure .number5 {
    position: absolute;
    left: 43%;
    margin-top: -32px;
}

#section05 .figure .number6 {
    position: absolute;
    right: 11%;
    margin-top: -32px;
}

#section05 .figure .number7 {
    position: absolute;
    right: 0.5%;
    margin-top: -32px;
}

#section05::before {
    top: -180px;
}

.cate_box {
    width: 85%;
}

.cate_Ttl {
    color: #FFF;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2rem;
    padding: 50px 0 0;
}

.cate_Ttl span {
    font-size: 3rem;
}

#section05 {
    height: auto;
    background-image: linear-gradient( -45deg, #fff 25%, #ececec 25%, #ececec 50%, #fff 50%, #fff 75%, #ececec 75%, #ececec );
    background-size: 4px 4px;
    background-repeat: repeat;
}

#section05 .wrapper {
	padding: 110px 0 50px;
}

#section05 .figure {
width:100%;
margin:0 auto 0px auto;
padding-top:18px;
float:none;
}

#section05 .contents {
width:100%;
padding:0;

}

#section05 .figure .cap1, #section05 .figure .cap2, #section05 .figure .cap3, #section05 .figure .cap4, #section05 .figure .cap5, #section05 .figure .cap6, #section05 .figure .cap7 {
    width: auto;
    left: 0;
    top: 0;
    display: inline-block;
    padding-right: 1.5em;
}

#section05 .contents ul li {
    width: 70%;
    display: block;
    margin: 0 auto !important;
}

#section05 .contents ul li img {
    width: 100%;
}

#section05 table:last-child {
    margin-bottom: 0px;
}

#section05 h3 {
    margin: 10px 0 -10px;
    font-size: 16px;
}

}



/*-----------------------------------------------
	#pager
-----------------------------------------------*/

#pager {
    background-color: #FFF;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
    line-height: 14px;
    border-top: 1px solid #666666b3;
}

.pagerhead {
    color: #666666b3;
    font-size: 20px;
}

#pager ul {
    width: 100%;
    margin: 15px auto 10px;
    padding: 0 20px;
}

#pager ul li {
    display: inline-block;
    border-right: 1px solid #0003;
    padding: 5px 20px;
}

#pager ul li:last-child {
    border-right: 0;
}

#pager a {
	color:#000;
}