@charset “utf-8”;
/********
    共通
*********/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}
.container {
  width: 100%;
}
img,
video {
  vertical-align: inherit;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  pointer-events: none;
  width: 100%;
}
p {
  margin: 0;
  padding: 0;
}
/********
    Now Loading
*********/
#fadelayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#fadelayer .fade_curcle {
  width: 80%;
  max-width: 150px;
}
