@charset "UTF-8";

.background-gingham {
    background-image: linear-gradient(
        transparent 50%,
            rgba(245, 237, 228, 0.5) 50%
        ), /*横*/
        linear-gradient(90deg, rgba(245, 237, 228, 0.5) 50%, transparent 50%); /*縦*/
    background-size: 20px 20px;
}


/*======================
URL
======================*/

/*  URL */

.urlWap {
    text-align: center;
    text-transform: none;
}
    
/*======================
H1からモックアップ画像まで
======================*/
.my_workWap {
    max-width: 370px;
    margin: auto;
}

.layout-h1wap{
    width: 169px;
}



.layoutH1_txt {
    font-size: 1.2rem;
    text-align: center;
}


h2.layoutH2 {
    /* display: inline-block; */
    font-size: 3.2rem;
    margin: 90px auto 30px;
    text-align: center;
}


.layoutMockup_main {
    text-align: center;
    margin-top: 80px;
}


.mp_img {
    width: 600px;
}

/* PC / H1からモックアップ画像まで */
@media screen and (min-width: 890px) {
    .my_workWap {
        max-width: 890px;
    }


    .layout-h1wap {
        width: 350px;
    }

    .layoutH1 {
        font-size: 8rem;
        font-weight: 500;
        margin: 240px 0 4px;
    }

    .layoutH1_txt {
        font-size: 1.6rem;
    }

    .layoutH2 {
        text-align: center;
        font-size: 4.2rem;
        margin: 50px auto 10px;
    }

    .worksPortfolioMockup {
        text-align: center;
    }
    

    .mockUp_img {
        border-radius: 35px;
        width: 890px;
    }
}



/*======================
デザインカンプ
======================*/

.layoutH3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 7px;
    color: #5c4033;
    font-family: "Noto Serif JP", serif;
}

.worksDesign_detail{
    margin: 20px 0 40px;

}

.pcDesignComp,
.spDesignComp {
    display: none;
}



/* デザインカンプ SP PS 切り替え　WPプラグイン ポートフォリオ用 */
#tab_container_50 {
    padding: 20px 0;
}

#tab_container_50 .wpsm_nav{
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto 20px;
    gap: 4px;
    position: relative;
    justify-content: center;
}

/* デザインカンプ　WPプラグインここまで */

/* プラグインボタン下のデザインカンプ */
.tab-content .active {
    text-align: center;
}

#tab_container_50 .tab-content {
    margin-bottom: 120px;
    text-align: center;
    margin: auto;
    width: 300px;
    margin: 0 auto;
}

/* プラグインボタン下のデザインカンプ　ここまで */


/* pc / デザインカンプ */
@media screen and (min-width: 890px) {
    /* デザインカンプ説明 */
    .layoutH3 {
        font-size: 2.4rem;
        text-align: left;
        padding-top: 7px; 
        width: 163px;
        
}

    .worksDesign_detail {
        display: flex;
        align-items: flex-start;
    }

    .detailTxt {
    line-height: 2em;
    font-size: 2rem;
    width: 700px;
    } 
    
    .designCompTxt {
        margin: 8px auto 80px;
        text-align: center;
        width: 250px;
        font-size: 1.3rem;
    }

    .designComp {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 120px;
        width: 980px;
} 

    .pcDesignComp {
        width: 500px;
        display: block;
    }

    .spDesignComp {
    width: 300px;
    display: block;
} 
}
    /* デザインカンプ説明ここまで */





/*======================
その他
======================*/
.other_wk_section {
    text-align: center;
}

.otherWorkMockup {
    margin-bottom: 20px;
}


.otherWork:last-of-type {
    margin-bottom: 120px;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .worksDetailWap {
        margin: 80px auto 120px;
        width: 890px;
}
    .otherWork {
        max-width: 890px;
        width: 100%;
        display: grid;
        gap: 48px;
        margin: 0 auto 40px;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    
    .otherWork:last-of-type {
    
        margin-bottom: 240px;
    }

}





