@charset "utf-8";

/* ****************************************************
Title: top.css
***************************************************** */

.toppage{
		background: #EFEEEA;
}
.toppage .contMainColumn_01{
	padding-bottom: 20px;
}
.panel {
	display: none;
}


.panel.is-show {
	display: block;
}

/*----------------------*/
.contBlock01 {
	padding: 100px 0px 100px 0px;
	background-color: #fff;
}

.contH301 {
	text-align: center;
	margin-bottom: 30px;
}

.contH301 .s01 {
	display: block;
	color: #867f79;
    font-size: 14px;
	line-height: 1.8em;
}

.contH301 .s02 {
	display: block;
	color: #010101;
	font-size: 32px;
	line-height: 1.6em;
}

/* ****************************************************
# Top Tabs
***************************************************** */
.cont01Tab01 li {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	inline-size: 25%;
	block-size: 50px;
	box-sizing: border-box;
	padding: 5px;
	cursor: pointer;
	color: var(--tab-bg-passive-text-color);
	background-color: var(--tab-bg-passive-color);
	border-left: 2px solid var(--sub-border-color);

	&.is-active,
	 .cont01Tab01 li:hover {
		color: var(--tab-bg-active-text-color);
		background-color: var(--tab-bg-active-color);
	}

	&:first-child {
		border-left: none;
	}

	& p {
		font-size: 16px;
		line-height: 1.8em;
		margin-bottom: 0;
	}
}


.cont01BtnWrap01 {
	margin-top: 40px;

	& a {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--common-bg-color);
		color: #9b9792;
		font-size: 16px;
		line-height: 1.0em;
		box-sizing: border-box;
		padding: 10px 20px 10px 5px;
		border: 1px solid #dddddd;
		position: relative;
		width: 230px;
		height: 60px;
		margin: auto;
	}

	& a:link {
		color: #010101;;
		text-decoration: none;
	}

	& a:visited {
		color: #010101;;
		text-decoration: none;
	}

	& a:hover {
		color: #010101;;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	& a:active {
		color: #010101;;
		text-decoration: none;
	}

	& a::after {
		content: "";
		background-image: url("../img/common/cont_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -8px;
	}
}



.contNewsWrap01 {
	margin-top: 20px;

	& li {
		position: relative;
		border-bottom: 1px solid var(--news-border-color);
		font-size: 16px;
		line-height: 1.6em;
		padding: 25px 0px;
	}

	&:after {
		content: "";
		display: block;
		clear: both;
	}

	& li .time {
		vertical-align: middle;
		float: left;
	}

	& li .cate {
		float: left;

		& p {
			margin-left: 35px;
			display: inline-block;
			background-color: var(--news-icon-bg-color);
			color: var(--news-icon-text-color);
			border-radius: 100px;
			width: 7em;
			text-align: center;
			font-size: 14px;
			line-height: 1.0em;
			padding: 8px;
		}
	}

	& li .cont {
		margin-left: 35px;
		vertical-align: middle;
		float: left;
		text-align: left;
		width: calc(100% - 330px);

		& a:link {
			color: var(--news-link);
			text-decoration: none;
		}

		& a:visited {
			color: var(--news-visited);
			text-decoration: none;
		}

		& a:hover {
			color: var(--news-hover);
			text-decoration: underline;
		}

		& a:active {
			color: var(--news-active);
			text-decoration: none;
		}
	}

}


/*-------------------------*/

.mainvisualSlide01.flexslider {
	margin: 0 0 0px;
	background: #fff;
	border: none;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
}

.mainvisualSlide01 .flex-pauseplay {
	position: absolute;
	bottom: 5px;
	left: auto;
	right: 10px;
	z-index: 20;

	& a {
		display: block;
		width: 20px;
		height: 20px;
		position: relative;
		bottom: 0px;
		left: 0px;
		opacity: 0.8;
		z-index: 11;
		overflow: hidden;
		cursor: pointer;
		color: #ffffff;

		&:before {
			font-family: "flexslider-icon";
			font-size: 15px;
			display: inline-block;
			content: '\f004';
		}

		&:hover {
			opacity: 1;
		}

		&.flex-play:before {
			content: '\f003';
		}
	}
}



