@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: 17px;
		padding-bottom: 1px;
		font-family: sans-serif;
        font-size: 12px;
		font-weight: normal;
        line-height: 12px;
        color: #fff;
        background-color: #e30012;
        transform: translate(7px, -5px);
    }
    .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 20px 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 10px 20px;
				height: 11.8vw;
        /* 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-family: sans-serif;
		/* font-size: 12px; */
		font-size: 0.94vw;
		/* line-height: 12px; */
		line-height: 0.94vw;
		padding-bottom: 0.1vw;
		color: #fff;
		background-color: #e30012;
		/* border-radius: 3px; */
		/* 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%;
				height: 4.44vw;
        /* 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 4vw 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: 40px;
		height: 20px;
		padding-bottom: 2px;
		font-family: sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 12px;
		color: #fff;
		background-color: #e30012;
		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 35px 0;
        padding: 10px 0;
        transition: 0.5s;
        position: relative;
        display: inline-block;
        padding: 10px 20px; 
				height: 46px;
        /* 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;
    }
}


a.top_pickup_item{
	display: block;
	text-decoration: none !important;
	color: #333;
}
.top_pickup_text{
	height: 100px;
	padding-left: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f5f5f5;
}
.top_pickup_text_h{
	margin: -5px 0 5px;
	color: #333 !important;
	font-size: 1.5rem;
	font-weight: 700;
}
.top_pickup_text_p{
	font-size: 0.875rem;
}
.top_pickup_text_p::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: 6px;
	margin-left: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
#top_pickup_splide .splide__pagination{
	display: none;
}
#top_pickup_splide .splide__arrow{
	z-index: 9;
	top: auto;
	bottom: 12px;
	right: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9d9d9d;
	border: 1px solid #fff;
}
#top_pickup_splide .splide__arrow svg{
	fill: #fff;
	width: 14px;
	height: 14px;
	margin-left: -4px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
#top_pickup_splide .splide__arrow path{
	display: none;
}
#top_pickup_splide .splide__arrow--prev{
	left: auto;
	right: 80px;
}
#top_pickup_splide .splide__arrow--prev svg{
	transform: rotate(225deg);
	margin-right: -9px;
}
.fea_ww.top_mb0{
	margin-bottom: 0!important;
	padding-bottom: 0 !important;
}
.top_change{
	min-height: 80px;
	max-width: 580px;
	padding-left: 25px;
}
.top_change .idxf_change_text{
	width: 100%;
}
.top_lu_tbox{
	margin-bottom: 15px;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
}
.top_lu_text1{
	font-size: 1.125rem;
	font-weight: 600;
}
.top_lu_text2{
	font-size: 1.5rem;
	font-weight: 600;
}
.top_lu_mod{
	min-height: 200px;
	display: flex;
	justify-content: center;
}
.top_lu_mod>div{
	width: 50%;
	text-align: center;
}
.top_lu_img{
	width: auto;
	height: 150px;
}
.top_lu_img + p{
	margin: 17px auto 0;
	font-size: 0.75rem;
	transform: translateX(6px);
}
.top_lu_img + p .ruby_k{
	position: relative;
}
.top_lu_img + p .ruby_k span{
	/* width: 42px;
	font-size: 0.6875rem;
	white-space: nowrap; */
	position: absolute;
	top: -15px;
	left: 0;
	width: 50px;
	text-align: center;
	font-size: 0.75rem;
	transform: scale(0.71) translateX(-31%);
}
div.MTP_LU_link2{
	background: none;
}
div.MTP_LU_link2::after{
	display: none;
}

.idxf_notice_btn{
	height: 100%;
	position: relative;
	display: block;
	padding: 20px 20px 50px;
	border: 1px solid #9A9A9A;
	font-size: 0.75rem;
	color: #333!important;
	text-decoration: none !important;
}
.idxf_notice_pic{
	margin: -20px -20px 15px;
}
.idxf_notice_btn h3{
	margin-bottom: 5px;
	color: #333;
	font-size: 1.2rem;
	font-weight: normal;
}
.idxf_notice_mark{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 3px 5px 1px;
	width: 145px;
	background: #9A9A9A;
	color: #fff;
	font-size: 1.05rem;
}
.idxf_notice_mark185{
	width: 185px;
}

