@charset "Shift_JIS";

.cont202403_topHeadBtn {
/* 	background: rgba( 255, 140, 178, 1.0 ); */
	padding: 0 !important;
}

.cont202403_topHeadBtn .inner {
	background: rgba( 255, 140, 178, 1.0 );
}

.key_wrap {
	background: rgba(255, 255, 255, 1.0);
}

@media screen and (max-width: 999px) {
	.key_wrap {
		width: 100%;
		aspect-ratio: 10 / 6;
	}
	
	.key_wrap .key_v_wrap {
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.key_wrap {
		height: auto;
		
	}
	
	.key_wrap .key_v_wrap {
		height: auto;
		aspect-ratio: 16/6;
		overflow: hidden;
	}
}

.select_nav {
	z-index: 99;
	display: none;
}

@media screen and (max-width: 767px) {
	.select_nav {
		display: block;
	}
}

.key_wrap .bg_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	z-index: 1;
}

@media screen and (max-width: 999px) {
    .key_wrap .key_v_wrap .bg_wrap {
        height: 100%;
    }
}

.key_wrap .bg_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 999px) {
	.key_wrap .key_v_wrap .bg_wrap img {
		height: 100% !important;
	}
}

.key_wrap .keyCont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.key_wrap .keyCont {
		display: none;
	}
}


.key_wrap .keyCont .productItemWrapper {
	width: calc(100% - 380px);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 949px) {
	.key_wrap .keyCont .productItemWrapper {
		width: calc(100% - 300px);
	}
}

.key_wrap .keyCont .productItemWrapper .productBox {
	height: 100%;
	width: 100%;
}

.key_wrap .keyCont .productItemWrapper .productBox .logoWrap {
	height: 20%;
	max-width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display:flex;
	justify-content: center;
	align-items: center;
}

.key_wrap .keyCont .productItemWrapper .productBox .logoWrap ul {
	margin-bottom: 0;
	position: absolute;
}

.key_wrap .keyCont .productItemWrapper .productBox .logoWrap ul li {
	position: absolute;
	width: 100%;
/* 	height: 76px; */
	height: 92px;
	overflow: hidden;
	text-align: center;
	top: 45px;
	padding: 0 15px;
	box-sizing: border-box;	
	
	transition: all .4s;
}

.key_wrap .keyCont .productItemWrapper .productBox .logoWrap ul li.active {
	position: relative;
	top: 0;
	transition: all .4s;
}

.key_wrap .keyCont .productItemWrapper .productBox .logoWrap ul li {
	max-width: 100%;
	visibility: collapse;
	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
	opacity: 0;
	
	transition: all .4s;
}

.key_wrap .keyCont .productItemWrapper .productBox .logoWrap ul li.active {
	visibility: visible;
	opacity: 1;
	top: 0px;
	transition: all .4s;
}

.key_wrap .keyCont .productItemWrapper .productBox .logoWrap ul li  p{
	font-size: 14px;
	font-weight: bold;
}

