@charset "UTF-8";
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a {
	text-decoration: none;
	outline: none;
	opacity: 1;
}
a:hover {
	opacity: 0.8;
}
*:hover {
	transition: all .3s;
}
body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #000;
	background-color: #fff;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100vh;
}
header {
	padding: 50px 0 40px;
}
header h1.logo {
	width: 140px;
	margin: 0 auto 30px;
}
header h1.logo img {
	width: 100%;
}
header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
header nav li {
	font-family: "Times New Roman", Times, serif;
	display: inline-block;
	padding: 0 25px;
}
header nav li a {
	display: block;
	color: #000;
}
.top {
	width: 100%;
	height: 50vh;
	min-height: 500px;
	background: url(../img/top.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
section h2 {
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto 40px;
	font-size: 30px;
	text-align: center;
	position: relative;
}
section h2:first-letter {
	font-size: 40px;
}
section h2:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 150px;
	height: 2px;
	background-color: #000;
}
footer {
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
}
/*About E.C.W*/
#about ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#about ul li {
	text-align: justify;
	text-justify: inter-ideograph;
	width: 45%;
	margin: 0 2.5%;
	float: left;
	line-height: 30px;
}
#about figure {
	width: 60%;
	margin: 0 auto 20px;
}
#about figure img {
	width: 100%;
}
#about h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: 0;
	font-size: 19px;
}
/*products*/
#products ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#products li a {
	float: left;
	width: calc(100%/5);
	height: 50vh;
	min-height: 500px;
	color: #fff;
	position: relative;
	display: block;
}
#products li.panhard a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_panhard.jpg) no-repeat center center;
	background-size: cover;
}
#products li.legionnaire a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_legionnaire.jpg) no-repeat center center;
	background-size: cover;
}
#products li.armada a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_armada.jpg) no-repeat center center;
	background-size: cover;
}
#products li.tornado a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_tornado.jpg) no-repeat center center;
	background-size: cover;
}
#products li.ganador a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_ganador.jpg) no-repeat center center;
	background-size: cover;
}
#products li figure {
	width: 80%;
	max-width: 300px;
	height: 400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#products li figure img {
	width: 100%;
}
#products li figure figcaption {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#products li figure figcaption:first-letter {
	font-size: 34px;
}
#products li figure figcaption span {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 16px;
}
/*design Design*/
#design ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#design ul li {
	text-align: justify;
	text-justify: inter-ideograph;
	width: 28.3%;
	margin: 0 2.5%;
	float: left;
	line-height: 30px;
}
#design figure {
	margin: 0 auto 20px;
	width: 80%;
}
#design figure img {
	width: 100%;
}
#design h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 0;
	font-size: 24px;
}
/*Shop list*/
#shop {
	background-color: #eee;
}
#shop ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#shop ul li {
	width: 30%;
	margin: 0 1.5%;
	float: left;
	font-size: 14px;
	line-height: 24px;
}
#shop h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: -10px;
	font-size: 16px;
}
#shop figure {
	margin: 0 auto -10px;
}
#shop figure img {
	width: 100%;
}
#shop a {
	color: #000;
	text-decoration: underline;
}
/*products.html*/
.products .filter {
	background-color: rgba(0,0,0,0.5);
	padding: 70px 0 55px;
}
.products .parallax h1 {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 0 auto 30px;
}
.products .parallax h1:first-letter {
	font-size: 40px;
}
.products .parallax p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.products .parallax p span {
	display: block;
}
.products .panhard .parallax {
	background: url(../img/bg_panhard.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
.products .legionnaire .parallax {
	background: url(../img/bg_legionnaire.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
.products .armada .parallax {
	background: url(../img/bg_armada.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
.products .tornado .parallax {
	background: url(../img/bg_tornado.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
.products .ganador .parallax {
	background: url(../img/bg_ganador.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
.products ul {
	padding: 0;
	margin: 0 auto 30px;
	list-style: none;
	text-align: center;
}
.products ul li {
	width: 19.5%;
	display: inline-block;
}
.products figure {
	width: 100%;
	margin: 0;
}
.products figure img {
	width: 100%;
}
.products figure figcaption {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.products dl {
	background-color: #efefef;
	padding: 30px 5% 25px;
	font-size: 14px;
}
.products dt {
	width: 80px;
	float: left;
	font-weight: bold;
}
.products dd {
	margin: 0 0 10px 80px;
}
.products dd:last-child {
	margin: 0;
}
.products dl figure {
	width: 85%;
	margin: 0 auto;
}
.products dl figure img {
	width: 100%;
}
.products .color {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.products .color.white {
	background-color: #fff;
}
.products .color.black {
	background-color: #000;
}
.products .color.beige {
	background-color: #d7bb93;
}
.products .color.blue {
	background-color: #0a5396;
}
.products .color.navy {
	background-color: #043968;
}

@media screen and (min-width:700px) and ( max-width:1024px) {
/*トグル*/
.nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #222;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.nav-toggle span:nth-child(1) {
	top: 0;
}
.nav-toggle span:nth-child(2) {
	top: 11px;
}
.nav-toggle span:nth-child(3) {
	top: 22px;
}
.nav-toggle {
	display: block;
	position: absolute;
	right: 5%;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 9999;
}
.open .nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	background-color: #fff;
}
.open .nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	background-color: #fff;
}
.open .nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	background-color: #fff;
}
.open nav {
	display: block;
	animation-duration: 0.6s;
	animation-name: fade-in;
}
@keyframes fade-in {
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
header {
	padding: 10px 0 0;
}
header h1.logo {
	width: 80px;
	margin: 0 auto;
}
header h1.logo img {
	width: 100%;
}
header nav {
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	z-index: 9998;
	display: none;
}
header nav ul {
	height: 90%;
	padding: 10% 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
header nav ul li {
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding: 0;
	text-align: center;
	height: calc(100% / 6);
}
header nav ul li a {
	display: block;
	color: #fff;
}
.top {
	width: 100%;
	height: 300px;
	min-height: 300px;
	background: url(../img/top.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.inner {
	width: 85%;
	margin: 0 auto;
	padding: 20px 0;
}
section h2 {
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto 30px;
	font-size: 24px;
	text-align: center;
	position: relative;
}
section h2:first-letter {
	font-size: 34px;
}
section h2:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #000;
}
footer {
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}
/*About E.C.W*/
#about ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#about ul li {
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	margin: 0 auto 40px;
	float: none;
	line-height: 28px;
	font-size: 15px;
}
#about ul li:last-child {
	margin: 0 auto;
}
#about figure {
	width: 180px;
	margin: 0 auto -5px;
}
#about figure img {
	width: 100%;
}
#about h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: -5px;
	font-size: 16px;
}
#about h3 span {
	display: block;
}
/*products*/
#products ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#products li a {
	float: none;
	width: 100%;
	height: auto;
	min-height: auto;
	color: #fff;
	position: relative;
	display: block;
	padding-bottom: 70px;
}
#products li.panhard a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_panhard.jpg) no-repeat center center;
	background-size: cover;
}
#products li.legionnaire a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_legionnaire.jpg) no-repeat center center;
	background-size: cover;
}
#products li.armada a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_armada.jpg) no-repeat center center;
	background-size: cover;
}
#products li.tornado a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_tornado.jpg) no-repeat center center;
	background-size: cover;
}
#products li.ganador a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_ganador.jpg) no-repeat center center;
	background-size: cover;
}
#products li figure {
	width: 180px;
	max-width: auto;
	height: auto;
	position: static;
	margin: 0 auto;
}
#products li figure img {
	width: 100%;
}
#products li figure figcaption {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
#products li figure figcaption:first-letter {
	font-size: 30px;
}
#products li figure figcaption span {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 14px;
}
/*design Design*/
#design ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#design ul li {
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	margin: 0 auto 40px;
	float: none;
	line-height: 28px;
	font-size: 15px;
}
#design ul li:last-child {
	margin: 0 auto;
}
#design figure {
	margin: 0 auto -5px;
	width: 180px;
}
#design figure img {
	width: 100%;
}
#design h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: -5px;
	font-size: 20px;
}
/*Shop list*/
#shop {
	background-color: #eee;
}
#shop ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#shop ul li {
	width: 100%;
	margin: 0 auto 30px;
	float: none;
	font-size: 14px;
	line-height: 24px;
}
#shop ul li:last-child {
	margin: 0 auto;
}
#shop h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: -10px;
	font-size: 16px;
}
#shop figure {
	margin: 0 auto -10px;
}
#shop figure img {
	width: 100%;
}
/*products.html*/
.products .filter {
	background-color: rgba(0,0,0,0.5);
	padding: 30px 0;
}
.products .parallax h1 {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 10px;
}
.products .parallax h1:first-letter {
	font-size: 34px;
}
.products .parallax p {
	text-align: justify;
	text-justify: inter-ideograph;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	padding: 0 7%;
	margin: 0 auto;
}
.products .parallax p span {
	display: inline;
}
.products .panhard .parallax {
	background: url(../img/bg_panhard.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products .legionnaire .parallax {
	background: url(../img/bg_legionnaire.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products .armada .parallax {
	background: url(../img/bg_armada.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products .tornado .parallax {
	background: url(../img/bg_tornado.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products .ganador .parallax {
	background: url(../img/bg_ganador.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.products ul li {
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 20px;
}
.products .tornado ul li, .products .ganador ul li {
	width: 100%;
	margin: 0;
}
.products figure {
	width: 100%;
	margin: 0;
}
.products figure img {
	width: 100%;
}
.products .tornado ul li figure, .products .ganador ul li figure {
	width: 50%;
	margin: 0 auto;
}
.products figure figcaption {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.products dl {
	background-color: #efefef;
	padding: 20px 5% 15px;
	font-size: 14px;
}
.products dt {
	width: 80px;
	float: left;
	font-weight: bold;
}
.products dd {
	margin: 0 0 10px 80px;
}
.products dd:last-child {
	margin: 0;
}
.products dl figure {
	width: 100%;
	margin: 0 auto;
}
.products dl figure img {
	width: 100%;
}
.products .color {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.products .color.white {
	background-color: #fff;
}
.products .color.black {
	background-color: #000;
}
.products .color.beige {
	background-color: #d7bb93;
}
.products .color.blue {
	background-color: #0a5396;
}
.products .color.navy {
	background-color: #043968;
}
}

@media screen and (max-width:700px) {
/*トグル*/
.nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #222;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.nav-toggle span:nth-child(1) {
	top: 0;
}
.nav-toggle span:nth-child(2) {
	top: 11px;
}
.nav-toggle span:nth-child(3) {
	top: 22px;
}
.nav-toggle {
	display: block;
	position: absolute;
	right: 5%;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 9999;
}
.open .nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	background-color: #fff;
}
.open .nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	background-color: #fff;
}
.open .nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	background-color: #fff;
}
.open nav {
	display: block;
	animation-duration: 0.6s;
	animation-name: fade-in;
}
@keyframes fade-in {
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
header {
	padding: 10px 0 0;
}
header h1.logo {
	width: 80px;
	margin: 0 auto;
}
header h1.logo img {
	width: 100%;
}
header nav {
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	z-index: 9998;
	display: none;
}
header nav ul {
	height: 80%;
	padding: 10% 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
header nav ul li {
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding: 0;
	text-align: center;
	height: calc(100% / 6);
}
header nav ul li a {
	display: block;
	color: #fff;
}
.top {
	width: 100%;
	height: 65vh;
	min-height: 65vh;
	background: url(../img/top_sp.jpg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.inner {
	width: 85%;
	margin: 0 auto;
	padding: 20px 0;
}
section h2 {
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto 30px;
	font-size: 24px;
	text-align: center;
	position: relative;
}
section h2:first-letter {
	font-size: 34px;
}
section h2:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #000;
}
footer {
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}
/*About E.C.W*/
#about ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#about ul li {
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	margin: 0 auto 40px;
	float: none;
	line-height: 28px;
	font-size: 15px;
}
#about ul li:last-child {
	margin: 0 auto;
}
#about figure {
	width: 180px;
	margin: 0 auto -5px;
}
#about figure img {
	width: 100%;
}
#about h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: -5px;
	font-size: 16px;
}
#about h3 span {
	display: block;
}
/*products*/
#products ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#products li a {
	float: none;
	width: 100%;
	height: auto;
	min-height: auto;
	color: #fff;
	position: relative;
	display: block;
	padding-bottom: 70px;
}
#products li.panhard a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_panhard.jpg) no-repeat center center;
	background-size: cover;
}
#products li.legionnaire a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_legionnaire.jpg) no-repeat center center;
	background-size: cover;
}
#products li.armada a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_armada.jpg) no-repeat center center;
	background-size: cover;
}
#products li.tornado a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_tornado.jpg) no-repeat center center;
	background-size: cover;
}
#products li.ganador a {
	background: linear-gradient(rgba(0,0,0,.1) 70%, rgba(0,0,0,.9)) 30%, url(../img/bg_ganador.jpg) no-repeat center center;
	background-size: cover;
}
#products li figure {
	width: 180px;
	max-width: auto;
	height: auto;
	position: static;
	margin: 0 auto;
}
#products li figure img {
	width: 100%;
}
#products li figure figcaption {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
#products li figure figcaption:first-letter {
	font-size: 30px;
}
#products li figure figcaption span {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 14px;
}
/*design Design*/
#design ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#design ul li {
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	margin: 0 auto 40px;
	float: none;
	line-height: 28px;
	font-size: 15px;
}
#design ul li:last-child {
	margin: 0 auto;
}
#design figure {
	margin: 0 auto -5px;
	width: 180px;
}
#design figure img {
	width: 100%;
}
#design h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: -5px;
	font-size: 20px;
}
/*Shop list*/
#shop {
	background-color: #eee;
}
#shop ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#shop ul li {
	width: 100%;
	margin: 0 auto 30px;
	float: none;
	font-size: 14px;
	line-height: 24px;
}
#shop ul li:last-child {
	margin: 0 auto;
}
#shop h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: -10px;
	font-size: 16px;
}
#shop figure {
	margin: 0 auto -10px;
}
#shop figure img {
	width: 100%;
}
#shop a {
	color: #000;
	text-decoration: underline;
}
/*products.html*/
.products .filter {
	background-color: rgba(0,0,0,0.5);
	padding: 30px 0;
}
.products .parallax h1 {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 10px;
}
.products .parallax h1:first-letter {
	font-size: 34px;
}
.products .parallax p {
	text-align: justify;
	text-justify: inter-ideograph;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	padding: 0 7%;
	margin: 0 auto;
}
.products .parallax p span {
	display: inline;
}
.products .panhard .parallax {
	background: url(../img/bg_panhard.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products .legionnaire .parallax {
	background: url(../img/bg_legionnaire.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products .armada .parallax {
	background: url(../img/bg_armada.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products .tornado .parallax {
	background: url(../img/bg_tornado.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products .ganador .parallax {
	background: url(../img/bg_ganador.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.products ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.products ul li {
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 20px;
}
.products .tornado ul li, .products .ganador ul li {
	width: 100%;
	margin: 0;
}
.products figure {
	width: 100%;
	margin: 0;
}
.products figure img {
	width: 100%;
}
.products .tornado ul li figure, .products .ganador ul li figure {
	width: 50%;
	margin: 0 auto;
}
.products figure figcaption {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.products dl {
	background-color: #efefef;
	padding: 20px 5% 15px;
	font-size: 14px;
}
.products dt {
	width: 80px;
	float: left;
	font-weight: bold;
}
.products dd {
	margin: 0 0 10px 80px;
}
.products dd:last-child {
	margin: 0;
}
.products dl figure {
	width: 100%;
	margin: 0 auto;
}
.products dl figure img {
	width: 100%;
}
.products .color {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.products .color.white {
	background-color: #fff;
}
.products .color.black {
	background-color: #000;
}
.products .color.beige {
	background-color: #d7bb93;
}
.products .color.blue {
	background-color: #0a5396;
}
.products .color.navy {
	background-color: #043968;
}
}
