@charset "utf-8";
/* CSS Document */

/*--------------------
コルトンデイズ
VOL.65 JUN. 2025 WINTER
--------------------*/

/*-------------------------------------------------
基本設定
-------------------------------------------------*/

:root{
    --color-base-winter:#ece3e2;
    }

html {
    background-color: var(--color-base-winter);
}

.RinjiAllBnr .inner {
    padding: 0;
}

body.c_days2511 {
    background: transparent;
    #main {
        background: transparent;
        #contents {
            background: transparent;
        }
    }

    &.sp {
        #main {
            #contents {
                overflow: hidden;
            }
        }
        
    }
     
}



/*-------------------------------------------------
キラキラ装飾
-------------------------------------------------*/
body.c_days2511 {
    .decoration_twinkle {
        position: relative;
    }
    .decoration_twinkle::before {
        content: "";
        position: absolute;
        background-image: url(decoration_twinkle1.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100%;
        z-index: -1;
    }
    .decoration_twinkle.decoration_twinkle2::before {
        transform: rotate(270deg);
    }
    .decoration_twinkle.decoration_twinkle3::before {

    }
    .decoration_twinkle.decoration_twinkle4::before {

    }
    .decoration_twinkle.decoration_twinkle5::before {

    }
    .decoration_twinkle.decoration_twinkle6::before {
        transform: rotate(270deg);
    }
    .decoration_twinkle.decoration_twinkle7::before {

    }
    .decoration_twinkle.decoration_twinkle8::before {

    }

    &.sp {
        .decoration_twinkle::before {
            width: 300px;
            height: 200px;
            top: -115px;
            right: -32px;
        }
        .decoration_twinkle.decoration_twinkle2::before {
            top: -41px;
            left: -97px;
            right: 0;
        }
        .decoration_twinkle.decoration_twinkle3::before {
            top: -52px;
            right: -62px;
        }
        .decoration_twinkle.decoration_twinkle4::before {
            top: -100px;
            right: 33px;
        }
        .decoration_twinkle.decoration_twinkle5::before {
            top: -36px;
            right: 147px;
        }
        .decoration_twinkle.decoration_twinkle6::before {
            right: -171px;
            top: -95px;
        }
        .decoration_twinkle.decoration_twinkle7::before {
            top: -179px;
            right: -28px;
        }
        .decoration_twinkle.decoration_twinkle8::before {
            top: -180px;
            right: -110px;
            width: 434px;
            height: 244px;
        }
    }

    &.pc {
        background: none;
        .decoration_twinkle::before {
            width: 557px;
            height: 386px;
            top: -99px;
            right: 36px;
        }
        .decoration_twinkle.decoration_twinkle2::before {
            top: -140px;
            left: -105px;
            right: 0;
        }
        .decoration_twinkle.decoration_twinkle3::before {
            top: -100px;
            right: -150px;
        }
        .decoration_twinkle.decoration_twinkle4::before {
            top: -130px;
            right: 10px;
        }
        .decoration_twinkle.decoration_twinkle5::before {
            top: -200px;
            right: 184px;
        }
        .decoration_twinkle.decoration_twinkle6::before {
            right: -332px;
            width: 460px;
            height: 280px;
        }
        .decoration_twinkle.decoration_twinkle7::before {
            top: -222px;
            right: 10px;
        }
        .decoration_twinkle.decoration_twinkle8::before {
            top: -217px;
            right: 8px;
            width: 672px;
            height: 470px;
        }
    }
}




/*
-------------------------------------------------
-------------------------------------------------
スマホファースト
-------------------------------------------------
-------------------------------------------------
*/

body.c_days2511 #contents {

    section.split_box.left_nav {
        div h1 {
            img {
                filter: none;
            }
        }
    }

    .index_box {
        ul li {
            border-left: 1px solid #717071;
            color: #717071;
        }
    }

    .index_box.sp_view {
        margin: 50px 0 30px;
    }
    
    section.split_box.right_cnt {
        .right_cnt_top {
            /* background-color: #fff; */
            padding: 7% 7% 0% 7%;
            .scroll {
                background-color: transparent;
            }
        }
    
        .cate_title_sub {
            margin-top: 20px;
            color: #726e4b;
            font-size: 16px;
            text-align: left;
            padding: 0;
            line-height: 2;
            letter-spacing: .3em;
        }
    
        /*Twinkle Winter*/
        .cd_item_box {
            
            &.cd_item_width70 {
                width: 85%;
                margin: 0 auto;
            }

            &.cd_item_box1 {
                .cate_title_sub {
                    width: 85%;
                    margin: 20px auto 0;
                }
            }

            &.cd_item_box2 {
                .cate_title_sub {
                    width: 85%;
                    margin: 20px auto 0;
                }
            }

            &.cd_item_box5 {
                figure.fig_with_title {
                    padding-top: 0;
                }

                .fig_title {
                    width: 70%;
                    margin: 0 auto;
                    max-width: 289px;
                    margin-top: 40px;
                }
            }

            &.cd_item_box4 {
                figure.figure_flex {
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: center;
                }
            }

            figure {
                margin: 20px auto 0;
                figcaption {
                    color: #666464;
                    padding: 15px 0;
                    text-align: justify;
                    a {
                        color: #666464;
                    }
                }
            }
    
            figure.fig_with_title {
                position: relative;
                padding-top: 12%;
                .fig_title {
                    position: absolute;
                    top: -15px;
                    left: 50%;
                    transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    width: 70%;
                }
            }
            figure.fig_2row {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                img {
                    width: calc((100% - 20px) / 2);
                }
                figcaption {
                    padding: 0;
                }
            }

            figure.fig_small {
                width: 80%;
            }

            figure.fig_mid_img {
                gap: 5px;
            }
        }

        .page_separate {
            margin-top: 80px !important;
        }
        
    
        /* Present for me！ */
        .cd_md_box {
            background: #ffffff;

            .cate_head {
                h2 {
                    width: 75%;
                    margin: 0 auto;
                }
            }

            figure {
                margin: 8% auto 0;
                width: 100%;

                &:first-of-type {
                    margin-top: 3%;
                }
            }

            figcaption {
                font-size: 13px;
                .caption_title {
                    color: #ac8354;
                    display: flex;
                    font-weight: bold;
                    margin-bottom: 5px;
                    .caption_title-num {
                        width: 2em;
                        height: 1.8em;
                        display: block;
                        text-indent: 100%;
                        white-space: nowrap;
                        overflow: hidden;
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                        flex-shrink: 0;
                        &.num1 {
                            background-image: url(icon_md_num1.png);
                        }
                        &.num2 {
                            background-image: url(icon_md_num2.png);
                        }
                        &.num3 {
                            background-image: url(icon_md_num3.png);
                        }
                        &.num4 {
                            background-image: url(icon_md_num4.png);
                        }
                        &.num5 {
                            background-image: url(icon_md_num5.png);
                        }
                        &.num6 {
                            background-image: url(icon_md_num6.png);
                        }
                    }
                    .caption_title-text {
    
                    }
                }
            }
        }
    
        /* ココロときめく！ビジュ映えグルメ */
        .cd_gourmet_box {
            background-color: #ffffff;
            padding: 5% 7% 10%;
            figure {
                width: 100%;
                margin: 0 auto 10%;

                figcaption {
                    font-size: 13px;
                    color: #594a43;
                    text-align: justify;
                    .caption_title {
                        color: #bb6568;
                        font-weight: bold;
                        margin-bottom: 5px;
                    }
                    .caption_content {
                        font-size: 13px;
                        a {
                            font-weight: bold;
                        }
                    }
                }
            }
            .cate_head {
                display: flex;
                justify-content: center;
                align-items: center;
                background-image: none;
                padding-top: 0;

                h2 {
                    /* width: 100vw;
                    flex-shrink: 0; */
                }
            }
        }


        /*裏表紙*/
        & .cd_ad_area {
            background-color: #e2d6d4;

            a {
                color: #a29158;
                /* border: 1px #a29158 solid; */
                &::after {
                    color: #a29158;
                }
            }

            .btn_area {
                a {
                    border: 1px #a29158 solid;
                }
            }

            & .cd_adbox {
                .cd_ad_detail {
                    > p {
                        font-weight: bold;
                    }
                    dl {
                        display: flex;
                        justify-content: space-between;
                        align-items: flex-start;
                        flex-direction: column;
                        margin: 10px 0;
                        dt {
                            width: 100%;
                            margin: 0;
                            display: block;
                            text-align: center;
                            background-color: #e2d6d4;
                            font-weight: bold;
                            padding: 2px 0 1px;
                        }
                        .databox {
                            flex: 1;
                            width: 100%;
                            margin-top: 5px;
                            padding: 0 10px;
                            dd {
                                display: flex;
                                justify-content: space-between;
                                flex-direction: column;
                            }
                        }
                    }
                }
                & .cd_adtext {
                    p {
                        text-align: justify;
                    }
                    h5 {
                        font-size: 16px;
                        font-weight: bold;
                        margin: 10px 0;
                    }
                }

                .ad_figure_aeon {
                    margin-top: 15px;
                }
                /* .cd_ad_shopdetail {
                    &.cd_ad_shopdetail_aeon {
                        figure {
                            align-items: flex-start;
                            img {
                                width: 45%;
                                min-height: auto;
                                height: auto;
                            }
                        }
                    }
                } */
        }
    }

}
}


