@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual .slick-slide {
	line-height: 0;
}
#main > .subBox {
	position: relative;
	z-index: 1;
}
#main > .subBox::after {
	position: absolute;
	z-index: 2;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-38%);
	width: 71rem;
	height: 83.1rem;
	background: url(../img/index/bg02.png) no-repeat left center / 100%;
	pointer-events: none;
}
#main .future {
	padding: 17.5rem 0 17.5rem;
	/*background: url(../img/index/future_bg.jpg) no-repeat left center / cover;*/
}
#main .future .content {
	position: relative;
	z-index: 3;
}
#main .future h2 {
	margin-bottom: 4.4rem;
	font-size: 5rem;
	font-weight: 300;
	line-height: 1;
}
#main .future .text {
	font-size: 1.4rem;
	line-height: 2;
}
#main .about {
	padding-bottom: 1.1rem;
	background: url(../img/index/about_bg.jpg) no-repeat left top / cover;
}
#main .about .imgBox {
	position: relative;
	z-index: 3;
	align-items: center;
	align-items: stretch;
}
#main .about .imgBox .textBox {
	margin-top: 10rem;
	width: calc(50% + 15.3rem);
	display: flex;
	justify-content: right;
	position: sticky;
    top: 15rem;
    height: 100%;
}
#main .about .imgBox .textBox .sub {
	width: 74.7rem;
	max-width: 74.7rem;
	margin-bottom: 10rem;
}
#main .about .imgBox .textBox h2 {
	margin-bottom: 6rem;
	font-size: 5.3rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05em;
}
#main .about .imgBox .textBox .title {
	margin-bottom: 4.1rem;
	font-size: 2.5rem;
	line-height: 1.4;
}
#main .about .imgBox .textBox .text {
	line-height: 2.18;
}
#main .about .imgBox .textBox .comSubLine {
	padding-bottom: 3.5rem;
	font-size: 1.4rem;
}
#main .about .imgBox .textBox .comSubLine::after {
	background: #1EFF83;
	box-shadow: 0 0 4rem 1.5rem rgba(30, 255, 131, 0.25);
}
#main .about .imgBox .photoBox {
	width: calc(50% - 15.3rem);
}
#main .about .imgBox .photoBox img {
	width: 100%;
	margin-bottom: 10rem;
}
#main .about .imgBox .photoBox video{
	width: 100%;
	padding: 60px 0;
}
#main .midImg img {
	width: 100%;
}
#main > .bgBox {
	padding-bottom: 3rem;
	background: url(../img/index/bg01.png) no-repeat left bottom -39rem / 65.1rem;
}
#main > .photoList li {
	position: relative;
	z-index: 1;
	width: calc(100% / 3);
}
#main > .photoList .li01 {
	width: 50%;
}
#main > .photoList li img {
	width: 100%;
}
#main > .photoList li span {
	font-size: 3rem;
	line-height: 1.66;
	display: block;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-45%);
}
#main .technology {
	padding-bottom: 14rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.70);
}
#main .technology .rBox .text {
	line-height: 1.8;
	letter-spacing: 0.16rem;
}
#main .technology .comInnerBox {
	padding-bottom: 9.3rem;
}
#main .comparision {
	padding-bottom: 13.1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.70);
}
#main .comparision .comInnerBox {
	padding: 13rem 0 11.7rem;
}
#main .comparision .comInnerBox .rBox .text {
	line-height: 1.87;
	text-align: justify;
}
#main .comparision .comInnerBox .rBox .bold {
	font-size: 1.4rem;
}
#main .comparision .comImgBox {
	margin-bottom: 7.3rem;
}
#main .comparision .comImgBox h3 {
	min-height: 4.5rem;
}
#main .comparision .comImgBox .pho {
	margin-bottom: 3.7rem;
}
#main .comparision .comImgBox .pho img {
	border-radius: 2.6rem;
	overflow: hidden;
}
#main .comparision .comImgBox .innerBox01 {
	margin-right: 4rem;
	max-width: 40rem;
}
#main .comparision .tableBox {
	margin: 0 auto;
	max-width: 92.1rem;
}
#main .comparision table {
	width: 100%;
	border-collapse: collapse;
}
#main .comparision .tableBox th,
#main .comparision .tableBox td {
	padding: 1.4rem 1rem 1.45rem 1.9rem;
	text-align: left;
	font-weight: 500;
	line-height: 1.87;
	letter-spacing: 0.16rem;
	border: 0.1rem solid #fff;
	vertical-align: top;
	word-break: break-all;
}	
#main .comparision .tableBox th {
	width: 19%;
}
#main .comparision .tableBox td:first-of-type {
	width: 38%;
}
#main .comparision thead th,
#main .comparision thead td {
	font-size: 2rem;
	letter-spacing: 0.2rem;
}
#main .comparision thead th,
#main .comparision thead td {
	padding-bottom: 1.2rem !important;
}
#main .range .comInnerBox {
	padding: 13rem 0 11.9rem;
}
#main .range .comInnerBox .lBox {
	margin-left: -1rem;
	padding-right: 12%;
}
#main .range .comInnerBox .rBox {
	padding-left: 2rem;
	width: 50%;
}
#main .range .comInnerBox .rBox .text {
	letter-spacing: 0.16rem;
	line-height: 1.87;
}
#main .range .comSubLine {
	padding-bottom: 2.3rem;
}
#main .range .comSubLine::after {
	background: #691EFF;
	box-shadow: 0 0 4rem 1.5rem rgba(92, 64, 255, 0.25);
}
#main .range .photoList {
	margin-top: -6.5rem;
}
#main .range .photoList li {
	margin-top: 6.5rem;
	width: 47.25%;
	position: relative;
	z-index: 1;
}
#main .range .photoList h3 {
	position: absolute;
	top: -2.6rem;
	left: 0;
	z-index: 2;
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1.25;
}
#main .range .photoList .pho {
	margin-bottom: 0.6rem;
	position: relative;
	z-index: 1;
}
#main .range .photoList p {
	margin-right: -1rem;
	color: #B7B7B7;
	font-weight: 300;
}
#main .patents .comSubLine::after {
	background: #691EFF;
	box-shadow: 0 0 4rem 1.5rem rgba(92, 64, 255, 0.25);
}
#main .patents .comInnerBox {
	padding: 17rem 0 7rem;
}
#main .patents .comInnerBox .lBox {
	padding-right: 9.2%;
}
#main .patents .comInnerBox .rBox {
	padding-left: 3.9rem;
}
#main .factory {
	padding: 17rem 0 10rem;
}
#main .factory .headLine01 {
	margin-bottom: 7.4rem;
	letter-spacing: 0.15rem;
}
#main .factory .imgBox:nth-of-type(2n-1) {
	margin-bottom: 5.1rem;
	flex-direction: row-reverse;
}
#main .factory .imgBox .photoBox {
	width: 42.5rem;
}
#main .factory .imgBox .photoBox img {
	width: 100%;
}
#main .factory .imgBox:nth-of-type(2n) .textBox {
	margin-right: 9.7%;
}
#main .factory .imgBox .textBox {
	max-width: 59rem;
	flex: 1;
}
#main .factory .imgBox h3 {
	margin-bottom: 5.3rem;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.25rem;
	line-height: 2.4;
}
#main .factory .imgBox .textList {
	margin-left: 1rem;
}
#main .factory .imgBox .textList li {
	position: relative;
	z-index: 1;
	padding-left: 1.5rem;
	letter-spacing: 0.16rem;
	line-height: 1.87;
}
#main .factory .imgBox .textList li::after {
	position: absolute;
	z-index: 1;
	width: 0.4rem;
	height: 0.4rem;
	top: 1.1rem;
	left: 0;
	content: "";
	background-color: #fff;
	border-radius: 50%;
}
#main .media {
	padding: 10rem 0 5rem;
}
#main .media .headLine01 {
	margin-bottom: 8rem;
}
#main .media  .comSubLine {
	padding-bottom: 3.4rem;
}
#main .media .photoList {
	margin-top: -4rem;
}
#main .media .photoList li {
	margin: 4rem 3.7% 0 0;
	width: 30.75%;
}
#main .media .photoList li:nth-child(3n) {
	margin-right: 0;
}
#main .media .photoList .photoBox {
	margin-bottom: 2.8rem;
	padding: 2rem 1rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 29.3rem;
}
#main .media .photoList .textBox .title {
	font-size: 1.8rem;
	min-height: 7.6rem;
	letter-spacing: 0.18rem;
	line-height: 1.38;
}
#main .media .photoList .textBox .text {
	font-size: 1.2rem;
	letter-spacing: 0.12rem;
	line-height: 2.5;
}
#main .lighting {
	padding: 15.4rem 0 7.9rem;
	align-items: flex-start;
}
#main .lighting h2 {
	width: 59.2rem;
	font-size: 12rem;
	line-height: 1;
}
#main .lighting .comSubLine {
	padding-bottom: 1.2rem;
}
#main .lighting .movieBox {
	margin-top: -0.3rem;
	width: calc(50% - 10.5rem);
	height: 25.6rem;
}
#main .lighting .movieBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img100 img{
	width: 100%;
}
.mv_mid{
	display: flex;
	gap: 70px;
}
.mv_mid_l{
    width: 50%;
}
.mv_mid_r{
    width: 50%;
}
.mv_mid_l video{
	width: 100%;
}
.floting_banner {
	z-index: 3;
    position: absolute;
    top: 200px;
    right: 190px;
    width: 150px;
}
.floting_banner a{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
}
.floting_banner a:nth-child(2){
    top: 0px;
    right: -170px;
}
.gallery{
	margin: 0 auto;
    text-align: center;
    width: 100%;
}
.gallery a{
	display: inline-flex;
	max-width: max-content;
	padding: 15px 20px;
	border: 1px solid #fff;
	margin-top: 60px;
	margin-right: 0;
	margin-left: 0;
}

