.footer {
  padding-top: 70px;
  background-color: #f6f6f6;
  position: relative;
  padding-bottom: 30px;
}
.footer__group {
  padding-bottom: 45px;
}
.footer__group__ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #505050;
}
.footer__group__wrap {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
.footer__group__item {
  width: 185px;
  text-align: center;
  margin: 0 5px 10px;
}
.footer__group__item img {
  display: block;
  margin-bottom: 0;
}
.footer__group__item span {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.72px;
  color: #505050;
}
.footer__bar {
  max-width: 1401px;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 1px;
  background-color: #b9b9b9;
}
.footer__main {
  padding-top: 23px;
}
.footer__main__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  padding: 0;
  margin: 30px auto;
  flex-direction: column;
}
.footer__main__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 302px;
  margin-bottom: 32px;
  margin: 0 auto;
}
.footer__main__logo {
  width: 203px;
}
.footer__main__privacy {
  width: 50.5px;
  position: relative;
  top: -1px;
  right: 4px;
}
.footer__main__button {
  width: 300px;
  height: 55px;
  border-radius: 8px;
  background-color: #c95981;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.footer__main__button img {
  width: 215.5px;
}
.footer__main__button:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #ffffff;
}
.footer__nav {
  max-width: 1160px;
  width: 92vw;
}
.footer__nav:first-child{
  padding-bottom: 1em;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 1em;
}
.footer__nav__ttl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-align: left;
  color: #505050;
}
.footer__nav__wrap {
  column-gap: 3em;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 990px;
}
.footer__nav__wrap a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.84px;
  position: relative;
}
.footer__nav__wrap-link-wrap{
  min-width:200px;
}
.footer__nav__wrap a::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  transform: rotate(45deg);
}
.footer__nav__wrap a:link,
.footer__nav__wrap a:visited,
.footer__nav__wrap a:hover,
.footer__nav__wrap a:active {
  color: #505050;
}
.footer__totop {
  position: fixed;
  width: 70px;
  bottom: 40px;
  right: 40px;
  display: none;
}
.sp-nav{
  display: none; 
}
.footer__totop img {
  width: 100%;
}
.footer__nav__ttl a {
  color: #515151;
}
.footer__nav__sections{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  max-width: 1160px;
  width: 92vw;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #b9b9b9;
  justify-content: space-between;
}
.footer__nav__section-title{
  font-size: 18px;
}
.footer__nav__section-links{
  display: flex;
  flex-direction: column;
}
.footer__nav__section-group{
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
a.footer__nav__section-link{
  color: #515151;
  cursor: pointer;
  line-height: 2;
  font-size: 18px;
}
a.footer__nav__section-link::before{
  content: "";
  border-radius: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  background-color: #c95981;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}

@media screen and (min-width: 1400px), print {
  .footer__totop {
    right: calc(((100% - 1400px) / 2) + 90px);
  }
}
@media screen and (min-width: 1200px) {
  .footer__group__wrap {
    max-width: 1240px;
  }
}
@media screen and (max-width: 768px), print {
  .footer {
    padding-top: 68px;
    padding-bottom: 10.9375vw;
  }
  .footer__nav__section-title ,
  a.footer__nav__section-link{
    font-size: 14px;
  }
  a.footer__nav__section-link{
    line-height: 2.5;
  }
  .footer__group {
    padding-bottom: 11px;
  }
  .footer__group__ttl {
    font-size: 5.468vw;
    letter-spacing: .109vw;
  }
  .footer__group__wrap {
    margin-top: 46px;
    padding: 0 7.03vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__group__item {
    width: calc(50% - 25px);
    margin: 0 5px 37px;
  }
  .footer__group__item img {
    margin-bottom: 3px;
  }
  .footer__group__item span {
    font-size: 11px;
    display: block;
    line-height: 1.2;
  }
  .footer__bar {
    width: calc(100% - 98px);
  }
  .footer__main {
    padding: 41px 28px 0;
  }
  .footer__main__wrap {
    padding-bottom: 0;
  }
  .footer__main__logo-wrap{
    margin-bottom: 100px;
  }
  .footer__main__button:after {
    border-width: 1.25vw 0 1.25vw 1.56vw;
  }
  .footer__main__button {
    width: 68.125vw;
    height: 12.5vw;
    border-radius: .9375vw;
    margin: 0 auto;
  }
  .footer__main__button img {
    width: 50.93vw;
  }
  .footer__nav {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .footer__nav:first-child{
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .sp-nav{
    display: block;
  }
  .breadcrumbs{
    display: none !important;
  }
  .sp-nav .breadcrumbs{
    display:flex !important;
  }
  .footer__totop {
    width: 49px;
    right: 7.8125vw;
    bottom: 23vw;
  }
  .footer__nav__sections ,
  .footer__nav__section-group{
    gap: 0;
  }
  .footer__nav__section{
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
  }
  .footer__nav__wrap{
    flex-direction: column;
  }
  .footer__nav__wrap a{
    font-size: 14px;
  }
  .footer__nav__section-links{
    display: none;
    padding-bottom: 15px;
  }
  .footer__nav__section-title{
    position: relative;
    height: 50px;
    line-height: 50px;
  }
  .footer__nav__section-group{
    width: 100%;
  }
  .footer__nav__sections{
    width: 100%;
    padding: 0;
  }
  .footer__nav__section-title::after{
      content: "";
      position: absolute;
      background-color: #505050;
      transition: all 0.3s;
      transform: rotate(90deg);
      bottom: 35%;
      top: auto;
      display: block;
      right: 10px;
      margin: 0 auto;
      width: 1px;
      height: clamp(0px, 4vw, 15px);
      border: 0;
  }
  .footer__nav__section-title::before {
      content: "";
      position: absolute;
      bottom: 35%;
      top: auto;
      display: block;
      right: 10px;
      margin: 0 auto;
      width: 1px;
      height: clamp(0px, 4vw, 15px);
      background-color: #505050;
      transition: all 0.3s;
      border: 0;
  }
  .footer__nav__section-title.plus-active-rotate::before {
      transform: rotate(90deg);
  }
  .footer__nav__section-links.footer__nav__section-show{
    display:flex;
  }
}