@charset "utf-8";

/*____________________________________________________________________________

SITE TITLE: FASHION WALKER
TITLE: PC フッター

UPDATED:2020.09 
____________________________________________________________________________*/
.displayMode{
  clear: both;
  text-align:center;
}
.footer{
  clear: both;
  padding-top:50px;
  margin-top: 50px;
  background-color:#EFEFEF;
}
.footer__contents{
  margin:0 auto;
  width:990px;
}
.footer__nav{
  display:flex;
  justify-content:space-between;
  margin-bottom:50px;
}
/* カラムごとの調整 */
.footer__nav__inner:nth-of-type(1){
  width: 260px;
}
.footer__nav__inner:nth-of-type(2){
  width: 430px;
}
.footer__nav__inner:nth-of-type(3){
  width: 200px;
}
.footer__nav__inner:nth-of-type(1) .footer__nav__list{
  column-count: 2;
}
.footer__nav__inner:nth-of-type(2){
  column-count: 2;
  display: flex;
}
.footer__nav__list{
  width: 215px;
}
/* テキスト */
.footer__nav__heading{
  margin-bottom:16px;
  font-size:16px;
}
.footer__nav__list li{
  margin-bottom:12px;
}
.footer__nav__list li a{
  font-size:13px;
  color:#444;
}
/* SNSアイコン */
.footer__nav__list.sns li{
  display:inline-block;
  margin-right: 10px;
}
.footer__nav__list.sns li a{
  font-size: 0;
}
.footer__nav__list.sns li a:before {
  font-size: 32px;
  line-height: 0;
}

/* 会社概要リンク */
.footer__bottomLink{
  margin-bottom:30px !important;
  width:990px;
  text-align:center;
}
.footer__bottomLink li{
  display:inline-block;
}
.footer__bottomLink li:after{
  content:"";
  display:inline-block;
  width:1px;
  height:12px;
  background-color:#999;
}
.footer__bottomLink li:last-child:after{
  display:none;
}
.footer__bottomLink li a{
  padding:0 1em;
  font-size:12px;
  color:#444;
}
/* コピーライト */
.footer__copyright{
  text-align:center;
  line-height:60px;
  font-size:13px;
  color:#fff;
    background-color:#444;
}
/* hover */
.footer__nav__list li a:hover,
.footer__bottomLink li a:hover{
  opacity:.7;
  text-decoration:none;
}