@charset "utf-8";


/* ==================================================================
    catalogue.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contents .flexbox figure {
    width: 52%;
}
.contents .flexbox .txtArea {
    width: 42%;
}
    .contents .flexbox .txtArea .text._s {
        line-height: 2;
    }

.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
-------------------------------- */
#catalogue .accent.bg {
    background-image: url(../../images/catalogue/accent_pc.jpg?241107);
}

/* --------------------------------
   □  explain
-------------------------------- */
#explain .container > .inner {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 100px;
}
    #explain .container > .inner:after {
        content: "";
        position: absolute;
        height: 100px;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        background-color: #fff;
        left: 0;
        top: 100%;
    }

#explain .container > .inner:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
    #explain .container > .inner:last-child:after {
        content: none;
    }

#explain .introArea {
    padding: 100px 0 60px;
}
    #explain .inner:first-of-type .introArea {
        padding-top: 0;
    }
#explain .boxArea {
    border: none;
}
#explain .boxArea .inner {
    max-width: 1116px;
}
#explain ul.list li dl {
    text-align: left;
}
    #explain ul.list li dl dt {
        margin-bottom: 10px;
    }

#explain ul.list li:nth-child(even) {
    margin-top: 100px;
}
    #explain ul.list li:nth-child(even) dl {
        text-align: right;
    }

/* ◆ morebtn
-------------------------------- */
#explain .morebtn {
    max-width: 540px;
    margin: 60px auto 0;
    background: #DCE2EB;
}
#explain .morebtn .txtArea {
    width: 48%;
    padding: 2%;
}
    #explain .morebtn .txtArea .lv4.en {
        font-size: 2.8rem;
        margin-bottom: 0;
    }
#explain .morebtn figure {
    width: 52%;
}
    #explain .morebtn figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* --------------------------------
   □  marriageRings
-------------------------------- */

/* --------------------------------
   □  engagementRings
-------------------------------- */

/* --------------------------------
   □  setRings
-------------------------------- */

/* --------------------------------
   □  eternityRings
-------------------------------- */

/* --------------------------------
   □  collection
-------------------------------- */
#collection {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(220,226,235,1) 40%, rgba(220,226,235,1) 100%);
}

/* --------------------------------
   □  linkbtn
-------------------------------- */
#linkbtn {
    padding-top: 100px;
}
#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) {
}


@media (max-width: 1400px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain figure {
        width: 48%;
    }
    #explain .txtArea {
        width: 46%;
    }
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .buttonStyle.light-blue {
        margin-top: 30px;
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    /* ◆ morebtn
    -------------------------------- */
    #explain .morebtn .txtArea .lv4.en {
        font-size: 2.4rem;
    }
    #explain .morebtn {
        margin-top: 50px;
    }
    #explain #engagementRings .morebtn_col2 {
        flex-direction: column;
        margin-top: 20px;
    }
        #explain #engagementRings .morebtn_col2 > .morebtn {
            width: 100%;
            margin-top: 30px;
        }

    /* --------------------------------
       □  collection
    -------------------------------- */
    #collection ul.list.col4 > li {
        width: 48%;
        margin-bottom: 30px;
    }
        #collection ul.list.col4 > li:nth-last-of-type(-n+2) {
            margin-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 .flexbox figure {
        margin-bottom: 10px;
    }
    .contents .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
    -------------------------------- */
    #catalogue .accent.bg {
        background-image: url(../../images/catalogue/accent_sp.jpg?24110801);
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .container > .inner {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
        #explain .container > .inner:after {
            height: 60px;
        }
    #explain .introArea {
        padding: 60px 0 30px;
    }
    #explain ul.list li,
    #explain ul.list li:nth-last-of-type(-n+2) {
        margin-bottom: 30px;
    }
        #explain ul.list li:last-child {
            margin-bottom: 0;
        }
        #explain ul.list li:nth-child(even) {
            margin-top: 0;
        }

    /* ◆ morebtn
    -------------------------------- */
    #explain .morebtn {
        margin-top: 30px;
    }
    #explain #engagementRings .morebtn_col2 {
        flex-direction: column;
        margin-top: 0;
    }
        #explain #engagementRings .morebtn_col2 > .morebtn {
            width: 100%;
            margin-top: 30px;
        }
    #explain .morebtn figure {
        margin-bottom: 0;
    }
    #explain .morebtn .txtArea {
        padding: 20px 4%;
    }
        #explain .morebtn .txtArea .lv4.en {
            font-size: 2.4rem;
        }

    /* --------------------------------
       □  collection
    -------------------------------- */
    #collection {
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(220,226,235,1) 10%, rgba(220,226,235,1) 100%);
    }
    #collection ul.list.col4 > li,
    #collection ul.list.col4 > li:nth-last-of-type(-n+2) {
        margin-bottom: 30px;
    }
        #collection ul.list.col4 > li:last-child {
            margin-bottom: 0;
        }

    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn {
        padding-top: 60px;
    }
    #linkbtn ul.list li:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
    #linkbtn ul.list li:last-child {
        margin-bottom: 0;
    }

}