@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------
 Products index
---------------------------------------------------------*/
/* page-head
---------------------------------------*/
.products .page-head--bg {
    background: url(/indonesia/resources/images/products/index/main-products.png) no-repeat center;
    background-size: cover;
}

/* products-index-features
---------------------------------------*/
.products-index-features {
	margin: 6rem 0 0;
}
.products-index-features__item {
	margin: 0 0 4rem;
}
.products-index-features__item a {
	display: block;
	color: #666;
	text-decoration: none;
}
.products-index-features__item a:hover {
	opacity: .7;
}
.products-index-features__item .ttl {
	font-size: 2.3rem;
	font-weight: 600;
	padding-bottom: 1rem;
}
.products-index-features__item .img {
	margin: .5rem auto .5rem;
	font-size: 0;
	border: solid 1px #AEB0B1;
}
.products-index-features__item .desc {
	padding: .5rem 0 0;
}
@media screen and (min-width : 768px) {
	.products-index-features {
		margin: 11rem 0 .5rem;
	}
	.products-index-features {
		display: flex;
		justify-content: space-between;
	}
	.products-index-features__item {
		width: calc(100% / 3);
		max-width: 320px;
		margin: 0;
		padding-left: 2px;
		padding-right: 2px;
	}
	.products-index-features__item .ttl {
		font-size: 1.9rem;
	font-size: min(1.5vw,1.9rem);
	}
	.products-index-features__item .desc {
		padding: 1rem 1rem 0.5rem;
	}
}

/* products-index-lineup
---------------------------------------*/
.products-index-lineup__item {
	margin: 1.3rem 0 3rem;
}
.products-index-lineup__item > a {
	position: relative;
	text-decoration: none;
	color: #484848;
}
.products-index-lineup__item > a::after {
    position: absolute;
    content: '';
    bottom: 22%;
    right: .8rem;
    width: 8px;
    height: 8px;
    border-top: 1px solid #484848;
    border-right: 1px solid #484848;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .2s;
}
.products-index-lineup__item > a:hover {
	opacity: .7;
}
.products-index-lineup__item__row {
	display: block;
	border: solid 1px #707070;
}
.products-index-lineup__item__row .txt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	padding: 2rem 2rem 2rem 1rem;
}
.products-index-lineup__item__row .txt > * {
	width: 100%;
}
.products-index-lineup__item__row .ttl {
	margin: 1.2rem 0 1rem;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 600;
}
.products-index-lineup__item__row .logos {
	text-align: center;
}
.products-index-lineup__item__row .logo-color-best {
	width: auto;
	height: 9px;
	margin: 0 auto;
}
.products-index-lineup__item__row .logo-glassa {
	display: inline-block;
	width: auto;
	height: 15px;
	margin: 0 5px;
}
.products-index-lineup__item__row .logo-thermal-barrier {
	display: inline-block;
	width: auto;
	height: 15px;
	margin: 0 5px;
}

@media screen and (min-width : 768px) {
	.products-index-lineup__item > a::after {
	    top: 0;
	    bottom: 0;
	    right: 2rem;
	    margin: auto;
	    width: 16px;
	    height: 16px;
	}
	.products-index-lineup__item__row {
		display: flex;
	}
	.products-index-lineup__item__row > * {
		width: 50%;
	}
	.products-index-lineup__item__row .txt {
		padding: 4.5rem 3rem 3.5rem;
	}
	.products-index-lineup__item__row .ttl {
		font-size: 3.6rem;
		font-weight: 400;
	}
	.products-index-lineup__item__row .logo-color-best {
		height: 12px;
	}
	.products-index-lineup__item__row .logo-glassa {
		height: 20px;
	}
	.products-index-lineup__item__row .logo-thermal-barrier {
		height: 20px;
	}
}

/*---------------------------------------------------------
 Grassa
---------------------------------------------------------*/
/* grassa-layer
---------------------------------------*/
.grassa-layer {
    margin: 1rem 0 3rem;
    padding: 2rem;
}
.grassa-layer > *:first-child {
    margin-top: 0;
}
.grassa-layer.layer03 {
    background: #E0F2FC;
}
.grassa-layer.layer02 {
    background: #FEE7EC;
}
.grassa-layer.layer01 {
    background: #E2F4EC;
}

