﻿@import"https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Noto+Serif+JP:wght@400;500;700&display=swap";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  width: 100%;
  vertical-align: bottom
}

a {
  text-decoration: none;
  color: #313131
}


input, textarea {
  cursor: text
}

body {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.6;
  color: #222
}

.c-english {
  font-family: "Noto Serif JP", serif;
}


.c-innerContents {
  width: 100%;
  max-width: 1360px;
  padding: 0 80px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 1024px) {
  .c-innerContents {
    max-width: 1320px;
    padding: 0 60px
  }
}

@media screen and (max-width: 787px) {
  .c-innerContents {
    max-width: 100%;
    padding: 0 25px
  }
}

.pc_only{display: inline;}
.sp_only{display:none;}

@media screen and (max-width: 787px) {
.pc_only{display: none;}
.sp_only{display:inline;}
}
