@charset "utf-8";
/* CSS Document */

/*******************************************************
 特設ページ共通
*******************************************************/
header.smp{
  display: none;
}
@media screen and (max-width: 1300px) {
  #wrap{
    width: 100%;
  }
  header.smp{
    display: block;
    width: 100%;
  }
  iframe.header_frame {
    width: 100%;
	  position:fixed;
        top:0;
        height: calc(290 * (100vw / 1000));
  }

  #main {
    width: 100%;
    float: none;
  }

  .side_navi, .header, .footer {
    display: none;
  }
}


/*******************************************************
　FEATURE専用CSS
*******************************************************/

#main .feature_wrap {
  margin-bottom: 50px;
}

#main .feature {
  margin-bottom: 40px;
  font-size: 0;
}

#main .feature .cot {
  display: inline-block;
  width: calc(85%/4);
  margin: 0 5% 0 0;
  font-size: 12px;
}

#main .feature .cot:nth-child(4n) {
  margin: 0 0 0 0;
}

#main .feature .cot .txt {
  margin-top: 15px
}

#main .feature .list {
  margin-bottom: 30px;
}

#main .feature .list a {
  text-decoration: none;
}

#main .feature .list div.bottom {
  height: 130px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 8px;
}

#main .feature .list div.bottom span {
  display: block;
}

#main .feature .list div.bottom .date {
  color: #9999a5;
  font-size: 10px;
  line-height: 17px;
  margin-bottom: 10px;
}

#main .feature .list div.bottom .date:before {
  display: inline-block;
  line-height: 17px;
  height: 17px;
  padding: 0 4px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  margin-right: 4px;
}

#main .feature .list.rearrival div .date:before {
  content: "再入荷";
  background-color: #ff9900;
}

#main .feature .list.sale div .date:before {
  content: "SALE";
  background-color: #ff0033;
}

#main .feature .list.new div .date:before {
  content: "NEW";
  background-color: #439e0d;
}

#main .feature .list.point div .date:before {
  content: "POINT";
  background-color: #009ee1;
}

#main .feature .list.pickup div .date:before {
  content: "PICK UP";
  background-color: #ff65b2;
}

#main .feature .list div .title {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

#main .feature .list div .txt {
  color: #1B1B1B;
  text-decoration: underline;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
#main .feature_wrap {
  margin-bottom: 50px;
}
	
  #main .feature {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    border: 0;
	margin-top: 30%;
  }

  #main .feature .cot {
    width: calc(90%/3);
    margin: 0 5% 0 0;
    font-size: calc(30 * (100vw / 750));
    vertical-align: top;
  }

  #main .feature .cot:nth-child(3n) {
    margin: 0 0 0 0;
  }
  #main .feature .cot:nth-child(4n) {
    margin: 0 5% 5% 0;
  }
	
#main .feature .cot .txt {
  margin-top: 0;
}	

  #main .feature .cot img {
    width: 100%;
    height: auto;
  }
 


  #main .feature .cot {
    display: inline-block;
    width: calc(90%/3);
    margin: 0 5% 0 0;
    vertical-align: top;
  }

  #main .feature .cot:nth-child(3n) {
    margin: 0;
  }

	#main .feature .cot img {
    height: auto;
  }

  #main .feature .list a {
    text-decoration: none;
  }

  #main .feature .list div.bottom {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: calc(22 * (100vw / 1000));
  }

  #main .feature .list div.bottom span {
    display: block;
  }

  #main .feature .list div.bottom .date {
    color: #9999a5;
    font-size: calc(24 * (100vw / 1000));
    margin-bottom: 0.5vh;
    line-height: 1.5em;
  }

  #main .feature .list div.bottom .date:before {
    display: inline-block;
    padding: 0.2vh 1vw;
    color: #FFF;
    font-size: calc(26 * (100vw / 1000));
    font-weight: bold;
  }

  #main .feature .list.rearrival div .date:before {
    content: "再入荷";
    background-color: #ff9900;
  }

  #main .feature .list.sale div .date:before {
    content: "SALE";
    background-color: #ff0033;
  }

  #main .feature .list.new div .date:before {
    content: "NEW";
    background-color: #439e0d;
  }

  #main .feature .list.point div .date:before {
    content: "POINT";
    background-color: #009ee1;
  }

  #main .feature .list.pickup div .date:before {
    content: "PICK UP";
    background-color: #ff65b2;
  }

  #main .feature .list div .title {
    color: #1B1B1B;
    font-size: calc(23 * (100vw / 1000));
    font-weight: bold;
    margin-bottom: 1.0vh;
    letter-spacing: -1px;
	margin-top: 1.0vh; 
  }

  #main .feature .list div .txt {
    color: #1B1B1B;
    text-decoration: none;
    line-height: 1.5;
    font-size: calc(24 * (100vw / 1000));
  }
	
.pagetop {
  position: fixed;
  bottom: 1vw;
  right: 1vw;
  color: #FFF;
  z-index: 999;
}

.pagetop a {
  text-align: center;
  color: #000;
}

.pagetop img {
  display: block;
  margin: 0 auto 5px;
	width: 50%;
}	


}
