@charset "UTF-8";
/*====================================

	0. Color

====================================*/
/* ==========================================================================
*
*  Foundation
*  ブラウザのデフォルトスタイルの初期化や基本的なスタイル。
*
*  ========================================================================*/
/* -----------------------------------------------------------------
*  reset
*  ---------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Inknut+Antiqua&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

main {
  display: block;
}

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

ol,
ul {
  list-style: none;
}

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

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;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

/* -----------------------------------------------------------------
*  base
*  ---------------------------------------------------------------*/
/*
font-family: 'Inknut Antiqua', serif;
*/
/*
font-family: 'Oswald', sans-serif;
*/
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSerifCJKjp-Light_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSerifCJKjp-Light_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSerifCJKjp-Light_subset.woff") format("woff"), url("../font/NotoSerifCJKjp-Light_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSerifCJKjp-DemiLight_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSerifCJKjp-DemiLight_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSerifCJKjp-DemiLight_subset.woff") format("woff"), url("../font/NotoSerifCJKjp-DemiLight_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSerifCJKjp-Regular_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSerifCJKjp-Regular_subset.woff") format("woff"), url("../font/NotoSerifCJKjp-Regular_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp-Medium_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSerifCJKjp-Medium_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSerifCJKjp-Medium_subset.woff") format("woff"), url("../font/NotoSerifCJKjp-Medium_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSerifCJKjp-Bold_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSerifCJKjp-Bold_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSerifCJKjp-Bold_subset.woff") format("woff"), url("../font/NotoSerifCJKjp-Bold_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifCJKjp-Black_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSerifCJKjp-Black_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSerifCJKjp-Black_subset.woff") format("woff"), url("../font/NotoSerifCJKjp-Black_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  position: relative;
  font-family: "NotoSerifCJKjp", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
    letter-spacing: 0.05em;
  }
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

sup {
  font-size: 50%;
  vertical-align: super;
}

input::placeholder,
textarea::placeholder {
  color: #C8C8C8;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #C8C8C8;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #C8C8C8;
}




