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

@import url(css/normalize.css);
@import url(css/all.min.css);
@import url(https://unpkg.com/aos@next/dist/aos.css);
@import url(css/jquery.jaticker_1.0.0.css);
@import url(css/common_parts.css);
@import url(css/common_2019.css);


/*
 index
==============================*/

/* top ----------*/
#top {}
#top:before { position: absolute; z-index: 20; top: 0; left: -100%; content: ""; width: calc((100% / 6) * 2); height: 100%; opacity: 0.5; background-color: #fff; -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%; opacity: 0.5; background-color: #fff; -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; top: 35px; left: 3%; width: calc(100% / 5); opacity: 0; z-index: 999; }
#top-copy { position: absolute; z-index: 10; bottom: 30%; left: calc(100% / 6); color: #FFF; font-weight: bold; font-size: 1.4vw; opacity: 0; text-shadow: black 0 0 5px; }
#top-copy strong { font-size: 2.2vw; }
#top-copy span.s { opacity: 0.3; }
/* mv-pg ----------*/
#mv-pg { position: fixed; z-index: -1; top: -10%; opacity: 0; left: 0; width: 100%; 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 .flag { position: absolute; right: 50px; bottom: 50px; width: 100px; height: auto; z-index: 9999; }
#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); }
#mv-pg li.mv1 span:last-child:after { content: ""; position: absolute; top: 50px; right: 25%; z-index: 999; background: url(img/germany.png) no-repeat; width: 50%; height: 150px; background-size: 100% auto;}
#mv-pg li.mv2 span:last-child:after { content: ""; position: absolute; top: 50px; right: 25%; z-index: 999; background: url(img/italy.png) no-repeat; width: 50%; height: 150px; background-size: 100% auto;}
#mv-pg li.mv3 span:last-child:after { content: ""; position: absolute; top: 50px; right: 25%; z-index: 999; background: url(img/holland.png) no-repeat; width: 50%; height: 150px; background-size: 100% auto;}
.pc {  }
.sp { display: none; }
@media screen and (max-width:800px) { /* iPad 横 l */
	#top { height: 100vw !important; }
	#top-logo { top: 5%; right: 2rem; width: calc(50% - 3rem); }
	#top-logo img { width: 75%; }
	#top-copy { bottom: 20%; left: 2rem; font-size: 3vw; }
	#top-copy strong { font-size: 4.7vw; }
	#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; }
	.pc { display: none; }
	.sp { display: inherit; }
	#top:before { position: absolute; z-index: 20; top: 0; left: -100%; content: ""; width: calc((100% / 6) * 3); height: 100%; opacity: 0.5; background-color: #fff; -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 {display: none; }

}

/* 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.9; background-color: #45a72c; -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% / 6); margin-left: calc((100% / 6) * 1); }
#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: #45a72c; }
#idea h3 { margin-bottom: 4rem; color: #333; line-height: 1.4; font-size: 3rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", Meiryo, 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; }
@media screen and (max-width:800px) { /* iPad 横 l */
	#idea:before { width: calc((100% / 6) * 4); }
	#idea:after { bottom: -1px; }
	#idea .inner { top: 0; padding: 6rem 2rem 6rem; -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; padding: 0 4rem; }
}

