@charset "UTF-8";

/*------------------------------------------------*/

/* 768 */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
}


/*------------------------------------------------*/
/* 1275px */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
}
@media screen and (min-width:1275px) , print { /*PC*/
}

/*------------------------------------------------*/
/* TEST */
.viewport-info{
    position: fixed; top: 100px; left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background-color: #000;
    border-radius: 10px;
    padding: 10px 20px 13px 20px;
    color: #fff;
}


/*------------------------------------------------*/
/* Overwrite */

body,html{
    background-color: rgba(0,0,0,0)!important;
}
#FW4_wrap{
    position: relative;
    background-color: rgba(0,0,0,0)!important;
}
.windowWidth,.contentsWidth{
    background-color: rgba(255,255,255,1)!important;
}
.FW4_productNaviLine{
    margin: 0 0 0 0!important;
}
.FW4_support{
    /* padding: 60px 0 40px 0; */
    /* margin: 40px 0 60px 0; */
    padding: 100px 0 100px 0;
    margin: 0 0 0 0;
    background-color: #f5f5f5!important;
}
.FW4_support .contentsWidth {
    background-color: #f5f5f5!important;
}
.FW4_safety{
    /* margin: 40px 0 30px 0; */
    margin: 0 0 0 0;
    padding: 40px 0 90px 0;
}
.FW4_commonParts{
    position: relative;
    z-index: 1;
}
/* .compareLinkBox{
    z-index: 2;
} */
.splide__pagination__page.is-active{
    background: #FF9C31!important;
}
.FW4_contentsDottedLine{
    margin: 0 0 60px 0;
}
#cmn_parts_global_modalmenu .windowWidth,
#cmn_parts_global_modalmenu .contentsWidth{
    background-color: transparent!important;
}


/*------------------------------------------------*/
/* add movie MOV */
@media screen and (max-width:767px) { /*SP*/
    #MOV{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* padding: 50px 0; */
        padding: 12.08vw 0;
    }
    .MOV_box{
        position: relative;
    }
    #MOV_movie{
        position: absolute;
        /* top: 29px; */
        top: 7.00vw;
        /* left: 34px; */
        left: 8.21vw;
        /* width: 292px; */
        width: 70.53vw;
        z-index: 1;
    }
    .MOV_frame{
        position: relative;
        /* width: 360px; */
        width: 86.96vw;
        z-index: 3;
        pointer-events: none;
    }
    .MOV_thmb{
        position: absolute;
        /* top: 18px; */
        top: 4.35vw;
        /* left: 22px; */
        left: 5.31vw;
        /* width: 312px; */
        width: 75.36vw;
        z-index: 2;
        /* display: none; */
    }
    .MOV_play{
        position: absolute;
        /* top: 356px; */
        top: 85.99vw;
        /* left: 147px; */
        left: 35.51vw;
        /* width: 60px; */
        width: 14.49vw;
        z-index: 2;
        transition: 0.3s;
    }
    .MOV_play:hover{
        opacity: 0.5;
        cursor: pointer;
    }
    .MOV_tx{
        text-align: center;
        /* font-size: 16px; */
        font-size: 3.86vw;
    }
    .MOV_thmb, .MOV_play {
        position: absolute;
        opacity: 1;
        transition: opacity 0.5s ease;
    }
    .MOV_thmb.fade-out, .MOV_play.fade-out {
        opacity: 0;
    }
    .MOV_thmb.fade-in, .MOV_play.fade-in {
        opacity: 1;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #MOV{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        padding: 50px 0;
    }
    .MOV_box{
        position: relative;
    }
    #MOV_movie{
        position: absolute;
        top: 29px;
        left: 34px;
        width: 292px;
        z-index: 1;
    }
    .MOV_frame{
        position: relative;
        width: 360px;
        z-index: 3;
        pointer-events: none;
    }
    .MOV_thmb{
        position: absolute;
        top: 18px;
        left: 22px;
        width: 312px;
        z-index: 2;
        /* display: none; */
    }
    .MOV_play{
        position: absolute;
        top: 356px;
        left: 147px;
        width: 60px;
        z-index: 2;
        transition: 0.3s;
    }
    .MOV_play:hover{
        opacity: 0.5;
        cursor: pointer;
    }
    .MOV_tx{
        text-align: center;
        font-size: 16px;
    }
    .MOV_thmb, .MOV_play {
        position: absolute;
        opacity: 1;
        transition: opacity 0.5s ease;
    }
    .MOV_thmb.fade-out, .MOV_play.fade-out {
        opacity: 0;
    }
    .MOV_thmb.fade-in, .MOV_play.fade-in {
        opacity: 1;
    }
}


