@charset "euc-jp";

/* NEWS一覧 */
#btn-news-open {
  cursor: pointer;
}

#btn-news-open:hover {
  text-decoration: underline;
}

/* PRODUCT下 */
.container3 {
  margin-bottom: 60px;
}

/* 横並び解除 */
.oh {
  border-top: 1px solid #666;
  overflow: hidden;
}

/* 小見出し */
.sttl {
  display: inline-block;
  padding: 12px 0;
  line-height: 1;
  margin-top: 13px;
}

/* PRODUCTSのボタン */
.btn-str,
.btn-lup {
  padding: 11px 0;
  width: 90px;
  text-align: center;
  border: 1px solid #707070;
  display: inline-block;
  margin-top: 13px;
  line-height: 1;
}

.btn-lup {
  border: 1px solid #707070;
  background-color: #555;
  color: #fff;
  margin-left: 5px;
}

.btn-str:hover,
.btn-lup:hover {
  text-decoration: underline;
}

.btn-lup:hover {
  color: #fff;
}

#container {
  padding-top: 0px;
}

.header-headline-nav li a {
  color: #4d4d4d ;
  text-decoration: none;
  font-weight: normal;
  vertical-align: middle;

}

.header-headline-nav li a span {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  vertical-align: middle;
}

#nav a {
  color: #4d4d4d;
}

.topmain {
  position: relative;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

#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: 215px 0 0 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;
}

#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: #ecd062;
  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: 35px;
  }

  #slide-list a {
    width: 15px;
    height: 15px;
  }

  #slidecaption {
    left: 3%;
    padding-bottom: 6px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .container3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #slidecaption {
    left: 20px;
    padding-bottom: 10px;
  }

  .container2 {
    width: auto;
    padding: 0 0px;
  }
}