.mainvisualSlide01 .flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: left;
	z-index: 10;
	padding: 10px;
	line-height: 0px;

	& li {
		margin: 0 8px 0 0;
		display: inline-block;
		zoom: 1;

		& a {
			width: 11px;
			height: 11px;
			display: block;
			background: #666;
			background: #9b9792;
			cursor: pointer;
			text-indent: -9999px;
			-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		}
	}
}


.mainvisualSlide01 .flex-control-paging li a:hover {
	background: #ffffff;
}

.mainvisualSlide01 .flex-control-paging li a.flex-active {
	background: #ffffff;
	cursor: default;
}



/*------------------------*/

.mainvisualWrap01 {
	position: relative;
}


.mainvisualSlide01 img {
	width: 100%;
	height: auto;
}

.mainContWrap01 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}

.mainContIn01 {
	text-align: left;
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
}

#VcArea-MainColum h2.mainTit01,.mainTit01 {
	color: var(--mv-text-color);
	background: var(--mv-bg-color);
    font-size: 40px;
    line-height: 1.8em;
    padding: 50px;
    border-radius: 6px;
    position: absolute;
    left: -10px;
}


/*--------------------*/

.productsBlock01 {
	position: relative;
}

.productsBox01 {
	position: relative;
	padding: 80px 0px 100px 0px;
}

.productsBox01::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--productsBox01-color);
	position: absolute;
	left: 0px;
	top: 0px;
	mix-blend-mode: multiply;
}

.productsBox02 {
	position: relative;
	padding: 60px 0px 60px 0px;
}

.productsBox02::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f5f2ed;
	position: absolute;
	left: 0px;
	top: 0px;
	mix-blend-mode: multiply;
}

