@charset "UTF-8";

/* footer */
footer {
  padding: 56px 0;
  margin-top: 100px;
}

footer .head_logo {
  width: 260px;
  margin: 0 auto;
}

footer .menu_footer {
  margin-top: 32px;
}

footer .menu_footer ul {
  width: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .each_menu_footer {
  margin-right: 32px;
}

footer .each_menu_footer:last-child {
  margin-right: 0;
}

footer .each_menu_footer a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer .each_menu_footer a:hover {
  color: #1B91FF;
}

footer .icon_twitter_footer {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
}

footer .fa-twitter {
  color: #1da1f2;
  font-size: 20px;
}

footer .copyright {
  font-size: 10px;
  margin: 64px auto 0;
}

#floating_banner_common {
  cursor: pointer;
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 430px;
  z-index: 9999;
  background-color: transparent;
  visibility: hidden;
}

#floating_banner_common img.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  left: -8px;
  top: 16px;
}

#floating_banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.60);
}

#floating_banner .agency {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 70px;
  gap: 10px;
  padding: 10px;
}

#floating_banner .agency a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;

  width: 300px;
  height: 50px;
}

#floating_banner .agency a {
  border-radius: 6px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
}

#floating_banner .agency a:first-child {
  background: #20BE61;
}

#floating_banner .agency a:last-child {
  background: var(--magazine-new-blue, #1EAEFF);
}

#floating_banner .agency a:first-child img {
  width: 98px;
  height: 20px;
}

#floating_banner .agency a:last-child img {
  width: 108px;
  height: 18px;
}

#floating_banner .not_agency {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 7px;
  padding: 8px;
}

#floating_banner .not_agency a {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 88px;
  border-radius: 2px;
}

#floating_banner .not_agency a:first-child {
  background: #20BE61;
  padding: 12px 18px;
}

#floating_banner .not_agency a:nth-child(2) {
  background: var(--magazine-new-blue, #1EAEFF);
  padding: 12px 14px;
}

#floating_banner .not_agency a:nth-child(3) {
  background: var(--old-text-red, #F6465B);
  padding: 12px 17px 12px 16px;
}

#floating_banner .not_agency a:nth-child(4) {
  background: var(--magazine-new-yellow, #FFDA25);
  padding: 12px 14px;
}

#floating_banner .not_agency a:first-child img {
  width: 52px;
  height: 56px;
}

#floating_banner .not_agency a:nth-child(2) img {
  width: 60px;
  height: 56px;
}

#floating_banner .not_agency a:nth-child(3) img {
  width: 55px;
  height: 56px;
}

#floating_banner .not_agency a:nth-child(4) img {
  width: 60px;
  height: 56px;
}

#floating_banner_common.show,
#floating_banner.show {
  visibility: visible;
}

/*---------------------------------------------------------------*\
$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  #floating_banner_common {
    bottom: 24px;
    left: 24px;
    width: 140px;
  }

  #floating_banner_common img.close {
    top: -4px;
  }
}

/*--------------------------------------------------------------*\
$600px
\*--------------------------------------------------------------*/
@media (max-width: 600px) {

  /* footer */
  footer {
    width: 100%;
    margin-top: 80px;
    padding: 32px 0;
  }

  footer .head_logo {
    width: 230px;
  }

  footer .menu_footer ul {
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    flex-direction: column;
    justify-content: center;
  }

  footer .each_menu_footer {
    text-align: center;
    margin: 0 0 24px 0;
  }

  footer .each_menu_footer:last-child {
    margin: 0;
  }

  footer .each_menu_footer a {
    font-size: 13px;
    margin: 0 auto;
  }

  footer .copyright {
    margin-top: 0;
    padding: 20px 0 0;
  }
}