.grassa-layer__headline .num {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 .8rem;
	padding: .5rem 1rem .5rem;
	border: solid 2px #7DCFFB;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	width: auto;
}
.grassa-layer.layer03 .num {
	background: #31A9E8;
	border-color: #7DCFFB;
}
.grassa-layer.layer02 .num {
	background: #F95C80;
	border-color: #FF9EB3;
}
.grassa-layer.layer01 .num {
	background: #3DB581;
	border-color: #70D4A8;
}

.grassa-layer__headline {
    margin: 1rem 0 1.5rem;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: solid 2px #AEB0B1;
    text-align: left!important;
    position: relative;
}
.grassa-layer.layer03 .grassa-layer__headline {
	color: #31A9E8;
}
.grassa-layer.layer02 .grassa-layer__headline {
	color: #F95C80;
}
.grassa-layer.layer01 .grassa-layer__headline {
	color: #3DB581;
}

@media screen and (max-width:767px) {
    .grassa-layer__headline .ttl {
    	display: block;
    	margin: .2rem 0 .5rem;
    }
}

@media screen and (min-width:768px) {
    .grassa-layer {
        padding: 3rem 4rem;
    }
    .grassa-layer__headline {
    	margin: 1rem 0 1.5rem;
   		padding: 1.6rem 0 1.4rem 20.4rem;
        font-size: 2.0rem;
        line-height: 1.5;
    }
    .grassa-layer__headline .num {
		display: block;
    	font-size: 1.8rem;
		vertical-align: middle;
		margin: auto 0 auto 0;
		padding: .5rem 1rem .5rem;
		width: 184px;
		height: 44px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		line-height: 1.9;
    }
}

/*---------------------------------------------------------
 Variation
---------------------------------------------------------*/
/* variation-list
---------------------------------------*/
.variation-list {
	margin: 0 0 3rem;
}
.variation-list li {
	margin: 0 0 2rem;
}
.variation-list li .ttl {
	margin: .5rem 0 0;
	font-weight: 600;
}
.variation-list a {
	display: block;
	color: #666666;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.modalTrigger {
		pointer-events:none;
	}
}
@media screen and (min-width:768px) {
	.variation-list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -3.8% 6rem 0;
	}
	.variation-list li {
		width: calc(100% / 4);
		max-width: 220px;
		margin: 0 3.8% 3rem 0;
		cursor: pointer;
	}
}

/* variation-info
---------------------------------------*/
.variation-info {
    background: #E8F8FF;
    padding: 2rem;
    margin: 0 0 6rem;
}
.variation-info .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	margin: 0 .5rem 0 0;
	padding: .8rem 1.2rem .8rem;
	border-radius: 4px;
	background: #fff;
	border: 2px solid #9EC4D6;
}
.variation-info .logo img {
	display: inline-block;
	height: 24px;
	width: auto;
}
@media screen and (max-width:767px) {
	.variation-info .logo {
		margin-bottom: 1rem;
	}
	.variation-info .copy {
		margin: 1.5rem 0 1rem;
	}
}
@media screen and (min-width:768px) {
	.variation-info {
		display: flex;
		align-items: center;
	}
	.variation-info .copy {
		font-size: 2.0rem;
		font-weight: 600;
		line-height: 1.4;
		color: #006994;
		margin: 0 0 0 1rem;
		flex: 1 1 58%;
	}
	.variation-info .link01 {
		margin-left: auto;
	}
}

/* standard-layer
---------------------------------------*/
.standard-layer {
    margin: 1rem 0 3rem;
    padding: 2rem;
}
.standard-layer > *:first-child {
    margin-top: 0;
}
.standard-layer.layer03 {
    background: #FEF4E2;
}
.standard-layer.layer02 {
    background: #FEE7EC;
}
.standard-layer.layer01 {
    background: #E2F4EC;
}

