html {
  min-height: 100%; }

body > .wrap {
  height: auto; }

.wrap {
  position: relative;
  width: 100vw;
  height: 100%;
  min-height: 100%;
  /*height: auto;*/
  display: block;
  /*background: #0a181a;*/
  color: #9ba9ad;
  font-family: 'Noto Sans JP', "sans-serif";
  opacity: 0; }

.wrap.is-show {
  opacity: 1.0; }

a:link {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

.js-completeLoad {
  opacity: 0;
  backface-visibility: hidden;
  transition: 0.6s ease-in-out; }

.js-completeLoad.is-show {
  opacity: 1; }

.is-hide-sp {
  display: block; }

.is-hide-pc {
  display: none; }

/*---------------------------------
      loading
----------------------------------*/
.loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw !important;
  height: 100vh !important;
  margin: auto;
  z-index: 100;
  background: #CBF0FF;
  background: linear-gradient(0deg, #cbf0ff 0%, #48b1e2 100%);
  display: flex;
  justify-content: center;
  align-items: center; }

.loadingOverlay .loadingLogo {
  display: block;
  width: 50%;
  height: auto;
  max-width: 549px;
  max-height: 326px;
  padding: 0;
  background: url("../img/common/loading_bg.png") center top no-repeat;
  background-size: 100% 100%;
  text-align: center; }

.loadingLogo img {
  width: 100%; }

.alfaBnr a img {
  opacity: 1.0;
  transition: 0.5s; }

.alfaBnr a:hover img {
  opacity: 0.7; }
