/* LEDナビゲーションボタン */
nav.ledMenu{
	position: sticky;
	width: 100%;
	top: 90px;
	z-index: 99;
}
nav.ledMenu ul{
	width: min(100%, 1100px);
	margin: 0 auto;
}
nav.ledMenu ul li{
	flex: 1;
}
nav.ledMenu ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
	width: 100%;
	height: 100%;
}
main nav.ledMenu ul li a:hover::before {
	height: calc(100% + 6px);
	top: -3px;
}
.navBox{
	border-top: 3px solid #616D79;
	border-bottom: 3px solid #616D79;
	background: #616D79;
}
.spMenuBtn{
	display: none;
}
.menuList li{
	border-left: 1px solid #fff;
}
.menuList li:last-child{
	border-right: 1px solid #fff;
}
.menuList li a{
	color: #fff;
}
#h1Title h1{
	font-size: clamp(25px, (100vw - 600px) * 6 / 600 + 30px, 35px);
	padding: 20px 20px 20px 0;
	font-weight: 700;
	line-height: 1.5em;
}
#h1Title .sectionInner{
	width: min(95% ,1100px);
}
/* あらゆるシーンで利用できるLEDディスプレイ */
.sceneLists {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 20px);
	margin-top: 40px;
}
.sceneLists h3{
	width: 100%;
	font-weight: 600;
	padding: 15px 10px;
	color: #fff;
	background: #332f29;
}
.sceneLists a div{
	display: flex;
	flex: 1;
}
.sceneLists a div p{
	display: flex;
	align-items: center;
	line-height: 1.5em;
}
.sceneLists a {
	flex: 1 1 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.sceneLists a img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/* LEDディスプレイを詳しく知る・カテゴリー別概要 */
.linkBtnlList{
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.linkBtnlList li{
	box-shadow: 0px 8px 6px #0003, 0px 2px 4px #0004;
	background: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
}
#detail .linkBtnlList li{
	width: min(100% ,400px);
}
#seriesSummary .linkBtnlList li{
	width: min(100% ,480px);
}
.linkBtnlList a{
	display: block;
	width: 100%;
}
.linkBtnlList a p{
	text-align: center;
	padding: 10px;
	line-height: 1.5em;
}
#detail .linkBtnlList a{
	padding: 20px;
}
.linkBtnlList h3{
	width: 100%;
	background: #444;
	color: #fff;
	padding: 10px;
	text-align: center;
}
#seriesSummary .linkBtnlList a p::after{
	content: none;
}
#seriesSummary .linkBtnlList a p span{
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: right;
}

