﻿@charset "utf-8";
/*--------------------------------------
	copyright : Lampros co.,Ltd.
--------------------------------------*/
/*
 index
==============================*/

/* top ----------*/
#top {}
#top:before { position: absolute; z-index: 20; top: 0; left: -100%; content: ""; width: calc((100% / 6) * 2); height: 100%;  -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left top; transform-origin: left top; mix-blend-mode: multiply;transition: all 1.5s ease-in-out; }
#top:after { position: absolute; z-index: 20; bottom: 0; right: -100%; content: ""; width: calc((100% / 6) * 2); height: 100%;   -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left bottom; transform-origin: left bottom; mix-blend-mode: multiply;transition: all 1.5s ease-in-out; }
.start #top:before { left: 0; }
.start #top:after { right: 0; }
#top-logo { position: absolute; z-index: 11; width: 220px; top: 93px; right: 146px; opacity: 0; }
#top-copy { position: absolute; z-index: 10; bottom: 30%; left: calc(100% / 6); color: #FFF; opacity: 0; text-shadow: 1px 1px 1px #333}
#top-copy strong { font-size: 1.78vw; vertical-align: baseline;}
#top-copy .title-cn {display: inline-block; 
	 -webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}
/*#top-copy span.s { opacity: 0.3; }*/
#top-copy sub.cn { display: inline-block; font-size: 9px; display: inline-block; vertical-align: baseline; -webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);}
#top-copy span.en { font-size: 18px; display: inline-block; vertical-align: baseline;}
/* mv-pg ----------*/
#mv-pg { position: fixed; z-index: -1; top: -10%; opacity: 0; left: 6rem; width: calc(100% - 6rem); height: 100%; transition: all 1s ease-in-out; }
.active #mv-pg { top: 0; opacity: 1; }
#mv-pg li { position: absolute; width: 100%; height: 100vh; opacity: 0; }
#mv-pg li .pg { position: absolute; display: block; width: calc((100% / 6) + 1px); height: 100%; overflow: hidden; background-repeat: no-repeat; top: 0; }
#mv-pg li .pg:nth-child(1) { left: 0; }
#mv-pg li .pg:nth-child(2) { left: calc((100% / 6) * 1); }
#mv-pg li .pg:nth-child(3) { left: calc((100% / 6) * 2); }
#mv-pg li .pg:nth-child(4) { left: calc((100% / 6) * 3); }
#mv-pg li .pg:nth-child(5) { left: calc((100% / 6) * 4); }
#mv-pg li .pg:nth-child(6) { left: calc((100% / 6) * 5); }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#top { height: 100vw !important; }
	#top-logo { top: 5%; right: 2rem; width: calc(50% - 2rem); }
	#top-copy { bottom: 20%; left: 2rem; font-size: 3vw; }
	#top-copy span.en {font-size: 4.69vw;}
	#top-copy sub.cn {font-size: 2.03vw;}
	#top-copy strong { font-size: 6.25vw; vertical-align: baseline; }
	#top-copy .title-cn { display: inline-block; font-size: 3.44vw; vertical-align: baseline;}
	#top-copy span {vertical-align: baseline; }
	#top-copy .s {font-size: 3.44vw;}
	#mv-pg { position: relative; top: 0; left: 0; width: 100%; opacity: 1; }
	#mv-pg li { height: 100%; }
	#mv-pg li .pg:nth-child(1) { top: 0; }
	#mv-pg li .pg:nth-child(2) { top: 0; }
	#mv-pg li .pg:nth-child(3) { top: 0; }
	#mv-pg li .pg:nth-child(4) { top: 0; }
	#mv-pg li .pg:nth-child(5) { top: 0; }
	#mv-pg li .pg:nth-child(6) { top: 0; }
}

