@charset "euc-jp";
@import url(https://file003.shop-pro.jp/PA01141/465/css/reset.css?11);
@import url(https://file003.shop-pro.jp/PA01141/465/css/style260525_hdft.css);
@import url(https://file003.shop-pro.jp/PA01141/465/css/slick-theme.css);
@import url(https://file003.shop-pro.jp/PA01141/465/css/slick.css);
@import url(https://file003.shop-pro.jp/PA01141/465/css/feature.css?11);
@import url(https://file003.shop-pro.jp/PA01141/465/css/footer_store_icon.css);
@import url(https://file003.shop-pro.jp/PA01141/465/css/search_ajew.css);

/* ===== アナウンスバー ===== */

.announcement-bar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 3000;

  background:#FFF8D6; /* バターイエロー系 */
  text-align:center;
  font-size:14px;
  font-weight:600;
}

.announcement-bar a{
  display:block;
  height:40px;
  line-height:40px;
  color:#333;
  text-decoration:underline;
}

/* 余白 */
body{
  padding-top:40px;
}

/* SP */
@media screen and (max-width:768px){
  body{
    padding-top:36px;
  }

  .announcement-bar{
    height:36px;
  }

  .announcement-bar a{
    height:36px;
    line-height:36px;
    font-size:12px;
  }
}
.item-size {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}
/* ===== アナウンスバー終了 ===== */