



p {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.5;    
}


.headline {font-size: 22px;
}


hr {  
     border-top: 1px solid rgba(000,000,000,.1);      width: 80%;   
} 




@media(min-width:768px) {
    p {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 1.6;
    }
.headline {font-size: 27px;
    }

}




a {
    color: #000000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}

a:hover,
a:focus {
    text-decoration: none;
    color: #bd0000;	
}








.intro {
    display: table;
    width: 100%;
    height:60vw;
    padding-top: 50px;
    text-align: center;
    color: #fff; 
    background: url(../img/bg-12.jpg) no-repeat bottom center scroll;
    background-color: #ccc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}


.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}




.intro .intro-body .intro-text {background: initial;
    font-size: 14px;       

}



@media(min-width:768px) {
    .intro {
    height:49vw;
        padding: 0; 
    }

    .intro .intro-body .brand-heading {
        font-size: 50px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px;    font-weight: bold;
    }

}







/*--------    MENS APPAREL COLLECTION ｾｸｼｮﾝ     --------*/


.line02 {
    display: table;    width: 100%;
    padding: 40px 0px 0px 0px;
    text-align: center;
    color: #000;
    background-color: #fff;         font-size: 12px;   
}



/*--------    WOMANS APPAREL COLLECTION ｾｸｼｮﾝ     --------*/

.line03 {
    display: table;    width: 100%;
    padding: 40px 0px 0px 0px;
    text-align: left;
    color: #000;
    background-color: #eee;      font-size: 12px;  
}

    .line03  img {
            padding: 5px 0px 15px 0px;
    }


.container {

    padding: 0px;

}



/*--------    767px以上     ここから  --------*/


@media(min-width:767px) {





    .line02  p {
        font-size: 14px;   
    }
    .line03  p {
        font-size: 14px;   
    }

    .line03  img {
            padding: 5px 0px 15px 0px;
    }






hr {  
     border-top: 1px solid rgba(000,000,000,.1);      width: 70%;   
} 





}

/*--------    767px以上     ここまで  --------*/