/*------------------------------------------------*/
/* PC_menu */
.PC_window{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width:767px) { /*SP*/
    .PC_bg{
        display: none;
    }
    .PC_menu{
        display: none;
    }
    .PC_menu_3{
        display: none;
    }
    .PC_window{
        width: 100%; height: auto;
        display: flex; justify-content: center;
    }
    .PC_contents{
        width: 100%; height: auto;
        display: flex; justify-content: center;
        position: relative;
    }
    .SP_contents{
        /* width: 414px; height: auto; */
        width: 100.00vw; height: auto;
        /* background-color: #a3a3a3; */
    }
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
    .PC_bg{
        background-image: url('../img/PC_bg.webp');
        position: fixed; top: 0; left: 0;
        z-index: -1;
        width: 100vw; height: 100vh;
        background-size: 1920px auto;
        background-position: center top;
        background-repeat: no-repeat;
    }
    
    .PC_window{
        width: 100%; height: auto;
        display: flex; justify-content: center;
    }
    .PC_contents{
        width: 100%; height: auto;
        display: flex; justify-content: center;
        position: relative;
    }
    .SP_contents{
        width: 414px; height: auto;
        background-color: #a3a3a3;
    }
    .PC_menu{
        width: 120px;
        position: fixed;
        top: 200px; right: calc( 50% - 346px );
    }

    .PC_menu_1{
        width: 120px;
        display: flex; flex-direction: column; align-items: flex-start;
        margin: 30px 0 0 0;
    }
    .PC_menu_1_normal{
        width: 120px;
        color: #565656!important;
        background-color: rgba(255,255,255,0.5);
        text-decoration: none!important;
        margin: 10px 0 0 0;
        padding: 4px 0 5px 62px;
    }
    .PC_menu_1_active{
        width: 120px;
        color: #fff!important;
        background-color: #53A597;
        text-decoration: none!important;
        margin: 10px 0 0 0;
        padding: 4px 0 5px 62px;
        position: relative;
    }
    .PC_menu_1_active::before {
        content: '';
        position: absolute;
        left: 28px;
        top: 8px;
        width: 20px;
        height: 20px;
        background-image: url('../img/PC_arr.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .PC_menu_3{
        width: 120px;
        display: flex; flex-direction: column; align-items: flex-start;
        position: absolute;
        position: fixed;
        bottom: 30px; right: calc( 50% - 346px );
        background-color: rgba(0,0,0,0.3);
        padding: 10px 15px 15px 15px;
    }
    .PC_menu_3 p{
        color: #fff!important;
        text-align: left;
        font-size: 14px; line-height: 20px; 
        text-indent: -14px; padding-left: 14px;
        margin: 7px 0 0 0;
    }

    /* add class */
    .PC_dl_link{
        width: 120px; height: 120px;
        background-color: #fff;
        border-radius: 20px;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        text-decoration: none!important;
        filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
        margin: 15px 0 0 0;
        padding: 0 5px;
    }
    .PC_dl_link p{
        color: #000;
        font-size: 13px; line-height: 22px;
        font-weight: bold;
        text-align: center;
        margin: -10px 0 0 0;
    }
    .PC_dl_link p br{display: none;}
    .PC_dl_link:hover .PC_dl_arr {
        transform: scale(0.8);
    }
    .PC_dl_arr{
        width: 40px; height: 40px;
        background-color: #30C1BD;
        border-radius: 50px;
        display: flex; justify-content: center; align-items: center;
        position: absolute;
        top: 100px; right: 39px;
        transform-origin: center;
        transition: all 0.3s ease-out;
    }
    .PC_dl_arr img{
        width: 22px;
    }

    .xPC_dl_link{
        width: 120px; height: 200px;
        background-color: #fff;
        border-radius: 50px;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        text-decoration: none!important;
        filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
        margin: 15px 0 0 0;
        padding: 10px;
    }
    .xPC_dl_link p{
        color: #000;
        font-size: 14px; line-height: 20px;
        font-weight: bold;
        text-align: center;
        /* margin: 0 40px 0 0; */
    }
    .xPC_dl_link span{
        display: inline-block;
        color: #53A597;
        font-size: 16px;
        margin: 5px 0 0 0;
    }

    /* .PC_menu_2{
        width: 120px;
        background-color: rgba(255,255,255,0.85);
        border-radius: 10px;
        display: flex; flex-direction: column; align-items: center;
        padding: 20px 10px;
        margin: 20px 0 0 0;
    }
    .pC_menu_2_p{
        font-size: 14px; font-weight: bold;
        color: #53A597;
        margin: 0 0 10px 0;
    }
    .PC_menu_ia{
        display: flex; flex-direction: column; align-items: center;
    }
    .PC_menu_i,.PC_menu_a{
        width: 100px;
        display: flex; flex-direction: column; align-items: center;
    }
    .PC_menu_a{margin: 10px 0 0 0;}
    .PC_bt_i{
        width:80px;
    }
    .PC_bt_a{
        width:89px;
    }
    .PC_qr_i,.PC_qr_a{
        width: 90.5px;
        margin: 5px 0 0 0;
    }

    .PC_p_01{
        font-size: 10px; line-height: 14px;
        margin: 20px 0 0 0;
    }
    .PC_p_02{
        text-align: left;
        font-size: 10px; line-height: 14px; 
        text-indent: -14px; padding-left: 14px;
        margin: 7px 0 0 0;
    } */
}
@media screen and (min-width:1024px) , print { /*PC*/
    .PC_bg{
        background-image: url('../img/PC_bg.webp');
        position: fixed; top: 0; left: 0;
        z-index: -1;
        width: 100vw; height: 100vh;
        background-size: 1920px auto;
        background-position: center top;
        background-repeat: no-repeat;
    }
    
    .PC_window{
        width: 100%; height: auto;
        /* background-color: #ccc; */
        /* margin: -60px 0 0 0; */
        display: flex; justify-content: center;
    }
    .PC_contents{
        width: 1275px; height: auto;
        /* background-color: rgba(0,0,0,0.1)!important; */
        display: flex; justify-content: center;
        position: relative;
    }
    .SP_contents{
        width: 414px; height: auto;
        background-color: #a3a3a3;
        position: relative;
    }
    .PC_menu{
        width: 282px;
        /* margin: 0 0 0 50px; */
        position: fixed;
        top: 160px; right: calc( 50% - 515px );
        /* z-index: -1; */
    }

    .PC_menu_1{
        width: 282px;
        display: flex; flex-direction: column; align-items: flex-start;
        margin: 10px 0 0 0;
    }
    .PC_menu_1_normal{
        width: 282px;
        color: #565656!important;
        background-color: rgba(255,255,255,0.5);
        text-decoration: none!important;
        margin: 15px 0 0 0;
        padding: 4px 0 5px 62px;
        transition: 0.3s;
    }
    .PC_menu_1_active{
        width: 282px;
        color: #fff!important;
        font-weight: bold;
        background-color: #53A597;
        text-decoration: none!important;
        margin: 15px 0 0 0;
        padding: 4px 0 5px 62px;
        position: relative;
    }
    .PC_menu_1_active::before {
        content: '';
        position: absolute;
        left: 28px;
        top: 8px;
        width: 20px;
        height: 20px;
        background-image: url('../img/PC_arr.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .PC_menu_3{
        width: 282px;
        display: flex; flex-direction: column; align-items: flex-start;
        position: absolute;
        position: fixed;
        bottom: 20px; right: calc( 50% - 515px );
        background-color: rgba(0,0,0,0.3);
        padding: 10px 15px 15px 15px;
    }
    .PC_menu_3 p{
        color: #fff!important;
        text-align: left;
        font-size: 14px; line-height: 20px; 
        text-indent: -14px; padding-left: 14px;
        margin: 7px 0 0 0;
    }

    /* .PC_menu_2{
        width: 282px;
        background-color: rgba(255,255,255,0.85);
        border-radius: 10px;
        display: flex; flex-direction: column; align-items: center;
        padding: 20px 10px;
        margin: 20px 0 0 0;
    }
    .pC_menu_2_p{
        font-size: 14px; font-weight: bold;
        color: #53A597;
        margin: 0 0 10px 0;
    }
    .PC_menu_ia{
        display: flex; flex-wrap: nowrap;
    }
    .PC_menu_i,.PC_menu_a{
        width: 100px;
        display: flex; flex-direction: column; align-items: center;
    }
    .PC_bt_i{
        width:80px;
    }
    .PC_bt_a{
        width:89px;
    }
    .PC_qr_i,.PC_qr_a{
        width: 90.5px;
        margin: 5px 0 0 0;
    }

    .PC_p_01{
        font-size: 10px; line-height: 14px;
        margin: 20px 0 0 0;
    }
    .PC_p_02{
        text-align: left;
        font-size: 10px; line-height: 14px; 
        text-indent: -14px; padding-left: 14px;
        margin: 7px 0 0 0;
    } */

    /* add class */
    .PC_dl_link{
        width: 282px; height: 64px;
        background-color: #fff;
        border-radius: 50px;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        text-decoration: none!important;
        filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
        margin: 15px 0 0 0;
    }
    .PC_dl_link p{
        color: #000;
        font-size: 16px; line-height: 22px;
        font-weight: bold;
        text-align: center;
        margin: 0 40px 0 0;
    }
    .PC_dl_link:hover .PC_dl_arr {
        transform: scale(0.8);
    }
    .PC_dl_arr{
        width: 40px; height: 40px;
        background-color: #30C1BD;
        border-radius: 50px;
        display: flex; justify-content: center; align-items: center;
        position: absolute;
        top: 12px; right: 12px;
        transform-origin: center;
        transition: all 0.3s ease-out;
    }
    .PC_dl_arr img{
        width: 22px;
    }

    .xPC_dl_link{
        width: 282px; height: 90px;
        background-color: #fff;
        border-radius: 50px;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        text-decoration: none!important;
        filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
        margin: 15px 0 0 0;
    }
    .xPC_dl_link p{
        color: #000;
        font-size: 14px; line-height: 20px;
        font-weight: bold;
        text-align: center;
        /* margin: 0 40px 0 0; */
    }
    .xPC_dl_link span{
        display: inline-block;
        color: #53A597;
        font-size: 16px;
        margin: 5px 0 0 0;
    }
}


/*------------------------------------------------*/
/* KYV */

/* KYV_wrap */
@media screen and (max-height:600px) and ( max-width:767px) { /*SP*/
    .KYV_wrap{
        /* width: 375px; height: calc( 100svh - 145px ); */
        width: 100.00vw; height: calc( 100svh - 38.67vw );
        background-image: url('../img/KYV_img.webp');
        background-position: top 100% center;
        background-size: 100% auto;
        position: absolute;
        top: -1px; left: 0;
        z-index: 1;
    }
    .KYV_tx_01{
        max-width: 30vh;
        margin-top: 11vh;
    }
    .KYV_tx_02{
        max-width: 30vh;
        margin-top: 2vh;
    }
    .KYV_tx_03{
        max-width: 30vh;
        margin-top: 2vh;
    }
}
@media screen and (min-height:601px) and (max-height:700px) and ( max-width:767px) { /*SP*/
    .KYV_wrap{
        /* width: 375px; height: calc( 100svh - 145px ); */
        width: 100.00vw; height: calc( 100svh - 38.67vw );
        background-image: url('../img/KYV_img.webp');
        background-position: top 100% center;
        /* background-size: 125% auto; */
        background-size: cover;
        position: absolute;
        top: -1px; left: 0;
        z-index: 1;
    }
    .KYV_tx_01{
        max-width: 30vh;
        margin-top: 12vh;
    }
    .KYV_tx_02{
        max-width: 30vh;
        margin-top: 2vh;
    }
    .KYV_tx_03{
        max-width: 30vh;
        margin-top: 2vh;
    }
}
@media screen and (min-height:701px) and ( max-width:767px) { /*SP*/
    .KYV_wrap{
        /* width: 375px; height: calc( 100svh - 135px ); */
        width: 100.00vw; height: calc( 100svh - 36.00vw );
        background-image: url('../img/KYV_img.webp');
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: -1px; left: 0;
        z-index: 1;
    }
    .KYV_tx_01{
        max-width: 30vh;
        margin-top: 12vh;
    }
    .KYV_tx_02{
        max-width: 30vh;
        margin-top: 3vh;
    }
    .KYV_tx_03{
        max-width: 30vh;
        margin-top: 4vh;
    }
}
@media screen and (min-width:768px) , print { /*PC*/
    .KYV_wrap{
        width: 414px; height: calc( 100svh - 155px );
        background-image: url('../img/KYV_img.webp');
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 0; left: 0;
        z-index: 1;
    }
    .KYV_tx_01{
        width: calc( 253px * 1.2 );
        /* margin-top: calc( 18vh - ( 0.1vh * 100 ) ); */
        /* margin-top: calc( 30svh - 195px ); */
        margin-top: calc( 13svh );
        /* margin-top: calc( 13svh - ( 1svh * 10 ) ); */
    }
    .KYV_tx_02{
        width: calc( 253px * 1.2 );
        margin-top: 2vh;
    }
    .KYV_tx_03{
        width: calc( 253px * 1.2 );
        margin-top: 3vh;
    }
}

@media screen and (max-width:767px) { /*SP*/
    #KYV{
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
    }
   
    .KYV_sc_box{
        position: absolute;
        /* bottom: 20px; right: 20px; */
        bottom: 4.83vw; right: 4.83vw;
        display: flex; flex-direction: column; align-items: center;
    }
    .KYV_sc{
        /* width: 11px; */
        width: 2.66vw;
        /* margin: 0 0 5px 0; */
        margin: 0 0 1.21vw 0;
    }
    .KYV_sc_lineWrap{
        /* width: 2px; height: 80px; */
        width: 0.48vw; height: 19.32vw;
        overflow: hidden;
        position: relative;
    }
    .KYV_sc_line{
        /* width: 2px; height: 80px; */
        width: 0.48vw; height: 19.32vw;
        background-color: #000;
        position: relative;
    }
}
@media screen and (min-width:768px) , print { /*PC*/
    #KYV{
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
    }
    .KYV_sc_box{
        position: absolute;
        bottom: 20px; right: 20px;
        display: flex; flex-direction: column; align-items: center;
    }
    .KYV_sc{
        width: 11px;
        margin: 0 0 5px 0;
    }
    .KYV_sc_lineWrap{
        width: 2px; height: 80px;
        overflow: hidden;
        position: relative;
    }
    .KYV_sc_line{
        width: 2px; height: 80px;
        background-color: #000;
        position: relative;
    }
}