.standard-layer__headline .num {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 .8rem;
	padding: .5rem 1rem .5rem;
	border: solid 2px #7DCFFB;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	width: auto;
}
.standard-layer.layer03 .num {
	background: #FF8000;
	border-color: #FFCA5A;
}
.standard-layer.layer02 .num {
	background: #F95C80;
	border-color: #FF9EB3;
}
.standard-layer.layer01 .num {
	background: #3DB581;
	border-color: #70D4A8;
}

.standard-layer__headline {
    margin: 1rem 0 1.5rem;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: solid 2px #AEB0B1;
    text-align: left!important;
    position: relative;
}
.standard-layer.layer03 .standard-layer__headline {
	color: #FF8000;
}
.standard-layer.layer02 .standard-layer__headline {
	color: #F95C80;
}
.standard-layer.layer01 .standard-layer__headline {
	color: #3DB581;
}

@media screen and (max-width:767px) {
    .standard-layer__headline .ttl {
    	display: block;
    	margin: .2rem 0 .5rem;
    }
}

@media screen and (min-width:768px) {
    .standard-layer {
        padding: 3rem 4rem;
    }
    .standard-layer__headline {
    	margin: 1rem 0 1.5rem;
   		padding: 1.6rem 0 1.4rem 20.4rem;
        font-size: 2.0rem;
        line-height: 1.5;
    }
    .standard-layer__headline .num {
		display: block;
    	font-size: 1.8rem;
		vertical-align: middle;
		margin: auto 0 auto 0;
		padding: .5rem 1rem .5rem;
		width: 184px;
		height: 44px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		line-height: 1.9;
    }
}

/* bg-catchcopy
---------------------------------------*/
.products .bg-catchcopy {
	padding: 1rem 0 10vh;
}
.products .bg-catchcopy .headline-big01 {
	font-size: 2.4rem
}

@media screen and (min-width:768px) {
	.products .bg-catchcopy {
		padding: 2rem 0 0;
		min-height: 340px;
	}
	.products .bg-catchcopy .headline-big01 {
		font-size: 4.0rem
	}
}

.products .bg-catchcopy.rooga-features {
	background: url(/indonesia/resources/images/products/roof/rooga/features/index-main-sp.jpg) no-repeat center bottom;
	background-size: 100%;
	padding-right: 1rem;
}
@media screen and (min-width:768px) {
	.products .bg-catchcopy.rooga-features {
		background: url(/indonesia/resources/images/products/roof/rooga/features/index-main.jpg) no-repeat right top;
	}
}

.products .bg-catchcopy.rooga-features-strength {
	background: url(/indonesia/resources/images/products/roof/rooga/features/strength-main-sp.jpg) no-repeat center bottom;
	background-size: 100%;
	padding-right: 1rem;
}
@media screen and (min-width:768px) {
	.products .bg-catchcopy.rooga-features-strength {
		background: url(/indonesia/resources/images/products/roof/rooga/features/strength-main.jpg) no-repeat right top;
	}
}

.products .bg-catchcopy.rooga-features-beauty {
	background: url(/indonesia/resources/images/products/roof/rooga/features/beauty-main-sp.jpg) no-repeat center bottom;
	background-size: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}
@media screen and (min-width:768px) {
	.products .bg-catchcopy.rooga-features-beauty {
		background: url(/indonesia/resources/images/products/roof/rooga/features/beauty-main.jpg) no-repeat right top;
		padding-left: 0;
		padding-right: 0;
	}
}

.products .bg-catchcopy.rooga-features-eco-concious {
	background: url(/indonesia/resources/images/products/roof/rooga/features/eco-concious-main-sp.jpg) no-repeat center bottom;
	background-size: 100%;
}
@media screen and (min-width:768px) {
	.products .bg-catchcopy.rooga-features-eco-concious {
		background: url(/indonesia/resources/images/products/roof/rooga/features/eco-concious-main.jpg) no-repeat right center;
	}
}

.products .bg-catchcopy.rooga-features-disaster-response {
	background: url(/indonesia/resources/images/products/roof/rooga/features/disaster-response-main-sp.jpg) no-repeat center bottom;
	background-size: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}
