@charset "utf-8";

/* ======================================
siding2
====================================== */

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

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

@media screen and (min-width: 768px) {
	.contents p {
		font-size: 1.8rem;
	}
}

h3 {
	font-size: clamp(2.2rem, 1.92rem + 1.4vw, 3.6rem);
	margin: 1rem 0 2.5rem;
}
h4 {
	font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
	margin: 1rem 0 1.5rem;
}

/* header
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.header-logo-box {
		width: 25%;
	}
	.header-nav {
		width: 76%;
		max-width: 980px;
		bottom: 57px;
	}
	.header-nav__second .header-nav__list__item {
		padding: 0 .4rem;
	}
	.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("/global/indonesia/resources/images/products/siding/filltect/main.jpg") center no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2rem;
}
.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: 5.6rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width : 767px) {
	.topMainBox {
		height: 100vw;
		background: url("/global/indonesia/resources/images/products/siding/filltect/main_sp.jpg") center no-repeat;
		background-size: cover;
		padding: 0 4rem;
	}
	.topMainBox .copy {
		font-size: 2.8rem;
	}
}

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

/* about
--------------------------------------------------------------*/
.about {
	padding: 2rem 0 3rem;
}
.about-catchcopy {
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 3rem;
}
.about-desc {
	text-align: center;
	margin: 0 0 5.5rem;
}
@media screen and (min-width : 768px) {
	.about {
		padding: 4rem 0 4rem;
	}
	.about-catchcopy {
		font-size: 3.6rem;
	}
	.about-desc {
		font-size: 1.8rem;
	}
}

/* lineup
--------------------------------------------------------------*/
.lineup {
	padding: 3rem 0 6rem;
}
.lineup-desc {
	text-align: center;
}
@media screen and (min-width : 768px) {
	.lineup {
		padding: 7rem 0 8rem;
	}
	.lineup-desc {
		font-size: 1.8rem;
	}
}

