.l-fixedBottomNav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.4375rem;
  background: #7213ea;
  background: linear-gradient(90deg, rgb(114, 19, 234) 0%, rgb(30, 73, 226) 100%);
  z-index: 970
}

.l-fixedBottomNav.fixed {
  position: fixed
}

@media(max-width: 767.98px) {
  .l-fixedBottomNav {
    position: fixed;
    height: 2.8125rem
  }
}

.l-fixedBottomNav .nav_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 965px;
  margin: 0 auto
}

.l-fixedBottomNav .nav_contentInner {
  position: relative;
  width: min(21.9619326501vw, 300px);
  height: 100%;
  padding: .3125rem 0;
  margin: 0 .625rem
}

@media(min-width: 767.98px)and (max-width: 1023.98px) {
  .l-fixedBottomNav .nav_contentInner {
    width: 11.25rem
  }
}

@media(max-width: 767.98px) {
  .l-fixedBottomNav .nav_contentInner {
    width: 100%
  }

  .l-fixedBottomNav .nav_contentInner:first-of-type::before {
    display: none
  }
}

.l-fixedBottomNav .nav_contentInner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto 0;
  display: block;
  content: "";
  width: 1px;
  height: 2.8125rem;
  background-color: rgba(255, 255, 255, .4)
}

.l-fixedBottomNav .nav_contentInner:last-of-type::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto 0;
  display: block;
  content: "";
  width: 1px;
  height: 2.8125rem;
  background-color: rgba(255, 255, 255, .4)
}

@media(max-width: 767.98px) {
  .l-fixedBottomNav .nav_contentInner:last-of-type::after {
    display: none
  }
}

.l-fixedBottomNav .nav_contentInner>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 0 1.4641288433vw; */
  gap: 0 12px;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1)
}

@media(max-width: 767.98px) {
  .l-fixedBottomNav .nav_contentInner>a {
    flex-direction: column;
    gap: .3125rem 0;
    font-size: .652175rem
  }
}

.l-fixedBottomNav .nav_contentInner>a::before {
  display: block;
  content: "";
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  z-index: 1
}

@media(max-width: 767.98px) {
  .l-fixedBottomNav .nav_contentInner>a::before {
    height: .75rem
  }
}

.l-fixedBottomNav .nav_contentInner>a::after {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background-color: #fff;
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  z-index: -1
}

@media(hover: hover)and (pointer: fine) {
  .l-fixedBottomNav .nav_contentInner>a:hover {
    color: #7213ea
  }

  .l-fixedBottomNav .nav_contentInner>a:hover::after {
    width: 100%;
    height: 100%;
    transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1)
  }
}

.l-fixedBottomNav .nav_contentInner:nth-of-type(1)>a::before {
  width: 1.25rem;
  background-image: url("../img/common/ico_fixedBottomNav-01.svg")
}

@media(max-width: 767.98px) {
  .l-fixedBottomNav .nav_contentInner:nth-of-type(1)>a::before {
    width: .75rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .l-fixedBottomNav .nav_contentInner:nth-of-type(1)>a:hover::before {
    background-image: url("../img/common/ico_fixedBottomNav-hover01.svg")
  }
}

.l-fixedBottomNav .nav_contentInner:nth-of-type(2)>a::before {
  width: 1.25rem;
  background-image: url("../img/common/ico_fixedBottomNav-02.svg")
}

@media(max-width: 767.98px) {
  .l-fixedBottomNav .nav_contentInner:nth-of-type(2)>a::before {
    width: .75rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .l-fixedBottomNav .nav_contentInner:nth-of-type(2)>a:hover::before {
    background-image: url("../img/common/ico_fixedBottomNav-hover02.svg")
  }
}

.l-fixedBottomNav .nav_contentInner:nth-of-type(3)>a::before {
  width: .9375rem;
  background-image: url("../img/common/ico_fixedBottomNav-03.svg")
}

@media(max-width: 767.98px) {
  .l-fixedBottomNav .nav_contentInner:nth-of-type(3)>a::before {
    width: .5625rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .l-fixedBottomNav .nav_contentInner:nth-of-type(3)>a:hover::before {
    background-image: url("../img/common/ico_fixedBottomNav-hover03.svg")
  }
}

.l-fixedBottomNav .nav_contentInner:nth-of-type(4)>a::before {
  width: .9375rem;
  background-image: url("../img/common/ico_fixedBottomNav-04.svg")
}

@media(max-width: 767.98px) {
  .l-fixedBottomNav .nav_contentInner:nth-of-type(4)>a::before {
    width: .5625rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .l-fixedBottomNav .nav_contentInner:nth-of-type(4)>a:hover::before {
    background-image: url("../img/common/ico_fixedBottomNav-hover04.svg")
  }
}

.l-fixedBottomBackTopButton {
  position: absolute;
  right: 1.25rem;
  bottom: .375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 2.75rem;
  border: 1px solid #fff;
  background-color: #333;
  z-index: 980;
  cursor: pointer
}

.l-fixedBottomBackTopButton.fixed {
  position: fixed
}

@media(max-width: 767.98px) {
  .l-fixedBottomBackTopButton {
    position: fixed;
    bottom: 3.4375rem;
    width: 2.125rem;
    height: 2.125rem;
    border: none
  }
}

@media(hover: hover)and (pointer: fine) {
  .l-fixedBottomBackTopButton:hover>span {
    transform: translateY(-5px);
    transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1)
  }
}

.l-fixedBottomBackTopButton>span {
  display: block;
  width: .75rem;
  height: .375rem;
  background-image: url("../img/common/ico_fixedBottomBackTopButton_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1)
}