@media all and (min-width: 896px) {
	#main{
		margin-top: -9rem;
	}
}
@media all and (max-width: 896px) {
	.mv_mid{
		display: block;
	}
	.mv_mid_l{
		width: 100%;
	}
	.mv_mid_r{
		width: 100%;
	}
	#main > .subBox::after {
		top: 15%;
		transform: translateY(0);
		width: 30rem;
		height: 40rem;
	}
	#main .future {
		padding: 5rem 0;
	}
	#main .future h2 {
		margin-bottom: 3rem;
		font-size: 3rem;
	}
	#main .future .text {
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: justify;
	}
	#main .about {
		padding: 2.5rem 0 5rem;
	}
	#main .about .imgBox {
		margin: 0 2rem;
		display: block;
	}
	#main .about .imgBox .textBox {
		margin: 0 0 4rem;
		width: auto;
		display: block;
	}
	#main .about .imgBox .textBox .sub {
		width: auto;
		max-width: 100%;
	}
	#main .about .imgBox .textBox h2 {
		margin-bottom: 3rem;
		font-size: 3rem;
	}
	#main .about .imgBox .textBox .title {
		margin-bottom: 2rem;
		font-size: 1.8rem;
		padding-bottom: 2rem;
	}
	#main .about .imgBox .textBox .text {
		line-height: 2;
		text-align: justify;
	}
	#main .about .imgBox .photoBox {
		width: auto;
	}
	#main > .bgBox {
		padding-bottom: 5rem;
		background-size: 30rem;
		background-position: left bottom -10rem;
	}
	#main > .photoList li {
		width: auto;
	}
	#main > .photoList .li01 {
		width: auto;
	}
	#main > .photoList li span {
		font-size: 2.5rem;
		transform: translate(-50%,-50%);
	}
	#main .technology {
		padding-bottom: 3rem;
	}
	#main .technology .comInnerBox {
		padding-bottom: 9.3rem;
	}
	#main .comparision {
		padding-bottom: 5rem;
	}
	#main .comparision .comInnerBox {
		padding: 13rem 0 11.7rem;
	}
	#main .comparision .comInnerBox .rBox .text {
		line-height: 1.8;
	}
	#main .comparision .comImgBox {
		margin-bottom: 5rem;
	}
	#main .comparision .comImgBox h3 {
		min-height: fit-content;
	}
	#main .comparision .comImgBox .pho {
		margin-bottom: 2rem;
	}
	#main .comparision .comImgBox .pho img {
		width: 100%;
	}
	#main .comparision .comImgBox .innerBox01 {
		margin-right: 0;
	}
	#main .comparision .tableBox {
		overflow-x: scroll;
	}
	main .comparision table {
		margin: 0 auto;
		width: 70rem !important;
	}
	#main .comparision .tableBox th,
	#main .comparision .tableBox td {
		padding: 0.5rem;
		line-height: 1.8;
		font-size: 1.3rem;
	}	
	#main .comparision thead th,
	#main .comparision thead td {
		font-size: 1.3rem;
	}
	#main .comparision thead th,
	#main .comparision thead td {
		padding-bottom: 0.5rem !important;
	}
	#main .range {
		margin-top: 0.1rem;
	}
	#main .range .comInnerBox .lBox {
		margin-left: 0;
		padding-right: 0;
	}
	#main .range .comInnerBox .rBox {
		padding-left: 0;
		width: auto;
	}
	#main .range .comInnerBox .rBox .text {
		line-height: 1.8;
	}
	#main .range .photoList {
		display: block;
		margin: 0 0 3rem;
	}
	#main .range .photoList li {
		margin: 0 0 5rem;
		width: auto;
	}
	#main .range .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .range .photoList h3 {
		top: -2rem;
		font-size: 3rem;
	}
	#main .range .photoList .pho {
		margin-bottom: 0.6rem;
		position: relative;
		z-index: 1;
	}
	#main .range .photoList .pho img {
		width: 100%;
	}
	#main .range .photoList p {
		margin-right: 0;
	}
	#main .patents .comInnerBox .lBox {
		padding-right: 0;
	}
	#main .patents .comInnerBox .rBox {
		padding-left: 0;
	}
	#main .factory {
		margin-top: 0.2rem;
		padding: 4.8rem 0 5rem;
	}
	#main .factory .imgBox {
		display: block !important;
	}
	#main .factory .imgBox:nth-of-type(2n-1) {
		margin-bottom: 5.1rem;
	}
	#main .factory .imgBox .photoBox {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .factory .imgBox:nth-of-type(2n) .textBox {
		margin-right: 0;
	}
	#main .factory .imgBox .textBox {
		max-width: 100%;
	}
	#main .factory .imgBox h3 {
		margin-bottom: 2rem;
		font-size: 2rem;
		line-height: 1.8;
	}
	#main .factory .imgBox .textList {
		margin-left: 1rem;
	}
	#main .factory .imgBox .textList li {
		padding-left: 1rem;
		line-height: 1.8;
	}
	#main .factory .imgBox .textList li::after {
		width: 0.3rem;
		height: 0.3rem;
	}
	#main .media {
		padding: 0 0 5rem;
	}
	#main .media  .comSubLine {
		padding-bottom: 3.4rem;
	}
	#main .media .photoList {
		margin: 0;
	}
	#main .media .photoList li {
		margin: 0 0 4rem;
		width: auto;
	}
	#main .media .photoList .photoBox {
		margin-bottom: 2rem;
		padding: 1rem;
	}
	#main .media .photoList .textBox .title {
		margin-bottom: 1.5rem;
		min-height: fit-content;
	}
	#main .media .photoList .textBox .text {
		line-height: 2;
	}
	#main .lighting {
		padding: 0 0 3rem;
		display: block;
	}
	#main .lighting h2 {
		margin-bottom: 2rem;
		width: auto;
		font-size: 5rem;
	}
	#main .lighting .comSubLine {
		padding-bottom: 1.2rem;
	}
	#main .lighting .movieBox {
		margin-top: 0;
		width: 100%;
		height: 50vw;
	}
	#main .about .imgBox .textBox {
		/*
		position: relative;
		top: auto;
		*/
        top: 30px;
        z-index: 1;
        background-color: #000000bf;
        padding: 40px 20px 0px;
	}
	#main .about .imgBox .textBox .sub {
		margin-bottom: 3rem;
	}
	#main .about .imgBox .photoBox video {
		padding: 15px 0;
	}
	#main .subBox #a01 .imgBox{
		margin: 0 0rem
	}
	#main .subBox #a01 .imgBox{
		margin: 0 0rem
	}
	.floting_banner_sp {
        z-index: 150;
        position: fixed;
        bottom: 0px;
        display: flex;
        width: 100%;
	}
	.floting_banner_sp a{
		color: #fff;
		background-color: #000;
		width: 50%;
		padding: 20px;
		text-align: center;
	}
	.floting_banner_sp a:nth-child(2){
		border-left: 1px solid #fff;
	}
	.gallery a{
		margin-top: 20px;
	}
}