/* 特徴アイコン */
@media screen and (max-width : 767px) {
    .products-features-list {
        margin: 5rem auto 0;
    }
    .products-features-list__item {
        display: flex;
        align-items: center;
        margin: 2rem 0 0;
    }
    .products-features-list__item .products-feature-icon {
        flex: 0 0 auto;
        width: 50px;
        height: 50px;
        margin: 0;
    }
    .products-features-list__item .products-feature-icon svg {
        width: 100%;
        fill: #50555A;
    }
    .products-features-list__item .products-feature-txt {
        margin: 0 0 0 2rem;
        text-align: left;
        line-height: 1.3;
    }
}
@media screen and (min-width : 768px) {
    .products-features-list {
        display: flex;
        justify-content: center;
        margin: 8rem auto 0;
        padding: 0 2rem;
    }
    .products-features-list__item {
        flex: 0 1 25%;
        padding: 0 2rem;
    }
    .products-features-list__item .products-feature-icon {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    .products-features-list__item .products-feature-icon svg {
        width: 100%;
        height: auto;
        fill: #50555A;
    }
    .products-features-list__item .products-feature-txt {
        display: block;
        margin: 2rem auto 0;
        font-size: 1.6rem;
        text-align: center;
   }
}

/* lineup-list */
.lineup-list {
		display: flex;
		flex-flow: column;
		gap: 3rem;
		margin: 5rem 0 2rem;
}
.lineup-list-blk {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	text-decoration: none;
	transition: .2s;
}
.lineup-list-item.filltect .lineup-list-blk {
	background: url("/global/indonesia/resources/images/products/siding/filltect/product01.jpg") no-repeat center;
	background-size: cover;
}
.lineup-list-item.ceradir-v .lineup-list-blk {
	background: url("/global/indonesia/resources/images/products/siding/filltect/product02.jpg") no-repeat center;
	background-size: cover;
}
.lineup-list-blk:hover {
	opacity: .7;
}
.lineup-list-item .ttl {
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: clamp(3rem, 2.48rem + 2.6vw, 5.6rem);
}
.lineup-list-item .desc {
	padding: 2rem 2rem;
}

@media screen and (min-width : 768px) {
	.lineup-list {
		flex-flow: row;
		justify-content: space-between;
		gap: 4rem;
		margin: 8rem 0 5rem;
	}
	.lineup-list-item {
		flex: 0 1 580px;
	}
	.lineup-list-blk {
		height: 28vw;
		max-height: 280px;
	}
	.lineup-list-item .desc {
		font-size: 1.8rem;
	}	
}

.lineup-catalog a {
	display: inline-block;
	width: auto;
	font-weight: 700;
	padding: 1rem 0 1rem 4rem;
	background-image: url(/global/indonesia/resources/svg/icon_pdf.svg);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 23px;
}
@media screen and (min-width : 768px) {
	.lineup-catalog {
		text-align: center;
	}
	.lineup-catalog a {
		font-size: 1.8rem;
	}
}

/* features
--------------------------------------------------------------*/
.features {
	padding: 3rem 0 0;
}
.features-desc {
	text-align: center;
	margin: 3rem 0 4rem;
}
@media screen and (min-width : 768px) {
	.features {
		padding: 7rem 0 0;
	}
	.features-desc {
		font-size: 1.8rem;
		margin: 4rem 0 6rem;
	}
}

@media screen and (min-width: 768px) {
	.anchor-link-columns {
		justify-content: center;
		border-bottom: none;
	}
}

.features-body {
	background-color: #F5F5F5;
	padding: 4rem 0;
	margin: 3rem 0 0;
}
.features-body-sec + .features-body-sec {
	margin-top: 5rem;
}
.features-box {
	background-color: #fff;
	padding: 3rem 2.5rem;
}
.features-box + .features-box {
	margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
	.features-body {
		padding: 8rem 0;
		margin: 0;
	}
	.features-body-sec + .features-body-sec {
		margin-top: 7rem;
	}
	.features-box {
		padding: 4rem 4rem 4rem;
		margin: 3.5rem 0 0;
	}
	.features-box + .features-box {
		margin-top: 4rem;
	}
}

.easy-installation-row {
		display: flex;
		flex-flow: column;
		gap: 4rem;
}
@media screen and (min-width: 768px) {
	.easy-installation-row {
			flex-flow: row;
			justify-content: space-between;
			gap: 4rem;
	}
	.easy-installation-row__item {
		flex: 0 1 537px;
		display: flex;
		flex-flow: column;
		gap: 2rem;
	}
}

/* series-features-btn */
.series-features-btn {
	margin-top: 2rem;
}
.series-features-btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 1.2rem 4.5rem 1.2rem 2.5rem;
	text-align: center;
	font-weight: 600;
	color: #006994;
	border: #006994 1px solid;
	border-radius: 2px;
	text-decoration: none;
	transition: .2s;
}
.series-features-btn a::after {
    display: block;
    position: absolute;
    content: '';
    top: 40%;
    right: 1.5rem;
    width: 8px;
    height: 8px;
    border-top: 2px solid #006994;
    border-right: 2px solid #006994;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .2s;
}
.series-features-btn a:hover {
    color: #fff;
    background: #006994;
    border-color: #006994;
}
.series-features-btn a:hover:after {
    border-color: #fff;
}

/* orange */
.series-features-btn.orange a {
	color: #EB941D;
	border: #EB941D 1px solid;
}
.series-features-btn.orange a::after {
	border-top: 2px solid #EB941D;
	border-right: 2px solid #EB941D;
}
.series-features-btn.orange a:hover {
	color: #fff;
	background: #EB941D;
	border-color: #EB941D;
}
.series-features-btn.orange a:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

@media screen and (min-width : 768px) {
	.series-features-btn {
		margin-top: auto;
	}
}

/* eco
--------------------------------------------------------------*/
.eco-blk + .eco-blk {
	margin-top: 5rem;
}
@media screen and (min-width : 768px) {
	.eco-blk + .eco-blk {
		margin-top: 9rem;
	}
}

.contribution-row {
	display: flex;
	flex-flow: column;
	gap: 3rem;
}
@media screen and (min-width : 768px) {
	.contribution-row {
		flex-flow: row;
		gap: 3.4rem;
	}
	.contribution-row .txt {
		flex: 0 1 672px;
	}
	.contribution-row .fig {
		flex: 0 1 374px;
	}
}

