@charset "UTF-8";
/* CSS Document */

@media (min-width: 992px) {
 .title {
   font-size:1.0rem;
 }

}

@media (max-width: 991.98px) {
 .title {
   font-size: 1.0rem;
 }

}

@media (max-width: 767.98px) {
 .title {
   font-size: 1.0rem;
 }

}

@media (min-width: 575.99px) {
 .sp{
		display: none!important;
	}
  .hoverParent{
	height:100%;
	width:auto;
	position:relative;
 }

 .hoverParent img{
	height:100%;
 }

 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	
	background-color:rgba(0,0,0,0.4);
	pointer-events:auto;
  }

  .caption{
	width:70%;
	position:absolute;
	text-align:center;
	color:#fff;
	left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .caption span{
	font-size: 40%;
  }

  .mask:hover{
    opacity:1;
  }
	
}

@media (max-width: 575.98px) {
 .title {
   font-size: 1.0rem;
 }
	.work-title{
		display: none!important;
	}
	.spimg{
		width:100%;
	}
	.pc{
		display: none!important;
	}
	#loading img{
		width:50%!important;
	}
	
	 .hoverParent{
	margin:10px 0px 0px 0px;
	height:auto;
	position: relative;
   }

   .mask{
	height:60px;
	width:100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color:rgba(0,0,0,0.60);
	display: table;
   }

   .caption{
	display: table-cell;
	vertical-align: middle;
	padding:5px;
	color: rgba(230,230,230,1.00);
	font-size:12px;
   }

.caption span{
   	font-size: 10px;
   }
	
}

span{
	color:#333333!important ;
}

.work-title{
	font-size: 1rem;
}


.carousel-control-prev-icon{
	background-image: url("../svg/goback.svg")!important;
}

.carousel-control-next-icon{
	background-image: url("../svg/gonext.svg")!important;
}
.carousel-indicators li{
	background-color: #333333 !important;
}
#loading{
	background-color: #FFFFFF;
	width:100vw;
    height: 100vh; 
	position: relative;
	position: fixed;
	z-index: 9999;
	transition: all 0.5s;
}

#loading img{
	position: absolute;
	width:300px;
	top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.loaded {
  opacity: 0!important;
  visibility: hidden;
}


