@charset "UTF-8";
/*-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Zen+Antique+Soft&family=Zen+Kaku+Gothic+Antique:wght@400;900&display=swap");
html {
  font-family: "Shippori Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 400;
  font-size: 100px;
  width: 100%;
}
@media print, screen and (min-width: 781px) {
  html {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 780px) {
  html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
}
@media print, screen and (min-width: 1366px) {
  html {
    font-size: 100px;
  }
}
@media print, screen and (min-width: 1281px) and (max-width: 1300px) {
  html {
    font-size: 95px;
  }
}
@media print, screen and (min-width: 1201px) and (max-width: 1280px) {
  html {
    font-size: 95px;
  }
}
@media print, screen and (min-width: 1121px) and (max-width: 1200px) {
  html {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 829px) and (max-width: 1120px) {
  html {
    font-size: 85px;
  }
}
@media print, screen and (min-width: 461px) and (max-width: 828px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 100px;
  }
}
@media print, screen and (min-width: 376px) and (max-width: 413px) {
  html {
    font-size: 95px;
  }
}
@media print, screen and (max-width: 375px) {
  html {
    font-size: 100px;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.safari {
  -webkit-font-smoothing: antialiased;
}
html.hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: hidden;
}
@media screen and (max-height: 730px) {
  html.hidden::-webkit-scrollbar {
    display: none;
  }
}

/* reset */
.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
td,
th,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: justify;
}

article,
aside,
footer,
header,
main,
nav,
section,
figcaption,
figure {
  display: block;
}

address,
i {
  font-style: normal;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box;
  border: none;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

li {
  list-style: none;
}

sub {
  bottom: -0.25em;
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sup {
  top: -0.5em;
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input,
select,
button,
optgroup,
textarea {
  font-family: inherit;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.6;
}

input::placeholder,
textarea::placeholder {
  opacity: 0.6;
}

button,
input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
  -webkit-appearance: none;
  border-radius: 0 !important;
}

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

*:focus {
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
/*# sourceMappingURL=reset.css.map */