@charset "utf-8";
/* CSS Document */

/*2025年改修パーツ　SP版ヘッダー*/
/*スライダー*/
	.header-mini-slider {
	width:100%;
	margin: 0px auto 2px;
	}
	.header-mini-slider .slick-slide {
	display: flex;
	justify-content: center; 
	align-items: center;
	margin: 0px; 
	}
	.header-mini-slider img {
	width: 100%; 
	height: auto;
	object-fit: cover; 
	}
/*ヘッダー*/
#kochoan_h-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -80%; 
	width: 80%;
	height: 100vh;
	background: #ffffff;
	transition: all 0.6s ease-in-out;
}
	#kochoan_h-nav.panelactive {
	right: 0;
	}
/*背景*/
#menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 988;
	display: none;
}
#kochoan_h-nav.panelactive #kochoan_h-nav-list{
	position: fixed;
	z-index: 999; 
	width: 80%;
	height: 100vh;
	overflow: auto;
	color: #333;
	-webkit-overflow-scrolling: touch;
}
.kochoan-sp-header .openbtn {
	position: fixed;
	top: 8px;
	right: 8px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: #000;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 70px;
}
.kochoan-sp-header .openbtn span {
	display: block;
	position: absolute;
	width: 25px;
	height: 1px;
	background-color: #FFF;
	transition: all 0.4s;
}

.kochoan-sp-header .openbtn span:nth-of-type(1) {
	top: 22px;
}

.kochoan-sp-header .openbtn span:nth-of-type(2) {
	top: 32px;
}

	.kochoan-sp-header .openbtn.active span:nth-of-type(1) {
		transform: translateY(5px) rotate(45deg);
	}

	.kochoan-sp-header .openbtn.active span:nth-of-type(2) {
		transform: translateY(-5px) rotate(-45deg);
	}
	.main-header-inner{
		height: 70px;
		display: flex;
		align-items: center;
		padding: 5px 16px;
		border-bottom: 1px solid #D9D9D9;
	}
	.main-header-inner .h_logo{
		width: 80%;
	}
	.main-header-inner .h_logo img{
		width: 100%;
		max-width: 170px;
	}
	.main-header-inner .h_logo span{
		font-size: 12px;
		margin-left: 8px;
	}
	
	.nav-in-logo{
		padding: 16px 16px 10px;
		width: 75%;
	}
	.nav-in-logo img{
		width: 100%;
	}
	.nav-in-logo p{
		font-size: 12px;
		text-align: right;
	}
	.nav-header-border{
		border-top: 8px solid #000000;
	}
	.nav-in-menu > li{
		font-size: 14px;
		padding: 16px;
		border-bottom: 1px solid #C4C4C4;
	}
	.nav-search-block .searchform {
	display: flex;
	align-items: center;
	position: relative;
		    margin: 16px;
	}
	.nav-search-block .searchform img {
	position: absolute;
	right: 10px;
	z-index: 3;
	}
	.nav-search-block input[type="text"] {
	width: 100%;
	border: 1px solid #383838;
	height: 40px;
	padding: 9px 16px;
	border-radius: 4px;
	padding-right: 30px;
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	color: #333;
}
	.nav-sub_titile,
	.kochoan-cate-nav .category-title{
		background-color: #000000;
		color: #FFFFFF;
		font-size: 13px;
		padding: 8px 16px;
	}
	.bottom_nav{
		position: fixed;
		bottom: 0;
		z-index: 20;
		width: 100%;
		background-color: #000;
		height: 60px;
	}
	.bottom_nav > ul{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;

	}
	.bottom_nav > ul > li{
		flex: 1;
	}
	.bottom_nav > ul > li:not(:last-child){
		border-right: 1px solid #363636;
	}
	.bottom_nav > ul > li a{
		text-align: center;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.bottom_nav > ul > li a img{
		width: 30px;
	}
	.bottom_nav > ul > li a span{
		font-size: 10px;
		color: #FFFFFF;
	}

	.block-dynamic-category--body > li {
		position: relative;
		font-size: 14px;
	}
	.block-dynamic-category--body > li > a {
		display: flex;
		align-items: center;
		padding: 16px;
		border-bottom: 1px solid #C4C4C4;
	}
		.block-dynamic-category--opener {
			position: absolute;
			top: 0;
			right: 0;
			display: block;
			width: 56px;
			height: 56px;
			cursor: pointer;
		}
		.block-dynamic-category--body > li .block-dynamic-category--opener::after {
			position: absolute;
			top: calc(50% - 1px);
			left: 19px;
			display: block;
			width: 14px;
			height: 1px;
			transform: rotate(90deg);
			transition: all 0.3s;
			background: #282828;
			content: "";
		}
		.block-dynamic-category--body > li .block-dynamic-category--opener::before {
			position: absolute;
			top: calc(50% - 1px);
			left: 19px;
			display: block;
			width: 14px;
			height: 1px;
			transition: all 0.3s;
			background: #282828;
			content: "";
		}
		.block-dynamic-category--body > li .block-dynamic-category--opener.is-open::before {
		transform: rotate(180deg);
		}
		.block-dynamic-category--body > li .block-dynamic-category--opener.is-open::after {
		opacity: 0.0;
		}
		.block-dynamic-category-level2--body {
		display: none;
		}
			.block-dynamic-category-level2--body > li{
				background-color: #F5F5F5;
				border-bottom: 1px solid #C4C4C4;
		}
			.block-dynamic-category-level2--body > li span{
				margin-left: 16px;
			}
	.block-dynamic-category-level2--body > li a{
		display: block;
		padding: 16px;
	}
	.nav-in-snsLink{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 10px 20px 56px;
	}

/*用途から探す*/
	.nav-in-pull-down-menu{
		font-size: 14px;
	}
	p.nav-button-scene {
	padding: 16px;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #C4C4C4;
	}
	.nav-button-scene::before,
	.nav-button-scene::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #282828;
	right: 24px;
	transition: transform 0.3s ease; 
	}

		.nav-button-scene::before {
		top: 48%;
		transform: rotate(0deg);
		}

		.nav-button-scene::after {
		top: 48%;
		transform: rotate(90deg);
		}

		.nav-button-scene.close::before {
		transform: rotate(0deg);
		}

		.nav-button-scene.close::after {
		display: none;
		}

	.nav-in-menu-sub {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	}

	/* プルダウン表示時 */
	.nav-in-menu-sub.show {
	display: block;
	animation: slideDown 0.3s ease-in-out;
	font-size: 14px;
	}
	.nav-in-menu-sub.show > li{
		padding: 16px;
		font-size: 14px;
		background-color: #F5F5F5;
		border-bottom: 1px solid #C4C4C4;
	}
	.nav-in-menu-sub.show > li span{
		margin-left: 16px;
	}
		@keyframes slideDown {
		from {
		opacity: 0;
		transform: translateY(-10px);
		}
		to {
		opacity: 1;
		transform: translateY(0);
		}
		}