/*------------------------------------------------*/
/* MES */

/* Description for smartphones only *Cannot be copied from PC */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* caution caution caution caution caution caution */

@media screen and (max-width:767px) { /*SP*/
    :root { --ymove: 30lvh; }
    .MES_wrap{
        /* width: 414px; height: calc( 170svh - 195px ); */
        /* width: 100.00vw; height: calc( 170svh - 47.10vw ); */
        width: 100%; height: calc( 1632px / 2 );
        position: relative;
        color: #fff;
        display: flex; flex-direction: column; justify-content: flex-end;
        padding: 0 0 12.08vw 0;
        clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
        background-color: transparent;
        overflow: hidden;
    }
    .MES_wrap::before {
        content: '';
        z-index: -1;
        inset: 0;
        width: 100%;
        height: calc( 1632px / 2 );
        position: fixed; top: 0; left: 0;
        background-image: url('../img/MES_img.webp');
        background-position: top;
        background-size: 100% auto;
      }
    .MES_bg{
        /* width: 414px; height: calc( 170svh - 195px ); */
        /* width: 100.00vw; height: calc( 170svh - 47.10vw ); */
        width: 100%; height: calc( 1632px / 2 );
        background-color: rgba(0,0,0,0.35);
        position: absolute; top: 0; left: 0;
        opacity: 0;
    }
    .MES_p_01,.MES_p_02,.MES_p_03,.MES_p_04,
    .MES_p_05,.MES_p_06,.MES_p_07,.MES_p_08{
        opacity: 0;
        /* margin: 5px 0 0 20px; */
        margin: 1.21vw 0 0 4.83vw;
    }
    .MES_p_01{
        /* font-size: 24px; */
        font-size: 5.80vw;
    }
    .MES_p_02{
        /* font-size: 24px; */
        font-size: 5.80vw;
    }
    .MES_p_03{
        /* font-size: 17px; */
        font-size: 4.11vw;
        /* margin: 30px 0 0 20px; */
        margin: 7.25vw 0 0 4.83vw;
    }
    /* .MES_p_03 sup{font-size: 12px!important;} */
    .MES_p_03 sup{font-size: 2.90vw!important;}
    .MES_p_04{
        /* font-size: 17px; */
        font-size: 4.11vw;
    }
    .MES_p_05{
        /* font-size: 17px; */
        font-size: 4.11vw;
    }
    .MES_p_06{
        /* font-size: 17px; */
        font-size: 4.11vw;
    }
    .MES_p_07{
        /* font-size: 17px; */
        font-size: 4.11vw;
        /* margin: 30px 0 0 20px; */
        margin: 7.25vw 0 0 4.83vw;
    }
    .MES_p_08{
        /* font-size: 17px; */
        font-size: 4.11vw;
    }

    .MES_p_091011{
        width: 100%;
        display: flex; flex-direction: column;
        /* padding: 0 20px 0 0; */
        padding: 0 4.83vw 0 0;
        /* margin: -30px 0 40px 0; */
        margin: -7.25vw 0 9.66vw 0;
    }
    .MES_p_09{
        /* font-size: 14px; */
        font-size: 3.38vw;
        /* text-indent: -14px; */
        text-indent: -3.38vw;
        /* padding-left: 14px; */
        padding-left: 3.38vw;
        /* margin: 0 0 0 20px; */
        margin: 0 0 0 4.83vw;
        opacity: 1;
    }
    .MES_p_10{
        /* font-size: 14px; */
        font-size: 3.38vw;
        /* text-indent: -14px; */
        text-indent: -3.38vw;
        /* padding-left: 14px; */
        padding-left: 3.38vw;
        /* margin: 0 0 0 20px; */
        margin: 0 0 0 4.83vw;
        opacity: 1;
    }
    .MES_p_11{
        /* font-size: 14px; */
        font-size: 3.38vw;
        /* text-indent: -14px; */
        text-indent: -3.38vw;
        /* padding-left: 14px; */
        padding-left: 3.38vw;
        opacity: 1;
        /* margin: 0 0 0 20px; */
        margin: 0 0 0 4.83vw;
    }
}
@media screen and (min-width:768px) , print { /*PC*/
    :root { --ymove: 30lvh; }
    .MES_wrap{
        width: 414px; height: calc( 150svh - 195px );
        position: relative;
        color: #fff;
        /* background-image: url('../img/MES_img_pc.webp');
        background-position: center center;
        background-size: auto 100%;
        background-attachment: fixed; */

        display: flex; flex-direction: column; justify-content: flex-end;
        padding: 0 0 50px 0;
        clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
        background-color: transparent;
        /* overflow: hidden; */
    }
    .MES_wrap::before {
        content: '';
        z-index: -1;
        inset: 0;
        width: 100%;
        height: calc( 130svh - 195px );
        position: fixed; top: 0; left: 0;
        background-image: url('../img/MES_img_pc.webp');
        background-position: top;
        background-size: auto 100%;
    }
    .MES_bg{
        width: 414px; height: calc( 150svh - 195px );
        background-color: rgba(0,0,0,0.35);
        position: absolute; top: 0; left: 0;
        opacity: 0;
    }
    .MES_p_01,.MES_p_02,.MES_p_03,.MES_p_04,
    .MES_p_05,.MES_p_06,.MES_p_07,.MES_p_08{
        opacity: 0;
        margin: 5px 0 0 20px;
    }
    .MES_p_01{
        font-size: 24px;
    }
    .MES_p_02{
        font-size: 24px;
    }
    .MES_p_03{
        font-size: 17px;
        margin: 30px 0 0 20px;
    }
    .MES_p_03 sup{font-size: 12px!important;}
    .MES_p_04{
        font-size: 17px;
    }
    .MES_p_05{
        font-size: 17px;
    }
    .MES_p_06{
        font-size: 17px;
    }
    .MES_p_07{
        font-size: 17px;
        margin: 30px 0 0 20px;
    }
    .MES_p_08{
        font-size: 17px;
    }

    .MES_p_091011{
        width: 100%;
        display: flex; flex-direction: column;
        padding: 0 20px 0 0;
        margin: -30px 0 40px 0;
    }
    .MES_p_09{
        font-size: 14px;
        text-indent: -14px;
        padding-left: 14px;
        margin: 0 0 0 20px;
        opacity: 1;
    }
    .MES_p_10{
        font-size: 14px;
        text-indent: -14px;
        padding-left: 14px;
        margin: 0 0 0 20px;
        opacity: 1;
    }
    .MES_p_11{
        font-size: 14px;
        text-indent: -14px;
        padding-left: 14px;
        opacity: 1;
        margin: 0 0 0 20px;
    }
}


