@charset "UTF-8";
.l_footer{
  border-top: 1px solid var(--gray-line);
}
.l_footer-haihai{
  background-color: var(--white);
}
.l_footer-haihai__inner{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
.l_footer-haihai__image{
  width: 160px;
  height: auto;
}
.l_footer-company{
  padding: 20px 0;
  background-color: var(--gray-bg);
}
.l_footer-company__inner{
  width: 95%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.l_footer-company-rakus{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.l_footer-company-rakus__image{
  width: 60px;
  height: auto;
}
.l_footer-company-rakus__lead{
  font-size: 12px;
  line-height: 1.3;
}
.l_footer-company-mark{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.l_footer-company-mark__privacymark{
  width: 90px;
  height: 90px;
}
.l_footer-company-mark__ismsmark{
  width: 130px;
  height: 93px;
}
.l_footer-info{
  padding: 20px 0 30px;
  background-color: var(--white);
}
.l_footer-info__inner{
  width: 95%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.l_footer-info__sns{
  display: flex;
  gap: 10px;
}
.l_footer-info__image{
  width: 30px;
  height: 30px;
}
.l_footer-info__list{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding-bottom: 15px;
  font-size: 12px;
}
.l_footer-info__link{
  display: block;
  border-bottom: 1px solid currentColor;
  transition: 0.5s;
}
@media (hover: hover) {
  .l_footer-info__link:hover{
    border-bottom: 1px solid transparent;
    transform: translateY(1px);
  }
}
.l_footer-info__copyright{
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width:1024px){
  .l_footer-company__inner{
    flex-direction: column;
  }
}
@media screen and (max-width:768px){
  .l_footer-haihai{
    margin: 0 auto;
  }
  .l_footer-company__inner{
    width: 100%;
    padding: 0 20px;
  }
  .l_footer-company-rakus {
    gap: 40px;
    padding-bottom: 20px;
  }
  .l_footer-company {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .l_footer-info{
    background-color: var(--gray-bg);
  }
  .l_footer-info__inner{
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
  }
  .l_footer-info__sns{
    justify-content: center;
    padding-bottom: 10px;
  }
  .l_footer-info__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
  }
  .l_footer-info__copyright{
    text-align: center;
  }
}
@media screen and (max-width:430px){
  .l_footer-haihai{
    width: 100%;
    padding: 12px 0 12px 12px;
  }
  .l_footer-haihai__image{
    width: 120px;
  }
}