@charset "utf-8";

/* ======================================
lp-siding
====================================== */

.contents.top {
	padding-bottom: 0;
}

.inner {
	width: 100%;
	max-width: 1140px;
}

/* header
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.header-nav {
		width: 70%;
		max-width: 800px;
		bottom: 57px;
	}
	.header-nav__second .header-nav__list__item.contact a {
		padding: 3px 14px 3px;
		color: #fff;
		border: 1px solid transparent;
		border-radius: 3px;
		background: #006994;
	}
	.header-nav__second .header-nav__list__item.contact a:hover {
			color: #006994;
			border: 1px solid #006994;
			background: none;
	}
	.header-nav__second .header-nav__list__item.contact a:before,
	.header-nav__second .header-nav__list__item.contact a:after {
			display: none;
	}
}
.header-nav__second {
	gap: .8rem;
}
.header-nav__second .header-nav__list__item.anchor > a {
	padding-right: 1.8rem;
	position: relative;
	font-size: 1.6rem;
	color: #006994;
}
.header-nav__second .header-nav__list__item > a .arrow {
    display: block;
    width: 9px;
    height: 9px;
    border: solid 1px #006994;
    border-top: none;
    border-left: none;
	margin: 0;
    transform: rotate(45deg);
    transition: margin .2s, transform .3s;
	position: absolute;
	top: 1.1rem;
	right: 0;
	margin: auto;
}

@media screen and (max-width : 767px) {
	.header-nav-trigger {
		display: none;
	}
}

/* topMainBox
--------------------------------------------------------------*/
.topMainBox {
	height: 646px;
	background: url("/indonesia/resources/images/lp-siding/index/main.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}
.topMainBox .box01 {
	
}
.topMainBox .logo {
	width: 400px;
	margin: 0 auto;
	padding: 180px 0 0 0;
}
.topMainBox .logo img {
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,.8));
}
.topMainBox .copy {
	color: #ffffff;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.4;
	margin: 0.5em 0 0 0;
}
.topMainBox .naviBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(102,102,102,0.95);
}
.topMainBox .naviBox ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.topMainBox .naviBox ul li {
	width: 24%;
}
.topMainBox .naviBox ul li a {
	display: block;
	height: 180px;
	padding: 25px 5% 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
.topMainBox .naviBox ul li .icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
}
.topMainBox .naviBox ul li .name {
	font-size: 2rem;
	line-height: 1.4;
	margin: 0.6em 0 0 0;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
	transition: .2s;
}
.topMainBox .naviBox ul li a:hover .icon ,
.topMainBox .naviBox ul li a:hover .name {
	transform: scale(1.1);
}

@media screen and (max-width : 767px) {
	.topMainBox {
		height: 100vw;
		background: url("/indonesia/resources/images/lp-siding/index/main_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	.topMainBox .box01 {
		padding: 0 14%;
	}
	.topMainBox .logo {
		width: auto;
		padding-top: 22vw;
	}
	.topMainBox .copy {
		font-size: 1.6rem;
	}
	.topMainBox .naviBox ul {
		width: auto;
	}
	.topMainBox .naviBox ul li a {
		height: 125px;
		padding: 25px 5% 0;
	}
	.topMainBox .naviBox ul li .icon {
		width: 30px;
		height: 30px;
	}
	.topMainBox .naviBox ul li .name {
		font-size: 1rem;
	}
}

@media screen and (max-width : 320px) {
	.topMainBox .copy {
		font-size: 1.2rem;
	}
	.topMainBox .naviBox ul li .name {
	font-size: 0.9rem;
	}
}

/* topFeaturesBox
--------------------------------------------------------------*/
.topFeaturesBox {
	padding: 6rem 0 0;
	border-bottom: solid 4px #F5F5F5;
}
.topFeaturesBox .oneBox {
	display: flex;
	/* align-items: center; */
	gap: 8rem;
	padding: 0 0 1rem;
}
.topFeaturesBox .oneBox .imgBox {
	flex: 0 1 540px;
}
.topFeaturesBox .oneBox .txtBox {
	flex: 1 1 504px;
}
.topFeaturesBox .oneBox .txtBoxInner .icon {
    width: 54px;
}
.topFeaturesBox .oneBox .txtBox .txt01 {
	font-size: 2.4rem;
	margin: 1rem 0 1.5rem 0;
}
.topFeaturesBox .oneBox .txtBox .txt02 {
	position: relative;
}
.topFeaturesBox .oneBox .txtBox .txt02::after {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.04) 100%);
	transition: .4s;
	opacity: 1;
	z-index: 2;
}
.topFeaturesBox.is-active .oneBox .txtBox .txt02::after {
	opacity: 0;
	z-index: -99;
}
.topFeaturesBox .oneBox .txtBox .btn {
	margin: 3rem 0 0 0;
}
@media screen and (max-width : 767px) {
	.topFeaturesBox {
		padding: 5rem 0 0;
	}
	.topFeaturesBox .oneBox {
		display: block;
	}
	.topFeaturesBox .oneBox .imgBox {
		width: auto;
		padding: 0!important;
	}
	.topFeaturesBox .oneBox .txtBox {
		width: auto;
		margin: 2.2rem 0 0 0;
		padding: 0!important;
	}
	.topFeaturesBox .oneBox .txtBoxInner .head {
		display: flex;
		gap: 1.5rem;
		margin: 1rem 0 2rem;
	}
	.topFeaturesBox .oneBox .txtBoxInner .icon {
		flex: 0 0 40px;
	}
	.topFeaturesBox .oneBox .txtBoxInner .headline-big01 {
		margin: 0;
	}
	.topFeaturesBox .oneBox .txtBoxInner {
		max-width: none;
		margin: 0!important;
	}
	.topFeaturesBox .oneBox .txtBox .txt01 {
		font-size: 1.8rem;
	}
	.topFeaturesBox .oneBox .txtBox .btn {
	margin: 1.4rem 0 0 0;
	}
	.topFeaturesBox .oneBox .txtBox .btn .btn01 {
		width: 100%!important;
	}
}