/*------------------------------------------------*/
/* DL1 */
@media screen and (max-width:767px) { /*SP*/
    .xDL1_link{
        /* width: 282px; height: 90px; */
        width: 68.12vw; height: 21.74vw;
        background-color: #fff;
        /* border-radius: 50px; */
        border-radius: 12.08vw;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        text-decoration: none!important;
        /* filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1)); */
        filter: drop-shadow(0.72vw 0.72vw 1.21vw rgba(0,0,0,0.1));
    }
    .xDL1_link p{
        color: #000;
        /* font-size: 14px; line-height: 20px; */
        font-size: 3.38vw; line-height: 4.83vw;
        font-weight: bold;
        text-align: center;
    }
    .xDL1_link span{
        display: inline-block;
        color: #53A597;
        /* font-size: 16px; */
        font-size: 3.86vw;
        /* margin: 5px 0 0 0; */
        margin: 1.21vw 0 0 0;
    }

    #DL1{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* padding: 50px 0; */
        padding: 12.08vw 0;
    }
    .DL1_link{
        /* width: 334px; height: 80px; */
        width: 80.68vw; height: 19.32vw;
        background-color: #fff;
        /* border-radius: 50px; */
        border-radius: 12.08vw;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        text-decoration: none!important;
        /* filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1)); */
        filter: drop-shadow(0.72vw 0.72vw 1.21vw rgba(0,0,0,0.1));
    }
    .DL1_link p{
        color: #000;
        /* font-size: 18px; line-height: 22px; */
        font-size: 4.35vw; line-height: 5.31vw;
        text-align: center;
        /* margin: 0px 50px 0 0; */
        margin: 0 12.08vw 0 0;
        font-weight: bold;
    }
    .DL1_link:hover .DL1_arr {
        transform: scale(0.8);
    }
    .DL1_arr{
        /* width: 54px; height: 54px; */
        width: 13.04vw; height: 13.04vw;
        background-color: #30C1BD;
        /* border-radius: 50px; */
        border-radius: 12.08vw;
        display: flex; justify-content: center; align-items: center;
        position: absolute;
        /* top: 13px; right: 20px; */
        top: 3.14vw; right: 4.83vw;
        transform-origin: center;
        transition: all 0.3s ease-out;
    }
    .DL1_arr img{
        /* width: 22px; */
        width: 5.31vw;
    }
    .DL1_wrap{
        display: flex; flex-wrap: nowrap; justify-content: space-between;
        /* margin: 30px 0 0 0; */
        margin: 7.25vw 0 0 0;
        /* width: 350px; */
        width: 84.54vw;
    }
    .DL1_box{
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .DL1_tx_i{
        /* width: 35px; */
        width: 8.45vw;
        /* margin: 0 0 10px 0; */
        margin: 0 0 2.42vw 0;
    }
    .DL1_tx_a{
        /* width: 67px; */
        width: 16.18vw;
        /* margin: 0 0 10px 0; */
        margin: 0 0 2.42vw 0;
    }
    .DL1_bt_i{
        /* width: 158px; */
        width: 38.16vw;
    }
    .DL1_bt_a{
        /* width: 179px; */
        width: 43.24vw;
    }
    .DL1_p_wrap{
        /* width: 348px; */
        width: 84.06vw;
    }
    .DL1_p_01{
        /* font-size: 13px; line-height: 20px; */
        font-size: 3.14vw; line-height: 4.83vw;
        /* margin: 30px 0 0 0; */
        margin: 7.25vw 0 0 0;
    }
    .DL1_p_02{
        text-align: left;
        /* font-size: 13px; line-height: 20px; */
        font-size: 3.14vw; line-height: 4.83vw;
        /* text-indent: -17px; padding-left: 17px; */
        text-indent: -4.11vw; padding-left: 4.11vw;
        /* margin: 7px 0 0 0; */
        margin: 1.69vw 0 0 0;
    }
    .DL1_p_03{
        text-align: left;
        /* font-size: 13px; line-height: 20px; */
        font-size: 3.14vw; line-height: 4.83vw;
        /* text-indent: -22px; padding-left: 17px; */
        text-indent: -5.31vw; padding-left: 4.11vw;
        /* margin: 7px 0 0 0; */
        margin: 1.69vw 0 0 0;
    }
}
@media screen and (min-width:768px) , print { /*PC*/
    .xDL1_link{
        width: 282px; height: 90px;
        background-color: #fff;
        border-radius: 50px;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        text-decoration: none!important;
        filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
    }
    .xDL1_link p{
        color: #000;
        font-size: 14px; line-height: 20px;
        font-weight: bold;
        text-align: center;
    }
    .xDL1_link span{
        display: inline-block;
        color: #53A597;
        font-size: 16px;
        margin: 5px 0 0 0;
    }

    #DL1{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        padding: 50px 0;
    }
    .DL1_link{
        width: 334px; height: 80px;
        background-color: #fff;
        border-radius: 50px;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        text-decoration: none!important;
        filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
    }
    .DL1_link p{
        color: #000;
        font-size: 18px; line-height: 22px;
        text-align: center;
        margin: 0 50px 0 0;
        font-weight: bold;
    }
    .DL1_link:hover .DL1_arr {
        transform: scale(0.8);
    }
    .DL1_arr{
        width: 54px; height: 54px;
        background-color: #30C1BD;
        border-radius: 50px;
        display: flex; justify-content: center; align-items: center;
        position: absolute;
        top: 13px; right: 20px;
        transform-origin: center;
        transition: all 0.3s ease-out;
    }
    .DL1_arr img{
        width: 22px;
    }

    .DL1_wrap{
        display: flex; flex-wrap: nowrap; justify-content: space-between;
        margin: 30px 0 0 0;
        width: 350px;
    }
    .DL1_box{
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .DL1_tx_i{
        width: 35px;
        margin: 0 0 10px 0;
    }
    .DL1_tx_a{
        width: 67px;
        margin: 0 0 10px 0;
    }
    .DL1_bt_i{
        width: 158px;
    }
    .DL1_bt_a{
        width: 179px;
    }

    .DL1_p_wrap{
        width: 348px;
    }
    .DL1_p_01{
        font-size: 13px; line-height: 20px;
        margin: 30px 0 0 0;
    }
    .DL1_p_02{
        text-align: left;
        font-size: 13px; line-height: 20px; 
        text-indent: -17px; padding-left: 17px;
        margin: 7px 0 0 0;
    }
    .DL1_p_03{
        text-align: left;
        font-size: 13px; line-height: 20px; 
        text-indent: -22px; padding-left: 17px;
        margin: 7px 0 0 0;
    }
}