.paraImg {
	background-image: url("/vc-files/top/main01.jpg");
	background-repeat: no-repeat;
	background-position: right center;
    background-size: cover;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.contH301.colWhite .s01 {
	color: #ffffff;
}

.contH301.colWhite .s02 {
	color: #ffffff;
}

.productsUl01 li {
	box-sizing: border-box;
	inline-size: 25%;
	float: left;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-inline: 15px;
	list-style: none;

	&:first-child {
		border-left: none;
	}

	& a {
		display: block;
	}

	& a:link {
		color: #ffffff;
		text-decoration: none;
	}

	& a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	& a:hover {
		color: #ffffff;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	& a:active {
		color: #ffffff;
		text-decoration: none;
	}
}


.productsImg {
    margin-bottom: 30px;
}


.productsUl02 li {
	width: 23%;
	margin-right: 2.66%;
	float: left;
}

.productsUl02 li:nth-child(4n) {
	margin-right: 0px;
}

.productsUl02 li a {
	display: block;
}

.productsUl02 li a:link {
	color: #9b9792;
	text-decoration: none;
}

.productsUl02 li a:visited {
	color: #9b9792;
	text-decoration: none;
}

.productsUl02 li .ul02Box01 a:hover {
	color: #9b9792;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}

.productsUl02 li .ul02Box02 a:hover {
	color: #9b9792;
	text-decoration: none;
}

.productsUl02 li a:active {
	color: #9b9792;
	text-decoration: none;
}


.productsUl02 li .ul02Box02 a {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	text-align: left;
	height: 60px;
	padding: 5px 35px 5px 20px;
	font-size: 16px;
	line-height: 1.37em;
	font-weight: bold;
	background-color: #ffffff;
}

.productsUl02 li .ul02Box02 a::after {
	content: "";
	background-image: url("../img/common/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}


/* --------------------------------------------------------------------
 # newsBlock
-------------------------------------------------------------------- */
.newsBlock {
    background: var(--news-block-bg-color);
}

.linkBlock01 {
	background-color: #FFF;
	padding: 60px 0px 60px 0px;
}

.lineupWrap {
    margin-top: 50px;

	& li {
		inline-size: calc(50% - 1.3%);
		margin-inline-end: 2.6%;
		float: left;
	}

	& li:nth-child(2n) {
		margin-inline-end: 0px;
	}

	& img{
		margin-block-end: 30px;
	}
}



.linkUL01 li {
	width: 31.6%;
	margin-right: 2.6%;
	position: relative;
	float: left;

	&:nth-child(3n) {
		margin-right: 0px;
	}

	& a {
		display: block;
	}

	& .box01 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	& .box01 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	& .box01 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	& .box01 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	& .box02 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	& .box02 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	& .box02 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	& .box02 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	&:hover .box01 img {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	& .box01 a {
		position: relative;
		z-index: 0;
	}

	& .box02 a {
		background-color: #9b9792;
		box-sizing: border-box;
		height: 100%;
		text-align: left;
		padding: 20px 18px 35px 18px;
		font-size: 18px;
		line-height: 1.1em;
		font-weight: bold;
		word-break: break-all;
		writing-mode: vertical-rl;
		text-orientation: upright;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	& .box02 a::after {
		content: "";
		background-image: url("../img/common/cont_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		bottom: 16px;
		left: 50%;
		margin-left: -8px;
	}
}


.linkBlock02 {
	background-color: var(--common-bg-color);
	padding: 60px 0px 60px 0px;

	& li {
		inline-size: calc(100% / 4 - 30px);
		margin-inline-end: 30px;
		float: left;
		list-style: none;
	}

	& li:nth-child(4n) {
		margin-block-end: 0;
	}

	& li a {
		display: block;
	}

	& a:link {
		color: var(--default-link);
		text-decoration: none;
	}

	& li a:visited {
		color: var(--default-visited);
		text-decoration: none;
	}

	& li a:hover {
		color: var(--default-hover);
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	& li a:active {
		color: var(--default-active);
		text-decoration: none;
	}

	& li .box02 a {
		position: relative;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		height: 60px;
		text-align: left;
		padding: 5px 25px 5px 0px;
		font-size: 18px;
		line-height: 1.1em;
		font-weight: bold;
	}

	& li .box02 a::after {
		font-family: "Font Awesome 6 Pro";
		font-weight: 900;
		content: "\f061";
		color: var(--default-link-color);
		margin-inline-end: 0;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -8px;
	}
}


@media screen and (max-width: 980px) {

	.productsUl01 li {
		font-size: 17px;
	}

	.productsUl02 li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}

	.productsUl02 li:nth-child(2n) {
		margin-right: 0px;
	}

	.productsUl02 li .ul02Box01 img {
		width: 100%;
		max-width: 200%;
	}

	.linkUL02 li .box02 a {
		height: 44px;
		font-size: 13px;
	}

}



@media screen and (max-width: 767px) {

	/*----------------------*/

	.panel {
		display: none;
	}

	.panel.is-show {
		display: block;
	}

	/*----------------------*/

	.contBlock01 {
		padding: 45px 20px 45px 20px;
	}

	.cont01Tit01 {
		float: none;
		text-align: center;
		margin-right: 0px;
	}

	.cont01Tab01 {
		float: none;
		margin-top: 25px;
	}

	.contH301 .s01 {
		display: block;
		font-size: 12px;
		line-height: 1.8em;
		font-weight: 600;
	}

	.contH301 .s02 {
		display: block;
		font-size: 22px;
		line-height: 1.6em;
	}

	.cont01Tab01 li {
		float: left;
		padding: 0px 10px;
		border-left: 1px solid #cccccc;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 38px;
	}

	.cont01Tab01 li:first-child {
		border-left: none;
	}

	.cont01Tab01 li p {
		font-size: 11px;
		line-height: 1.2em;
	}

	.cont01BtnWrap01 {
		margin-top: 30px;
		float: none !important;
		text-align: center;
	}

	.cont01BtnWrap01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ffffff;
		color: #9b9792;
		font-size: 16px;
		line-height: 1.0em;
		box-sizing: border-box;
		padding: 10px 20px 10px 20px;
		border: 1px solid #dddddd;
		position: relative;
		width: 230px;
		height: 60px;
		margin: auto;
	}

	.cont01BtnWrap01 a:link {
		text-decoration: none;
	}

	.cont01BtnWrap01 a:visited {
		text-decoration: none;
	}

	.cont01BtnWrap01 a:hover {
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	.cont01BtnWrap01 a:active {
		text-decoration: none;
	}

	.contNewsWrap01 {
		border-top: 1px solid #dddddd;
		margin-top: 28px;
	}

	.contNewsWrap01 li {
		position: relative;
		border-bottom: 1px solid #dddddd;
		font-size: 14px;
		line-height: 1.6em;
		padding: 20px 24px 20px 0px;
		text-align: left;
	}

	.contNewsWrap01 li::before {
		content: "";
		background-image: url("../img/common/cont_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 12px auto;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 10px;
		top: 62px;
		margin-top: px;
	}

	.contNewsWrap01 li .time {
		vertical-align: middle;
		float: left;
		font-size: 12px;
	}

	.contNewsWrap01 li .cate {
		float: left;
	}

	.contNewsWrap01 li .cate p {
		margin-left: 20px;
		font-size: 10px;
		line-height: 1.0em;
		padding: 7px;

	}

	.contNewsWrap01 li .cont {
		margin-left: 0px;
		vertical-align: middle;
		float: left;
		clear: both;
		width: auto
	}

	.contNewsWrap01 li .cont a:hover {
		text-decoration: underline;
	}

	.contNewsWrap01 li:after {
		content: "";
		display: block;
		clear: both;
	}

	/*-------------------------*/

	.mainvisualSlide01.flexslider {
		margin: 0 0 0px;
		background: #fff;
		border: none;
		position: relative;
		zoom: 1;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
		-o-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
	}

	.mainvisualSlide01 .flex-pauseplay {
		position: absolute;
		bottom: 5px;
		left: auto;
		right: 10px;
		z-index: 20;

		& a {
			display: block;
			width: 20px;
			height: 20px;
			position: relative;
			bottom: 0px;
			left: 0px;
			opacity: 0.8;
			z-index: 11;
			overflow: hidden;
			cursor: pointer;
			color: #ffffff;

			&:before {
				font-family: "flexslider-icon";
				font-size: 15px;
				display: inline-block;
				content: '\f004';
			}

			&:hover {
				opacity: 1;
			}

			&.flex-play:before {
				content: '\f003';
			}
		}
	}

	

	.mainvisualSlide01 .flex-control-nav {
		width: auto;
		position: absolute;
		bottom: 0px;
		right: 0px;
		text-align: left;
		z-index: 10;
		padding: 10px 39px 10px 10px;
		line-height: 0px;

		& li {
			margin: 0 8px 0 0;
			display: inline-block;
			zoom: 1;

			& a {
				width: 11px;
				height: 11px;
				display: block;
				cursor: pointer;
				text-indent: -9999px;
				-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
				border-radius: 20px;
			}
		}
	}

	.mainvisualSlide01 .flex-control-paging li a:hover {
		background: #ffffff;
	}

	.mainvisualSlide01 .flex-control-paging li a.flex-active {
		background: #ffffff;
		cursor: default;
	}



	/*------------------------*/

	.mainvisualSlide01 img {
		width: 100%;
		height: auto;
	}

	.mainContWrap01 {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 5;
	}

	.mainContIn01 {
		text-align: left;
		display: flex;
		align-items: center;
		position: relative;
		height: 100%;
		box-sizing: border-box;
		padding: 27px;
	}

	#VcArea-MainColum h2.mainTit01,.mainTit01 {
		font-size: 20px;
		line-height: 1.8em;
       padding: 20px 20px 20px 30px;
	}



	/*--------------------*/

	.productsBlock01 {
		position: relative;
	}

	.productsBox01 {
		position: relative;
		padding: 32px 10px 60px 10px;
	}

/*	.productsBox01::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #9b9792;
		position: absolute;
		left: 0px;
		top: 0px;
		mix-blend-mode: multiply;
	}
*/
	.productsBox02 {
		position: relative;
		padding: 20px 20px 20px 20px;
	}

	.productsBox02::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #f5f2ed;
		position: absolute;
		left: 0px;
		top: 0px;
		mix-blend-mode: multiply;
	}

/*	.paraImg {
		background-image: url("../img/top/products_base_bg01.png");
		background-repeat: no-repeat;
		background-position: right center;
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: -1;
	}*/

	.contH301.colWhite .s01 {
		color: #ffffff;
	}

	.contH301.colWhite .s02 {
		color: #ffffff;
	}

	.productsUl01 li {
		box-sizing: border-box;
		width: 50%;
		float: left;
		text-align: center;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.8em;
		border-left: none;
		padding: 18px 0px;
		position: relative;
	}

	.productsUl01 li::after {
		content: "";
		background-color: rgba(255, 255, 255, 0.15);
		position: absolute;
	}

	.productsUl01 li:nth-child(1)::after {
		width: 1px;
		height: 93%;
		right: 0px;
		top: 0px;
	}

	.productsUl01 li:nth-child(2)::after {
		width: 93%;
		height: 1px;
		right: 0px;
		bottom: 0px;
	}

	.productsUl01 li:nth-child(3)::after {
		width: 93%;
		height: 1px;
		left: 0px;
		top: 0px;
	}

	.productsUl01 li:nth-child(4)::after {
		width: 1px;
		height: 93%;
		left: 0px;
		bottom: 0px;
	}

    .productsUl01 li:nth-child(3){
        clear: both
    }


	.productsUl01 li:first-child {
		border-left: none;
	}

	.productsUl01 li a {
		display: block;
	}

	.productsUl01 li a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.productsUl01 li a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.productsUl01 li a:hover {
		color: #ffffff;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	.productsUl01 li a:active {
		color: #ffffff;
		text-decoration: none;
	}


	.productsImg img {
		max-width: 80%;
		height: auto;
	}
.lineupWrap li {
	font-size: 12px;
    width: calc(50% - 10px);
    margin-right: 20px;
    text-align: left;
}

	.productsUl02 li {
		width: auto;
		margin-right: 0px;
		float: none;
		margin-top: 20px;
		background-color: #ffffff;
	}

	.productsUl02 li:first-child {
		margin-top: 0px;
	}

	.productsUl02 li::after {
		content: "";
		display: block;
		clear: both;
	}


	.productsUl02 li:nth-child(4n) {
		margin-right: 0;
		margin-bottom: 0;
	}

	.productsUl02 li a {
		display: block;
	}

	.productsUl02 li a:link {
		color: #9b9792;
		text-decoration: none;
	}

	.productsUl02 li a:visited {
		color: #9b9792;
		text-decoration: none;
	}

	.productsUl02 li a:hover {
		color: #9b9792;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	.productsUl02 li a:active {
		color: #9b9792;
		text-decoration: none;
	}

	.productsUl02 li .ul02Box01 {
		height: 70px;
		float: left;
		overflow: hidden;
	}

	.productsUl02 li .ul02Box01 img {
		width: 137px;
		height: auto;
	}

	.productsUl02 li .ul02Box02 {
		width: calc(100% - 137px);
		float: left;
	}

	.productsUl02 li .ul02Box02 a {
		position: relative;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		text-align: left;
		height: 70px;
		padding: 5px 25px 5px 10px;
		font-size: 14px;
		line-height: 1.37em;
		font-weight: bold;
		background-color: #ffffff;
	}

	.productsUl02 li .ul02Box02 a::after {
		content: "";
		background-image: url("../img/common/cont_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -8px;
	}

	/*----------------------*/

	.linkBlock01 {
		padding: 20px 20px 20px 20px;
	}

	.linkUL01 li {
		width: auto;
		margin-right: 0px;
		position: relative;
		float: none;
		margin-top: 20px;
	}

	.linkUL01 li:first-child {
		margin-top: 0px;
	}

	.linkUL01 li:nth-child(3n) {
		margin-right: 0px;
	}

	.linkUL01 li a {
		display: block;
	}

	.linkUL01 li a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.linkUL01 li a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.linkUL01 li a:hover {
		color: #ffffff;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	.linkUL01 li a:active {
		color: #ffffff;
		text-decoration: none;
	}

	.linkUL01 li::after {
		content: "";
		display: block;
		clear: both;
	}

	.linkUL01 li .box01 {
		width: 120px;
		height: 70px;
		float: left;
		font-size: 0px;
		line-height: 0px;
		overflow: hidden;
	}

	.linkUL01 li .box02 {
		width: calc(100% - 120px);
		height: 70px;
		float: left;
	}

	.linkUL01 li .box02 a {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		text-align: left;
		padding: 10px 20px 10px 10px;
		font-size: 14px;
		line-height: 1.1em;
		font-weight: bold;
		word-break: break-all;
		writing-mode: horizontal-tb;
		position: relative;
		left: 0px;
		top: 0px;
	}

	/*--------------------*/

	.linkBlock02 {
		padding: 2px 20px 20px 20px;

		& li {
			inline-size: calc(100% / 2 - 10px);
			margin-inline-end: 20px;
			float: left;
			margin-top: 18px;
		}

		& li:nth-child(2n) {
			margin-inline-end: 0;
		}

		& li .box02 a {
			position: relative;
			box-sizing: border-box;
			display: flex;
			align-items: center;
			height: 38px;
			text-align: left;
			padding: 5px 15px 5px 0px;
			font-size: 13px;
			line-height: 1.1em;
			font-weight: bold;
		}

	}

}

@media screen and (max-width: 980px) {
	.mainvisualWrap01 {
		margin-block-start: 40px;
	}
}/*
.module-flex-img-item p{
    text-align: center!important
}*/



/**************
 slide
***************/


* {
  box-sizing: border-box;
}



.slider {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  box-sizing: border-box;
}

.slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  padding: 0 10px;

  border-radius: 10px;
  overflow: hidden;
}


.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  padding: 0 1rem;
}

.overlay h2 {
  font-size: 2em;
  margin: 0.5em 0;
}

.overlay button {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.logo {
  width: 100px;
  display: block;
  margin: 0 auto 1rem;
}

/* ナビゲーションボタン */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 3;
}

.nav img {
  width: 40px;
  height: auto;
  display: block;
}

.nav.left {
  left: 10px; 
}

.nav.right {
  right: 10px;
}

/* ページネーション */
.pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.pagination .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #EFEEEA;
  margin: 0 10px; /* ← 両側10pxで合計20px間隔 */
  cursor: pointer;
}

.pagination .dot.active {
  background-color: #333333;
}


/*************************
追加スタイル
*************************/

h2.section-heading{
	margin-left: 0!important;
}

#VcArea-MainColum h2.section-heading {
  font-size: 48px;
  padding: 40px 0px 0px 0px;
}


.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
  margin-bottom: 12px;
	padding: 0px 0px 0px 0px;
}

.section-heading .en {
  font-size: 48px; /* ✅ サイズアップ */
  font-weight: 700;
  color: #333;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1; /* 必要なら明示的に */
}

.section-heading .ja {
  font-size: 18px;
  color: #888;
  margin-top: 0px;
  line-height: 1; /* 必要なら明示的に */
}

/* SP表示（スマホ）でフォントを80%に縮小 & さらにマージンを詰める */
@media screen and (max-width: 767px) {
	
	#VcArea-MainColum h2.section-heading {
		  margin-bottom: 0px;
		}
	
	#VcArea-MainColum h2 {
			  line-height: 1em;
			}

    .section-heading {
  display: flex;
  align-items: center; /* 上下中央寄せ */
  gap: 10px;            /* ENとJAの間の余白 */
  font-size: 30px !important; /* SP時フォントサイズ強制 */
}

.section-heading .en {
  font-size: inherit;
  font-weight: bold;
  line-height: 1;
}

.section-heading .ja {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
	
}

/***** NEWS タブ切り替え *****/

.news-list.hidden {
  display: none;
}

/* 初期状態 */
.contNewsWrap02 {
  opacity: 1;
  transition: opacity 0.8s ease;
}

/* 非表示時 */
.contNewsWrap02.hidden {
  opacity: 0;
  pointer-events: none;
}


.contNewsWrap02 li {
  opacity: 1;
  transition: opacity 0.8s ease;
}

.contNewsWrap02 li.hidden {
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.news-tabs {
  display: flex;
  justify-content: center;
  gap: 20px; /* タブ間隔 */
  margin-bottom: 30px;
margin-top: -115px;
}


@media (max-width: 767px) {
  .news-tabs {
    margin-top: 0px;
    display: flex;
    flex-wrap: nowrap;         /* 折り返さない */
    overflow-x: auto;          /* 横スクロール可能に */
    white-space: nowrap;       /* テキストの折り返しも防止 */
    gap: 20px;                 /* タブ間余白調整 */
    justify-content: flex-start; /* 左寄せ（中央にしたい場合はcenter） */
    -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
    scrollbar-width: none;     /* Firefoxでスクロールバー非表示 */
	  margin-bottom: 0px!important;
  }

  .news-tabs::-webkit-scrollbar {
    display: none; /* Chrome/Safariでスクロールバー非表示 */
  }

  .news-tabs li {
    flex: 0 0 auto; /* 幅固定にすることで縮まず横並び */
    width: auto;    /* 必要なら幅自動に */
    text-align: center;
  }
	
	.news-tabs .tab {
  min-width: 22%!important;
padding: 0 1%!important;
}
	

}
@media (max-width: 500px) {
	.news-tabs .tab {
  min-width: 20%!important;
padding: 0 1%!important;
}
}

.news-tabs .tab {
  position: relative;
  min-width: 100px;
  height: 80px;
  padding: 0 8px;
  font-size: 18px;
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 下線（共通） */
.news-tabs .tab::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #bbb;
  transition: background-color 0.3s ease;
}

/* active状態の文字色と下線 */
.news-tabs .tab.active {
  color: #000;
  font-weight: 600;
}

.news-tabs .tab.active::after {
  background-color: #333;
}


/******お知らせリスト*******/

/* 全体リスト項目レイアウト */
.contNewsWrap02 li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  border-bottom: none;
  position: relative;
}

/* 日付部分 */
.contNewsWrap02 .time {
  width: 120px;
  font-size: 16px;
  color: #333;
  flex-shrink: 0;
  font-weight: 600;
}

/* コンテンツ本文 */
.contNewsWrap02 .cont {
  flex: 1;
  font-size: 16px;
  color: #000;
}

/* タググループ */
.news-tags {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* タグ共通スタイル */
.tag,.news-tags span {
  font-size: 12px;
  padding: 0px 12px;
  border-radius: 999px;
  background-color: var(--sub-bg-color);
  color: #555;
  display: inline-block;
}
.toppage .tag,.toppage .news-tags span{
  background-color: #FFF;
}
/* 種別ごとの色調整（任意） */
.tag-news {
  background-color: #f4f4f4;
}
.tag-product {
  background-color: #f4f4f4;
}
.tag-event {
  background-color: #f4f4f4;
}

/* カスタム下線 */
.contNewsWrap02 li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #333 0px, #333 120px, #ddd 80px, #ddd 100%);
}

@media (max-width: 767px) {

  .contNewsWrap02 li {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    clear: both;
  }

  .contNewsWrap02 .time {
    float: none !important;
    width: 100px;
    font-size: 13px;
    line-height: 1.5;
  }

  .contNewsWrap02 li .cont {
    float: none !important;
    flex: 1;
    margin-left: 0 !important;
	  margin-block-start: 0px;
  }

  .contNewsWrap02 .news-tags {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
	  .contNewsWrap02 {
    border-top: none !important;
  }

  /* 念のため個別 li にも */
  .contNewsWrap02 li {
    border-top: none !important;
  }
}





/*****重要なお知らせ*******/
.importantBox01 {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 999px;
  padding: 15px 40px;
  gap: 40px;
  border: none; /* ✅ ボーダーなし */
  margin: 40px auto;
  max-width: 100%;
  /*min-height: 100px;*/
  box-sizing: border-box;
}

.importantTit01 {
  font-size: 16px !important;
  color: #222 !important;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
	margin-left: 20px;
}

.importantTit01 p {
  margin: 0 !important;
  font-size: inherit;
  font-weight: inherit;
  color: inherit !important;
}

.importantCont01 {
  font-size: 16px !important; /* ✅ 本文フォントサイズ */
  color: #222 !important;
  line-height: 1.6;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
}

/* 黒い点（任意で） */
/*.importantCont01::before {
  content: "•";
  display: inline-block;
  margin-right: 0.6em;
  font-size: 16px;
  line-height: 1;
  color: #222;
}
*/
@media (max-width: 767px) {
  .importantBox01 {
    display: block !important;
    text-align: center;
  }

  .importantTit01 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .importantCont01 {
    display: block;
    text-align: left; /* ← ✅ 本文のみ左寄せに */
  }
}

/***************************
WHO WE ARE SECTION
***************************/

.who-section {
  background-color: #F7F6F3;
  background-image: url("../img/common/bg_whoSection2.png");
  background-repeat: no-repeat;
  background-position: right bottom; /* ✅ 右下に変更 */
  width: 100%;
}

.who-section .section-heading .ja {
  margin-top: 4px;
}

.who-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0px;
  display: flex;
  gap: 60px;
  align-items: flex-start;  /* ✅ 上揃えに変更（center → flex-start） */
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
	.who-inner {
		padding-left: 20px;
		padding-right: 20px;
}
}

.who-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  display: block;
}

