@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: #f5f2f0;
}
.footer__contents{
  margin:0 auto;
  width:990px;
}
.footer__nav{
  display:flex;
  justify-content:space-between;
  margin-bottom:30px;
}
/* カラムごとの調整 */
.footer__nav__inner:nth-of-type(1){
  width:290px;
}
.footer__nav__inner:nth-of-type(2){
  width:350px;
}
.footer__nav__inner:nth-of-type(3){
  width:270px;
}
.footer__nav__inner:nth-of-type(2) .footer__nav__list{
  column-count: 2;
}
/* テキスト */
.footer__nav__heading{
  color: #3b1f10;
  font-weight: 700;
  font-size:16px;
  margin-bottom:16px;

}
.footer__nav__list li{
  margin-bottom:12px;
}
.footer__nav__list li a{
  font-size:13px;
  color:#3b1f10;
}
/* SNSアイコン */
.footer__nav__list.sns li{
  display:inline-block;
  margin-right:8px;
}
.footer__nav__list.sns li a{
  font-size:0;
}
.footer__nav__list.sns li a:before{
  font-size:32px;
}
/* 会社概要リンク */
.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;
  background: #766156;
  color:#fff;
}
/* hover */
.footer__nav__list li a:hover,
.footer__bottomLink li a:hover{
  opacity:.7;
  text-decoration:none;
}