@charset "utf-8";
/* CSS Document */

/*--------------------
コルトンデイズ
VOL.66 MAR. 2026 SPRING
--------------------*/

/*-------------------------------------------------
基本設定
-------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');


.baskervville-font {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


:root{
    --color-base-spring:#fff;
    --color-font-md:#759b57;
    --color-font-gourmet:#ef857d;
    }

html {
    background-color: var(--color-base-spring);
}

.RinjiAllBnr .inner {
    padding: 0;
}

body.c_days2603 {
    background: #fff;
    #main {
        background: #fff;
        #contents {
            background: #fff;
        }
    }

    &.sp {
        #main {
            #contents {
                overflow: hidden;
            }
        }
        
    }
    img {
        max-width: 100%;
        height:auto;
        object-fit:cover;
    }
}



/*-------------------------------------------------
花びら装飾
-------------------------------------------------*/
body.c_days2603 {
    .decoration_flwr {
        position: relative;
        z-index:1;
    }
    .decoration_flwr::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100%;
        z-index: -1;
        width: 100%;
    }
    .cd_item_box1 {
        .fig_with_title::before {
            background-image: url(decoration_flower01.png);
            height: auto;
            aspect-ratio: 873 / 892;
            left: -30px;
            bottom: -30px;
            z-index: 10;
        }
        .cate_title_sub::before {
            background-image: url(decoration_flower02.png);
            height: auto;
            aspect-ratio: 167/206;
            width: 60%;
            top: -40px;
            right: 0;
        }
        &::before {
            background-image: url(decoration_flower03.png);
            height: auto;
            aspect-ratio: 841/765;
            bottom: 0;
        }
    }
    .cd_item_box2 {
        .cate_title_sub::before {
            background-image: url(decoration_flower04.png);
            height: auto;
            aspect-ratio: 39/29;
            width: 75%;
            top: -100px;
            left: 10px;
            max-width:360px; 
        }
        &::before {
            background-image: url(decoration_flower05.png);
            height: auto;
            aspect-ratio: 841/1305;
            bottom: 0;
        }
    }
    .cd_item_box3 {
        figure.decoration_flower {
            background-image: url(decoration_flower14.png);
            height: auto;
            aspect-ratio: 787/384;
            top: -20px;
            right: 0;
        }
        .cate_title_sub::before {
            background-image: url(decoration_flower07.png);
            height: auto;
            aspect-ratio: 170/110;
            width: 70%;
            top: -50px;
            left: -20px;
        }
        &::before {
            background-image: url(decoration_flower08.png);
            height: auto;
            aspect-ratio: 853/896;
            bottom: 0;
        }
    }
    .cd_item_box4 {
        .cate_title_sub::before {
            background-image: url(decoration_flower11.png);
            height: auto;
            aspect-ratio: 765/335;
            top: -40px;
            left: -50px;
            z-index: -1;
            width: 130%;
        }
        &::before {
            background-image: url(decoration_flower12.png);
            height: auto;
            aspect-ratio: 799/1323;
            bottom: 0;
        }
        
    }
    .cd_item_box5 {
        .cate_title_sub::before {
            background-image: url(decoration_flower09.png);
            height: auto;
            aspect-ratio: 397/173;
            right: 0;
        }
        &::before {
            background-image: url(decoration_flower10.png);
            height: auto;
            aspect-ratio: 731/386;
            bottom: 0;
        }
    }

}



/*
-------------------------------------------------
-------------------------------------------------
スマホファースト
-------------------------------------------------
-------------------------------------------------
*/

