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;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
* {
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1025px) {
  img {
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
  }
}
/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bbb;
}
small,
.small {
  font-size: 0.85em;
}
/* ClearFix */
.clear {
  clear: both;
}
/* modern browsers */
.clearfix:after,
#class:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  text-align: center;
}
body {
  font-size: 16px;
  font-family: "EB Garamond", "A1明朝", "A1 Mincho", "Yu Mincho", "YuMincho", serif;
  color: #fff;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  overflow-x: clip;
}
@media screen and (max-width: 959px) {
  body {
    font-size: min(4vw, 15.5px);
  }
}
@media (min-width: 960px) {
  body {
    font-size: min(1.35vw, 16px);
  }
}
/* reCAPCHA非表示 */
.grecaptcha-badge {
  visibility: hidden;
}
