@charset "euc-jp";

#lineup_btn {margin-top:44px;}
#lineup_btn .tab-pc {display: block;}
#lineup_btn .tab-sp{display: none;}
#lineup_btn .block {display: flex; justify-content: space-evenly;}
#lineup_btn .tabs {width:100%; margin: 0 auto;}
#lineup_btn .tab_item {width: 50%; float: left; display: block; text-align: center;}
#lineup_btn input[name="tab_item"] {display: none;}
	#lineup_btn label {margin-bottom:0;} 
#lineup_btn .category_btn {max-width: 300px; margin: 0 auto;}
/* #lineup_btn .category_btn:hover {opacity: 0.7;} */
#lineup_btn .tab_content_description {padding: 26px 0}
#lineup_btn .tab_content_description .img {width: 31%;}
#lineup_btn .tab_content_description .img img {border-radius: 8px;}
#lineup_btn .desc {width: 56px;}
#lineup_btn h2 {font-size: 20px; margin: 26px auto 20px auto;}
#lineup_btn p {font-size: 16px; font-weight: bold; padding: 8px 0;}
#lineup_btn img {width: 100%;}
#lineup_btn ul {list-style-type: none; text-align: left; margin: 0; padding:10px 0 10px 4%;}
#lineup_btn li {font-size: 16px; margin-bottom: 4px;}
#lineup_btn li small {margin-right: 8px;}
#lineup_btn .align_center {text-align: center;}
#lineup_btn .border_top {border-top: solid 1px #D6281D;}
#lineup_btn .mgn-btm_0 {margin-bottom: 0;}
#lineup_btn .mgn-left {margin-left: 70%;}
#lineup_btn .shadow {box-shadow:4px 4px 4px rgba(0, 0, 0, 0.3); }
#lineup_btn .white {color: #fff;}
#lineup_btn .red {color: #D6281D;}
#lineup_btn .brown {color: #978266;}
#lineup_btn .back_grey {background-color: #F0F0F0;}
#lineup_btn .back_red {background-color: #D6281D;}
#lineup_btn .back_brown {background-color: #978266;}
#lineup_btn .back_white {background-color: #fff;}
#lineup_btn .border_red {border: solid 1px #D6281D;}
#lineup_btn .border_brown {border: solid 1px #978266;}
/* 操作系 */
#lineup_btn .tab_content {
  display: none;
  /* padding: 40px 40px 0; */
  clear: both;
  overflow: hidden;
}
#walk:checked ~ #walk_content,
#sports:checked ~ #sports_content {display: block;}
.tabs input:checked + .tab_item {opacity: 0.7;}
/* 下から */
.fu{
animation-name:fadeUpAnime;
animation-duration:0.75s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fu2{animation-delay: 0.5s;}
.fu3{animation-delay: 1s;}
@media screen and (max-width: 900px) {
#lineup_btn .tab-pc {display: none;}
#lineup_btn .tab-sp{display: block;}
#lineup_btn .block {display: block;}
#lineup_btn .category_btn {width: 200px;}
#lineup_btn .tab_content_description {padding: 26px 0 18px 0;}
#lineup_btn .tab_content_description .img {width: 320px; margin: 0 auto 14px auto;}
#lineup_btn ul {padding:10px 0 10px 8%;}
}
.fu2{animation-delay: 0.3s;}
.fu3{animation-delay: 0.6s;}
@media screen and (max-width: 630px) {
#lineup_btn .tab-pc {display: none;}
#lineup_btn .tab-sp{display: block;}
#lineup_btn .category_btn {width: 160px;}
#lineup_btn p { padding: 4px 0;}
#lineup_btn ul {padding: 4px 0 4px 5%;}
#lineup_btn li {font-size: 14px; margin-bottom: 0px;}
#lineup_btn .mgn-left {margin-left: 67%;}
#lineup_btn .tab_content_description .img {width: 280px;}
}


#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: 15px;
  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: #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: 36px;
  line-height: 1.2;
  text-shadow: 2px 2px 0 rgba(0,0,0,.8);
}
  #controls-wrapper.mode-static {
    position: static;
    padding: 15px 0;
    height: auto;
  }
  #controls-wrapper.mode-static #slide-list {
    position: static;
  }

/*　TOP OSUSUME BANNER　SMZK*/

.top_fv_bn3{
	/*width: 100%;　*/
    text-align: center; 
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
    margin: 10px;　
	-ms-flex-wrap: wrap; /* IE10 */
}

@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: 18px;
  }
}

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

/*トップ下バナー(s,d) */
*, *:before, *:after {
	box-sizing: border-box;
}
.top_bn{
	width: 100%;
    text-align: center; 
	display: flex;
	display: -ms-flexbox; /* IE10 */
	/*flex-wrap: wrap;*/
	-ms-flex-wrap: wrap; /* IE10 */
}
.top_bn > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 1170px) {
	.top_bn > div{
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.top_bn > div{
		width: 100%;
	}
}

/*トップ　ファーストビュー下カテゴリーバナー群(s,d) */
*, *:before, *:after {
	box-sizing: border-box;
}
.top_fv_bn{
	width: 100%;
    text-align: center; 
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
   margin: 0px auto 20px auto;
	-ms-flex-wrap: wrap; /* IE10 */
}
.top_fv_bn > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 1170px) {
	.top_fv_bn > div{
	/*width: 50%;*/
	}
}
@media screen and (max-width: 768px) {
	.top_fv_bn > div{
      width: 90%;
      margin: auto;
	}

  .top_fv_bn3 > div{
	width: 90%;
    margin:0 auto;
}
  
}

/*トップ　カテゴリーバナー群上 おすすめ特集バナー(s,d) */
*, *:before, *:after {
	box-sizing: border-box;
}
.top_fv_bn2{
	width: 100%;
    text-align: center; 
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
    margin: 10px auto 30px auto;
	-ms-flex-wrap: wrap; /* IE10 */
}
.top_fv_bn2 > div{
	width: 50%;
	padding: 10px;
}

/* smzk */
.info-block > .text-block {
    display: none;
}
.info-block.row {
    padding-bottom: 50px;
}


@media screen and (max-width: 1170px) {
	.top_fv_bn2 > div{
	/*width: 50%;*/
	}
}
@media screen and (max-width: 768px) {
	.top_fv_bn2 > div{
      width: 90%;
      margin: auto;
	}
/*smzk*/
  .respect {
   width: 90%;
   margin: 0 auto;
}
}

/*原*/
.respect {
    padding: 10px;
}

/* おすすめの商品、ランキング レスポンシブ2列対応*/
@media screen and (max-width: 768px) {
    .recommend-block ul{
      display: flex;
      width: 100%;
      flex-wrap: wrap;
    }
    .recommend-block li{
      width: 50%;
      height:100%;
    }
      .bestseller-block ul{
      display: flex;
      width: 100%;
      flex-wrap: wrap;
    }
    .bestseller-block li{
      width: 50%;
      height:100%;
    }
}

@media screen and (max-width:980px){
  .row {
    padding-top:0px;
  }
}
/*
@media screen and (max-width:640px){
  .row {
    padding-top:60px;
  }
*/
}
