@charset "euc-jp";

@media (max-width: 567px) {
  .js-slider {
    padding-top: 60px;
  }
}

#container { padding-top: 20px; }

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

#slideshow-block {
  margin-bottom: 20px;
}
#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: 28px;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .85em;
}

#slide-list li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#slide-list a {
  display: block;
  margin: 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  outline: 0;
  border: solid 1px #333;
  background: none;
  text-indent: -9999px;
  opacity: 0.7;
  cursor: pointer;
}
#slide-list a:hover,
#slide-list .current-slide a {
  background: #333;
  opacity: 1;
}
#controls-wrapper {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 10px;
  z-index: 50;
}
#controls {
  position: relative;
  z-index: 50;
  height: 100%;
}
#slidecaption {
  position: absolute;
  left: 3%;
  bottom: 50px!important;
  z-index: 2;
  padding-bottom: 10px;
  color: #23374A;
  font-size: 20px;
  line-height: 1.5;
}
#controls-wrapper.mode-static {
  position: static;
  padding: 15px 0;
  height: auto;
}
#controls-wrapper.mode-static #slide-list {
  position: static;
}
#supersized {
   top: 300px;
  }

.aboutkikime {
  margin: 100px auto 90px;
  width: 85%;
  text-align: center;
}
.aboutkikime h2 {
  font-size: 2.5rem;
  margin: 10px auto 30px;
  font-weight: 300;
  text-align: center;
  font-family: yu-mincho-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.aboutkikime p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 10px auto 0px auto ;
}

.btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 10px;
  width: 30%;
  border: 1px solid #333;
  background: none;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 50px auto 0;
}
.btn_more:after {
  content: ">";
  position: absolute;
  right: 15px;
  color: #333;
}
.btn_more:hover {
  text-decoration: #fff!important;
  color: #333!important;
}
.btn_more:visited {
  text-decoration: #fff!important;
}
.btn_more a:hover {
  text-decoration: #fff!important;
}


/*
.btn_more:hover:after {
  color: #fff;
  right: 10px
}
*/
.banner_block {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 1.5%;
}

.banner_block a {
	display: block;
}

@media only screen and (max-width: 980px) {
  #supersized { top: 0 !important; }
  
  #slide-list { bottom: 90px; }

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

  .banner_block {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .u-hidden { display: none !important; }
  
  #slide-list { bottom: 20px; }
  #slidecaption {
    left: 20px;
    padding-bottom: 25px;
  }
  
  #slide-list a {
    width: 5px;
    height: 5px;
    margin: 0px 5px;
  }
}

@media only screen and (max-width: 980px) {
  .aboutkikime {
    margin: 27px auto 50px;
  }
  .aboutkikime h2 {
    font-size: 2.3rem;
    margin: 10px auto 10px;
  }
  .aboutkikime p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.information-top {
  margin: 0 5px 0 5px;
  font-size: 12px;
}

@media only screen and (max-width: 567px) {
  .aboutkikime h2 {
    font-size: 1.8rem;
    margin: 10px auto 20px;
  }
  .aboutkikime p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 10px auto 0px auto ;
  }

  .banner_block {
    margin-bottom: 20px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    column-gap: 0%;
  }
}


@media only screen and (max-width: 480px) {
  .info-block { font-size: 85%; }
  .info-block .news-date { display: block; }
  .aboutkikime {
    width: 100%;
    margin: 29px auto 30px;
  }
  .btn_more {
    width: 100%;
  }
}



.rankingwrap {
  padding-top: 35px;
}

.prd-lst-unit_ranking {
  position: relative;
  margin-bottom: 25px;
}

.ranking_no {
  position: absolute;
  top: -34px;
  left: 8px;
}
.ranking_no span {
  position: relative;
  display: inline-block;
  font-size: 25px;
}
.ranking_no span:after {
  content: '';
  position: absolute;
  width: 230%;
  height: 0.8px;
  background: #000;
  top: 80%;
  left: 0;
  transform: rotate(-60deg);
}

/* RANKING */
@media only screen and (max-width: 480px) {
  .seller-block {
    margin-bottom: 0;
  }
  .rankingwrap li:first-child {
    width: 79%;
    padding-bottom: 25px;
    margin-left: 11%;
  }
}