.idxf_change{
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	text-decoration: none !important;
	border: 1px solid #9A9A9A;
	color: #333 !important;
}
.idxf_change img{
	width: 65px;
	margin: 2px 15px 2px 10px;
}
.idxf_change_text{
	padding-right: 50px;
	width: calc(100% - 80px);
	display: flex;
	justify-content: space-between;
}
.idxf_change h3{
	font-weight: bold;
	color: #333;
}
.idxf_change p{
	font-size: 0.75rem;
}
.idxf_change::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background-image: url(/module/fw3/img/FW3_mark_arw_right_b.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
    transform: translateY(-50%);
}
.idxf_customer{
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333!important;
	text-decoration: none!important;
}
.idxf_customer img{
	width: 40px;
	margin-right: 10px;
}
.idxf_customer p{
	width: calc(100% - 50px);
	font-size: 0.875rem;
	line-height: 1.4;
}
.idxf_btn_list{
	padding: 16px 15px 14px;
	position: relative;
	display: block;
	text-align: center;
	background: #fff;
	color: #333 !important;
	border: 1px solid #9A9A9A;
	text-decoration: none !important;
}
.idxf_btn_list::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background-image: url(/module/fw3/img/FW3_mark_arw_right_b.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
    transform: translateY(-50%);
}
.idxf_customer_box{
	align-items: flex-start;
}
.idxf_customer_box .idxf_h_titleS{
	padding-bottom: 20px;
}
.idxf_h2_box_safety{
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px solid #000;
}
.idxf_h2_box {
    display: block;
    margin: 60px 0 20px 0;
}
.idxf_h_titleL {
    font-size: 1.875rem;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0 5px 0;
    background: none!important;
}
.MTP_LU_op span.MTP_note01{
	padding: 0;
	margin-left: 10px;
}

@media screen and (max-width:767px) {

	.top_pickup_text{
		height: 70px;
		padding-left: 10px;
	}
	#top_pickup_splide .splide__arrow{
		width: 28px;
		height: 28px;
		right: 10px;
		bottom: 2px;
	}
	#top_pickup_splide .splide__arrow svg{
		width: 10px;
		height: 10px;
		border-width: 2px;
	}
	#top_pickup_splide .splide__arrow--prev{
		right: 46px;
	}
	#top_pickup_splide .splide__arrow--prev svg{
		margin-right: -8px;
	}
	.top_pickup_text_h{
		margin: -2px 0 2px;
		font-size: 0.875rem;
	}
	.top_pickup_text_p{
		font-size: 0.75rem;
	}
	.top_pickup_text_p::after{
		width: 6px;
		height: 6px;
		margin-left: 5px;
		margin-top: 5px;
	}
	.top_lu_tbox{
		min-height: 80px;
	}
	.top_lu_mod{
		min-height: 150px;
	}
	.top_lu_mod>div{
		width: 48%;
	}
	.top_lu_img{
		height: 112px;
	}
	.top_lu_img + p{
		margin-top: 17px;
		font-size: 0.625rem;
	}
	.top_lu_img + p .ruby_k span{
		/* top: -11px;
		font-size: 0.625rem;
		width: 38px;
		transform: scale(0.71) translateX(-38%); */
	 transform: scale(0.71) translateX(-28%);
	}
	.top_lu_text1{
		font-size: 0.875rem;
	}
	.top_lu_text2{
		font-size: 1.375rem;
	}
	.top_lu_text3{
		font-size: 0.75rem;
	}
	.idxf_notice_btn h3{
		font-size: 0.75rem;
	}
	.idxf_notice_btn{
		padding: 10px 10px 25px;
		font-size: 0.65rem;
	}
	.idxf_notice_pic{
		margin: -10px -10px 10px;
	}
	.idxf_notice_mark{
		padding: 2px 0 0;
		width: 90px;
		font-size: 0.65rem;
	}
	.idxf_notice_mark185{
		width: 110px;
	}
	.idxf_change img{
		width: 60px;
		margin-right: 10px;
	}
	.idxf_change_text{
		display: block;
		width: calc(100% - 70px);
		padding-right: 5px;
	}
	.idxf_change_text h3{
		margin-bottom: 5px;
	}
	.idxf_change{
		padding-right: 20px;
	}
	.idxf_change::after{
		right: 10px;
	}
	.idxf_customer_box .idxf_h_titleS{
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.idxf_h2_box{
		margin: 30px 0 10px;
	}
	.idxf_h_titleL{
		margin: 0!important;
		font-size: 1.25rem;
	}
	.MTP_LU_op span.MTP_note01{
		font-size: 10px;
		margin-left: 8px;
	}
	
	
	
	
}






