@charset "utf-8";

html,body{
  background: #000;
  font-size: 10px;
}

#wrapper{
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  padding-top: 104px;
}
img{
  width: 100%;
  height: auto;
}
#wpadminbar{
  overflow: hidden;
}


/* slick */
#slideHeader{
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}
#slideHeader .slider{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.slider .slick-slider .slick-track,
.slider .slick-slider .slick-list{
  overflow: visible;
}
.slick-initialized .slick-slide{
  position: relative;
}
.slick-initialized .slick-slide .movie_wrapper{
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 48%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.movie_wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slider .slick-list{
  overflow: visible;
}
.slick-arrow{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0%;
  display: block;
  width: 50px;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
  opacity: 1;
  transition: .3s;
  -webkit-transition: .3s;
}
.ua-pc .slick-arrow:hover{
  opacity: 0.6;
}
.slick-arrow.slick-prev{
  left: auto;
  right: 100%;
  width: 100%;
}
.slick-arrow.slick-next{
  right: auto;
  left: 100%;
  width: 100%;
}
#slideHeader .slick-arrow.slick-prev:after{
  content: "";
  display: block;
  position: absolute;
  width: 50px;
/*  height: 100%; */
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
  background-position:  center center;
  background-size: 10px;
}
#slideHeader .slick-arrow.slick-next:after{
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position:  center center;
  background-size: 10px;
}
.ua-pc #slideHeader .slick-arrow.slick-prev:hover,
.ua-pc #slideHeader .slick-arrow.slick-next:hover{
  background-color: #000;
  opacity: 0.5;
}
#slideHeader .slick-arrow.slick-prev{
  margin-right: -50px;
}
#slideHeader .slick-arrow.slick-next{
  margin-left: -50px;
}
#slideHeader .slick-arrow.slick-prev:before,
#slideHeader .slick-arrow.slick-next:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/bg-dot.png) repeat center center;
  background-size: 4px;
  left: 50px;
}
#slideHeader .slick-arrow.slick-prev:before{
  left: auto;
  right: 50px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0; 
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:after{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 auto;
}
.slick-dots li.slick-active button:after{
  background: #e60028;
}

/* top nav */
#masthead{
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
.admin-bar #masthead{
  top: 32px;
}
#masthead .headerWrap{
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 20px;
}
#masthead .headerWrap h1{
  color: #FFF;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 160%;
  vertical-align: middle;
}
#masthead .headerWrap h1 a{
  text-decoration: none;
  color: #FFF;
}

#masthead .headerWrap h1 .logo{
  display: block;
  float: left;
  height: 50px;
  margin-right: 1em;
}
#masthead .headerWrap h1 .logo img{
  height: 100%;
  width: auto;
}
#masthead .catMenu{
  font-size: 120%;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#masthead .catMenu li{
  display: inline-block;
  vertical-align: top;
}
#masthead .catMenu li a{
  text-decoration: none;
  padding: 10px;
  color: #FFF;
  display: inline-block;
}
.ua-pc #masthead .catMenu li a:hover{
  opacity: 0.6;
  transition: .3s;
  -webkit-transition: .3s;
}
#masthead .catMenu li ul.children{
  display: none;
  padding-bottom: 10px;
}
#masthead .catMenu li ul.children li{
  display: block;
}
#masthead .catMenu li ul.children li a{
  padding: 10px 0px;
  font-size: 90%;
}

nav .sp-menubtn{
  float: right;
  width: 50px;
  height: 50px;
  position: relative;
  display: none;
}
nav .sp-menubtn span,
nav .sp-menubtn:before,
nav .sp-menubtn:after{
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  top: 24px;
  right: 11px;
  overflow: hidden;
  background: #FFF;
  transition: .4s;
  -webkit-transition: .4s;
}
nav .sp-menubtn:before{
  top: 16px;
}
nav .sp-menubtn:after{
  top: 32px;
}
nav .rightmenu{
  text-align: right;
  margin: 0 0 0 auto;
}
nav .rightmenu li{
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
nav .rightmenu li.textlink a{
  line-height: 50px;
  color: #FFF;
  text-decoration: none;
  font-size: 140%;
}
nav .rightmenu .iconlink a{
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background: url(../images/icon_tw.png) no-repeat center center;
  background-size: 100%;
}
nav .rightmenu .iconlink.fb a{
  background: url(../images/icon_fb.png) no-repeat center center;
  background-size: 100%;
}
nav .rightmenu .iconlink.cart a{
  background: url(../images/icon_ca.png) no-repeat center center;
  background-size: 100%;
}

/* content */
#main .itemlist{
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 35px;
  clear: both;
}
#main .itemlist .sortMenu p,
#main .itemlist .sortMenu p a{
  text-align: right;
  color: #FFF;
}
#main .itemlist .sortMenu p a.active{
  text-decoration: none;
}

