@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
}
#nav {
	color: rgba(0,0,0,1.00):
}

.header-wrap{
	display: none;		
	}
.head-wrap {
	background-color:#FFF;
}
.head-wrap h2{
    display: none;
}
.head-wrap h2.print-logo{
    display:block;
    width: auto;
    height: auto;
    margin-top: 50px;
}

.kv h2{
    display: none;
}
.kv h2.print-logo{
    display:block;
    width: auto;
    height: auto;
    margin-top: 50px;
}
.kv p.sub-copy{
    text-align: left;
}

.print-productimage{
    display: block;
    margin-bottom: 20px;
}
.nav {
	display: none;		
}
.navigation{
	display: none;

}

/*------------------------------------*/

h2 img{
	width: 50%;
	margin-bottom: 50px;
}
h2{
 	color: rgba(0,0,0,1.00);
	font-size: 3rem;
	line-height: 2.5rem;
	text-align: left;
	margin-bottom: 2rem;   
}
h3{
	color: rgba(0,0,0,1.00);
	font-size: 3rem;
	line-height: 2.5rem;
	text-align: left;
	margin-bottom: 2rem;
}
h4{
	color: rgba(0,0,0,1.00);
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: left;
	margin-bottom: 2rem;
}
p, p.tex{
	color: rgba(0,0,0,1.00);
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: left;
}

ul {
	color: rgba(0,0,0,1.00);
	font-size: 1.5rem;
	line-height: 1.8;
	/*margin-bottom: 30px;*/
	margin-top: 1.5rem
}

dd{
	text-align: left;
}

table {
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 1px black;
	line-height: 1.4;
}

table tr:last-child{
  border-bottom:solid 1px black ;
}

table th{
 background: none ;
	color: #000000;
  border: solid 1px black;
}

table th:after{
  display: none;
}

table td{
  background-color: none;
  border: solid 1px black;
}

video{
    display: none;
}
/*------------------------------------*/	
.contents-block{
    background-color: #FFF;
}

.print_none{
	display: none;
}


./*contents-block-title{
	color: rgba(0,0,0,1.00);
	font-size: 2.5rem;
	line-height: 2rem;
	text-align: left;
	margin-bottom: 2rem;	
	
}*/

.contents-block-image{
	margin-bottom: 0;
}
.contents-block-image.body{
    display: none;
}
.contents-block-image-print{
	display: inline-block;
}

.contents-block-video{
	display: none;
}
.contents-block-video_full{
	display: none;
}
.swiper-container{
	display: none;
}

.product-btn {
	display: none;
}

.footer-contact-block{
	display:none;
}

.noprint {
	display: none;
}

#footer {
	display: none;
}

.footer-fixed{
	display: none;
}

/*202503*/
.scootboot_title, .video{
	display: none;
}
.leadcopy{
	text-align: left;
}
.flex-col2 .flex-child { width: 100%; }

/*------------------------------------*/

.product_img {
	display: block;
	/*padding-top: 20vw;*/
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: rgba(236, 235, 228, 1);
	background: no-repeat center 2vw url("../../images/logo_transparent_ss.png");
	/*margin-top: -13vw;*/
}

.product-list {
    max-width: 90% !important;    
    margin: 6vw auto 20px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*align-content: flex-start;*/
    justify-content: space-evenly;
	}
.product-item {
    margin-bottom: 10px;
	}
.product-item_image a:hover{
    opacity: 0.7;
}

@media screen and ( min-width: 801px ) {
    .product-item  {
        width: calc(25% - 10px);
	}
}
@media screen and ( max-width: 800px ) {
	.product-item  {
        width: calc(50% - 10px);
	}
}

/**/

.scootboot_box{
	display: block;
}
.pristige_box{
	display: block;
}
img.asx_w{
	display: none;
}
img.asx_b{
	display: block;
	width: 120px;
	height: auto;
	margin:0 1.5em 2em 0;	
}
.video {
	display: none;
}
.tex-white{
	color: black;
}
h3.tex-white{
	color: black;
}
.link img{
	display: none;
}