@media screen and (min-width:768px) {
	.products .bg-catchcopy.rooga-features-disaster-response {
		background: url(/indonesia/resources/images/products/roof/rooga/features/disaster-response-main.jpg) no-repeat right top;
		padding-left: 0;
		padding-right: 0;
	}
}

/* products-roof-index
---------------------------------------*/
.products .page-head--bg.products-roof-index {
    background: url(/indonesia/resources/images/products/roof/index/main-products-roof.png) no-repeat center;
    background-size: cover;
}

.products-roof-index-beauty {
	padding: 0 0 8rem;
	background: url(/indonesia/resources/images/products/roof/index/img01.jpg) no-repeat center bottom;
	background-size: 100%;
}
@media screen and (min-width:768px) {
	.products-roof-index-beauty {
		padding: 0 0 19rem;
	}
}

.products-roof-index__lineup-list__item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
	text-decoration: none;
}
.products-roof-index__lineup-list__item a:hover {
	opacity: .7;
}
.products-roof-index__lineup-list__item figure {
	position: relative;
}
.products-roof-index__lineup-list__item .logo {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 106px;
	background: #fff;
	padding: 4px;
}
.products-roof-index__lineup-list__item .logo + .logo {
	left: 114px;
}
@media screen and (min-width:768px) {
	.products-roof-index__lineup-list__item .logo + .logo {
		left: 118px;
	}
}

/* products-roof-features
---------------------------------------*/
.products-roof-features {
	background: url(/indonesia/resources/images/products/roof/features/basic-feature-main-bg.jpg) no-repeat center top;
	background-size: 160vh;
	position: relative;
}
.products-roof-features__inner {
	background: rgba(255,255,255,1);
	max-width: 1120px;
	margin: 0 auto;
	padding: 4rem 8%;
	position: relative;
	z-index: 2;
}
.products-roof-features__ttl {
	padding-top: 1rem;
	padding-bottom: 3rem;
	position: relative;
	z-index: 2;
}
.products-roof-features__ttl h1 {
	font-size: 2.6rem;
}

@media screen and (max-width : 767px) {
	.products-roof-features::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.07);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
}
@media screen and (min-width : 768px) {
	.products-roof-features {
		background-size: 100%;
		padding: 10rem 0 6rem;
		background-size: 100%;
	}
	.products-roof-features__inner {
		background: rgba(255,255,255,.85);
		padding: 4rem 6rem 10rem;
	}
	.products-roof-features__ttl {
		padding-bottom: 9rem;
	}
	.products-roof-features__ttl h1 {
		font-size: 4.6rem;
	}
}

/* products-roof-colorbest
---------------------------------------*/
.products-roof-colorbest__ttl {
	text-align: center;
	background: url(/indonesia/resources/images/products/roof/colorbest/index/main.png) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 7rem 2rem 7rem;
	max-width: 1000px;
	margin: 0 auto;
}
.products-roof-colorbest__ttl .logo {
	width: 80%;
	max-width: 360px;
	margin: 0 auto 3rem;
}
@media screen and (max-width : 767px) {
	.products-roof-colorbest {
		padding-top: 0;
	}
}
@media screen and (min-width : 768px) {
	.products-roof-colorbest__ttl {
		max-height: 382px;
		padding: 14rem 4rem 12rem;
	}
}

.products-roof-colorbest__lineup-list__item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
	text-decoration: none;
	padding: 6.5rem 2rem 5.5rem;
}
.products-roof-colorbest__lineup-list__item a:hover {
	opacity: .7;
}
.products-roof-colorbest__lineup-list__item .box {
	position: relative;
	text-align: center;
	color: #fff;
	/* padding: 6rem 2rem; */
}
.products-roof-colorbest__lineup-list__item .name {
	padding: 0 0 .5rem;
}
.products-roof-colorbest__lineup-list__item .name img {
	height: 24px;
	width: auto;
	margin: 0 auto;
}
.products-roof-colorbest__lineup-list__item .logo.glassa, .products-roof-colorbest__lineup-list__item .logo.thermal-barrier {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 110px;
	background: #fff;
	padding: 4px;
}
.products-roof-colorbest__lineup-list__item .logo + .logo {
	left: 118px;
}
.products-roof-colorbest__lineup-list__item .series {
	width: 70%;
	margin: 0 auto;
}
.products-roof-colorbest__lineup-list__item .ttl {
	margin: 1rem 0 0;
	font-size: 1.6rem;
	color: #fff;
}

