/* display change */

.-sp {
  display: none;
}

.-inline_sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .-pc {
    display: none;
  }

  .-inline_pc {
    display: none;
  }

  .-sp {
    display: block;
  }

  .-inline_sp {
    display: inline;
  }

}

* {
  letter-spacing: 0.1em;
}


/* body */

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  color: #000;
  position: relative;
  background-color: #F8F8F8;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.footer-pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 70px;
  height: 70px;
  line-height: 1;
  background-color: rgba(255, 255, 255, .6);
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.4s;
  z-index: 200
}

.footer-pagetop:hover {
  opacity: .55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)"
}

.footer-pagetop-inner {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center
}

.footer-pagetop .icon-arrow_top {
  display: block;
  border-left: 3px solid #d92c31;
  border-top: 3px solid #d92c31;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin: 6px auto 0 auto;
  /* font-size: 30px; */
  /* font-size: 3.0rem */
}

.footer-pagetop span {
  display: block;
  color: #9b9988;
  font-size: 11px;
  /* font-size: 1.0rem; */
  font-weight: 700;
  letter-spacing: -0.01em;
}

.footer-pagetop.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

@media screen and (max-width: 768px) {
  .footer-pagetop {
    bottom: 0
  }

  .footer-pagetop:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }

  .footer-pagetop {
    width: 16.666%;
    height: 60px
  }
}


svg.vbox-close-icon {
  width: 24px;
  height: 24px;
}