/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body.hidden {
  overflow: hidden;
}

.pre-inc,
.pre-inc * {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: normal;
  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: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  word-break: break-all;
}
.pre-inc a {
  transition: 0.3s;
}
.pre-inc main {
  display: block;
  width: 100%;
}
.pre-inc main h1, .pre-inc main h2, .pre-inc main h3, .pre-inc main h4, .pre-inc main h5, .pre-inc main h6, .pre-inc main p, .pre-inc main ul, .pre-inc main ol, .pre-inc main li, .pre-inc main dl, .pre-inc main dt, .pre-inc main dd, .pre-inc main small {
  line-height: 1.6em;
}
.pre-inc main p, .pre-inc main li, .pre-inc main dd {
  text-align: justify;
}
.pre-inc main a:hover {
  opacity: 0.7;
}
.pre-inc small {
  font-size: 0.75em;
  display: inline-block;
}
.pre-inc summary {
  list-style-image: none;
}
.pre-inc summary::-webkit-details-marker {
  display: none;
}
.pre-inc summary:hover {
  cursor: pointer;
}
.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%;
}
.pre-inc form input[type=submit],
.pre-inc form input[type=reset],
.pre-inc form button[type=submit],
.pre-inc form button[type=reset] {
  width: 6rem;
  box-shadow: 0 0 0 1px;
  margin: 0 0.5em;
  line-height: 1.25em;
  padding: 0.875em;
}
.pre-inc form input[type=submit]:hover,
.pre-inc form input[type=reset]:hover,
.pre-inc form button[type=submit]:hover,
.pre-inc form button[type=reset]:hover {
  cursor: pointer;
}
.pre-inc button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}
.pre-inc button:hover {
  cursor: pointer;
}
.pre-inc input,
.pre-inc textarea,
.pre-inc select {
  box-shadow: 0 0 0 1px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  max-width: 100%;
}
.pre-inc .inner {
  width: calc(100% - 2em);
  max-width: 1024px;
  margin: 0 auto;
  padding: 1em 0;
}

.pre-inc .pc-on {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pre-inc .pc-on {
    display: none !important;
  }
}
.pre-inc .sp-on {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pre-inc .sp-on {
    display: block !important;
  }
}
.pre-inc .ib {
  display: inline-block;
}
.pre-inc .fade-in {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
}
.pre-inc .delay01 {
  transition-duration: 3s;
}
.pre-inc .delay02 {
  transition-duration: 4s;
}
.pre-inc .delay03 {
  transition-delay: 5s;
}
.pre-inc .fade-in-up {
  transform: translate(0, 100px);
}
.pre-inc .fade-in-down {
  transform: translate(0, -100px);
}
.pre-inc .fade-in-left {
  transform: translate(-50px, 0);
}
.pre-inc .fade-in-right {
  transform: translate(50px, 0);
}
.pre-inc .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.pre-inc a[nohref] {
  opacity: 0.6;
}
.pre-inc .shine {
  overflow: hidden;
  display: block;
}
.pre-inc .shine::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.75) 32%, rgba(255, 255, 255, 0.75) 78%, rgba(255, 255, 255, 0) 82%);
  animation: shine-loop 4s linear infinite;
}
@keyframes shine-loop {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(200%);
  }
}
.pre-inc .infobox {
  text-align: center;
  font-size: 14px;
  margin: 1em auto 50px;
  border: 1px solid #ce0000;
  padding: 2em;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .pre-inc .infobox {
    width: 95%;
    font-size: 3vw;
    padding: 1em;
    margin: 1em auto 30px;
  }
}
.pre-inc .bnrBox {
  width: 90%;
  max-width: 850px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  .pre-inc .bnrBox {
    margin: 0 auto 2em;
  }
}
.pre-inc .bnrBox .bnr {
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .pre-inc .bnrBox .bnr {
    margin: 0 auto 1em;
  }
}
.pre-inc .bnrarea {
  max-width: 850px;
  width: 90%;
  margin: 3em auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .bnrarea {
    width: 95%;
    margin: 1.5em auto;
  }
}

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