/*------------------------------------------------*/
/* CT1 */
@media screen and (max-width:767px) { /*SP*/
    #CT1{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* padding: 50px 0; */
        padding: 12.08vw 0;
    }
    .CT1_tx_01{
        /* font-size: 24px; line-height: 32px; */
        font-size: 5.80vw; line-height: 7.73vw;
    }
    .CT1_tx_02{
        /* font-size: 44px; line-height: 50px; */
        font-size: 10.63vw; line-height: 12.08vw;
        position: relative; display: inline-block;
        z-index: 1;
        font-weight: bold;
    }
    .CT1_tx_02::after {
        content: '';
        position: absolute;
        /* left: -10px; */
        left: -2.42vw;
        bottom: 0;
        width: var(--pseudo-width_CT1);
        /* height: 20px; */
        height: 4.83vw;
        background-color: #83C6B9;
        z-index: -1;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
    }
    .CT1_tx_03{
        /* font-size: 16px; line-height: 24px; */
        font-size: 3.86vw; line-height: 5.80vw;
        text-align: center;
        /* margin: 30px 0 0 0; */
        margin: 7.25vw 0 0 0;
    }
    .CT1_tx_04{
        /* font-size: 24px; line-height: 32px; font-weight: bold; */
        font-size: 5.80vw; line-height: 7.73vw; font-weight: bold;
        text-align: center;
        /* margin: 30px 0 0 0; */
        margin: 7.25vw 0 0 0;
        font-weight: bold;
    }
    .CT1_box_01{
        /* width: 354px; */
        width: 85.51vw;
        display: flex; flex-wrap: nowrap; justify-content: space-between;
        /* margin: 30px 0 0 0; */
        margin: 7.25vw 0 0 0;
    }
    .CT1_box_01p{
        color: #fff; background-color: #CDD0D1;
        /* border-radius: 5px 5px 0 0; */
        border-radius: 1.21vw 1.21vw 0 0;
        /* width: 167px; */
        width: 40.34vw;
        text-align: center;
        /* padding: 5px 0 2px 0; */
        padding: 1.1vw 0 0.95vw 0;
        transition: 0.3s;
    }
    .CT1_box_01p:hover{
        cursor: pointer;
        opacity: 0.5;
    }
    .CT1_box_01p_active{
        background-color: #53A597;
        pointer-events: none;
    }
    .CT1_box_02{
        /* width: 354px; */
        width: 85.51vw;
    }
    .CT1_box_03{
        /* width: 354px; */
        width: 85.51vw;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        background-color: #fff;
        /* padding: 50px 0; */
        padding: 12.08vw 0;
        display: none;
    }
    .CT1_box_03_active{
        display: flex;
    }
    .CT1_box_03 p{
        /* margin: 0 0 20px 0; */
        margin: 0 0 4.83vw 0;
    }
    .CT1_box_03 img{
        /* width: 200px; */
        width: 48.31vw;
        /* filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.72vw 0.72vw 1.21vw rgba(0,0,0,0.3));
    }
    #CT1_A,#CT1_B,#CT1_C,#CT2_A{
        /* margin: 70px 0 0 0; */
        margin: 16.91vw 0 0 0;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .CT1_A_tx,.CT1_B_tx,.CT1_C_tx{
        /* font-size: 24px; line-height: 42px; letter-spacing: 5px; */
        font-size: 5.80vw; line-height: 10.14vw; letter-spacing: 1.21vw;
        font-weight: bold; text-align: center;
    }
    .CT1_B_tx2{
        /* font-size: 12px; text-align: center; */
        font-size: 2.90vw; text-align: center;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
    } 
    .CT1_line{
        /* width: 122px; */
        width: 29.47vw;
    }
    .CT1_A_box,.CT1_B_box,.CT1_C_box{
        position: relative;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
    }
    .CT1_A_img,.CT1_B_img,.CT1_C_img{
        /* width: 200px; */
        width: 48.31vw;
        /* filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.72vw 0.72vw 1.21vw rgba(0,0,0,0.3));
    }
    .CT1_mark{
        /* width: 100px; */
        width: 24.15vw;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        transition: 0.3s;
    }
    .CT1_mark:hover{
        cursor: pointer;
        opacity: 0.5;
    }
    .CT1_mark img{
        /* width: 42px; */
        width: 10.14vw;
        /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.00vw 0.00vw 1.21vw rgba(0,0,0,0.3));
    }
    .CT1_markAnim{
        /* width: 54px; height: 54px; */
        /* width: 13.04vw; height: 13.04vw; */
        /* border-radius: 50px; */
        border-radius: 12.08vw;
        /* background-color: rgba(48,193,189,0.5); */
        /* border: 10px solid rgba(48,193,189,0.5); */
        border: 2.42vw solid rgba(255,156,49,0.5);
        position: absolute;
        animation: CT1_expand 1.0s infinite;
    }
    @keyframes CT1_expand {
        0% {
            /* width: 34px; */
            width: 8.21vw;
            /* height: 34px; */
            height: 8.21vw;
            opacity: 0;
            /* border-width: 0px; */
            border-width: 0.00vw;
        }
        25% {
            opacity: 1;
        }
        90% {
            /* width: 72px; */
            width: 17.39vw;
            /* height: 72px; */
            height: 17.39vw;
            /* border-width: 15px; */
            border-width: 3.62vw;
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    .CT1_A_pos_01{
        position: absolute;
        /* top: 195px; */
        top: 23vw;
        /* left: 51px; */
        left: 21vw;
    }
		.CT1_A_pos_02{
		    position: absolute;
		    top: 51vw;
		    left: 21vw;
		}
    .CT1_B_pos_01{
        position: absolute;
        /* top: 45px; */
        top: 10.87vw;
        /* left: 91px; */
        left: 21.98vw;
    }
    .CT1_B_pos_02{
        position: absolute;
        /* top: 125px; */
        top: 30.19vw;
        /* left: -39px; */
        left: -9.42vw;
    }
    .CT1_B_pos_03{
        position: absolute;
        /* top: 350px; */
        top: 84.54vw;
        /* left: 109px; */
        left: 26.33vw;
    }
    .CT1_C_pos_01{
        position: absolute;
        /* top: 115px; */
        top: 27.78vw;
        /* left: 101px; */
        left: -3vw;
    }
    .CT1_C_pos_02{
        position: absolute;
        /* top: 241px; */
        top: 44vw;
        /* left: 51px; */
        left: 27vw;
    }
		.CT2_C_pos_01{
		    position: absolute;
		    top: 15vw;
		    left: 27vw;
		}
		.CT2_C_pos_02{
		    position: absolute;
		    top: 50vw;
		    left: 27vw;
		}
    .CT1_A_msap_01,.CT1_B_msap_01,.CT1_B_msap_02,.CT1_B_msap_03,.CT1_C_msap_01,.CT1_C_msap_02{
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        transition: 0.3s;
    }
    /*--modal--*/
    .CT1_close{
        /* width: 35px; */
        width: 8.45vw;
        transition: 0.3s;
    }
    .CT1_close:hover{
        cursor: pointer;
        opacity: 0.5;
    }
    .CT1_close_A_m01{
        position: absolute;
        /* top: -16px; */
        top: -3.86vw;
        /* right: -18px; */
        right: -4.35vw;
        z-index: 1;
    }
		.CT1_close_A_m02{
		    position: absolute;
		    /* top: -16px; */
		    top: 0;
		    /* right: -18px; */
		    right: -4.35vw;
		    z-index: 1;
		}
    .CT1_A_m01_box{
        position: absolute;
        /* top: 33px; */
        top: -17vw;
        /* left: -21px; */
        left: 4.07vw;
    }
		.CT1_A_m02_box{
		    position: absolute;
		    /* top: 33px; */
		    top: 56vw;
		    /* left: -21px; */
		    left: 4.07vw;
		}
    .CT1_A_m01{
        /* width: 242px; */
        width: 58.45vw;
        /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.00vw 0.00vw 1.21vw rgba(0,0,0,0.3));
    }
    .CT1_close_B_m01{
        position: absolute;
        /* top: -18px; */
        top: -4.35vw;
        /* right: 0px; */
        right: 0.00vw;
        z-index: 1;
    }
    .CT1_B_m01_box{
        position: absolute;
        /* top: 10px; */
        top: 2.42vw;
        /* left: -11px; */
        left: -2.66vw;
    }
    .CT1_B_m01{
        /* width: 155px; */
        width: 37.44vw;
        /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.00vw 0.00vw 1.21vw rgba(0,0,0,0.3));
    }
    .CT1_close_B_m02{
        position: absolute;
        /* top: 2px; */
        top: 0.48vw;
        /* right: -17px; */
        right: -4.11vw;
        z-index: 1;
    }
    .CT1_B_m02_box{
        position: absolute;
        /* top: 150px; */
        top: 36.23vw;
        /* left: -25px; */
        left: -6.04vw;
    }
    .CT1_B_m02{
        /* width: 218.5px; */
        width: 52.78vw;
        /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.00vw 0.00vw 1.21vw rgba(0,0,0,0.3));
    }
    .CT1_close_B_m03{
        position: absolute;
        /* top: -16px; */
        top: 0;
        /* right: -18px; */
        right: -4.35vw;
        z-index: 1;
    }
    .CT1_B_m03_box{
        position: absolute;
        /* top: 224px; */
        top: 86.11vw;
        /* left: 53px; */
        left: 12.80vw;
				z-index: 9;
    }
    .CT1_B_m03{
        /* width: 206.5px; */
        width: 49.88vw;
        /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.00vw 0.00vw 1.21vw rgba(0,0,0,0.3));
    }
    .CT1_close_C_m01{
        position: absolute;
        /* top: 4px; */
        top: -2vw;
        /* right: -17px; */
        right: -4.11vw;
        z-index: 1;
    }
    .CT1_C_m01_box{
        position: absolute;
        /* top: 120px; */
        top: 1vw;
        /* left: 78px; */
        left: -10vw;
    }
    .CT1_C_m01{
        /* width: 145.5px; */
        width: 35.14vw;
        /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.00vw 0.00vw 1.21vw rgba(0,0,0,0.3));
    }
    .CT1_close_C_m02{
        position: absolute;
        /* top: 4px; */
        top: 1vw;
        /* right: -17px; */
        right: -4.11vw;
        z-index: 1;
    }
    .CT1_C_m02_box{
        position: absolute;
        /* top: 260px; */
        top: 48vw;
        /* left: 27px; */
        left: 9vw;
    }
    .CT1_C_m02{
        /* width: 145.5px; */
        width: 58.45vw;
        /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.00vw 0.00vw 1.21vw rgba(0,0,0,0.3));
    }
		.CT2_C_m01_box{
		    position: absolute;
		    top: -36vw;
		    left: 10vw;
		}
		.CT2_C_m02_box{
		    position: absolute;
		    top: 54vw;
		    left: 10vw;
		}
		.CT2_close_C_m02{
			position: absolute;
			top: 2vw;
			right: -4.11vw;
			z-index: 1;
		}
}
@media screen and (min-width:768px) , print { /*PC*/
    #CT1{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        padding: 50px 0;
    }
    .CT1_tx_01{
        font-size: 24px; line-height: 32px;
    }
    .CT1_tx_02{
        font-size: 44px; line-height: 50px;
        position: relative; display: inline-block;
        z-index: 1;
        font-weight: bold;
    }
    .CT1_tx_02::after {
        content: '';
        position: absolute;
        left: -10px;
        bottom: 0;
        width: var(--pseudo-width_CT1);
        height: 20px;
        background-color: #83C6B9;
        z-index: -1;
        margin: 20px 0 0 0;
    }

    .CT1_tx_03{
        font-size: 16px; line-height: 24px;
        text-align: center;
        margin: 30px 0 0 0;
    }
    .CT1_tx_04{
        font-size: 24px; line-height: 32px; font-weight: bold;
        text-align: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .CT1_box_01{
        width: 354px;
        display: flex; flex-wrap: nowrap; justify-content: space-between;
        margin: 30px 0 0 0;
    }
    .CT1_box_01p{
        color: #fff; background-color: #CDD0D1;
        border-radius: 5px 5px 0 0;
        width: 167px;
        text-align: center;
        padding: 4px 0 3px 0;
        transition: 0.3s;
    }
    .CT1_box_01p:hover{
        cursor: pointer;
        opacity: 0.5;
    }
    .CT1_box_01p_active{
        background-color: #53A597;
        pointer-events: none;
    }
    .CT1_box_02{
        width: 354px;
    }
    .CT1_box_03{
        width: 354px;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        background-color: #fff;
        padding: 50px 0;
        display: none;
    }
    .CT1_box_03_active{
        display: flex;
    }
    .CT1_box_03 p{
        margin: 0 0 20px 0;
    }
    .CT1_box_03 img{
        width: 200px;
        filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.3));
    }

    #CT1_A,#CT1_B,#CT1_C,#CT2_A{
        margin: 70px 0 0 0;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .CT1_A_tx,.CT1_B_tx,.CT1_C_tx{
        font-size: 24px; line-height: 42px; letter-spacing: 5px;
        font-weight: bold; text-align: center;
    }
    .CT1_B_tx2{
        font-size: 12px; text-align: center;
        margin: 20px 0 0 0;
    } 
    .CT1_line{
        width: 122px;
    }

    .CT1_A_box,.CT1_B_box,.CT1_C_box{
        position: relative;
        margin: 20px 0 0 0;
    }
    .CT1_A_img,.CT1_B_img,.CT1_C_img{
        width: 200px;
        filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.3));
    }

    .CT1_mark{
        width: 100px;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        transition: 0.3s;
    }
    .CT1_mark:hover{
        cursor: pointer;
        opacity: 0.5;
    }
    .CT1_mark img{
        width: 42px;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    }
    .CT1_markAnim{
        /* width: 54px; height: 54px; */
        border-radius: 50px;
        /* background-color: rgba(48,193,189,0.5); */
        border: 10px solid rgba(255,156,49,0.5);
        position: absolute;
        animation: CT1_expand 1.0s infinite;
    }
    @keyframes CT1_expand {
        /* 0% {
            width: 34px;
            height: 34px;
            opacity: 0;
            border-width: 0px;
        } */
        0% {
            width: 34px;
            height: 34px;
            opacity: 1;
            border-width: 0px;
        }
        25% {
            opacity: 1;
        }
        100% {
            width: 72px;
            height: 72px;
            border-width: 15px;
            opacity: 0;
        }
    }

    .CT1_A_pos_01{
        position: absolute;
        top: 95px;
        left: 90px;
    }
		.CT1_A_pos_02{
		    position: absolute;
		    top: 220px;
		    left: 90px;
		}
    .CT1_B_pos_01{
        position: absolute;
        top: 45px;
        left: 91px;
    }
    .CT1_B_pos_02{
        position: absolute;
        top: 125px;
        left: -39px;
    }
    .CT1_B_pos_03{
        position: absolute;
        top: 350px;
        left: 109px;
    }
    .CT1_C_pos_01{
        position: absolute;
        top: 115px;
        left: -11px;
    }
    .CT1_C_pos_02{
        position: absolute;
        top: 180px;
        left: 120px;
    }
		.CT2_C_pos_01{
		    position: absolute;
		    top: 65px;
		    left: 110px;
		}
		.CT2_C_pos_02{
		    position: absolute;
		    top: 200px;
		    left: 110px;
		}
    .CT1_A_msap_01,.CT1_B_msap_01,.CT1_B_msap_02,.CT1_B_msap_03,.CT1_C_msap_01,.CT1_C_msap_02{
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        transition: 0.3s;
    }

    /*--modal--*/
    
    .CT1_close{
        width: 35px;
        transition: 0.3s;
    }
    .CT1_close:hover{
        cursor: pointer;
        opacity: 0.5;
    }

    .CT1_close_A_m01{
        position: absolute;
        top: -16px;
        right: -18px;
        z-index: 1;
    }
		.CT1_close_A_m02{
		    position: absolute;
		    top: 4px;
		    right: -18px;
		    z-index: 1;
		}
    .CT1_A_m01_box{
        position: absolute;
        top: -70px;
        left: 21px;
    }
		.CT1_A_m02_box{
		    position: absolute;
		    top: 240px;
		    left: 21px;
		}
    .CT1_A_m01{
        width: 242px;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    }

    .CT1_close_B_m01{
        position: absolute;
        top: -18px;
        right: 0px;
        z-index: 1;
    }
    .CT1_B_m01_box{
        position: absolute;
        top: 10px;
        left: -11px;
    }
    .CT1_B_m01{
        width: 155px;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    }

    .CT1_close_B_m02{
        position: absolute;
        top: 2px;
        right: -17px;
        z-index: 1;
    }
    .CT1_B_m02_box{
        position: absolute;
        top: 150px;
        left: -25px;
    }
    .CT1_B_m02{
        width: 218.5px;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    }

    .CT1_close_B_m03{
        position: absolute;
        top: 5px;
        right: -18px;
        z-index: 1;
    }
    .CT1_B_m03_box{
        position: absolute;
        top: 360px;
        left: 53px;
				z-index: 9;
    }
    .CT1_B_m03{
        width: 206.5px;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    }

    .CT1_close_C_m01{
        position: absolute;
        top: -10px;
        right: -17px;
        z-index: 1;
    }
    .CT1_C_m01_box{
        position: absolute;
        top: 10px;
        left: -40px;
    }
		.CT2_C_m01_box{
		    position: absolute;
		    top: -120px;
		    left: 60px;
		}
		.CT2_C_m02_box{
		    position: absolute;
		    top: 220px;
		    left: 60px;
		}
    .CT1_C_m01{
        width: 145.5px;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    }
		.CT2_C_m01,
		.CT2_C_m02{
			width: 206.5px;
		}

    .CT1_close_C_m02{
        position: absolute;
        top: 0;
        right: -17px;
        z-index: 1;
    }
    .CT1_C_m02_box{
        position: absolute;
        top: 200px;
        left: 50px;
    }
    .CT1_C_m02{
        width: 242px;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    }
		.CT2_close_C_m02{
		    position: absolute;
		    top: 3px;
		    right: -17px;
		    z-index: 1;
		}
}


