html {
  font-size: 625%;
}

body {
  width: 100%;
  min-height: 100%;
  min-width: 1000px;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  body {
    width: 1000px;
  }
}
@media screen and (max-width: 743px) {
  html {
    width: 100%;
    font-size: 3.3333333333vw;
    overflow-x: hidden;
  }

  body {
    width: 100%;
    min-width: auto;
    font-size: 0;
  }
}
.cd_sp_only {
  display: none !important;
}

@media screen and (max-width: 743px) {
  .cd_pc_only {
    display: none !important;
  }

  .cd_sp_only {
    display: block !important;
  }

  br.cd_sp_only,
  span.cd_sp_only,
  img.cd_sp_only {
    display: inline !important;
  }
}
.underlineN {
  text-decoration: underline;
}
.underlineN:hover {
  text-decoration: none;
}

.underlineU:hover {
  text-decoration: underline;
}

@media screen and (max-width: 743px) {
  .underlineN:hover {
    text-decoration: underline;
  }

  .underlineU:hover {
    text-decoration: none;
  }
}
.cmd_effect_fadeIn {
  transition: opacity 0.6s, transform 0.6s ease-out;
  opacity: 0;
}
.cmd_effect_fadeIn.from_top {
  transform: translateY(-60px);
}
.cmd_effect_fadeIn.from_bottom {
  transform: translateY(60px);
}
.cmd_effect_fadeIn.from_left {
  transform: translateX(-60px);
}
.cmd_effect_fadeIn.from_right {
  transform: translateX(60px);
}
.cmd_effect_fadeIn.from_top.cmd_effect_fadeIn-active, .cmd_effect_fadeIn.from_bottom.cmd_effect_fadeIn-active, .cmd_effect_fadeIn.from_left.cmd_effect_fadeIn-active, .cmd_effect_fadeIn.from_right.cmd_effect_fadeIn-active {
  transform: translate(0, 0);
  opacity: 1;
}

