a#175366465 {
  display:none !important;
}

body {
  background-color: #F2F2F2 !important;
}

/* f8: 購入者特典 */
.page-free-present .cms .img {
  padding: 0 10%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-free-present .cms .img {
    padding: 0 0;
  }
}

/* f2: COLLECTiON */
.page-free-collection .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Update CSS Overwrite */
#nav {
  padding-bottom: 60px !important;
  height: 100% !important;
}
.h_control .sm-logo {
 z-index: 1 !important;
 width: auto !important;
 height: auto !important;
 top: 50% !important;
 left: 50% !important;
 transform: translate(-50%,-50%);
}

.h_control .sm-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    /* width: 100%; */
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%);
}

.sidebar .unav {
  display: block !important;
}



/* --- price off - 割引率を表示 --- */
.price.hanbai:after {
  margin-left: 5px;
}
.price.hanbai.off_5:after { content: '5%OFF'; }
.price.hanbai.off_10:after { content: '10%OFF'; }
.price.hanbai.off_15:after { content: '15%OFF'; }
.price.hanbai.off_20:after { content: '20%OFF'; }
.price.hanbai.off_25:after { content: '25%OFF'; }
.price.hanbai.off_30:after { content: '30%OFF'; }
.price.hanbai.off_35:after { content: '35%OFF'; }
.price.hanbai.off_40:after { content: '40%OFF'; }
.price.hanbai.off_45:after { content: '45%OFF'; }
.price.hanbai.off_50:after { content: '50%OFF'; }
.price.hanbai.off_55:after { content: '55%OFF'; }
.price.hanbai.off_60:after { content: '60%OFF'; }
.price.hanbai.off_65:after { content: '65%OFF'; }
.price.hanbai.off_70:after { content: '70%OFF'; }
.price.hanbai.off_75:after { content: '75%OFF'; }
.price.hanbai.off_80:after { content: '80%OFF'; }
.price.hanbai.off_85:after { content: '85%OFF'; }
.price.hanbai.off_90:after { content: '90%OFF'; }
.price.hanbai.off_95:after { content: '95%OFF'; }


.page-free-collection .row {
  margin: -15px;
}
.page-free-collection .row .column {
  padding: 15px;
}
