/* ===== ▼共通 ===== */
/* === 次の記事、前の記事リンク === */
.single_pnlink_contain {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 50px 0;
}

.single_pnlink_contain a {
    width: calc(96% - 16px);
    padding: 20px;
}


.single_pnlink_pre,
.single_pnlink_next {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    position: relative;
}

.single_pnlink_pre a,
.single_pnlink_next a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line_design {
    content: '';
    width: 1px;
    height: 30px; 
    background-color: #424242;
}

.single_pnlink_pre::before,
.single_pnlink_next::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: #424242 1px solid;
    transition: all 0.3s;
}

.single_pnlink_pre::before {
    border-left: #424242 1px solid;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
}

.single_pnlink_next::after {
    border-right: #424242 1px solid;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 10px;
}

.single_pnlink_pre:hover::before {
    left: 0;
}

.single_pnlink_next:hover::after {
    right: 0;
}



/* === 次の記事、前の記事リンク === */
/* ===== ▲共通 ===== */

/* ===== ▼NEWS記事 ===== */
.single_main {
    padding-top: 80px;
}

.single_wrapper {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.news_title {
    margin: 10px 0;
}

.single_date {
    font-size: 14px;
    color: #797979;
    margin-bottom: 20px;
}


.news_thumbnail img {
    object-fit: contain;
}

.news_content_wrapper {
    width: 96%;
    margin: 60px auto;
}

/* ===== ▲NEWS記事 ===== */

/* ===== ▼ph個別記事 ===== */
.single_ph_main {
    padding-top: 80px;
}

.ph_single_vis {
    width: 90%;
    margin: 0 auto;
}

.ph_single_vis_text {
    text-align: center;
}

.ph_single_vis_title {
    font-size: min(8vw, 68px);
}

.ph_single_vis_desc {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.snap_main_img_container {
    position: relative;
    width: 90%;
    margin: 40px auto 0;
}



.snap_main_img {
    display: block;
    aspect-ratio: 5/3;
    object-fit: cover;
}




.feature_wrapper,
.type_wrapper,
.color_wrapper {
    width: 90%;
    max-width: 1000px;
}

.single_ph_h2 {
    text-align: center;
    vertical-align: bottom;
    font-size: min(7vw, 44px);
    position: relative;
    letter-spacing: 3px;
    border-bottom: #424242 1px solid;
}

.feature_section {
    margin-bottom: 100px;
}

.feature_text {
    margin-bottom: 30px;
}

.feature_h3 {
    margin-left: 46px;
    font-size: 20px;
    position: relative;
}

.feature_h3::before {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: -46px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background-color: #424242;

}

.feature_section:nth-of-type(1) .feature_h3::before {
    content: "1";
}

.feature_section:nth-of-type(2) .feature_h3::before {
    content: "2";
}

.feature_section:nth-of-type(3) .feature_h3::before {
    content: "3";
}

.feature_section:nth-of-type(4) .feature_h3::before {
    content: "4";
}

.feature_section:nth-of-type(5) .feature_h3::before {
    content: "5";
}

.feature_desc {
    margin: 44px auto;
}


.type_h3 {
    position: relative;
    margin-left: 18px;
}

.type_h3::before {
    content: "";
    position: absolute;
    left: -15px;
    width: 10px;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e25662;
}

.type_desc {
    margin: 44px 0;
}

.type_img_title {
    font-size: 20px;
    font-weight: bold;
    color: #797979;
}

.type_section {
    margin-bottom: 100px;
}


.color_wrapper {
    margin-bottom: 100px;
}

.snap_color_img_pc {
    display: none;
}

.snap_comb_img_wrap {
	width: 100%;
	max-width: 800px;
	    display:flex;
    overflow:scroll;
	overflow-y: hidden;
	overflow-x: auto; 
	margin: 50px auto 0;
}

.snap_comb_img {
	min-width:650px;
	max-width: 800px;
}

/* ===== ▲ph個別記事 ===== */
/* ===== ▼product個別記事(ph以外) ===== */
.single_product_main {
    padding-top: 80px;
}

.single_product_title {
    text-align: center;
}

.single_product_img_container {
    width: 100%;
    aspect-ratio: 6/5;
    background-color: #fff;
    border-radius: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 4px 4px 14px -6px rgba(0, 0, 0, 0.3);
}

.product_main_img {
    width: 80%;
    aspect-ratio: 6/5;
    object-fit: contain;
}

.single_product_text_outline {
    margin-top: 30px;
    padding-bottom: 30px;
}

.single_product_text_outline:first-of-type {
    border-bottom: #424242 0.5px solid;
}

.single_product_h2 {
    font-size: 30px;
    font-weight: 300;
}

/* ===== ▲product個別記事(ph以外) ===== */

/* ===== ▼machine個別記事 ===== */
.single_machine_main {
    padding-top: 80px;
}

.single_machine_title {
    text-align: center;
    margin: 10px auto;
}

.single_machine_sub_title {
    text-align: center;
    color: #ababab;
    font-size: 22px;
    margin-bottom: 50px;
}

.single_machine_img_container {
    width: 100%;
    aspect-ratio: 6/5;
    background-color: #fff;
    border-radius: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 4px 4px 14px -6px rgba(0, 0, 0, 0.3);
}

.machine_main_img {
    width: 80%;
    aspect-ratio: 6/5;
    object-fit: contain;
}

.single_machine_text_outline {
    margin-top: 30px;
    padding-bottom: 30px;
}


.single_machine_h2 {
    font-size: 30px;
    font-weight: 300;
}

/* ===== ▲machine個別記事 ===== */


/* ===== ▼▼▼▼　520px以上　▼▼▼▼ ===== */
@media screen and (min-width: 520px) {
	/* ===== ▼ph個別記事 ===== */
    .feature_section,
    .type_section {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .feature_text {
        width: 60%;
    }

    .feature_img {
        width: 38%;
        object-fit: contain;
    }

    
    .type_text {
        width: 48%;
    }

    .type_img {
        width: 48%;
        margin-top: 20px;
    }


    .snap_color_img_sp {
        display: none;
    }

    .snap_color_img_pc {
        display: block;
    }

    /* ===== ▲ph個別記事 ===== */
    /* ===== ▼product個別記事(ph以外) ===== */
    
    .single_product_main {
        padding-top: 120px;
    }

    .single_product_wrapper {
        width: 70%;
        max-width: 500px;
    }
    /* ===== ▲product個別記事(ph以外) ===== */
        /* ===== ▼machine個別記事 ===== */
    
        .single_machine_main {
            padding-top: 120px;
        }
    
        .single_machine_wrapper {
            width: 70%;
            max-width: 500px;
        }
        /* ===== ▲machine個別記事 ===== */
}
/* ===== ▼▼▼▼　960px以上　▼▼▼▼ ===== */
@media screen and (min-width: 960px) {



    .single_main {
        padding-top: 180px;
    }


    /* ===== ▼ph個別記事 ===== */
    .single_ph_main {
        padding-top: 200px;
    }

    .ph_single_vis {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    .ph_single_vis_text {
        width: 56%;
    }

    .snap_main_img_container {
        width: 40%;
        aspect-ratio: 5/3;
        margin: 0;
    }

    .ph_single_vis_title {
        margin: 5% auto;
    }

    .ph_single_vis_desc {
        padding: 10%;
        padding-top: 0;
        font-size: 18px;
        line-height: 34px;
    }


    .feature_text {
        width: 50%;
    }
    /* ===== ▲ph個別記事 ===== */

    
    /* ===== ▼product個別記事(ph以外) ===== */
    
    .single_product_main {
        padding-top: 180px;
    }

    .single_product_wrapper {
        width: 80%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .single_product_img_container {
        width: 40%;
    }

    .single_product_text_container {
        width: 50%;
    }

    /* ===== ▲product個別記事(ph以外) ===== */
        /* ===== ▼machine個別記事 ===== */
    
        .single_machine_main {
            padding-top: 180px;
        }
    
        .single_machine_wrapper {
            width: 80%;
            max-width: 1200px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .single_machine_img_container {
            width: 40%;
        }
    
        .single_machine_text_container {
            width: 50%;
        }
    
        /* ===== ▲machine個別記事 ===== */

}