.key_wrap .keyCont .productItemWrapper .productBox .logoWrap img {
	filter: drop-shadow(0 0 10px #e6e6e6);
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap {
	height: 65%;
	aspect-ratio: 10 / 6;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	
	cursor: pointer;
	position: relative;
	
	opacity: 1;
	transition: all .3s;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap:hover {
/* 	opacity: .9; */
	transition: all .3s;
}


@media screen and (max-width: 1109px) {
	.key_wrap .keyCont .productItemWrapper .productBox .imgWrap {
		width: 100%;
		height: auto;
	}
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap {
	position: absolute;
	top: 0px;
	z-index: 9;
	
	/** 20250715 **/
	visibility: hidden;
	opacity: 0;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul {
	margin-bottom: 0;
	position: relative;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li {
	overflow: hidden;
	
	visibility: collapse;
	opacity: 0;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -25%);
	min-width: 280px;
	transition: all .4s;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li.active {
	visibility: visible;
	opacity: 1;
	top: calc( 50%);
	transition: all .4s 1s;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .75);
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 0;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li .borderTopRight:before {
	/** Top **/
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li .borderTopRight:after {
	/** Right **/
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	right:0px;
	z-index: 9;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li .borderBottomLeft:before {
	/** Bottom **/
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li .borderBottomLeft:after {
	/** Left **/
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 9;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li .overLine .borderTopRight:before {
	/** Top over hide **/
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(87, 196, 195, 1);
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 9;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li .overLine .borderTopRight:after {
	/** Right over hide **/
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(87, 196, 195, 1);
	position: absolute;
	top: -100%;
	right:0;
	z-index: 9;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li .overLine .borderBottomLeft:before {
	/** Bottom over hide **/
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(87, 196, 195, 1);
	position: absolute;
	bottom: 0;
	left: -100%;
	z-index: 9;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li .overLine .borderBottomLeft:after {
	/** Left over hide **/
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(87, 196, 195, 1);
	position: absolute;
	top: -100%;
	left: 0px;
	z-index: 9;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover .overLine .borderTopRight:before {
	/** Top over **/
	top: 0px;
	left: 0;
	transition: all .2s;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover .overLine .borderTopRight:after {
	/** Right over **/
	top: 0;
	right:0px;
	transition: all .2s;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover .overLine .borderBottomLeft:before {
	/** Bottom over **/
	bottom: 0px;
	left: 0px;
	transition: all .2s;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover .overLine .borderBottomLeft:after {
	/** Left over **/
	top: 0;
	left: 0px;
	transition: all .2s;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:after {
	content: "";
	display: block;
	background: rgba(87, 196, 195, .65);
	transform: skew(45deg);
	width: 110%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 0;
	
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover:after {
	left: 5%;
	transform: skew(45deg);
	background: rgba(87, 196, 195, .15);
	transition: all .2s .4s;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li a {
	display: flex;
	justify-content: center;
	align-items: center;
	
	position: relative;
	z-index: 6;
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	height: 66px;
/* 	background: rgba(87, 196, 195, .15); */
	background: rgba(255, 255, 255, .55);
	/* backdrop-filter: blur(3px); */
	padding: 8px 25px;
	line-height: 1.4em;
	font-weight: normal;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover a {
	backdrop-filter: blur(3px);
	color: rgba(87, 196, 195, 1);
	transition: all .2s .4s;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li a .txt {
	text-align: left;
	font-size: 14px;
	white-space: nowrap;
}




.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li a .arr {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	position: relative;
	margin-left: 12px;
}




.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li a .arr:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid rgba(87, 196, 195, 1);
	border-radius: 50%;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li a .arr:after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid rgba(87, 196, 195, 1);
	border-right: 1px solid rgba(87, 196, 195, 1);
	transform: rotate(45deg);
	position: absolute;
	top: 5px;
	left: 4px;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover a .arr:before {
	/* border: 1px solid rgba(102, 102, 102, 1); */
	transition: all .2s .4s;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover a .arr:after {
	/* border-top: 1px solid rgba(102, 102, 102, 1);
	border-right: 1px solid rgba(102, 102, 102, 1); */
	transition: all .2s .4s;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover a .arr:before {
	/* border: 1px solid rgba(102, 102, 102, 1); */
	transition: all .2s .4s;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap .linkBtnWrap ul  li:hover a .arr:after {
	/* border-top: 1px solid rgba(102, 102, 102, 1);
	border-right: 1px solid rgba(102, 102, 102, 1); */
	transition: all .2s .4s;
}



.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider {
	width: 100%;
/* 	max-height: 70%; */
	object-fit: contain;
	display: block;
	-webkit-box-reflect: unset;
	
	position: relative;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider img {
	position: relative;
	z-index: 3;
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
	.OptionWideRWD #Contents .key_wrap .keyCont .productItemWrapper .productBox .imgWrap  img {
		width: 100%;
		max-height: 70%;
		object-fit: contain;
		
	}
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider:after {
	content: "";
	opacity: 0;
	position: absolute;
	z-index: 1;
	
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleY(-1);  /* 上下反転 */
}

/* .key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.labspect008a {
	-webkit-box-reflect: below -60px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(white));
	
} */

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.labspect008a:after {
	top: 95%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/labspect008a_img_reflect.png") no-repeat center/contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.labspect006a:after {
	top: 98%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/labspect006a_img_reflect.png") no-repeat center/contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.labspect006:after {
	top: 80%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/labspect006_img_reflect.png") no-repeat center/contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.labspectTS:after {
	top: 76%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/labspectTS_img_reflect.png") no-repeat center/contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.p3500:after {
	top: 85%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/3500_img_reflect.png") no-repeat center/contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.p3100:after {
	top: 74%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/3100_img_reflect.png") no-repeat center/contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.labFLEX_3500_2:after {
	top: 79%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/labFLEX_3500_2_img_reflect.png") no-repeat center/contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.labFLEX_2600G:after {
	top: 96%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/LabFLEX_2600G_img_reflect.png") no-repeat center/contain;
}


.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.miruda:after {
	top: 100%;  /* 元の画像の下に配置 */
	background: rgba(0, 0, 0, .15) url("/image/jp/expo/science/iyou/top_keyv/miruda_img.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.laboq:after {
	top: 100%;  /* 元の画像の下に配置 */
	background: rgba(0, 0, 0, .15) url("/image/jp/expo/science/iyou/top_keyv/laboq_img.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.lavolute:after {
	top: 100%;  /* 元の画像の下に配置 */
	background: rgba(0, 0, 0, .15) url("/image/jp/expo/science/iyou/top_keyv/lavolute_img.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.eleteInGenius:after {
	top: 90%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/eleteInGenius_img_reflect.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.geneLead:after {
	top: 89.5%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/geneLead8_img_reflect.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.lm1010:after {
	top: 89.5%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/lm1010_img_reflect.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.ds3000:after {
	top: 89%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/ds3000_img_reflect.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.magLead:after {
	top: 88%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/maglead_img_reflect.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.dataAnalize:after {
	top: 100%;  /* 元の画像の下に配置 */
	background: rgba(0, 0, 0, .15) url("/image/jp/expo/science/iyou/top_keyv/dataAnalize_img.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.lr1100:after {
	top: 89.5%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/lr1100_img_reflect.png") no-repeat center / contain;
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.labospectGA-5:after {
	top: 78%;  /* 元の画像の下に配置 */
	background: url("/image/jp/expo/science/iyou/top_keyv/labospectGA-5_img_reflect.png") no-repeat center / contain;
}

/* .key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.miruda, 
.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.laboq,
.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.lavolute,
.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.eleteInGenius, 
.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.geneLead, 
.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.ds3000,
.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.magLead {
	-webkit-box-reflect: below -7px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(white));
}    */

/* .key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.lm1010 {
	-webkit-box-reflect: below -64px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(white));
} */

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.reflectHide:after {
	opacity: 0;
	
}

.key_wrap .keyCont .productItemWrapper .productBox .imgWrap  #distortionSlider.reflectShow:after {
	opacity: .15;
	
	transition: opacity 1s;
}


.key_wrap .keyCont .navWrapper {
	width: 380px;
	height: 100%;
	position: relative;
	
	z-index: 5;
/* 	overflow: hidden; */
}

@media screen and (max-width: 949px) {
	.key_wrap .keyCont .navWrapper {
		width: 300px;
	}
}

.key_wrap .keyCont .navWrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 1px;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .8) , rgba(255, 255, 255, 0) );
}

.key_wrap .keyCont .navWrapper .navCont {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .35);
	backdrop-filter: blur(3px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: space-between;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 10px 10px 10px;
	box-sizing: border-box;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li {
	background: rgba(255, 255, 255, .15);
	backdrop-filter: blur(3px);
	width: calc( 50% - 5px );
	margin-bottom: 10px;
	height: 70px;
	text-align: center;
	
	box-sizing: border-box;
	
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	
	color: #000;
	font-weight: bold;
	cursor: pointer;
	
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 949px) {
	.key_wrap .keyCont .navWrapper .navCont .parentNav ul li {
		font-size: 12px;
	}
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li .borderTopRight:before {
	/** Top **/
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li .borderTopRight:after {
	/** Right **/
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	right:0px;
	z-index: 9;
}


.key_wrap .keyCont .navWrapper .navCont .parentNav ul li .borderBottomLeft:before {
	/** Bottom **/
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li .borderBottomLeft:after {
	/** Left **/
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 9;
}


.key_wrap .keyCont .navWrapper .navCont .parentNav ul li.active {
	background: rgba(87, 196, 195, .15);
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li .overLine .borderTopRight:before {
	/** Top over hide **/
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(87, 196, 195, 1);
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 9;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li .overLine .borderTopRight:after {
	/** Right over hide **/
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(87, 196, 195, 1);
	position: absolute;
	top: -100%;
	right:0;
	z-index: 9;
}


.key_wrap .keyCont .navWrapper .navCont .parentNav ul li .overLine .borderBottomLeft:before {
	/** Bottom over hide **/
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(87, 196, 195, 1);
	position: absolute;
	bottom: 0;
	left: -100%;
	z-index: 9;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li .overLine .borderBottomLeft:after {
	/** Left over hide **/
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(87, 196, 195, 1);
	position: absolute;
	top: -100%;
	left: 0px;
	z-index: 9;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li:hover .overLine .borderTopRight:before {
	/** Top over **/
	top: 0px;
	left: 0;
	transition: all .2s;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li:hover .overLine .borderTopRight:after {
	/** Right over **/
	top: 0;
	right:0px;
	transition: all .2s;
}


.key_wrap .keyCont .navWrapper .navCont .parentNav ul li:hover .overLine .borderBottomLeft:before {
	/** Bottom over **/
	bottom: 0px;
	left: 0px;
	transition: all .2s;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li:hover .overLine .borderBottomLeft:after {
	/** Left over **/
	top: 0;
	left: 0px;
	transition: all .2s;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li.active .overLine .borderTopRight:before {
	/** Top active **/
	top: 0px;
	left: 0%;
	transition: all .2s;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li.active .overLine .borderTopRight:after {
	/** Right active **/
	top: 0;
	right:0px;
	transition: all .2s;
}


.key_wrap .keyCont .navWrapper .navCont .parentNav ul li.active .overLine .borderBottomLeft:before {
	/** Bottom active **/
	bottom: 0px;
	left: 0px;
	transition: all .2s;
}

.key_wrap .keyCont .navWrapper .navCont .parentNav ul li.active .overLine .borderBottomLeft:after {
	/** Left active **/
	top: 0;
	left: 0px;
	transition: all .2s;
}





.key_wrap .keyCont .navWrapper .navCont .childNav {
	height: 100%;
/* 	overflow: auto; */
	margin: 0 10px 35px 10px;
	background: rgba(255, 255, 255, .75);
	padding: 15px;
	box-sizing: border-box;
}


.key_wrap #pagination {
	position: relative;	
}

.key_wrap #pagination .cat {
	position: absolute; 
	opacity: 0; 
	visibility: hidden;
	transition: all .4s;
}

.key_wrap #pagination .cat.active {
	position: absolute; 
	opacity: 1; 
	visibility: visible;
	transition: all .4s;
}

.key_wrap .keyCont .navWrapper .navCont .childNav {
/* 	position: relative; */
}

.key_wrap .keyCont .navWrapper .navCont .childNav #pagination {
	width: 100%;
	height: 100%;
}

.key_wrap .keyCont .navWrapper .navCont .childNav #pagination .cat {
	overflow-y: unset;
    overflow-x: visible;
    width: 100%;
    height: 100%;
    padding-right: 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	.key_wrap .keyCont .navWrapper .navCont .childNav #pagination .cat {
		overflow-y: auto;
		overflow-x: visible;
	}
}

.key_wrap .keyCont .navWrapper .navCont .childNav #pagination .cat::-webkit-scrollbar {
    width: 3px;
}

.key_wrap .keyCont .navWrapper .navCont .childNav #pagination .cat::-webkit-scrollbar-track {
    background: #f6f6f6;
}

.key_wrap .keyCont .navWrapper .navCont .childNav #pagination .cat::-webkit-scrollbar-thumb {
    background: rgba(87, 196, 195, 1);
}



.key_wrap #distortionSlider .frostedGlass {
    content: ""; /* 空の要素を作る */
    display: block; /* ブロック要素として表示 */
    width: 100%; /* 必要ならサイズを指定 */
    height: 100%; /* 例: 高さを 20px にする */
    background: rgba(245, 245, 245, .7); /* 背景色を付けて確認 */
	backdrop-filter: blur(5px);
	position: absolute;
    z-index: 1;
    bottom: 0;
    overflow: hidden;
    
    opacity: 0;
    visibility: hidden;
}

.key_wrap #distortionSlider .frostedGlass:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, 1);
	position: absolute;
    z-index: 3;
    bottom: 0;
}

.key_wrap #distortionSlider .lightGlass {
	content: ""; /* 空の要素を作る */
    display: block; /* ブロック要素として表示 */
    width: 100%; /* 必要ならサイズを指定 */
    height: 100%; /* 例: 高さを 20px にする */
    background: rgba(255, 255, 255, 0); /* 背景色を付けて確認 */
	position: absolute;
    z-index: 5;
    bottom: 0;
    overflow: hidden;
    
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s .4s;
}

.key_wrap #distortionSlider .lightGlass:before {
	content: "";
	display: block;
	width: 200%;
	height: 200%;
	background: rgba(233, 233, 233, .25);
	transform: rotate(32deg) translate(-50%, -50%);
	position: absolute;
    z-index: 11;
    top: 50%;
	left: 150%;
	
}


/**

背景にグラスが付くものは下記を設定

**/

/** MiRuDa **/

.key_wrap #distortionSlider.miruda .frostedGlass {
	opacity: 1;
    visibility: visible;
    transition: opacity .2s .4s;
}

.key_wrap #distortionSlider.miruda .lightGlass {
/* 	opacity: 1; */
	opacity: 0;
    visibility: visible;
    transition: opacity .4s .8s;
}

.key_wrap #distortionSlider.miruda .lightGlass:before {
	left: 50%;
    transition: left .2s 1s;
}




/** laboq **/
.key_wrap #distortionSlider.laboq .frostedGlass {
	opacity: 1;
    visibility: visible;
    transition: opacity .2s .4s;
}

.key_wrap #distortionSlider.laboq .lightGlass {
/* 	opacity: 1; */
	opacity: 0;
    visibility: visible;
    transition: opacity .4s .8s;
}

.key_wrap #distortionSlider.laboq .lightGlass:before {
	left: 50%;
    transition: left .2s 1s;
}

/** lavolute **/
.key_wrap #distortionSlider.lavolute .frostedGlass {
	opacity: 1;
    visibility: visible;
    transition: opacity .2s .4s;
}

.key_wrap #distortionSlider.lavolute .lightGlass {
/* 	opacity: 1; */
	opacity: 0;
    visibility: visible;
    transition: opacity .4s .8s;
}

.key_wrap #distortionSlider.lavolute .lightGlass:before {
	left: 50%;
    transition: left .2s 1s;
}

/** dataAnalize **/
.key_wrap #distortionSlider.dataAnalize .frostedGlass {
	opacity: 1;
    visibility: visible;
    transition: opacity .2s .4s;
}

.key_wrap #distortionSlider.dataAnalize .lightGlass {
/* 	opacity: 1; */
	opacity: 0;
    visibility: visible;
    transition: opacity .4s .8s;
}

.key_wrap #distortionSlider.dataAnalize .lightGlass:before {
	left: 50%;
    transition: left .2s 1s;
}