@charset "UTF-8";

/*---------- width-display ----------*/

.pc{ display: none !important;}
.sp-pc1000{ display: block !important;}
.sp{ display: block !important;}



::selection
{
    background: #D0DEDD;
}

/* for Firefox */
::-moz-selection
{
    background: #D0DEDD;
}


* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*------ inview ---------*/
.inview1,.inview2,.inview3,.inview4{
    opacity: 0; 
    transition-duration: 2s; 
    transform: translate(0,10px);
    -webkit-transform: translate(0,10px);
    }

.inview1{transition-delay: .25s;}
.inview2{transition-delay: .50s;}
.inview3{transition-delay: .75s;}
.inview4{transition-delay: 1.0s;}

.inview-left,.inview-right{
    opacity: 0; 
    transition-duration: 2s; 
    transition-delay: 1s;
    }

.inview-left{
    transform: translate(-100px,0);
    -webkit-transform: translate(-100px,0);
    }

.inview-right{
    transform: translate(100px,0);
    -webkit-transform: translate(100px,0);
    }

.visible,.visible2,.visible3,.visible4,.visible-left,.visible-right{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    }


/*------------------------------*/
html{
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    color: #535353;
    overflow-x: hidden!important;
}

main{padding-top: 64px;overflow-x: hidden!important;}

header,nav {
    width: 100%;
    font-family: 'Sorts Mill Goudy' , 'Noto Serif JP', serif;
}
header nav {
    z-index: 99;
    margin-top: 20px;
}

#header {
    z-index: 99;
    border-bottom: solid 3px #707070;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 0;
    height: 65px;
}


header:before {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #707070;
	position: absolute;
	bottom: 3px;
	left: 0;
}

header:after {
	content: '';
	width: 100%;
	height: 3px;
	border-bottom: solid 3px #fff;
	position: absolute;
	bottom: -5px;
	left: 0;
}

h1{
    width: 60px;
    height:28.7px;
    margin: 0 auto;
}

h1 a{
    display: block;
    width: 60px;
    height:28.7px;
}

h1 a img{
    width: 60px;
    height:28.7px;
}

nav .sub-menu,.mean-container .mean-nav ul ul {
  padding: 10px 15px;
  width: calc(100% - 30px);
}


#gNav a:hover {
  color: #707070;
}

#gNav li a {font-size: 16px;}

.h_logo {
    width: 60px;
    position: absolute;
    top: 16px;
    left: 0;
    margin: 0 calc(50% - 30px);
    z-index: 102;
}

#h_top{width: 100%;}

#gNav .nav {
    overflow-y: auto;
    /*    height: 100vh;*/
    height: 44px;
}

.mean-nav .container {padding: 0;}

nav li .fa {display: none;}    




.fade{z-index: 1;}
.fade img{width: 100%;}



a {
  text-decoration: none;
}

.slick-dots{bottom: 10px;}

.bg-texture{
    background-size: cover;
    background-image: url(../images/bg-texture.jpg);
    background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
    width: 100%;
    height: 100%;
}

main>section{padding: 60px 0;}

.brand-concept{padding: 0 20px 0;}

#pickup{padding-top: 60px;}

.brand-concept h2{
    width: 83px;
    height: 40px;
    margin: 0 auto 20px;
}

.brand-concept p{
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 1em;
    text-shadow: #fff 0 0 20px;
}

.series{
    margin-bottom: 190px;
    width: 100%;
    position: relative;
}

.series>a,.products_series>.series>img{
    width: 84%;
    margin: 0 0 0 16%;
    position: relative;
    z-index: 2;
    display: block;
}

.products_series>.series_s>img{max-width: 240px;}


.series_>a,.products_series>.series_>img{margin: 0 16% 0 0;}



.products_series>.series>img.model{
    width: 35%;
    margin: 0 55% 0 10%;
    z-index: 3;
}


.products_series>.series>img.square{
    width: 70%;
    margin: 30px 0 0 30% ;
}


.products_series>.series_>img.model{
    width: 70%;
    margin: 0 5% 0 25%;
    z-index: 3;
    max-width: 400px;
}

.products_series>.series_>img.square{
    width: 70%;
    margin: 30px 30% 0 0;
}

.products_series202209_miffy>.series>img.model{
    width: 40%;
    margin: 0 50% 0 10%;
    z-index: 3;
}

