@charset "utf-8";

/* main-visual
---------------------------------------*/
.main-visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 50px);
    background: url(/indonesia/resources/images/home/main.png) no-repeat center;
    background-size: cover;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}
.main-visual .main-visual__copy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 140px;
    padding: 0 2rem;
    color: #fff;
    text-align: center;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-delay: .4s;
    animation-fill-mode: forwards;
}
.main-visual .main-visual__copy__txt01,
.main-visual .main-visual__copy__txt02 {
    text-shadow: 0 3px 6px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .7);
}

.main-visual .main-visual__copy__txt01 {
    display: block;
    line-height: 1.5;
    font-size: 2.2rem;
    font-weight: 600;
}
.main-visual .main-visual__copy__txt02 {
    display: block;
    margin-top: 0%;
    font-size: 3.6rem;
    line-height: 1.4;
}

@media screen and (min-width:768px) {
    .main-visual {
       height: 580px;
    }
    .main-visual .main-visual__copy {
        height: 160px;
        padding: 0 3vw;
    }
    .main-visual .main-visual__copy__txt01 {
        display: block;
        line-height: 1.4;
        font-size: 2.6rem;
        margin-top: 1%;
    }
    .main-visual .main-visual__copy__txt02 {
        display: block;
        font-size: 6.8rem;
    }
}

/* home contents
---------------------------------------*/
.home .contents {
    padding: 0 0 11rem;
}

/* home-catchcopy
---------------------------------------*/
.home-catchcopy {
    font-size: 2.2rem;
    text-align: center;
}
@media screen and (min-width:768px) {
    .home-catchcopy {
        font-size: 2.8rem;
    }
}

/* home-features
---------------------------------------*/
.home-features {
    padding: 2rem 0 4rem;
}

.home-fueatures__list__item {
    margin: 2rem 0;
}
.home-fueatures__list__item .row {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #666666;
}

.home-fueatures__list__item .box {
    position: relative;
    text-align: center;
    color: #fff;
}
.home-fueatures__list__item .name {
    padding: 7rem 8rem;
}
.home-fueatures__list__item .logo.glassa, .home-fueatures__list__item .logo.thermal-barrier {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 110px;
    background: #fff;
    padding: 4px;
}
.home-fueatures__list__item .logo + .logo {
    left: 118px;
}
.home-fueatures__list__item .series {
    width: 70%;
    margin: 0 auto;
}
.home-fueatures__list__item .ttl {
    margin: 1rem 0 0;
    font-size: 2.0rem;
}
.home-fueatures__list__item .txt {
    padding: 2rem 1rem 2rem 1rem;
    position: relative;
}

.home-fueatures__list__item .btns {
    margin: 2rem 0 0;
}

@media screen and (min-width : 768px) {
    .home-features {
        padding: 6rem 0 10rem;
    }
    /*.home-fueatures__list {
        padding-top: 5rem;
    }*/
    .home-fueatures__list__item {
        margin-top: 11rem;
        position: relative;
    }
    .home-fueatures__list__item .row {
        position: relative;
        display: flex;
        gap: 5rem;
    }
    .home-fueatures__list__item:nth-of-type(2n) .row {
        flex-direction: row-reverse;
    }
    .home-fueatures__list__item .box {
        flex: 0 0 57%;
        max-width: 540px;
    }
    .home-fueatures__list__item .txt {
        flex: 0 1 48%;
        padding: 0;
        margin-left: auto;
    }
    .home-fueatures__list__item .row .txt::after {
        top: inherit;
        bottom: 3rem;
    }
    .home-fueatures__list__item .name {
        padding: 14rem 10rem 0;
        text-align: center;
    }
    .home-fueatures__list__item .name img {
        height: 40px;
        width: auto;
        margin: 0 auto;
    }
    .home-fueatures__list__item .ttl {
        font-size: 4.2rem;
        margin: 0 0 1rem;
        line-height: 1.3;
    }

    .home-fueatures__list__item .btns {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 3rem 0 0;
    }
    .home-fueatures__list__item .btns a {
        min-width: inherit;
        flex: 0 1 48%;
    }
}

