@charset "UTF-8";
/*
 * 汎用フッターSCSS
 */
.common_Addon_Footer_new {
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 62.5%;
  font-weight: 700;
}
.common_Addon_Footer_new,
.common_Addon_Footer_new *,
.common_Addon_Footer_new *::before,
.common_Addon_Footer_new *::after {
  box-sizing: border-box;
}
.common_Addon_Footer_new footer,
.common_Addon_Footer_new h2,
.common_Addon_Footer_new ul,
.common_Addon_Footer_new li,
.common_Addon_Footer_new small {
  margin: 0;
  padding: 0;
}
.common_Addon_Footer_new li {
  list-style: none;
}
.common_Addon_Footer_new a {
  display: block;
  background-color: transparent;
}
.common_Addon_Footer_new img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}
.common_Addon_Footer_new small {
  font-size: 80%;
}
.common_Addon_Footer_new .st-Footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer {
    position: relative;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Upper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1104px;
  margin: auto;
  padding: 60px 40px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Upper {
    align-items: center;
    margin: 0;
    padding: 30px 0 50px;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Upper .st-FooterTxt_Share {
  margin: 0.83em 0;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Upper .st-FooterTxt_Share {
    font-size: 1.4em;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Upper .st-FooterSNS {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 9px 0 0;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Upper .st-FooterSNS {
    padding: 15px 0 0;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Upper .st-FooterSNS li .st-FooterSNS_Btn {
  display: block;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Upper .st-FooterSNS li .st-FooterSNS_Btn {
    width: 33px;
    height: 33px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Upper .st-FooterSNS li .st-FooterSNS_Btn img {
    width: 100%;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 14px 0;
  color: #fff;
  background-color: #dd1d18;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom {
    flex-direction: column;
    padding: 32px 0 22px;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-PageTop {
  position: fixed;
  z-index: 10;
  right: 50px;
  bottom: 40px;
  display: block;
  width: 39px;
  height: 39px;
  opacity: 1;
  background-image: url("/common/img/btn-pagetop.png");
  background-size: contain;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-PageTop {
    right: 40px;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-PageTop.is-scrolled {
  position: absolute;
  top: -81px;
  bottom: 0;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-PageTop.hidden {
  visibility: hidden;
  opacity: 0;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-PageTop span {
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  width: 300%;
  padding: 2px 0;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-PageTop span {
    bottom: -4vw;
    padding: 0.4vw 0;
    font-size: 2.5vw;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1104px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom {
    padding: 0 20px;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterLogo {
  display: block;
  order: 1;
  width: 110px;
  height: 38px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterLogo {
    width: 137px;
    height: 47px;
    margin: auto;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterLogo img {
  width: 100%;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink {
  display: flex;
  flex-wrap: wrap;
  order: 3;
  width: 75%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink {
    display: block;
    order: 2;
    width: 270px;
    margin: auto;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink li {
  margin-right: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink li {
    margin-top: 15px;
    margin-right: 0;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink li a {
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink li a::before {
  content: "▶︎";
  margin-right: 0.3em;
  color: #fff;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink li a::before {
    font-size: 0.9em;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: baseline;
  order: 2;
  width: 80%;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    order: 1;
    width: 100%;
    margin: 0;
    padding: 15px 0 0;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li:last-of-type {
    margin-bottom: 0;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a {
  position: relative;
  display: block;
  min-width: 14em;
  padding: 12px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 1.35em;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a {
    width: 270px;
  }
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a img.blankIc {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 15px;
  transform: translateY(-50%);
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a img.hvrOn {
  display: none;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a img.hvrOff {
  display: inherit;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a:hover {
  color: #dd1d18;
  background-color: #fff;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a:hover img.hvrOn {
  display: inherit;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a:hover img.hvrOff {
  display: none;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a:hover::after {
  border-top-color: #dd1d18;
  border-right-color: #dd1d18;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li.blanks a::after {
  display: none;
}
.common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-Footer_Copyright {
  display: block;
  order: 4;
  width: 25%;
  padding-top: 17px;
  text-align: right;
  font-size: 1.2em;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .common_Addon_Footer_new .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-Footer_Copyright {
    width: 100%;
    padding-top: 21px;
    text-align: center;
  }
}/*# sourceMappingURL=common_Addon_Footer.css.map */