@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

[footer]

/////////////////////////////////////////////////////////////////// */


/* =========================================================
footer
========================================================= */
#footer {}

/* =========================================================
footer_inner
========================================================= */
#footer_inner {}

#footer_inner .footer_sa01 {}

#footer_inner .footer_sa01 .footer_sa01_c {
  display: flex;
  flex-wrap: wrap;
}

.footerLogoWrap{
	position:relative;
	z-index: 1;
	width: 45%;
	padding: 2em 2em 1em 2em;
	text-align: right;
	max-width: 700px;
	order: 1;
	}

/*
.footerLogoWrap::before{
	content:"";
	position:absolute;
	z-index: -1;
	width:100%;
	height:100%;
	background:#9C9C9C;
	transform: skewX(-32deg);
}
*/

footerLogo{}

.footerOnair{
    font-size: 85%;
    /* max-width: 300px; */
    margin: 0.5em 0rem 0 auto;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0 0rem 0 0;
}

#footer_inner .footer_sa01 .footer_sa01_c .footerLogo {
  /* max-width: 300px; */
  margin: 0 0rem 0 auto;
  text-align: center;
  display: inline-block;
}

#footer_inner .footer_sa01 .footer_sa01_c .footerLogo img{
  max-width: 300px;
  width: 100%;
}

.cwWrap{
	font-size: 1.3rem;
	/* text-align: center; */
	padding: 0 8rem 0 0;
	font-weight: 300;
	margin: 3em 0 0 0;
	color: #dcdcdc;
	font-family: Arial;
	letter-spacing: 0.05em;
}

#footer_inner .footer_sa01 .footer_sa01_c .footerNav {
  flex: 1;
  color: #fff;
  padding: 3em 0 3em 6em;
  font-size: 70%;
  display: flex;
  flex-wrap: wrap;
  order: 2;
}

.footerNav{
	position:relative;
	z-index: 1;
	width: 50%;
	line-height:1;
	}

.footerNav::before{
	content:"";
	position:absolute;
	z-index: -1;
	width: 100%;
	height:100%;
	background: #1d1d1d;
	transform: skewX(-32deg);
	top: 0;
	left: 0;
}

#footer_inner .footer_sa01 .footer_sa01_c .footerNav > ul:first-child {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    max-width: 20em;
}

#footer_inner .footer_sa01 .footer_sa01_c .footerNav > ul:first-child li {
    width: 50%;
    margin: 0 0 0.5em;
    padding: 0 2.5em 0em 0;
}

#footer_inner .footer_sa01 .footer_sa01_c .footerNav ul li a{
	color:#fff;
	text-decoration:none;
	/* font-size:3rem; */
	position:relative;
	display: block;
}
#footer_inner .footer_sa01 .footer_sa01_c .footerNav ul li a.crt{
	color:#000;
}
#footer_inner .footer_sa01 .footer_sa01_c .footerNav ul li a.crt::before{
  content:"";
  position:absolute;
  top:0;
  left: -0.8em;
  right: -0.8em;
  max-width: 150%;
  height:100%;
  margin: auto;
  background: #ffffff;
  z-index: -1;
  transform: skewX(-32deg);
}

.footerNav .socialList{
	display: none !important;
}

.footerSocialListWrap{
	
}

.footerSocialListWrap ul{
	
}

.footerSocialListWrap ul li{
    width: 1.5em;
    height: 1.5em;
    margin: 0 0 0.5em;
}

@media screen and (max-width:1100px) {
	#footer_inner .footer_sa01 .footer_sa01_c .footerLogo {
	  display: block;
	}

	#footer_inner .footer_sa01 .footer_sa01_c {
	}
	.footerLogoWrap{
		order: 2;
		width: 100%;
		max-width: initial;
		padding: 2em 1em 1em;
		}
    .footerOnair{
        display: block;
    }
    .cwWrap{
    	display:block;
    	padding: 0 0 0 0;
    	margin: 5em 0 0 0;
    	text-align: center;
    }


    #footer_inner .footer_sa01 .footer_sa01_c .footerNav{
    	display: none;
    }
}

@media screen and (max-width:414px) {
	.footerOnair {
		font-size: 6vw;
	}
}