body.c_days2603 #contents {

    section.split_box.left_nav {
        div h1 {
            img {
                filter: none;
            }
        }
    }

    .index_box {
        ul li {
            border-left: 1px solid #717071;
            a {
                color: #717071;
            }
        }
        p {
            width: 100%;
            margin-bottom: 30px;
            font-style: italic;
            font-weight: 700;
            color: #727171;
            font-size: 17px;
            span {
                font-size: 18px
            }
        }
    }

    .index_box.sp_view {
        margin: 50px 0 30px;
    }

    
    section.split_box.right_cnt {
        .right_cnt_top {
            /* background-color: #fff; */
            padding: 7% 7% 0% 7%;
            aspect-ratio: 200 / 279;
            .scroll {
                background-color: transparent;
            }
        }
        .cate_title_sub {
            color: #898989;
            font-size: 14px;
            text-align: left;
            padding: 0;
            line-height: 1.2rem;
            letter-spacing: .4em;
            position: absolute;
            right: 0;
            top: -44px;
            
            span {
                letter-spacing: .25rem;
            }
        }
    
        /*Bloom Spring*/
        
        .ttl_springbloom {
            width: 90%;
            margin: auto;
            font-size: 16px;
            text-align: center;
            color: #898989;
            letter-spacing: 0.35rem;    
            img {
                width: 70%;
                display:block;
                margin-bottom: -10px;
            }
        }
        .cd_item_box {
            &.cd_item_box1 {
                margin-bottom: 260px;
            }
             &.cd_item_box2 {
                margin-bottom: 260px;
                
                
                 .cate_title_sub {
                     top: -18%;
                     left: 0;
                     padding: 0 10%;
                     box-sizing: border-box;       
                     > div {
                         width: 92%;
                         margin: 6% auto 0;
                     }
                 }
            }
             &.cd_item_box3 {
                margin-bottom:260px;
                 .cate_title_sub {
                     top: -22%;
                     right: 5%;
                     text-align: right;     
                     span {
                         margin-bottom: 20px
                     }
                     p {
                         text-align:left;
                         display:inline-block;
                     }
                 }
            }
             &.cd_item_box4 {
                margin-bottom:160px;
                 .cate_title_sub {
                     top: -20%;
                     left: 15%;
                 }
            }
            &.cd_item_width70 {
                width: 85%;
                margin: 0 auto;
            }
            figure {
                margin: 120px auto 0;
                position: relative;
                figcaption {
                    color: #666464;
                    padding: 15px 0;
                    text-align: justify;
                    z-index: 1;
                    max-width: 850px;
                    margin:auto;
                    a {
                        color: #666464;
                    }
                }
            }
    
            figure.fig_with_title {
                position: relative;
                .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;
                margin-top: 20px;           
                img {
                    width: calc((100% - 20px) / 2);
                }
                figcaption {
                    padding: 0;
                }
            }

            figure.fig_small {
                width: 80%;
                margin: 60px auto;
            }

            figure.fig_mid_img {
                gap: 5px;
            }
            .cate_title_sub span{
                display:block;
                font-weight: 500;
            }
        }

        .cd_item_box1 .cate_title_sub span{
            color:#d895a6;
            position: relative;
            left: -17%;
            margin-bottom: 15px;
        }
        .cd_item_box2 .cate_title_sub span{
            color:#95b7e1;
        }
        .cd_item_box3 .cate_title_sub span{
            color:#a7d398;
            em {
                color:#bddad2;
            }
        }
        .cd_item_box4 .cate_title_sub span{
            color:#eac967;
            left: -10%;
            margin-bottom: 15px;
        }
        .cd_item_box5 .cate_title_sub span{
            color:#f6bfd7;
        }

        .page_separate {
            margin-top: 80px;
        }
        
    
        /* MD */
        .cd_md_box {
            background: #ffffff;
            .cate_head {
                h2 {
                    width: 100%;
                    margin: 0 auto;
                }
                p {
                    color:var(--color-font-md);
                    font-size: 16px;
                    margin-bottom: 10%;
                }
            }

            figure {
                margin: 8% auto 0;
                width: 100%;
                &:first-of-type {
                    margin-top: 3%;
                }
                img {
                    aspect-ratio: 91 / 141;
                }
            }
            figcaption {
                font-size: 13px;
                .caption_title {
                    color: #a0a076;
                    display: flex;
                    font-weight: bold;
                    margin-bottom: 5px;
                    .caption_title-text {
                    }
                }
            }
        }
    
        /* ハルイログルメ */
        .cd_gourmet_box {
            background-color: #ffffff;
            padding: 10% 7% 10%;
            figure {
                width: 100%;
                margin: 0 auto 10%;
                img {
                    aspect-ratio: 450 / 323;
                }
                figcaption {
                    font-size: 13px;
                    color: #594a43;
                    text-align: justify;
                    .caption_title {
                        color: #ef857d;
                        font-weight: bold;
                        margin-bottom: 5px;
                    }
                    .caption_content {
                        font-size: 13px;
                        a {
                            font-weight: bold;
                        }
                    }
                }
            }
            .cate_head {
                padding-top: 0;

                h2 {
                   width: 75%;
                }
            }
        }


        /*裏表紙*/
        & .cd_ad_area {
            background-color: #ecf4e1;

            a {
                /*color: #a29158;*/
                /* border: 1px #a29158 solid; */
                &::after {
                   color: #000;
                }
            }

            .btn_area {
                a {
                    border: 1px #000 solid;
                    color: #000;
                }
            }

            & .cd_adbox {
                & .cd_adtext {
                    p {
                        text-align: justify;
                    }
                    h5 {
                        font-size: 16px;
                        font-weight: bold;
                        margin: 10px 0;
                    }
                }
                .cd_ad_shopdetail figure img {
                    height: 100%;
                }
            }
        }
    }
}