.home-features .img-house {
    display: inline-block;
    padding: 3rem 0rem 0 3rem;
    background: url(/indonesia/resources/images/home/img-house-bl.png) no-repeat 0 0;
    background-size: 86px;
    font-size: 2.4rem;
    color: #006994;
}
@media screen and (max-width:320px) {
    .home-features .img-house {
        padding: 3rem 0rem 0 2.5rem;
        font-size: 1.9rem;
    }
}
@media screen and (min-width:768px) {
    .home-features {
        padding: 6rem 0 8.5rem;
    }
    .home-features .img-house {
        padding: 4.5rem 5rem 0 6rem;
        background-size: 146px;
        font-size: 3.0rem;
    }
}


/* home-projects
---------------------------------------*/
.home-projects {
    padding: 4rem 0;
    background: #F4F6F6;
}
.home-projects .headline__sub {
    display: block;
    font-size: 1.6rem;
    margin: .5rem 0 0;
}
.home-projects__list {
    margin: 2rem 0;
}
.home-projects__list__item {
    margin: 0 0 1.5rem;
}
.home-projects__list__item a {
    display: block;
}
.home-projects__list__item a:hover {
    opacity: .7;
}
@media screen and (min-width:768px) {
    .home-projects {
        padding: 7rem 0 9.5rem;
    }
    .home-projects .headline__sub {
        margin: 1.5rem 0 0;
    }
    .home-projects__list {
        display: flex;
        width: 100%;
        margin: 6rem 0 2rem;
        flex-wrap: wrap;
    }
    .home-projects__list__item {
        margin: 0 1rem 1rem 0;
        width: calc((100% - 2rem)/ 3);
        max-width: 360px;
    }
    .home-projects__list__item:nth-child(3n) {
        margin-right: 0;
    }
    .home-projects__list__item {
        margin: 0 2rem 5rem 0;
        width: calc((100% - 4rem)/ 3);
    }
}
@media screen and (min-width:1000px) {
    .home-projects > .inner {
        width: 1120px;
    }
}

/* home-projects
---------------------------------------*/
.home-about {
    padding: 5rem 0 0;
}
.home-about__headline {
    width: 80%;
    max-width: 300px;
}
.home-about__headline .copy {
    display: block;
    margin: 0 0 3.0rem;
    font-weight: 600;
}
.home-about__headline .name {
    display: block;
    text-align: right;
    color: #006994;
    font-size: 1.6rem;
    margin: 0 1.5rem;
}
.home-about__desc {
    margin: 1.5rem 0;
}
.home-about__map {
    margin: 3rem 0 0!important;
}
@media screen and (min-width:768px) {
    .home-about {
        padding: 10rem 0 0;
    }
    .home-about__map {
        margin: 2rem 0 0!important;
    }
    .home-about__desc {
        margin: 2.5rem 0;
    }
}

/* decoVisual
---------------------------------------*/
.decoVisual {
    height: 100px;
    background: url(/indonesia/resources/images/home/footer-img.jpg) no-repeat center;
    background-size: 120%;
    overflow: hidden;
}
@media screen and (min-width:768px) {
    .decoVisual {
        height: 340px;
        background-size: cover;
    }
}

/* home-beauty
---------------------------------------*/
.home-beauty {
    background: url(/indonesia/resources/images/home/top02-sp.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 4rem 0 12rem;
    position: relative;
}
.home-beauty::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: url(/indonesia/resources/images/home/img03.png) repeat-x center bottom;
    background-size: auto 100%;
}
.home-beauty::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 4rem;
    right: 0;
    width: 112px;
    height: 117px;
    background: url(/indonesia/resources/images/home/img02.png) repeat-x center;
    background-size: auto 100%;
}
.home-beauty .headline-big01 {
    color: #fff;
    margin: 0 0 2rem;
}
@media screen and (min-width:768px) {
    .home-beauty::before {
        height: 70px;
    }
    .home-beauty::after {
        width: 224px;
        height: 235px;
        bottom: 7rem;
    }
    .home-beauty {
        background: url(/indonesia/resources/images/home/top02.jpg) no-repeat center;
        background-size: cover;
        padding: 6rem 0 12rem;
    }
    .home-beauty > .inner {
        width: 1200px;
    }
}



