@charset "UTF-8";

/*------------------------------------------------*/

/* 1275px */
@media screen and (max-width:767px) { /*SP 375*/
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
}
@media screen and (min-width:1275px) , print { /*PC*/
}

/*------------------------------------------------*/

/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 100 to 900 */

.inter-uniquifier {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.noto-sans-jp-uniquifier {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

:root {
    --redColor: rgba(204,0,34,1);
    --blackColor: rgba(0,0,0,1);
}

/* fw4 add */
@media screen and (max-width:767px) { /*SP 375*/
    .FW4_safety{
        margin: 0!important;
    }
    .FW4x_border{
        border-top: 1px solid #000;
        padding: 40px 0 0 0;
        margin: 50px 0 0 0;
    }
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
    .FW4_safety{
        margin: 0!important;
        /* padding: 40px 0 30px 0; */
        padding: 3.14vw 0 2.35vw 0;
    }
    .FW4x_border{
        /* border-top: 1px solid #000; */
        border-top: 0.08vw solid #000;
        /* padding: 90px 0 0 0; */
        padding: 7.06vw 0 0 0;
    }
}
@media screen and (min-width:1275px) , print { /*PC*/
    .FW4_safety{
        margin: 0!important;
        padding: 40px 0 30px 0;
    }
    .FW4x_border{
        border-top: 1px solid #000;
        padding: 90px 0 0 0;
    }
}

.RNG_z2{
    position: relative;
    z-index: 2;
    background-color: #fff;
}

/*------------------------------------------------*/
/*-- common --*/
@media screen and (max-width:767px) { /*SP 375*/
    .MTP_common_ww{
        position: relative; z-index: 2;
        background-color: #fff;
        padding: 50px 0 0 0;
    }
    /*-----------------*/

    .MTP_LU_link3{
        width: 100%;
        font-size: 12px;
        color: #333!important;
        text-align: center;
        background-color: #eee;
        text-decoration: none!important;
        margin: 40px 0 0 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 10px 20px; 
        border-radius: 50px;
    }
    .MTP_LU_link3::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('/module/fw3/img/FW3_mark_arw_right_b.svg');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .MTP_LU_link3:hover{
        opacity: 0.75;
    }
    .MTP_listLinkBox{
        width: 100%;
    }
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
    .MTP_common_ww{
        position: relative; z-index: 2;
        background-color: #fff;
        /* padding: 50px 0 0 0; */
        padding: 3.92vw 0 0 0;
    }
    /*-----------------*/
    .MTP_LU_link3{
        width: 100%;
        /* font-size: 16px; */
        font-size: 1.26vw;
        color: #333!important;
        text-align: center;
        background-color: #eee;
        text-decoration: none!important;
        /* margin: 20px 0 0 0; */
        margin: 1.57vw 0 0 0;
        /* padding: 10px 0; */
        padding: 0.78vw 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        /* padding: 10px 20px; */
        padding: 0.78vw 1.57vw;
        /* border-radius: 50px; */
        border-radius: 3.92vw;
    }
    .MTP_LU_link3::after {
        content: '';
        display: inline-block;
        /* width: 16px; */
        width: 1.26vw;
        /* height: 16px; */
        height: 1.26vw;
        background-image: url('/module/fw3/img/FW3_mark_arw_right_b.svg');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        /* right: 10px; */
        right: 0.78vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .MTP_LU_link3:hover{
        opacity: 0.75;
    }
    .MTP_listLinkBox{
        width: 30%;
    }
}
@media screen and (min-width:1275px) , print { /*PC*/
    .MTP_common_ww{
        position: relative; z-index: 2;
        background-color: #fff;
        padding: 50px 0 0 0;
    }
    /*-----------------*/
    .MTP_LU_link3{
        width: 100%;
        font-size: 16px;
        color: #333!important;
        text-align: center;
        background-color: #eee;
        text-decoration: none!important;
        margin: 20px 0 0 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 10px 20px; 
        border-radius: 50px;
    }
    .MTP_LU_link3::after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url('/module/fw3/img/FW3_mark_arw_right_b.svg');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .MTP_LU_link3:hover{
        opacity: 0.75;
    }
    .MTP_listLinkBox{
        width: 30%;
    }
}

.FW4_commonParts,.parts_lastMB{
    position: relative; z-index: 2;
    background-color: #fff;
}
#FooterArea,.FatMenuWide{
    position: relative; z-index: 2;
}
.fea_ww {
    margin-bottom: 0px!important;
    padding-bottom: 40px!important;
}
#TopicPath{
    position: relative; z-index: 2;
    background-color: #fff;
    padding: 50px 0 0 0;
}

/*------------------------------------------------*/
/*-- video h2 --*/

.MTP_video_pos_ON{
    position: fixed; top: 0; left: 0; z-index: 100000;
}
.MTP_video_pos_OFF{
    position:initial; z-index: 1;
    /* position: fixed; top: 0; left: 0; z-index: 1; */
    /* opacity: 0.5; */
}
.MTP_video_pos_scfix{
    /* position:initial; z-index: 1; */
    position: fixed!important; top: 0; left: 0; z-index: 1;
    /* opacity: 0.5; */
}

@media screen and (max-width:767px) { /*SP 375*/
    .MTP_movieBox{
        position: relative;
        margin: 0 0 0 0;
        width: 100%; height: auto;
        /* position: fixed; top: 0; left: 0; z-index: 100000; */
    }
    .MTP_video{
        width: 100%; height: auto;
        object-fit: cover;
        /* transition: 0.5s; */
        aspect-ratio: 828/1424;
    }

    /*-----------------*/

    .MTP_box{
        display: flex; flex-direction: column; align-items: center;
        margin: 50px 0 20px 0;
    }
    .MTP_h2{
        width: 100%;
        text-align: center;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 40px;
        line-height: 40px;
        color: var(--redColor);
        margin: 0 0 10px 0;
    }
    .MTP_h2_tx{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        color: var(--blackColor);
        margin: 0 0 10px 0;
    }
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
    .MTP_movieBox{
        /* margin: 0 0 0 0; */
        margin: 0 0 0 0;
        position: relative;
    }
    .MTP_video{
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
        /* transition: 0.5s; */
        aspect-ratio: 1920/912;
    }
    /*-----------------*/
    .MTP_box{
        display: flex; flex-direction: column; align-items: center;
        /* margin: 60px 0 40px 0; */
        margin: 4.71vw 0 3.14vw 0;
    }
    .MTP_h2{
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        /* font-size: 60px; */
        font-size: 4.71vw;
        /* line-height: 60px; */
        line-height: 4.71vw;
        color: var(--redColor);
        /* margin: 0 0 10px 0; */
        margin: 0 0 0.78vw 0;
    }
    .MTP_h2_tx{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        /* font-size: 24px; */
        font-size: 1.88vw;
        color: var(--blackColor);
        /* margin: 0 0 30px 0; */
        margin: 0 0 2.35vw 0;
    }
}
@media screen and (min-width:1275px) , print { /*PC*/
    .MTP_movieBox{
        margin: 0 0 0 0;
        position: relative;
    }
    .MTP_video{
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
        /* transition: 0.5s; */
        aspect-ratio: 1920/912;
    }

    /*-----------------*/

    .MTP_box{
        display: flex; flex-direction: column; align-items: center;
        margin: 60px 0 40px 0;
    }
    .MTP_h2{
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 60px;
        line-height: 60px;
        color: var(--redColor);
        margin: 0 0 10px 0;
    }
    .MTP_h2_tx{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 24px;
        color: var(--blackColor);
        margin: 0 0 30px 0;
    }
}


/*------------------------------------------------*/
/*--NEW --*/
@media screen and (max-width:767px) { /*SP 375*/
    .MTP_mark_newDate{
        display: inline-flex; justify-content: center; align-items: center;
        width: auto;
        height: auto;
        font-size: 12px;
        line-height: 12px;
        border: 1px solid #CC0022;
        border-radius: 3px;
        margin: 0 0 5px 0;
    }
    .MTP_mark_newDate p:nth-of-type(1){
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        width: 37px;
        height: 16px;
        color: #fff;
        background-color: #CC0022;
    }
    .MTP_mark_newDate p:nth-of-type(2){
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        width: 80px;
        height: 16px;
        color: #CC0022;
        background-color: #fff;
    }
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
    .MTP_mark_newDate{
        display: inline-flex; justify-content: center; align-items: center;
        width: auto;
        height: auto;
        /* font-size: 12px; */
        font-size: 0.94vw;
        /* line-height: 12px; */
        line-height: 0.94vw;
        /* border: 1px solid #CC0022; */
        border: 0.08vw solid #CC0022;
        /* border-radius: 3px; */
        border-radius: 0.24vw;
        /* margin: 0 0 5px 0; */
        margin: 0 0 0.39vw 0;
    }
    .MTP_mark_newDate p:nth-of-type(1){
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        /* width: 37px; */
        width: 2.90vw;
        /* height: 16px; */
        height: 1.26vw;
        color: #fff;
        background-color: #CC0022;
        /* padding: 0 0 2px 0; */
        /* padding: 0 0 0.16vw 0; */
    }
    .MTP_mark_newDate p:nth-of-type(2){
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        /* width: 80px; */
        width: 6.28vw;
        /* height: 16px; */
        height: 1.26vw;
        color: #CC0022;
        background-color: #fff;
        /* padding: 0 0 2px 0; */
        padding: 0 0 0.16vw 0;
    }
}
@media screen and (min-width:1275px) , print { /*PC*/
    .MTP_mark_newDate{
        display: inline-flex; justify-content: center; align-items: center;
        width: auto;
        height: auto;
        font-size: 12px;
        line-height: 12px;
        border: 1px solid #CC0022;
        border-radius: 3px;
        margin: 0 0 5px 0;
    }
    .MTP_mark_newDate p:nth-of-type(1){
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        width: 37px;
        height: 16px;
        color: #fff;
        background-color: #CC0022;
        /* padding: 0 0 2px 0; */
    }
    .MTP_mark_newDate p:nth-of-type(2){
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        width: 80px;
        height: 16px;
        color: #CC0022;
        background-color: #fff;
        padding: 0 0 2px 0;
    }
}


/*------------------------------------------------*/
/*-- PF --*/

@media screen and (max-width:767px) { /*SP 375*/
    .MTP_PF_box{
        width: 100%;
        display: flex; flex-direction: column;
        margin: 20px 0 0 0;
    }
    .MTP_PF_box a{
        display: inline-block;
        line-height: 0; 
        transition: 0.5s;
        margin: 0 0 10px 0;
    }
    .MTP_PF_box a:hover{
        opacity: 0.75;
    }
    .MTP_PF_img{
        width: 100%;
    }
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
    .MTP_PF_box{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: space-between;
        /* margin: 20px 0 0 0; */
        margin: 1.57vw 0 0 0;
    }
    .MTP_PF_box a{
        display: inline-block;
        line-height: 0; 
        transition: 0.5s;
    }
    .MTP_PF_box a:hover{
        opacity: 0.75;
    }
    .MTP_PF_img{
        /* width: 598px; */
        width: 46.94vw;
    }
}
@media screen and (min-width:1275px) , print { /*PC*/

    .MTP_PF_box{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: space-between;
        margin: 20px 0 0 0;
    }
    .MTP_PF_box a{
        display: inline-block;
        line-height: 0; 
        transition: 0.5s;
    }
    .MTP_PF_box a:hover{
        opacity: 0.75;
    }
    .MTP_PF_img{
        width: 628px;
    }
}


/*------------------------------------------------*/
/*-- CT --*/

@media screen and (max-width:767px) { /*SP 375*/
    .MTP_CT_box{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
        margin: 20px 0 0 0;
    }
    .MTP_CT_box a{
        display: inline-block;
        line-height: 0; 
        transition: 0.5s;
        margin: 0 0 20px 0;
    }
    .MTP_CT_box a:hover{
        opacity: 0.75;
    }
    .MTP_CT_img{
        width: 100%;
    }
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
    .MTP_CT_box{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
        /* margin: 20px 0 0 0; */
        margin: 1.57vw 0 0 0;
    }
    .MTP_CT_box a{
        display: inline-block;
        line-height: 0; 
        transition: 0.5s;
        /* margin: 0 0 20px 0; */
        margin: 0 0 1.57vw 0;
    }
    .MTP_CT_box a:hover{
        opacity: 0.75;
    }
    .MTP_CT_img{
        /* width: 598px; */
        width: 46.94vw;
    }
}
@media screen and (min-width:1275px) , print { /*PC*/

    .MTP_CT_box{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
        margin: 20px 0 0 0;
    }
    .MTP_CT_box a{
        display: inline-block;
        line-height: 0; 
        transition: 0.5s;
        margin: 0 0 20px 0;
    }
    .MTP_CT_box a:hover{
        opacity: 0.75;
    }
    .MTP_CT_img{
        width: 628px;
    }
}


/*------------------------------------------------*/
/*-- PU --*/

@media screen and (max-width:767px) { /*SP 375*/
    .MTP_PU_box{
        width: 100%;
        display: flex; flex-direction: column; align-items: center;
        margin: 20px 0 0 0;
    }
    .MTP_PU_a{
        width: 100%;
        display: block;
        line-height: 0; 
        transition: 0.5s;
    }
    .MTP_PU_a:hover{
        opacity: 0.75;
    }
    .MTP_PU_a img{
        width: 100%;
        display: block;
    }
    .MTP_PU_thumbBox{
        display: flex; flex-wrap: nowrap; justify-content: space-between;
        width: 100%;
        margin: 10px 0 0 0;
    }
    .MTP_PU_thumb{
        position: relative;
        display: block;
        transition: 0.5s;
        width: 55px;
        margin: 0;
    }
    .MTP_PU_thumb:hover{
        opacity: 0.75;
    }
    .MTP_PU_thumb img{
        width: 100%;
        display: block;
    }
    .MTP_PU_thumbActive{
    }
    .MTP_PU_thumbActive::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        pointer-events: none;
    }
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
    .MTP_PU_box{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
        /* margin: 20px 0 0 0; */
        margin: 1.57vw 0 0 0;
    }
    .MTP_PU_box div{width: 100%;}
    .MTP_PU_box div div{width: 100%;}
    .MTP_PU_a{
        width: 100%;
        display: block;
        line-height: 0; 
        transition: 0.5s;
    }
    .MTP_PU_a:hover{
        opacity: 0.75;
    }
    .MTP_PU_a img{
        width: 100%;
        display: block;
    }
    .MTP_PU_thumbBox{
        display: flex; flex-wrap: nowrap; justify-content: center;
        /* width: calc((100% - 0px)); */
        width: calc((100% - 0vw));
        /* margin: 20px 0 0 0; */
        margin: 1.57vw 0 0 0;
    }
    .MTP_PU_thumb{
        position: relative;
        display: block;
        transition: 0.5s;
        /* width: 168px; */
        width: 13.19vw;
        /* margin: 0 10px; */
        margin: 0 0.78vw;
    }
    .MTP_PU_thumb:hover{
        opacity: 0.75;
    }
    .MTP_PU_thumb img{
        width: 100%;
        display: block;
    }
    .MTP_PU_thumbActive{
        /* width: 168px; */
        width: 13.19vw;
    }
    .MTP_PU_thumbActive::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        pointer-events: none;
    }
}
@media screen and (min-width:1275px) , print { /*PC*/

    .MTP_PU_box{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
        margin: 20px 0 0 0;
    }
    .MTP_PU_a{
        display: block;
        line-height: 0; 
        transition: 0.5s;
    }
    .MTP_PU_a:hover{
        opacity: 0.75;
    }
    .MTP_PU_a img{
        display: block;
    }
    .MTP_PU_thumbBox{
        display: flex; flex-wrap: nowrap; justify-content: center;
        width: calc((100% - 0px));
        margin: 20px 0 0 0;
    }
    .MTP_PU_thumb{
        position: relative;
        display: block;
        transition: 0.5s;
        width: 168px;
        margin: 0 10px;
    }
    .MTP_PU_thumb:hover{
        opacity: 0.75;
    }
    .MTP_PU_thumb img{
        width: 100%;
        display: block;
    }
    .MTP_PU_thumbActive{
        width: 168px;
    }
    .MTP_PU_thumbActive::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        pointer-events: none;
    }
}