/*------------------------------------------------*/
/* CT2 */
@media screen and (max-width:767px) { /*SP*/
    #CT2{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* padding: 50px 0; */
        padding: 12.08vw 0;
    }
    .CT2_tx_01{
        /* font-size: 24px; line-height: 32px; */
        font-size: 5.80vw; line-height: 7.73vw;
    }
    .CT2_tx_02{
        /* font-size: 44px; line-height: 50px; */
        font-size: 10.63vw; line-height: 12.08vw;
        position: relative; display: inline-block;
        z-index: 1;
        font-weight: bold;
    }
    .CT2_tx_02::after {
        content: '';
        position: absolute;
        /* left: -10px; */
        left: -2.42vw;
        /* bottom: -5px; */
        bottom: -1.21vw;
        width: var(--pseudo-width_CT2);
        /* height: 20px; */
        height: 4.83vw;
        background-color: #83C6B9;
        z-index: -1;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
    }
    .CT2_tx_03{
        /* font-size: 16px; line-height: 24px; */
        font-size: 3.86vw; line-height: 5.80vw;
        text-align: center;
        /* margin: 30px 0 0 0; */
        margin: 7.25vw 0 0 0;
    }
    .CT2_wrap{
        /* width: 414px; */
        width: 100.00vw;
        overflow: hidden;
    }
    .CT2_splide{
        display: flex; flex-wrap: nowrap;
        /* padding: 30px 0; */
        padding: 7.25vw 0;
    }
    .CT2_img{
        /* width: 200px; */
        width: 48.31vw;
        /* filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.3)); */
        filter: drop-shadow(0.72vw 0.72vw 1.21vw rgba(0,0,0,0.3));
        /* margin: 0 20px; */
        margin: 0 4.83vw;
    }
}
@media screen and (min-width:768px) , print { /*PC*/
    #CT2{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        padding: 50px 0;
    }
    .CT2_tx_01{
        font-size: 24px; line-height: 32px;
    }
    .CT2_tx_02{
        font-size: 44px; line-height: 50px;
        position: relative; display: inline-block;
        z-index: 1;
        font-weight: bold;
    }
    .CT2_tx_02::after {
        content: '';
        position: absolute;
        left: -10px;
        bottom: -5px;
        width: var(--pseudo-width_CT2);
        height: 20px;
        background-color: #83C6B9;
        z-index: -1;
        margin: 20px 0 0 0;
    }
    .CT2_tx_03{
        font-size: 16px; line-height: 24px;
        text-align: center;
        margin: 30px 0 0 0;
    }
    .CT2_wrap{
        width: 414px;
        overflow: hidden;
    }
    .CT2_splide{
        display: flex; flex-wrap: nowrap;
        padding: 30px 0;
    }
    .CT2_img{
        width: 200px;
        filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.3));
        margin: 0 20px;
    }
}


