@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap");
.tk-shippori-mincho {
  font-family: "Shippori Mincho", serif !important;
}

#footer {
  height: auto;
  padding: 0 0 20px;
}

.footer_cnt_list {
  display: flex;
  justify-content: center;
  padding: 15px 0 18px;
  background: #9a000f;
}

.footer_cnt_list > * {
  margin: 0 15px;
}

.footer_cnt_list a {
  font-size: 12px;
  color: #fff;
}

.footer_cnt_list a:hover {
  opacity: 0.7;
}

#footer .footer_app {
  background: #ffffff;
  padding-top: 32px;
}
#footer .footer_app_area {
  display: block;
  width: 542px;
  margin: 0 auto;
}
#footer .footer_app_area:hover {
  opacity: 0.8;
}
#footer .footer_app_img {
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 20px;
}
#footer .footer_app_img img {
  width: 54px;
  height: 54px;
}
#footer .footer_app_box {
  display: flex;
  justify-content: center;
}
#footer .footer_app_head {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
}
#footer .footer_app_text {
  margin: 0;
  font-size: 12px;
  color: #333;
  text-align: left;
  line-height: 1.5;
}

.footer_sns_list {
  height: 100px;
  padding: 32px;
}
.footer_sns_list li {
  width: 36px;
  height: 36px;
}
.footer_sns_list li img {
  width: 36px;
  height: 36px;
  vertical-align: baseline;
}
.footer_sns_list .footer_sns_list--instagram {
  width: 96px;
  height: 36px;
}
.footer_sns_list .footer_sns_list--instagramStaff {
  width: 132px;
  height: 36px;
}
.footer_sns_list .footer_sns_list--instagram span {
  font-size: 14px;
  color: #333;
  display: inline-block;
  width: 86px;
}
.footer_sns_list .footer_sns_list--instagram a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_cnt_list a {
  color: #fff;
}
.footer_cnt_list a:visited, .footer_cnt_list a:link {
  color: #fff;
}
.footer_cnt_list > * {
  line-height: 100%;
}

.footer_copyright {
  margin-top: 0;
}