@charset "Shift_JIS";
@media only print, only screen and (max-width: 767px){
.l-footer {
    width: 100%;
    clear: both;
    margin: 5% auto 0;
    border-top: 1px solid #3f3a39;
    padding: 8% 0;
}
.l-footer-copyright{
  font-weight: normal;
  margin: 10px 0 0 0;
  letter-spacing: 0;
}
svg.shipsLogo {
  width: 24%;
  height: 32px;
}
}

svg.shipsLogo {
  width: 35%;
  height: 32px;
}
.l-footer {
  width: 100%;
  clear: both;
  margin: 5% auto 0;
  border-top: 1px solid #3f3a39;
  padding: 3% 0;
}
.l-footer-logo {
  position: absolute;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: left;
  color: #3f3a39;
}
.l-footer-sns{
  text-align: right;
  margin: 0;
}
.l-footer-sns__item{
  display: inline-block;
  margin: 0 5px !important;
  width: 30px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  font-size: 20px;
}
.l-footer-sns__item a{
  color: #3f3a39;
}
.l-footer-sns__item a:hover{
  opacity:0.5;
}
.l-footer-sns__item span{
  vertical-align:bottom;
}
.l-footer-copyright{
  font-weight: normal;
  margin: 0;
}