/*------------------------------------------------*/
/* DL2 */
@media screen and (max-width:767px) { /*SP*/
    #DL2{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* padding: 50px 0 100px 0; */
        padding: 12.08vw 0 24.15vw 0;
    }
    .DL2_p_wrap{
        /* width: 348px; */
        width: 84.06vw;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
    }
}
@media screen and (min-width:768px) , print { /*PC*/
    #DL2{
        background-color: #F2F2F2;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        padding: 50px 0 100px 0;
    }
    .DL2_p_wrap{
        width: 348px;
        margin: 20px 0 0 0;
    }
}


/*------------------------------------------------*/
/* TOP_back */
@media screen and (max-width:767px) { /*SP*/
    .TOP_fukidashi{
        /* width: 114px; */
        width: 27.54vw;
        position: fixed;
        /* bottom: 0px; left: 0px; */
        bottom: 0.00vw; left: 0.00vw;
        transition: 0.3s;
    }
    .TOP_back{
        /* width: 414px; */
        width: 100.00vw;
        pointer-events: none;
    }
    .TOP_back_wrap{
        position: fixed;
        /* bottom: -1780px; left: calc( 50% - 207px ); */
        bottom: -429.95vw; left: calc( 50% - 50.00vw );
        transition: 0.3s;
        z-index: 100;
    }
}
@media screen and (min-width:768px) , print { /*PC*/
    .TOP_fukidashi{
        width: 114px;
        position: fixed;
        bottom: 0px; left: calc( 50% - 340px );
        transition: 0.3s;
    }
    .TOP_fukidashi:hover{
        cursor: pointer;
        opacity: 0.5;
    }
    .TOP_back{
        width: 414px;
        pointer-events: none;
    }
    .TOP_back_wrap{
        position: fixed;
        bottom: -1780px; left: calc( 50% - 207px );
        transition: 0.3s;
        z-index: 100;
    }
}