.products_series202209_miffy>.series_>img.model{
    width: 40%;
    margin: 0 10% 0 50%;
    z-index: 3;
}




.series img{
    width: 100%;
    z-index: 2;
}

.series .flame {
    background: rgba(256,256,256,1);
    border: solid 2px #707070;
    outline: solid 1px #707070; 
    outline-offset: -6px;     
    padding: 25px 30px 23px;
    z-index: 3;
    margin: -30px 0 0 -10px;
    position: absolute;
    max-width: calc(100% - 10px);
}

.series_s .flame {
    margin-top: 30px!important;
}

.products_series202205>.series_s>img{margin: 0 30px 0 auto;}



@media all and (-ms-high-contrast: none) {
    .series .flame {
    border: solid 2px #707070;
    outline: none; 
}
}

.series_ .flame {right: 0; margin: -30px -10px 0 0;}


.flame h3{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    font-family:  'Sorts Mill Goudy' , 'Noto Serif JP', serif;
}

.flame h3 small{
    font-size: 12px;
}

.flame p{
    font-size: 12px;
    line-height: 20px;
}

.miffy-copy{
    display: block;
    max-width: 360px;
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
}

.series .miffy-copy{
    transform: scale(0.8);
    z-index: 5;
    position: absolute;
    left: -30px;
    text-align: left;
    line-height: 1em;
    margin-top: 1em;
    max-width: 100%;
}

.series202209_miffy .miffy-copy{
    right: -30px;
    text-align: right;
    left: auto;
}


.series .viewmore,.site-link{
    margin-top: 110px;
    text-align: right;
    z-index: 2;
}



