body, html{
	overflow-x:hidden !important;
}
#loader1 {
	width: 100vw;
	height: 50vh;
	background: #FFF;
	position: fixed;
	top: 0;
	z-index: 99999;
}
#loader2 {
	width: 100vw;
	height: 50vh;
	background: #FFF;
	position: fixed;
	bottom: 0;
	z-index: 99999;
}
.catching {
	position: fixed;
	top: 50%;
	left: 45%;
	margin: -36px 0 0 -68px;
	z-index: 99999;
}
.catching img {
	width: 50px;
}
p a#btn {
	display: none;
	width: 40px;
}
p a#btn img {
	width: 100%;
}
 @media (max-width: 736px) {
p a#btn {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
}
.catching {
	position: fixed;
	top: 50%;
	left: 45%;
	margin: -18px 0 0 -34px;
	z-index: 99999;
}
.catching img {
	width: 38px;
}
}
header{

}
#header {
	margin: 0;
	padding: 10px 10px;
	box-sizing: border-box;
	background: #FFF;
	position:fixed;
	width:100%;
	z-index:999;
}
#header:after, #header:before {
	content: "";
	clear: both;
	display: block;
}

#header_under {
	margin: 0;
	padding: 10px 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}
#header_under:after, #header_under:before {
	content: "";
	clear: both;
	display: block;
}
#header_under nav{
	background:#FFF;
		position:fixed;
		right:10px;		
			z-index:9999;
}

 p.logo {
	float: left;
	width: 22vw
}
p.logo img {
	width: 100%;
	max-width: 407px;
	min-width: 300px;
}
 @media (max-width: 736px) {
	 header{
		 position:static !important;
	 }
p.logo img {
	min-width: 203px;
}
}
.nav {
	float: right;
	margin: 10px 0 0 0;
}
.nav ul li {
	float: left;
	height:50px;
}
.nav ul li a {
	color: #333;
	font-size: 15px;
	background: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,75,125,1) 50%) 0 0;
	background-size: 202% auto;
	transition: .3s;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	margin: 0 20px;
	box-sizing: border-box;
	white-space: nowrap;
	font-weight:bold;
	display:block;
	padding-top:5px;
}
.nav ul li:last-child{
	background:#F15A29;
	margin-left:30px;
}
.nav ul li:last-child a,
.nav ul li:last-child a span{
	color:#FFF;
}
.nav ul li a span{
	font-size:10px;
	clear:both;
	overflow:hidden;
	display:block;
	    font-family: 'Noto Sans Japanese', sans-serif !important;
		color:#004B7D
}
.nav ul li a:hover {
	background-position: -98% 0;
	color: #FFF;
}
.nav ul li a:hover span{
	color: #FFF;
}
 @media (max-width: 736px) {
.nav {
	float: none;
}
.nav ul li {
	float: none;
	height:auto;
	text-align: left;
	padding: 10px 0 !important;
}
.nav ul li a {
	color: #FFF;
	width: 100%;
	display: block;
	font-size: 15px;
	transition: none;
	margin:0;
}
.nav ul li:last-child{
	background:none;
	margin-left:0;
}
.nav ul li a span{
	font-size:10px;
	display:block;
	width:100%;
	    font-family: 'Noto Sans Japanese', sans-serif !important;
		color:rgba(255,255,255,0.8);
}
.nav ul li a:hover {
	background-position: 0 0;
	color: #FFF;
}
}

p#close {
	display: none;
	width: 40px;
}
p#close img {
	width: 40px;
}
 @media (max-width: 736px) {
p#close {
	position: absolute;
	top: -5px;
	right: 20px;
	display: block;
}

}
/*お問い合わせ*/
#contact {
	overflow: hidden;
	clear: both;
	background: #F15A29;
	padding: 25px 0;
}
.contact-top {
	display:none;
	overflow: hidden;
	clear: both;
	background: #F15A29;
	padding: 25px 0;
	width:100%;
	height:80px;
	position:fixed;
	bottom:-120px;
	z-index:999;
}
.static{
	position:static !important;
}
#contact p {
	color: #FFF;
}
#contact .contact-inside {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 0;
	box-sizing: border-box;
}
.contactleft {
	float: left;
	width: 45%;
}
.contactleft img{
	height:50px;
}
.contactright {
	float: right;
	width: 55%;
}
.contactright ul li{
	float:left;
	margin-right:20px;
	text-align:center;
}
.contactright ul li:last-child{
	margin:0;
}
.contactright a {
	background: #FFF url(../img/btn/contact.png) 90% 50% no-repeat;
	background-size: 11px;
	padding: 30px 100px 30px 60px;
	box-sizing: border-box;
	display: block;
	color: #F15A29;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0 5px 0 #F30;
	border-radius: 5px;
	text-align:center;
}
.contactright a span {
	display: inline-block;
}

