@charset "UTF-8";
#masthead, #mvslide, #mvslide img {
  height: 55vw;
}
#masthead::after {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 122;
}
#mvslide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  cursor: grab;
}
#mvslide img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.site-header .site-branding img, .site-header .site-branding img.light {
  filter: brightness(3);
  opacity: .5;
  transition: 1s ease-in-out;
}
#site-header-cart, #site-header-cart.light,
#site-header-cart.light a, #site-header-cart .buttons a {
  color: #fff !important;
}
.site-header .site-branding img.dark {
  filter: brightness(1);
  opacity: 1;
}
#site-header-cart.dark,
#site-header-cart.dark a {
  color: #333;
}
#topics dd {
  display: none;
}
#topics dl {
  margin-bottom: 1.5em;
}
#topics dd p {
  text-align: center;
}
#topics dd a {
  display: inline-block;
  padding: .2em 1em;
  border: solid 1px #ccc;
  border-radius: 1em;
}
.toLineup { display: none;}
@media (min-width: 768px){
  .main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
    color: #fff;
    opacity: .65;
  }
  #site-header-cart {
    transition: .2s ease-in-out;
    padding-right: 1em;
  }
  #site-header-cart.dark {
    background-color: rgba(255,255,255,.8);
  }
  #site-header-cart.light {
    background-color: rgba(255,255,255,0);
  }
  .site-header-cart .cart-contents .count {
    opacity: .8;
  }
  
  #side-nav, #side-nav.hide {
    opacity: 0;
  }
  #side-nav.show {
    opacity: 1;
  }
  #topics {
    width: 55%;
  }
}
@media (max-width: 991px){
  
}
@media (max-width: 767px){
	#masthead, #mvslide, #mvslide img {
    height: 120vw;
  }
  #cart-sp-top a {
    color: #fff;
    opacity: .7;
  }
  #cart-sp-top a.dark {
    color: #444;
    opacity: 1;
  }
  .site-header > .col-full {
    background-color: rgba(255,255,255,0);
    transition: .7s ease-in-out;
  }
  .site-header > .col-full.dark {
    background-color: rgba(255,255,255,.95);
  }
  #topics dt {
    line-height: 1.3;
  }
  #topics dt span  {
    font-size: 90%;
  }
  #topics time {
    display: block;
  }
  #topics .row {
    display: flex !important;
    flex-wrap: wrap;
  }
  #topics .col{flex-basis:0;flex-grow:1;max-width:100%}
  #topics .col-auto{fflex: 0 0 auto;max-width: auto;}
  #topics .col100 {flex: 0 0 100%;max-width: 100%;}
  #topics dd {
    width: 85%;
  }
}

@media (max-width: 575px){
  
}


