@charset "utf-8";


/* ==================================================================
    brand_4c_newcollection.css

=================================================================== */
/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.contents .boxArea {
    padding: 60px 4%;
    margin-bottom: 100px;
    border: 1px solid #DCDCDC;
}
    .contents .boxArea:last-of-type {
        margin-bottom: 0;
    }
.contents .boxArea .inner {
    max-width: 988px;
    margin: auto;
}
.contents .boxArea .inner .lv3.title._l.en {
    margin-bottom: 30px;
}
.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_newcollection .accent {
    background-image: url(../../images/4c/newcollection/accent_pc.png);
}
    #brand_4c_newcollection .accent:after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to bottom, transparent, #a3c1d8, transparent);
    }

#brand_4c_newcollection .accent .txtArea {
    width: 92%;
    max-width: 50%;
    right: 0%;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
    #brand_4c_newcollection .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
    }
        #brand_4c_newcollection .accent .heading span {
            font-size: 3rem;
            margin-top: 0;
        }

/* --------------------------------
   □  背景画像
-------------------------------- */
#brand_4c_newcollection main {
    position: relative;
    overflow: hidden;
}
    #brand_4c_newcollection main:before {
        content: "";
        position: absolute;
        top: 36px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #a3c1d8 url(../../images/4c/newcollection/main_bg.png);
        background-position: center top;
        background-size: contain;
        background-repeat: repeat-y;
        padding-bottom: 0;
        z-index: -1;
    }

/* --------------------------------
   □  explain
-------------------------------- */
#explain .inner .inner + .inner {
    margin-top: 80px;
}
#explain .inner > .flexbox + .flexbox {
    margin-top: 30px;
}
#explain .boxArea figure {
    width: 50%;
}
#explain .boxArea .txtArea {
    width: 50%;
    padding-left: 10%;
}
    #explain .boxArea .text.bold {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

/* --------------------------------
   □  ringList
-------------------------------- */
#ringList {
    padding-top: 0;
}
#ringList .inner .inner + .inner {
    margin-top: 80px;
}
#ringList .flexbox.col3 > *,
#ringList .flexbox.col2 > * {
    margin-bottom: 30px;
}
    #ringList .flexbox.col3 li:nth-last-child(-n+3),
    #ringList .flexbox.col2 li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
#ringList .lead-txt {
    margin-bottom: 30px;
}
#ringList a dd .buttonStyle.arrow span {
    font-size: 1.4rem;
    padding: 0 20px 0 0;
    position: relative;
}
#ringList a dd .buttonStyle.arrow span:before {
        top: 6px;
    }
    #ringList a:hover dd .buttonStyle.arrow span:before {
        right: 0;
    }

    #ringList3 .buttonStyle.arrow {
        display: block;
        width: fit-content;
        margin: auto;
    }
    #ringList3 .buttonStyle.arrow:not(:last-child) {
            margin-bottom: 10px;
        }
        #ringList3 .buttonStyle.arrow a {
            padding-right: 25px;
        }
    
/* --------------------------------
   □  engagementNecklace
-------------------------------- */
#engagementNecklace {
    padding-top: 0;
}
#engagementNecklace .boxArea {
    padding-top: 0;
}
#engagementNecklace .lead-txt {
    margin-bottom: 30px;
}
#engagementNecklace #originalEnd {
    padding-bottom: 30px;
    margin-top: 60px;
}
#engagementNecklace #originalEnd .inner {
    max-width: 740px;
    margin: auto;
}
#engagementNecklace #originalEnd figure {
    width: 32%;
}
#engagementNecklace #originalEnd .txtArea {
    width: 68%;
}

/* --------------------------------
   □  pinkDiamond
-------------------------------- */
#pinkDiamond {
    padding-top: 0;
}
#pinkDiamond .boxArea figure img {
    width: 100%;
}
#pinkDiamond .lead-txt {
    margin-bottom: 30px;
}

/* --------------------------------
   □  linkbtn
-------------------------------- */
#linkbtn {
    padding-top: 100px;
    background-color: #fff;
}


@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: 40px;
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .boxArea .txtArea {
        padding: 0 4%;
    }

    /* --------------------------------
       □  engagementNecklace
    -------------------------------- */
    #engagementNecklace .flexbox{
        align-items: flex-start;
    }
    #engagementNecklace .txtArea {
        padding-top: 30px;
    }
    #engagementNecklace #originalEnd {
        padding-bottom: 0;
    }
}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }

    .contents .boxArea {
        padding: 30px 4% 40px;
        margin-bottom: 40px;
    }
        .contents .boxArea:last-of-type {
            margin-bottom: 0;
        }

        .contents .buttonStyle.light-blue {
            max-width: 280px;
            margin-top: 30px;
            margin-bottom: 0;
        }
            .contents .buttonStyle.light-blue a {
                font-size: 1.4rem;
                padding: 12px;
            }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #brand_4c_newcollection .accent {
        background-image: url(../../images/4c/newcollection/accent_sp.png);
        background-position: center;
    }
        #brand_4c_newcollection .accent:after {
            content: none;
        }
        #brand_4c_newcollection .accent .txtArea {
            width: 92%;
            max-width: 100%;
            top: 8%;
            bottom: auto;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            color: #111!important;
        }
        #brand_4c_newcollection .accent .heading {
            margin-bottom: 10px;
        }
            #brand_4c_newcollection .accent .heading span {
                font-size: 2rem;
            }

    /* --------------------------------
       □  背景画像
    -------------------------------- */
    #brand_4c_newcollection main:before {
        top: 60px;
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain {
        padding-top: 0;
    }
    #explain .inner .inner + .inner {
        margin-top: 40px;
    }
    #explain .boxArea:not(:last-child) {
        margin-bottom: 40px;
    }
    #explain figure {
        margin-bottom: 15px;
    }
    #explain .boxArea .txtArea {
        padding: 0;
    }
        #explain .boxArea .text.bold {
            font-size: 1.6rem;
            margin-bottom: 10px;
        }

    /* --------------------------------
       □  ringList
    -------------------------------- */
        #ringList .inner .inner + .inner {
            margin-top: 60px;
        }
        #ringList #engage_list.flexbox.col3 > * {
            max-width: fit-content;
        }
        #ringList .flexbox.col3 li:nth-last-child(-n+3),
        #ringList .flexbox.col2 li:nth-last-child(-n+2),
        #ringList ul.list li:not(:last-child) {
            margin-bottom: 30px;
        }
        #ringList .flexbox.col3 li:last-child, 
        #ringList .flexbox.col2 li:last-child {
            margin-bottom: 0;
        }

    /* --------------------------------
       □  engagementNecklace
    -------------------------------- */
    #engagementNecklace figure {
        margin-bottom: 15px;
    }
    #engagementNecklace #originalEnd {
        margin-top: 30px;
    }

    /* --------------------------------
       □  pinkDiamond
    -------------------------------- */
    #pinkDiamond .lv3.title._l span {
        margin-top: 5px;
    }
    #pinkDiamond .txtArea {
        margin-bottom: 15px;
    }

    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn {
        padding-top: 60px;
    }

}