body {
  overflow-y: hidden; }

@media screen and (max-width: 767px) {
  .spnone {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tabnone {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  display: none; }
@media screen and (min-width: 1025px) {
  .pcnone {
    display: none; } }

@font-face {
  font-family: 'font03';
  src: url("../../font/freelanceallegroregular.ttf"); }
@font-face {
  font-family: 'font04';
  src: url("../../font/D-DINExp-Bold.otf"); }
* {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #323232;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px; }

body {
  position: relative;
  width: 100%;
  overflow: hidden; }

::selection {
  background-color: #006432 !important;
  color: #ffffff !important; }

a,
input[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: block; }

a:before,
a:after,
.hovercon:before,
.hovercon:after,
input[type="submit"]:before,
input[type="submit"]:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

a,
a:before,
a:after,
.hovercon,
.hovercon:before,
.hovercon:after,
input[type="submit"],
input[type="submit"]:before,
input[type="submit"]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

a .hover-af {
  display: none !important; }
a:hover .hover-be {
  display: none !important; }
a:hover .hover-af {
  display: inline-block !important; }
