@charset "utf-8";


/* ==================================================================
    brand_4c_catalogue.css

=================================================================== */
/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents main > section {
    padding-top: 0;
}
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contents .boxArea .flexbox figure {
    width: 52%;
}
.contents .boxArea .flexbox .txtArea {
    width: 42%;
}
    .contents .boxArea .flexbox .txtArea .lv4.en {
        margin-bottom: 5px;
    }
    .contents .boxArea .flexbox .txtArea .text._s {
        line-height: 2;
    }

.contents .container > .inner + ul.list {
    padding-top: 60px;
}
.contents .container > .inner + ul.list.col4 > li {
    margin-bottom: 40px;
}
.contents .container > .inner + ul.list.col4 > li:nth-last-of-type(-n+4) {
        margin-bottom: 0;
    }
.contents ul.list li dt.image {
    border: 1px solid #EFEFEF;
}

.contents ul.list li a .buttonStyle.arrow span {
    font-size: 1.4rem;
    padding: 0 20px 0 0;
    position: relative;
}
    .contents ul.list li a .buttonStyle.arrow span:before {
        top: 6px;
    }
        .contents ul.list li a:hover .buttonStyle.arrow span:before {
            right: 0;
        }

.contents .buttonStyle.light-blue {
    max-width: 348px;
    margin: 60px 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
-------------------------------- */
#brand_4c_catalogue .accent {


}
    #brand_4c_catalogue .accent .heading {
        text-transform: none;
        margin-bottom: 0;
    }
#brand_4c_catalogue .accent.bg {

    background-image: url(../../images/4c/catalogue/accent_pc.jpg);
}

/* --------------------------------
   □  intro
-------------------------------- */
#intro .text {
    margin-bottom: 0;
}

/* --------------------------------
   □  engagementRings
-------------------------------- */
/* --------------------------------
   □  marriageRings
-------------------------------- */
/* --------------------------------
   □  setRings
-------------------------------- */
#setRings .buttonStyle.arrow {
    display: block;
    width: fit-content;
    margin: 0;
}
#setRings .buttonStyle.arrow:not(:last-child) {
        margin-bottom: 10px;
    }
    #setRings .buttonStyle.arrow a {
        padding-right: 25px;
        text-align: left;
    }

/* --------------------------------
   □  linkbtn
-------------------------------- */
#linkbtn ul.list li:nth-last-child(-n+2) {
    margin-bottom: 45px;
}
#linkbtn ul.list li:last-child {
    margin: 0 auto;
}
#linkbtn ul.list li .buttonStyle.arrow {
    justify-content: center;
}


@media (max-width: 1600px) and (min-width: 768px) {
    /* --------------------------------
       □  accent
    -------------------------------- */
    #brand_4c_catalogue .accent .txtArea {
        right: 4%;
    }
}


@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 .boxArea .flexbox figure {
        margin-bottom: 10px;
    }
    .contents .boxArea .flexbox .txtArea .text._s {
        line-height: 1.8;
    }

    .contents .container > .inner + ul.list {
        padding-top: 40px;
    }
    .contents .container > .inner + ul.list > * {
        max-width: fit-content;
    }
    .contents .container > .inner + ul.list.col4 > li,
    .contents .container > .inner + ul.list.col4 > li:nth-last-of-type(-n+4) {
        margin-bottom: 30px;
    }
        .contents .container > .inner + ul.list.col4 > li:last-child {
            margin-bottom: 0;
        }

    .contents .buttonStyle.light-blue {
        max-width: 280px;
        margin-top: 30px;
    }
        .contents .buttonStyle.light-blue a {
            font-size: 1.4rem;
            padding: 12px;
        }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #brand_4c_catalogue .accent {
        height: 200px;
        background-position: top;
    }
        #brand_4c_catalogue .accent.bg {
            background-image: url(../../images/4c/catalogue/accent_sp.jpg);
            background-position: left 35% center;
        }

    /* --------------------------------
       □  setRings
    -------------------------------- */
    .contents ul.list li .buttonStyle.txt {
        display: block;
    }

    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn ul.list li:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
    #linkbtn ul.list li:last-child {
        margin-bottom: 0;
    }

}