﻿.footer {
  width: 100%;
  padding: 50px 0 0;
  background-color: #f4f2ef;
}
.footer .footer__upper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flow-root;
}
.footer .footer__upper .footer__logo {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 172px;
  float: left;
  margin-top: 3px;
}
.footer .footer__upper .footer__logo a {
  height: 35px;
  display: flex;
  position: relative;
}
.footer .footer__upper .footer__logo a img {
  height: 35px;
}
.footer .footer__upper .footer__logo a .sml-txt {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  transform-origin: center;
  line-height: 3.6;
  margin-left: 5px;
  font-family: 'MyArtFont', sans-serif;
  color: #bb0f33;
}
.footer .footer__upper .footer__logo a .sml-img img {
  height: 10px;
}
.footer .footer__upper .footer__logo a .big-txt {
  font-size: 24px;
  font-weight: 800;
  font-family: 'MyArtFont1', sans-serif;
  color: #bb0f33;
}
.footer .footer__upper .footer__logo a > div {
  display: flex;
  flex-direction: column;
}
.footer .footer__upper .footer__logo a .sml-mao {
  position: absolute;
  top: -17px;
  right: 22px;
}
.footer .footer__upper .footer__logo a .sml-mao img {
  height: 50px;
  transform: rotateX(55deg) rotate(18deg);
}
.footer .footer__upper .footer__link {
  width: 868px;
  width: calc(100% - 172px);
  float: right;
  text-align: right;
  margin-top: 13px;
}
.footer .footer__upper .footer__link:first-child {
  margin-top: 0;
}
.footer .footer__upper .footer__link li {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  border-left: 1px solid #000;
  padding-left: 1em;
  margin-left: 1em;
}
.footer .footer__upper .footer__link li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.footer .footer__copy {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 14px;
}
@font-face {
  font-family: 'MyArtFont';
  src: url('../font/MilkyCoffee-gx1yR-2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MyArtFont1';
  src: url('/includes/templates/responsive_classic/japan_four_1/images/Furore/Furore-2.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
  .footer .footer__upper {
    width: 100%;
    margin-bottom: 21px;
  }
  .footer .footer__upper .footer__logo {
    display: inline-block;
    width: 100%;
    float: none;
  }
  .footer .footer__upper .footer__logo a {
    width: 180px;
    margin: 0 auto;
  }
  .footer .footer__upper .sp-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .footer .footer__upper .footer__link {
    width: 49%;
    float: none;
    margin-top: 0;
  }
  .footer .footer__upper .footer__link li {
    display: block;
    border-left: none;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    padding: 4px;
    margin-left: 0;
    margin-bottom: 5px;
    background-color: #f8f8f8;
  }
  .footer .footer__upper .footer__link li a {
    display: inline-block;
    width: 100%;
    border-radius: 16px;
    padding: 8px 6px 6px;
    font-size: 12px;
  }
}