body.c_days2603.sp {
    
    #contents section.split_box.right_cnt {
        & .cd_item_box {
            figure.fig_mid {
                width: 85%;
            }
            &.cd_item_width70 {
                width: 100%;
            }
            .cate_title_sub span {
                font-size: 20px;
                position: relative;
            }
        }
         figure.fig_2row {
            img {
                width: 100%;
            }
        }
        .cate_title_sub {
            margin-top: 0px;
        }
        
    }
}


/*
-------------------------------------------------
-------------------------------------------------
PC
-------------------------------------------------
-------------------------------------------------
*/

body.c_days2603.pc #contents {

    section.split_box.left_nav {
        > div > a.archive-link {
            color: #a1c16b;
            border: 1px #a1c16b 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 {
        overflow-x: hidden;
        .ttl_springbloom {
            width: 90%;
            img {
                width: 50%;
                margin-bottom: -20px;
            }
        }

        /*ファッション*/
        & .cd_item_box {
            figure {
                figcaption {
                    padding: 15px 0;
                }
            }
            & figure.fig_2row {
                figcaption {
                    padding: 0 20px 0 0;
                }
                justify-content: center;
            }

            & figure.fig_with_title {
                margin-top: 140px;
                .fig_title {
                top: 0;
                width: auto;
                }
            }

            figure.fig_small {
                width: 40%;
            }

            figure.fig_mid {
                width: 100%;
                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;
            }

            .cate_title_sub {
            top: -55px;
            right: 20px;
            padding: 0 5%;
            }
            .cate_title_sub span{
                font-size: 25px;
                line-height: 2rem;
                margin-bottom: 15px;
                position: relative;
            }
            &.cd_item_box1 {
                margin-bottom: 240px;
            }
            &.cd_item_box2 {
                margin-bottom: 260px;  
                .cate_title_sub {
                   top: -150px;
               }
            }
            &.cd_item_box3 {
               .cate_title_sub {
                   top: -110px;
               }
            }
            &.cd_item_box4 {
                .cate_title_sub {
                   top: -105px;
                   left: 25%;
               }
                figure.fig_2row img {
                width: calc(100%/1.6);
                }
            }
            &.cd_item_box5 {
                .cate_title_sub {
                   top: -35px;
                   right: 18%;
               }
                figure.fig_2row img {
                width: calc(100%/1.6);
                }
            }
        }

        /* MD */
        & .cd_md_box {
            padding: 0 0 20px;
            .cate_head {
                h2 {
                    width: 100%;
                    margin-bottom: -35px;
                }
            }

            figure {
                width: 55%;
            }
        }


        /* グルメ */
        & .cd_gourmet_box {
            figure {
                width: 75%;
            }

            .cate_head {
                h2 {
                    width: 50%;
                    margin: auto;
                }
            }
        }

        & .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;
                        }
                    }
                }
            }
        }        
    }
}
