@charset "utf-8";
/* CSS Document */

.footer {
    position: relative;
    z-index: 20;
    width: 100%;
    background: #223360;
}

.global-footer {
    padding: 40px 6% 60px;
    background-color: #223360;
}

@media only screen and (min-width: 991px) {
    .global-footer {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 60px 0;
        max-width: 1440px;
        margin: auto;
    }
}

.global-footer .footer-logo img {
    margin: auto;
    width: 60px;
    height: 60px
}

@media only screen and (min-width: 991px) {
    .global-footer .footer-logo img {
        width: auto;
        /* height: 90px; */
        margin: 0;
    }
}

.global-footer__content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer-navi {
    color: #fff
}

.footer-navi__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 30px;
    font-weight: 500;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap
}

@media only screen and (max-width: 48em) {
    .footer-navi__items {
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        margin-top: 40px;
        /* display: none; */
    }
}

@media only screen and (min-width: 991px) {
    .footer-navi__items {
        -ms-flex-pack:end;
        margin-top: 0;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.footer-navi__item {
    font-size: 14px;
}

.footer-navi__item+.footer-navi__item {
    margin-left: 10px
}

.footer-navi__item>span {
    position: relative;
    display: block
}

.footer-navi__item>span a {
    position: relative;
    display: block;
    padding: 5px 0;
    text-decoration: none
}

.footer-navi__item>span a[target=_blank] {
    padding-right: 29px;
}

.footer-navi__item>span a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    content: "";
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-duration: .4s;
    transition-property: width
}

.footer-navi__item .svg-icon-blank {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 15px;
    fill: #fff;
    transform: scale(0.9);
}

@media only screen and (min-width: 991px) {
    .footer-navi__item {
        font-size: 14px;
    }

    .footer-navi__item+.footer-navi__item {
        margin-left: 20px
    }

    .footer-navi__item:hover>span a:after {
        width: 100%
    }
}

.footer-sub-navi {
    margin-top: 20px;
    color: #fff
}

.footer-sub-navi__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    font-weight: 500;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (min-width: 991px) {
    .footer-sub-navi__items {
        -ms-flex-pack:end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.footer-sub-navi__item {
    font-size: 1rem;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-duration: .4s;
    transition-property: opacity
}

.footer-sub-navi__item+.footer-sub-navi__item {
    margin-left: 20px
}

.footer-sub-navi__item>span {
    display: block
}

.footer-sub-navi__item>span a {
    display: block;
    padding: 5px 0;
    text-decoration: none
}

@media only screen and (min-width: 991px) {
    .footer-sub-navi__item {
        font-size:1.1rem
    }

    .footer-sub-navi__item:hover {
        opacity: .5
    }
}

.footer-copyright {
    margin-top: 40px;
    color: gray;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    font-family: proxima-nova,sans-serif
}

@media only screen and (min-width: 991px) {
    .footer-copyright {
        text-align:right;
        font-size: 12px;
    }
}

@media (min-width: 951px) and (max-width: 1500px) {
.global-footer {
    max-width: unset!important;
    width: 92%!important;
}
}

/* 20241021追加 */
#footer .footer-logo {
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 35px 0 30px;
  width: 98%;
}

@media only screen and (max-width: 1500px) {
  #footer .footer-logo {
    width: 92% !important;
  }
}

#footer .logo {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

#footer .footer-logo img {
  height: 60px;
}

#footer .global-footer {
  flex-wrap: wrap;
  padding: 35px 0 40px;
}

#footer .contact_sub {
  flex-direction: column;
  gap: initial;
  margin-left: 0;
  width: 25%;
}

#footer .contact_sub .sub-tel {
  margin-bottom: 30px;
}

#footer .contact_sub .sub-tel a {
  font-size: 29px;
}

#footer .contact_sub .sub-tel p {
  letter-spacing: 2.5px;
  margin-top: 16px;
  text-align: left;
  letter-spacing: 2.5px;
}

#footer .contact_sub .contact-wrapper_sub {
  margin: 0;
}

#footer .contact_sub .contact-wrapper_sub .contact-tel_icon_sub {
  vertical-align: -1px;
}

#footer .contact_sub .contact-mail {
  font-size: 18px;
}

#footer .contact_sub .contact-wrapper_sub .contact-mail_icon_sub {
  vertical-align: -4px;
}

#footer .global-footer__content {
  width: 75%;
}

#footer .footer-navi__item > span a {
  display: inline-block;
}

#footer .footer-navi {
  display: flex;
}

#footer .footer-navi__items {
  justify-content: flex-start;
}

#footer .footer-navi__item {
  margin: 0 40px 20px 0;
  /* width: calc(100% / 6); */
}

#footer .footer-navi__item + .footer-navi__item {
  margin-left: 0;
}

#footer .footer-navi__item .svg-icon-blank {
  left: 4.6em;
  right: auto;
  top: 1px;
}
#footer .footer-navi__item#partner .svg-icon-blank{
    left: 7.6em;
}
#footer .footer-copyright {
  margin: 20px 0 0;
  text-align: center;
  width: 100%;
}

#footer .footer-copyright small {
  font-size: 95%;
}
#footer a[target="_blank"] {
    background-image: url(https://shopserve.estore.jp/wordpress/wp-content/uploads/2024/09/icon_blank_link_w.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 15px;
    display: inline;
    padding-right: 24px !important;    
}

@media only screen and (max-width: 991px) {
.home-mv:before{
    height: 50vh;
}
  #footer .logo {
    text-align: center;
  }

  #footer .contact_sub {
    text-align: center;
    width: 100%;
  }

  #footer .contact_sub .sub-tel p {
    text-align: center;
  }

  #footer .global-footer__content {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
  }

  #footer .footer-navi {
    justify-content: center;
  }

  #footer .footer-navi__items {
    justify-content: center;
    margin: 0 auto;
    width: 85%;
  }

  #footer .footer-navi__item {
    margin-bottom: 12px;
    text-align: center;
    /* width: 9em; */
    margin: 0 20px 15px 20px;
  }

  #footer .footer-navi__item .svg-icon-blank {
    left: 6.4em;
  }
	#footer .footer-navi__item#partner .svg-icon-blank{
    right: 0.7em;
}
}

@media only screen and (max-width: 480px) {
  #footer .contact_sub {
    margin-top: 0;
  }
  

  #footer .footer-navi__item {
    margin-bottom: 8px;
    width: calc(100% / 3);
  }
}