#pagetop {
  position: fixed;
  right: 72px;
  bottom: 20px;
  width: 50px;
  z-index: 900;
  display: none;
}
#pagetop a {
  border: 1.25px solid #AD033B;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3px;
  color: #AD033B;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 0.01em;
}
#pagetop a:before {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../img/common/arrow_red.png) no-repeat center/contain;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#footer {
  background: #91959A;
  padding: 60px 0 35px;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 20px;
  padding-left: 264px;
}
@media screen and (max-width: 1548px) {
  #footer .footer-flex {
    padding-left: calc((100% - 1080px) / 2 + 30px);
  }
}
@media screen and (max-width: 1079px) {
  #footer .footer-flex {
    padding-left: 30px;
  }
}
#footer .footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 90px;
}
#footer .footer-sitemap-item-parent {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
#footer .footer-sitemap-item-parent a {
  color: #AD033B;
}
#footer .footer-sitemap-item-children {
  margin-top: 22px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0.01em;
}
#footer .footer-sitemap-item-children > li + li {
  margin-top: 12px;
}
#footer .footer-sns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 28px 32px 28px 32px;
  grid-template-columns: repeat(3, 32px);
  gap: 24px 28px;
  margin-left: auto;
  margin-bottom: auto;
}
#footer .footer-spacer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#footer .footer-subpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  gap: 0 1em;
}
#footer .footer-subpage-item {
  padding-right: 1em;
  border-right: 1px solid #fff;
}
#footer .footer-subpage-item:last-child {
  padding-right: 0;
  border-right: 0;
}
#footer .footer-copyright {
  font-size: 13.23px;
  line-height: normal;
}

@media screen and (max-width: 1199px) {
  #footer .footer-flex {
    gap: 40px 20px;
  }
  #footer .footer-sitemap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    max-width: calc(100% - 152px - 20px);
  }
}
@media screen and (max-width: 767px) {
  .floating-cta {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 900;
  }
  .floating-cta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 238px;
    max-width: 100%;
    height: 50px;
  }
  .floating-cta-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .floating-cta-list-item:first-child .floating-cta-list-item-btn {
    border-radius: 100px 0 0 100px;
  }
  .floating-cta-list-item:first-child .floating-cta-list-item-btn:before {
    display: none;
  }
  .floating-cta-list-item:last-child .floating-cta-list-item-btn {
    border-radius: 0 100px 100px 0;
  }
  .floating-cta-list-item-btn {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px 0;
    background: #AD033B;
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    -webkit-filter: drop-shadow(0.88px 2.63px 0 #D9D9D9);
            filter: drop-shadow(0.88px 2.63px 0 #D9D9D9);
    text-align: center;
  }
  .floating-cta-list-item-btn:before {
    content: "";
    width: 0;
    height: 32px;
    border-right: 0.88px dashed #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .floating-cta-list-item-btn:after {
    content: "";
    width: 14px;
    height: 11px;
    background: url(../img/common/arrow_white.png) no-repeat center/contain;
  }
  #pagetop {
    right: 28px;
    bottom: 10px;
    width: 40px;
  }
  #pagetop a {
    font-size: 12px;
    border-width: 1px;
    padding: 11px 0;
  }
  #pagetop a:before {
    width: 12px;
    height: 7px;
  }
  #footer {
    padding: 45px 0 60px;
  }
  #footer .footer-flex {
    display: block;
  }
  #footer .footer-sitemap {
    max-width: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 28px;
    margin-bottom: 60px;
  }
  #footer .footer-sitemap-item {
    padding-top: 28px;
    border-top: 0.4px solid #fff;
    height: 100%;
  }
  #footer .footer-sitemap-item:nth-child(-n+2) {
    border-top: 0;
    padding-top: 0;
  }
  #footer .footer-sitemap-item-parent {
    font-size: 14.5px;
  }
  #footer .footer-sitemap-item-children {
    margin-top: 15px;
    font-size: 13.5px;
    font-weight: 400;
  }
  #footer .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 31px;
  }
  #footer .footer-sns-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 26px;
            flex: 0 1 26px;
  }
  #footer .footer-subpage {
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer-copyright {
    font-size: 12px;
    margin-top: 36px;
    text-align: center;
  }
}
@media (hover: hover) {
  #footer a:hover {
    opacity: 0.7;
  }
}