@charset "utf-8";
/*--京thought.css--*/
/* ##########PC########## */
.thought_intro{
    max-width: 1120px;
    margin: 0 auto 3em;
}

    .thought_intro > .wp-block-group__inner-container{
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 32.5rem;
        padding-top: 6rem;
    }

        .thought_intro_title{
            margin-bottom: 0.8em;
            position: relative;
            z-index: 1;
        }

            .thought_intro_title .wp-block-group__inner-container{
                display: flex;
                flex-direction: column;
                align-items: center;
                color: var(--base_color7);
                line-height: 1.4;
            }

                .thought_intro_title p{
                    font-size: 1.7em;
                    font-weight: 500;
                    margin-bottom: 0.3em;
                }

                .thought_intro_title h2{
                    font-size: 3.4em;
                    font-weight: 500;
                }

        .thought_intro .desc{
            width: 27rem;
            font-size: 1.1em;
            margin-bottom: 0;
            position: relative;
            z-index: 1;
        }

        .thought_intro_figs{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .thought_intro_figs ul{
                margin: 0;
                width: 100%;
                height: 100%;
                position: relative;
            }

                .thought_intro_figs ul li{
                    margin: 0;
                    padding: 0;
                    border-radius: 50%;
                    aspect-ratio: 1 / 1;
                    position: absolute;
                    overflow: hidden;
                }

                .thought_intro_figs ul li.fig1{
                    width: 12.5rem;
                    top: 0;
                    left: 6rem;
                }

                .thought_intro_figs ul li.fig2{
                    width: 16.5rem;
                    bottom: 1.5rem;
                    left: -2rem;
                }

                .thought_intro_figs ul li.fig3{
                    width: 32.5rem;
                    top: 0;
                    right: 0;
                }

                    .thought_intro_figs ul li::before{
                        content: none;
                    }

.thought_detail_wrapper{
    background-image: url(../shared/fig_bg_glay.png);
    background-size: 0.8125rem auto;
    padding: 5em 0;
    width: calc(100vw - 15rem);
    margin-left: calc(50% - 50vw + 7.5rem);
    margin-right: calc(50% - 50vw + 7.5rem);
}

    .thought_detail_wrapper > .wp-block-group__inner-container{
        display: flex;
        flex-direction: column;
        gap: 5em;
    }

    .thought_detail{
        box-sizing: border-box;
        background: #fff;
        padding: 3em 5em;
        position: relative;
        border-radius: 1rem;
        max-width: 880px;
        margin: 0 auto;
        transition: 1s all ease;
        transition-delay: .3s;
        opacity: 0;
        transform: translateY(1rem);
    }

    .thought_detail.show{
        opacity: 1;
        transform: translateY(0);
    }


        /*野菜をつける*/
        .thought_detail .fig_items{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

            .thought_detail .fig_items ul{
                margin: 0;
                line-height: 1;
                position: relative;
            }

                .thought_detail .fig_items ul li{
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                .thought_detail .fig_items ul li::before{
                    content: none;
                }

        .thought_detail.detail1 .fig_items ul li:nth-child(1){
            width: 10rem;
            aspect-ratio: 1 / 1;
            background-image: url(../shared/vegetables/fig_potato_a.png);
            top: 0;
            left: -5rem;
        }

        .thought_detail.detail1 .fig_items ul li:nth-child(2){
            width: 7.5rem;
            aspect-ratio: 1 / 1;
            background-image: url(../shared/vegetables/fig_tomato_03_a.png);
            top: -2.5rem;
            left: 5rem;
        }

        .thought_detail.detail1 .fig_items ul li:nth-child(3){
            width: 15rem;
            aspect-ratio: 1 / 1;
            background-image: url(../shared/vegetables/fig_carrot_02_a.png);
            top: -3.5rem;
            right: -3rem;
        }

        .thought_detail.detail2 .fig_items ul li:nth-child(1){
            width: 10rem;
            aspect-ratio: 1 / 1;
            background-image: url(../shared/vegetables/fig_eggplant_a.png);
            top: -3rem;
            left: 3rem;
        }

        .thought_detail.detail2 .fig_items ul li:nth-child(2){
            width: 12.5rem;
            aspect-ratio: 1 / 1;
            background-image: url(../shared/vegetables/fig_greenpapper_02_a.png);
            top: -4.5rem;
            right: 1.5rem;
        }

        .thought_detail.detail3 .fig_items ul li:nth-child(1){
            width: 10rem;
            aspect-ratio: 1 / 1;
            background-image: url(../shared/vegetables/fig_shiitake_a.png);
            top: -2rem;
            left: 1rem;
        }

        .thought_detail.detail3 .fig_items ul li:nth-child(2){
            width: 10rem;
            aspect-ratio: 1 / 1;
            background-image: url(../shared/vegetables/fig_spinach_a.png);
            top: -3rem;
            right: 2rem;
        }


        .thought_detail h3{
            margin-top: 0;
        }

        .thought_detail figure{
            margin-top: 2em;
            margin-bottom: 0;
            border-radius: 1rem;
            overflow: hidden;
        }



@media screen and (min-width:1px) and (max-width:1200px) {
    .thought_detail_wrapper{
        width: calc(100vw - 8vw);
        margin-left: calc(50% - 50vw + 4vw);
        margin-right: calc(50% - 50vw + 4vw);
    }
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .thought_detail_wrapper{
        width: calc(100vw - 6vw);
        margin-left: calc(50% - 50vw + 3vw);
        margin-right: calc(50% - 50vw + 3vw);
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .thought_intro_figs ul li.fig2{
        left: -4rem;
    }

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {
    .thought_intro{
        margin: 0 auto 4em;
    }

        .thought_intro > .wp-block-group__inner-container{
            height: auto;
            padding-top: 6.5rem;
        }

            .thought_intro_title p{
                font-size: 1.5em;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .thought_intro_title h2{
                font-size: 2.3em;
                font-weight: 600;
            }

            .thought_intro .desc{
                width: auto;
                font-size: 1.05em;
                padding: 0 1em;
            }

                .thought_intro_figs ul li.fig1{
                    width: auto;
                    height: 35%;
                    top: -3rem;
                    left: auto;
                    right: 1rem;
                }

                .thought_intro_figs ul li.fig2{
                    width: auto;
                    height: 47%;
                    left: -8vw;
                    top: -4rem;
                }

                .thought_intro_figs ul li.fig3{
                    width: auto;
                    height: 75%;
                    right: -15vw;
                    top: 7rem;
                }

    .thought_detail_wrapper{
        padding: 1em;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

        .thought_detail_wrapper > .wp-block-group__inner-container{
            gap: 3em;
        }

        .thought_detail{
            padding: 2em 2em;
        }

        .thought_detail.detail1 .fig_items ul li:nth-child(1){
            width: 4rem;
            left: -1rem;
        }

        .thought_detail.detail1 .fig_items ul li:nth-child(2){
            width: 4rem;
        }

        .thought_detail.detail1 .fig_items ul li:nth-child(3){
            width: 7rem;
        }

        .thought_detail.detail2 .fig_items ul li:nth-child(1){
            width: 4rem;
            top: -1rem;
            left: 2rem;
        }

        .thought_detail.detail2 .fig_items ul li:nth-child(2){
            width: 5rem;
        }

        .thought_detail.detail3 .fig_items ul li:nth-child(1){
            width: 4rem;
            top: -1rem;
        }

        .thought_detail.detail3 .fig_items ul li:nth-child(2){
            width: 4rem;
            top: -1.5rem;
        }
        
}


/* ##########印刷用########## */
@media print{

}