@charset "UTF-8";
/*
Theme Name: 骨董品ver02
*/
* {
    box-sizing: border-box;
}
img {
  height: auto;
  max-width: 100%;
}

/* noto-serif-jp-regular - japanese */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url('./assets/fonts/NotoSerifJP-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('./assets/fonts/NotoSerifJP-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* noto-serif-jp-700 - japanese */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: local(''),
  url('./assets/fonts/NotoSerifJP-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('./assets/fonts/NotoSerifJP-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
body {
    margin: 0;
    font-family: 'Noto Serif JP', "MS P明朝","ヒラギノ明朝","Times",serif;
    box-sizing: border-box;
}