body {
 font-size: 1.4rem !important;
}
@media screen and (min-width: 768px){
  body {
   font-size: 2rem !important;
  }
}
.l-contents__frame {
  width: 100% !important;
  padding:0 !important;
}
.l-contents--shopping{margin-top:0 !important;}
.ticker {
      min-height: 4rem;
}
@media screen and (min-width: 768px){
  .ticker {
      min-height: 7rem;
}
}

/* チャット起動ボタンを非表示*/
.cf-c-button--start-chat{display: none !important;}
.fixed-start{
  min-width: 224px;
  height: 46px;
  padding: 0 20px;
  font-size: 18px;
  border-radius: 23px;
  border: none;
  background: #009112;
  color: #fff;
  position: fixed;
  right: 15px;
  bottom: 15px;
}