<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset 'UTF-8';


body {
	-webkit-text-size-adjust: 100%;
	background: #060000;
}


/* Products Infomation */

#products_info header {
	z-index: 99;
}
 
.header_contents h1 img {
	width: 147px;
	height: 74px;
}

#products_info .header_contents {
     background-color: rgba(255,255,255,0.85);
}

#products_info .nav_sub::before {
    background-color: #19425b;
    opacity: 0.5;
}
#products_info .nav_sub li::before {
    background-color: #004ea2;
}
#products_info .nav_sub li a {
    color: #19425b;
}
#products_info .nav_main li a {
    color: #19425b;
}


#products_info article{
    margin-top: 129px;
    position: relative;
}

#products_info header{
    background: #FFFFFF;
    height: 129px;
}

#products_info .nav_cate {
    height: 55px;
    width: 100%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #000000;
}
#products_info .nav_cate.close {
    transform:translateY(-100%);
    opacity:0;
        visibility: hidden;
}

#products_info .nav_cate ul{
    height: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}

#products_info .nav_cate ul li {
    /*border-top: solid 1px #1c2a4b;*/
    font-family: 'SuzukiPROHeadline';
    position: relative;
    height: 100%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 17px;
    /*font-size: 1rem;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.4;
    transition: all 300ms 0s ease;
}

#products_info .nav_cate ul li.current {
    background-color: #b23533;
    color: #000000;
}
#products_info .nav_cate ul li.current:hover {
    background-color: #b23533;
    color: #000000;
    opacity: 1.0;
}
#products_info .nav_cate ul li.current a {
    color: #000000;
}
#products_info .nav_cate ul li.current:hover a {
    color: #000000;
    opacity: 1.0;
}

/*
#products_info .nav_cate ul li:hover {
    background-color: #2644a9;
}
#products_info .nav_cate ul li:hover a {
    color: #FFFFFF;
    opacity: 1.0;
}
*/

#products_info .nav_cate ul li.sec:hover {
    background-color: #e52310;
}
#products_info .nav_cate ul li.sec:hover a {
    color: #FFFFFF;
    opacity: 1.0;
}
/**/
#products_info .nav_cate ul li.sec.current:hover {
    background-color: #e52310;
}
#products_info .nav_cate ul li.sec.current a {
    color: #000000;
}
#products_info .nav_cate ul li.sec.current:hover a {
    color: #000000;
    opacity: 1.0;
}
/**/

#products_info .nav_cate ul li:hover{
    /*opacity: 1.0;*/
}

#products_info .nav_cate ul li:first-child{
    margin-left: 0;
}

#products_info .nav_cate ul li a {
    display: table;
    padding: 0 12px 0 12px;
    color: #fff;
    font-weight: normal;
    height: 100%;
}
#products_info .nav_cate ul li a span {
    vertical-align: middle;
    display: table-cell;
}

table.cate_sub_menu {
	/*width: 100%;*/
	width: 106px;
	height: 100%;
}
table.cate_sub_menu tr {
	width: 100%;
}
table.cate_sub_menu th {
	width: 100%;
	text-align: center;
}
table.cate_sub_menu td {
	width: 100%;
	text-align: center;
	padding: 0 5px;
}

table.cate_sub_menu td.sec:hover {
	background-color: #2644a9;
}
table.cate_sub_menu td.sec:hover a {
	color: #FFFFFF;
	opacity: 1.0;
}

table.cate_sub_menu td.current {
	background-color: #000000;
	color: #000000 !important;
}

table.cate_sub_menu td.current:hover {
	background-color: #FFD738;
	color: #000000 !important;
	opacity: 1.0;
}

table.cate_sub_menu td.current a {
	color: #000000 !important;
}

table.cate_sub_menu td.current:hover a {
	color: #000000 !important;
	opacity: 1.0;
}

table.cate_sub_menu td.sum {
	width: 100%;
}



/*
#products_info .cate_block {
    display: none;
}
*/
#products_info .cate_block.current {
    display: block;
}

#products_info .nav_cate .text{
    font-family: 'SuzukiPROBold';
    color: #011136;
    z-index:12;
}

#products_info .nav_cate .bg{
    background: #fff;
    height: 100%;
    position: absolute;
    padding: 0px 14px 0;
    left: -14px;
    width: 100%;
    height: calc(100% - 1px);
    border-top: solid 1px #011136;
    z-index: 11;
}

#products_info .pro_cate li {
    width: 16.25%;
    background: #f0f0f0;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    float: left;
    position: relative;
}

#products_info .pro_cate li a{
    height: 100%;
    width: 100%;
    position: relative;
}

#products_info .pro_cate li.none{
    background: #f7f7f7;
}

