/* CSS Document */
html {
  scroll-behavior: smooth;
}

body, html {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

body.hidden {
  overflow: hidden;
}

.pre-inc * {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-style: normal;
  text-decoration: inherit;
  vertical-align: inherit;
  color: inherit;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.pre-inc {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(12px, 5vw, 16px);
  text-decoration: none;
}
.pre-inc a {
  transition: 0.3s;
}
.pre-inc a[data-nolink] {
  pointer-events: none;
  opacity: 0.3;
}
.pre-inc main {
  display: block;
  width: 100%;
  padding-top: 4rem;
  overflow: hidden;
}
.pre-inc .inner {
  width: calc(100% - 2rem);
  max-width: 1024px;
  margin: 0 auto;
}
.pre-inc .ib {
  display: inline-block;
}
.pre-inc .alphabet {
  font-family: "Roboto", sans-serif;
}
.pre-inc .align-left {
  text-align: left;
}
.pre-inc .align-right {
  text-align: right;
}
.pre-inc .align-center {
  text-align: center;
}
.pre-inc .under-mv {
  padding: 2rem 0;
  background: #7f7f7f;
}
.pre-inc .under-mv h1 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.pre-inc .under-mv h1 [lang=ja] {
  font-size: 22.4px;
  display: block;
}
.pre-inc .under-mv h1 [lang=en] {
  font-size: 39.2px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  display: block;
}
.pre-inc .under-mv figure {
  margin-top: 2rem;
  width: 95%;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
.pre-inc *:has(.caption) {
  position: relative;
}
.pre-inc .caption {
  position: absolute;
  font-size: 10px;
  right: 0.6em;
  bottom: 0.6em;
  width: calc(100% - 1.2em);
  color: #fff;
  text-shadow: 0 0 0.5em #000, 0 0 1em #000, 0 0 2em #000;
  text-align: right;
  line-height: 1.4em;
}
.pre-inc small {
  font-size: 0.75em;
  display: inline-block;
}
.pre-inc table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
.pre-inc sup {
  font-size: 0.75em;
  vertical-align: super;
}
.pre-inc sub {
  font-size: 0.75em;
  vertical-align: sub;
}
.pre-inc img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.pre-inc button {
  background-color: transparent;
  appearance: none;
  border: none;
}
.pre-inc button:hover {
  cursor: pointer;
}
.pre-inc input,
.pre-inc textarea,
.pre-inc select {
  border-radius: 0;
  appearance: none;
  max-width: 100%;
}
.pre-inc input::placeholder,
.pre-inc textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.pre-inc input[type=radio], .pre-inc input[type=checkbox] {
  width: 1em;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.1);
}
.pre-inc input[type=radio]:checked, .pre-inc input[type=checkbox]:checked {
  background-color: #000;
}
.pre-inc .pc-on {
  display: inline !important;
}
@media screen and (max-width: 750px), print {
  .pre-inc .pc-on {
    display: none !important;
  }
}
.pre-inc .sp-on {
  display: none !important;
}
@media screen and (max-width: 750px), print {
  .pre-inc .sp-on {
    display: inline !important;
  }
}
.pre-inc .bnrarea {
  max-width: 850px;
  width: 90%;
  margin: 3em auto;
  text-align: center;
}
@media screen and (max-width: 750px), print {
  .pre-inc .bnrarea {
    width: 95%;
    margin: 1.5em auto;
  }
}

/*# sourceMappingURL=common.css.map */
