/*html{
	font-family: "Noto Sans Japanese";
}*/
a,
img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

a:hover img,
a:hover input,
a.hover:hover,
.btn a:hover,
.btn input:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.gotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 6000;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .gotop {
    width: 40px;
    bottom: 20px;
    right: 20px; } }
