@charset "euc-jp";
#container {
  padding-top: 30px;
}
@media only screen and (max-width: 768px){
  #container {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1000px){
  .header-logo {
    background-image: url("https://img14.shop-pro.jp/PA01304/419/etc/EC_2021_w.png?cmsp_timestamp=20210222160107");
    width: 174px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header-logo img{
    display:none;
  }
}

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

#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%;
  height: 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;
    max-height: 630px;
  }
  #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: #62c4eb;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer;
  }
  #slide-list a:hover,
  #slide-list .current-slide a {
    background: #e2e2e2;
    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: 40px;
      height: 3px;
    }
  #slidecaption {
    left: 3%;
    padding-bottom: 6px;
    font-size: 20px;
  }
   .ttl-h2 {
    text-align: center !important;
  }
}

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

.header-global-nav a, .header-global-nav span {
color: #ffffff;
}
.header-headline-nav li a {
color: #ffffff;
}

.news {
  font-size: 13px;
  border-bottom: dotted 1px #cfd1d7;
  padding: 0 0 10px 55px;
  margin: 0 0 10px 0;
  background: url(https://img14.shop-pro.jp/PA01304/419/etc/icon_news_201710.jpg?cmsp_timestamp=20181031201605)no-repeat 0px 6px;
  }
@media only screen and (max-width: 768px) {
  .news {
  font-size: 12px;
  line-height: 16px;
  background: url(https://img14.shop-pro.jp/PA01304/419/etc/icon_news_201710.jpg?cmsp_timestamp=20181031201605)no-repeat 0px 1px;
  }
}

.ttl-h2-boder {
    border-bottom: dotted 1px #cfd1d7;
    padding-bottom: 15px;
    margin-bottom: 10px !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
}

/* 今月の人気商品 */
.bestseller-block ul{
    counter-reset: bestseller;
}
.bestseller-block ul li {
    position: relative;
}

.bestseller-block ul li:before{
    z-index: 100;
    counter-increment:bestseller;
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: counter(bestseller);
    background: #9296a2;
    color: #fff;
}

/* 1位 */
.bestseller-block ul li:nth-child(1):before{
   background: #59b7a9 ;
}

/* 2位 */
.bestseller-block ul li:nth-child(2):before{
   background: #59b7a9 ;
}

/* 3位 */
.bestseller-block ul li:nth-child(3):before{
   background: #59b7a9 ;
}

.btn-more{
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    color: #666666;
    display: block;
}