@charset 'UTF-8';
/*  Add Custom CSS here.  */

.center-block{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.list .box{
    margin-bottom: 130px;
}
.list .box .img{
    margin-top: 80px;
}
.list .box:nth-child(3) .img{
    max-width: 1230px;
    margin: 80px auto 0;
    text-align: right;
}
.list .box .txt{
    font-size: 10px;
    color: #cebfb5;
    font-family: "Brandon Grotesque",sans-serif;
    text-align: center;
    letter-spacing: 2px;
    line-height: 2.2em;
    margin-top: 80px;
}

.box-bnr{
    margin-bottom: 200px;
}
.box-bnr .ttl{
    font-size: 20px;
    color: #b39d8d;
    font-family: "Brandon Grotesque",sans-serif;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 30px;
}
.box-bnr .inner{
    display: flex;
    justify-content: center;
}
.box-bnr .inner .box{
    width: 400px;
}
.box-bnr .inner .box .label{
    font-size: 12px;
    color: #b39d8d;
    font-family: "Brandon Grotesque",sans-serif;
    margin-top: 20px;
    line-height: 1em;
    letter-spacing: 4px;
    position: relative;
    padding-left: 35px;
}
.box-bnr .inner .box .label:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #cebfb5;
    position: absolute;
    left: 0;
    top: 50%;
}

@media only screen and (max-width: 767px){
    .c-page-mv__ttl--en {
        line-height: 37px;
    }

    .list .box{
        margin-bottom: 50px;
    }
    .list .box .img{
        margin: 30px auto 0 !important;
    }
    .list .box:nth-child(1) .img{
        max-width: 84%;
    }
    .list .box:nth-child(2) .img{
        max-width: 76%;
    }
    .list .box:nth-child(3) .img{
        max-width: 100%;
        padding-left: 11%;
    }
    .list .box:nth-child(4) .img{
        max-width: 84%;
    }
    .list .box:nth-child(5) .img{
        max-width: 76%;
    }
    .list .box .txt{
        letter-spacing: 0;
        line-height: 1.8em;
        margin-top: 30px;
        transform: scale(0.7);
    }
    
    .box-bnr{
        margin-bottom: 80px;
    }
    .box-bnr .ttl{
        font-size: 12px;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }
    .box-bnr .inner .box{
        width: 200px;
    }
    .box-bnr .inner .box .label{
        font-size: 12px;
        margin-top: 15px;
        letter-spacing: 2px;
        padding-left: 20px;
    }
    .box-bnr .inner .box .label:before{
        width: 12px;
    }

}