@media screen and (max-width : 800px ){
    .pc-none{
        display: block;
    }
    .sp-none{
        display: none;
    }
    .hum-menu{
        display: block;
        position: fixed;
        top:0;
        right: 0;
        float: none;
        background-color:#002507;
        z-index:100000;
    }
    nav{
        display: none;
    }
    .open{
        display: block;
    }
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger {
      position: static;
      width: 44px;
      height: 40px;
    }
    .menu-trigger span {
      position: absolute;
      left: 15%;
      width: 70%;
      height: 4px;
      background-color: #ffffff;
      border-radius: 0;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 10px;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 20px;
    }
    .menu-trigger span:nth-of-type(3) {
      bottom: 10px;
    }
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
      height:40px;
      top:-8px;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
    }
    #logo{
        float: none;
    }
    #logo img {
        max-width: 180px;
    }
    #header {
        padding-left: 0;
        padding-right: 0;
    }
    #header .container{
        padding: 0;
    }
    #header-right{
        float: none;
        margin-bottom: 0;
    }
    nav{
        position: fixed;
        top:44px;
        width:100%;
        left: 0;
        background-color:rgba(255,255,255,0.9);
        z-index: 100000;
        animation: slideMenu 0.2s linear ;
    }
	@keyframes slideMenu {
        0% {
			transform: translateX(100%);
		}
        100% {
            transform: translatex(0);
		}
	}
    #global-menu nav.open ul{
        padding: 0;
        padding-bottom: 40px;
        padding-top:40px;
        display: block;
        width:100%;
    }
    #global-menu ul li{
        width:100%;
    }
    #global-menu li a{
        width:100%;
        text-align: center;
    }
    #hero{
        padding-top:0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #hero .container-fluid{
        padding-left:0;
        padding-right:0;
    }
    #header-right .flex {
        margin-top: 0;
        display: flex;
    }
    .swiper-container{
        margin-bottom: 0px;
    }
    .works-item {
        width: 50%;
    }
    .home-company-box {
        width: 90%;
    }
    .home-company .relative > img {
        height: 158px;
        overflow: hidden;
        width: 100%;
        min-width: 960px;
    }
    .home-company-box a {
        padding-top: 80px;
    }
    #header-right .f-center{
        width:50%;
        margin-left: 0;
    }
    #header-right .f-right{
        width:50%;
        margin-left:0;
    }
    #header-right .f-center a{
        width:100%;
        display: block;
        text-align: center;
    }
    #header-right .f-right a{
        width:100%;
        display: block;
        text-align: center;
    }
    .h1-bg h1 {
        height: 80px;
        line-height: 80px;
        background-color: rgba(0,37,7,0.4);
        color: #ffffff;
        font-size:26px;
    }
    .company-box .flex {
        display: block;
    }
    .flex .page-com-left {
        width: 100%;
        padding: 2%;
    }
    .archive-item {
        width: 50%;
    }
    .company-box .brand-area.flex {
        display: flex;
    }
    .brand-item {
        display: block;
        width: 50%;
        margin-bottom: 20px;
    }
    .sale-item a{
        font-size:14px;
    }
    .works-item a {
        font-size:14px;
    }
    .brand-item a {
        font-size:12px;
    }
    .table-responsive .flex{
        display: block;
    }
    .table-responsive .flex .page-sales-left{
        width:100%;
    }
    .table-responsive .flex .page-sales-right{
        width:100%;
    }
    option{
        width:100%;
    }
    select[multiple], select[size] {
        width:100%;
    }
    button, input, select, textarea {
        width: 100%;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }
    .page-sales-left table {
        width: 100%;
    }
}