@media all and (max-width: 1000px){
    html{
        font-size: 12px;
    }
    .header_top{
        display: none;
    }
    .title h2{
        font-size: 2.5rem;
    }
    .menu_pc{
        display: none;
    }
    .menu_notpc{
        display: block;
        width: 100%;
        background-color: #fff;
        padding-top: 10px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 11;
    }
    .menu_notpc h1{
        font-family: Cambria;
        font-size: 3.0rem;
        text-align: center;
    }

    /*menu*/
    #g-nav{
        position:fixed;
        z-index: 999;
        top:0;
        right: -120%;
        width:70%;
        height: 100vh;/*ナビの高さ*/
        background:#999;
        transition: all 0.6s;
    }
    #g-nav.panelactive{
        right: 0;
    }
    #g-nav ul {
        position: absolute;
        z-index: 999;
        top:50%;/*ナビゲーションの位置*/
        left:50%;
        transform: translate(-50%,-50%);
    }  
    #g-nav li{
    list-style: none;
        text-align: center;
    }
    #g-nav li a{
    color: #333;/*リストのレイアウト背景色*/
    text-decoration: none;
    padding:10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    }
    .openbtn1{
    position:fixed;
        z-index: 9999;/*ボタンを最前面に*/
    top:10px;
    right: 10px;
    cursor: pointer;
        width: 50px;
        height:50px;
    } 
    .openbtn1 span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
    background-color: #666;
        width: 45%;
    }
    .openbtn1 span:nth-of-type(1) {
    top:15px; 
    }
    .openbtn1 span:nth-of-type(2) {
    top:23px;
    }
    .openbtn1 span:nth-of-type(3) {
    top:31px;
    }
    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    }
    .openbtn1.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /*top*/
    .top_main h2{
        padding-top: 50px;
    }
    .top_main{
        margin-top: 60px;
    }

    /*style*/
    .st2{
        height: 15rem;
    }
    .st2 .st_txt2 {
        font-size: 2rem;
    }
    .st3{
        height: 15rem;
    }
    .st_txt3 {
        font-size: 2rem;
    }
    .st4{
        height: 10rem;
    }
    .st_txt4 {
        font-size: 2.5rem;
        top: 2.7rem;
        right: 1.5rem;
    }

    /*new arrival*/
    .panel_contents img{
        width: 60%;
        height: 60%;
    }
    .newp_pc{
        display: none;
    }
}   
    
    

@media all and (max-width: 720px){
    html{
        font-size: 12px;
    }
    .top_main{
        height: 630px;
    }
    .top_main img{
        height: 70%;
        margin-left: 8rem;
    }
    .top_main_p h2{
        margin-left: 0;
        font-size: 2.5rem;
    }
    .top_main_p h3{
        margin-left: 0;
        font-size: 3rem;
    }
    .top_main_p p{
        margin-left: 0;
    }
    .top_sns{
        display: none;
    }
    .st_mobile{
        padding: 0 2rem;
    }
    .st1 {
        height: 40rem;
    }
    .st_mobile2{
        padding: 4rem 0;
    }
    .st2 {
        margin: 0rem 0rem 4rem 0rem;
        height: 23rem;
    }
    .st2 .st_txt2 {
        font-size: 4rem;
    }
    .st3 {
        margin: 0;
    }
    .st_txt3 {
        font-size: 4rem;
    }
    .stimg3 {
        height: 92%;
    }
    .style_rb {
        padding: 0;
    }
    .stimg4 {
        left: 25px;
    }
    .sale_bar{
        padding-top: 1.0rem;
    }
    .panel_fix{
        height: 40rem;
    }
    .wcollection_contents{
        margin-top: 3rem;
    }
    .rose_box{
        width: 15rem;
        height: 15rem;
    }
    .rose1{
       width: 15rem;
       height: 13rem; 
    }
    .email{
        height: 6.7rem;
    }
    .email_txt{
        width: 90%;
        margin: 6% auto;
    }
    .m_txt{
        font-size: 1rem;
        line-height: 1rem;
    }
    .m_send{
        margin-left: 1rem;
        font-size: 0.6rem;
    }
    .m_send span{
        font-size: 0.9rem;
    }
    .footer_address{
        margin-left: 8rem;
    }
    .footer_fix{
        margin: 0px;
    }
    .footer_fix_mobile dl{
        width: 50%;
        margin-left: 6rem;
    }
}