@charset "euc-jp";
#container {
  padding-top: 30px;
}

.main-section  li > a{
border: 1px solid #ccc;
display: block;
text-align: center;
}

.main-section  li > a img{
  width:20%;
}

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

.main-section .items-block{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
@media only screen and (min-width: 768px) {
  .main-section .items-block{
    margin: 0 -2%;
  }
  .main-section .items-block .item{
    width:23%;
    margin:1%;
  }
  .main-section #hit .items-block .item{
    width:45.33333%;
  }
}
.main-section .items-block .item >a{
  display: block;
}
.main-section .items-block .item >a img{
  border:1px solid #ccc;
  box-sizing: border-box;
  display: block;
  margin:0 auto;
}
.main-section .items-block .item span{
  line-height:1.3;
}
#items{
  padding-bottom:40px;
}
#items h2{
  font-size: 1.5rem;
  letter-spacing: .1rem;
}
#items h2 span{
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  #items .col-lg-10{
    width:100% !important;
  }
  .main-section .items-block .item{
    width:48%;
    /*width:100%;*/
    margin:1% 1% 5%;
  }
  .main-section .items-block .item span.prd-lst-price{
    line-height:1.3;
  }
}
#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: #000000;
    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: #000000;
    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: #000000;
  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: 767px) {
  #slidecaption {
    left: 20px;
    padding-bottom: 10px;
  }
}

#hit h2{
  margin-bottom: 3rem;
  letter-spacing: .2rem;
  font-weight: 300;
}
#hit .item >a{
  position: relative;
}
#hit .item .flag{
  position: absolute;
  top:-30px;
  left: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  #hit .item .flag{
    left: -30px;
  }
}
@media only screen and (max-width: 500px) {
  #hit .item .flag{
    left: -30px;
  }
}
#hit .item .flag img{
  width:110px;
}
#hit .item a img{
  border: 0;
}
#hit .item h3{
  margin:.4rem 0 .6rem;
  border-bottom: 1px solid #333;
  padding-bottom: .4rem;
  font-weight: 300;
  font-size: 1rem;
}
#hit .item h4{
  font-size: 1.4rem;
  font-weight: 200;
  margin: .5rem 0 0;
}
#hit .item div.label{
  font-size: .75rem;
  font-weight: 100;
  margin-bottom: .5rem;
}
#hit .item p{
  font-size: .8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #hit .item+ .item{
    margin-top:60px;
  }
}

#sns{
  background: #f9f9f9;
  padding:60px 0 50px;
}
#sns h2 {
  font-weight: 100;
  letter-spacing: .2rem;
  margin-top:0;
  font-size:24px;
}
#sns p {
  font-size: .9rem;
  letter-spacing: .1rem;
  margin-bottom: 2.2rem;
}
#sns .insta-slide{
  /* display:flex;
  justify-content:space-between; */
}
#sns .insta-slide .insta{
  margin:0 5px; */
}/* 
.insta-slide{
  margin-left: 50%;
}
.insta-slide .insta {
ĦĦĦĦmargin-left: -180px;
ĦĦĦĦmargin-right: 210px !important; /* 320 / 2 + 20 */
} */
#sns .bx-wrapper .bx-viewport{
  background:transparent;
}
#sns iframe.iframe{
  height:690px;
}
.py-5 {
 margin:60px 15px; 
}

.info-block{
  margin-bottom:40px;
}
.info-block h2{
  text-align:center;
}
.main-section .items-block .item{
  position:relative;
}
@media only screen and (max-width: 767px) {
.info-block .col-lg-8{
  width:100%
}
}
/* flag */
#items .flag{
  border-top: 94px solid #F5D508;
  border-right:94px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 1;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  z-index: 100;
}
#items .flag span {
  white-space: nowrap;
  position: absolute;
  top: -72px;
  left: -11px;
  font-size: 16px;
  width: 5.5rem;
  text-align: center;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  z-index: 100;
  white-space: nowrap;
}
#items .flag-limited{ border-top-color:#7B6E65;}
#items .flag-limited span{color: #fff;top: -69px;}
#items .flag-long span{font-size: 13px;top: -69px;left: -9px;}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
#items .flag{
  border-top-width: 70px;
  border-right-width:70px;
}
  
#items .flag span {
  top: -55px;
  left: 1px;
  font-size: 12px;
  width: 3rem;
}
  
#items .flag-long span{
  font-size: 11px;
  top: -45px;
  left: -2px;
}
}

@media only screen and (min-width: 768px) {
  .main-section .items-block .item2 {
    width:31%;
    margin:1%;
  }
}

.ttl-h2 {
    margin: 0 0 0.5em 0;
    font-weight: bold;
    font-size: 200%;
    line-height: 1.5;
    color: darkcyan;
}