@charset "UTF-8";
/* CSS Document */
	
/*==========ページ固定する設定==========*/

@media all and (min-width: 760px) and (max-width: 1360px) { 
    body{
        width:1360px!important;
    }
}

@media all and (min-width: 760px) and (max-width: 1201px) { 
    body{
        width:1201px!important;
    }
}

@media all and (min-width: 760px) and (max-width: 1360px) { 
    #menu-gnavi li {
        margin-right: 1.1em;
    }

    .home .sec05{
        width:100%;
    }
    
    .home .sec05.box-two {
        display: block;
        overflow: hidden;
    }
    
    .home .sec05 .illust08 {
        top: 1120px;
    }
    
    .home .bg .left {
    width: calc(100% - 30%);
}
    
    
    
    
}/*end*/