/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
	padding: 95px 0 80px;
	background: #353C43;
	color: #FFF;
}
#Footer .inner{
	max-width:1260px;	
}
#Footer a{
	color: #FFF;
  transition: .3s;
}
#Footer a:hover{
 opacity: .7; 
}

#Footer .ft-logo.pc{
	flex-shrink: 0;
	width: 141px;
	margin-right: 30px;
}
#FtNav{
	max-width: 800px;
	width: calc(100% - 171px);
}
#Footer .ft-nav{
	display: flex;
	justify-content: space-between;	
}
#Footer .ft-nav > li.nav00{
	display: none;
}
#Footer .ft-nav > li.nav01 > div{
	display: flex;	
}
#Footer .ft-nav > li.nav01 > div ul+ul{
	padding-left: 6vw;	
}
#Footer .ft-nav > li:nth-child(n+3){
	margin-left: 10px;
}
#Footer .ft-nav > li p{
	margin-bottom: 25px;
	line-height:1.6;	
}
#Footer .ft-nav > li p a[target="_blank"] .ja{
	padding-right: 17px;
  background: url(../image/ico_blank.png) no-repeat right top 0.35em;
}
#Footer .ft-nav > li p a .ja{
	font-size: 1.8rem;
	font-weight: 700;	
}
#Footer .ft-nav > li p a .en{
	display: block;	
	font-size: 1.3rem;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
#Footer .ft-nav .nav-middle{
	font-size: 1.4rem;
	line-height: 1.5;
}
#Footer .ft-nav .nav-middle li:nth-child(n+2){
	margin-top: 12px;
}
#Footer .ft-nav .nav-middle a.comingsoon{
	pointer-events: none;
	opacity:.5;
}
#Footer .ft-nav .nav-middle a[target="_blank"] span{
	padding-right: 17px;
  background: url(../image/ico_blank.png) no-repeat right top 0.35em;
}

#Footer .ftl01{
	margin-bottom: 105px;
}
#Footer .ftl02{
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom: 10px;
}

#Footer .sns-list{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#Footer .sns-list dt{
	margin-right: 15px;
	font-size: 1.3rem;
	font-weight: 600;
}
#Footer .sns-list dd ul{
	display: flex;
}
#Footer .sns-list dd ul li:nth-child(n+2){
	margin-left: 10px;
}

#Footer .sns-list dd ul li a{
  display: inline-block;  
}
#Footer .sns-list dd ul li a:hover{
  opacity: 1; 
}
#Footer .sns-list dd ul li a img{
  transition :.5s;
}
#Footer .sns-list dd ul li a:hover img{
  opacity: 0;
}
#Footer .sns-list dd ul li:nth-child(1) a:hover{
  background:url(../image/ico_fb_ov.svg) no-repeat center top;
  background-size: 100% auto;
}
#Footer .sns-list dd ul li:nth-child(2) a:hover{
  background:url(../image/ico_tw_ov.svg) no-repeat center top;
  background-size: 100% auto;
}
#Footer .txt-link-list{
	font-size: 1.2rem;
}
#Footer .txt-link-list li{
	position: relative;
}
#Footer .txt-link-list a[target="_blank"]{
	padding-right: 15px;
	background:url(../image/ico_blank.png) no-repeat right top 0.35em;
}
#Footer .ftl02 .txt-link-list{
	display: flex;
}
#Footer .ftl02 .txt-link-list li:nth-child(n+2){
		margin-left: 15px;
		padding-left: 15px;
}
#Footer .ftl02 .txt-link-list li:nth-child(n+2)::before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 1px;
	height: 1em;
	background: #5D6369;	
}

#Footer .copyright{
	margin-top: 5px;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	font-family: 'Poppins', sans-serif;
}
















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	#Footer{
		padding: 0 0 25px;
	}
  #Footer .btn-gotop{
    margin-bottom: 50px;
    padding: 14px 10px;
    text-align: center;
    line-height: 0;
    background-image: linear-gradient( 90deg, rgb(45,189,42) 0%, rgb(4,157,8) 100%); 
  }
  #Footer .btn-gotop img{
   width: 58px; 
  }
	#Footer .inner{
		padding: 0;
	}
	
	#FtNav{
		max-width: none;
		width: 100%;
	}
	#Footer .ft-nav{
		display: block;
	}
	#Footer .ft-nav > li{
		border-bottom: 1px solid #4A5056; 
	}
	#Footer .ft-nav > li.nav00{
		display: none;
	}
	#Footer .ft-nav > li:nth-child(n+3){
		margin-left: 0;
	}
	#Footer .ft-nav > li p{
		margin-bottom: 0;
		background:url(../image/ico_plus.svg) no-repeat right 20px center;
		background-size: 20px auto;
		line-height:1.6;	
	}
	#Footer .ft-nav > li p.on{
		background-image:url(../image/ico_minus.svg);
	}
	#Footer .ft-nav > li p a{
		 display: flex;
     align-items: center;
		 padding: 15px 20px 15px;
		 color: #FFF;
		 line-height: 1.5;
		 letter-spacing: 1px;
		 pointer-events: none; 
	}
	#Footer .ft-nav > li p a .ja{
		 font-size: 1.5rem;
	}
	#Footer .ft-nav > li p a .en{
    margin-left: 20px;
		font-size: 1.1rem;
	}
	#Footer .ft-nav > li p a[target="_blank"] .ja{
		padding-right: 0;
		background: none;
	}
	#Footer .ft-nav > li p a[target="_blank"] .en {
    padding-right: 17px;
    background: url(../image/ico_blank.png) no-repeat right top 0.35em;
	}
	#Footer .ft-nav > li.nav01 > div {
			display: none;
	}
	#Footer .ft-nav > li.nav01 .nav-middle{
		display: block;
	}
	#Footer .ft-nav > li.nav01 > div ul+ul{
		margin-top: -8px;
		padding: 0 10px 8px 35px;
	}
	#Footer .ft-nav .nav-middle{
		display: none;
		padding: 8px 10px 8px 35px;
		line-height:1.2; 
	}
	#Footer .ft-nav .nav-middle a{
		display: block;
		padding: 10px 0;
		font-size: 1.3rem;	
	}
	#Footer .ft-nav .nav-middle li:nth-child(n+2){
		margin-top: 0;
	}
	
	#Footer .layout-box{
		display: block;
		padding:0 30px;
	}
	#Footer .ftl01{
		margin-bottom: 30px;
		padding:0;
	}
	#Footer .ftl02{
		margin-bottom: 0;
	}
	#Footer .ftl02 > div:nth-child(2){
		margin-top: 20px;
	}
	
	#Footer .sns-list{
		display: block;
		padding-right: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	#Footer .sns-list dt{
		margin: 0 0 5px;
	}
	#Footer .sns-list dd ul {
		justify-content: center;
	}
	#Footer .ft-logo{
		width: 115px;
		margin: 0 auto 30px;
	}

	#Footer .txt-link-list{
		font-size: 1.1rem;
		text-align: center;
	}
	#Footer .txt-link-list li{
		position: relative;
	}
	#Footer .txt-link-list a[target="_blank"]{
		padding-right: 15px;
		background:url(../image/ico_blank.png) no-repeat right top 0.35em;
	}
	#Footer .ftl02 .txt-link-list{
		justify-content: center;
	}
	#Footer .ftl02 .txt-link-list li:nth-child(n+2){
			margin-left: 10px;
			padding-left: 10px;
	}
	
	#Footer .copyright{
		margin-top: 4px;
		font-size: 1rem;
		text-align: center;
	}
	 
  
  
}

