/* common.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
.exlight {
  font-weight: 200; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

.italic {
  font-style: italic; }

.roboto {
  font-family: "Roboto", sans-serif; }

.image {
  width: 100%;
  height: auto; }

.smp {
  display: none; }

/* Common */
html {
  color: #000;
  background: #FFF; }

body {
  margin: 0;
  padding: 0;
  overflow: visible;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0; }

a {
  color: #3a3125;
  text-decoration: none;
  transition: all .35s; }
  a:hover {
    color: #3a3125;
    opacity: 0.5; }

a img, fieldset, img {
  border: 0;
  vertical-align: bottom; }

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

input, select, textarea {
  font-size: 100%; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

hr {
  border: none;
  display: none; }

strong {
  font-weight: bold; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }
