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;
}

.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;
  }
}

main {
  background: #2b2b2b;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#2b2b2b));
  background: linear-gradient(0deg, black 0%, #2b2b2b 100%);
  background-attachment: fixed;
}

#section_headings {
  height: 100vh;
  position: relative;
}

#section_headings img {
  width: 40vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

#section_geardisplay {
  height: 200vh;
  position: relative;
  cursor: pointer;
}

#section_geardisplay #div_text_smoothgear {
  color: white;
  text-align: center;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 3.6vw;
  position: absolute;
  top: 28%;
  width: 100%;
  opacity: 0;
}

#section_geardisplay #div_text_smoothgear span {
  font-size: 2.8vw;
  letter-spacing: 2px;
}

#div_gearframe {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
}

#div_gearframe img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#img_gear_base,
#img_gear_hand,
#img_gear_cover {
  position: absolute;
  top: 0px;
  left: 0px;
}

#img_gear_hand {
  -webkit-transform-origin: 49.9563% 75.2505%;
          transform-origin: 49.9563% 75.2505%;
}

#section_catchcopy {
  height: 100vh;
  position: relative;
  cursor: default;
}

#section_catchcopy > div {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#section_catchcopy > div h1 {
  font-size: 3.4vw;
  text-align: center;
  color: white;
  font-weight: 800;
  -webkit-box-reflect: below -30% linear-gradient(transparent, #ffffff05);
  letter-spacing: 0.3rem;
}

#section_catchcopy > div h1 .size45 {
  font-size: 2vw;
}

#section_catchcopy > div h1 .size76 {
  font-size: 3.2vw;
}

#section_catchcopy > div > div {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}

#section_catchcopy > div > div .asbutton {
  line-height: 40px;
  font-size: 1.2vw;
  letter-spacing: 0.2rem;
  font-weight: 600;
}

#section_catchcopy > div > div .asbutton:first-child {
  margin-right: 20px;
}

#section_catchcopy > div > div > div {
  color: white;
  font-size: 1.4rem;
  margin-top: 20px;
}

@media only screen and (min-width: 500px) and (max-width: 1366px) {
  #section_headings img {
    width: 70vw;
  }
  #section_geardisplay #img_gear_base,
  #section_geardisplay #img_gear_hand,
  #section_geardisplay #img_gear_cover {
    top: 25vh;
  }
  #section_geardisplay #div_text_smoothgear {
    font-size: 3rem !important;
    line-height: 5.6rem !important;
    top: 38% !important;
  }
  #section_geardisplay #div_text_smoothgear span {
    font-size: 3rem !important;
  }
  #section_catchcopy h1 {
    font-size: 4rem !important;
  }
  #section_catchcopy h1 .size45,
  #section_catchcopy h1 .size76 {
    font-size: unset !important;
  }
  #section_catchcopy .asbutton {
    line-height: 40px !important;
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 499px) {
  #section_headings img {
    width: 70vw;
  }
  #section_geardisplay #img_gear_base,
  #section_geardisplay #img_gear_hand,
  #section_geardisplay #img_gear_cover {
    top: 40vh;
  }
  #section_geardisplay #div_text_smoothgear {
    font-size: 2rem !important;
    line-height: 3rem !important;
    top: 38% !important;
  }
  #section_geardisplay #div_text_smoothgear span {
    font-size: 2rem !important;
  }
  #section_catchcopy h1 {
    font-size: 2rem !important;
  }
  #section_catchcopy h1 .size45,
  #section_catchcopy h1 .size76 {
    font-size: unset !important;
  }
  #section_catchcopy .asbutton {
    line-height: 40px !important;
    font-size: 2rem !important;
  }
  #section_catchcopy > div > div > div {
    font-size: 1.4rem;
    padding: 0px 20px;
  }
}
/*# sourceMappingURL=front-page.css.map */