#products_info .pro_cate li .pro_name{
    font-family: 'SuzukiPROBold';
    position: absolute;
    z-index: 2;
    width: 100%;
    display: block;
    text-align: center;
    top: 65.5%;
    line-height: 1;
    font-size: 1.25vw;
    letter-spacing: 0.02em;
}
#products_info .pro_cate li.square .pro_name{
    top: 76.5%;
}

#products_info .pro_cate li .new{
    font-family: 'SuzukiPROBold';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2.8%;
    z-index: 2;
    color: #fff;
    font-size: 0.97vw;
    padding: 0.2% 3%;
    background: #e50011;
}
#products_info .pro_cate li.square .new{
    left: 0;
    top: 5.6%;
}

#products_info .pro_cate li img{
    position: absolute;
    width: 100%;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 1;
}

#products_info .pro_cate li:nth-child(1),
#products_info .pro_cate li.square:nth-child(5){
    margin-left: 33.5%;
}

#products_info .pro_cate li:nth-child(4),
#products_info .pro_cate li:nth-child(10),
#products_info .pro_cate li:nth-child(6n+10),
#products_info .pro_cate li.square:nth-child(8),
#products_info .pro_cate li.square:nth-child(6n+8){
    margin-right: 0;
}
#products_info .pro_cate li.square:nth-child(10),
#products_info .pro_cate li.square:nth-child(6n+10){
    margin-right: 0.5%;
}

#products_info .pro_cate1{
    background: url(../img/products/pro_cate1.jpg) no-repeat;
}

#products_info .pro_cate2{
    background: url(../img/products/pro_cate2.jpg) no-repeat;
}

#products_info .pro_cate3{
    background: url(../img/products/pro_cate3.jpg) no-repeat;
}

#products_info .pro_cate4{
    background: url(../img/products/pro_cate4.jpg) no-repeat;
}

#products_info .pro_cate5{
    background: url(../img/products/pro_cate5.jpg) no-repeat;
}

#products_info .pro_cate6{
    background: url(../img/products/pro_cate6.jpg) no-repeat;
}

#products_info .pro_cate7{
    background: url(../img/products/pro_cate7.jpg) no-repeat;
}

#products_info .pro_cate8{
    background: url(../img/products/pro_cate8.jpg) no-repeat;
}

#products_info .pro_cate9{
    background: url(../img/products/pro_cate9.jpg) no-repeat;
}

#products_info .pro_cate10{
    background: url(../img/products/pro_cate10.jpg) no-repeat;
}

#products_info .pro_cate11{
    background: url(../img/products/pro_cate11.jpg) no-repeat;
}

#products_info .pro_cate12{
    background: url(../img/products/pro_cate12.jpg) no-repeat;
}

#products_info .pro_key {
    display: flex;
    width: 33%;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

#products_info .pro_key &gt; span {
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 4.2vw;
    font-family: 'SuzukiPROBold';
    line-height: 1;
    color: #fff;
    background: rgba(51,51,51,0.1);
    text-align: center;
}

#products_info .pro_key &gt; span.sp{
    display: none;
}

#products_info .pro_key .model {
    color: #fff;
    padding: 1.6% 4% 2% 4%;
    border: solid 1px #fff;
    position: absolute;
    bottom: 5.5%;
    font-size: 0.8vw;
    line-height: 1;
}

#products_info .pro_key .model span{
    font-family: 'SuzukiPROBold';
    font-size: 2vw;
    display: block;
}

#products_info #view_all {
    /*max-width: 1280px;*/
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#products_info #view_all .top_block {
    letter-spacing: normal;
    position: relative;
    z-index: 11;
}

#products_info #view_all .info_block {
    letter-spacing: normal;
    position: relative;
    /*background: #E6E6E6;*/
    z-index: 11;
}

#products_info #view_all h3 {
    padding: 0 0.5%;
    font-family: 'SuzukiPROBold';
    color: #05314a;
}

#products_info #view_all {
    letter-spacing: -0.40em;
}

@media screen and (max-width: 1280px){
    #products_info #view_all{
        width: 93%;
    }
}

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

}

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

}

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

}








/* Common */

img {
	width: 100%;
	height: auto;
}

.mb5{margin-bottom:5px}


.gsx_block {
	background: #060000;
}
article {
	background: #060000;
}



.section_title {
	width: 100%;
	margin: auto;
	padding: 30px 0 20px 0;
	font-family: 'SuzukiPROHeadline';
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	color: #FFFFFF;
}
.item_heading {
	display: inline-block;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	font-family: 'SuzukiPROBold';
	font-size: 24px;
	letter-spacing: -0.7px;
	color: #ffffff;
	line-height: 0.9;
}
.item_no {
	padding: 2px 7px;
	margin-right: 4px;
	font-family: 'SuzukiPROBold';
	color: #FFFFFF;
	background: #D47A00;
	font-size: 85%;
}
.item_describe {
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	font-family: 'SuzukiPRORegular';
	font-size: 14px;
	letter-spacing: 0;
	color: #FFFFFF;
}
.item_note {
	font-family: 'SuzukiPRORegular';
	font-size: 12px;
	color: #FFFFFF;
}

