@charset "utf-8";

/* =0 CSSreset
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }
/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }


/* =1 default
----------------------------------------------- */
@font-face {
	font-family: 'VinylOblique';
	src: url("../fonts/VinylOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/VinylOblique.woff") format("woff"), url("../fonts/VinylOblique.ttf") format("truetype"), url("../fonts/VinylOblique.svg#VinylOblique") format("svg");
	font-weight: normal;
	font-style: normal
}

html {
	font-size: 100%;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}

body, * { box-sizing: border-box; }

body {
	font-family: VinylOblique, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	color: #222;
	position: relative;
	-webkit-font-smoothing: antialiased;
	background-color: #2b2b2b;
}

a img { border: none }

a {
	color: #222;
	text-decoration: none;
	line-height: inherit
}

a:hover, a:focus { color: #6dcdb1; }

body img {
	max-width: 100%;
	height: auto;
}

.icon, .block_right:after, body .share ul li a, #page-version #main-container #main .model-info .model-gallery a.icon-gallery:before, #page-version #main-container #main .model-info .model-download-technical a:after { background-image: url('../images/sprite.png'); }

button, input, select, textarea { color: #222; }


/* =2 header
----------------------------------------------- */
header { text-align:center; }

.headerInner {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	background-color:#fff;
}

.headerInner h1 {
	margin:0 auto;
	padding:0.67em 0 2em;
}

.navLayout {
	width:100%;
	/*max-width:1024px;*/
	margin:0 auto;
	background-color:#fff !important;
}

nav {
	padding-left:12em;
	/*padding-left:8.5em;*/
	line-height:1.6;
  background-color:#fff;
}

.mNav nav {
	padding-left:5em;
}

nav ul {
	padding-bottom:10px;
  background-color:#fff;
	overflow:hidden;
}

nav li {
  float: left;
	/*font-weight:bold;*/
	/*font-style:italic;*/
  list-style: none;
  background-color:#fff;
}

nav li a {
    text-decoration: none;
    padding: 8px 12px;
    display: block;
		text-align:left;
}

nav li a:hover { text-decoration:none; }

nav li a span {
	display:block;
	margin-left:0.2em;
	padding-left:0.4em;
	font-size:78.6%;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0;
	line-height:1;
	border-left:1px solid #222;
}

@media screen and (max-width: 768px) {
	header { border-bottom: 2px solid #6dcdb1; }
	.headerInner { height:70px; }
	.headerInner h1 { padding-bottom:0.5em; }
	.headerInner h1 img { width:130px; }
	nav li { float:none; }
	nav ul, nav li { background-color:transparent; }
	nav ul { padding-top:1em; }
	nav li {
		margin-right:0.2em;
		padding:0.2em 0;
		text-align:left;
		border-bottom:1px solid #000;
	}
	nav li a span { border-left-color:#fff }
	nav li a { color:#fff; }
	nav ul li ul { padding-top:0; }
	nav ul li ul li { border-bottom:none; }
	nav ul li ul li a:before { content:"> "; }
}

nav li a:hover span {	border-color:#6dcdb1; }

/* サブナビゲーション */
.navLayout nav li ul, .fixed li ul {
	display: none;
	position: absolute;
	margin-left:1em;
	padding-left:0.1em;
	padding-right:0.1em;
	/*font-size: 85%;*/
	background-color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

.mNav nav li ul { display:block; }

.navLayout nav li ul li, .fixed li ul li {
	float: none;
	display:block;
	line-height:1.4;
}

.navLayout nav li ul li a, .fixed li ul li a {
	display:block;
	width:100%;
	padding-top:0.25em;
	padding-bottom:0.25em;
	background: #fff;
	border-top:1px solid #ccc;
}

.navLayout nav li ul li:first-child a {	border-top:none; }

.navLayout nav li ul li:last-child a {
	padding-bottom:0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	background-color:#fff;
	border-bottom: 2px solid #6dcdb1;
	z-index: 900;
}

.fixed nav {
	position:relative;
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding-top:0.2em;
}

.fixed nav ul { padding-bottom:0.2em;}

.fixed .gohome {
	position: absolute;
	left: 0;
	top: 0;
	width: 115px;
	height: 45px
}

.fixed .gohome {
	display:block;
	background: url("../images/logo_vespa_small.png") no-repeat scroll 14px center #fff;
}

nav li a, .fixed li a {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
		width:100%;
    padding: 0 0.9em;
}

.fixed li:last-child a {
	padding-bottom:0.25em;
}

		
/* =4 mainContents
----------------------------------------------- */
#mainContents {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	background-color:#fff;
}

.bannerBox, .bannerBox a {
	width:100%;
	margin:0;
	line-height:0;
	vertical-align:middle;
}

.bannerBox img {
	width:100%;
	margin:0;
}

.fluid-width-video-wrapper { 
	width: 100%;
	position: relative;
	padding: 0;
}

.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}  

@media screen and (max-width: 768px) {
	.karaBox { display:none; }
}
		
		
/* =5 footer
----------------------------------------------- */
footer {
	padding-bottom:2em;
	background-color: #fff;
	/*height: 220px;*/
	text-align: center;
}

footer a:hover { text-decoration:none; }

@media screen and (max-width: 768px) {
	footer .eni_logo { display: none; }
}

footer .divider { background: transparent url(../images/bg_footer_divider.png) 100% 50% no-repeat; }

@media screen and (max-width: 768px) {
	footer .divider { background: none; }

	footer {
		/*height: 555px;*/
		background-position: center bottom;
	}
}

footer .social, footer .shot {
	text-align: center;
	height: 6em;
}

@media screen and (max-width: 768px) {
	footer .social, footer .shot {
		padding: 0 0 10px 0;
		height: auto;
	}
}

footer .social h4, footer .shot h4 {
	font-family: "News Gothic No. 2 W01", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	margin: 15px auto 8px auto;
}

footer .social ul, footer .shot ul {
	display: inline-block;
	margin: 2em 0 0;
}

footer .social li, footer .shot li { display: inline; }

footer .social li a, footer .shot li a {
	display: inline-block;
	width: 25px;
	height: 30px;
	margin: 0 1.6em 0 0;
}

@media screen and (min-width: 768px) {
	footer .social li a, footer .shot li a { margin: 0 0.8em 0 0; }
}

@media screen and (max-width: 768px) {
	footer .social li a, footer .shot li a { margin: 0 1em 0 0; }
}

footer .social li a.facebook, footer .shot li a.facebook {
	width: 25px;
	background: url('../images/sprite-s8a99b18786.png') 0 -4952px no-repeat;
}

footer .social li a.twitter, footer .shot li a.twitter {
	width: 28px;
	background: url('../images/sprite-s8a99b18786.png') 0 -4489px no-repeat;
}

footer .social li a.pinterest, footer .shot li a.pinterest {
	width: 30px;
	background: url('../images/sprite-s8a99b18786.png') 0 -3731px no-repeat;
}

footer .social li a.googleplus, footer .shot li a.googleplus {
	width: 30px;
	background: url('../images/sprite-s8a99b18786.png') 0 -4363px no-repeat;
}

footer .social li a.youtube, footer .shot li a.youtube {
	width: 25px;
	background: url('../images/sprite-s8a99b18786.png') 0 -1019px no-repeat;
	padding-top: 6px
}

footer .social li a.instagram, footer .shot li a.instagram {
	width: 25px;
	background: url('../images/sprite-s8a99b18786.png') 0 -312px no-repeat;
}

footer .social li a.vespa-for-children, footer .shot li a.vespa-for-children {
	width: 60px;
	height: 58px;
	background: url('../images/sprite-s8a99b18786.png') 0 -1149px no-repeat;
}

footer .social li a.web-wide, footer .shot li a.web-wide {
	width: 125px;
	height: 36px;
	background: url('../images/sprite-s8a99b18786.png') 0 -437px no-repeat;
	margin-right: 0;
}

footer .shot ul {
	display: table;
	margin: 0.7em 0 0;
	margin-left: auto;
	margin-right: auto;
}

footer .shot ul li {
	display: table-cell;
	vertical-align: middle;
}

footer .newsletter {
	/*line-height:6em;*/
	padding: 2.5em 0;
	height: 6em;
}

@media screen and (max-width: 768px) {
	footer .newsletter {
		padding: 0;
		padding-top:2em;
		height: auto;
	}
}

footer .newsletter h4 {
	font-family: "News Gothic No. 2 W01", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 0em\9;
	letter-spacing: 0.1em;
}

footer .second {
	text-align: center;
	font-family: "News Gothic No. 2 W01", sans-serif;
	font-weight: 500;
	font-style: normal;
}

footer .second ul {
	display: inline-block;
	position: relative;
	margin: 15px 0 0 0;
}

footer .second ul li {
	display: inline-block;
	line-height: 3em;
	background: transparent url(../images/bg_footer_bottom_divider.gif) 100% 50% no-repeat;
	text-align: center;
	padding: 0 1em;
}

@media screen and (max-width: 768px) {
	footer .second ul li { background: none; }
}

footer .second ul li a {
	text-transform: uppercase;
	font-size: 15px;
}

footer .second ul li:last-child, footer .second ul li.last { background: none }

footer .second p {
	font-size: 12px;
	margin: 10px 0 0;
	clear: both;
}

.borded {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000
}

.borded.green { border-color: #6dcdb1 }

.HiddenCheckbox {
  display: none;
}
.MenuContainer {
  /*position: absolute;*/
  left: 0;
  top: 0;
  display: block;
  padding: 1rem;
  width: 90%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
.MenuHeader {
  color: #999999;
  display: inline-block;
  float: left;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 0 15px;
  opacity: 0;
  position: relative;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s;
  z-index: 2;
}
.MenuIcon {
  cursor: pointer;
  display: block;
	margin-top:-65px;
  /*float: left;*/
  height: 30px;
  position: relative;
  width: 30px;
	/*background-color:#fff;*/
  z-index: 2;
}
.MenuIcon::before {
  -webkit-box-shadow: #15C3B1 0 12px 0;
  box-shadow: #15C3B1 0 12px 0;
  height: 6px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 30px;
}
.MenuIcon::after {
  bottom: 0;
  height: 6px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 30px;
}
.MenuIcon::before,
.MenuIcon::after {
  background: #15C3B1;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
}
.Menu {
  background: #333;
  bottom: 0;
  left: -90%;
  position: absolute;
  top: 0;
  width: 90%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.HiddenCheckbox:checked ~ .MenuHeader {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.HiddenCheckbox:checked ~ .MenuIcon::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
  transform: rotate(45deg) translate3d(6px, -3px, 0);
}
.HiddenCheckbox:checked ~ .MenuIcon::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, 3px, 0);
  transform: rotate(-45deg) translate3d(6px, 3px, 0);
}
.HiddenCheckbox:checked ~ .Menu {
  left: 0;
}
.Menu-list {
  list-style-type: none;
  margin: 60px 0 0;
  padding: 0;
}
.Menu-item {
  margin: 0;
}
.Menu-link {
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 8px 22px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.Menu-link::before {
  background: #444;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  z-index: -1;
}
.Menu-link::after {
  content: attr(href);
  color: #fff;
  float: right;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, transform 0.4s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.Menu-link:hover::before {
  right: 0;
}
.Menu-link:hover::after {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 768px) {
	.HiddenCheckbox, .MenuIcon { display:none; }
}

		
/* =6 Alteration
----------------------------------------------- */
.inline { display: inline; }
.flL { display: inline; float: left; }
.flR { display: inline; float: right; }
.centered { margin-left:auto; margin-right:auto; }
.clear { clear:both; }
.ReferencePoint { position:relative; }
.attention { color:#ff0000; }
.attentionR { display: inline-block; }
.w20per { width: 20%; }
.w30per { width: 30%; }
.w40per { width: 40%; }
.w50per { width: 50%; }
.w90per { width: 90%; }
.w96per { width: 96%; }
.ma00 { margin:0 !important; }
.mtMin05 { margin-top: -5px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.pt05 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pb10 { padding-bottom: 10px; }
.pl20 { padding-left: 20px; }
.pl52 { padding-left: 52px; }
.fs077 { font-size:77%; }    /* 10px */
.fs085 { font-size:85%; }    /* 11px */
.fs093 { font-size:93%; }    /* 12px */
.fs100 { font-size:100%; }   /* 13px */
.fs108 { font-size:108%; }   /* 14px */
.fs116 { font-size:116%; }   /* 15px */
.fs123 { font-size:123.1%; } /* 16px */
.fs131 { font-size:131%; }   /* 17px */
.fs138 { font-size:138.5%; } /* 18px */
.fs146 { font-size:146.5%; } /* 19px */
.fs153 { font-size:153.9%; } /* 20px */
.fs161 { font-size:161.6%; } /* 21px */
.fs167 { font-size:167%; }   /* 22px */
.fs174 { font-size:174%; }   /* 23px */
.fs182 { font-size:182%; }   /* 24px */
.fs189 { font-size:189%; }   /* 25px */
.fs197 { font-size:197%; }   /* 26px */
.fwB { font-weight: bold; }
.none { display: none; }
.bgNone { background:none !important; }
.borN { border: none !important; }
.cf:before,.cf:after {
    content: " ";
    display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }