@charset "UTF-8";
.st-Footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }

@media screen and (max-width: 767px) {
  .st-Footer {
    position: relative; } }
.st-Footer .st-Footer_Upper {
  padding: 60px 40px 30px;
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  max-width: 1104px;
  margin: auto; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Upper {
    padding: 30px 0 50px;
    align-items: center;
    margin: 0; } }
.st-Footer .st-Footer_Upper .st-FooterTxt_Share {
  font-size: 1.3rem;
  margin: 0.83em 0; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Upper .st-FooterTxt_Share {
    font-size: 1.4rem; } }
.st-Footer .st-Footer_Upper .st-FooterSNS {
  padding: 9px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Upper .st-FooterSNS {
    padding: 15px 0 0; } }
.st-Footer .st-Footer_Upper .st-FooterSNS li .st-FooterSNS_Btn {
  display: block;
  margin-right: 7px; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Upper .st-FooterSNS li .st-FooterSNS_Btn {
    width: 33px;
    height: 33px;
    margin: 0 5px; }

  .st-Footer .st-Footer_Upper .st-FooterSNS li .st-FooterSNS_Btn img {
    width: 100%; } }
.st-Footer .st-Footer_Bottom {
  background-color: #dd1d18;
  color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 14px 0; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom {
    flex-direction: column;
    padding: 32px 0 22px; } }
.st-Footer .st-Footer_Bottom .st-PageTop {
  width: 39px;
  height: 39px;
  opacity: 1;
  transition: opacity 0.2s;
  position: fixed;
  z-index: 10;
  display: block;
  background-image: url(/common/img/btn-pagetop.png);
  background-size: contain;
  bottom: 40px;
  right: 50px;
  transition: opacity 0.3s, visibility 0.3s; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-PageTop {
    right: 40px; } }
.st-Footer .st-Footer_Bottom .st-PageTop.is-scrolled {
  position: absolute;
  top: -81px;
  bottom: 0; }

.st-Footer .st-Footer_Bottom .st-PageTop span {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 300%;
  white-space: nowrap;
  text-align: center;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 10px;
  padding: 2px 0; }

.st-Footer .st-Footer_Bottom .st-PageTop.is-scrolled {
  top: -81px; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-PageTop span {
    font-size: 2.5vw;
    bottom: -3vw;
    bottom: -4vw;
    padding: 0.4vw 0; } }
.st-Footer .st-Footer_Bottom .st-PageTop.hidden {
  opacity: 0;
  visibility: hidden; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom {
  width: 100%;
  max-width: 1104px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-Container_FooterBottom {
    padding: 0 20px; } }
.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterLogo {
  display: block;
  width: 110px;
  height: 38px;
  order: 1;
  margin: auto 0; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterLogo {
    width: 137px;
    height: 47px;
    margin: auto; } }
.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterLogo img {
  width: 100%; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink {
  width: 75%;
  order: 3;
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink {
    width: 270px;
    margin: auto;
    order: 2;
    display: block;
    order: 2; } }
.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink li {
  list-style: none;
  margin-right: 25px;
  margin-bottom: 5px; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink li {
    margin-top: 15px;
    margin-right: 0; } }
.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterSiteLink li a::before {
  content: "▶︎";
  font-size: 1.1rem;
  color: #fff;
  margin-right: 0.3rem; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External {
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 80%;
  order: 2;
  display: flex;
  align-self: baseline;
  margin: 1em 0; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    order: 3;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 15px;
    order: 1; } }
.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li {
  list-style: none;
  margin-right: 10px; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li {
    margin-right: 0;
    margin-bottom: 10px; } }
.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li:last-of-type {
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li:last-of-type {
    margin-bottom: 0; } }
.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a {
  display: block;
  min-width: 19rem;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 12px;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
  position: relative; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a {
    width: 270px; } }
.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg); }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a img.blankIc {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 15px; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a img.hvrOn {
  display: none; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a img.hvrOff {
  display: inherit; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a:hover {
  color: #dd1d18;
  background-color: #fff; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a:hover img.hvrOn {
  display: inherit; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a:hover img.hvrOff {
  display: none; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li a:hover::after {
  border-top-color: #dd1d18;
  border-right-color: #dd1d18; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-FooterBtns_External li.blanks a::after {
  display: none; }

.st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-Footer_Copyright {
  display: block;
  width: 25%;
  order: 4;
  padding-top: 17px;
  text-align: right; }

@media screen and (max-width: 767px) {
  .st-Footer .st-Footer_Bottom .st-Container_FooterBottom .st-Footer_Copyright {
    width: 100%;
    text-align: center;
    padding-top: 21px; } }
