@charset "UTF-8";
/* =====================
article__header
========================*/

.title__contents{
    background: rgba(69, 175, 163, 0.90);
}

.top1{
    background: url(../../images/brand/tiffany/top1_sp.png) no-repeat top center;
    background-size:cover;
    padding-bottom:calc(100svh - 71px);
}

.top2{
    background: url(../../images/brand/tiffany/top2_sp.png) no-repeat top center;
    background-size:cover;
    padding-bottom:calc(100svh - 71px);
}

.top3{
    background: url(../../images/brand/tiffany/top3_sp.png) no-repeat top center;
    background-size:cover;
    padding-bottom:calc(100svh - 71px);
}

.top4{
    background: url(../../images/brand/tiffany/top4_sp.png) no-repeat top center;
    background-size:cover;
    padding-bottom:calc(100svh - 71px);
}

.top5{
    background: url(../../images/brand/tiffany/top5_sp.png) no-repeat top center;
    background-size:cover;
    padding-bottom:calc(100svh - 71px);
}


/* article__header PC 821px */
@media screen and (min-width:821px) {
     
    .top1{
        background: url(../../images/brand/tiffany/top1_pc.png) no-repeat center center;
        padding-bottom:calc(100svh - 150px);
        background-size:cover;
    }
    
    .top2{
        background: url(../../images/brand/tiffany/top2_pc.png) no-repeat center center;
        padding-bottom:calc(100svh - 150px);
        background-size:cover;
    }
    
    .top3{
        background: url(../../images/brand/tiffany/top3_pc.png) no-repeat center center;
        padding-bottom:calc(100svh - 150px);
        background-size:cover;
    }
    
    .top4{
        background: url(../../images/brand/tiffany/top4_pc.png) no-repeat center center;
        padding-bottom:calc(100svh - 150px);
        background-size:cover;
    }
    
    .top5{
        background: url(../../images/brand/tiffany/top5_pc.png) no-repeat center center;
        padding-bottom:calc(100svh - 150px);
        background-size:cover;
    }
 
}/* article__header pc 821 */


/* =====================
enhanceModel
========================*/
.enhanceModel{
    background:url(../../images/brand/tiffany/enhance_bg.png) no-repeat center bottom;
    background-size: cover;
}

/* =====================
vintage
========================*/
.vintage__txt li{
    background:#68B9B0;
}

.vintage__image {
    width: 90%;
    height:auto;
    margin:0 auto;
    position: sticky;
    top: 100px;
}

/* vintage pc 821 */
@media screen and (min-width:821px) {

    .vintage__image{
        width: 550px;
        position: sticky;
        top: 250px;
        margin-left: calc(50% + 200px);
        z-index:-10;
    }

}/* vintage pc 821 */


/* =====================
hack
========================*/
.hack{
    background-color: #EBF4F1;
}

.hack__contents dl{
    background-color: #F5F9F8;
}


/* =====================
Record
========================*/
.record__item dt{
    background-color: #D5EFEC;
    color: #094D46;
}



/* =====================
Trust
========================*/
.trust{
    background: url(../../images/brand/tiffany/trust_bg.png) no-repeat bottom right;
    background-size:cover;
}

.trust dl{
    background-color:#B9DCD7;
}

/* =====================
article__footer
========================*/
.article__footer--contact{
    background:url(../../images/brand/tiffany/footer_contact.png)  top right;
}