@charset "UTF-8";
/*フッター*/
footer input,
footer button,
footer textarea,
footer select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

footer figure {
  padding: 0;
  margin: 0; }

footer img {
  display: block;
  max-width: 100%;
  height: auto; }

footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

footer p {
  padding: 0;
  margin: 0;
  line-height: 1.7; }

footer a {
  text-decoration: none;
  color: #3e3a39; }

footer .wrap {
  padding: 0 15px; }

/*フッターナビ*/
footer #footer-topreturn-fixed {
  position: fixed;
  right: 10px;
  bottom: 10px; }

footer #footer-topreturn-fixed a {
  display: block;
  max-width: 60px;
  width: 100%; }

footer .footer-wrap {
  background-color: #231815; }

footer .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #231815; }

footer .footer-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 10px;
  border-bottom: 1px solid #3e3a39; }

footer .footer-list li:nth-child(odd) {
  border-right: 1px solid #3e3a39; }

footer .footer-list li a {
  padding: 15px 0;
  font-size: 12px;
  display: block;
  color: #fff;
  background-image: url(https://pachima.itembox.design/item/common/img/footer/arrow.png);
  background-repeat: no-repeat;
  background-size: 3px 5px;
  background-position: center right 5px; }

footer small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 20px 0;
  padding-bottom: 85px; }

footer .footer-fixed-flex {
  position: fixed;
  left: 5px;
  right: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 600px) {
  footer #footer-topreturn-fixed {
    position: fixed;
    right: 30px;
    bottom: 30px; }
  footer #footer-topreturn-fixed a {
    max-width: 70px; }
  footer .footer-fixed-flex {
    display: none; }
  footer .footer-list {
    padding-top: 80px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer .footer-list li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: none;
    text-align: center;
    text-indent: 0;
    padding: 0; }
  footer .footer-list li:nth-child(odd) {
    border: none; }
  footer .footer-list li a {
    padding: 0;
    border: none;
    background-image: none;
    font-size: 14px; }
  footer .footer-list li:last-child a span {
    border-right: none; }
  footer .footer-list li a span {
    padding: 0 15px;
    border-right: 1px solid #fff; }
  footer small {
    font-size: 12px;
    padding-bottom: 60px; } }
