@charset "utf-8";
/* CSS Document */

/* kv */
.kv{
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
}

.kv h2 img{
	width: 150px;
	height: auto;
	margin: 0 auto 1em auto;
}

.kv h2 img.prestige{
	width: 100%;
	margin: 0 auto;
}


.kv p.sub-copy{
	color: #fff;
	font-size: 2em;
	text-align: center;
	line-height: 1.4;
}

/* video */
.video{
  width: 100%;
  height: 40vh;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 140px;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#youtube {
  min-height: 100%;
  min-width: 100%;
  width: 178vh;
  height: 56vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.scootboot_title{
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	font-size: 2.8rem;
	text-align: center;
}
.pristige_title{
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	font-size: 2.8rem;
	text-align: left;
	margin-bottom: 0.8em;
}
.pristige_title img{
	width: 80px;
	height: auto;
	float:left;
	margin-right: 1em;
}
.pristige_box {
	display: -webkit-flex;
    display: flex;
	width: 100%;
	}
.pristige_box .link {
	flex: 1;	
	}
.scootboot_box {
	display: -webkit-flex;
    display: flex;
	line-height: 1.5;
	}
.scootboot_box h4{
	font-size: 2em;			
	}	
.scootboot_box p{
	font-size: 1.6em;			
	}		
.left {
	flex: 1;	
	order: 1;
	-webkit-order: 1;
	}	
.center {
	flex: 2;	
	order: 2;
	-webkit-order: 2;
	margin:0 2em;	
	}
.right {
	flex: 1;	
	order: 3;
	-webkit-order: 3;
	}
.m_size{
	font-size: 1.6em;
}
.leadcopy{
	font-size: 1.5em;
	margin-bottom: 10px;
	font-weight: bold;
}



.ridup_box {
    padding: 2em 1em 1em 1em;
    margin: 0 1em;
}
.ridup_box h4 {
    text-align: center;
}
.ridup_box span {
    font-size: 0.8em;
    font-weight: bold;
}
.ridup_box p {
    text-align: left;
    font-size: 1.3em;
}
.ridup_info h4 {
    font-size: 1.7em;
    text-align: left;
    font-weight: bold;
}
.ridup_info p {
    font-size: 1.5em;
    text-align: left;
}


ul.size{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin-left: -50px;
	margin-top: 2em;
}
ul.size li{
	list-style: none;
	padding: 5px 10px;
	margin-right: 0.6em;
	margin-bottom: 10px;
	border: #666 1px solid;
	width: auto;
}



@media screen and (min-width: 801px) {
  /* kv */
  .kv{
    min-width: 960px;
  }

  .kv .main-copy{
    font-size: 60px;
  }

  /* video */
  .video{
    min-width: 960px;
  }
}

@media screen and ( max-width: 800px ) {
	  /* video */
  .video{
	  top:0;
	  /*height: 250px;*/
	  height: 45vh;
	}
	.kv h2 img {	
		width:130px;
		margin: 0 auto;
	}	
	.kv p.sub-copy{	
	margin: 0 1em;
	font-size: 1.2em;
	}
	.scootboot_box, .pristige_box{
		display: block;
	}
	.center,.right,.left {
		/*padding: 2%;*/
		margin:0.8em 0;
	}	
	.link:first-child{
		margin-bottom: 30px;
	}	
}

@media (orientation: landscape) and (max-height: 450px) {
  .video{
	  top:0;
	  height: 60vh;
	}
	.kv h2 img {	
		width: 80px;
		margin: 20px auto;
	}	
}
