/* CSS Document */
img{width: 100%;}
.footer {
  position: relative;
  background: #000;
  z-index: 1;
  padding:4% 0 1%;
}

.footer--logos {
  display: flex;
  position: relative;
  width: 900px;
  justify-content: center;
  margin: 2% auto;
}
.platform{
  justify-content: space-around;
}
.footer--logos div {
  position: relative;
  margin:0 1em;
}


.footer--logos div img {
  height: 50px;
  width: auto;
}

.footer--logos.platform div img {
  height: 30px;
  width: auto;
}

.footer--logos.sns div img {
  height: 30px;
  width: auto;
}

.footer--logos.sns{
  margin: 0 auto;
  padding:3%;
  border-top: solid 1px #fff; 
}

.footer--rating {
  color: #fff;
  font-size: 12px;
  display: flex;
  position: relative;
  width: 80%;
  justify-content: center;
  margin: 2% auto;
}

.footer--rating div {
  position: relative;
  margin:0 1em;
}


.footer--rating div img {
  height: 80px;
  width: auto;
}



.copy {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 2%;
}


.footer--language {
  font-size: 14px;
  display: block;
  line-height: 20px;
  width: 240px;
  margin: auto;
  text-align: center;
  margin-bottom: 3%;
}


.footer--language a {
  transition: .3s ease-out;
  letter-spacing: 0.2em;
  color:#ccc;
  text-decoration: none;
  padding:3% 4% 3% 5%;
  border:solid 1px #ccc;
}

.footer--language a:hover{
   color: #fff;
}
.footer--language .active{
  background: rgba(255,255,255,0.3);
}



/* ----------------------------------------------------------------------------------------------------

  ここから767px以下
  
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1024px) {

.footer--logos{
  width: 90%;
  padding: 0 5%;
  flex-wrap: wrap;
  justify-content: center;
}

.footer--logos div {
  position: relative;
  margin:0.5em;
}

.footer--logos.sns{
  margin: 0 auto;
  padding:1em;
  border-top: solid 1px #fff; 
}
.footer--language{
    margin-bottom: 2em;
}
}