.green .fig {
	margin: 2.5rem 0 0;
}
@media screen and (min-width : 768px) {
	.green .fig {
		margin: 4rem 0 0;
	}
}

.leed-row {
	display: flex;
	flex-flow: column;
	gap: 2.5rem;
}
.leed-row .fig {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}
@media screen and (min-width : 768px) {
	.leed-row {
		flex-flow: row;
		gap: 3.4rem;
	}
	.leed-row .txt {
		flex: 0 1 672px;
	}
	.leed-row .fig {
		justify-content: flex-end;
		flex: 0 1 374px;
		gap: .8rem;
	}
}

.leed-projects {
	background-color: #F4F6F6;
	padding: 2rem 2rem;
	margin: 2rem 0 0;
}
.leed-projects-list {
	display: flex;
	flex-flow: column;
	gap: 2rem;
}
@media screen and (min-width : 768px) {
	.leed-projects {
		padding: 2rem 4rem 4rem;
	}
	.leed-projects-list {
		flex-flow: row;
		gap: 2rem;
	}
	.leed-projects-list .item {
		flex: 0 1 300px;
	}
}

/* topProjectsBox
--------------------------------------------------------------*/
.topProjectsBox {
	padding: 8rem 0;
	overflow: hidden;
}
.topProjectsBox .head {
	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 > li {
		width: 623px;
		margin: 0 10px;
	}
}

/* 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: 6rem 0 0;
    }
}

@media screen and (max-width : 767px) {
	.topProjectsBox {
		padding: 4rem 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%;
	}
}

/* topDistributor
-------------------------------------------------------------------*/
.topDistributor {
	padding: 2rem 0 4rem;
}
.topDistributor .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 9rem 0 0;
}
.topDistributor .name {
	font-size: 2.8rem;
}
.topDistributor .address {
	margin: 2.5rem 0 3rem;
}
.topDistributor .url {
    padding: .5rem 0 .5rem 4rem;
	background: url(/global/indonesia/resources/svg/icon_globe_drkgy.svg) no-repeat 0 center;
    background-size: 24px;
}
.topDistributor .tel a {
    padding: 0.8rem 0 0.5rem 3.8rem;
    background: url(/global/indonesia/resources/svg/icon_phone.svg) no-repeat 0 center;
    background-size: 24px;
    background-position: 0.3rem;
    display: inline-block;
    width: auto;
}
.topDistributor .mail a {
    padding: 0.8rem 0 0.5rem 3.8rem;
    background: url(/global/indonesia/resources/svg/icon_mail.svg) no-repeat 0 center;
    background-size: 24px;
    background-position: 0;
    display: inline-block;
    width: auto;
}
@media screen and (max-width : 1000px) {
	.topDistributor .row {
		display: block;
		margin: 3rem 0 0;
	}
	.topDistributor .map {
		margin: 2rem 0 0;
	}
	.topDistributor .map iframe {
		width: 100%;
	}
	.topDistributor .name {
		font-size: 2.0rem;
	}
	.topDistributor .address {
		margin: 3rem 0 2rem;
	}
}

/* tech-info
-------------------------------------------------------------------*/
.tech-info {
	padding: 3rem 0 6rem;
}
@media screen and (min-width : 768px) {
	.tech-info {
		padding: 7rem 0 10rem;
	}
}

.tech-info-anchor-links {
    margin-bottom: 2rem;
}
.tech-info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.tech-info-list__item {
    flex: 0 1 48%;
    margin: 1.5rem 0 1.5rem;
}
.tech-info-list__img {
    height: 210px;
    background: #EDEEEE;
}
.tech-info-list__img img {
    width: auto;
    max-height: 130px;
    box-shadow: 3px 3px 6px rgba(0,0,0,.4);
}
.tech-info-list__ttl {
    margin: 1.4rem 0 0;
    color: #50555A;
    line-height: 1.4;
    padding: 0 1rem;
    word-break: break-word;
}
.tech-info-list__desc {
    margin: 1rem 0 0;
    line-height: 1.4;
    padding: 0 2rem;
    font-size: 1.4rem;
}
.tech-info-list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem 3rem;
    width: 100%;
    height: 100%;
}
.tech-info-list__item.pdf a::after, .tech-info-list__item.modal a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: .5rem;
    right: .5rem;
}
.tech-info-list__item.pdf a::after {
    width: 23px;
    height: 28px;
    background: url(/global/indonesia/resources/svg/icon_pdf.svg) no-repeat 0 0;
}
.tech-info-list__item.modal a::after {
    width: 28px;
    height: 29px;
    background: url(/global/indonesia/resources/svg/icon_zoom.svg) no-repeat 0 0;
}

