* {
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

*:focus {
  outline: none
}

html {
  font-size: 62.5%;
  min-width: 320px;
  overflow-x: hidden
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: none
}

body.scroll-lock {
  position: fixed;
  left: 0
}

.pc-only {
  display: block
}

@media print, screen and (max-width: 767.98px) {
  .pc-only {
    display: none !important
  }
}

.sp-only {
  display: none !important
}

@media print, screen and (max-width: 767.98px) {
  .sp-only {
    display: block !important
  }
}

.is-fadein {
  transform: translateX(0) !important;
  opacity: 1;
  visibility: visible
}

.scrollTop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.scrollTop__link {
    display: block;
}

.scrollTop__img {
    transition: all .3s;
}

.scrollTop__link:hover .scrollTop__img {
    opacity: .8;
    transition: .3s;
}

.scrollTop img { display: block; margin-bottom: 1px; }


.scrollTop {
transition: all 1s;
}