/* accordion */
.accordion-btn {
    text-align: right;
    margin: 4rem 0 0;
	min-height: 40px;
}
.accordion-btn > span {
    display: inline-block;
    color: #006994;
    position: relative;
    cursor: pointer;
    font-size: 1.8rem;
    width: 150px;
    margin: 0 .5rem 0 0;
}
.accordion-btn span:hover {
    text-decoration: underline !important;
}
.accordion-btn > span .more, 
.accordion-btn > span .close {
	display: block;
	position: absolute;
	top: .2rem;
	right: 3.4rem;
	transition: opacity .3s;
}
.accordion-btn > span .close {
	opacity: 0;
}
.accordion-btn > span .arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: solid 2px #006994;
    border-top: none;
    border-left: none;
    margin: 0;
    transform: rotate(45deg);
    transition: margin .2s, transform .3s;
}
.accordion-btn.is-active > span .arrow {
    transform: rotate(-135deg);
    margin: 1.2rem 0 0 0;
}
.accordion-btn.is-active .more {
	opacity: 0;
}
.accordion-btn.is-active .close {
	opacity: 1;
}

.accordion-pnl {
	display: none;
	margin: 0;
	padding: 3rem 0;
	background: #F4F6F6;
}
.accordion-pnl-inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    padding: 3.6rem 5.6rem;
}

.accordion-pnl .accordion-btn {
	margin: 6rem 0 0;
}
.accordion-pnl .accordion-btn > span .close {
	opacity: 1;
}
.accordion-pnl .accordion-btn > span .arrow {
    transform: rotate(-135deg);
    margin: 1.2rem 0 0 0;
}

@media screen and (max-width : 767px) {
	.accordion-pnl {
		padding: 3rem 2rem;
	}
	.accordion-pnl-inner {
		padding: 3.6rem 8%;
	}
}

/* Function */
.featuresFunctionsBox01 {
	padding: 30px;
	background: #F4F6F6;
	display: flex;
	justify-content: space-between;
}
.featuresFunctionsBox01 .imgBox {
	width: 41%;
}
.featuresFunctionsBox01 .txtBox {
	width: 53%;
}
@media screen and (max-width : 767px) {
	.featuresFunctionsBox01 {
		padding: 22px;
		display: block;
		margin-top: 1em;
	}
	.featuresFunctionsBox01 .imgBox {
		width: auto;
	}
	.featuresFunctionsBox01 .txtBox {
		width: auto;
		margin-top: 1em;
	}
}

/* topProjectsBox
--------------------------------------------------------------*/
.topProjectsBox {
	padding: 100px 0;
	background: #484848;
	overflow: hidden;
}
.topProjectsBox .head {
	color: #ffffff;
	font-size: 4.6rem;
	font-weight: 400;
	text-align: center;
}

@media screen and (min-width : 768px) {
	.topProjectsBox .sliderBox {
		margin: 60px 0 40px 0;
		overflow: hidden;
		display: -ms-grid;
		-ms-grid-columns: min-content;
	}
	.topProjectsBox .sliderList {
		/*display: flex;
		min-width: 100%;
		width: min-content;
		animation: 20s linear infinite sliderAnimation;*/
	}
	.topProjectsBox .sliderList > li {
		width: 623px;
		margin: 0 10px;
	}
}
/*@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}*/