.nonfixed {
	position: relative !important;
}
 @media (max-width:736px) {
	 #contact {
		 padding:15px 0;
		 
	 }
.contact-top {
	overflow: hidden;
	clear: both;
	background: #F15A29;
	padding: 10px 10px;
	box-sizing:border-box;
	width:100%;
	height:80px;
	position:fixed;
	bottom:0;
	z-index:999;
}
.contactright a span {
	display: none;
}

.contactleft img{
	height:auto;
	width:100%;
}
.contact-inside {
	padding: 0;
}
.contactright {
	float: right;
	width: 50%;
}
.contactright ul li{
	margin-right:0;
	margin-bottom:10px;
	float:none;
}
#contact p {
	font-size: 7.5px;
}
.contactright ul li a {
	font-size: 11px;
	width:100%;
	margin: 0 0 0 0;
	padding: 5px 5px;
	box-sizing: border-box;
	background-image: none;
	box-shadow:none !important;
}
}
/*メーカー*/
#maker {
	overflow: hidden;
	background: #E6ECF1;
	clear: both;
	padding: 25px 0;
}
#maker div {
	max-width: 1024px;
	margin: 0 auto;
}
#maker p {
	text-align: right;
	font-size: 11px;
	margin: 10px 0 0 0;
}
#maker dl {
	overflow: hidden;
	clear: both;
}
#maker dl dt {
	float: left;
	margin-right: 10px;
}
#maker dl dd {
	float: left;
	background: #FFF;
	border: 1px solid #CCC;
	box-sizing: border-box;
	margin-right: 5px;
}
#maker dl dd:nth-child(7) {
	margin-right: 0;
}
 @media (max-width:736px) {
#maker {
	padding: 20px;
}
#maker dl dt {
	float: none;
	margin-right: 0;
	width: 100%;
}
#maker dl dt img, #maker dl dd img {
	width: 100%;
}
#maker dl dd {
	float: left;
	width: 31.9%;
	background: #FFF;
	border: 1px solid #CCC;
	box-sizing: border-box;
	padding:5px 20px 0 20px;
	margin-right: 2%;
	margin-bottom: 2%;
}
#maker dl dd:nth-child(4), #maker dl dd:nth-child(7) {
	margin-right: 0;
}
#maker p {
	text-align: left;
}
}
#footer {
	max-width: 1024px;
	margin: 50px auto;
	overflow:hidden;
	clear:both;
}
.footerleft {
	width: 48%;
	float: left;
	margin: 0 2% 0 0
}
.footerright {
	width: 48%;
	float: right;
	margin: 0;
	padding-left: 2%;
	font-size: 14px;
}

#footer p span{
	font-size:16px;
	font-weight:bold;
}
#footer p {
	font-size: 14px;
}
.copywrap p{
	color:#FFF;
	font-size:14px;
}
.copywrap h4{
		text-align:center;
}
#footer h4{
	text-align:center;
	margin-top:50px;
}
.fff{
	padding-bottom:20px;
	border-bottom:1px solid #FFF;
	margin-bottom:20px;
}
 @media (max-width:736px) {
	 #footer p ,
.copywrap p{
	font-size:13px;
}
	 .copywrap h4 img,
#footer h4 img{
	height:50px;
}
#footer img {
	width: 100%;
}
#footer {
	padding: 0 0;
	margin: 25px 0;
	box-sizing: border-box;
}
.footerleft {
	width: auto;
	float: none;
	margin: 10px 30px 0 30px;
}
.footerright {
	width: auto;
	padding: 0;
	float: none;
	margin: 10px 30px 0 30px;
	border: none;
}
.footerbox a{
	color:#FFF !important;
}
}
.copywrap iframe,
#footer iframe {
	width: 100%;
	height: 300px;
	margin: 20px 0 0 0;
}
.footerleft h3 {
	color: #004B7D;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px 0;
}

