@charset "UTF-8";

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;
	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;
  margin: auto;
  z-index: 100;
  background: rgb(2,22,38);
  background: linear-gradient(135deg, rgba(2,22,38,1) 0%, rgba(1,49,76,1) 100%);
  display: block;
}

.loadingOverlay .loadingLogo{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
		background: url(../img26/common/DC2023.svg) 0 0 no-repeat;
  background-size: 770px;
  width: 770px;
  height: 80px;
  padding-bottom: 60px;
}

.loadingLogo img{
  position: absolute;
  display: block;
  width: 140px;
  height: 21px;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.4;
  margin: auto;
}



.alfaBnr a img{
  opacity: 1.0;
  transition: 0.5s;
}

.alfaBnr a:hover img{
  opacity: 0.7;
}

