@charset "utf-8";

@media screen and (max-width: 640px) {
  /* スマホ版はパンくずリスト無し */
  .cms_topicpath {
    display: none !important;
  }
  .sp-100 img {
    width: 100%;
    height: auto;
  }
  .sp-100 a {
    display: block !important;
  }
}