@charset "UTF-8";

body{
    font-family: MSゴシック, 'MS Gothic', 'Hiragino Sans';
    font-style: normal;
    font-weight:500;
    color: #fff;background: radial-gradient(#fff,#bebebe);
    width: 100vw;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .all_element{
    width: 19vw;
 }

 .m_logo{
    width: 100%;
 }


a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 2.7vw;
    margin-top: 4.1vw;
    background-color: #000;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 7px 8.2px -7px #333333;
    vertical-align: middle;
 }


 @media screen and (max-width:1280px) {
    * {
        float: none;
        position: static;
    }

    a{
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 2.7vw;
        margin-top: 4.1vw;
        background-color: #000;
        font-size: 11px;
        cursor: pointer;
        box-shadow: 0px 7px 8.2px -7px #333333;
        vertical-align: middle;
     }


 }


 @media screen and (max-width:960px) {
    * {
        float: none;
        position: static;
    }

    
     .all_element{
        width: 50vw;
     }
    
    
    a{
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 5.7vw;
        margin-top: 7.1vw;
        background-color: #000;
        font-size: 18px;
        cursor: pointer;
        box-shadow: 0px 7px 8.2px -9px #333333;
        vertical-align: middle;
     }

 }



 
 @media screen and (max-width:580px) {
    * {
        float: none;
        position: static;
    }


     .all_element{
        width: 65vw;
     }
    
    
    a{
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 6.7vw;
        margin-top: 8.1vw;
        background-color: #000;
        font-size: 13px;
        cursor: pointer;
        box-shadow: 0px 7px 8.2px -9px #333333;
        vertical-align: middle;
     }

 }


 @media screen and (max-width:450px) {
    * {
        float: none;
        position: static;
    }
    a{
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 40px;
        margin-top: 8.1vw;
        background-color: #000;
        font-size: 14px;
        cursor: pointer;
        box-shadow: 0px 7px 8.2px -9px #333333;
        vertical-align: middle;
     }

 }