@charset "utf-8";
/* CSS Document */

/***** reset *****/
* {
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2{
	word-break: break-all;
}
.font1{
	font-family: futura-pt, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.color1{
	color: #d22;
}
span.new,
.series-name span.i,
.series-name span.c{
	display: inline-block;
	margin: 0.2em auto;
	padding: 0 0.4em;
}
span.new{
	font-size: 70%;
	color: #fff;
	background: #d22;
}
.series-name span.i{
	color: #c43779;
	border: 1px solid #ff94c5;
	background: #ffd3e8;
}
.series-name span.c{
	color: #378fc4;
	border: 1px solid #77cafd;
	background: #daf1ff;
}
/***** feature *****/

.feature {
	position: relative;
	width: 100%;
	font-family: 'Noto Sans Japanese' !important;
	font-size:16px;
	line-height:2em;
	text-align: left;
	text-decoration: none;
}
.fsr-header{
	position: relative;
	height: 80px;
}
.feature p {
	margin: 0 0 1em;
}

.feature img {
	max-width: 100%;
}
.feature .stxt{
	font-size:75%;
	line-height:1.4;
}
.feature.light {
	color: #333;
	background-color: #fff;
}
.feature.light strong{
	color: #000;
}
.feature.dark {
	color: #aaa;
	background-color: #000;
}
.feature.dark strong{
	color: #fff;
}

article.container {
	padding: 1em;
}

@media (min-width:475px){
}
@media (min-width:1280px){
.feature {
	font-size: 18px;
}
article.container {
	max-width:1280px;
	padding: 0;
}
}
@media (min-width:1600px){
}

/***** btn *****/
.block-btn,
.block-btn2{
	margin:0.4em 0.6em;
	text-align:center;
}
.inline-btn{
	display: inline-block;
}
.block-btn a,
.inline-btn a{
	display:block;
	padding:0.6em;
	color:#fff;
	background:#f33;
	transition: .3s;
	text-decoration: none !important;
}
.block-btn2 a{
	display:block;
	padding:0.3em;
	color:#f33;
	border:1px solid #f33;
	transition: .3s;
	text-decoration: none !important;
}
.block-btn a:visited,
.block-btn2 a:visited,
.inline-btn a:visited{
	color:#fff !important;
	background:#f33 !important;
	transition: .3s;
}
.block-btn a:hover,
.block-btn2 a:hover,
.inline-btn a:hover{
	color:#f33 !important;
	background:#ffcdcd !important;
	transition: .3s;
}
.block-btn.sold a,
.block-btn.sold a:hover,
.inline-btn.sold a,
.inline-btn.sold a:hover{
	color:#fff !important;
	background:#bbb !important;
}
.block-btn.inquiry a{
	color:#fff !important;
	cursor: default;
	background:#e3b672 !important;
}
.block-btn.inquiry a:hover{
	color:#e3b672 !important;
	background:#ffefd7 !important;
	transition: .3s;
}

.link-base{
	margin:1.5em auto;
	padding:1.5em;
	text-align: center;
	background:#711313;
}
/***** color *****/

/***** bg *****/

/***** toplink-logo *****/
.toplink-logo{
	position: fixed;
	top:10px;
	left: 10px;
	width:60px;
	height:60px;
	max-width:33%;
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	z-index: 1000;
	transition-duration: 0.5s;
}
.toplink-logo:hover{
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}
.toplink-logo .corplogo{
	margin:auto;
	vertical-align: middle;
}
@media screen and (min-width:475px) {
.toplink-logo{
	top:15px;
	left: 15px;
	width:75px;
	height:75px;
}
}
@media screen and (min-width:1200px) {
.toplink-logo{
	top:20px;
	left: 20px;
	width:100px;
	height:100px;
}
}

/***** bc-navi *****/
.bc-navi{
	position: absolute;
	top:0;
	right: 1em;
	width: calc(100% - 100px);
	height:3em;
	font-size:12px;
	text-align: right;
	word-wrap: break-word;
}
.bc-navi li{
	display: inline-block;
	line-height:1.2;
}
.bc-navi li a::after{
	content: " > ";
}
.bc-navi li a{
	display: block;
	padding:0.5em 0.2em;
	text-decoration: none;
	color: #888;
}
.bc-navi li a:hover{
	color: #211;
	background: rgba(255,255,255,0.6);
}
@media screen and (min-width:475px) {
}
/***** visual *****/

.visual {
	width: 100%;
	margin: 0 auto;
}

.visual h2 {
	margin: 0 !important;
	padding: 0 !important;
}
.visual-slideshow{
	position: relative;
	overflow: hidden;
	min-height:45vh;
}
.visual-slideshow img{
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 30s 0s infinite;
	animation: anime 30s 0s infinite;
}
@media screen and (min-width:1200px) {
.visual-slideshow{
	min-height:50vh;
}
.visual-slideshow img{
	top: -10%;
}
}
@media screen and (min-width:1600px) {
.visual-slideshow img{
	top: -20%;
}
}
.visual-slideshow img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
.visual-slideshow img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
.visual-slideshow img:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}
.visual-slideshow img:nth-of-type(5) {
	-webkit-animation-delay: 24s;
	animation-delay: 24;
}
@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		z-index: 9;
	}
	100% {
		opacity: 0;
	}
}
.visual img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	display: block;
	transition: .5s;
}
.visual-img.pc {
	display:none;
}
.visual-img.sp {
	display:block;
}
@media screen and (min-width:800px) {
.visual-img.pc {
	display:block;
}
.visual-img.sp {
	display:none;
}
}
/***** col-box *****/
.col-box{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.col-box.reverse{
	flex-direction: row-reverse !important;
}
.col-box.alignitems-center{
	align-items: center;
}
.col-box.alignitems-end{
	align-items: flex-end;
}
.col-box img{
	max-width:100%;
}
.col-box > div{
	margin:0;
	padding:2%;
}
.col-box.visual > div{
	line-height:0;
}

.col-box > div.pd0{
	padding:0;
}
.col-box > div.pd0 img{
	vertical-align: top;
}
.col-box > div.pd1{
	padding:1%;
}
.col12{
	width:33.33%;
}
.col16{
	width:50%;
	font-size:0.85em;
}
.col20,
.col25,
.col33.sm,
.col50.sm{
	width:50%;
}
.col25.md,
.col33,
.col66,
.col50{
	width:100%;
}
@media (min-width:800px) {
.col12{
	width:25%;
}
.col16,
.col20,
.col33,
.col33.sm{
	width:33.33%;
}
.col50{
	width:50%;
}
.col66{
	width:66.66%;
}
}
@media (min-width:1024px) {
.col12{
	width:16.66%;
}
.col20{
	width:20%;
}
.col16,
.col25{
	width:25%;
}
.col66{
	width:66.66%;
}
}

@media (min-width:1380px) {
.col16{
	width:20%;
}
}
@media (min-width:1680px) {
.col16{
	width:16.66%;
}
}

/***** responsive *****/

@media (max-width:1600px) {

}

@media (max-width:1400px) {

}

@media (max-width:1200px) {

}

@media (max-width:1024px) {

}

@media (max-width:834px){

}

@media (max-width:768px){

}

@media (max-width:475px) {

}

@media (max-width:375px) {

}

@media (max-width: 320px) {

}


/***** base *****/

* {
	padding: 0;
	margin: 0 auto;
}

body {
	width: 100%;
	text-align: center;
}

/***** shtmlHeader1 *****/

.shtmlHeader1 {
	position: fixed;
	z-index: 100;
	top: -100%;
	left: unset;
	right: 0;
	width: 100%;
	height: 70px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1.act1 {
	top: 0;
}

.shtmlHeader1-inner1 {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	padding: 0px 50px 0px 50px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-inner2 {
	position: fixed;
	z-index: 10;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	transition: .5s;
	overflow: hidden;
}

.shtmlHeader1-inner2.act1 {
	right: 0;
}



/***** shtmlHeader1-img1 *****/

.shtmlHeader1-img1 {
	width: 50%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.shtmlHeader1-img1 img {
	width: 100%;
	max-width: 75px;
	margin: 0px 0px 0px 0px;
}



/***** shtmlHeader1-btn1 *****/

.shtmlHeader1-btn1 {
	width: 50%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .7s;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.shtmlHeader1-btn1 p {
	width: auto;
	color: #000 !important;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #aeaeae;
	cursor: pointer;
	display: inline-block;
}


/***** header1-menu1 *****/

.shtmlHeader1-menu1 {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 50px 50px 50px 50px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #e8e8e8;
	transition: .5s;
}

.shtmlHeader1-menu1.act1 {
	right: 100%;
}

.shtmlHeader1-menu1-btn1 {
	position: absolute;
	z-index: 50;
	top: 30px;
	right: 30px;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1-btn1 p {
	width: 100%;
	color: #000 !important;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
	cursor: pointer;
}

.shtmlHeader1-menu1-btn1 p:hover {
	color: #d52b1e !important;
}

.shtmlHeader1-menu1 ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1 ul li {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1-title1 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1-title1::before {
	content: "";
	position: absolute;
	top: 45%;
	bottom: 0;
	right: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #c2c2c2 transparent transparent transparent;
	border-width: 7px 5px 0px 5px;
	transform: rotate(90deg);
	transition: .3s;
}

.shtmlHeader1-menu1-title1:hover::before {
	border-color: #cc001d transparent transparent transparent;
}

.shtmlHeader1-menu1-title1::after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #e8e8e8;
	transition: .3s;
}

.shtmlHeader1-menu1-title1:hover::after {
	height: 2px;
	background-color: #d52b1e;
}

.shtmlHeader1-menu1-title1 p {
	width: 100%;
	color: #000 !important;
	font-size: 14pt;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/***** header1-menu1-category1 *****/

.shtmlHeader1-menu1-category1 {
	position: absolute;
	z-index: 50;
	top: 0;
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-left: 1px solid #e8e8e8;
	transition: .5s;
	overflow-y: scroll;
}

.shtmlHeader1-menu1-category1.act1 {
	right: 0;
}

.shtmlHeader1-menu1-category1-inner1 {
	width: 100%;
	height: auto;
	padding: 50px 50px 50px 50px;
}

.shtmlHeader1-menu1-category1-title1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 0px solid #d52b28;
}

.shtmlHeader1-menu1-category1-title1 p {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	transition: .5s;
}

.shtmlHeader1-menu1-category1-title1 p:hover {
	color: #d52b28;
}

.shtmlHeader1-menu1-category1-list1 {
	width: 100%;
	height: auto;
	padding: 20px 0px 20px 0px;
}

.shtmlHeader1-menu1-category1-list1-title1 {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.shtmlHeader1-menu1-category1-list1-title1 a {
	width: auto;
	display: inline-block;
}

.shtmlHeader1-menu1-category1-list1-title1 a p {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	transition: .3s;
}

.shtmlHeader1-menu1-category1-list1-title1 a:hover p {
	color: #d52b1e;
}

.shtmlHeader1-menu1-category1-list1 ul {
	width: 95%;
	height: auto;
	padding: 0px 0px 0px 5%;
	margin: 0px 0px 0px 5%;
	border-left: 1px solid #e8e8e8;
	display: block;
}

.shtmlHeader1-menu1-category1-list1 ul li {
	width: 100%;
	height: auto;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.shtmlHeader1-menu1-category1-list1 ul li a {
	width: auto;
	display: inline-block;
}

.shtmlHeader1-menu1-category1-list1 ul li a p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	transition: .3s;
}

.shtmlHeader1-menu1-category1-list1 ul li a:hover p {
	color: #d52b1e;
}

.shtmlHeader1-menu1-category1-btn1 {
	position: absolute;
	z-index: 50;
	top: 30px;
	right: 30px;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1-category1-btn1 p {
	width: 100%;
	color: #000 !important;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
	cursor: pointer;
}

.shtmlHeader1-menu1-category1-btn1 p:hover {
	color: #d52b28 !important;
}


/***** grid *****/

.grid-main {
	width: 100%;
	height: auto;
}

@media (min-width:1200px){
.grid-main {
	width: 100%;
}

}

/***** visual1 *****/

.visual {
	width: 100%;
}


/***** responsive *****/

@media ( max-width: 1024px ) {

.shtmlHeader1-inner2 {
	right: -50%;
	width: 50%;
}

}


@media ( max-width: 767px ) {

.shtmlHeader1-inner1 {
	padding: 0px 30px 0px 30px;
}

.shtmlHeader1-inner2 {
	right: -100%;
	width: 100%;
}

.shtmlHeader1-menu1 {
	padding: 60px 30px 60px 30px;
}

.shtmlHeader1-menu1-category1 {
    padding: 0px 0px 0px 0px;
}

.shtmlHeader1-menu1-category1-inner1 {
	padding: 60px 30px 60px 30px;
}

.shtmlHeader1-menu1-category1-list1 {
	padding: 15px 0px 15px 0px;
}


}

/***** fsr 独自CSS *****/
section.trgt{
	padding-bottom: 6em;
/*
	display: none;
*/
}
.open-section,
.close-section{
/*
	margin: 2em auto;
	text-align: center;
	width: 85%;
	max-width: 600px;
*/
	display: none;
}
.open-section-btn,
.close-section-btn{
	display: block;
	padding: 0.6em 1em;
	border: 1px solid #454545;
	cursor: pointer;
	transition: 0.2s;
}
.open-section-btn:hover,
.close-section-btn:hover{
	color: #fff;
	background: #454545;
	transition:0.5s;
}
.gap{
	height:65vh;
}
.foot-menu{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(138, 43, 43, 0.9);
  border-radius: 30px;
}
.foot-menu .scrollbox{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
ul.foot-menu-list{
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	flex-direction: row;
}
ul.foot-menu-list li{
}
ul.foot-menu-list li a{
	display: block;
	padding: 0.8em;
	color:#eac783;
	text-decoration: none;
}
ul.foot-menu-list li a:hover{
	color:#fff;
	text-decoration: none;
}
.fsr{
	color: #5b4a3d;
}

.fsr h1{
	padding:2em 0;
	color: #642e2e;
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
	word-break: keep-all;
	/*background: linear-gradient(to right, rgb(255, 74, 64) 0%, rgb(235, 149, 91) 50%, rgba(255, 74, 64) 100%);*/
}
.fsr h1 img{
	width:400px;
	max-width: 60%;
	vertical-align: middle;
}
.fsr h1 span.h1-sub{
	line-height:1em;
}
.fsr h2{
	padding:2em 0;
	color: #642e2e;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
}
.fsr .h2 span{
	display: block;
	font-size:50%;
	font-weight: 300;
	letter-spacing: 2px;
}
.fsr h2.visual{
	padding:0;
}

.fsr h3{
	margin: 2em auto;
	padding: 0.5em 0;
	text-align: center;
	color:#000;
	background: #dfeaf4;
}
.fsr .col-box h3{
	text-align: center;
}


.intro {
	padding: 1em 0;
	width: 100%;
}

.fsr .intro h2 {
	padding:2em 0;
	text-align: left;
	font-size:3em;
	line-height:1.1em;
	letter-spacing: 0.1em;
	word-wrap: normal;
}
.intro p {
	width: 100%;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 2em;
}

.movie{
	position:relative;
	width:100%;
	height:auto;
	margin:20px auto;
	background-color: #000;
}
.movie:after{
	content:"";
	display:block;
	padding-top:56.25%;
}
.movie img{
	cursor:pointer;
}
.movie img,
.movie iframe{
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	margin:auto;
}
.text-danger{
	font-size:0.75em;
	color:#c00;
}
.specs{
	font-size: 0.9em;
	line-height:1.8;
}
.menu{
	background-color: #000;
}

.menu a{
	display: block;
}
.menu a img{
	filter: contrast(150%) saturate(0%) opacity(0.8);
	transition: 0.4s;
	vertical-align: top;
}
.menu a:hover img{
	filter: contrast(100%) saturate(100%) opacity(1);
	transition: 0.2s;
}
.model-select div{
	text-align: center;
	letter-spacing: 0;
	line-height: 1em;
}
.model-select div a{
	display: block;
	text-decoration: none;
	color: #454545;
}
.model-select div a img{
	border-radius: 50%;
	transform: scale(90%);
	transition-duration: 0.2s;
}
.model-select div a:hover img{
	transform: scale(100%);
	
	transition-duration: 0.5s;
}
.series-name,
.model-name,
.model-spec,
.model-price{
	margin: 0 !important;
	text-align: center;
	line-height: 1.2em;
	word-break: keep-all;
}
.series-name{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:80%;
	color: #454545;
}
.model-name{
	font-family: futura-pt, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size:120%;
}
.model-spec{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:75%;
}
.model-desc{
	margin:1em 0 !important;
	font-style: normal;
	font-size:75%;
	line-height:1.4em;
}
.model-price{
	letter-spacing: 1px;
	color: #ff2020;
}
.model-price span{
	font-size:80%;
	color:#333;
}
.model-spec-table th,
.model-spec-table td{
	padding: 0.2em;
	font-size:80%;
	line-height: 1.4em;
}
.model-spec-table th{
	width: 35%;
	text-align:right;
}
.model-spec-table td{
	width: 65%;
	text-align:left;
	border-bottom: 1px dotted #999;
}
.recommend{
	font-size:80%;
	line-height:1.4em;
}
.recommend{
	font-size:80%;
	line-height:1.4em;
	text-align: center;
	background: #c6c6c6;
}
.recommend .col-box > div{
	padding: 1%;
}
.recommend a{
	color:#333 !important;
	text-decoration: none !important;
}
.recommend a img{
	border-radius: 8px;
}
.recommend a:hover img{
	border-radius: 16px;
}
@media (min-width:600px){
.recommend a img{
	border-radius: 10px;
}
}
@media (min-width:1200px){
.recommend a img{
	border-radius: 12px;
}
.foot-menu .scrollbox{
	overflow-x: visible;
}
.gap{
	height:80vh;
}
}
.storeinfo{
	font-size:80%;
	line-height: 1.4em;
}
.storeinfo h3{
	padding: 1em 0;
}

.storeinfo span{
	line-height: 1em;
}
.center{
	margin: auto;
	text-align:center;
}
#bdash4-reception{
	bottom:40px !important;
}
#slide-menu{
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	padding:0;
	z-index:100;
}
nav#nav{
	position: absolute;
	bottom:0;
	width:100%;
	padding:4em 1em;
	background: rgb(171, 194, 215);
}
#slide-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#slide-menu li{
	list-style: none;
	width:33.33%;
	padding: 1%;
	text-align: center;
}
#slide-menu li a{
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	color: #014e95;
}
#slide-menu li a:hover{
	transform: scale(104%);
	transition: 0.2s;
	color: #54adff;
}
#slide-menu li a:hover{
	color:#fff;
}
#slide-menu li a img{
	max-width: 100%;
	height: auto;
	margin-bottom: 0.5em;
	border-radius: 50%;
}
#togglebtn{
	padding:16px 20px;
	position: fixed;
	bottom:10px; right:10px;
	color:#295882;
	border: none;
	border-radius: 20px;
	background: #bad2e8;
	transition: 0.2s;
	z-index:110;
}
#togglebtn:hover{
	cursor: pointer;
	padding:18px 24px;
	color:#fff;
	border-radius: 22px;
	background: #54adff;
	transition: 0.2s;
}
nav[aria-hidden="true"]{
	right:-100%;
	transition: 0.2s;
}
nav[aria-hidden="false"]{
	right:0%;
	transition: 0.2s;
}
.fsr h3.filter{
	margin: 0.5em auto;
	padding :0;
}
.filter-buttons{
	position: sticky;
	top: -1px; left: 0;
	padding: 0.5em 0;
	text-align: center;
	color: #295882;
	background: #dfeaf4;
}
.filter-buttons button {
	margin: 5px 6px;
	padding: 10px 6px;
	font-size: 0.9em;
	cursor: pointer;
	border: none;
	color: #295882;
	background: #bad2e8;
	border-radius: 5px;
}

.filter-buttons button.active {
	color: #fff;
	background-color: #54adff;
}
@media (min-width:600px){
#slide-menu li{
	width:25%;
}
.filter-buttons button {
	font-size: 1.3em;
}
}
@media (min-width:1200px){
#slide-menu li{
	width:12.5%;
}
#slide-menu li a{
	font-size: 1em;
}
}

.footer{
	padding: 4em 0 2em;
	text-align: center;
}