@media screen and (min-width : 768px) {
    .tech-info-anchor-links {
        margin-bottom: 8rem;
    }
    .tech-info-headline {
        text-align: left;
    }
    .tech-info-blk {
        margin: 0 auto;
        max-width: 1200px;
    }
    .tech-info-list {
        justify-content: flex-start;
				gap: 2%;
        margin-top: -2rem;
    }
    .tech-info-list__item {
        flex: 0 1 23.5%;
        margin: 2.5rem 0 3.5rem;
    }
    .tech-info-list__img {
        min-height: 308px;
    }
    .tech-info-list__img img {
        width: auto;
        max-height: 220px;
        max-width: 160px;
    }
    .tech-info-list__ttl {
        margin: 1.8rem 0 0;
        line-height: 1.4;
        padding: 0;
        font-size: 1.8rem;
    }
    .tech-info-list__desc {
        padding: 0;
        font-size: 1.6rem;
    }
    .tech-info-list__item a {
        padding: 4rem;
    }
    .tech-info-list__item.pdf a::after, .tech-info-list__item.modal a::after {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    .tech-info-list__item a {
        position: relative;
        z-index: 0;
    }
    .tech-info-list__item a img {
        position: relative;
        z-index: 0;
        transition: .4s ease;
    }
    .tech-info-list__item a:hover {
        box-shadow: 3px 3px 6px rgba(0,0,0,.6);
    }
    .tech-info-list__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;
    }
    .tech-info-list__item a:hover:before {
        opacity: 1;
        z-index: 90;
        transition: opacity .4s ease, z-index .4s ease;
    }
}

/* 2020.02
---------------------------------------------*/
.tech-link {
    margin: 2rem auto 1.5rem;
    width: 100%;
    padding: 5px 12px 4px;
    border: solid 1px #fff;
    font-size:1.8rem;
    color:#50555a;
    text-align-last: left;
    background: #EDEEEE;
}
.tech-link.blank {
    position: relative;
    width: 80%;
    max-width: 240px;
    text-align: left;
}
.blank-icon svg {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 17px;
    height: 14px;
    fill:#50555a;
    transition: .2s ease;
}
.tech-link:hover {
    border: solid 1px #006994;
    color:#006994;
    text-decoration: none;
}
.tech-link.blank:hover .blank-icon svg{
    fill:#006994;
}

@media screen and (min-width : 768px) {
    .tech-link {
        margin: .7rem 0 0;
    }
    .tech-link.blank {
        width: 240px;
    }
}

/* video
--------------------------------------------------------------*/
.video {
	background-color: #484848;
	color: #fff;
	padding: 5rem 0;
}
.video-desc {
	text-align: center;
}
.video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin: 3rem 0 0;
}
.video-embed iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width : 768px) {
	.video {
		padding: 7rem 0;
	}
	.video-row {
		display: flex;
		justify-content: space-between;
		gap: 4rem;
	}
	.video-txt {
		flex: 0 1 428px;
	}
	.video-ttl {
		text-align: left !important;
	}
	.video-desc {
		text-align: left;
	}
	.video-embed {
		flex: 0 1 734px;
	}
}

/* bnr-whatsapp
--------------------------------------------------------------*/
.bnr-whatsapp {
	width: 150px;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 99;
	transition: .1s;
}
@media screen and (min-width : 768px) {
	.bnr-whatsapp {
		width: 259px;
		bottom: 2rem;
		right: 2rem;
	}
}

/* lp-footer
--------------------------------------------------------------*/
.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;
	}
}