.products-roof-colorbest__lineup-list__item.simple-glassa .box {
	background: url(/indonesia/resources/images/products/roof/colorbest/index/product-img01.jpg) no-repeat center;
	background-size: cover;
}
.products-roof-colorbest__lineup-list__item.thermal-barrier .box {
	background: url(/indonesia/resources/images/products/roof/colorbest/index/product-img02.jpg) no-repeat center;
	background-size: cover;
}
.products-roof-colorbest__lineup-list__item.diamond .box {
	background: url(/indonesia/resources/images/products/roof/colorbest/index/product-img04.jpg) no-repeat center;
	background-size: cover;
}
.products-roof-colorbest__lineup-list__item.wavy .box {
	background: url(/indonesia/resources/images/products/roof/colorbest/index/product-img05.jpg) no-repeat center;
	background-size: cover;
}
.products-roof-colorbest__lineup-list__item.simple-non-glassa .box {
	background: url(/indonesia/resources/images/products/roof/colorbest/index/product-img03.jpg) no-repeat center;
	background-size: cover;
}
.products-roof-colorbest__lineup-list__item.cb-wall .box {
	background: url(/indonesia/resources/images/products/roof/colorbest/index/product-img06.jpg) no-repeat center;
	background-size: cover;
}

@media screen and (min-width : 768px) {
	.products-roof-colorbest__lineup-list__item .box {
		height: 227px;
	}
	.products-roof-colorbest__lineup-list__item a {
		padding: 8rem 2rem 8rem;
	}
}

/* rooga-index
---------------------------------------*/
/* products-rooga-index__catchcopy */
@media screen and (max-width : 767px) {
	.products-rooga-index__catchcopy {
		padding: 0;
		text-align: center;
		color: #fff;
		background: none;
	}
	.products-rooga-index__catchcopy .main {
		padding: 4rem 3rem;
		background: url(/indonesia/resources/images/products/roof/rooga/index/main.jpg) no-repeat center;
		background-size: cover;
	}
	.products-rooga-index__catchcopy .desc {
		color: #666666;
	}
}
@media screen and (min-width : 768px) {
	.products-rooga-index__catchcopy {
		padding: 11.4rem 3rem 0;
		text-align: center;
		color: #fff;
		background: url(/indonesia/resources/images/products/roof/rooga/index/main.jpg) no-repeat center;
		background-size: cover;
		min-height: 382px;
	}
}

/* products-rooga-index__lineup */
.products-rooga-index__lineup-list__item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
	text-decoration: none;
	padding: 6.5rem 2rem 5.5rem;
}
.products-rooga-index__lineup-list__item a:hover {
	opacity: .7;
}
.products-rooga-index__lineup-list__item .box {
	position: relative;
	text-align: center;
	color: #fff;
	/* padding: 6rem 2rem; */
}
.products-rooga-index__lineup-list__item .name {
	padding: 0 0 .5rem;
}
.products-rooga-index__lineup-list__item .name img {
	height: 24px;
	width: auto;
	margin: 0 auto;
}
.products-rooga-index__lineup-list__item .logo.glassa, .products-rooga-index__lineup-list__item .logo.thermal-barrier {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 110px;
	background: #fff;
	padding: 4px;
}
.products-rooga-index__lineup-list__item .logo + .logo {
	left: 118px;
}
.products-rooga-index__lineup-list__item .series {
	width: 70%;
	margin: 0 auto;
}
.products-rooga-index__lineup-list__item .ttl {
	margin: 1rem 0 0;
	font-size: 1.6rem;
	color: #fff;
}

