@charset "UTF-8";
/* CSS Document */
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
.key-slider,
.slick-list,
.slick-track {
  height: 100%;
}
#bl{
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
	margin-bottom: 10%;
}
#bl a {
	text-decoration: none;
	color: #2b2b2b;
}
#bl p {
    margin: 0;
}
#bl　a:hover {
	opacity: 1;
}
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bl .f-en {
	font-family: "ivymode", sans-serif;
	/*/font-family: aktiv-grotesk, sans-serif;/*/
}

@media only screen and (min-width: 769px)  {
	#bl {
		font-size: 12px;
		padding-bottom: 0%;
	}
}



#bl .main_visual{
	width: 100%;
	position: relative;
	margin: 0 auto 20%;
}

#bl .main_visual .main_s{
	width: 100%;
	margin: 0 auto 10%;
}

#bl .main_visual .ttl_s{
	position: absolute;
	width: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}

#bl .main_visual .main_p{
	width: 100%;
	margin: 0 auto 10%;
}

#bl .main_visual .ttl_p{
	position: absolute;
    width: 27%;
    top: 50%;
    left: 21%;
    transform: translate(-50%, -50%);

}

#bl .item_box {
    width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	line-height: 0;
}

#bl .item_box .item_child{
	position: relative;
	color: #fff;
}

#bl .item_box .item_child .pic{
	filter: brightness(0.8);
}

#bl .item_box .item_child .off{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
}

#bl .item_box .item_child .name{
	position: absolute;
    top: 90%;
    left: 60%;
    transform: translate(-50%, -50%);
	width: 100%;

}

#bl .item_box .item_child:nth-of-type(2) .name{
    left: 67%;
      
}

#bl .item_box .item_child:nth-of-type(3) .name{
    left: 90%;
      
}

#bl .item_box .item_child:nth-of-type(4) .name{
    left: 90%;
      
}

#bl .item_box .item_child:nth-of-type(5) .name{
    left: 77%;
      
}

#bl .item_box .item_child:nth-of-type(6) .name{
    left: 56%;
      
}

#bl .item_box .item_child:nth-of-type(7) .name{
    left: 77%;
      
}

#bl .item_box .item_child:nth-of-type(8) .name{
    left: 68%;
      
}

#bl .item_box .item_child:nth-of-type(9) .name{
    left: 76%;
      
}

@media only screen and (min-width: 769px)  {
	#bl {
		font-size: 12px;
		padding-bottom: 0%;
		width: 1200px;
	}
	#bl .item_box{
    	width: 980px;
		margin: 0 auto;
	}
	#bl .item_box .item_child .name{
		left: 85%;
    }
	#bl .item_box .item_child:nth-of-type(2) .name{
    left: 85%;
      
	}

	#bl .item_box .item_child:nth-of-type(3) .name{
		left: 98%;

	}

	#bl .item_box .item_child:nth-of-type(4) .name{
		left: 98%;

	}

	#bl .item_box .item_child:nth-of-type(5) .name{
		left: 90%;

	}

	#bl .item_box .item_child:nth-of-type(6) .name{
		left: 88%;

	}

	#bl .item_box .item_child:nth-of-type(7) .name{
		left: 89%;

	}

	#bl .item_box .item_child:nth-of-type(8) .name{
		left: 88%;

	}

	#bl .item_box .item_child:nth-of-type(9) .name{
		left: 90%;

	}
}


#bl .more{
	position: relative;
	margin: 20% auto 50%;
}


#bl .more .scroll {
    position  : absolute;
    font-size : 13px;
    /*writing-mode : vertical-rl;*/
    top : 30%;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
	
}

#bl .more .scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000;
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
    animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media only screen and (min-width: 769px)  {
	#bl .more{
	margin: 10% auto 20%;
	}
	
}

/**************************************************
                js
**************************************************/
#bl .anim {
	opacity: 0;
	transition: 1s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/*************************************************
                view
*************************************************/
#bl .spview {
	display: block;
}
#bl .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #bl .spview {
		display: none;
	}	
	#bl .pcview {
		display: block;
	}
}