dl.whatsnew {
	width: 100%;
}
dl.whatsnew dt {
	float: left;
	clear: left;
	font-size: 14px;
	width: 20%;
}
dl.whatsnew dd {
	float: left;
	width: 75%;
	font-size: 14px;
	margin-bottom: 15px;
}
 @media (max-width:736px) {
	 .copywrap iframe,
	#footer iframe {
	width: 100%;
	height: 200px;
	margin: 20px 0 20px 0;
}
.footerleft h3 {
	font-size: 16px;
	margin-bottom: 15px;
}
dl.whatsnew dt {
	float: none;
	clear: none;
	font-size: 12px;
	width: auto;
	margin-bottom: 5px;
}
dl.whatsnew dd {
	float: none;
	font-size: 12px;
	width: auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
}
dl.whatsnew dd span {
	color: #BE1E2D;
	border: 1px solid #BE1E2D;
	margin-right: 10px;
	padding: 0 5px;
}
#copyright {
	overflow: hidden;
	clear: both;
	background: #004B7D;
	padding: 50px 0;
	margin: 0 0 0 0;
	border-top:1px solid #FFF;
}
#copyright .copywrap  {
	max-width: 1024px;
	margin: 0 auto;
	overflow:hidden;
	clear:both
}
#copyright ul {
	float: left;
	padding:10px 0 0 0;
}
#copyright ul li {
	float: left;
}
#copyright ul li a {
	color: #FFF;
	border-right: 1px solid #FFF;
	padding: 0 10px;
	font-size: 14px;
}
#copyright ul li:last-child a {
	border: none;
}
#copyright p.copyname {
	float: right;
	font-size: 14px;
	color: #FFF;
	padding:10px 0 0 0;
}
iframe.underframe {
	width: 500px;
	height: 250px;
	margin: 20px 50px 20px 0;
	float:left !important;
}
.footerbox{
	float:left;
}
.footerbox img{
width:407px;
}
.footerbox p{
	color:#FFF;
	font-size:14px;
	margin:10px 0 0 0;
}
 @media (max-width:736px) {
	 iframe.underframe {
	width: 90%;
	height: 250px;
	margin: 0 auto !important;
	float:none !important;
	display:block
}
#footer h4 img{
	width:auto !important;
}

.footerbox{
	float:none;
	margin:0 30px;
	border-bottom:1px solid #7FA5BE;
	padding-bottom:15px;
}
.footerbox img{
	width:100%;
	margin:15px 0 0 0;
}
.footerbox p{
	font-size:12px;
	margin-bottom:5px;	margin:5px 0 0 0;}

	 ul#footernav li{
				  float:left;
		  display:block;
		  width:50%;
	 }
	  ul#footernav li a{
		  display:block;
		  border:1px solid #CCC;
		  font-size:12px;
		  padding:10px 30px;
		  margin-bottom:-1px;
		  margin-right:-1px;
		  background:url(../img/btn/foot.png) no-repeat 90% 50%;
		  background-size:6px;
	  }
	  #copyright .copywrap  {
		  margin:0;
	  }
#copyright {
	overflow: hidden;
	clear: both;
	background: #004B7D;
	padding: 20px 0;
	margin: 20px 0 50px 0;
}
#copyright ul {
	margin: 0 30px;
	float: none;
	border-bottom:1px solid #7FA5BE;
}
#copyright ul li {
	float: none;
}
#copyright ul li a {
	font-size: 12px;
	border-right: none;
	padding: 10px 0;
	border-bottom:1px solid #7FA5BE;
	display: block
}
#copyright p.copyname {
	float: none;
	font-size: 12px;
	margin: 30px 30px;
}
}


/*FADEIN*/

.fadein {
	opacity : 0.2;
	transform : translate(0, 50px);
	transition : all 500ms;
}
/* 逕ｻ髱｢蜀�↓蜈･縺｣縺溽憾諷� */
.fadein.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}

/* swiper*/

   .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