.series .viewmore a ,.site-link a{
  z-index: 2;
  position: relative;
  /* border: 1px solid #2D304A; */
  /* width: 120px; */
  /* height: 48px; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  color: #2D304A;
  font-size: 16px;
  line-height: 24px;
  padding-right: 110px;
}

.series .viewmore a:before,
.series .viewmore a:after,
.site-link a:before,
.site-link a:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  right: 0;
  height: 1px;
  background: #2D304A;
}

.series .viewmore a:before,.site-link a:before{
  width: 180px;
  transform: translate(0, 0);
  margin-right: 30px;
}
.series .viewmore a:after,.site-link a:after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(45deg);
  margin-right: 60px;
}

.site-link{
    margin: 30px auto 90px;
    text-align: center;
    padding: 0 30px;
}

.site-link a{
    padding: 6px;
}

.site-link a:before{
  margin-right: -40px;
    bottom: -4px;
}

.site-link a:after{
  margin-right: -10px;
    bottom: -4px;
}

.series .series_background{
  position: absolute;
  top: 80px;
  bottom: -100px;
  width: 84%;
  z-index: 1;
}

.products_series>.series .series_background{ bottom: -160px;}
.products_series>.series { margin-bottom: 240px;}

.products_series>.series_ .series_background{ bottom: -80px;}
.products_series>.series_ { margin-bottom: 160px;}



.series_ .series_background {right: 0;}

.controls{padding: 0 6px;}

.alba-search{
    display: inline-block;
    position: relative;
    background: #fff;
    color: #707070;
    font-size: 12px;
    padding: 1em 3em 1.2em 1.5em;
    text-decoration: none;
    border: solid 1px #707070;
    margin: 0 0 30px 6px;
    transition: all 0.2s ease-in-out;
}
.alba-search:hover{
    color: #fff;
    background: #707070;
}

.alba-search:after {
    opacity:1;
    content: "";
    position: absolute;
    right: 22px;
    top: 16px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.alba-search:hover:after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }

/*----top---------*/

.series202304 .series_background{background: #ebe3be;}

.series202210 .series_background{background: #aa9590;}

.series202209_miffy .series_background{background: #ac907f;}

.series202205 .series_background{background: #f5f4bc;}

.series202201 .series_background{background: #b5c98b;}

.series202110 .series_background{background: #aa9590;}

.series202107 .series_background{background: #e6e693;}

.series202106 .series_background{background: #ffe3e4;}

.series202105 .series_background{background: #d3dedd;}

.series202101 .series_background{background: #ede0ce;}

.series202009 .series_background{background: #F2E2ED;}



/*------シリーズページ-------*/



/*-------------*/

.products_series202106 .series .flame,
.products_series202209_miffy .series .flame {margin-top: -15px;}

.products_series202209_miffy .series_l .flame {margin-top: 15px!important;}


.products_series202106 .series .flame2,
.products_series202209_miffy .series .flame2{margin-top: 150px!important;}

.products_series202210 .series .flame2,
.products_series202304 .series .flame2{margin-top: 70px!important;}


@media screen and (min-width: 560px), print {
.products_series202210 .series .flame2,
.products_series202304 .series .flame2{margin-top: 60px!important;}
}
    
    
@media screen and (min-width: 500px), print {
.products_series202106 .series .flame2{margin-top: 120px;}
    
.products_series202209_miffy .series .flame2 {margin-top: 130px!important;}
}

.products_series202106 .series .series_background{
    background: #e8e88a;
    bottom: 180px;
    top: 40px;
    width: 66%;
}

.products_series202106 .series_l .series_background{
    background: #ffe3e4;
    bottom:-160px;
    top:80px;
    width:50%;
}

.products_series202106 .series_ .series_background{
    background: #ffe596;
    bottom:180px;
    top:40px;
    width: 84%;
}

.products_series202106 .series_2 .flame{margin: 10px 40px 0 0;}

.products_series202106 .series_2 {margin-bottom: 240px;}

.products_series202106 .series_2 .series_background{
    background: #ffde85;
    bottom:-160px;
    top:80px;
    width: 84%;
}

.products_series202106 .series2 .series_background{
    background: #ffe3e4;
    bottom: -150px;
    top: 60px;
    width: 66%;
}

.products_series202106 .series2_{margin-bottom: 240px;}

.products_series202106 .series2_ .series_background{
    background: #e8e88a;
    bottom: -150px;
    top:60px;
    width: 84%;
}

.products_series202106 .series_end .series_background{
    background:#ffde85;
    width: 84%;
    top:180px;
    bottom: -180px;
}

/*-------------*/


.products_series202209_miffy .series .series_background{
    background: #dbc8c8;
    bottom: 180px;
    top: 40px;
    width: 66%;
}

.products_series202209_miffy .series_l .series_background{
    background: #ac907f;
    bottom:-160px;
    top:80px;
    width:50%;
}

.products_series202209_miffy .series_ .series_background{
    background: #dbb081;
    bottom:180px;
    top:40px;
    width: 84%;
}

.products_series202209_miffy .series_2 .flame{margin: 10px 40px 0 0;}

.products_series202209_miffy .series_2 {margin-bottom: 240px;}

.products_series202209_miffy .series_2 .series_background{
    background: #a38972;
    bottom:-160px;
    top:80px;
    width: 84%;
}

.products_series202209_miffy .series2 .series_background{
    background: #ebe2cc;
    bottom: -150px;
    top: 60px;
    width: 66%;
}

.products_series202209_miffy .series2_{margin-bottom: 240px;}

.products_series202209_miffy .series2_ .series_background{
    background: #ebc09b;
    bottom: -150px;
    top:60px;
    width: 84%;
}

.products_series202209_miffy .series_end .series_background{
    background: #e3dfdc;
    width: 84%;
    top:180px;
    bottom: -180px;
}

/*-------------*/


.products_series202205 .series .series_background{background: #f5f4bc;}	

.products_series202205 .series_ .series_background{background: #f5e5b3;}

.products_series202205 .series_h .series_background{background: #e8d3d3;}

.products_series202205 .series_s .series_background{background: #e8d3d3;}

/*-------------*/


.products_series202201 .series_h .series_background{background: #b5c98b;}	

.products_series202201 .series_h_ .series_background{background: #d5c8e8;}


/*-------------*/


.products_series202110 .series .series_background{background: #90aa92;}	

.products_series202110 .series_l .series_background{background: #aa9590;}

.products_series202110 .series_ .series_background{background: #aaa390;}	

/*-------------*/

.products_series202107 .series .series_background{background: #91a192;bottom: -120px;}	

.products_series202107 .series_l .series_background{background: #91a192;bottom:-80px;}

.products_series202107 .series_h_ .series_background{background: #a6a677;bottom:-80px;}



/*-------------*/

.products_series202105 .series .series_background{background: #91a192;bottom: -120px;}

.products_series202105 .series_l .series_background{background: #91a192;bottom: -80px;}

.products_series202105 .series_h_ .series_background{background:#a6a677;bottom: -80px;}


/*-------------*/

.products_series202101 .series_l .series_background{background: #ede0ce;}

.products_series202101 .series_s_ .series_background{background: #d7dbda;}

.products_series202101 .series_l_2 .series_background{background: #e3d5cf;}

.products_series202101 .series_end_ .series_background{background: #f0deda;}

/*-------------*/

.products_series202009 .series_l .series_background{background: #F2E2ED;}

.products_series202009 .series_s_ .series_background{background: #dde0eb;}

.products_series202009 .series_l_2 .series_background{background: #e7e2f2;}

.products_series202009 .series_end_ .series_background{background: #F2E2ED;}

/*-------------*/


/*-------------*/


.products_series202210 .series .series_background{
    background: blue;
    bottom: 160px;
    top: 40px;
    width: 66%;
}

.products_series202210 .series_ .series_background{
    background: red;
    width: 66%;
}

.products_series .series_, .products_series .series{margin-bottom:120px;}


/*--------------2022.10-------------*/
.body_products_series202210{background: #f7f2ed;}
/*-------common-------*/

.products_series202210 .series_1_3,
.products_series202210 .series_2_3,
.products_series202210 .series_3_3{margin-bottom: 240px;}

.products_series202210 .series_1_1 .series_background,
.products_series202210 .series_2_1 .series_background,
.products_series202210 .series_3_1 .series_background{
    background: #d9beb0;
    bottom:-300px;
    top:120px;
}

.products_series202210 .series_1_2 .series_background,
.products_series202210 .series_2_2 .series_background,
.products_series202210 .series_3_2 .series_background{
    background: none;
}

.products_series202210 .series_1_3 .series_background,
.products_series202210 .series_2_3 .series_background,
.products_series202210 .series_3_3 .series_background{
    bottom: -90px;
    top: -180px;
    left: 0;
     width:50%;
}

/*-------fv-------*/

.products_series202210 .series_l{margin-bottom: 240px;}

.products_series202210 .series_l .series_background{
    background: #aa9590;
    bottom:-160px;
    top:80px;
    width:50%;
}

/*-------brown-------*/

.products_series202210 .series_1_1 .series_background{background: #d9beb0;}
.products_series202210 .series_1_3 .series_background{background: #a3988c;}

/*-------white-shell-------*/

.products_series202210 .series_2_1 .series_background{background: #e3b9a6;}
.products_series202210 .series_2_3 .series_background{background: #cfac9d;}

/*-------white-blue-------*/

.products_series202210 .series_3_1 .series_background{background: #8e92a3;}
.products_series202210 .series_3_3 .series_background{background: #a7bbd6;}



/*--------------2023.4-------------*/


/*-------fv-------*/

.products_series202304 .series{margin-bottom: 90px;}

.products_series202304 .series_l{margin-bottom: 250px;}

.products_series202304 .series_l .series_background{
    background: #ebe3be;
    bottom: -180px;
    top: 90px;
    width: 60%;
}

.products_series202304 .series_1_2,
.products_series202304 .series_2_2,
.products_series202304 .series_3_2{
    margin-bottom: 150px;
}

.products_series202304 .series_1_1 .series_background,
.products_series202304 .series_2_1 .series_background,
.products_series202304 .series_3_1 .series_background{
    bottom: -150px;
    top: calc(100% + 30px);
    width: 20%;
}

.products_series202304 .series_1_2 .series_background,
.products_series202304 .series_2_2 .series_background,
.products_series202304 .series_3_2 .series_background{
    bottom: 0;
    top: -240px;
    margin-bottom: -90px;
}

/*
.products_series202304 .series_1_1 .series_background{
    background: #a66649;
    left: 30px;
}

.products_series202304 .series_2_1 .series_background{
    background: #ad2121;
    right: 30px;
}

.products_series202304 .series_3_1 .series_background{
    background: #3c6382;
    left: 30px;
}
*/

.products_series202304 .series_1_2 .series_background{
    background: #ebc6b5;
    right: 0;
    width: 60%;
}

.products_series202304 .series_2_2 .series_background{
    background: #f0cece;
    left: 0;
    width:66%;
}

.products_series202304 .series_3_2 .series_background{
    background: #b2c8d9;
    right: 0;
    width:66%;
}



/*-------------*/



.add{padding: 30px 20px 90px;}

.secret-garden{margin-bottom: 45px;}

.secret-garden img{
    width: 100%;
    margin-bottom: 20px;
    outline: 30px #fff solid;
}

.secret-garden h3{
    font-size: 32px;
    margin-bottom: 16px;
}

.profile{position: relative;}

.profile h4{
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: -36px;
}

.secret-garden p,
.profile p{
    font-size: 11px;
    line-height: 2em;
    margin-bottom: 10px;
}

.secret-garden p span,
.profile p span{
    font-size: 12px;
}

.profile img{
    width: calc(40% + 16px);
    max-width: 240px;
    margin: 0 0 20px auto;
    display: block;
    z-index: 3;
    position: relative;
}


.profile .background{
    position: absolute;
    top: 20px;
    right: 40px;
    width: calc(40% + 16px);
    max-width: 240px;
    height: 52vw;
    max-height: 320px;
    z-index: 1;
    background: #d3dedd;
}

.news{padding: 60px 30px 120px;}

.news h3{
    font-family:  'Sorts Mill Goudy' , 'Noto Serif JP', serif;
    font-size: 32px;
    border-bottom: solid 2px #707070;  
    padding-bottom: 10px;
    position: relative;
}

.news h3:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 100%;
    height: 1px;
    border-top: solid 1px #707070;
}

.news ul{margin-top: 4px;}

.news ul li {
    font-size: 12px;
    line-height: 2em;
    border-bottom: solid 1px #EBECF0;
    padding: 16px;

}
.news ul a {
    color: #707070;
}

.news ul li span{
    padding-right: 1em;
    width: 72px;
    display: inline-block;
}

footer{
    background: #9c9c9c;
    padding: 20px 10px 27px;
    text-align: center;
}

/*
footer {
    display: inline-block!important;
}
*/

footer ul{
    list-style: none;
    display:inline-block!important;
    margin: 0 auto 18px;
}

footer ul li{
/*    width: 140px;*/
    text-align: center;
    display: inline-block;
    line-height: 24px;
    margin: 2px;   
}

footer ul li a{
    height: 10px;
    padding: 5px 2px;
    margin: 6px;
    color: #fff;
    font-size: 12px;
}

footer .copyright{
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-family: "Noto San-serif CJK JP";
}

.products,.products_other{padding: 64px 15px 90px;}
.products{overflow-y: hidden;}

.products h2,.products_other h2{
    padding: 40px 0 20px 4px;
    font-size: 28px;
    font-family:  'Sorts Mill Goudy' , 'Noto Serif JP', serif;
    text-align: center;
}

.products_other .series {
    padding: 30px 0;
    margin-bottom: 0;
}

.products_other .w-container,.products_series .w-container{text-align: center;}

.products_other .series p{
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    margin: 0 6px 1em;
}
.products_series .main-v {padding: 30px;}
.products_series .main-v img{width: 100%;}

.link-bnr img{width:100%;}

.link-bnr {
    margin: 30px auto;
    width: calc(100% - 60px);
    max-width: 234px;
    display: block;
}

.link-bnr:hover{opacity: 0.9;}

/*----------------------------------------*/
@media screen and (max-width: 375px), print {
    .flame p{font-size: 10px;}
    
    .site-link{margin-top: 30px;}
    
    .series .viewmore{margin-top: 90px;}
}

.series202106 .flame,
.series202209_miffy .flame{margin-top: 55px!Important;}

.series202106 .viewmore,
.series202209_miffy .viewmore{margin-top: 190px!Important;}


@media screen and (max-width: 480px), print {
    .series .flame {
    max-width: 320px;
    padding: 25px 25px 23px 25px;
}
}
    
@media screen and (min-width: 480px), print {
    .products{padding: 64px 20px 60px;}
    .brand-concept, .add, .new{padding-right: 30px;padding-left: 30px;}

}

@media screen and (min-width: 600px), print {
    .products{padding: 64px 25px 90px;}
}

/*------------- Mixitup -------------*/
.w-container {
	padding:0;
    font-size: 0;
}
.w-container .mix,
.w-container .gap {
    background: rgba(256,256,256,1);
    border: solid 1px #C6D0CF;
/*
    outline: solid 1px #C6D0CF;
    outline-offset: -6px;
*/
    padding: 20px 0 45px;
    z-index: 3;
    display:inline-block;
	width: calc(50% - 12px);
	margin: 6px;
    font-size: 12px;
}


.w-container .gap{
	display: none;
}

.w-container .mix a{
    display:block;
    z-index: -1;
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    transition-duration: 0.6s;
}

.w-container .mix a:hover{
    transform:scale(0.96,0.96) rotate(0.001deg);
    transition-duration: 0.6s;
}

@media all and (-ms-high-contrast: none) {
.w-container .mix a:hover{
    transform:none;
    transition-duration: 0.6s;
    opacity: 0.9;
    }}


.w-container .mix img{
    width: 100%;
    margin: 0 auto 10px;
}

.w-container .mix img,
.w-container .mix p{
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 10px;
    color: #535353;
    font-weight: bold;
}

.w-container .mix p.price{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 20px;
}

.w-container .mix a.spec {
  font-size: 10px;
  z-index: 2;
  position: relative;
  color: #677271;
  line-height: 1em;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 90px;
}

a.spec:hover {
  color: #3B4141;
  transition-duration: 0.4s;
}

a.spec:before,
a.spec:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  right: 0;
  height: 1px;
  background: #C6D0CF;
}

a.spec:before{
  width: 90px;
  transform: translate(0, 0);
  margin-right: 0;
}
a.spec:after{
  width: 8px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(45deg);
  margin-right: 30px;
}

a.spec:hover:before,
a.spec:hover:after{
  background: #677271;
    transition-duration: 0.4s;
}

fieldset.control-group{
    padding: 0;
    border: none;
    border-bottom: 1px solid #707070;
}
fieldset.control-group:first-child{
    border-top: 1px solid #707070;
}

label.control-group-label{
    font-size: 12px;
    line-height: 2em;
    font-weight: bold;
    padding: 10px;
    display: block;
    background: #f5f5f5;
}

.btn-container{
    border-top: 1px solid #707070;
    padding: 10px;
    
}

.btn-container button.mixitup-control-active,
.control-group_sort button.mixitup-control-active{
    background: #EDF0EB;
    transition-duration: 0.4s;
}

.btn-container .button,.control-group button{
    border: none;
    background: none;
    padding: 6px 12px 8px;
    margin: 6px;
    font-size: 12px;
    outline: none;
    position: relative;
    transition-duration: 0.4s;
}

.control-group_sort{
    text-align: right;
    margin: 30px 0 30px auto;
}

.btn-container_icon .button{
    padding: 6px 12px 8px 32px;
}

.btn-container_icon .button:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
}

.btn-container_icon .white:after {
  background: #fff;
  width: 14px;
  height: 14px;  
  border: #707070 1px solid;
}

.btn-container_icon .pink:after {
  background: #F5E2EC;
}

.btn-container_icon .blue:after {
  background: #E8EFFF;
}

.btn-container_icon .navy:after {
  background: #586C9B;
}

.btn-container_icon .black:after {
  background: #1F1F1F;
}

.btn-container_icon .brown:after {
  background: #735345;
}

.btn-container_icon .round:after {
  background: none;
  width: 14px;
  height: 14px;  
  border: #707070 1px solid;
}

.btn-container_icon .oval:after {
  background: none;
  width: 14px;
  height: 18px;  
  border: #707070 1px solid;
  margin-top: -11px;
}

.btn-container_icon .tonneau:after {
  content: url(../images/tonneau.svg);
  background: none;
  width: 16px;
  height: 20px;  
  border:none;
  margin-top: -11px;  
}

.btn-container_icon .square:after {
  content: url(../images/square.svg);
  background: none;
  width: 14px;
  height: 14px; 
  border:none;
}

.no-hit{
    animation-duration: 1s;
    font-size: 14px;
    line-height: 1em;
    color:#000;
    display: none;
    height: 4em;
    padding: 1.4em 2em 1.6em;
    transition-duration: 0.6s;
    text-align: center;
    background: #fafafa;
}

.mixitup-container-failed{height: 30px!important;transition-duration: 0.6s;}

.mixitup-container-failed .no-hit{
    display: block!important;
}



/*------------- Mixitup -------------*/

.special-bnr {
    display: block;
    margin: 60px 30px;
}

.special-bnr img{
    max-width: 540px;
    width: 100%;
}

@media screen and (min-width: 600px), print {
    
.special-bnr {
    width: 540px;
    margin: 60px auto;
}
    
.special-bnr img{
    width: 540px;
    }

}