/* slider animation */
.topProjectsBox .sliderBox {
  display: flex;
}
.topProjectsBox .sliderList {
  display: flex;
}

.topProjectsBox .sliderList:first-child {
  animation: loop 90s linear infinite;
}

.topProjectsBox .sliderList:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}

.topProjectsBox .sliderList:last-child {
  animation: loop3 90s -30s linear infinite;
}

@keyframes loop {
  0% { transform: translateX(200%); }
  to { transform: translateX(-100%); }
}

@keyframes loop2 {
  0% { transform: translateX(100%); }
  to { transform: translateX(-200%); }
}

@keyframes loop3 {
  0% { transform: translateX(0%); }
  to { transform: translateX(-300%); }
}

@media screen and (min-width:768px) {
    .topProjectsBox .sliderBox {
        margin: 8rem 0 0;
    }
}


.topProjectsBox .btn {
	text-align: center;
	margin: 2em 0 0 0;
}
.topProjectsBox .btn .btn01.white:hover::after {
    border-color: #484848;
}
@media screen and (max-width : 767px) {
	.topProjectsBox {
		padding: 40px 0;
	}
	.topProjectsBox .head {
		font-size: 7vw;
	}
	.topProjectsBox .sliderBox {
		margin: 30px 0 20px 0;
		overflow: hidden;
		display: -ms-grid;
		-ms-grid-columns: min-content;
	}
	.topProjectsBox .sliderList {
		display: flex;
		min-width: 100%;
		width: min-content;
		animation: 20s linear infinite sliderAnimation;
	}
	.topProjectsBox .sliderList > li {
		width: 230px;
		margin: 0 10px;
	}
	.topProjectsBox .btn {
		margin: 2em 14% 0;
	}
	.topProjectsBox .btn .btn01 {
		width: 100%;
	}
}


/* projectDetailBox
-------------------------------------------------------------------*/
.projectDetailBoxWrapper {
	display: none;
}
.projectDetailBox {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 40px 20px;
	text-align: center;
	background: #ffffff;
}
.projectDetailBox .imgBox {
}
.projectDetailBox .name {
	margin: 1em 0 0 0;
}
.projectDetailBox .used {
	margin: 0;
}
@media screen and (max-width : 767px) {
	.projectDetailBox {
		width: auto;
		padding: 15px 15px 10px;
	}
}

/* fancybox
-------------------------------------------------------------------*/
#fancybox-wrap ,
#fancybox-outer ,
#fancybox-content {
	box-sizing: content-box;
}
#fancybox-close {
	width: 24px!important;
	height: 24px!important;
	top: 16px!important;
	right: 16px!important;
	background: url("/indonesia/resources/images/projects/modal_close.svg") center center no-repeat!important;
	background-size: contain!important;
}
.fancybox-bg {
	opacity: 0;
}
@media only screen and (max-width: 767px) {
	#fancybox-close {
		width: 12px!important;
		height: 12px!important;
		top: 8px!important;
		right: 8px!important;
	}
}

