/* フッター */

.footer {
  background-color: #FFC527;
  line-height: 158%;
  letter-spacing: .9px;
  
  margin-top: 100px;
  height: 70px;
  margin-bottom: 94px;

}
/* 
.footer-top {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

} */

.footer-title {
  display: inline-block;
  font-family: "CA Sans";
  font-style: italic;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.footer-title img {
  width: 300px;
  height: auto;
}

/* .footer-links {
  margin-top: 10px;
  display: flex;
  justify-content: center;
} */

.footer-links a {
  font-size: 14px;
  padding: 0 20px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid #ffffff;
}

.footer-links a:nth-last-child(1) {
  padding-right: 0;
  border-right: none;
}

.footer-bottom p {
  width: 1080px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  font-family: forma-djr-text,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.cooperations{
  padding-right: 85px;
  color: white;
}

.cooperations a{
  color: white;
  
}

.most-bottom-cta-inner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: hsla(0,0%,100%,.79608);
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
}

.most-bottom-cta-link {
  background-color: #FFC527;
    text-align: center;
    height: 74px;
    position: relative;
    color: #fff;
    font-size: 1.2375vw;
    font-weight: normal;
    font-style: normal;
    display: flex;
    flex-direction: column;
    font-family: source-han-sans-japanese,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic"  ;
    margin: 10px;
}

.hanashiwo {
  width: 353px;
    padding: 9px 0 9px 0;
    font-style: normal;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    font-family:source-han-sans-japanese,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic"   ;
    
}


.twitter-contact {
  width: 353px;
    padding: 0px 0 0px 0;
    font-style: normal;
    font-size: 26px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    font-family: source-han-sans-japanese,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic"  ;
   
}







@media screen and (max-width:769px) {
  .footer-top {
    width: initial;
    padding: 0;
    display: block;
    text-align: center;
  }

  .footer-title {
    margin: 0 auto;
  }

  .footer-title img {
    width: 80vw;
  }

  .footer-links {
    margin: 0;
    display: block;
  }

  .footer-links a {
    display: block;
    margin: 3vw;
    padding: 0;
    font-size: 4vw;
    box-sizing: border-box;
    border: none!important;
  }

  .footer-links a:nth-child(1) ,.footer-links a:nth-child(2) {
    border-top: 1px solid #ffffff;
  }

  .footer-links a:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }

  .footer-bottom {
    padding: 0;
  }

  .footer-bottom p {
    width: initial;
    font-size: 3vw;
    text-align: center;

  }
  .cooperations{
    padding-right: 0px;


  }


.footer {
  margin-top: 55px;
  margin-bottom: 94px;
}

.hanashiwo {
  font-size: 14px;
  padding-bottom: 6px;
}

.twitter-contact {
  font-size: 21px;
}

.most-bottom-cta-link {
  
}

}