.products-rooga-index__lineup-list__item.miyabi .box {
	background: url(/indonesia/resources/images/products/roof/rooga/index/product-img01.jpg) no-repeat center;
	background-size: cover;
}
.products-rooga-index__lineup-list__item.teppei .box {
	background: url(/indonesia/resources/images/products/roof/rooga/index/product-img02.jpg) no-repeat center;
	background-size: cover;
}

@media screen and (min-width : 768px) {
	.products-rooga-index__lineup-list__item .box {
		height: 227px;
	}
	.products-rooga-index__lineup-list__item a {
		padding: 8rem 2rem 8rem;
	}
	.products-rooga-index__lineup-list__item .ttl {
		font-size: 2.4rem;
	}
}


/* products-rooga-index__features */
.products-rooga-index__feature__item {
	background: #EDEEEE;
}
.products-rooga-index__feature__item__img {
	padding: 1rem;
	background: #AEB0B1;
}
.products-rooga-index__feature__item__txt {
}
.products-rooga-index__feature__item__txt a {
	display: block;
	padding: 2rem 2.5rem 2rem 2rem;
	position: relative;
	text-decoration: none;
	color: #484848;
}
.products-rooga-index__feature__item__txt a:hover {
	opacity: .7;
}
.products-rooga-index__feature__item__txt a::after {
	position: absolute;
    content: '';
    bottom: 45%;
    right: 1.2rem;
    width: 8px;
    height: 8px;
    border-top: 1px solid #484848;
    border-right: 1px solid #484848;
    transform: rotate(45deg);
    transition: .2s;
}

@media screen and (min-width : 768px) {
	.products-rooga-index__feature__item {
		display: flex;
		justify-content: space-between;
		background: #EDEEEE;
	}
	.products-rooga-index__feature__item__img {
		padding: 9rem 4.4rem;
		width: 50%;
	}
	.products-rooga-index__feature__item__txt {
		width: 50%;
	}
	.products-rooga-index__feature__item__txt a {
		padding: 4rem 5rem 4rem 4rem;
	}
	.products-rooga-index__feature__item__txt a::after {
		top: inherit;
	    bottom: 2.5rem;
	    right: 3rem;
	    margin: auto;
	    width: 16px;
	    height: 16px;
	}
}

/* products-rooga-index__eco */
.products-rooga-index__eco .border-box-link {
	background: url(/indonesia/resources/images/products/roof/rooga/index/img05.png) no-repeat 90% bottom;
	background-size: 40%;
}
.products-rooga-index__eco .border-box-link a {
	padding-top: 4rem;
	padding-bottom: 7rem;
}
@media screen and (min-width : 768px) {
	.products-rooga-index__eco .border-box-link {
		background-size: auto;
	}
	.products-rooga-index__eco .border-box-link a {
		padding-top: 4rem;
		padding-bottom: 5rem;
	}
}

/* products-rooga-index__projects-list__item */
.products-rooga-index__projects-list {
	display: flex;
	flex-wrap: wrap;
}
.products-rooga-index__projects-list__item {
	width: 49%;
	height: 150px;
	margin: 0 2% 1rem 0;
	position: relative;
	overflow: hidden;
}
.products-rooga-index__projects-list__item a {
	display: block;
}
.products-rooga-index__projects-list__item a:hover {
	opacity: .7;
}
.products-rooga-index__projects-list__item .tmb {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25%;
	margin:  auto;
	width: auto;
	height: 100%;
}
@media screen and (max-width : 767px) {
	.products-rooga-index__projects-list__item:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width : 768px) {
	.products-rooga-index__projects-list__item {
		width: 235px;
		height: 235px;
		margin: 0 2rem 2rem 0;
	}
	.products-rooga-index__projects-list__item:nth-of-type(4n) {
		margin-right: 0;
	}

}