/* idea ----------*/
#idea { background-color: #F5F5F5; }
#idea:before { position: absolute; z-index: 20; top: 0; left: 0; content: ""; width: 0; height: 100%; background-color: #FFF; transition: all 1s ease-in-out; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left top; transform-origin: left top; }
#idea.active:before { width: calc((100% / 6) * 4); }
#idea:after { position: absolute; z-index: 20; bottom: 0; left: 0; content: ""; width: calc((100% / 6) * 2); height: 100%; opacity: 0.2; background-color: #df4c18; -webkit-transform: skew(45deg); transform: skew(45deg); -webkit-transform-origin: left bottom; transform-origin: left bottom; mix-blend-mode: multiply; }
#idea .inner { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#idea h2 { display: inline-block; position: absolute; max-width: calc(100% / 5); margin-left: calc((100% / 7) * 1); font-weight: normal; top: -50px;}
#idea h2:after { content: ""; height: 1px; width: calc(100% + (100vw / 6)); left: calc(-100vw / 6); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5);}
#idea h2:first-letter { color: #df4c18; }
#idea h3 { margin-bottom: 4rem; color: #626262; letter-spacing: 1px; font-weight: normal; line-height: 28px; font-size: 16px; font-family: "微软雅黑", Arial, serif; }
#idea .tw { width: calc((100% / 6) * 3); margin-left: calc((100% / 6) * 2); }
#idea .name { vertical-align: baseline; }
#idea .name img { width: 100%; max-width: 14.2rem; vertical-align: baseline; }
.idea-more {
	font-size: 18px;
	color: #df4c18;
	font-style: italic;
	text-decoration: none;
}
.idea-more i {
	width: 15px;
	height: 5px;
	background-image: url(../../images/52/home_arrow.png);
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
	margin-bottom: -5px;
}
@media screen and (max-width:1024px) { /* iPad 横 l */
	#idea h2{margin-bottom: 0 !important; }
	#idea {
		padding-top: 15.17vw;
	}
	#idea:before { width: calc((100% / 6) * 4); }
	#idea:after { bottom: -1px; }
	#idea .inner { top: 0; padding: 6rem 2rem 7rem; -webkit-transform: translateY(0); transform: translateY(0); }
	#idea h2 { position: relative; max-width: 100%; margin-left: 0; margin-bottom: 6rem; }
	#idea .tw { width: 100%; margin-left: 0; }
	#idea .tw .mb4rem {color: #838282;}
	#idea .tw p:last-of-type {text-align: center;}
	#idea .tw p:last-of-type a { border-bottom: 1px solid #b2b2b2; padding-bottom: 3px; }
}