.blink {
	-webkit-animation: blink 2s ease infinite;
	animation: blink 2s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.hide{
	transform: translateY(-100%);
	display: none;
}

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

	.item_heading {
		display: inline-block;
		transform: scale(1.0, 1.0);
		transform-origin: 0 0;
		font-family: 'SuzukiPROBold';
		font-size: 30px;
		/*font-size: 3.2vw;*/
		letter-spacing: -0.7px;
		color: #ffffff;
		line-height: 0.9;
		width: 100%;
	}

	.item_describe {
		font-family: 'SuzukiPRORegular';
		font-size: 18px;
		/*font-size: 1.8vw;*/
		color: #FFFFFF;
	}

	.item_no {
		padding: 1px 7px;
		margin-right: 10px;
		font-family: 'SuzukiPROBold';
		color: #FFFFFF;
		background: #D47A00;
	}

}




/* Top */

.view_back {
	position: fixed;
	z-index: -2;
	top: 129px;
	left: 0;
	width: 100%;
	height: calc(100vh - 129px);
	height: -webkit-calc(100vh - 129px);
	height: -moz-calc(100vh - 129px);
	margin: auto;
	background:url(../image/cover.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.top_annotation {
	position: absolute;
	z-index: 14;
	bottom: 10px;
	left: 10px;
	letter-spacing: normal;
}

.top_area {
	position: relative;
	z-index: 11;
	top: 0x;
	left: 0;
	width: 960px;
	height: calc(100vh - 129px);
	height: -webkit-calc(100vh - 129px);
	height: -moz-calc(100vh - 129px);
	margin: auto;
}
.top_logo {
	position: absolute;
	z-index: 12;
	top: 70px;
	left: 0px;
	width: 250px;
	height: auto;
}


.scroll_btn {
	position: absolute;
	z-index: 12;
	bottom: 5px;
	left: calc(50% - 23px);
	left: -webkit-calc(50% - 23px);
	left: -moz-calc(50% - 23px);
	width: 47px;
	height: 26px;
	transition: .5s;
}




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

	.view_back {
		position: fixed;
		z-index: -2;
		top: 74px;
		left: 0;
		width: 100%;
		height: calc(100vh - 74px);
		height: -webkit-calc(100vh - 74px);
		height: -moz-calc(100vh - 74px);
		margin: auto;
		background:url(../image/cover.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.top_area {
		position: relative;
		z-index: 11;
		top: 0px;
		left: 0;
		width: 100%;
		height: calc(100vh - 74px);
		height: -webkit-calc(100vh - 74px);
		height: -moz-calc(100vh - 74px);
		margin: auto;
		padding-bottom: 60%;
	}
	.top_logo {
		position: absolute;
		z-index: 12;
		top: 7vh;
		left: 1vw;
		width: 20vw;
		height: auto;
	}

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

	.view_back {
		position: fixed;
		z-index: -2;
		width: 100%;
		height: 70.156vw;
		top: 74px;
		left: 0;
		margin: auto;
		background:url(../image/cover.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.top_area {
		position: relative;
		z-index: 11;
		top: 0px;
		left: 0;
		width: 100%;
		height: 70.156vw;
		margin: auto;
		padding-bottom: 0%;
	}
	.top_logo {
		position: absolute;
		z-index: 12;
		top: 5vh;
		left: 1vw;
		width: 20vw;
		height: auto;
	}

}




/* Introduction */

.introduction_block {
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}
.introduction_01 {
	position: relative;
	z-index: 11;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 56.77%;
}
.introduction_01a {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.introduction_01b {
	position: absolute;
	z-index: 13;
	top: 30px;
	left: 500px;
}
.introduction_01c {
	position: absolute;
	z-index: 13;
	top: 90px;
	left: 500px;
	width: 440px;
}

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

	.introduction_block {
		width: 100%;
		margin: auto;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.90);
	}

	.introduction_01 {
		position: relative;
		z-index: 11;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 56.77%;
	}
	.introduction_01a {
		position: absolute;
		z-index: 12;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.introduction_01b {
		position: absolute;
		z-index: 13;
		top: 20px;
		left: 30px;
	}
	.introduction_01c {
		position: absolute;
		z-index: 13;
		top: 70px;
		left: 30px;
		width: 80vw;
	}


}




/* Styling */

.styling_block {
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}

.styling_01 {
	position: relative;
	z-index: 11;
	width: 960px;
	height: auto;
	padding-bottom: 65.625%;
}
.styling_01a {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.styling_01b {
	position: absolute;
	z-index: 12;
	top: 20px;
	left: 30px;
}
.styling_01c {
	position: absolute;
	z-index: 12;
	top: 70px;
	left: 30px;
	width: 770px;
}
.styling_01_sp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.styling_02, .styling_03, .styling_04, .styling_05 {
	position: relative;
	z-index: 11;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.styling_02_list li {
	list-style: inside;
}


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

	.styling_block {
		width: 100%;
		margin: auto;
		padding-bottom: 60px;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.90);
	}

	.styling_01 {
		position: relative;
		z-index: 11;
		width: 100%;
		height: auto;
		padding-bottom: 65.625%;
	}
	.styling_01a {
		position: absolute;
		z-index: 11;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.styling_01b {
		position: absolute;
		z-index: 12;
		top: 20px;
		left: 30px;
	}
	.styling_01c {
		position: absolute;
		z-index: 12;
		top: 70px;
		left: 30px;
		width: 80vw;
	}

	.styling_02, .styling_03, .styling_04, .styling_05 {
		position: relative;
		z-index: 11;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}


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

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

}





/* S.I.R.S */

.sirs_block {
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}

.sirs_01 {
	position: relative;
	z-index: 11;
	width: 960px;
	height: auto;
	padding-bottom: 59.896%;
}
.sirs_01a {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.sirs_01b {
	position: absolute;
	z-index: 13;
	top: 15px;
	left: 390px;
}
.sirs_01c {
	position: absolute;
	z-index: 13;
	top: 70px;
	left: 390px;
	width: 550px;
}
.sirs_01d {
	position: absolute;
	z-index: 14;
	bottom: 10px;
	right: 10px;
}
.sirs_01_sp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.sirs_02, .sirs_03, .sirs_04, .sirs_05, .sirs_06 {
	position: relative;
	z-index: 11;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.sirs_03a {
	position: relative;
	z-index: 12;
	width: 250px;
	height: auto;
	float: left;
}
.sirs_03b {
	position: relative;
	z-index: 12;
	width: 600px;
	height: auto;
	float: left;
}
.sirs_03bb {
	padding: 0;
	font-size: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.sirs_03bb li {
	position: relative;
	z-index: 11;
	display: inline-block;
	list-style-type: none;
	width: 100%;
	padding: 7px 0;
	border-top: 1px solid #ffffff;
}
.sirs_03bb li:last-child {
	border-bottom: 1px solid #ffffff;
}


.sirs_06a {
	position: relative;
	z-index: 12;
	width: 420px;
	height: auto;
	float: left;
}
.sirs_06b {
	position: relative;
	z-index: 12;
	width: 420px;
	height: auto;
	float: left;
}



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

	.sirs_block {
		width: 100%;
		margin: auto;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.90);
	}

	.sirs_01 {
		position: relative;
		z-index: 11;
		width: 100%;
		height: auto;
		padding-bottom: 59.896%;
	}
	.sirs_01a {
		position: absolute;
		z-index: 11;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.sirs_01b {
		position: absolute;
		z-index: 13;
		top: 15px;
		left: 390px;
	}
	.sirs_01c {
		position: absolute;
		z-index: 13;
		top: 70px;
		left: 390px;
		width: 550px;
	}
	.sirs_01d {
		position: absolute;
		z-index: 14;
		bottom: 10px;
		right: 10px;
	}

	.sirs_02, .sirs_03, .sirs_04, .sirs_05, .sirs_06 {
		position: relative;
		z-index: 11;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.sirs_03a {
		position: relative;
		z-index: 12;
		width: 70%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
	}
	.sirs_03b {
		position: relative;
		z-index: 12;
		width: 100%;
		height: auto;
		float: none;
	}

	.sirs_06a {
		position: relative;
		z-index: 12;
		width: 100%;
		height: auto;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.sirs_06b {
		position: relative;
		z-index: 12;
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
		float: left;
	}

}












/* Engine */

.engine_block {
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}

.engine_01 {
	position: relative;
	z-index: 11;
	width: 960px;
	height: auto;
	padding-bottom: 68.75%;
}
.engine_01a {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.engine_01b {
	position: absolute;
	z-index: 13;
	top: 20px;
	left: 30px;
}
.engine_01c {
	position: absolute;
	z-index: 13;
	top: 70px;
	left: 30px;
	width: 850px;
}
.engine_01_sp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.engine_02, .engine_03, .engine_04, .engine_05, .engine_06 {
	position: relative;
	z-index: 11;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.engine_03a {
	position: relative;
	z-index: 11;
	width: 55%;
	float: left;
}
.engine_03b {
	position: relative;
	z-index: 11;
	width: 45%;
	float: left;
}

.engine_04a {
	position: relative;
	z-index: 11;
	width: 53%;
	margin-right: 2%;
	float: left;
}
.engine_04b {
	position: relative;
	z-index: 11;
	width: 45%;
	float: left;
}

.engine_05a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.engine_05aa {
	position: relative;
	z-index: 11;
	width: calc((100% - 21px) / 2);
	width: -webkit-calc((100% - 21px) / 2);
	width: -moz-calc((100% - 21px) / 2);
	float: left;
}
.engine_05ab {
	position: relative;
	z-index: 11;
	width: calc((100% - 21px) / 2);
	width: -webkit-calc((100% - 21px) / 2);
	width: -moz-calc((100% - 21px) / 2);
	float: left;
}

.engine_06a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.engine_exhaust_img {
	padding-top: 50px;
}

.engine_throttle_img {
	padding-top: 40px;
}


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

	.engine_block {
		width: 100%;
		margin: auto;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.90);
	}

	.engine_01 {
		position: relative;
		z-index: 11;
		width: 100%;
		height: auto;
		padding-bottom: 68.75%;
	}
	.engine_01a {
		position: absolute;
		z-index: 12;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.engine_01b {
		position: absolute;
		z-index: 13;
		top: 20px;
		left: 30px;
	}
	.engine_01c {
		position: absolute;
		z-index: 13;
		top: 70px;
		left: 30px;
		width: 850px;
	}

	.engine_02, .engine_03, .engine_04, .engine_05, .engine_06 {
		position: relative;
		z-index: 11;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.engine_03a {
		position: relative;
		z-index: 11;
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	.engine_03b {
		position: relative;
		z-index: 11;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.engine_04a {
		position: relative;
		z-index: 11;
		width: 100%;
		margin-right: 0;
		float: left;
	}
	.engine_04b {
		position: relative;
		z-index: 11;
		width: 100%;
		float: left;
	}

	.engine_05a {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.engine_05aa {
		position: relative;
		z-index: 11;
		width: 100%;
		float: left;
	}
	.engine_05ab {
		position: relative;
		z-index: 11;
		width: 100%;
		float: left;
	}

	.engine_06a {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.engine_exhaust_img {
		padding-top: 0;
	}

	.engine_throttle_img {
		padding-top: 0;
	}


}




/* Chassis */

.chassis_block {
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}

.chassis_01 {
	position: relative;
	z-index: 11;
	width: 960px;
	height: auto;
	padding-bottom: 60.938%;
}
.chassis_01a {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.chassis_01b {
	position: absolute;
	z-index: 13;
	top: 20px;
	left: 30px;
}
.chassis_01c {
	position: absolute;
	z-index: 13;
	top: 70px;
	left: 30px;
	width: 550px;
}
.chassis_01_sp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.chassis_02, .chassis_03, .chassis_04 {
	position: relative;
	z-index: 11;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.chassis_03a {
	position: relative;
	z-index: 11;
	width: 45%;
	margin-right: 2%;
	float: left;
}
.chassis_03b {
	position: relative;
	z-index: 11;
	width: 53%;
	float: left;
}

.chassis_04a {
	position: relative;
	z-index: 11;
	width: 45%;
	margin-right: 10%;
	float: left;
}
.chassis_04b {
	position: relative;
	z-index: 11;
	width: 45%;
	float: left;
}


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

	.chassis_block {
		width: 100%;
		margin: auto;
		padding-bottom: 60px;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.90);
	}

	.chassis_01 {
		position: relative;
		z-index: 11;
		width: 100%;
		height: auto;
		padding-bottom: 68.75%;
	}
	.chassis_01a {
		position: absolute;
		z-index: 12;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.chassis_01b {
		position: absolute;
		z-index: 13;
		top: 20px;
		left: 30px;
	}
	.chassis_01c {
		position: absolute;
		z-index: 13;
		top: 70px;
		left: 30px;
		width: 850px;
	}

	.chassis_02, .chassis_03, .chassis_04 {
		position: relative;
		z-index: 11;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.chassis_03a {
		width: 100%;
		margin-right: 0;
	}
	.chassis_03b {
		width: 100%;
	}

	.chassis_04a {
		width: 100%;
		margin-right: 0;
	}
	.chassis_04b {
		width: 100%;
	}


}




/* Electronic */

.electronic_block {
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}

.electronic_01 {
	position: relative;
	z-index: 11;
	width: 960px;
	height: auto;
	padding-bottom: 59.375%;
}
.electronic_01a {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.electronic_01b {
	position: absolute;
	z-index: 13;
	top: 20px;
	left: 30px;
}
.electronic_01_sp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.electronic_02, .electronic_03 {
	position: relative;
	z-index: 11;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.electronic_02a {
	position: relative;
	z-index: 11;
	width: 49%;
	margin-right: 2%;
	float: left;
}
.electronic_02b {
	position: relative;
	z-index: 11;
	width: 49%;
	float: left;
}

.electronic_03a {
	position: relative;
	z-index: 11;
	width: 49%;
	margin-right: 2%;
	float: left;
}
.electronic_03b {
	position: relative;
	z-index: 11;
	width: 49%;
	float: left;
}


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

	.electronic_block {
		width: 100%;
		margin: auto;
		padding-bottom: 60px;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.90);
	}

	.electronic_01 {
		position: relative;
		z-index: 11;
		width: 100%;
		height: auto;
		padding-bottom: 59.375%;
	}
	.electronic_01a {
		position: absolute;
		z-index: 12;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.electronic_01b {
		position: absolute;
		z-index: 13;
		top: 20px;
		left: 30px;
	}

	.electronic_02, .electronic_03 {
		position: relative;
		z-index: 11;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.electronic_02a {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
	}
	.electronic_02b {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.electronic_03a {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
	}
	.electronic_03b {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

}





/* Accessories */

.accessories_block {
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}

.accessories_01 {
	position: relative;
	z-index: 11;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.accessories_02 {
	position: relative;
	z-index: 11;
	width: 960px;
	height: auto;
	padding-bottom: 64.58%;
}
.accessories_02a {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.accessories_02d {
	position: absolute;
	z-index: 13;
	bottom: 10px;
	left: 10px;
}


.accessories_03, .accessories_04 {
	position: relative;
	z-index: 11;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.accessories_photos {
	z-index: 11;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.accessories_photos li {
	width: 30%;
	width: calc((100% - 31px) / 3);
	width: -webkit-calc((100% - 31px) / 3);
	width: -moz-calc((100% - 31px) / 3);
	height: auto;
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
	/*overflow: hidden;*/
	position: relative;
}
.accessories_photos li:nth-child(2), .accessories_photos li:nth-child(3),
.accessories_photos li:nth-child(5), .accessories_photos li:nth-child(6),
.accessories_photos li:nth-child(8), .accessories_photos li:nth-child(9),
.accessories_photos li:nth-child(11), .accessories_photos li:nth-child(12),
.accessories_photos li:nth-child(14), .accessories_photos li:nth-child(15),
.accessories_photos li:nth-child(17), .accessories_photos li:nth-child(18) {
	margin-left: 15px;
}
.ac_title {
	position: relative;
	width: 100%;
	font-family: 'SuzukiPROHeadline';
	font-size: 16px;
	line-height: 1.1;
	color: #FFFFFF;
	margin-bottom: 5px;
}


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

	.accessories_block {
		width: 100%;
		margin: auto;
		padding-bottom: 60px;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.80);
	}

	.accessories_01 {
		position: relative;
		z-index: 11;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.accessories_02 {
		position: relative;
		z-index: 11;
		width: 100%;
		height: auto;
		padding-bottom: 63.542%;
	}
	.accessories_02a {
		position: absolute;
		z-index: 12;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.accessories_02d {
		position: absolute;
		z-index: 13;
		bottom: 10px;
		left: 10px;
	}

	.accessories_03, .accessories_04 {
		position: relative;
		z-index: 11;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.accessories_photos {
		z-index: 11;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding:0;
	}
	.accessories_photos li {
		width: 45%;
		width: calc((100% - 16px) / 2);
		width: -webkit-calc((100% - 16px) / 2);
		width: -moz-calc((100% - 16px) / 2);
		height: auto;
		text-align: left;
		padding: 0;
		margin-bottom: 15px;
		/*overflow: hidden;*/
		position: relative;
	}
	.accessories_photos li:nth-child(2), .accessories_photos li:nth-child(3),
	.accessories_photos li:nth-child(5), .accessories_photos li:nth-child(6),
	.accessories_photos li:nth-child(8), .accessories_photos li:nth-child(9),
	.accessories_photos li:nth-child(11), .accessories_photos li:nth-child(12),
	.accessories_photos li:nth-child(14), .accessories_photos li:nth-child(15),
	.accessories_photos li:nth-child(17), .accessories_photos li:nth-child(18) {
		margin-left: 0;
	}
	.accessories_photos li:nth-child(2n) {
		margin-left: 15px;
	}
	.ac_title {
		position: relative;
		width: 100%;
		font-family: 'SuzukiPROHeadline';
		font-size: 16px;
		line-height: 1.1;
		color: #FFFFFF;
	}


}

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

}

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


}


.between_07 {
	max-width: 960px;
	width: 100%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0,0,0,0.90);
}



/* SMGS */

.smgs_block {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}

.smgs_001 {
	position: relative;
	z-index: 11;
	width: 912px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	background:url(../image/smgs_001.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.smgs_001 img:hover {
	/*opacity: 0.7;*/
}
.smgs_001a {
	opacity: 0;
	position: relative;
	z-index: 12;
	width: 912px;
	height: 380px;
	transition: all 1s 0s ease;
}
.smgs_001a:hover {
	opacity: 1;
	
}


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

	.smgs_block {
		width: 100%;
		height: auto;
		margin: auto;
		padding-bottom: 60px;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.90);
	}

	.smgs_001 {
		position: relative;
		z-index: 11;
		/*width: 960px;*/
		/*height: 400px;*/
		width: 100%;
		height: auto;
		margin: auto;
		background:url(../image/smgs_001.png) no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.smgs_001a {
		width: 100%;
		height: auto;
	}

}




/* Video */

.video_block {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}
.video_warrap {
	z-index: 11;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.video_block_1 {
	position: relative;
	z-index: 11;
	width: 99%;
	width: calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #C1272D;
}
.video_block_2 {
	position: relative;
	z-index: 11;
	width: 444px;
	padding-bottom: 27.2%;
	height: 0;
	margin-bottom: 20px;
	border: 1px solid #C1272D;
	float: left;
}
.video_block_3 {
	position: relative;
	z-index: 11;
	width: 444px;
	padding-bottom: 27.5%;
	height: 0;
	margin: 0 auto 20px auto;
}
.video_right_margin {
	margin-right: 20px;
}
.video_block_1 iframe, .video_block_2 iframe, .video_block_3 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_2020 {
	line-height:2.6;
}


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

	.video_block {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 60px;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.80);
	}

	.video_block_1 {
		width: 99%;
		width: calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: -moz-calc(100% - 2px);
		padding-bottom: 56.22%;
		height: 0;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.video_block_2 {
		width: 99%;
		width: calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: -moz-calc(100% - 2px);
		padding-bottom: 56.22%;
		height: 0;
		margin-bottom: 20px;
		float: left;
	}
	.video_block_3 {
		width: 99%;
		width: calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: -moz-calc(100% - 2px);
		padding-bottom: 56.25%;
		height: 0;
		margin: 0 auto 20px auto;
	}
	.video_right_margin {
		margin-right: 0;
	}


}




/* Photos */

.photos_block {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}

.products_photos {
	z-index: 11;
	width: 95%;
	height: auto;
	margin: auto;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.products_photos li {
	width: 24%;
	width: calc((100% - 31px) / 4);
	width: -webkit-calc((100% - 31px) / 4);
	width: -moz-calc((100% - 31px) / 4);
	height: auto;
	text-align: left;
	padding: 0;
	margin: 0 10px 20px 0;
	overflow: hidden;
}
.products_photos li:nth-child(4n) {
	margin: 0 0 20px 0;
}


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

	.photos_block {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 60px;
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.90);
	}

	.products_photos {
		z-index: 11;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		padding:0;
	}
	.products_photos li {
		width: 30%;
		width: calc((100% - 31px) / 3);
		width: -webkit-calc((100% - 31px) / 3);
		width: -moz-calc((100% - 31px) / 3);
		height: auto;
		text-align: left;
		padding: 0;
		margin: 0 15px 20px 0;
		overflow: hidden;
	}
	.products_photos li:nth-child(4n) {
		margin: 0 15px 20px 0;
	}
	.products_photos li:nth-child(3n) {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 660px) {

	.products_photos li {
		width: 48%;
		width: calc((100% - 16px) / 2);
		width: -webkit-calc((100% - 16px) / 2);
		width: -moz-calc((100% - 16px) / 2);
		height: auto;
		text-align: left;
		padding: 0;
		margin: 0 15px 20px 0;
		overflow: hidden;
	}
	.products_photos li:nth-child(3n) {
		margin: 0 15px 20px 0;
	}
	.products_photos li:nth-child(2n) {
		margin: 0 0 20px 0;
	}

}




/* Spec */

.spec_block {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 11;
	background: rgba(0,0,0,0.90);
}

.spec_info {
	z-index: 11;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.spec_left {
	z-index: 11;
	width: 50%;
	float: left;
}
.spec_right {
	z-index: 11;
	width: 48%;
	width: calc(50% - 21px);
	width: -webkit-calc(50% - 21px);
	width: -moz-calc(50% - 21px);
	padding-left: 20px;
	border-left: 1px solid #ffffff;
	float: left;
}

table.spec, table.spec2 {
	z-index: 11;
	width: 100%;
}
table.spec th {
	width: 135px;
	/*padding-left: 30px;*/
	padding: 0;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-family: 'SuzukiPROBold';
	line-height: 180%;
	color: #ffffff;
	white-space: nowrap;
}
table.spec td {
	padding: 0 10px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-family: 'SuzukiPRORegular';
	line-height: 180%;
	color: #ffffff;
}

table.spec2 th {
	width: 135px;
	/*padding-left: 30px;*/
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-family: 'SuzukiPROBold';
	line-height: 180%;
	color: #ffffff;
	white-space: nowrap;
}
table.spec2 td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-family: 'SuzukiPRORegular';
	line-height: 180%;
	color: #ffffff;
}

.spec_note {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 12px;
	font-family: 'SuzukiPRORegular';
	color: #231815;
}


.spec_logo {
	z-index: 11;
	width: 200px;
	height: auto;
	margin: 20px auto;
}

.spec_color {
	z-index: 11;
	width: 95%;
	height: auto;
	margin: 0 auto 40px auto;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.spec_color li {
	width: 24%;
	width: calc((100% - 21px) / 2);
	width: -webkit-calc((100% - 21px) / 2);
	width: -moz-calc((100% - 21px) / 2);
	height: auto;
	text-align: left;
	padding: 0;
	margin: 0 20px 20px 0;
	overflow: hidden;
}
.spec_color li:nth-child(2) {
	margin: 0 0 20px 0;
}

.bottom_img {
	position: relative;
	z-index: 11;
	width: 960px;
	height: auto;
}


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

	.spec_block {
		width: 100%;
		margin: auto;
		/*padding-bottom: 60px;*/
		position: relative;
		z-index: 11;
		background: rgba(0,0,0,0.90);
	}


	.spec_left {
		z-index: 11;
		width: 100%;
		float: left;
	}
	.spec_right {
		z-index: 11;
		width: 100%;
		/*
		width: calc(50% - 21px);
		width: -webkit-calc(50% - 21px);
		width: -moz-calc(50% - 21px);
		*/
		padding-left: 0px;
		border-left: 0px solid #FFFFFF;
		float: left;
	}

	table.spec th, table.spec2 th {
		width: 190px;
		/*padding-left: 30px;*/
		text-align: left;
		vertical-align: top;
		font-size: 18px;
		font-family: 'SuzukiPROBold';
		line-height: 180%;
		color: #ffffff;
	}
	table.spec td, table.spec2 td {
		padding-left: 10px;
		padding-right: 0;
		text-align: left;
		vertical-align: top;
		font-size: 18px;
		font-family: 'SuzukiPRORegular';
		line-height: 180%;
		color: #ffffff;
	}

	.spec_note {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		font-size: 16px;
		font-family: 'SuzukiPRORegular';
		color: #ffffff;
	}

	.spec_color {
		z-index: 11;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.spec_color li {
		width: 100%;
		/*
		width: calc((100% - 21px) / 3);
		width: -webkit-calc((100% - 21px) / 3);
		width: -moz-calc((100% - 21px) / 3);
		*/
		height: auto;
		text-align: left;
		padding: 0;
		margin: 0 0 20px 0;
		overflow: hidden;
	}
	.spec_color li:nth-child(3) {
		margin: 0 0 20px 0;
	}

	.spec_color_name {
		z-index: 11;
		width: 100%;
		padding: 5px 0;
		font-size: 18px;
		font-family: 'SuzukiPRORegular';
		color: #ffffff;
	}

	.bottom_img {
		position: relative;
		z-index: 11;
		width: 100%;
		height: auto;
	}

}



/* footer */

footer {
	z-index: 11;
	width: 100%;
	color: #fff;
	/*background: #060000;*/
	background: rgba(0,0,0,0);
	padding: 0;
	min-width: 640px;
}

#pi_footer .footer_bottom {
	position: relative;
	left: 0;
	width: 960px;
	height: 90px;
	margin: auto;
	background: #060000;
	padding: 32px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#pi_footer .footer_bottom {
		left: -1px;
	}
}

#pi_footer .footer_bottom .footer_logo {
	position: absolute;
	top: 0;
	left: 20px;
	width: 80px;
	height: auto;
	padding: 10px 0;
}

#pi_footer .footer_bottom .copyright {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	text-align: right;
	padding: 31px 0;
	color: #9FA0A0;
}

#pi_footer .footer_bottom p {
	font-size: 0.75rem;
	float: left;
	display: block;
	letter-spacing: 0.06em;
	margin: 1px 0 0 0;
	opacity: 0.6;
}



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

	#pi_footer .footer_bottom {
		position: relative;
		width: 100%;
		height: 230px;
		margin: auto;
		background: #060000;
		padding: 32px 0;
	}

	#pi_footer .footer_bottom .footer_logo {
		position: absolute;
		top: 0;
		left: 50px;
		left: calc(50% - 75px);
		left: -webkit-calc(50% - 75px);
		left: -moz-calc(50% - 75px);
		width: 150px;
		height: auto;
		padding: 0;
	}

	#pi_footer .footer_bottom .copyright {
		position: absolute;
		top: 140px;
		right: 0;
		width: 100%;
		text-align: center;
		padding: 32px 0;
		color: #9FA0A0;
	}


}




</pre></body></html>