body.c_days2511.sp {
    #contents section.split_box.right_cnt {
        & .cd_item_box {
            figure.fig_mid {
                width: 85%;
            }

            &.cd_item_width70 {
                width: 100%;
            }
        }

        .cd_item_box4 {
            .cate_title_sub {
                width: 85%;
                margin: 0 auto;
            }
        }

        .cd_item_box5 {
            &.cd_item_width70 {
                width: 85%;
            }
        }
    }
}


/*
-------------------------------------------------
-------------------------------------------------
PC
-------------------------------------------------
-------------------------------------------------
*/

body.c_days2511.pc #contents {

    section.split_box.left_nav {
        > div > a.archive-link {
            color: #a29158;
            border: 1px #a29158 solid;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 45px;
            text-align: center;
            padding: 8px 20px 6px;
            font-size: 12px;
            letter-spacing: 0.1rem;
            margin-top: 0;
            width: 45%;
        } 
    }

    & section.split_box.right_cnt {

        /*Twinkle Winter*/
        & .cd_item_box {

            figure {
                margin: 40px auto 0;
                figcaption {
                    padding: 15px 0;
                }
            }
            & figure.fig_2row {
                figcaption {
                    padding: 0;
                }
            }

            & figure.fig_with_title {
                .fig_title {
                    top: 0;
                    width: auto;
                }
            }

            figure.fig_small {
                width: 50%;
            }

            figure.fig_mid {
                width: 70%;
                margin: 40px auto 0;
            }
            figure.fig_mid.fig_mid2 {
                width: 80%;
                figcaption {
                    margin: 0 25px;
                }
            }

            figure.fig_mid_img {
                gap: 0;
            }

            &.cd_item_width70 {
                width: 70%;
                margin: 0 auto;
            }

            &.cd_item_box4 {
                & figure.figure_flex {
                    figcaption {
                        /* width: 120%; */
                    }
                }
            }

            .cate_title_sub {
                margin-top: 40px;
            }

            &.cd_item_box1 {
                .cate_title_sub {
                    width: 70%;
                }
            }

            &.cd_item_box2 {
                .cate_title_sub {
                    width: 70%;
                }
            }
    
        }

        .page_separate {
            margin-top: 150px !important;
        }


        /* Present for me！ */
        & .cd_md_box {
            .cate_head {
                h2 {
                    width: 42%;
                }
            }

            figure {
                width: 75%;
            }
        }


        /* ココロときめく！ビジュ映えグルメ */
        & .cd_gourmet_box {
            figure {
                width: 75%;
            }

            .cate_head {
                h2 {
                    width: 100%;
                }
            }
        }

        & .cd_adbox {
            /* & .cd_ad_detail {
                dl {
                    flex-direction: row;
                }
            } */

                            
            h3.cd_adbox_title_aeon {
                font-size: 18px;
            }
    
            .cd_ad_detail {
                > p {
                    font-weight: bold;
                }
                dl {
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    flex-direction: row;
                    margin: 10px 0;
                    dt {
                        width: 12%;
                        margin: 0;
                        text-align: left;
                        background-color: transparent;
                        font-weight: normal;
                        padding: 0;
                    }
                    .databox {
                        flex: 1;
                        width: 100%;
                        margin: 0;
                        padding: 0;
                        dd {
                            display: flex;
                            justify-content: space-between;
                            flex-direction: row;
                        }
                    }
                }
            }
        }


        
    }
}