/* products-roof-features-index
---------------------------------------*/
.products-roof-features-index .page-head {
	background: url(/indonesia/resources/images/products/roof/features/index/basic-feature-main-bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 4rem 8% 11rem;
}
.products-roof-features-index .page-head h1 {
    margin: 0 0 .6rem;
    line-height: 1.6;
    font-size: 6.9vw;
    font-weight: 300;
}
.products-roof-features-index .page-head .sub-txt {
	font-size: 4.3vw;
}

@media screen and (min-width:768px) {
	.products-roof-features-index .page-head {
		max-height: 400px;
		padding: 10rem 2% 19rem;
	}
	.products-roof-features-index .page-head h1 {
		margin: 0 0 15px;
	    font-size: 3.6rem;
	}
.products-roof-features-index .page-head .sub-txt {
	    font-size: 2.4rem;
	    line-height: 1.5;
	}
}

/* features-list-item */
.features-list-item {
    margin: 0 0 40px;
    padding: 0 0 20px;
}
.features-list-img {
    margin: 0 0 15px;
}
.features-list-img a:hover img {
    opacity: .7;
    transition: .2s;
}
.features-list-head {
    position: relative;
    margin: 0 0 15px;
    padding: 0 60px 0 0;
}
.features-list-head .ttl {
    font-size: 2.4rem;
    display: inline-block;
    vertical-align: middle;
    /*font-weight: 600;*/
}
.features-list-head::before {
	content: '';
	display: block;
	width: 60px;
	height: 62px;
	position: absolute;
	top: 5px;
	right: 0;
}
.features-list-btn a {
	position: relative;
	display: block;
	padding: 14px 26px;
	margin: 20px 0 0;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	text-decoration: none;
}
.features-list-btn a::after {
    display: block;
    position: absolute;
    content: '';
    top: 40%;
    right: 1.5rem;
    width: 8px;
    height: 8px;
    border-top: 2px solid #F8B036;
    border-right: 2px solid #F8B036;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .2s;
}

/* beauty */
.beauty .features-list-head::before {
	background: url(/indonesia/resources/images/products/roof/features/index/icon01.svg) no-repeat center;
	background-size: 100% auto;
}
.beauty .features-list-head .ttl {
    color: #F8B036;
}
.beauty .features-list-btn a {
    color: #F8B036;
    border: 1px solid #F8B036;
}
.beauty .features-list-btn a::after {
    border-color: #F8B036;
}
.beauty .features-list-btn a:hover {
    background: #F8B036;
}
/* noleakage */
.noleakage .features-list-head::before {
	background: url(/indonesia/resources/images/products/roof/features/index/icon02.svg) no-repeat center;
	background-size: 100% auto;
}
.noleakage .features-list-head .ttl {
    color: #31A9E8;
}
.noleakage .features-list-btn a {
    color: #31A9E8;
    border: 1px solid #31A9E8;
}
.noleakage .features-list-btn a::after {
    border-color: #31A9E8;
}
.noleakage .features-list-btn a:hover {
    background: #31A9E8;
}
/* coolhouse */
.coolhouse .features-list-head::before {
	background: url(/indonesia/resources/images/products/roof/features/index/icon03.svg) no-repeat center;
	background-size: 100% auto;
}
.coolhouse .features-list-head .ttl {
    color: #3DB581;
}
.coolhouse .features-list-btn a {
    color: #3DB581;
    border: 1px solid #3DB581;
}
.coolhouse .features-list-btn a::after {
    border-color: #3DB581;
}
.coolhouse .features-list-btn a:hover {
    background: #3DB581;
}


/* hover */
.features-list-btn a:hover {
	color: #fff;
}
.features-list-btn a:hover:after {
	border-color: #fff;
}

@media screen and (min-width:768px) {
	.features-list {
		margin: 60px 0 0;
	}
    .features-list-item {
    	display: flex;
    	margin: 0 0 80px;
    	padding: 0 0 30px;
    }
    .features-list-txt {
        margin: 0 0 0 4%;
        width: 48%;
        position: relative;
    }
    .features-list-img {
        width: 48%;
        margin: 0;
    }

    .features-list-item:nth-of-type(even) .features-list-img {
        order: 2;
    }
    .features-list-item:nth-of-type(even) .features-list-txt {
        order: 1;
        margin: 0 5% 0 0;
    }

    .features-list-head {
    	margin: 5px 0 12px;
    	padding: 0 80px 0 0;
    }
    .features-list-head .ttl {
        font-size: 3.6rem;
        line-height: 1.5;
    }
    .features-list-head::before {
    	top: inherit;
    	bottom: 14px;
    	width: 97px;
    	height: 100px;
    }
    .features-list-btn a {
    	margin: 40px 0 0;
    }

}

/* noleakage */
.products-roof-features.noleakage {
	background: url(/indonesia/resources/images/products/roof/features/noleakage/basic-feature-main-bg.jpg) no-repeat top center;
	background-size: 100%;
}

/* coolhouse */
.products-roof-features.coolhouse {
	background: url(/indonesia/resources/images/products/roof/features/coolhouse/basic-feature-main-bg.jpg) no-repeat top center;
	background-size: 100%;
}

.border-feature-txt {
	color: #006994;
	border: solid 1px #006994;
	margin: 15px 0;
	padding: 10px 10px;
	text-align: center;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 600;
}
@media screen and (min-width:768px) {
	.border-feature-txt {
		font-size: 3.6rem;
	}
}

/* arrow-down */
.arrow-down {
	display: block;
	position: relative;
	width: 50px;
	height: 25px;
	margin: 20px auto 15px;
	background: url(/indonesia/resources/images/products/roof/features/noleakage/img_arrow_down.svg) no-repeat top center;
	background-size: 100%;
}

@media screen and (min-width:768px) {
	.arrow-down {
		width: 119px;
		height: 57px;
		margin: 50px auto 30px;
	}
}

/* logo-border-list */
.logo-border {
	margin: 5px 0;
	padding: 15px 20px;
	border: solid 1px #AEB0B1;
}
.logo-border a {
	color: #666666;
	font-weight: 600;
	text-decoration: none;
}
.logo-border span {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}
.logo-border img {
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 37px;
	margin: 0 auto;
}
@media screen and (min-width:768px) {
	.logo-border-list {
		display: flex;
		margin: 8px 0 0;
	}
	.logo-border {
		flex: 1 1 auto;
		padding: 26px 20px;
	}
	.logo-border + .logo-border {
		margin-left: 5px;
	}
	.logo-border a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: #666666;
		font-weight: 600;
	}
	.logo-border a:hover {
		text-decoration: underline;
	}
	.logo-border span {
		margin: 0 0 0 20px;
	}
	.logo-border img {
		margin: 0;
	}
}