/* お問い合わせ */
section.inquiry div.flexBox{
	width: min(95% ,1000px);
	border-radius: 5px;
	padding: 20px;
	margin: 20px auto;
	text-align: center;
	gap: 20px;
	align-items: center;
	justify-content: center;
	background: #ebeeef;
	background-image: repeating-linear-gradient(-45deg,#f7f9f9, #f7f9f9 2px,transparent 0, transparent 4px);

}
section.inquiry div div p{
	font-size: clamp(16px,(100vw - 600px)* 6 / 600 + 17px, 18px);;
}
section.inquiry div.flexBox a{
	width: min(100% ,400px);
	border-radius: 5px;
	padding: 30px 10px;
	background: #425275;
	color: #fff;
}
section{
	width: 100%;
}
section.mv{
	width: 100%;
}
div.sectionInner{
	width: min(95% ,1000px);
	margin: 0 auto;
}
div.btnArea{
	width: 100%;
	margin: 0 auto;
	gap: 20px;
	justify-content: center;
}
div.btnArea a{
	width: min(50% ,418.5px);
	padding: 10px 30px;
	background: #51555e;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
/* デジタルサイネージ いまから始める資料ダウンロード */
.WPdownload {
	border-radius: 4px;
	background: linear-gradient(to bottom, #d9e4ea, #FFF);
	padding: 20px;
}
:is(.WPdownload,.pickupDownload) a.dwBtn {
	background: #6f7176;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 15px 10px;
	border-radius: 4px;
}
.WPdownload .dwContents{
	align-items: center;
	gap: 20px;
}
.WPdownload .dwContents .dwContentsImg{
	width: min(100% ,300px);
}
.WPdownload .dwContents .dwContentsText{
	flex: 1;
}
.WPdownload .dwContents .dwContentsText ul{
	list-style-type: disc;
	padding: 10px 10px 10px 40px;
	border: 1px solid #999;
	border-radius: 5px;
}
/* 用語集ダウンロード */
/* LEDダウンロード */
.pickupDownload{
	margin: 20px auto;
	width: 95%;
}
.pickupDownload >div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 10px 20px;
}
.pickupDownload >div{
	background-image: linear-gradient(-20deg, #c9e6ff 0%, #fbfcdb 100%);
	border-left: 1px solid #a1c4fd;
	border-right: 1px solid #a1c4fd;
	border-bottom: 1px solid #a1c4fd;
}
.pickupContents{
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
}
.pickupDownload h3{
	border:none;
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	max-inline-size: 100%;
	line-height: 120%;
}
.pickupDownload h3{
	background: #a1c4fd;
	border: 1px solid #a1c4fd;
	width: 100%;
	height: auto;
	text-shadow: none;
	padding: 10px;
	color: #444;
}
.pickupDownload h3::before{
	display: none;
}
.pickupDownload h3::after{
	display: none;
}
.pickupDownload div img{
	width: min(100% ,250px);
	margin: 0 auto;
}
.footer-notes{
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px 10px;
	margin: 20px auto;
	list-style-type: disc;
	width: min(95% ,1000px);
}
.footer-notes li{
	font-size: 14px;
	margin-left: 30px;
}
/* トップへ戻るボタン */
.topPage{
	position: relative;
	opacity: 0;	visibility: hidden;	
	transition: all 1s;
}
.is-active{
	display: block;
	opacity: 1;
	visibility: visible;
}
.topPage p{
	position: fixed;
	z-index: 20;
	display: flex;
	flex-direction: column;
	justify-content: center;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100px;
	padding-bottom: 10px;
	background: var(--mainColor);
}
.topPage p::before{
	font-family: "Font Awesome 5 Free";
	content:"\f077";
	font-weight: 900;
	font-size: 90%;
	color: currentColor;
}
.topPage p:hover{
	cursor : pointer;
	background: #777;
}
@media (max-width: 960px){
	nav.ledMenu{
		top: 60px;
	}
}
@media (max-width: 800px){
	div.btnArea a{
		width: min(100% ,418.5px);
	}
}
@media screen and (max-width: 768px){
	.pickupDownloadBox,.WPdownload .dwContents{
		flex-direction: column;
	}
}

@media (max-width: 715px){
	#h1Title{
		padding: 70px 0 20px;
	}
	#h1Title h1{
		padding: 0;
		text-align: center;
	}
	nav.ledMenu{
		position: fixed;
		z-index: 55;
	}
	.navBox{
		position: relative;
		border-top: none;
		border-bottom: none;
		background: none;
		z-index: 54;
	}
	.spMenuBtn{
		position: fixed;
		display: block;
		width: 100%;
		background: #3f464e;
		color: #fff;
		text-align: center;
		padding: 15px 5px;
		box-shadow: 0 2px 5px #666;
		cursor: pointer;
		z-index: 53;
	}
	.spMenuBtn::after{
		font-family: "Font Awesome 5 Free";
		content: "\f0d7";
		font-size: 100%;
		color: currentColor;
		padding-left: 10px;
	}
	.menuList{
		box-shadow: 0 2px 5px #666;
		flex-direction: column;
		position: absolute;
		z-index: 52;
		transition: all 0.5s;
	}
	.menuList li{
		background: #616D79;
		border-left: none;
	}
	.menuList li:not(.menuList li:last-child){
		border-bottom: 1px solid #fff;
	}
	.menuList li:last-child{
		border-right: none;
	}
	.menuList .sp{
		display: none;
	}
	.menuList li a:hover::before {
		height: 100%;
		top: 0;
	}
	.menuList li a{
		padding: 15px 5px;
	}
}
@media (max-width: 700px){
	div.btnArea a{
		padding: 10px 20px;
	}
}
@media (max-width: 655px){
	section.inquiry div.flexBox{
		flex-direction: column;
		padding: 20px 10px;
	}
}