/* case ----------*/
#case { background-image: url(../../img/bgs.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; }
#case:before { position: absolute; z-index: 20; top: 0; right: calc((100% / 6) * 4); content: ""; width: 100%; height: 100%; opacity: 0.2; background-color: #df4c18; -webkit-transform: skew(45deg); transform: skew(45deg); -webkit-transform-origin: right top; transform-origin: right top; mix-blend-mode: multiply; }
#case .inner { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#case h2 { position: absolute; top: -6vw; max-width: calc(100% / 5); margin-left: calc((100% / 7) * 4); color: #2d2d2d; font-weight: normal;}
#case h2:after { content: ""; height: 1px; width: calc((100vw / 6) * 2); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#case h2 span { color: #b2b2b2; }
#case h2:first-letter { color: #df4c18; }
#case .case_list { width: calc((100% / 6) * 3 + 90px); margin-left: calc((100% / 9) * 1); }
#case .case_list li { position: relative; width: calc(33.333% - 30px); float: left; margin-bottom: 40px; margin-right: 30px;}
#case .case_list li:nth-child(1) { top: -6vw; }
#case .case_list li:nth-child(2) { top: 0vw; }
#case .case_list li:nth-child(3) { top: 6vw; }
#case .case_list li:nth-child(4) { top: -6vw; }
#case .case_list li:nth-child(5) { top: 0vw; }
#case .case_list li:nth-child(6) { top: 6vw; }
#case .case_list li .bg { background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition:transform 2s ease-out; }
/*#case .case_list li:hover .bg {-webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2); }*/
#case .case_list li .text {font-size: 12px; color: #000; position: absolute; bottom: -25px; width: 100%; left: 0; text-align: left; height: auto; top: auto;}
#case .case_list li a { width: 100%; padding-top: 75%; display: block; color: #FFF; text-align: center; }
#case .case_list li a:hover { opacity: 1; }
#case .case_list li img {}
#case .case_list li span { position: absolute; top: 0; left: 0; display: block; }
#case .case_list li .tw { width: 100%; height: 100%; opacity: 0; background-color: rgba(0, 0, 0, 0.8); text-align: center; transition: all 0.3s ease-out; }
#case .case_list li a:hover .tw { opacity: 1; -webkit-transform:scale(0.9,0.9); transform:scale(0.9,0.9); }
#case .case_list li .t { position: relative; top: 50%; width: 100%; font-size: 2rem; font-weight: bold; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#case .case_list li .t small { display: block; }
#case .case_list li i { position: absolute; bottom: 2rem; }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#case .inner { top: 0; padding: 6rem 2rem; -webkit-transform: translateY(0); transform: translateY(0); }
	#case h2 { position: relative; top: 0; max-width: 100%; margin-left: 0; margin-bottom: 4rem; }
	#case h2:after { left: calc(-100vw / 6); }
	#case .case_list li:nth-child(1), #case .case_list li:nth-child(2), #case .case_list li:nth-child(3), #case .case_list li:nth-child(4), #case .case_list li:nth-child(5), #case .case_list li:nth-child(6) { top: 0; }
	#case .case_list { width:100%; margin-left: 0; }
	#case .case_list li { width: calc(50% - 16px); margin-right: 32px; }
	#case .case_list li:nth-of-type(2n) {margin-right: 0;}
	#case .case_list li .text {bottom: auto; overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;}
	#case .inner > p {
		margin-left: 0 !important;
	}
}
@media screen and (max-width:768px) { /* iPad 縦 m */
	#case .case_list li a .tw { opacity: 1; -webkit-transform:scale(0.9,0.9); transform:scale(0.9,0.9); }
}

/* recruit ----------*/
#recruit { background-color: #FFF; }
#recruit:before { position: absolute; z-index: 20; top: 0; left: 0; content: ""; width: 0; height: 100%; background-color: #F5F5F5; transition: all 1s ease-in-out; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left top; transform-origin: left top; }
#recruit.active:before { width: calc((100% / 6) * 2); }
#recruit h2 { display: inline-block; max-width: calc(100% / 5); margin-left: calc((100% / 7) * 1); margin-top: 7rem; margin-bottom: 6rem; }
#recruit h2:after { content: ""; height: 1px; width: calc(100% + (100vw / 6)); left: calc(-100vw / 6); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#recruit h2:first-letter { color: #df4c18; }
#recruit .list-td { width: calc((100% / 6) * 2); margin-left: calc((100% / 6) * 1); }
#recruit .list-td .t { white-space: nowrap; }
#recruit .list-td .d { padding-right: 2rem; }
#recruit .pw { position: absolute; top: 0; left: 50%; width: 50%; height: 100%; background-color: #F5F5F5; }
#recruit .pw .p { background-image: url(../../img/home_about.jpg); height: 100%; width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; float: left; }
#recruit .job-way{color:#2d2d2d; margin-top: 7.4vw;}
#recruit .recruit-content {
	margin-left: calc((100% / 7) * 1);
}
#recruit .home-recruit {
	margin-top: 2vw;
	margin-bottom: 5.6vw;
	font-size: 12px;
	color: #2d2d2d;
	line-height: 30px;
}
#recruit .home-recruit-item {
	display: inline-block;
	padding-bottom: 3px;
	margin-bottom: 2.3vw;
	border-bottom: 1px solid #b2b2b2;
	font-size: 16px;
	color: #2d2d2d;
	text-decoration: none;
}
#recruit .job-way .job-way-title{margin-bottom:20px;font-size:16px}
#recruit .job-way .job-way-text{line-height:18px;font-size:12px}
#recruit .job-way .job-way-text a{color:#2d2d2d;text-decoration:none}
@media screen and (max-width:1024px) { /* iPad 横 l */
	#recruit .job-way .job-way-title {
		margin-bottom: 10px;
	}
	#recruit .recruit-content {
		margin-left: 0;
	}
	#recruit .home-recruit-item {
		font-size: 12px;
	}
	#recruit .job-way .job-way-title {
		font-size: 14px;
	}
	#recruit .inner { padding: 6rem 2rem; }
	#recruit h2 { max-width: 100%; margin-top: 0; margin-left: 0; margin-bottom: 4rem; }
	#recruit .list-td { width: 100%; margin-left: 0; }
	#recruit .pw { position: relative; left: 0; width: 100%; height: 51.09vw; }
	#recruit .pw .p {
		background-image: url(../../img/home_about_m.jpg);
	}
}