#main .itemlist h2{
  font-family: 'Fjalla One', sans-serif;
  color: #ed0000;
  font-size: 200%;
  margin-left: 6px;
  padding-left: 5px;
  border-left: 5px solid #ed0000;
  line-height: 1em;
  letter-spacing: 2px;
}

#main .itemlist .NewWrap{
  margin: 0 -5px;
}
#main .itemlist .NewWrap .slick-arrow.slick-prev{
  left: -30px;
  width: 30px;
  background: url(../images/arrow-left-s.png) no-repeat center center;
  background-size: 10px;
}
#main .itemlist .NewWrap .slick-arrow.slick-next{
  right: -30px;
  width: 30px;
  background: url(../images/arrow-right-s.png) no-repeat center center;
  background-size: 10px;
}
#main .itemlist .ItemWrap{
  overflow: hidden;
  margin: 0 -5px;
}
#main .itemlist .item{
  padding: 20px 5px;
  float: left;
  width: 20%;
  box-sizing: border-box;
}
#main .itemlist .item a{
  background: #FFF;
  display: block;
  padding: 6px;
  text-decoration: none;
}
#main .itemlist .item .goods-photo{
  position: relative;
  height: 0;
  padding: 64% 0;
}
#main .itemlist .item .goods-photo img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

#main .itemlist .item a .text{
  padding: 5px 0;
  color: #000;
  line-height: 1.4em;
}
#main .itemlist .item a .text h3{
  font-size: 130%;
  line-height: 1.4em;
  height: 2.6em;
  overflow: hidden;
}
#main .itemlist .item a .text p{
  font-size: 120%;
}
#main .itemlist .item a .text p.price{
  padding: 5px 0;
}
#main .itemlist .item a .text p.status,
#main .itemlist .item a .text p.stock .nostock{
  color: #ed0000;
  font-weight: bold;
}

/* pager */
#pager{
  padding: 50px 0;
  text-align: center;
}
#pager a,
#pager span{
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 200%;
  color: #000;
}
#pager .current{
  text-decoration: underline;
}
#pager .next,
#pager .prev{
  background: #848484;
  position: relative;
  text-indent: -9999px;
  margin: 0 20px;
}
#pager .next:after,
#pager .prev:after{
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 100%;
}
#pager .next:after{
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: 100%;
}

/* single page */
.site-single{
  padding: 80px 30px;
}
.site-single .post-item{
  background: #FFF;
  max-width: 1000px;
  padding: 20px;
  margin: 0px auto;
}
.site-single .post-item .cord{
  font-size: 140%;
}
.site-single .post-item p.cateogry{
  padding: 5px 0 0;
  line-height: 1.4em;
  font-size: 140%;
}
.site-single .post-item p.cateogry a{
  color: inherit;
}
.site-single .post-item h1{
  font-size: 280%;
  line-height: 1.4em;
  padding: 5px 0;
}
.site-single .post-item p.price{
  font-weight: bold;
  font-size: 160%;
}
.site-single .post-item .body{
  padding: 30px 0;
  overflow: hidden;
}
.site-single .post-item .item-images{
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-right: 40px;
}
.site-single .post-item .item-images .main-image .movie_wrapper{
  display: none;
}
.site-single .post-item .item-images .main-image.vmode img{
  display: none;
}
.site-single .post-item .item-images .main-image.vmode .movie_wrapper{
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.site-single .post-item .item-images .imagelist{
  overflow: hidden;
  padding: 10px 0;
  margin: 0 -1px;
}
.site-single .post-item .item-images .imagelist li{
  width: 12.5%;
  float: left;
  box-sizing: border-box;
  padding: 1px;
}
.site-single .post-item .item-images .imagelist li.movie a{
  position: relative;
}
.site-single .post-item .item-images .imagelist li.movie a:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/video-play.png) no-repeat center center rgba(0,0,0,0.3);
  background-size: 50%;
  transition: .2s;
  -webkit-transition: .2s;
}
.site-single .post-item .item-images .imagelist li.movie a:hover:after{
  opacity: 0.2;
}
.site-single .post-item .item-images .imagelist li a{
  display: block;
  line-height: 0;
  position: relative;
  overflow: hidden;
  padding: 50% 0;
}
.site-single .post-item .item-images .imagelist li a img{
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.site-single .post-item .item-images .imagelist li a.select:after{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e60028;
  z-index: 10;
}
.site-single .post-item .item-images p.copyright{
  color: #666;
  line-height: 1.2em;
}
.site-single .post-item .item-detail{
  width: 40%;
  float: right;
}
.site-single .post-item .item-detail p{
  font-size: 140%;
  line-height: 1.6em;
}
.site-single .post-item .item-detail .cart-item{
  padding: 20px 0;
  margin: 0 -5px;
}
.site-single .post-item .item-detail .cart-item table{
  border: 0;
  border-collapse: separate;
  width: 100%;
}
.site-single .post-item .item-detail .cart-item table th,
.site-single .post-item .item-detail .cart-item table td{
  padding: 10px 5px;
  border-collapse: collapse;
  border: 5px solid #FFF;
  background: #eee;
  vertical-align: middle;
  text-align: center;
  font-size: 140%;
  line-height: 1.4em;
}
.site-single .post-item .item-detail .cart-item table td{
  background: #e60028;
}
.site-single .post-item .item-detail .cart-item td span,
.site-single .post-item .item-detail .cart-item td a{
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.site-single .post-item .item-detail .cart-item td a:before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/icon_ca.png) no-repeat left bottom;
  background-size: 24px;
}
.site-single .post-item .item-detail .cart-item td a:hover{
  opacity: 0.6;
}
.site-single .post-item .item-detail .note p{
  font-size: 120%;
  line-height: 1.6em;
  padding-left: 1em;
  text-indent: -1em;
}