/* TAB CHANGE       ------------------------------- ------------------------------- */
.CT1_box_01p{
    cursor: pointer;
}
.CT1_box_02{
    position: relative;
}
.CT1_box_03{
    transition: 0.3s;
    display: flex;
    opacity: 0;
}
.CT1_box_03:nth-child(1){
    position: relative;
    z-index: 2;
}
.CT1_box_03:nth-child(2){
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}
.CT1_box_03_active{
    opacity: 1;
}

/* MODAL            ------------------------------- ------------------------------- */
.CT1_modal{
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}
.CT1_modalOpenedBtn{
    opacity: 0;
    pointer-events: none;
}
.CT1_modalOpenedBtn:hover{
    opacity: 0;
}
.CT1_modalOpenWindow{
    opacity: 1;
    pointer-events: all;
}

/* SPLIDE           ------------------------------- ------------------------------- */
.feature03_splide{
    width: 100%;
}
.splide__arrows{
    display: none;
}
.splide__slide{
    padding: 10px 0;
}

/* PC MENU VISIBLE  ------------------------------- ------------------------------- */
.PC_menu{
    transition: 0.3s;
}
.PC_menuHidden{
    opacity: 0;
    transform: translateY(-50px);
}

/* BACK TOP         ------------------------------- ------------------------------- */
.TOP_back{
    transition: 0.5s;
}
.TOP_back img{
    width: 100%;
}
.backTopAnime{
    animation-name: backtop;
    animation-duration: 1.5s;
    animation-iteration-count: 1.5;
    animation-fill-mode: forwards;
  }

  /* 768 */
@media screen and (max-width:767px) { /*SP*/
    @keyframes backtop{
        0%{ transform: translateY(0px); opacity: 1; }
       50%{ opacity: 1; }
      100%{ transform: translateY(-85vh); opacity: 0; }
    }
    .TOP_doBack{
        transform: translateY(65px);
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    @keyframes backtop{
        0%{ transform: translateY(0px); opacity: 1; }
       50%{ opacity: 1; }
      100%{ transform: translateY(-85vh); opacity: 0; }
    }
    .TOP_doBack{
        transform: translateY(70px);
    }
}

#cmn_parts_global_menu{
	margin-top: 0;
}

@media screen and (min-width:768px) , print {
	.feature03 #cmn_parts_global_menu{
		margin-top: 0;
		background: #fff;
	}
	.feature03 #TopicPath{
		position: relative;
		z-index: 9;
		padding-top: 60px;
		padding-bottom: 30px;
		background: #fff;
	}
	
}

@media screen and (max-width:767px) {
	.feature03 #TopicPath{
		padding-top: 60px;
		padding-bottom: 30px;
	}
}

.f3_video_btn img{
	width: 100%;
}
.fea_mt60{
	margin-top: 60px;
}

.fea_navi_space {
    margin-bottom: 0px!important;
}
.CT2_tx_04{
	font-size: 20px;
	margin-top: 10px;
}
.ar_new{
	max-width: 45px;
	margin-top: 6px;
}
.CT2_tx_05{
	letter-spacing: 1px;
	text-align: center;
}
.CT2_tx_05 span{
	color: #c02;
}

@media screen and (max-width:767px) {
	.CT2_tx_04{
		font-size: 5vw;
	}
	.CT2_C_m01,
	.CT2_C_m02{
		width: 58.45vw;
	}
	
}


@media screen and (min-width:1700px){
	.PC_bg{
		background-size: cover;
	}
}
@media screen and ( min-height:1000px){
	.PC_bg{
		background-size: cover;
	}
	.PC_menu_3{
		bottom: auto;
		top: 480px;
	}
}
@media screen and (min-width:1280px) and ( max-width:1350px) and ( max-height:960px) { 
	.PC_menu_3 p{
		font-size: 10px;
		margin-top: 0;
		line-height: 1.4;
	}
	.box_aroso p{
		font-size: 10px;
	}
	.PC_menu_1_normal{
		margin-top: 5px;
		font-size: 12px;
	}
	.PC_menu_3{
		bottom: 10px;
	}
	.PC_bg{
		background-size: cover;
	}
}
@media screen and (min-width:1350px) and ( max-width:1600px) and ( max-height:960px){ 
	.PC_menu_3 p{
		font-size: 11px;
		margin-top: 0;
	}
}
@media screen and (min-width:1600px) and ( max-width:1750px) and ( max-height:960px){ 
	.PC_menu_3 p{
		font-size: 13px;
		margin-top: 0;
	}
}
@media screen and (min-width:1751px) and ( max-width:2500px) and ( max-height:960px){ 
	.PC_menu_3 p{
		font-size: 14px;
		line-height: 1.6;
	}
	.PC_bg{
		background-size: cover;
	}
}