/* access ----------*/
#access { background-color: #7d7b7b; }
#access:after { position: absolute; z-index: 20; bottom: 0; right: 0; content: ""; width: calc((100% / 6) * 4); height: 100%; opacity: 0.3; background-color: #838181; transition: all 1s ease-in-out; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left bottom; transform-origin: left bottom; mix-blend-mode: multiply; }
#access.active:after { width: calc((100% / 6) * 2); }
#access .inner { position: relative; z-index: 1; top: 40%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#access h2 {max-width: calc(100% / 5); margin-left: calc((100% / 7) * 4);margin-top: 7rem; color: rgba(255, 255, 255, 0.6); }
#access h2:after { content: ""; height: 1px; width: calc((100vw / 6) * 2); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#access h2 span { color: #FFF; }
#access h2:first-letter { color: #FFF; }
#access .tw { width: 50%; margin-left: 50%; color: #FFF; font-size: 1.4rem; }
#access-map_wrap { position: absolute; z-index: 2; top: 0; left: 0; width: 50%; height: 100%; }
#access-map_wrap img {max-width: none;}
#access .access-info {
	margin-left: 4.3vw;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width:1024px) { /* iPad 横 l */
	#access:after { width: calc((100% / 6) * 8); }
	#access .inner { top: 0; padding: 6rem 2rem; -webkit-transform: translateY(0); transform: translateY(0); }
	#access h2 { max-width: 100%; margin-top: 6rem; margin-left: 2rem; }
	#access h2:after { left: calc(-100vw / 6); }
	#access .tw { width: 100%; margin-left: 0; font-size: 1.6rem; }
	#access-map_wrap { display: none; }
	#access .access-info {margin-top: 0; margin-bottom: 0; font-size: 12px; line-height: 17px; margin-left: 0;}
}

/* contact ----------*/
#contact { background-image: url(../../images/52/recruit_bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; }
#contact h2 { display: inline-block; max-width: calc(100% / 5); margin-left: calc((100% / 7) * 1);margin-top: 7rem; margin-bottom: 6rem; color: rgba(255, 255, 255, 0.6); }
#contact h2:after { content: ""; height: 1px; width: calc(100% + (100vw / 6)); left: calc(-100vw / 6); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#contact h2 span { color: #000; }
#contact h2:first-letter { color: #df4c18; }
#contact h3 { font-size: 3rem; line-height: 1.4; margin-bottom: 3rem; }
#contact h4 { font-size: 1.6rem; line-height: 1.4; }
#contact p { font-size: 1.4rem; }
#contact .tw { width: calc((100% / 6) * 4); margin-left: calc(100% / 6); color: #FFF; overflow-y: auto; height: calc(100vh - 23rem); }
#contact .tw ul { width: 50%; float: left; }
#contact .list-td .t { color: rgba(255, 255, 255, 0.6); white-space: nowrap; }
#contact .list-td .d { padding-right: 2rem; }
#contact .box p { text-align: left; line-height: 1.4; }
#contact .box a { text-decoration: none; color: #FFF; }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#contact .inner { padding: 6rem 2rem; }
	#contact h2 { max-width: 100%; margin-top: 0; margin-bottom: 4rem; margin-left: 0; }
	#contact p { font-size: 1.6rem; }
	#contact .tw { overflow-y: visible; height: auto; width: 100%; margin-left: 0; }
	#contact .tw ul { width: 100%; float: none; }
	#contact .list-td .t { width: 10em; }
}