/* step-list */
.step-list {
	margin: 20px 0 0;
}
.step-list__item + .step-list__item {
	position: relative;
	padding: 32px 0 0;
	margin: 22px 0 0;
}
.step-list__item + .step-list__item::before {
	content: '';
	display: block;
	border: solid 12px transparent;
	border-top: solid 16px #484848;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
}
.step-list__ttl {
	position: relative;
	font-weight: 600;
	padding: 0 0 0 55px;
	margin: 0 0 10px;
	font-size: 1.8rem;
	line-height: 1.4;
}
.step-list__row {
	display: flex;
	margin: 0 0 10px;
}
.step-list__img {
	flex: 0 1 45%;
	margin: 0 10px 0 0;
}
.step-list__desc {
	flex: 0 1 55%;
	line-height: 1.3;
}
.step-list__ttl .num {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
	color: #006994;
	margin: 0 10px 0 0;
}

@media screen and (min-width:1100px) {
	.step-list {
		display: flex;
		justify-content: space-between;
		margin: 40px 0 0;
	}
	.step-list__item {
		flex: 0 1 30%;
		max-width: 260px;
	}
	.step-list__item + .step-list__item {
		margin: 0;
		padding: 0;
	}
	.step-list__item + .step-list__item::before {
		top: 22%;
		left: -16%;
		right: inherit;
		border: solid 12px transparent;
		border-left: solid 16px #484848;
	}
	.step-list__ttl {
		font-size: 	2.0rem;
		padding: 0 0 0 60px;
	}
	.step-list__row {
		display: block;
		margin: 0 0 25px;
	}
	.step-list__img {
		margin: 0 0 10px;
	}
}
