@charset "utf-8";


/* ==================================================================
    preciouscollection.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contents .buttonStyle.light-blue {
    max-width: 348px;
    margin: 40px auto 0;
}
    .contents .buttonStyle.light-blue a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }
    .contents .buttonStyle.light-blue a:hover {
        opacity: 1;
    }

/* --------------------------------
   □  accent
-------------------------------- */
#preciouscollection .accent {
    height: 390px;
    background-image: url(../../images/preciouscollection/accent_pc.jpg);
}
#preciouscollection .accent .heading {
    text-transform: capitalize;
    margin-bottom: 20px;
}

/* --------------------------------
   □  explain
-------------------------------- */
#explain .imagebox .txtArea {
    background: #D2D9E3;
}
#explain ul.list li figure {
    margin-bottom: 20px;
}
#explain ul.list li:last-child {
    margin: 90px 0 0 -90px;
}
#explain .buttonStyle.light-blue {
    margin-left: 0;
}

/* --------------------------------
   □  designList01 / designList02 (.recommend)
-------------------------------- */
.contents .recommend {
    padding-top: 0;
}
.contents .recommend ul.itemList li.slick-slide {
    border: 1px solid #EFEFEF;
    padding: 20px;
}
.contents .recommend ul.itemList li figcaption {
    margin-left: -10px;
    margin-right: -10px;
}
.contents .recommend ul.itemList li .logo {
    position: static;
    margin-bottom: 10px;
    zoom: 1;
}

/* --------------------------------
   □  ginza
-------------------------------- */
#ginza {
    padding-top: 0;
}
#ginza .flexbox + .flexbox {
    margin-top: 60px;
}
#ginza figure {
    width: 63%;
}
    #ginza figure img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
#ginza .imgArea {
    width: 36%;
}
#ginza .txtArea .text._l {
    margin-top: 40px;
    margin-bottom: 10px;
}
#ginza .txtArea .buttonStyle.light-blue {
    margin: 30px 0 10px 0;
}
#ginza .flexbox.sp_column > .map {
    width: 50%;
}


@media (max-width: 1600px) and (min-width: 768px) {
}


@media (max-width: 1400px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .buttonStyle.light-blue {
        margin-top: 30px;
    }

}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }
    
    .contents .buttonStyle.light-blue {
        width: 100%;
        max-width: 280px;
        margin-top: 30px;
    }
        .contents .buttonStyle.light-blue a {
            font-size: 1.4rem;
            padding: 12px 32px;
        }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #preciouscollection .accent {
        background: none;
        height: auto;
    }
    #preciouscollection .accent.bg.sp {
        min-height: 200px;
        height: 50vw;
        background-image: url(../../images/preciouscollection/accent_sp.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #preciouscollection .accent .txtArea {
        position: static;
        transform: none;
        -webkit-transform: none;
        width: 92%;
        margin: auto;
        padding-top: 30px;
    }

    /* --------------------------------
   □  explain
    -------------------------------- */
    #explain {
        padding-top: 30px;
    }
    #explain ul.list li,
    #explain ul.list li:last-child {
        margin: 0 auto;
    }
        #explain ul.list li:not(:last-child) {
            margin-bottom: 60px;
        }
    #explain .buttonStyle.light-blue {
        margin-right: auto;
        margin-left: auto;
    }

    /* --------------------------------
       □  designList01 / designList02 (.recommend)
    -------------------------------- */
    .contents .recommend ul.itemList li.slick-slide {
        padding: 20px 10px;
    }

    /* --------------------------------
   □  ginza
    -------------------------------- */
    #ginza .imgArea li {
        width: 48%;
    }
    #ginza .flexbox + .flexbox {
        margin-top: 30px;
    }
    #ginza figure {
        margin-bottom: 20px;
    }
    #ginza .txtArea .text._l {
        margin-top: 30px;
    }
    #ginza .map {
        margin-top: 30px;
    }
        #ginza .map iframe {
            height: 100vw;
        }

}