/* case ----------*/
#case { }
#case:before { position: absolute; z-index: 20; top: 0; right: 150%; content: ""; width: 100%; height: 100%; background-color: #fff; transition: all 1s ease-in-out; -webkit-transform: skew(45deg); transform: skew(45deg); -webkit-transform-origin: right top; transform-origin: right top; }
#case.active:before { right: calc((100% / 6) * 4); }
#case .inner { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#case h2 {position: absolute;top: -6vw;max-width: calc(100% / 6);margin-left: calc((100% / 6) * 4);color: #fff;}
#case h2:after { content: ""; height: 1px; width: calc((100vw / 6) * 2); bottom: 2.2rem; position: absolute; background-color: #fff; }
#case h2 span { color: #FFF; }
#case h2:first-letter { color: #FFF; }
#case .case_list { width: calc((100% / 6) * 3); margin-left: calc((100% / 6) * 1); }
#case .case_list li { position: relative; width: 33.333%; float: left; overflow: hidden; }
#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 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; padding: 0 10px; }
#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: 1.9rem; line-height: 1.2em; 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; }
#case .desc { width: calc((100% / 6) * 2); left: calc((100% / 6) * 4); font-size: 1.4rem; color: #fff; position: absolute; top: 0vw; }
.os { padding: 2px 0px; border: 1px solid #fff; width: 120px; margin: 10px auto 0; font-size: 14px; }

@media screen and (max-width:800px) { /* iPad 横 l */
	#case .inner { top: 0; padding: 6rem 2rem 0; -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; margin-top: 20%; padding-bottom: 0px; }
	#case .case_list li { width: 100%; margin: -20% 0 0;}
	#case .case_list li a .tw { opacity: 1; -webkit-transform:scale(0.9,0.9); transform:scale(0.9,0.9); }
	#case .desc { width: calc((100% / 6) * 3); left: calc((100% / 6) * 2); font-size: 1.4rem; color: #fff; position: absolute; top: -15vw; }
	#case .case_list li .bg { width: 50%; height: 50%; }
	#case .case_list li .tw { width: 63%; height: 50%; left: 40%; top: 10%; }
	
}
@media screen and (max-width:768px) { /* iPad 縦 m */

}

/* about ----------*/
#about { background-color: #FFF; }
#about:before { position: absolute; z-index: 20; top: 0; right: calc((100% / 6) * 4); content: ""; width: 100%; height: 100%; opacity: 0.9; background-color: #f5f5f5; -webkit-transform: skew(45deg); transform: skew(45deg); -webkit-transform-origin: right top; transform-origin: right top; mix-blend-mode: multiply; }
/*#about: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; }*/
#about.active:before { width: 100%; }
#about h2 { display: inline-block; max-width: calc(100% / 6); margin-top: 7rem; margin-left: calc((100% / 6) * 1); margin-bottom: 1rem; }
#about 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); }
#about h2:first-letter { color: #45a72c; }
#about .list-td { width: calc((100% / 6) * 2); margin-left: calc((100% / 6) * 1); }
#about .list-td-right { width: calc((100% / 6) * 4); margin-top: 24%; }
#about .list-td .t, #about .list-td-right .t { white-space: nowrap; }
#about .list-td .d, #about .list-td-right .d { padding-right: 2rem; }
#about .pw { position: absolute; top: 0; left: 50%; width: 50%; height: 100%; z-index: 99; }
#about .pw .p { height: 50%; background-repeat: no-repeat; background-position: center center; background-size: cover; float: left; }
#about .pw .p1, #about .pw .p4 { width: 66.6666%; }
#about .pw .p2, #about .pw .p3 { width: 33.3333%; }
#about .pw .p1 { background-image: url(img/about_1.jpg); }
#about .pw .p2 { background-image: url(img/about_2.jpg); }
#about .pw .p3 { background-image: url(img/about_3.jpg); }
#about .pw .p4 { background-image: url(img/about_4.jpg); }
@media screen and (max-width:800px) { /* iPad 横 l */
	#about .inner { padding: 6rem 2rem 0; }
	#about h2 { max-width: 100%; margin-top: 0; margin-left: 0; margin-bottom: 4rem; }
	#about .list-td { width: 100%; margin-left: 0; }
	#about .pw { position: relative; left: 0; width: 100%; height: auto; padding: 0 2rem 6rem; }
	#about .list-td-right { width: calc((100% / 6) * 4); margin-top: 0; }

}

/* access ----------*/
#access { background-color: #fff; }
#access:after { position: absolute; z-index: 20; bottom: 0; right: 0; content: ""; width: calc((100% / 6) * 4); height: 100%; opacity: 1; background-color: #45a72c; transition: all 1s ease-in-out; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left bottom; transform-origin: left bottom; }
#access:before { position: absolute; z-index: 0; bottom: 0; left: 79%; content: ""; width: calc((100% / 6) * 4); height: 100%; opacity: 1; background-color: #f5f5f5; transition: all 1s ease-in-out; -webkit-transform: skew(45deg); transform: skew(45deg); -webkit-transform-origin: left bottom; transform-origin: left bottom; }
#access.active:after { width: calc((100% / 6) * 2); }
#access .inner { position: relative; z-index: 999; top: 10%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#access h2 { max-width: calc(100% / 6); margin-top: 7rem; margin-left: calc((100% / 6) * 4); }
#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: #45a72c; }
#access .tw { width: calc((100% / 6) * 2); margin-left: calc((100% / 6) * 4); font-size: 1.4rem; }
#access-map_wrap { position: absolute; z-index: 2; top: 0;left: calc((100% / 6) * 1); width: calc(((100% / 6) * 3) - 20px); height: 100%; display: table;}
#access-map_wrap .in { margin: auto; display: table-cell; vertical-align: middle; text-align: center;}
#access-map_wrap .in a { color: #333; text-decoration: none; }
@media screen and (max-width:800px) { /* iPad 横 l */
	#access:after { width: calc((100% / 6) * 8); }
	#access .inner { top: 0; padding: 3rem 2rem 3rem; -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 { position: relative; z-index: 21; width: 100%; height: 50vw; left: 0; }
	#access-map_wrap .in {padding-bottom: 50px; padding-top: 20px; background: #fff;}
	#access:before { display: none; }
	#access:after { position: absolute; z-index: 20; bottom: 0; left: calc((100% / 6) * 11); content: ""; width: calc((100% / 6) * 4); height: 100%; opacity: 1; background-color: #45a72c; transition: all 1s ease-in-out; -webkit-transform: skew(45deg); transform: skew(45deg); -webkit-transform-origin: left bottom; transform-origin: left bottom; }
}

/* recruit ----------*/
#recruit { background-image: url(../_img/index/recruit_bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; }
#recruit h2 { display: inline-block; max-width: calc(100% / 6); margin-top: 7rem; margin-bottom: 6rem; margin-left: calc((100% / 6) * 1); color: rgba(255, 255, 255, 0.6); }
#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 span { color: #FFF; }
#recruit h2:first-letter { color: #FFF; }
#recruit h3 { font-size: 3rem; line-height: 1.4; margin-bottom: 3rem; }
#recruit h4 { font-size: 1.6rem; line-height: 1.4; }
#recruit p { font-size: 1.4rem; }
#recruit .tw { width: calc((100% / 6) * 4); margin-left: calc(100% / 6); color: #FFF; overflow-y: auto; height: calc(100vh - 23rem); }
#recruit .tw ul { width: 50%; float: left; }
#recruit .list-td .t { color: rgba(255, 255, 255, 0.6); white-space: nowrap; }
#recruit .list-td .d { padding-right: 2rem; }
#recruit .box p { text-align: left; line-height: 1.4; }
#recruit .box a { text-decoration: none; color: #FFF; }
@media screen and (max-width:800px) { /* iPad 横 l */
	#recruit .inner { padding: 6rem 2rem; }
	#recruit h2 { max-width: 100%; margin-top: 0; margin-bottom: 4rem; margin-left: 0; }
	#recruit p { font-size: 1.6rem; }
	#recruit .tw { overflow-y: visible; height: auto; width: 100%; margin-left: 0; }
	#recruit .tw ul { width: 100%; float: none; }
	#recruit .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) * 4); }
#news .inner { position: relative; width: 100%; height: 100%; }
#news h2 { position: absolute; width: calc(100% / 6); margin-top: 7rem; margin-left: calc((100% / 6) * 4); }
#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: #45a72c; }
#f_logo { position: absolute; top:50%; left: calc(100% / 6); width: calc((100% / 6) * .8); -webkit-transform:translateY(-50%); transform:translateY(-50%); }
#fb_wrap { width: 100%; max-width: calc((100% / 6) * 3); margin-left: calc((100vw / 6)); height: 100%; display: table; }
#fb_wrap ul { display: table-cell; vertical-align: middle;}
#fb_wrap ul .in { max-height: 400px; overflow-y: auto; }
#fb_wrap ul li { padding: 10px 0; position: relative;}
#fb_wrap ul li:before { content: "-"; position: absolute; left: -10px; top: 10px;}
#footer { position: absolute; bottom: 0; left: 0; width: 100%; padding: 2rem; height: 6rem; overflow: hidden; background-color: #45a72c; z-index: 999; }
#footer p { color: #FFF; text-align: center; font-size: 1.2rem; }
@media screen and (max-width:800px) { /* iPad 横 l */
	#news:before { width: calc((100% / 6) * 3); }
	#news .inner { padding: 6rem 2rem; 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: relative; top:0; left: 0; width: 100%; text-align: center; margin-bottom: 3rem; -webkit-transform:translateY(0); transform:translateY(-0); }
	#f_logo img { max-width: 20rem; }
	#fb_wrap { top:0; margin-left:0; left:0%; max-width: 100%; height: auto; -webkit-transform:translate(0,0); transform:translate(0,0); }
	#footer { position: relative; }
}

/* 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, 120, 22, 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: #45a72c; background-color: #fff; text-align: center; line-height: 6rem; font-size: 3rem; transition: all 0.3s ease-out; text-decoration: none;}
#popup.pop-ovh .popup-close { opacity: 0; }
#popup-contents { max-width: 70rem; 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; color: #fff; }
#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:800px) { /* 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%; }
}

.lang {
	position: fixed;
	bottom: 17px;
	right: 80px;
	background: #fff;
	border-radius: 24px;
	padding: 0 15px;
	z-index: 999999999;
	opacity: 0;
}
.lang a {
	text-decoration: none;
	color: #333;
}

@media screen and (max-width:800px) { /* iPad 横 l */
	.lang {
	bottom: 17px;
	right: 15px;
	}
}