@charset "UTF-8";
@font-face {
  font-family: "MBCorpoA-Regular1";
  src: url(/fonts/MBCorpoA/MBCorpoA-Regular1.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoA-Regular2";
  src: url(/fonts/MBCorpoA/MBCorpoA-Regular2.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoA-Regular3";
  src: url(/fonts/MBCorpoA/MBCorpoA-Regular3.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoS-BRegular1";
  src: url(/fonts/MBCorpoS/MBCorpoS-BRegular1.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoS-Regular2";
  src: url(/fonts/MBCorpoS/MBCorpoS-Regular2.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 96px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 40px;
    height: 40px;
    right: 8px;
  }
}
.ptop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  border: 1px solid #696969;
  color: #FFF;
  transition: 0.5s all;
}
.ptop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(225deg);
  margin: -4px auto 0;
}
.ptop a:hover {
  background-color: #FFF;
}
.ptop a:hover::after {
  border-color: #B21E23;
}

/* フッタ
-----------------------------------*/
footer {
  padding-top: 48px;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
}
footer .contents {
  width: 86%;
  max-width: 1680px;
  margin: 0 auto;
  /*@include mq(max, tb) {
  	width: 90%;
  }*/
}
footer .siteinfo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  footer .siteinfo-wrap {
    display: block;
  }
}
footer .info-area {
  max-width: 406px;
  width: 30%;
  padding-bottom: 32px;
  border-right: 1px solid #FFF;
}
@media (max-width: 1279px) {
  footer .info-area {
    width: 60%;
  }
}
@media (max-width: 767px) {
  footer .info-area {
    max-width: initial;
    width: 100%;
    border-right: none;
  }
}
footer .info-area .f-logo {
  width: 224px;
  margin-bottom: 24px;
}
footer .info-area .f-logo img {
  max-width: 200px;
}
footer .info-area .shop-name {
  margin: 48px 0 24px;
  font-size: 18px;
  line-height: 1;
}
footer .info-area .list-contact {
  margin-bottom: 1em;
}
footer .info-area .list-contact li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
  line-height: 1.3;
}
footer .info-area .list-contact li .icon {
  width: 16px;
  margin-right: 16px;
}
footer .info-area .com-bt {
  padding: 8px 24px;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .info-area .com-bt {
    display: inline-block;
    width: initial;
  }
}
footer .nav-area {
  width: calc(70% - 180px);
  max-width: 600px;
  padding-left: 24px;
}
@media (max-width: 1279px) {
  footer .nav-area {
    display: none;
  }
}
footer .nav-area .wrap {
  display: flex;
  justify-content: flex-start;
}
footer .nav-area .list-menu {
  margin-bottom: 32px;
  margin-right: 64px;
}
footer .nav-area .list-menu li {
  margin-bottom: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .nav-area .list-menu li {
    margin-bottom: 8px;
  }
}
footer .nav-area .list-menu li a {
  display: block;
  color: #FFF;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  footer .nav-area .list-menu li a {
    padding: 4px 0;
    text-align: left;
  }
}
footer .nav-area .list-menu li a:hover {
  color: #B21E23;
  transform: translateX(8px);
  text-decoration: none;
}
footer .link-area {
  width: 180px;
  text-align: right;
}
@media (max-width: 767px) {
  footer .link-area {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .link-area .link-bn {
    display: flex;
    justify-content: space-between;
  }
  footer .link-area .link-bn li {
    width: 48%;
  }
}
footer .link-area .link-bn li + li {
  margin-top: 16px;
}
@media (max-width: 767px) {
  footer .link-area .link-bn li + li {
    margin-top: 0;
  }
}
footer .link-area .list-sns {
  display: flex;
  gap: 0 24px;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0;
}
@media (max-width: 1279px) {
  footer .link-area .list-sns {
    justify-content: center;
  }
}
footer .link-area .list-sns li {
  width: 32px;
  height: 32px;
}
footer .link-area .list-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #000;
  transition: 0.5s all;
}
footer .link-area .list-sns li a img {
  width: 29px;
}
footer .link-area .list-sns li a:hover {
  background: #B21E23;
  text-decoration: none;
}
footer .link-area .list-sns li a:hover img {
  opacity: 1 !important;
}
footer .copy-area {
  padding: 32px 0;
  border-top: 1px solid #FFF;
}
@media (max-width: 1279px) {
  footer .copy-area {
    padding: 16px 0 140px;
  }
}
footer .copy-area .copyright {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
/*# sourceMappingURL=footer.css.map */