@charset "utf-8";
/* CSS Document */

main.led-module_top,
main.led-module_top select {
	font-family: 'Roboto', sans-serif;
}
main.led-module_detail,
main.led-module_detail select {
	font-family: 'Roboto', sans-serif;
}
main.led-module_top section.contact,
main.led-module_detail section.contact {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/*メインビジュアル
----------------------------------------------------------------------------------------*/
main.led-module_top > #title-area {
	padding-bottom: 1%;
    background: url("../images/led-module_mv_index.jpg") center no-repeat;
    background-size: cover;
}
main.led-module_detail > #title-area {
    background: url("../images/led-module_mv_index.jpg") center no-repeat;
    background-size: cover;
}

/* shared
------------------------------------------------------------------------------------------------------------*/
.read_m {
	font-size: 18px;
	font-weight: bold;
    margin: 0 auto;
	text-align: center;
}

#single {
	display: block;
}

main .detail {
    padding: 0;
    display: block;
}

main .detail a.btn.dl {
	font-size: inherit;
    min-width: inherit;
    padding: inherit;
}

@media screen and (max-width: 770px) {
	
	.read_m {
		font-size: 14px;
		text-align: center;
	}

}

/* top
------------------------------------------------------------------------------------------------------------*/
.led-module_sub_title {
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
}
.led-module_sub_title span {
    font-size: 30px;
}

.led-module .read {
    margin-bottom: 20px!important;
/*	font-weight: bold;*/
}
.led-module_top .read{
        margin-bottom: 0px!important;
}


.bt_category {
	margin-top: 65px;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	display: flex;
	flex-flow: row wrap;
}

.bt_category > li {
	width: 25%;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bt_category > li > a {
	display: block;
	transition: 0s;
}

.bt_category > li > a > div {
	position: relative;
	color: #444444;
	font-size: 26px;
    font-weight: bold;
	width: 100%;
	min-height: 85px;
	padding: 0 30px 0 17px;
	background-color: #fff;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
}
	
.bt_category > li > a.all > div {
	font-size: 30px;
}

.bt_category > li > a > div::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .3s;
}

.bt_category > li > a:hover > div,
.bt_category > li > a.active > div {
	color: #fff;
	background-color: #FF0000;
	transition: .3s;
}

.bt_category > li > a > div::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 120%;
	height: 100%;
	background-color: #FF0000;
	z-index: -1;
	transform-origin: right top;
	transform: skewX(-30deg) scale(0, 1);
	transition: transform .3s;
}

.bt_category > li > a:hover > div::before,
.bt_category > li > a.active > div::before {
	transform-origin: left top;
	transform: skewX(-30deg) scale(1, 1);
}
	
.bt_category > li > a:hover  > div::after,
.bt_category > li > a.active  > div::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.bt_category > li > a > div > span {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	margin-top: -2em;
	display: block;
}


.sort_area {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}

.sort_area .sort_box {
	width: calc(33% - 17px);
}

.sort_area .sort_box h2 {
	font-size: 16px;
	font-weight: normal;
}

.sort_area .sort_box h2::before {
	content: "";
	width: 11px;
	height: 11px;
	margin: 0 5px 3px 0;
	background-color: #FF0000;
	vertical-align: middle;
	display: inline-block;
}

