@charset "UTF-8";
/* base */
body{
  max-width: 1200px;
  margin: 0 auto;
}

img{
  width: 100%;
}

/* under-line */
.under-line{
    background: linear-gradient(transparent 70%, #FFC042 70%);
    font-weight: 700;
}


/* typography */
h1, h2, h3, h4, h5, h6,
.heading-title,
.site-header{
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif;
  font-weight: 700;
}

body{
  font-family:
    "Noto Serif JP",
    "Hiragino Mincho ProN",
    serif;
  font-weight: 400;
  line-height: 1.8;
  color: #3C575C;

  padding-top: 150px;
}

.font-num{
  font-family:
    "Droid Sans",
    "Noto Sans JP",
    sans-serif;
  font-feature-settings: "tnum";
}

.font-en{
  font-family:
    "Merriweather",
    "Times New Roman",
    serif;
  letter-spacing: .02em;
}

@media (max-width: 1024px){
  body{
    padding-top: 110px;
  }
}

@media (max-width: 610px){
  body{
    padding-top: 60px;
  }
}