.who-content {
  flex: 1;
  min-width: 280px;
  text-align: left; /* ✅ テキスト左寄せ */
}


/* 下線 */
.who-underline {
  width: 40px;
  height: 3px;
  background-color: #333;
  margin: 35px 0 30px; /* ✅ 上下40pxに調整 */
}

.toppage #VcArea-MainColum .who-section h2.section-heading {
    padding: 0px;
}

/* h3見出し */
.who-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 46px;
  font-weight: normal; /* ✅ normalに変更 */
  color: #333;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 600;
}

/* 説明テキスト */
.who-text {
  font-size: 16px;
  color: #333;
  line-height: 2;
  margin-bottom: 32px;
}

/* ボタン左寄せ */
.who-content .link-btn {
  text-align: left; /* ✅ 左寄せ指定 */
}


/* ボタン（すでに定義済みのクラスを再利用） */
.link-btn a {
  position: relative; /* ✅ 矢印を絶対配置するために必要 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 48px 12px 24px; /* ✅ 右に余白を取る */
  min-height: 60px;
  min-width: 280px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.5;
  transition: background-color 0.3s ease;
}

/* 矢印（::after）を右端から20pxの位置に固定 */
.link-btn a::after {
  content: "";
  position: absolute;     /* ✅ ここがポイント */
  right: 20px;            /* ✅ 常に右端から20px */
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #555555;
  background-image: url("../img/common/arrow_linkbox.png");
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.link-btn a:hover {
  background-color: #555;
  color: #fff;
}

@media (max-width: 767px) {

  /* 下線の中央寄せとマージン調整 */
  .heading-line {
    margin: 10px auto;         /* 上下を半分にして中央寄せ */
  }

  /* 中央見出しフォント調整 */
  .who-section h3 {
    font-size: 25px !important;
    text-align: center !important;
    line-height: 1.4;
  }

  /* ボタン中央寄せ */
  .who-section .link-btn {
    display: flex;
    justify-content: center;
  }
	
	 .who-underline {
    margin: 20px auto !important; /* 上下マージンを半分にして中央寄せ */
    display: block;
  }
}



/****** brand section *****/
.brand-section {
  background-color: #efeeea;
  padding: 60px 20px;
}

.brand-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ✅ 常に4列 */
  gap: 20px;
  margin: 40px 0;
}

.brand-item {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  aspect-ratio: 14 / 9; /* ✅ 高さは比率で */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
  overflow: hidden;
}

.brand-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
   .brand-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列表示 */
    gap: 5px; /* 必要に応じて調整 */
  }

  .brand-item {
    width: 100%; /* 幅をグリッドのセルに合わせる */
  }
	
}