/* topSampleBox
-------------------------------------------------------------------*/
.topSampleBox {
	padding: 80px 0 70px;
	background: url("/indonesia/resources/images/lp-siding/index/bg.jpg") center center no-repeat;
	background-size: cover;
	color: #ffffff;
	text-align: center;
}
.topSampleBox .head {
	font-size: 3.6rem;
	font-weight: 400;
	text-align: center;
}
.topSampleBox .txt01 {
	color: #ffffff;
	text-align: center;
	margin: 1em 0 0 0;
}
.topSampleBox .btn {
	text-align: center;
	margin: 2em 0 0 0;
}
.topSampleBox .btn .btn01.white:hover::after {
    border-color: #666666;
}
@media screen and (max-width : 767px) {
	.topSampleBox {
		padding: 40px 0 50px;
		background: url("/indonesia/resources/images/lp-siding/index/bg_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	.topSampleBox .head {
		font-size: 2.4rem;
	}
	.topSampleBox .btn {
		padding: 0 6%;
	}
	.topSampleBox .btn .btn01 {
		width: 100%;
	}
}

/* topDistributor
-------------------------------------------------------------------*/
.topDistributor {
	padding: 5rem 0;
}
.topDistributor .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topDistributor .name {
	font-size: 2.8rem;
}
.topDistributor .url {
    padding: .5rem 0 .5rem 4rem;
    margin: 2.5rem 0 .6rem;
	background: url(/indonesia/resources/svg/icon_globe_drkgy.svg) no-repeat 0 center;
    background-size: 24px;
}

@media screen and (max-width : 1000px) {
	.topDistributor .row {
		display: block;
	}
	.topDistributor .map {
		margin: 2rem 0 0;
	}
	.topDistributor .map iframe {
		width: 100%;
	}
	.topDistributor .name {
		font-size: 2.0rem;
	}
	.topDistributor .url {
		margin: 1.5rem 0 0
	}
}

/* tech-info
--------------------------------------------------------------*/
.topTechInfo {
	background: #666666;
	color: #ffffff;
	padding: 7rem 0;
}
.topTechInfo .icon {
	width: 54px;
}
.topTechInfo .row {
	display: flex;
	justify-content: space-between
}

.topTechInfo .row .txt {
	flex: 0 1 680px;
}
.topTechInfo .row .txt .desc {
	font-size: 2.2rem;
	margin: 0 0 2rem;
}

.topTechInfo .row .topTechInfo__item {
	flex: 0 1 320px;
}

@media screen and (max-width : 767px) {
	.topTechInfo {
		padding: 6rem 0;
	}
	.topTechInfo .head {
		display: flex;
		gap: 1.5rem;
	}
	.topTechInfo .headline-big01 {
		margin: 0;
	}
	.topTechInfo .icon {
		flex: 0 0 40px;
	}
	.topTechInfo .row {
		display: block;
	}
	.topTechInfo .row .txt {
		margin: 0 0 3rem;
	}
	.topTechInfo .row .txt .desc {
		font-size: 1.8rem;
		margin: 0 0 2rem;
	}
}


.topTechInfo__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem 3rem;
    width: 100%;
    height: 100%;
}
.topTechInfo__img {
    height: 210px;
    background: #EDEEEE;
}
.topTechInfo__img img {
    width: auto;
    max-height: 130px;
    box-shadow: 3px 3px 6px rgba(0,0,0,.4);
}
.topTechInfo__ttl {
    margin: 1.4rem 0 0;
    color: #50555A;
    line-height: 1.4;
    padding: 0 1rem;
    word-break: break-word;
}
.topTechInfo__desc {
    margin: 1rem 0 0;
    line-height: 1.4;
    padding: 0 2rem;
    font-size: 1.4rem;
}
.topTechInfo__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem 3rem;
    width: 100%;
    height: 100%;
}
.topTechInfo__item.pdf a::after, .topTechInfo__item.modal a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: .5rem;
    right: .5rem;
}
.topTechInfo__item.pdf a::after {
    width: 23px;
    height: 28px;
    background: url(/indonesia/resources/svg/icon_pdf.svg) no-repeat 0 0;
}
.topTechInfo__item.modal a::after {
    width: 28px;
    height: 29px;
    background: url(/indonesia/resources/svg/icon_zoom.svg) no-repeat 0 0;
}

@media screen and (min-width : 768px) {
    .topTechInfo__img {
        min-height: 308px;
    }
    .topTechInfo__img img {
        width: auto;
        max-height: 220px;
        max-width: 160px;
    }
    .topTechInfo__ttl {
        margin: 1.8rem 0 0;
        line-height: 1.4;
        padding: 0;
        font-size: 1.8rem;
    }
    .topTechInfo__desc {
        padding: 0;
        font-size: 1.6rem;
    }
    .topTechInfo__item a {
        padding: 4rem;
    }
    .topTechInfo__item.pdf a::after, .topTechInfo__item.modal a::after {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    .topTechInfo__item a {
        position: relative;
        z-index: 0;
    }
    .topTechInfo__item a img {
        position: relative;
        z-index: 0;
        transition: .4s ease;
    }
    .topTechInfo__item a:hover {
        box-shadow: 3px 3px 6px rgba(0,0,0,.6);
    }
    .topTechInfo__item a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        opacity: 0;
        z-index: -1;
        transition: opacity .4s ease, z-index .4s ease;
    }
    .topTechInfo__item a:hover:before {
        opacity: 1;
        z-index: 90;
        transition: opacity .4s ease, z-index .4s ease;
    }
}

/* tech-info
--------------------------------------------------------------*/
.lp-footer {
	padding: 0 0 1rem;
}
.lp-footer .footer-top__inner {
	padding: 5rem 3.8rem 1rem;
}
.lp-footer .footer-logo {

}
.lp-footer .footer-privacy {
	font-size: 1.2rem;
}
.lp-footer .footer-home-link a {
	text-decoration: none;
}
.lp-footer .footer-home-link a:hover {
	text-decoration: underline;
}

@media screen and (max-width : 767px) {
	.lp-footer .footer-privacy {
		text-align: center;
	}
	.lp-footer .footer-copyright {
		margin: 2rem 0 0;
	}
	.lp-footer .footer-top__inner {
		padding: 5rem 2rem 3rem;
	}
}