@media(min-width:767px){

    .mv-title2-sp{

        display: none;
    }
}



/*レスポンシブ*/
@media(max-width:767px){

    .mv-title2{

        display: none;
    }

    
    .selection{
    
        margin: 0 auto!important;
        
        width: 100%;
        background-size:cover;
        padding-bottom: 5%;
    }
    
        
    .container{
        
        width: 80%;
        max-width: 767px;
    }
    
    /* ヘッダー */
    
    .head-logo{
        width: 30%!important ;
    }
    
    .head-logo-2{
        width: 30%!important ;
    }
    
    /* ヘッダー */
    /*メインビジュアル*/
    
    .mv{
        top:0;
        text-align: center;
        background-image: url(../../nouveau2024/img/pc-mainbg.png);
        background-size:cover;
        padding-bottom: 10%;
        padding-top: 20%!important;
    }
    
    .top-txt{
    
        color: #fff;
        font-size: 1.1rem;
        
    }
    
    .mv-bottle{
    
        width: 90%;
        max-width: 800px;
        display: block;
    }
    .mv-title2-sp{
    
        color: #fff;
        font-size: 1.2em;
        padding-top: 20px;
    }

    .mv-title{

        font-size: 1.3rem;
    }
    
    /*メインビジュアル*/
    /* LD */
    
    .ld{
        background-size:cover;
        background-position:center;
        background-repeat: no-repeat;
        background-image: url(../../nouveau2024/img/ld_bg_sp.png);
        padding-top: 20%;
        padding-bottom: 10%;
    }
    
    
    .left-content{
    
        width: 30%;
        margin: 0 auto;
        text-align: center;
    }
    .right-content{
    
        width: 100%;
        padding-top: 15px;
        margin-left: 0px;
    }
    
    .right-content,.left-content{
    
        display: block;
    }
    
    .ld-bottle{
    
        width: 100%;
    }
    
    .ld-top-txt{
    
       margin-bottom: 10px!important;
       margin-top: 20px!important;
    }
    
    /* LD */
    /* マコン */
    
    .macon{
    
        text-align: center;
        justify-content: space-between;
        background-image: url(../../nouveau2024/img/macon-bg_sp.png);
        background-size:contain;
        Background-repeat:no-repeat;
        padding: 20% 0%;
        width: 100%;
    }
    
    .macon-top-txt{
    
        width: 100%;
        margin-bottom: 10px!important;
    }
    
    .macon .left-content{
    
        margin: 10px auto!important;
        width: 50%;
        padding-right: 20px;
    }
    
    .macon-tech{
    
        width: 100%;
        margin-top: 10px;
    }
    
    .macon .price{
    
        text-align: left;
    }
    .macon .srp-title{
    
       display: inline-block!important;
       width: 40%!important;
    }
    .macon .srp-txt{
    
        width: 58%!important;
        display: inline-block;
        padding-left: 10px;
    }
    .macon-bottle{
    
        width: 100%;
        margin-bottom: 20px;
    }
    
    .macon .atenttion-txt{
    
        text-align: left;
        font-size: 0.8rem;
    }
    /* マコン */
/* リサガス */

    .lisagas{

        text-align: left;
        padding: 20% 0%;
        width: 100%;
        padding-bottom: 10%!important;
    }

    .lisagas-copy{

        margin-top: 20px;
    }


    .lg-title{

        text-align: left;
        width: 100%;
    }

    .lisagas .right-content{

        padding-top: 0px;
        width: 100%;
        margin-left: 0px;
        text-align: left;
    }

    .lisagas .left-content{

        width: 60%;
        margin-bottom: 5%;
    }

    .lisagas .srp-title{

        display: inline-block!important;
        max-width:150px ;
    }

    .lisagas .srp-txt{

        width: 58%!important;
        padding-left: 10px;
    }

    .lisagas .price-big{

        padding-right: 0px!important;
    }


/* リサガス */
    .txt-box{
    
        font-size: 1rem;
        text-align: justify;
        text-justify: inter-ideograph;
        font-weight: 300!important;
    }
    
    
    .srp-title{
    
        padding: 5px 10px;
        border: #000 0.5px solid;
        font-size: 1rem;
        text-align: center;
        display: block;
        width: 150px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .srp-txt{
    
        text-align: left;
        font-weight: 400!important;
        
    }
    
    .price-big{
    
        font-size: 1.2rem!important;
        font-weight: 700!important;
        padding-right: 10px;
    }
    
    /* コンタクト */
    
    .contact{
    
        width: 100%;
    }

    .contact .atenttion-txt{

        font-size: 0.8rem;
    }
    
    /* コンタクト */
    
    
    /*フッター*/
    
    
    footer{
    
        background: #000;
        text-align: center;
    }
    .footer{
    
        padding: 15% 0%;
        display: block;
        margin: 0 auto;
    }
    
    .footer-logo{
    
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    
    .copy{
    
        color: #fff!important;
        display: block;
    }
    /*フッター*/


}