.site-single .post-item .item-detail .single-share{
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  overflow: hidden;
}
.site-single .post-item .item-detail .single-share li{
  float: right;
  padding: 10px 0;
}
.site-single .post-item .item-detail .single-share li a{
  display: block;
  text-align: left;
  text-indent: -99999px;
  width: 22px;
  height: 22px;
  background: url(../images/share-tw.png) no-repeat center center;
  background-size: 100%;
  margin-left: 5px;
}
.site-single .post-item .item-detail .single-share li a:hover{
  opacity: 0.5;
}
.site-single .post-item .item-detail .single-share li.fb a{
  background: url(../images/share-fb.png) no-repeat center center;
  background-size: 100%;
}
.site-single .post-item .item-detail .single-share li.line a{
  background: url(../images/share-line.png) no-repeat center center;
  background-size: 100%;
}
/* footer */
#site-footer{
  padding: 25px 0;
  background: #000;
  color: #FFF;
}
#site-footer .copyright{
  font-size: 120%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

/*  &&& SP &&& */
@media screen and (max-width: 782px){
  .admin-bar #masthead{
    top: 0;
  }
  .admin-bar #wrapper{
    padding-top: 48px;
  }

}
@media(max-width : 640px){
  #wrapper{
    padding-top: 94px;
  }

  #masthead .headerWrap{
    padding: 5px 10px;
  }
  #masthead .headerWrap h1{
    float: none;
    white-space: nowrap;
    font-size: 15px;
  }
  #masthead .catMenu{
    text-align: left;
  }
  #slideHeader .slick-arrow.slick-next{
    margin-left: -30px;
  }
  #slideHeader .slick-arrow.slick-prev{
    margin-right: -30px;
  }
  #slideHeader .slick-arrow.slick-prev:after,
  #slideHeader .slick-arrow.slick-next:after{
    width: 30px;
  }
  nav .sp-menubtn{
    display: block;
    position: absolute;
    right: 0;
    top: 52px;
  }
  nav.open .sp-menubtn span{
    opacity: 0;
  }
  nav.open .sp-menubtn:before{
    top: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav.open .sp-menubtn:after{
    top: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .rightmenu{
    position: fixed;
    top: 94px;
    right: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: #000;
  }
  nav.open .rightmenu{
    height: 50px;
  }
  #main .itemlist{
    padding: 30px 15px;
  }
  #main .itemlist .item{
    width: 50%;
    padding: 10px 5px;
  }
  #pager a, #pager span{
    font-size: 160%;
  }
  .site-single{
    padding: 30px 10px;
  }
  .site-single .post-item{
    padding: 10px;
  }
  .site-single .post-item h1{
    font-size: 180%;
  }
  .site-single .post-item p.price{
    font-size: 140%;
  }
  .site-single .post-item .body{
    padding: 15px 0;
  }
  .site-single .post-item .item-images{
    float: none;
    width: 100%;
    padding: 0;
  }
  .site-single .post-item .item-images .imagelist li{
    width: 16.666%;
  }
  .site-single .post-item .item-detail{
    float: none;
    width: auto;
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media(max-width : 330px){
  #masthead .headerWrap h1{
    font-size: 14px;
  }
}