﻿@media only screen and (min-width: 768px) {

  /* パンくず 追加スタイル PC */
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc((10 * (100vw / 1200)));
  }
}