/* news ----------*/
#news { background-color: #FFF; }
#news:before { position: absolute; z-index: 20; top: 0; left: 0; content: ""; width: 0; height: 100%; background-color: #F5F5F5; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left top; transform-origin: left top; transition: all 1s ease-in-out; }
#news.active:before { width: calc((100% / 6) * 2); }
#news .inner { position: relative; width: 100%; height: 100%; }
#news h2 { position: absolute; margin-left: calc((100% / 7) * 1); margin-top: 7rem; }
#news h2:after { content: ""; height: 1px; width: calc((100vw / 6) * 2); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#news h2:first-letter { color: #df4c18; }
#f_logo { position: absolute; top:80%; left: calc(100% / 6); width: calc((100% / 6) * .8);}
#fb_wrap { text-align: left; width: 100%; height: 50rem; position:relative; top:30%; padding-left: 280px;}
#fb_wrap > div {
	float: left;
	max-width: 975px;
}
#fb_wrap > div a {
	display: block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-decoration: none;
	margin-bottom: 25px;
	font-size: 14px;
	color: #3b3b3b;
}
#footer { position: absolute; bottom: 0; left: 0; width: 100%; padding: 2rem; height: 6rem; overflow: hidden; background-color: #7b7b7b; }
#footer p { color: #FFF; text-align: center; font-size: 1.2rem; }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#news:before { width: calc((100% / 6) * 2); }
	#news .inner { padding: 6rem 2rem 12rem; height: auto; }
	#news h2 { position: relative; width: 100%; margin-top: 0; margin-left: 0; margin-bottom: 4rem; }
	#news h2:after { left: calc(-100vw / 6); }
	#f_logo { position: absolute; bottom: 40px; left: 50%; -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%); opacity: .5; top: auto; width: auto;}
	#fb_wrap { top:0; left:0%;  max-width: 100%; height: auto; -webkit-transform:translate(0,0); transform:translate(0,0); padding-left: 0;}
	#footer { position: relative; }
	#fb_wrap > div {
		float: none;
	}

	#fb_wrap > div:last-of-type {
		float: left;
	}
	#fb_wrap > div a {
		font-size: 12px;
		margin-bottom: 12px;
	}
}

/* popup ----------*/
.pop-ovh { overflow: hidden !important; }
#popup { position: fixed; z-index: 999999; top: 100%; left: 0; width: 100%; height: 100vh; overflow-y: auto; background-color: rgba(29, 36, 82, 0.9); transition: all 0.6s ease-in-out; -webkit-overflow-scrolling: touch; }
#popup.pop { top: 0; }
#popup .inner { padding: 4rem; }
#popup .popup-close { display: block; width: 6rem; height: 6rem; opacity: 1; color: #1D2452; background-color: #FFF; text-align: center; line-height: 6rem; font-size: 3rem; transition: all 0.3s ease-out; }
#popup.pop-ovh .popup-close { opacity: 0; }
#popup-contents { max-width: 120rem; margin: 0 auto; opacity: 1; transition: all 0.3s ease-out; }
#popup.pop-ovh #popup-contents { opacity: 0; }
#popup-contents h2 { margin-bottom: 4rem; color: #FFF; text-align: center; line-height: 1.4; font-size: 4rem; }
#popup-contents h2 small { display: block; font-size: 1.8rem; }
#popup-contents .case_photos { margin-left: -2rem; }
#popup-contents .case_photos li { width: 33.33%; margin-bottom: 2rem; padding-left: 2rem; float: left; }
#popup-contents .case_photos li span { display: block; background-color: rgba(255, 255, 255, 0.1); }
#popup-contents .error { padding: 8rem; color: #FFF; text-align: center; }
#popup-close-top { position: absolute; top: 0; right: 0; }
#popup-close-bottom { margin: 0 auto; margin-bottom: 4rem; }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#popup-contents .case_photos li { width: 50%; }
	#popup-close-bottom { margin: 0 auto; margin-bottom: 8rem; }
}
@media screen and (max-width:414px) { /* iPhone 縦 s */
	#popup-contents .case_photos li { width: 100%; }
}