body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  scrollbar-width: 18px;
  scrollbar-color: white white;
  overflow: overlay;
  min-width: 320px;
}

body::-webkit-scrollbar {
  width: 18px;
}

body::-webkit-scrollbar-track {
  background: #00000000;
}

body::-webkit-scrollbar-thumb {
  background-color: white;
}

.tm_only {
  display: none;
}

.m-t-30 {
  margin-top: 30px;
}

.a_link.white {
  color: white;
}

.div_main {
  padding-left: 250px;
}

.asbutton {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  height: 40px;
  padding: 20px 100px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}

.asbutton.fill_red {
  background-color: #e12741;
  border-color: #e12741;
  color: white;
}

.asbutton.fill_red:hover {
  background-color: #f13c55;
  border-color: #f13c55;
  color: white;
}

.asbutton.line_white {
  background-color: none;
  border-color: white;
  color: white;
}

.asbutton.line_white:hover {
  background-color: none;
  border-color: #e12741;
  color: white;
}

.div_section_scrollhint {
  position: absolute;
  left: 50%;
  bottom: 0px;
  font-size: 1.4rem;
  line-height: 13rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.div_section_scrollhint span {
  display: inline-block;
  -webkit-animation: floating 1s ease-in-out infinite;
          animation: floating 1s ease-in-out infinite;
}

.div_section_scrollhint.a-type {
  color: white;
}

.div_section_scrollhint.a-type::before {
  border-left: 1px solid white;
}

.div_section_scrollhint.b-type {
  color: black;
}

.div_section_scrollhint::before {
  content: "";
  display: block;
  border-left: 1px solid black;
  height: 40px;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media only screen and (max-width: 1366px) {
  .div_main {
    padding-left: 0px !important;
  }
  .tm_only {
    display: unset !important;
  }
}
/*# sourceMappingURL=common.css.map */