footer .footer-top {
  background-color: #27243c;
  padding: 170px 0 70px 0;
}
footer .footer-menu-wrap {
  max-width: 1205px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
}
footer .footer-menu-item-img {
  max-width: 270px;
  width: 100%;
  margin-bottom: 25px;
}
footer .footer-menu-item-li {
  color: #fff;
  font-size: 15px;
}
footer .footer-menu-item-li:not(:last-child) {
  margin-bottom: 20px;
}
footer .footer-menu-item-li.bold {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1200px) {
  footer .footer-menu-wrap {
    width: 95%;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    background-color: #27243c;
    padding: 40px 0 20px 0;
  }
  footer .footer-menu-wrap {
    width: 90%;
  }
  footer .footer-menu-content {
    display: block;
  }
  footer .footer-menu-item-img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-menu-item-ul {
    margin-bottom: 20px;
  }
  footer .footer-menu-item-ul.novelty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-menu-item-ul.novelty .footer-menu-item-li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .footer-menu-item-li:not(:last-child) {
    margin-bottom: 18px;
  }
}
footer .breadcrumb-content {
  padding: 25px 0;
  border-bottom: 1px solid #e7e7e7;
}
footer .breadcrumb-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
footer .breadcrumb-content li {
  color: #010028;
}
footer .breadcrumb-content li:first-child {
  max-width: 14px;
  width: 100%;
}
footer .breadcrumb-content span {
  position: relative;
}
footer .breadcrumb-content span:not(:empty):after {
  content: "";
  position: absolute;
  background: url(../img/footer/arrow_g.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
}
footer .breadcrumb-wrap {
  max-width: 1234px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  footer .breadcrumb-wrap {
    width: 95%;
  }
}
@media (max-width: 767px) {
  footer .breadcrumb-wrap {
    width: 90%;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  footer .breadcrumb-wrap::-webkit-scrollbar {
    display: none;
  }
  footer #breadcrumb {
    width: 800px;
  }
}
footer .footer-bottom {
  padding: 45px 0 55px 0;
}
footer .footer-bottom-wrap {
  max-width: 1234px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-bottom-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
footer .footer-bottom-logo {
  max-width: 180px;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
footer .footer-bottom-add {
  margin-bottom: 25px;
}
footer .footer-bottom-add p {
  font-size: 15px;
}
footer .footer-bottom-top {
  margin-bottom: 250px;
}
footer .footer-bottom-top a {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #010028;
}
footer .footer-menu-item-text {
  font-size: 15px;
}
footer .footer-menu-item-tell {
  display: block;
  max-width: 290px;
  width: 100%;
  margin: 15px 0 10px 0;
}
footer .footer-menu-item-contact {
  max-width: 305px;
  width: 100%;
  background-color: #27243c;
  text-align: center;
  border-radius: 50px;
  margin-top: 30px;
}
footer .footer-menu-item-contact a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 22px 0;
  display: block;
}
footer .footer-bottom-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  position: relative;
}
footer .footer-bottom-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
footer .footer-bottom-li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  position: relative;
}
footer .footer-bottom-li:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  background-color: #e7e7e7;
  height: 44px;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
footer .footer-bottom-li p {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-bottom-li h3 {
  font-size: 16px;
  font-weight: 600;
}
footer .footer-bottom-contet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-bottom-contet:nth-child(2) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
footer .footer-bottom-contet:nth-child(3) .footer-bottom-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}
footer .footer-bottom-item-li {
  font-size: 13px;
}
footer .footer-bottom-item-li.bold {
  font-weight: 600;
  font-size: 15px;
}
footer .footer-bottom-item-li.del {
  font-weight: 600;
  font-size: 15px;
}
footer .footer-bottom-item-li.del:not(:last-child) {
  margin-bottom: 25px;
}
footer .footer-bottom-item-li.gaibu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
footer .footer-bottom-item-li.gaibu::after {
  content: "";
  display: block;
  background: url(../img/footer/gaibu_b.png) no-repeat;
  background-size: cover;
  width: 12px;
  height: 10px;
}
footer .footer-bottom-item-li:not(:last-child) {
  margin-bottom: 18px;
}
footer .footer-bottom-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
footer .footer-bottom-sns-img {
  max-width: 34px;
  width: 100%;
}
footer .footer-copy {
  background-color: #27243c;
  padding: 32px 0;
}
footer .footer-copy p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 1200px) {
  footer .footer-bottom-wrap {
    width: 95%;
  }
  footer .footer-bottom-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  footer .footer-bottom-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  footer .footer-bottom-li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    position: relative;
  }
  footer .footer-bottom-li:not(:last-child):after {
    right: 20px;
  }
}
@media (max-width: 1000px) {
  footer .footer-bottom-li h3 {
    font-size: 14px;
  }
  footer .footer-bottom-li:not(:last-child):after {
    right: 10px;
  }
  footer .footer-bottom-item-li {
    font-size: 11px;
  }
  footer .footer-bottom-item-li.bold {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom {
    padding: 35px 0 25px 0;
  }
  footer .footer-bottom-wrap {
    width: 90%;
  }
  footer .footer-bottom-content {
    display: block;
  }
  footer .footer-bottom-logo {
    max-width: 140px;
    margin-bottom: 40px;
  }
  footer .footer-bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 44px;
  }
  footer .footer-bottom-add {
    margin-bottom: 0px;
  }
  footer .footer-bottom-add p {
    font-size: 13px;
  }
  footer .footer-bottom-top {
    margin-bottom: 5px;
  }
  footer .footer-bottom-top a {
    font-size: 12px;
  }
  footer .footer-menu-item-text {
    font-size: 14px;
  }
  footer .footer-menu-item-contact {
    max-width: 345px;
    margin-top: 15px;
  }
  footer .footer-menu-item-contact a {
    padding: 22.5px 0;
  }
  footer .footer-bottom-right {
    margin-top: 30px;
  }
  footer .footer-bottom-tab-title {
    background-color: rgba(17, 50, 72, 0.05);
    border-top: 1px solid #e6e6e6;
    padding: 16px 0 18px 0;
    position: relative;
  }
  footer .footer-bottom-tab-title.stamp {
    border-bottom: 1px solid #e6e6e6;
  }
  footer .footer-bottom-tab-title p {
    font-size: 10px;
  }
  footer .footer-bottom-tab-title h3 {
    font-size: 15px;
    font-weight: 600;
  }
  footer .footer-bottom-tab-title::after {
    content: "";
    position: absolute;
    background: url(../img/footer/tab_close_b.png) no-repeat;
    background-size: cover;
    width: 6px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .footer-bottom-tab-title.open.stamp {
    border-bottom: none;
  }
  footer .footer-bottom-tab-title.open::after {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: url(../img/footer/tab_open_b.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
  }
  footer .footer-bottom-tab-wrap {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer-bottom-tab-content {
    display: none;
    border-top: 1px solid #e6e6e6;
    padding: 30px 0;
  }
  footer .footer-bottom-tab-item-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  footer .footer-bottom-item-li {
    font-size: 14px;
  }
  footer .footer-bottom-item-li.bold {
    font-size: 15px;
  }
  footer .footer-bottom-item-li:not(:last-child) {
    margin-bottom: 15px;
  }
  footer .footer-bottom-tab-item:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .footer-bottom-contet {
    display: block;
    margin: 30px 0 40px 0;
  }
  footer .footer-bottom-item:first-child {
    margin-bottom: 30px;
  }
  footer .footer-bottom-sns {
    position: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-copy {
    padding: 14px 0;
  }
}