/*------------------------------------------------*/
/*-- LU --*/

@media screen and (max-width:767px) { /*SP 375*/
    .MTP_1{display: flex!important;}
    .MTP_2{display: none!important;}
    .MTP_LU_naviBoxBoss{
        font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500;
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center;
        margin: 20px 0 0 0;
    }
    .MTP_LU_naviMenuBoss{
        width: auto;
        margin: 0 10px;
        font-size: 16px;
        color: #565A5B!important;
        background-color: #E2E2E2;
        border-radius: 50px;
        padding: 8px 60px 10px 60px;
        text-decoration: none!important;
        transition: 0.5s;
    }
    .MTP_LU_naviMenuBoss:hover{
        opacity: 0.5;
    }
    .MTP_mark_new{
        display: inline-flex; justify-content: center; align-items: center;
        width: 37px;
        height: 18px;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        background-color: #CC0022;
        border-radius: 3px;
        transform: translate(7px, -3px);
    }
    .MTP_mark_number{
        font-weight: bold;
        font-size: 20px;
        line-height: 10px;
        margin: 0 0 0 0;
    }
    .MTP_LU_atBox{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin: 10px 0 0 0;
    }
    .MTP_LU_atBox li{
        font-size: 9px;
        text-indent: -14px;
        padding-left: 14px;
    }
    .MTP_LU_atBox li .MTP_mark_new{
        transform: translate(5px, 0px) scale(1);
        width: 27px;
        height: 12px;
        font-size: 8px;
        text-indent: 0;
        margin: 0 8px 0 0;
    }
    
    /*-----------------*/


    .MTP_LU_naviBox{
        font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500;
        width: calc( 100% + 0px );
        display: flex; flex-wrap: nowrap; justify-content: space-between;
        margin: 20px 0 0 -0px;
    }
    .MTP_LU_naviMenu{
        width: 68px;
        font-size: 11px;
        color: #565A5B!important;
        background-color: #E2E2E2;
        border-radius: 50px;
        padding: 5px 0;
        text-decoration: none!important;
        transition: 0.5s;
        text-align: center;
    }
    .MTP_LU_naviMenu:hover{
        opacity: 0.75;
    }
    .MTP_LU_naviActive{
        color: #fff!important;
        background-color: #565A5B;
    }
    .MTP_LU_naviMenu span{
        font-size: 8px;
    }

    /* .MTP_LU_naviMenu:nth-child(1){
        width: calc( 55% - 10px );
    }
    .MTP_LU_naviMenu:nth-child(2){
        width: calc( 45% - 10px );
    }
    .MTP_LU_naviMenu:nth-child(3){
        width: calc( 42% - 10px );
    }
    .MTP_LU_naviMenu:nth-child(4){
        width: calc( 31% - 10px );
    }
    .MTP_LU_naviMenu:nth-child(5){
        width: calc( 27% - 10px );
    } */

    /*-----------------*/

    .MTP_LU_wrap{
        width: 100%;
        position: relative;
    }
    .MTP_LU_box{
        font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500;
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
        margin: -20px 0 0 0;
        overflow-x: scroll;
    }
    .MTP_LU_arr_L,.MTP_LU_arr_R{
        display: none;
    }
    .MTP_LU_set{
        width: 300%;
        display: flex; flex-wrap: nowrap; justify-content: flex-start;
        margin: 20px 0;
        padding-left: 20px;
    }

    /*-----------------*/

    .MTP_LU_detail{
        width: 270px;
        display: flex; flex-direction: column;
        padding: 0 20px 0 0;
        /* margin: 0 40px 0 0; */
    }
    .MTP_LU_detail:last-child{
        padding: 0 0 0 0;
    }
    .MTP_LU_specBox{
        width: 100%;
        height: 165px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        margin: 0 0 20px 0;
    }
    .MTP_LU_imgBox{
        width: 38%;
        height: auto;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .MTP_LU_textBox{
        width: 62%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5px 0 0 0;
    }
    .MTP_LU_img{
        width: 90px;
        height: auto;
        object-fit: contain;
        object-position: center;
        margin: 10px 0 0 0;
    }
    .MTP_LU_text1{
        font-size: 11px;
        display: flex;
        align-items: center;
    }
    .MTP_LU_text2{
        position: relative;
        font-size: 18px;
        font-weight: bold;
        margin: 0px 0 0 0;
    }
    .MTP_LU_text3{
        font-size: 14px;
        margin: 0 0 0 0;
    }
    .MTP_LU_text4{
        font-size: 14px;
        margin: 0 0 0 0;
        text-align: center;
        line-height: 19px;
    }
    .MTP_LU_text5{
        font-size: 9px;
        margin: 0 0 0 0;
        text-align: center;
    }
    .MTP_LU_text6{
        font-size: 10px;
        margin: 5px 0 0 0;
    }
    .MTP_LU_text7{
        font-size: 12px;
        margin: 0 0 0 0;
        font-weight: bold;
    }
    .MTP_LU_text8{
        font-size: 10px;
        line-height: 12px;
        margin: 0 0 0 0;
    }
    .MTP_LU_text9{
        display: inline-flex; justify-content: center; align-items: center;
        width: 68px;
        height: 17px;
        font-size: 10px;
        line-height: 12px;
        color: #CC0022;
        border: 1px solid #CC0022;
        border-radius: 3px;
        margin: 0 0 5px 0;
    }
    .MTP_LU_atBox li .MTP_LU_text9{
        transform: translate(4px, 1px) scale(1);
        width: 46px;
        height: 12px;
        font-size: 8px;
        margin: 0 7px 0 0;
        padding: 0 0 0 15px;
    }
    .MTP_LU_textnull{
        visibility: hidden;
    }
    .MTP_LU_op{
        width: 100%;
        height: 32px;
        display: flex; justify-content: center; align-items: center;
        background-color: #E2E2E2;
        text-align: center;
        font-size: 11px;
        margin: 0 0 5px 0;
    }
    .MTP_LU_op span{
        font-size: 8px;
        padding: 0 0px 5px 0px;
    }
    .MTP_LU_null{
        width: 100%;
        height: 32px;
        margin: 0 0 5px 0;
    }
    .MTP_LU_opS{
        font-size: 7px!important;
        padding: 0!important;
    }

    /*-----------------*/

    .MTP_LU_link1{
        width: 100%;
        font-size: 12px;
        color: #fff!important;
        text-align: center;
        background-color: #CC0022;
        text-decoration: none!important;
        margin: 10px 0 0 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 10px 20px; 
    }
    .MTP_LU_link1::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('/wash/top/img/MTP_LU_arr_R_W.webp');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .MTP_LU_link1:hover{
        opacity: 0.75;
    }
    .MTP_LU_link2{
        width: 100%;
        font-size: 12px;
        color: #fff!important;
        text-align: center;
        background-color: #565A5B;
        text-decoration: none!important;
        margin: 5px 0 0 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        /* display: none; */
    }
    .MTP_LU_link2::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('/wash/top/img/MTP_LU_arr_R_W.webp');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .MTP_LU_link2:hover{
        opacity: 0.75;
    }
    .MTP_LU_C1{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C2{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C3{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C4{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C5{
        display: flex;
        /* display: none; */
    }

    /* comingsoon */
    .MTP_LU_linkCS {
        width: 100%;
        font-size: 12px;
        color: #fff !important;
        text-align: center;
        background-color: #ccc;
        text-decoration: none !important;
        margin: 5px 0 0 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 13px 20px;
    }
    .MTP_LU_sup{
        font-size: 12px;
        vertical-align: top;
    }
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
    .MTP_1{display: flex!important;}
    .MTP_2{display: none!important;}
    .MTP_LU_naviBoxBoss{
        font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500;
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center;
        /* margin: 30px 0 0 0; */
        margin: 2.35vw 0 0 0;
    }
    .MTP_LU_naviMenuBoss{
        width: auto;
        /* margin: 0 10px; */
        margin: 0 0.78vw;
        /* font-size: 20px; */
        font-size: 1.57vw;
        color: #565A5B!important;
        background-color: #E2E2E2;
        /* border-radius: 50px; */
        border-radius: 3.92vw;
        /* padding: 10px 100px; */
        padding: 0.78vw 7.85vw;
        text-decoration: none!important;
        transition: 0.5s;
    }
    .MTP_LU_naviMenuBoss:hover{
        opacity: 0.5;
    }
    .MTP_mark_new{
        display: inline-flex; justify-content: center; align-items: center;
        /* width: 38px; */
        width: 2.98vw;
        /* height: 19px; */
        height: 1.49vw;
        /* font-size: 12px; */
        font-size: 0.94vw;
        /* line-height: 12px; */
        line-height: 0.94vw;
        color: #fff;
        background-color: #CC0022;
        /* border-radius: 3px; */
        border-radius: 0.24vw;
        /* transform: translate(7px, -4px); */
        transform: translate(0.55vw, -0.31vw);
    }
    .MTP_mark_number{
        font-weight: bold;
        /* font-size: 24px; */
        font-size: 1.88vw;
        /* line-height: 10px; */
        line-height: 0.78vw;
        /* margin: 0 0 0 0; */
        margin: 0 0 0 0;
    }
    .MTP_LU_atBox{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        /* margin: 10px 0 0 0; */
        margin: 0.78vw 0 0 0;
    }
    .MTP_LU_atBox li{
        /* font-size: 12px; */
        font-size: 0.94vw;
    }
    .MTP_LU_atBox li .MTP_mark_new{
        /* transform: translate(1px, 1px) scale(0.8); */
        transform: translate(0.08vw, 0.08vw) scale(0.8);
        /* height: 20px; */
        height: 1.57vw;
        /* font-size: 13px; */
        font-size: 1.02vw;
    }
    /*-----------------*/
    .MTP_LU_naviBox{
        font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500;
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center;
        /* margin: 30px 0 0 0; */
        margin: 2.35vw 0 0 0;
    }
    .MTP_LU_naviMenu{
        width: auto;
        /* margin: 0 10px; */
        margin: 0 0.78vw;
        /* font-size: 16px; */
        font-size: 1.26vw;
        color: #565A5B!important;
        background-color: #E2E2E2;
        /* border-radius: 50px; */
        border-radius: 3.92vw;
        /* padding: 5px 20px; */
        padding: 0.39vw 1.57vw;
        text-decoration: none!important;
        transition: 0.5s;
    }
    .MTP_LU_naviMenu:hover{
        opacity: 0.75;
    }
    .MTP_LU_naviActive{
        color: #fff!important;
        background-color: #565A5B;
    }
    .MTP_LU_naviMenu span{
        /* font-size: 11px; */
        font-size: 0.86vw;
    }
    /*-----------------*/
    .MTP_LU_wrap{
        width: 100%;
        position: relative;
        /* margin: -20px 0 40px 0; */
        margin: -1.57vw 0 3.14vw 0;
    }
    .MTP_LU_box{
        font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500;
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
        /* margin: -20px 0 0 0; */
        margin: -1.57vw 0 0 0;
        overflow-x: scroll;
    }
    .MTP_LU_arr_L{
        /* position: absolute; top: calc( 50% - 25px ); left: 50px; */
        position: absolute; top: calc( 50% - 1.96vw ); left: 3.92vw;
        /* width: 50px; */
        width: 3.92vw;
    }
    .MTP_LU_arr_R{
        /* position: absolute; top: calc( 50% - 25px ); right: 50px; */
        position: absolute; top: calc( 50% - 1.96vw ); right: 3.92vw;
        /* width: 50px; */
        width: 3.92vw;
    }
    .MTP_LU_arr_L img,.MTP_LU_arr_R img{
        /* width: 50px; */
        width: 3.92vw;
        transition: 0.5s;
    }
    .MTP_LU_arr_L img:hover,.MTP_LU_arr_R img:hover{
        opacity: 0.75;
    }
    .MTP_LU_set{
        width: 300%;
        display: flex; flex-wrap: nowrap; justify-content: flex-start;
        /* margin: 20px 0; */
        margin: 1.57vw 0;
        /* padding-left: calc( (100% - 1275px) / 2 ); */
        padding-left: calc( (100% - 100.08vw) / 2 );
    }
    /*-----------------*/
    .MTP_LU_detail{
        /* width: 382px; */
        width: 29.98vw;
        display: flex; flex-direction: column;
        /* margin: 0 40px 0 0; */
        margin: 0 3.14vw 0 0;
    }
    .MTP_LU_specBox{
        width: 100%;
        /* height: 240px; */
        height: 18.84vw;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
        /* margin: 0 0 20px 0; */
        margin: 0 0 1.57vw 0;
    }
    .MTP_LU_imgBox{
        width: 45%; height: auto;
        overflow: hidden;
        position: relative;
        display: flex; flex-direction: column; justify-content: center; 
    }
    .MTP_LU_textBox{
        width: 45%; height: auto;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* margin: 5px 0 0 0; */
        margin: 0.39vw 0 0 0;
    }
    .MTP_LU_img{
        /* width: 160px;  height: auto; */
        width: 12.56vw;  height: auto;
        object-fit: contain; object-position: center;
        /* margin: 10px 0 0 0; */
        margin: 0.78vw 0 0 0;
    }
    .MTP_LU_text1{
        /* font-size: 14px; */
        font-size: 1.10vw;
        display: flex; justify-content: center; align-items: center;
    }
    .MTP_LU_text2{
        position: relative;
        /* font-size: 24px; */
        font-size: 1.88vw;
        font-weight: bold;
        /* margin: 0 0 0 0; */
        margin: 0 0 0 0;
    }
    .MTP_LU_text3{
        /* font-size: 18px; */
        font-size: 1.41vw;
        margin: 0 0 0 0;
    }
    .MTP_LU_text4{
        /* font-size: 18px; */
        font-size: 1.41vw;
        margin: 0 0 0 0;
        text-align: center;
    }
    .MTP_LU_text5{
        /* font-size: 12px; */
        font-size: 0.94vw;
        margin: 0 0 0 0;
        text-align: center;
    }
    .MTP_LU_text6{
        /* font-size: 14px; */
        font-size: 1.10vw;
        /* margin: 10px 0 0 0; */
        margin: 0.78vw 0 0 0;
    }
    .MTP_LU_text7{
        /* font-size: 16px; */
        font-size: 1.26vw;
        margin: 0 0 0 0;
        font-weight: bold;
    }
    .MTP_LU_text8{
        /* font-size: 11px; */
        font-size: 0.86vw;
        margin: 0 0 0 0;
    }
    .MTP_LU_text9{
        display: inline-flex; justify-content: center; align-items: center;
        /* width: 68px; */
        width: 5.34vw;
        /* height: 20px; */
        height: 1.57vw;
        /* font-size: 12px; */
        font-size: 0.94vw;
        /* line-height: 12px; */
        line-height: 0.94vw;
        color: #CC0022;
        /* border: 1px solid #CC0022; */
        border: 0.08vw solid #CC0022;
        /* border-radius: 3px; */
        border-radius: 0.24vw;
        /* margin: 0 0 5px 0; */
        margin: 0 0 0.39vw 0;
    }
    .MTP_LU_atBox li .MTP_LU_text9{
        /* transform: translate(-2px, 1px) scale(0.8); */
        transform: translate(-0.16vw, 0.08vw) scale(0.8);
        /* width: 71px; */
        width: 5.57vw;
        /* height: 20px; */
        height: 1.57vw;
        /* font-size: 13px; */
        font-size: 1.02vw;
        /* margin: 0 -6px 0 0; */
        margin: 0 -0.47vw 0 0;
    }
    .MTP_LU_textnull{
        visibility: hidden;
    }
    .MTP_LU_op{
        width: 100%;
        /* height: 32px; */
        height: 2.51vw;
        display: flex; justify-content: center; align-items: center;
        background-color: #E2E2E2;
        text-align: center;
        /* font-size: 14px; */
        font-size: 1.10vw;
        /* margin: 0 0 10px 0; */
        margin: 0 0 0.78vw 0;
    }
    .MTP_LU_op span{
        /* font-size: 12px; */
        font-size: 0.94vw;
        /* padding: 0 0px 5px 0px; */
        padding: 0 0.00vw 0.39vw 0.00vw;
    }
    .MTP_LU_null{
        width: 100%;
        /* height: 32px; */
        height: 2.51vw;
        /* margin: 0 0 10px 0; */
        margin: 0 0 0.78vw 0;
    }
    .MTP_LU_opS{
        /* font-size: 11px!important; */
        font-size: 0.86vw!important;
        padding: 0!important;
    }
    /*-----------------*/
    .MTP_LU_link1{
        width: 100%;
        /* font-size: 16px; */
        font-size: 1.26vw;
        color: #fff!important;
        text-align: center;
        background-color: #CC0022;
        text-decoration: none!important;
        /* margin: 10px 0 0 0; */
        margin: 0.78vw 0 0 0;
        /* padding: 10px 0; */
        padding: 0.78vw 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        /* padding: 10px 20px; */
        padding: 0.78vw 1.57vw;
    }
    .MTP_LU_link1::after {
        content: '';
        display: inline-block;
        /* width: 16px; */
        width: 1.26vw;
        /* height: 16px; */
        height: 1.26vw;
        background-image: url('/wash/top/img/MTP_LU_arr_R_W.webp');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        /* right: 10px; */
        right: 0.78vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .MTP_LU_link1:hover{
        opacity: 0.75;
    }
    .MTP_LU_link2{
        width: 100%;
        /* font-size: 16px; */
        font-size: 1.26vw;
        color: #fff!important;
        text-align: center;
        background-color: #565A5B;
        text-decoration: none!important;
        /* margin: 10px 0 0 0; */
        margin: 0.78vw 0 0 0;
        /* padding: 10px 0; */
        padding: 0.78vw 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        /* padding: 10px 20px; */
        padding: 0.78vw 1.57vw;
        /* display: none; */
    }
    .MTP_LU_link2::after {
        content: '';
        display: inline-block;
        /* width: 16px; */
        width: 1.26vw;
        /* height: 16px; */
        height: 1.26vw;
        background-image: url('/wash/top/img/MTP_LU_arr_R_W.webp');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        /* right: 10px; */
        right: 0.78vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .MTP_LU_link2:hover{
        opacity: 0.75;
    }
    .MTP_LU_C1{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C2{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C3{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C4{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C5{
        display: flex;
        /* display: none; */
    }

    /* comingsoon */
    .MTP_LU_linkCS {
        width: 100%;
        /* font-size: 16px; */
        font-size: 1.26vw;
        color: #fff!important;
        text-align: center;
        background-color: #ccc;
        text-decoration: none!important;
        /* margin: 10px 0 0 0; */
        margin: 0.78vw 0 0 0;
        /* padding: 10px 0; */
        padding: 0.78vw 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        /* padding: 10px 20px; */
        padding: 0.78vw 1.57vw;
    }
    .MTP_LU_sup{
        /* font-size: 12px; */
        font-size: 0.94vw;
        vertical-align: top;
    }
    
}
@media screen and (min-width:1275px) , print { /*PC*/
    .MTP_1{display: flex!important;}
    .MTP_2{display: none!important;}
    .MTP_LU_naviBoxBoss{
        font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500;
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center;
        margin: 30px 0 0 0;
    }
    .MTP_LU_naviMenuBoss{
        width: auto;
        margin: 0 10px;
        font-size: 20px;
        color: #565A5B!important;
        background-color: #E2E2E2;
        border-radius: 50px;
        padding: 10px 100px;
        text-decoration: none!important;
        transition: 0.5s;
    }
    .MTP_LU_naviMenuBoss:hover{
        opacity: 0.5;
    }
    .MTP_mark_new{
        display: inline-flex; justify-content: center; align-items: center;
        width: 38px;
        height: 19px;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        background-color: #CC0022;
        border-radius: 3px;
        transform: translate(7px, -4px);
    }
    .MTP_mark_number{
        font-weight: bold;
        font-size: 24px;
        line-height: 10px;
        margin: 0 0 0 0;
    }
    .MTP_LU_atBox{
        width: 100%;
        padding-left: calc( ( 100% - 1275px ) /2 );
        padding-right: calc( ( 100% - 1275px ) /2 );
        margin: 10px 0 0 0;
    }
    .MTP_LU_atBox li{
        font-size: 12px;
    }
    .MTP_LU_atBox li .MTP_mark_new{
        transform: translate(1px, 1px) scale(0.8);
        height: 20px;
        font-size: 13px;
    }
    
    /*-----------------*/

    .MTP_LU_naviBox{
        font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500;
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center;
        margin: 30px 0 0 0;
    }
    .MTP_LU_naviMenu{
        width: auto;
        margin: 0 10px;
        font-size: 16px;
        color: #565A5B!important;
        background-color: #E2E2E2;
        border-radius: 50px;
        padding: 5px 20px;
        text-decoration: none!important;
        transition: 0.5s;
    }
    .MTP_LU_naviMenu:hover{
        opacity: 0.75;
    }
    .MTP_LU_naviActive{
        color: #fff!important;
        background-color: #565A5B;
    }
    .MTP_LU_naviMenu span{
        font-size: 11px;
    }

    /*-----------------*/

    .MTP_LU_wrap{
        width: 100%;
        position: relative;
        margin: -20px 0 40px 0;
    }
    .MTP_LU_box{
        font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500;
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: space-between;
        margin: -20px 0 0 0;
        overflow-x: scroll;
    }
    .MTP_LU_arr_L{
        position: absolute; top: calc( 50% - 25px ); left: 50px;
        width: 50px;
    }
    .MTP_LU_arr_R{
        position: absolute; top: calc( 50% - 25px ); right: 50px;
        width: 50px;
    }
    .MTP_LU_arr_L img,.MTP_LU_arr_R img{
        width: 50px;
        transition: 0.5s;
    }
    .MTP_LU_arr_L img:hover,.MTP_LU_arr_R img:hover{
        opacity: 0.75;
    }
    .MTP_LU_set{
        width: 300%;
        display: flex; flex-wrap: nowrap; justify-content: flex-start;
        margin: 20px 0;
        padding-left: calc( (100% - 1275px) / 2 );
    }

    /*-----------------*/

    .MTP_LU_detail{
        width: 382px;
        display: flex; flex-direction: column;
        margin: 0 40px 0 0;
    }
    .MTP_LU_specBox{
        width: 100%;
        height: 240px;
        /* height: 280px; */
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
        margin: 0 0 20px 0;
    }
    .MTP_LU_imgBox{
        width: 45%; height: auto;
        overflow: hidden;
        position: relative;
        display: flex; flex-direction: column; justify-content: center; 
    }
    .MTP_LU_textBox{
        width: 45%; height: auto;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        margin: 5px 0 0 0;
    }

    .MTP_LU_img{
        width: 160px;  height: auto;
        object-fit: contain; object-position: center;
        margin: 10px 0 0 0;
    }
    .MTP_LU_text1{
        font-size: 14px;
        display: flex; justify-content: center; align-items: center;
    }
    .MTP_LU_text2{
        position: relative;
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 0 0;
    }
    .MTP_LU_text3{
        font-size: 18px;
        margin: 0 0 0 0;
    }
    .MTP_LU_text4{
        font-size: 18px;
        margin: 0 0 0 0;
        text-align: center;
    }
    .MTP_LU_text5{
        font-size: 12px;
        margin: 0 0 0 0;
        text-align: center;
    }
    .MTP_LU_text6{
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .MTP_LU_text7{
        font-size: 16px;
        margin: 0 0 0 0;
        font-weight: bold;
    }
    .MTP_LU_text8{
        font-size: 11px;
        margin: 0 0 0 0;
    }
    .MTP_LU_text9{
        display: inline-flex; justify-content: center; align-items: center;
        width: 68px;
        height: 20px;
        font-size: 12px;
        line-height: 12px;
        color: #CC0022;
        border: 1px solid #CC0022;
        border-radius: 3px;
        margin: 0 0 5px 0;
    }
    .MTP_LU_atBox li .MTP_LU_text9{
        transform: translate(-2px, 1px) scale(0.8);
        width: 71px;
        height: 20px;
        font-size: 13px;
        margin: 0 -6px 0 0;
    }
    .MTP_LU_textnull{
        visibility: hidden;
    }
    .MTP_LU_op{
        width: 100%;
        height: 32px;
        display: flex; justify-content: center; align-items: center;
        background-color: #E2E2E2;
        text-align: center;
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .MTP_LU_op span{
        font-size: 12px;
        padding: 0 0px 5px 0px;
    }
    .MTP_LU_null{
        width: 100%;
        height: 32px;
        margin: 0 0 10px 0;
    }
    .MTP_LU_opS{
        font-size: 11px!important;
        padding: 0!important;
    }

    /*-----------------*/

    .MTP_LU_link1{
        width: 100%;
        font-size: 16px;
        color: #fff!important;
        text-align: center;
        background-color: #CC0022;
        text-decoration: none!important;
        margin: 10px 0 0 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 10px 20px; 
    }
    .MTP_LU_link1::after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url('/wash/top/img/MTP_LU_arr_R_W.webp');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .MTP_LU_link1:hover{
        opacity: 0.75;
    }
    .MTP_LU_link2{
        width: 100%;
        font-size: 16px;
        color: #fff!important;
        text-align: center;
        background-color: #565A5B;
        text-decoration: none!important;
        margin: 10px 0 0 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 10px 20px; 
        /* display: none; */
    }
    .MTP_LU_link2::after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url('/wash/top/img/MTP_LU_arr_R_W.webp');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .MTP_LU_link2:hover{
        opacity: 0.75;
    }
    .MTP_LU_C1{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C2{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C3{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C4{
        display: flex;
        /* display: none; */
    }
    .MTP_LU_C5{
        display: flex;
        /* display: none; */
    }

    /* comingsoon */
    .MTP_LU_linkCS {
        width: 100%;
        font-size: 16px;
        color: #fff!important;
        text-align: center;
        background-color: #ccc;
        text-decoration: none!important;
        margin: 10px 0 0 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 10px 20px; 
    }
    
    .MTP_LU_sup{
        font-size: 12px;
        vertical-align: top;
    }
}