.select-wrapper {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.select-wrapper select {
	width: 100%;
	padding: 12px 40px 12px 16px;
	font-size: 14px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.select-wrapper select:focus {
	outline: none;
	border-color: #999;
}

.select-wrapper::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #c00;
	border-bottom: 1px solid #c00;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}


.bnr_area {
	margin-top: 45px;
}

.bnr_area a {
	display: block;
}

.bnr_area a > div.box {
	position: relative;
    overflow: hidden;
	width: 100%;
}

.bnr_area a > div.box:after {
	background: url("../../led-module/images/bnr_chip_on_board.jpg") center no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
    content: "";
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	 transition:0.5s all;
	z-index: 0;
}
.bnr_area a:hover > div.box:after {
    transform: scale(1.1);
}

.bnr_area a > div.box > div.box_inner {
	position: relative;
	width: 100%;
	min-height: 180px;
	padding: 10px;
	text-align: center;
	justify-content: center;
	align-content: center;
	display: flex;
	flex-flow: row wrap;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.bnr_area.sp a > div.box > div.box_inner {
	min-height: 120px;
}

.bnr_area a > div.box > div.box_inner > .link_title {
	color: #fff;
	font-size: 43px;
	font-weight: bold;
	width: 100%;
	text-shadow: 0px 1px 3px #000;
}

.bnr_area a > div.box > div.box_inner > .link_title span {
	margin: 0 0.5em;
	word-break: keep-all;
	display: inline-block;
}


.bnr_area a > div.box > div.box_inner > .link_read {
	color: #fff;
	font-size: 21px;
	width: 100%;
	text-shadow: 0px 1px 3px #000;
}

.bnr_area.sp a > div.box > div.box_inner > .link_title {
	font-size: 24px;
}

.bnr_area.sp a > div.box > div.box_inner > .link_read {
	font-size: 14px;
}



.list_area {
	margin-top: 60px;
	overflow-x: auto;
}
.list_area .product-table {
	color: #000 !important;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-collapse: collapse;
}
.list_area .product-table * {
	color: #000;
}
.list_area .product-table a:hover {
	color: #FF0000;
}
.list_area .product-table thead th {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 10%;
	padding: 10px 5px;
	background: #FF0000;
	text-align: center;
}
.list_area .product-table:not(.detail) thead th:first-child {
	width: 22%;
}
.list_area .product-table tbody tr:nth-child(even) {
	background-color: #EEEEEE;
}
.list_area .product-table tbody td {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}
.list_area .product-cell {
	display: flex;
	align-items: center;
	gap: 12px;
}
.list_area .product-image {
	width: 100px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_area .product-image img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.list_area .product-name {
	font-size: 14px;
	color: #333;
}
.list_area .spec-value {
	font-size: 16px;
}
.list_area .spec-unit {
	font-size: 12px;
	color: #666;
	margin-left: 2px;
}
.list_area .wavelength-text {
	font-size: 16px;
	line-height: 1.5;
	max-width: 120px;
	margin: 0 auto;
}
.list_area a.btn {
	width: 100px;
	min-width: inherit;
	padding: 13px 10px 13px 10px;
	text-align: center;
}
a.btn.dl::after {
    position: static;
    top: 0;
    right: 0;
	margin-left: 5px;
    display: inline-block;
}
.list_area .no-data {
	color: #707070;
}
.list_area .btn-inquiry {
	position: relative;
	padding-right: 10px;
	text-decoration: none;
	font-size: 14px;
	min-width: 77px;
    display: inline-block;
}
.list_area .btn-inquiry::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 5px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .3s;
}

.name_area {
	text-align: center;
}

.name_area h1 {
	font-size: 26px;
	font-weight: normal;
}

.name_area .product-image{
	margin-top: 20px;
}

.name_area .product-image img{
	max-width: 400px;
	height: auto;
	width /***/:100%;
}


#paging {
	font-size: 14px;
	margin-top: 70px;
	text-align: center;
}

#paging .wp-pagenavi a,
#paging .wp-pagenavi span {
	color:#FF0000;
	font-size:0.85em;
	margin:0 5px;
	padding:8px 13px;
	background-color: #fff;
	text-decoration:none;
	line-height:1em;
}
#paging .wp-pagenavi a:hover {
	color: #fff;
	background-color:#FF0000;
	line-height:1em;
}
#paging .wp-pagenavi span.current {
	color:#fff;
	background-color:#FF0000;
	line-height:1em;
}

