/* 2021.03.20 AIRBUGGY COLOURS */

* {margin:0; padding:0;}

main #colours2021ss {
	width:100%;
}

@media screen and (max-width:390px) {

main {width:100vw;}
#colours_ttl {width:100vw;}
#colours_ttl img {width:100vw;}
.container {
	width:100vw;
	max-width:390px;
	margin:0 auto;
	}
.container picture {width:100vw;}
}

.container img {width:100vw;}

@media screen and (min-width:391px) {
	
#colours_ttl {
	width:100vw;
}
#colours_ttl img {width:100vw;}
.container {
	width:100%;
		max-width:1280px;
		margin:0 auto;
	}
	
	.container picture {
	width:100%;
		max-width:1280px;
	}
	.container img {width:100%; max-width:1280px;}
	
}


/* 2021.07.01 SUMMER CAMPAIGN 2021 */

#summercampaign2021 {
	width:100%;
}

@media screen and (max-width:390px) {

main {width:100vw;}
#colours_ttl {width:100vw;}
#colours_ttl img {width:100vw;}
}


@media screen and (min-width:391px) {

main {width:100%;}
.container { width:100%; height:auto; margin:0 auto; padding:0;}
#ttl {width:100%;}
#ttl > picture {width:100%;}
#ttl > img {width:100%;}
    
#about_bts {width:100%;}
#about_bts > picture {width:100%;}
#about_bts > img {width:100%;}
    

}

/* 2021.11.07 WINTER OPTION 2021 */

.winter2021 .container .btn_line {position:relative; display:block; width:100%; top:-300px; margin:0 auto;}
.winter2021 .container .btn_line ul {display:flex; width:80%; flex-flow: row nowrap;}
.winter2021 .container .btn_line ul li {margin:0 10px 0;}

@media screen and (min-width:391px) {
.winter2021 .container .btn_line ul {width:60%; flex-flow: column nowrap;}
.winter2021 .container .btn_line ul li {margin-bottom:10px;}
}