
@charset "UTF-8";
/* CSS Document */




.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
.clearfix {
    *zoom: 1;
    color: #FFFFFF;
}
 
body {
    font-family:'Noto Serif JP', serif;
}
 
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 99999;
}
 
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #666666;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    z-index: 999;
}
 
 
header  {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#000;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
	z-index: 9999;
}
header .inner {
    position:relative;
    max-width:1080px;
    margin:0 auto;
    padding:0.5em 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.logo {
    float:left;
    width:23%;
    margin-top: 23px;
}
 
header nav {
    float:right;
    width: 60%;
}
 
header.navOpen nav {
    opacity: 1;
    right: 0;
}
header nav ul {
    width: 100%;
    padding: 0 0 0 0px;
}
header nav ul li {
    float:left;
    width: 16.6666%;
    list-style:none;
}
header nav ul li a {
    position:relative;
    display:block;
    padding:1.5em;
    color:#999;
    text-decoration:none;
}
header nav ul li a:hover {
    text-decoration: underline;
}
 
 
header .button {
    display: none;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
header .button span {
    display: block;
    height: 4px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header .button span:nth-of-type(2),
header .button span:nth-of-type(3) {
    margin-top: 5px;
}
 
header.navOpen .button span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .button span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
header.navOpen .button span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}
 
#contents {
    max-width: 1080px;
    margin:120px auto 0;
    line-height:1.5;
}
#contents p {
    margin: 50px 0 0 0;
}
 
 
 
@media screen and (max-width:1080px){
header .inner {
    padding: 1.5em;
}
header h1 {
    width: 30%;
    margin-top: 0em;
}
header nav {
    width:70%;
}
header nav ul li {
    width: 25%;
}
#contents {
    margin-top:180px;
}
}

li{
	font-size: 12px;
}
 
@media screen and (max-width:480px){

	header{
		z-index: 9999%;
	}
	
	.logo{
		width: 130%;
		height: auto;
    margin: 0;
	}
header .button {
    display:block;
	z-index: 9999;
}
header nav {
    overflow:auto;
    position: fixed;
    top: 0;
    right: -70%;
    float:none;
    width: 45%;
    max-width:320px;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index:9999;
}
header nav ul li {
    float: none;
    width: auto;
}
#contents {
    margin-top:80px;
	z-index: 9999;
}
}

.headerlink{
    color: #FFFFFF;
    font-size: 12px;
}

@media screen and (max-width:480px){
    .headerlink{
        color: #000;
    }
}

.tome{
    width: 3%;
    height: auto;
}

@media screen and (max-width:480px){
    .tome{
        max-width: 10%;
        height: auto;
    }
}





  

.top{
    width: 40%;
    padding-top: 30px;
    height: auto;
    margin: 0 auto;
    display: flex;
}

.gif{
    margin: 0 auto;
    display: flex;
    width: 40%;
    margin-top: 50px;
    height: auto;
}

.setumei{
    width: 35%;
    margin: 0 auto;
    display: flex;
    height: auto;
}

.junsei{
    width: 30%;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding-top: 10px;
}

.hasamikomi{
    width: 30%;
    height: auto;
    margin: 0 auto;
    display: flex;
}

.hasamikomi2{
    margin: 0 auto;
    display: flex;
    width: 35%;
    height: auto;
}

.gif2{
    margin: 0 auto;
    display: flex;
    width: 30%;

}

.point2_1{
    margin: 0 auto;
    display: flex;
    width: 30%;
    height: auto;
}

.pointomidashi{
    margin: 0 auto;
    display: flex;
    width: 30%;
    height: auto;
}

.ecu{
    margin: 0 auto;
    display: flex;
    width: 35%;
    height: auto;
    padding-top: 50px;
}

.damper{
    margin: 0 auto;
    display: flex;
    width: 35%;
    height: auto;
    padding-top: 30px;
}

.closer{
    margin: 0 auto;
    display: flex;
    width: 35%;
    height: auto;
    padding-top: 30px;
}




  
 
@media screen and (max-width:480px){
    .top{
        width: 100%;
        height: auto;
    }
    .gif{
        width: 100%;
        height: auto;
    }
    .setumei{
        width: 100%;
        height: auto;
    }
    .junsei{
        width: 100%;
        height: auto;
    }
    .hasamikomi{
        width: 100%;
        height: auto;
    }
    .hasamikomi2{
        width: 100%;
        height: auto;
    }
    .gif2{
        width: 100%;
        height: auto;
    }
    .point2{
        width: 100%;
        height: auto;
    }
    .pointomidashi{
        width: 100%;
        height: auto;
    }
    .ecu{
        width: 100%;
        height: auto;
    }
    .damper{
        width: 100%;
        height: auto;
    }
    .closer{
        width: 100%;
        height: auto;
    }
}
