@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img {
    vertical-align: top;
    line-height: 1.0em;
    display: block;
  }
  /*サンクス*/
  .thanks_box {
    padding: 5px 0 15px;
  }
  .thanks_text {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  /*注意事項エリア*/
  .bg_hanbai {
    position: relative;
  }
  .ue_hanbai {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /*注意事項エリア_モール用*/
  .mall_hanbai {
    width: 100%;
  }
  /*モール販売スライダー縮小*/
  .slider_mall_box {
    width: 100%;
    height: auto;
    padding: 5px 0 15px;
    text-align: center;
  }
  .slider_mall_box img {
    width: 80%;
    height: auto;
	 margin: 0 10% ;
  }
  .slider_mall_text {
    font-size: 0.8em;
    line-height: 1.4em;
    color: #fff;
    font-family: 'Murecho', sans-serif;
    font-weight: 400;
  }
  /*注意事項カテゴリー*/
  .area_hanbai {
    width: 100%;
    height: auto;
    margin: 5px 0px;
  }
  .area_hanbai_kokuchi {
    width: 100%;
    height: auto;
    margin: 5px 0px;
  }
  .area_kimari {
    width: 98%;
    height: auto;
    margin: 3px 0px 0px 2%;
  }
  .area_kimari img {
    width: 50%;
  }
  .area_notice {
    width: 100%;
    height: auto;
    margin: 5px 0px;
  }
  /*注意事項テキスト*/
  .honbun-area {
    width: 90%;
    height: auto;
    margin: 5px 10px 5px 20px;
    text-align: left;
  }
  .honbun-01 {
    font-size: 0.9em;
    line-height: 1.3em;
  }
  .honbun-02 {
    font-size: 0.6em;
    line-height: 1.35em;
  }
  .honbun-notice {
    font-size: 0.75em;
    line-height: 1em;
  }
}