@charset "UTF-8";

body {
  font-family: "Open Sans", "Segoe UI", "Meiryo", "微軟正黑體", "MS UI Gothic","MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
/* *, ::after, ::before {
  box-sizing: border-box;
} */
/*h1{
  font-family: "Open Sans", "Segoe UI", "Meiryo", "微軟正黑體", "MS UI Gothic","MS PGothic", Arial, Helvetica, sans-serif;	
	font-size: 26px;
	line-height: 30px;
}

h2, a, select {
  font-family: "Open Sans", "Segoe UI", "Meiryo", "微軟正黑體", "MS UI Gothic","MS PGothic", Arial, Helvetica, sans-serif;
}*/
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}
.container_fluid {
  width: 100%;
  position: relative;
  z-index: 1;
}
.container_fluid.light_grey {
  background-color: #eee;
}
.dash_break {
  display: none;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .dash_break {
    display: inline;
  }
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* banner header */
.banner_header {
  background-color: #62616a;
  background: url(../img/bg_banner_header.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
.banner_header .inner {
  padding: 25px 0;
}
.banner_header h2 {
  color: #fff;
  font-size: 2em;
  font-weight: 100;
  line-height: normal;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
@media screen and (max-width:768px) {
  .banner_header {
    padding-top: 70px;
  }
}
@media screen and (max-width:550px) {
  .banner_header {
    padding-top: 45px;
  }
  .banner_header .inner {
    padding: 20px 0;
  }
  .banner_header h2 {
    font-size: 2em;
  }
}

/* products dropdown */
.prod_list {
  font-family: "Open Sans", "Segoe UI", "Meiryo", "微軟正黑體", "MS UI Gothic","MS PGothic", Arial, Helvetica, sans-serif;
  padding: 40px 15px;
  text-align: center;
}
.prod_list.mobile {
  display: none;
}
.prod_list select {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.prod_list .title, .prod_list select {
  color: #292929;
  /* display: inline-block; */
  margin: 3px 0;
  /* vertical-align: middle; */
}
.prod_list .title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  /* padding-bottom: 5px; */
}
@media screen and (max-width:768px) {
  .prod_list {
  }
  .prod_list.pc {
    display: none;
  }
  .prod_list.mobile {
    display: block;
  }
}
/*clean up default setting (including arrow) of IE*/
/*.prod_list select::-ms-expand {
  display: none;
}
.prod_list select.prod_drop option {
  color: #666;
}*/

/* nav sort */
.nav_sort {
  height: 84px;
  position: relative;
  overflow: hidden;
}
.nav_sort .inner {
  max-width: 1032px;
}
.nav_sort_main {
  background-color: #efefef;
  position: relative;
  z-index: 12;
}
.nav_sort_main .swiper-wrapper {
  box-sizing: border-box;
}
.nav_sort_main .swiper-container.stop_swiping {
  border-bottom: 0;
}
.nav_sort_main .swiper-container {
  border-bottom: 1px solid #bbb;
}
.nav_sort_main .stop_swiping .swiper-wrapper {
  width: 100% !important;
  margin: 0 auto;
  padding: 0 15px;
  transform: none !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.nav_sort_main .swiper-slide {
  min-width: 158px;
  width: auto;
  text-align: center;
}
.nav_sort_main .swiper-slide a {
  border: 0;
  color: #111111;
  display: block;
  font-size: 0.82em;
  line-height: 1.2em;
  outline: none;
  padding: 13px 12px;
  text-decoration: none;
  transition: color ease .15s, background-color ease .15s;
}
.nav_sort_main.jpn .swiper-slide {
  min-width: 135px;
}
.nav_sort_main.deu .swiper-slide, .nav_sort_main.ita .swiper-slide {
  min-width: 155px;
}
.nav_sort_main .swiper-slide a.active {
  border-bottom: 3px solid #c00000;
  color: #950000;
}
.nav_sort_main .stop_swiping .swiper-slide a {
  color: inherit;
}
.nav_sort_main .stop_swiping .swiper-slide a sup {
  color: inherit;
}
.nav_sort_main .stop_swiping .swiper-slide a.active, .nav_sort_main .stop_swiping .swiper-slide a:hover, .nav_sort_main .swiper-slide a.in  {
  background-color: #c00000;
  border-bottom: 0;
  color: #fff;
}
.nav_sort_sub {

}
.nav_sort_sub.desktop {
  width: 100%;
  background: #850000;
  background: linear-gradient(to top, #666666 30%, #444444 120%);
  position: absolute;
  z-index: 11;
  top: -40px;
}
.nav_sort_sub.desktop ul {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav_sort_sub.desktop ul li {
  min-width: 165px;
  list-style: none;
  text-align: center;
}
.nav_sort_sub.desktop ul li a {
  border: 0;
  color: #fff;
  display: block;
  font-size: 0.82em;
  line-height: 1.2em;
  outline: none;
  padding: 13px 12px;
  text-decoration: none;
  transition: color ease .15s;
}
.nav_sort_sub.desktop.jpn ul li {
  min-width: 135px;
}
.nav_sort_sub.desktop.deu ul li, .nav_sort_main.ita .swiper-slide {
  min-width: 155px;
}
.nav_sort_sub.desktop ul li a {
  font-size: 0.8em;
  padding: 12px 20px;
}
.nav_sort_sub.desktop ul li a.active, .nav_sort_sub.desktop ul li a:hover {
  color: #b00000;
  background: linear-gradient(to top, #fff 30%, #bbb 120%);
}
.nav_sort_sub.mobile {
  display: none;
}
.nav_sort_sub.mobile .prod_list {
  padding-bottom: 0;
}
@media screen and (max-width:1200px) {
  .nav_sort_main .swiper-slide {
    min-width: 140px;
  }
  .nav_sort_sub.desktop ul li {
    min-width: 140px;
  }
}
@media screen and (max-width:992px) {
  .nav_sort {
    height: auto;
  }
  .nav_sort_sub.desktop {
    display: none;
  }
  .nav_sort_sub.mobile {
    display: block;
  }
  .nav_sort_main .swiper-slide a.active {
    border-bottom: 3px solid #c00000;
    color: #c00000;
  }
  /*for stop_swiping looks nice when loading*/
  .nav_sort_main .stop_swiping .swiper-slide a.active, .nav_sort_main .stop_swiping .swiper-slide a:hover, .nav_sort_main .swiper-slide a.in {
    background-color: transparent;
    border-bottom: 3px solid #c00000;
    color: #c00000;
  }
  .nav_sort_main .stop_swiping {
    /* height: 48px; */
    overflow: hidden;
  }
  /*for stop_swiping looks nice when loading end*/
  .nav_sort_main .stop_swiping .swiper-slide a:hover, .nav_sort_main .swiper-slide a.in {
    background-color: transparent;
    border-bottom: 3px solid #c00000;
    color: #c00000;
  }
}

/* banner header listing page */
.banner_header.listing {
  margin-bottom: 0;
  position: relative;
}
.banner_header.listing .inner {
  max-width: 1032px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.banner_header.listing h2 {
  color: #dfdfdf;
  font-size: 1.7em;
  text-align: left;
}
.banner_header.listing h2 .wrap {
  display: block;
}
.banner_header.listing h2 .product_name {
  color: #fff;
  font-size: 42px;
  line-height: normal;
  vertical-align: baseline;
}
.banner_header.listing h2 span {
  color: #dfdfdf;
}
.banner_header.listing .prod_list {
  font-size: 1.2em;
  padding: 0 15px;
  padding-top: 8px;
  text-align: right;
}
.banner_header.listing .prod_list .title {
  text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
.banner_header.listing .prod_list .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.banner_header.listing .prod_list select.prod_drop {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 2px 30px 2px 15px;
}
@media screen and (max-width:1100px) {

}
@media screen and (max-width:992px) {
  .banner_header.listing .inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner_header.listing .prod_list {
    font-size: 1.3em;
    padding-top: 20px;
    text-align: center;
  }
  .banner_header.listing h2 {
    text-align: center;
  }
  .banner_header.listing h2 .wrap {
    display: inline;
  }
}
@media screen and (max-width:550px) {
  .banner_header.listing h2 {
    font-size: 1.5em;
  }
  .banner_header.listing h2.jpn {
    font-size: 1.25em;
  }
}

/*promo zone*/
.promo_zone {
  width: 100%;
  height: auto;
}
.promo_zone * {
  box-sizing: border-box;
}
.promo_zone .swiper-slide {
  width: 33%;
  /* height: 240px; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.promo_zone .swiper-slide > a {
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  text-decoration: none;
}
.promo_zone .swiper-slide p {
  width: 100%;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  line-height: normal;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  text-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
.promo_zone .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.promo_zone .promo_pagination {
  display: none;
  position: absolute;
  bottom: 0;
  text-align: center;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}
.promo_zone .promo_btn_next, .promo_zone .promo_btn_prev {
  outline: none;
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(255,255,255,.5);
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.promo_zone .promo_btn_next:hover, .promo_zone .promo_btn_prev:hover {
  background-color: rgba(255,255,255,.65);
}
.promo_zone .promo_btn_next {
  background-image: url(../img/icon_arrow_next.svg);
  left: auto;
  right: 0;
}
.promo_zone .promo_btn_prev {
  background-image: url(../img/icon_arrow_prev.svg);
  left: 0;
  right: auto;
}
.promo_zone .promo_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
@media screen and (max-width:992px) {
  .promo_zone .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width:650px) {
  .promo_zone .swiper-slide {
    width: 100%;
  }
  .promo_zone {
    padding-bottom: 25px;
  }
  .promo_zone .promo_pagination {
    display: block;
  }
  .promo_zone .swiper-slide p {
    text-align: center;
  }
  .promo_zone .promo_btn_next, .promo_zone .promo_btn_prev {
    height: calc(100% - 25px);
  }
}

/* feature group */
.feature_group {
  text-align: center;
}
.feature_group h3 {
  color: #292929;
  font-family: inherit;
  font-size: 1.6em;
  font-weight: normal;
  line-height: normal;
  /*padding: 40px 0;*/
  padding-bottom: 0;
}
.feature_group ul.feature_list {
  height: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  list-style: none;
  padding: 15px 0;
}
.feature_group ul.feature_list * {
  box-sizing: border-box;
}
.feature_group ul.feature_list.p_all li .feature_content {
  /*height: calc(100% - 22px);*/ /*for tag_rel_date*/
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .feature_group {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 992px) {
  .feature_group ul.feature_list.p_sort {
    padding-top: 30px;
  }
}
.feature_group ul.feature_list:last-child {
  padding-bottom: 50px;
}
.feature_group ul.feature_list li {
  width: 33.33%;
  height: auto;
  /*min-height: 220px;*/
  flex-direction: column;
  position: relative;
  padding: 6px;
  padding-top: 15px;
}
.feature_group ul.feature_list li a {
  height: 100%;
  color: #292929;
  display: block;
  outline: none;
  text-align: left;
}
.feature_group ul.feature_list li .tag_rel_date {
  background-color: #888f9e;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
}
.feature_group ul.feature_list li .feature_content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  box-shadow: 2px 2px 8px rgba(0,0,0,.25);
  color: #292929;
  cursor: pointer;
  display: table;
  outline: none;
  overflow: hidden;
  /*padding: 15px;*/
  position: relative;
  text-align: left;
  z-index: 1;
  transition: box-shadow ease .15s, background-color ease .15s;
  -webkit-transition: box-shadow ease .15s, background-color ease .15s;
  -moz-transition: box-shadow ease .15s, background-color ease .15s;
}
.feature_group ul.feature_list li .feature_content:hover {
  background-color: #f6f6f6;
  box-shadow: 0px 0px 1px rgba(0,0,0,.65);
}
.feature_group ul.feature_list li .feature_content.promo {
  background-color: #eee;
  display: flex;
  align-items: center;
}
.feature_group ul.feature_list li .feature_content.promo img {
  display: block;
  width: 100%;
  height: auto;
}
.feature_content .tag_new {
  width: 96px;
  height: 62px;
  border-radius: 0;
  display: block;
  overflow: hidden;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.feature_content .tag_new > svg {
  position: absolute;
  z-index: 1;
}
.feature_content .tag_new > span {
  width: 150px;
  height: auto;
  background-color: #e50012;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding: 5px;
  text-transform: uppercase;
  position: relative;
  right: 6px;
  top: 10px;
  transform: rotateZ(38deg);
  z-index: 2;
}
.feature_content .left, .feature_content .right {
  display: table-cell;
  vertical-align: top;
}
.feature_content .left {
  width: 100px;
}
.feature_content .left img {
  width: 100px;
  height: 100px;
  display: block;
}
.feature_content .right {
  width: calc(100% - 100px);
  line-height: normal;
  padding-left: 15px;
  position: relative;
}
.feature_content .right h4.item_title {
  width: calc(100% - 40px);
  /* min-height: calc(1.4em * 2); */
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 8px;
}
.feature_content .right h4.item_title .subtitle {
  color: #444;
  display: block;
  font-size: 13px;
  line-height: 16px;
  padding-top: 5px;
}
.feature_content .right .item_price {
  font-size: 1em;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.feature_content .right p.item_intro, .feature_content .right p.note {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.feature_content .right p.note {
  font-weight: 600;
  margin-top: 8px;
}
.feature_group .btn_group {
  text-align: center;
  padding: 0;
  padding-bottom: 40px;
}
.feature_group .btn_group a {
  min-width: 150px;
  border-radius: 25px;
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  padding: 10px 30px;
}
.feature_group .btn_group a.btn_more {
  background-color: #c00000;
  color: #fff;
  transition: background-color ease .2s;
  -webkit-transition: background-color ease .2s;
  -moz-transition: background-color ease .2s;
}
.feature_group .btn_group a.btn_more:hover {
  background-color: #d62424;
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {
  .feature_group ul.feature_list {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .feature_group ul.feature_list li {
    width: 80%;
    min-height: 170px;
  }
  .feature_group .btn_group a.btn_more {
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:650px) {
  .feature_group ul.feature_list li {
    width: 100%;
    padding: 8px 16px;
  }
}

.feature_priceX {
  color: #999;
  font-size: 14px;
  text-decoration:line-through;
}

/* sticky header */
@media screen and (min-width:992px) {
  .sticky {
    box-shadow: 0px 0px 8px rgba(0,0,0,.85);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: box-shadow ease .5s;
  }
  .sticky .nav_sort_main {
    background-color: #d9d9d9;
    transition: background-color ease 5s;
  }
  .sticky .nav_sort_sub {
    box-shadow: 0px 0px 8px rgba(0,0,0,.85);
    transition: box-shadow ease .5s;
  }
}

/* pagination */
.flex_block {
  height: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
}
.pagi_wrapper {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  padding-bottom: 50px;
}
.pagi_wrapper * {
  box-sizing: border-box;
}
.page_number_content {
  width: 100%;
  max-width: 530px;
  text-align: center;
}
.page_number {
  max-width: calc(100% - 110px);
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  vertical-align: middle;
}
.page_number li {
  display: inline-block;
  padding: 5px 1px;
  vertical-align: middle;
}
.page_number li a {
  min-width: 30px;
  min-height: 30px;
  border-radius: 30px;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: background-color ease .2s, color ease .2s;
}
.page_number li a.active, .page_number li a:hover {
  background-color: #9a0101;
  color: #fff;
}
a.btn_arrow {
  width: 40px;
  height: 40px;
  background-color: #9a0101;
  border-radius: 40px;
  display: inline-block;
  vertical-align: middle;
  transition: background-color ease .2s;
}
a.btn_arrow svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
  margin: 10px;
}
a.btn_arrow.prev svg {
  margin-left: 8px;
}
a.btn_arrow.next svg {
  margin-right: 8px;
}
a.btn_arrow:hover {
  background-color: #860909;
}
a.btn_arrow.disabled {
  background-color: #bbb;
}
.page_pagi {
}
.page_pagi span {
  display: inline-block;
  margin: 0 5px;
}
.page_pagi .pagi_list {
  display: inline-block;
  vertical-align: middle;
}
.pagi_list .selectric {
  padding: 0 45px 0 15px;
}
.pagi_list .selectric .label {
  height: 32px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
}
.pagi_list .selectric .button::after {
  border-top-color: #666;
}
.pagi_list .selectric-hover .selectric .button {
  background-color: #eee;
  color: #333;
}
.pagi_list .selectric-hover .selectric .button::after {
  border-top-color: #333;
}
.pagi_list .selectric-items li {
  font-size: 16px;
  padding: 5px 15px;
  text-align: left;
}
@media screen and (max-width:992px) {
  .pagi_wrapper {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .page_pagi {
    width: 100%;
    padding-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .page_pagi {
    padding-top: 0;
  }
}

/* promo msg bar */
.promo_bar, .promo_bar * {
  box-sizing: border-box;
}
.promo_bar {
  width: 100%;
  background-color: #27749e;
  padding: 8px 15px;
}
.promo_bar .container {
  color: #efefef;
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  text-align: center;
}
.promo_bar .yellow {
  color: yellow;
  font-weight: 600;
}
.promo_bar a {
  color: #f3f3f3;
  font-weight: 400;
  text-decoration: underline;
  white-space: nowrap;
}
.promo_bar a:hover {
  color: #fff;
}
@media screen and (max-width:992px) {
  .promo_bar .container {
    line-height: 24px;
  }
}
.vid {
    position: relative;
    /* padding-bottom: 56.25%; */
    padding-bottom: 10px;
    padding-top: 0px;
    overflow: hidden;
}
.feature_content {
    position: relative;
    overflow: hidden;
}
.myvideos {
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    /* position: absolute; */
    width: 100%;
    vertical-align: bottom;
}
.feature_content .filter-box {
    display: block;
    position: absolute;
    bottom: -100px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 5px 15px 10px 15px;
    line-height: 30px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: right;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}