* {
  position: relative;
  border: solid 0px #666;
  font: inherit;
  line-height: inherit;
}

html,
body,
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden auto;
  font-family: "Montserrat", "Noto Sans JP";
  font-weight: 600;
  line-height: 1.4;
  color: #212573;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  z-index: 100;
}

footer {
  width: 100%;
  z-index: 100;
  background-color: #212573;
}

a {
  display: inline-flex;
}

img {
  vertical-align: bottom;
}

.img1px {
  min-width: 1px;
  width: 1px;
  max-width: 1px;
  min-height: 1px;
  height: 1px;
  max-height: 1px;
}

::-moz-placeholder {
  color: rgba(204, 204, 204, 0.6);
}

::placeholder {
  color: rgba(204, 204, 204, 0.6);
}

.abs {
  position: absolute;
}

.fixed {
  position: fixed;
}

.nodeco {
  color: inherit;
  text-decoration: none;
}

.notouch {
  pointer-events: none;
}

.button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.tc {
  text-align: center;
}

.te {
  text-align: end;
}

.wmin {
  width: -moz-min-content;
  width: min-content;
}

.hmin {
  height: -moz-min-content;
  height: min-content;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.v {
  display: flex;
  flex-direction: column;
}

.fc {
  display: flex;
  align-items: center;
}

.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fcb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fce {
  display: flex;
  align-items: center;
  justify-content: end;
}

.fxc {
  display: flex;
  justify-content: center;
}

.fxb {
  display: flex;
  justify-content: space-between;
}

.hidden {
  display: none !important;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .spv {
    flex-direction: column;
  }
}
.shadow1 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1333333333);
}/*# sourceMappingURL=style.css.map */