@media screen and (min-width: 1024px){
.fat-nav{
        display: none;
}
}


@media screen and (max-width: 1023px){
html,body{
    max-width: 1023px;
}

.hamburger {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 33px;
    right: 0;
    z-index: 1001;
    padding: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.hamburger__icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #222;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: "";
}
.hamburger__icon:before {
    top: -7px;
}
.hamburger__icon:after {
    top: 7px;
}
.hamburger.active .hamburger__icon {
    background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: #333;
}
.hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
    top: 0;
    left: 0;
    z-index: 1000;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.fat-nav__wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    padding: 30px 0;
}
.fat-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}




.fat-nav__wrapper h1{
    max-width: 640px;
    display: block;
    margin: 30px auto 0;
    padding: 0;
}


.fat-nav__wrapper ul{
    clear: both;
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
	width: 98%;
    margin: 15px auto;
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
    list-style: none;
}
.fat-nav__wrapper ul li{
    width: 49%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.fat-nav__wrapper ul li:hover{
    color: #000;
    background-color: rgba(0,0,0,0.2);
    text-decoration: none;
}
.fat-nav__wrapper ul li:hover a{
    text-decoration: none;
}

.sppanel{
    max-width: 640px;
	width: 98%;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sppanel .panel{
	margin: 0 0 2%;
	transition: 0.3s ease;
	transform: translate(0,0);
	overflow: hidden;
}
.sppanel .panel img{
	width: 100%;
}
.sppanel .panel p{
	text-align: center;
	color: #fff;
	width: 100%;
	height: 30px;
	line-height: 20px;
	margin: 0;
	cursor: pointer;
	z-index: 2;
	position: relative;
}
.sppanel .panel.hitoe{
	width: 49%;
	background-color: #0085B2;
}
.sppanel .panel.products{
	width: 49%;
	background-color: #F2614F;
}
.sppanel .panel.interview{
	width: 32%;
	background-color: #B59F4A;
}
.sppanel .panel.case_study{
	width: 32%;
	background-color: #4AB593;
}
.sppanel .panel.how_to_use{
	width: 32%;
	background-color: #B54A70;
}
.sppanel .panel:hover{
	opacity: 0.8;
}

.lang{
    max-width: 640px;
	width: 98%;
    margin: 0 auto;
    display: flex;
}
.lang a{
    width: 32%;
    margin: auto;
    text-align: center;
    background-color: #B89961;
    color: #fff;
	transition: 0.3s ease;
}
.lang a:hover{
    text-decoration: none;
    opacity: 0.8;
}

.icons{
    max-width: 640px;
	width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.icons .mail{
    text-align: center;
	width: 48%;
	height: 50px;
	background-color: #FF9673;
	margin: 10px auto 0;
	transition: 0.3s ease;
}
.icons .mail:hover{
	opacity: 0.7;
}
.icons .cart{
    text-align: center;
	width: 48%;
	height: 50px;
	background-color: #D72007;
	margin: 10px auto 0;
	transition: 0.3s ease;
}
.icons .cart:hover{
	opacity: 0.7;
}

.tlink{
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.tlink a{
    color: #000;
}





}

