@charset "euc-jp";
/*ーーーーーーーーーーーー
PC表示非表示
ーーーーーーーーーーーー*/
.flexslider .pc {
    display: block!important;
}
.flexslider .sp {
    display: none!important;
}
@media (max-width: 600px){
    .flexslider .pc {
        display: none!important;
    }
    .flexslider .sp {
        display: block!important;
    }
}
/*ーーーーーーーーーーーー
新着商品TOP
ーーーーーーーーーーーー*/
.cartjs_cart_in {
    width: 100%!important;
}
.cartjs_product_name {  
    margin: 0 0 6px 0!important;
    font-size: 110%!important;
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: normal!important;
    border-bottom: 1px solid #ccc!important;
    text-align: left!important;
    padding: 0 0 5px!important;
    width: 100%!important;
    display: block;
}
.cartjs_product_table table{
    width: 100%!important;
    display: block;
}
.cartjs_product_table tbody {
    display: block;
}
tr.cartjs_sales_price,
tr.cartjs_sales_price th {
    display: block;
    width: 100%;
}
tr.cartjs_sales_price th{
    display: none;
}
tr.cartjs_sales_price td {
    color: inherit!important;
    font-size: 13px!important;
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: normal!important;
    text-align: right!important;
    display: block;
    width: 100%;
}
tr.cartjs_product_num {
    display: flex;
    justify-content: center;
    align-items: center;
}
tr.cartjs_product_num th{
    padding-right: 10px;
}
.cartjs_cart_in input[type="submit"]{
    margin-bottom: 20px;
    background-color: #a39282!important;
    height: 40px!important;
    padding-left: 50px!important;
    background-image: url(https://img20.shop-pro.jp/PA01321/849/etc/cart.png?cmsp_timestamp=20221208164240);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center left 3.2vw;
    width: 100%!important;
}
@media (max-width: 600px){
.cartjs_cart_in input[type="submit"] {
    margin-bottom:0!important;
    height: 40px!important;
    padding-left: 30px!important;
    background-size: 13px;
    font-size: 14px!important;
}
.cartjs_cart_in{
    margin: 0 auto 5px!important;
}
  .cartjs_box {
    padding: 10px 0!important;
}
}
/*ーーーーーーーーーーーー
flexslider
ーーーーーーーーーーーー*/
.flexslider {
	position: relative;
}
.flexslider .flex-control-nav {
	z-index: 9;
}
.flexslider .flex-control-paging li a.flex-active {
	background: #931e23!important;
}
.flexslider .flex-control-paging li a {
	width: 14px!important;
	height: 14px!important;
	background: rgba(120,0,0,0.5)!important;
}
.flexslider .pc{
	display: block!important;
}
.flexslider .sp{
	display: none!important;
}
.flex-direction-nav a:before {
    font-size: 3.5rem!important;
    content: '〈'!important;
}
.flex-direction-nav a.flex-next:before {
    content: '〉'!important;
}
@media screen and (max-width: 425px){
	.flexslider .pc{
		display: none!important;
	}
	.flexslider .sp{
		display: block!important;
	}
    .flex-direction-nav a{
        width: 35px!important;
        height: 35px!important;
    }
    .flex-direction-nav a:before {
        font-size: 2rem!important;
    }
}
#container {
  padding-top: 30px;
}

.header-headline-nav li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
#nav a {
  color: #4d4d4d;
}

#slideshow-block {
  margin-bottom: 0px;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  text-indent: -999em;
}
#supersized {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
  #supersized .row {
    position: relative;
  }
  #supersized img {
    position: absolute;
    display: none;
    width: auto !important;
    height: auto !important;
    outline: none;
    border: none;
  }
  #supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering: -moz-crisp-edges;
  }
  #supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering: optimizeQuality;
  }
  #supersized li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -30;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    list-style: none;
  }
  #supersized li.prevslide {
    z-index: -20;
  }
  #supersized li.activeslide {
    z-index: -10;
  }
  #supersized li.image-loading {
    width: 100%;
    height: 100%;
    background: #111 url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  }
  #supersized li.image-loading img {
    visibility: hidden;
  }
  #supersized li.prevslide img,
  #supersized li.activeslide img {
    display: inline;
  }
#slide-list {
  position: absolute;
  bottom: 20px;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .85em;
  font-family: Arial;
}
  #slide-list li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  #slide-list a {
    display: block;
    margin: 0 5px;
    width: 70px;
    height: 10px;
    outline: 0;
    background: #5e5e5e;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer;
  }
  #slide-list a:hover,
  #slide-list .current-slide a {
    background: #49031e;
    opacity: 1;
  }
#controls-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  *z-index: 50;
}
#controls {
  position: relative;
  z-index: 50;
  height: 100%;
}
#slidecaption {
  position: absolute;
  left: 1%;
  z-index: 2;
  padding-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}
  #controls-wrapper.mode-static {
    position: static;
    padding: 15px 0;
    height: auto;
  }
  #controls-wrapper.mode-static #slide-list {
    position: static;
  }

@media only screen and (max-width: 980px) {
  #supersized {
    top: 60px;
  }
  #controls-wrapper {
    position: static;
    height: auto;
  }
  #slide-list {
    position: static;
    padding-top: 15px;
  }
    #slide-list a {
      width: 15px;
      height: 15px;
    }
  #slidecaption {
    left: 3%;
    padding-bottom: 6px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #slidecaption {
    left: 20px;
    padding-bottom: 10px;
  }
}

.sp_banner {
    display: none;
}
@media only screen and (max-width: 768px) {
    .sp_banner {
        display: block;
        margin-bottom: 20px;
    }
    .sp_banner ul{
        list-style: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
    }
    .sp_banner ul li{
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .sp_banner ul li:nth-child(n+5) {
        width: 100%;
    }
}