#paging .wp-pagenavi span.extend {
	padding:8px 8px;
	background: none;
	border: none;
}

#paging .wp-pagenavi a.previouspostslink,
#paging .wp-pagenavi a.nextpostslink {
	color:#FF0000;
	font-size:0.85em;
	padding:8px 10.5px;
	background-color: #fff;
	text-decoration:none;
	line-height:1em;
}

#paging .wp-pagenavi a.previouspostslink:hover,
#paging .wp-pagenavi a.nextpostslink:hover {
	color:#fff;
	background-color:#FF0000;
	line-height:1em;
}




/* top */

@media screen and (max-width: 770px) {
	
	.sort_area {
		margin-top: 45px;
		display: block;
	}
	
	.sort_area .sort_box {
		width: auto;
		margin-top: 20px;
	}
	
	.list_area .product-table thead th {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 5px;
	}
	
	.list_area .product-table tbody td {
		position: relative;
	}
	
	.list_area .product-table:not(.detail) thead th:nth-child(2),
	.list_area .product-table:not(.detail) tbody td:nth-child(2),
	.list_area .product-table:not(.detail) thead th:nth-child(3),
	.list_area .product-table:not(.detail) tbody td:nth-child(3),
	.list_area .product-table:not(.detail) thead th:nth-child(4),
	.list_area .product-table:not(.detail) tbody td:nth-child(4),
	.list_area .product-table:not(.detail) thead th:nth-child(5),
	.list_area .product-table:not(.detail) tbody td:nth-child(5),
	.list_area .product-table:not(.detail) thead th:nth-child(6),
	.list_area .product-table:not(.detail) tbody td:nth-child(6),
	.list_area .product-table:not(.detail) thead th:nth-child(7),
	.list_area .product-table:not(.detail) tbody td:nth-child(7),
	.list_area .product-table:not(.detail) thead th:nth-child(9),
	.list_area .product-table:not(.detail) tbody td:nth-child(9) {
		display: none !important;
	}
	
	.list_area .bt_open {
		position: absolute;
        top: 30px;
        left: 10px;
		width: 16px;
		height: 16px;
		display: block;
	}
	
	.list_area .bt_open::before {
		position: absolute;
		top: 50%;
		left: 0;
		content: "";
		width: 16px;
		height: 1px;
		background-color: #FF0000;
		display: block;
	}
	
	.list_area .bt_open::after {
		position: absolute;
		top: 50%;
		left: 0;
		content: "";
		width: 16px;
		height: 1px;
		background-color: #FF0000;
		display: block;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		transition: .3s;
	}
	
	.list_area .bt_open.close::after {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	.list_area .product-cell {
		padding-left: 30px;
		display: block;
	}
	
	.list_area .product-image {
		margin: 0 auto;
	}
	
	.list_area .product-info {
		font-size: 14px;
		padding-left: 30px;
		display: none;
		text-align: left;
	}
	
	
	
	.list_area a.btn {
		font-size: 12px;
		width: 60px;
		padding: 8px 8px;
		text-align: center;
	}
	
	a.btn.dl::after {
		position: relative;
		top: 0;
		right: auto;
		margin: 3px auto 0;
		display: block;
	}
	
	.list_area .btn-inquiry {
		position: relative;
		padding-right: 13px;
		text-decoration: none;
		font-size: 12px;
		min-width: inherit;
		margin-top: 10px;
        display: inline-block;
	}
	
	.list_area .btn-inquiry::after {
		top: calc(50% - 3px);
		right: 6px;
		width: 6px;
		height: 6px;
	}
	

	.name_area {
		text-align: center;
	}

	.name_area h1 {
		font-size: 18px;
		font-weight: normal;
	}

	.name_area .product-image{
		margin-top: 20px;
	}

	.name_area .product-image img{
		max-width: 400px;
		height: auto;
		width /***/:100%;
}
	
	
	#paging {
		margin-top: 30px;
	}
	
}

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