/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.pathBox {
	margin: -8rem 0 40px;
    padding: 1rem 0rem;
    background-color: #0b0b0b;
    z-index: 50;
    display: block;
    position: relative;
}
.pathBox .comNewsList {
	width: 100%;
}
.pathBox #pagePath {
	flex: 1;
}
.pathBox #pagePath li {
	padding-top: 2rem;
}
.comNewsList li a {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.comNewsList .lSpan {
	padding: 2.3rem 1rem 1rem 0rem;
    width: 18.7rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.comNewsList .date {
	padding-top: 0.2rem;
	width: 10rem;
	display: block;
	color: #fff;
	font-weight: 700;
}
.comNewsList .sub {
	width: 7.5rem;
	display: block;
}
.comNewsList .tag {
	width: fit-content;
	padding: 0 0.7rem 0.4rem;
	margin-bottom: 1.2rem;
	max-height: 2.1rem;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background-color: #6A2323;
	font-weight: 300;
	font-family: 'Hiragino Kaku Gothic ProN';
	border-radius: 0.5rem;
}
.comNewsList .tag:last-child {
	margin-bottom: 0;
}
.comNewsList .rSpan {
	padding: 2.2rem 1rem 1rem 1.5rem;
	width: calc(100% - 18.7rem);
	color: #fff;
	display: block;
	font-weight: 700;
}
.comNewsList li a:hover {
	opacity: 0.7;
}
.sec-partner{
	background-color: #101010;
}
.index_p-partner .p-partner-index{
    margin-bottom: 24rem;
    padding-left: 12rem;
    margin-top: -5rem;
}
.sec-fordesigners{
	margin-top: 150px;
}

@media all and (max-width: 896px) {
	.comNewsList li a {
		display: block;
	}
	.comNewsList .lSpan {
		padding: 1rem 0;
		width: auto;
	}
	.comNewsList .date {
		padding-top: 0;
		width: 8rem;
	}
	.comNewsList .sub {
		width: fit-content;
		flex: 1;
	}
	.comNewsList .tag {
		padding: 0.2rem 0.7rem 0.4rem;
		width: fit-content;
		margin: 0 0 0.5rem 0.5rem;
		font-size: 1.2rem;
		display: inline-block;
	}
	.comNewsList .rSpan {
		padding: 0.5rem 0rem;
		width: auto;
	}
	.pathBox {
		padding: 3rem 0 0 !important;
        margin-bottom: 0 !important;
	}
	.pathBox .content {
		display: block;
	}
	.pathBox .comNewsList {
		width: auto;
	}
	.pathBox #pagePath li {
		padding-top: 0;
	}
	.index_p-partner .p-partner-index {
		margin-bottom: 4rem;
		padding-left: 2rem;
        margin-top: -5rem;
	}
	.sec-fordesigners{
		margin-top: 100px;
	}
	.sec-fordesigners .sec-technology-cnt-r{
		display: none;
	}
}