.sticky-bookmark-section {
  padding: 60px 0 60px;
}
.sticky-bookmark-section .inner_links .nv_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
section.sticky-bookmark-section .inner_links {
  max-width: 100%;
}
.sticky-bookmark-section .inner_links .nv_row .nv_item {
  width: 24.8%;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 100%;
  justify-content: center;
}
.sticky-bookmark-section .inner_links .nv_row .nv_item:before {
  position: absolute;
  top: 0px;
  left: -1em;
  right: -2em;
  bottom: 0px;
  z-index: -1;
  border-radius: 4em;
  background-color: #0f5498;
  content: "";
}
.sticky-bookmark-section .inner_links .nv_row .nv_item a {
  display: block;
  position: relative;
  padding: 1em 0px 1em 1em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}
.sticky-bookmark-section .inner_links .nv_row .nv_item a:after {
  display: inline-block;
  margin: 0px 0px 0px 2em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transition: right 0.5s;
  content: "";
  position: relative;
  top: 2px;
}
.sticky-bookmark-section .inner_links .nv_row .nv_item + .nv_item::after {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: #fff;
  content: "";
}
.sticky-bookmark-section .inner_links.js_active  .nv_row>.nv_item>a {
  padding: 5px 0px 5px 2em;
}
.product_navi.js_active .product_navi_ul {
  margin: 0 -10px;
}
@media screen and (min-width: 768px){
  .inner_links.js_active {
    position: fixed;
    top: 100px;
    left: 50%;
    z-index: 9998;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px){
  .sticky-bookmark-section .inner_links .nv_row .nv_item {
    width: auto;
  }
  .sticky-bookmark-section .inner_links.js_active .nv_row>.nv_item>a {
    padding: 10px;
  }

  .sticky-bookmark-section .inner_links .nv_row .nv_item + .nv_item::after {
    display: none;
  }
  .sticky-bookmark-section .inner_links .nv_row .nv_item a {
    height: auto !important;
  }
}

{# type_2 #}




.product_navi {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  transform: translateY(100%);
  padding: 20px 0px 0px;
}
.product_navi::before {
  position: absolute;
  top: 0px;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  bottom: 0px;
  z-index: -1;
  background-color: rgba(47, 55, 64, 0.28);
  content: "";
}

.product_navi.js_active {
  position: relative;
}

.product_navi_link {
  padding: 0px 15px;
  margin: 0px auto;
  max-width: 1100px;
}
.product_navi_link:not(.js_active) {
  max-width: 1070px;
}
.product_navi.js_active .product_navi_link {
  padding: 0px;
}

.product_navi_link>.product_navi_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px -25px;
  list-style: none;
}

.product_navi_link>.product_navi_ul>.product_navi_li>a {
  display: block;
  position: relative;
  padding: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  background-color: #2f3740;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.product_navi_link> .product_navi_ul>.product_navi_li>a:hover {
  opacity: 0.8;
}
.product_navi_link> .product_navi_ul>.product_navi_li>a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.product_navi_link> .product_navi_ul>.product_navi_li {
  margin: 0px 10px;
  width: calc(33.3% - 20px);
}

@media screen and (max-width: 767.98px) {
  .product_navi {
    bottom: 80px;
  }
  .product_navi.js_active {
    bottom: 0px;
  }
  .product_navi_link> .product_navi_ul>.product_navi_li>a {
    padding: 1em;
  }
  .product_navi_link> .product_navi_ul>.product_navi_li>a>span {
    font-size: 3vw;
  }
  .product_navi_link> .product_navi_ul>.product_navi_li>a::before {
    background: none;
  }
}
@media screen and (min-width: 992px) {
  .product_navi_link> .product_navi_ul>.product_navi_li>a::before {
    left: 3em;
  }
}

@media screen and (max-width: 767px) {
  .product_navi_link>.product_navi_ul>.product_navi_li>a::before {
    display: none;
  }

  .sticky-bookmark-section .inner_links .nv_row .nv_item a,
  .sticky-bookmark-section .inner_links.js_active .nv_row>.nv_item>a{
    padding: 5px 0px 5px 2em;
  }  
  .product_navi_link>.product_navi_ul>.product_navi_li>a {
    font-size: 3vw;
  }
  .sticky-bookmark-section .inner_links.js_active .nv_row>.nv_item>a {
    padding: 5px 0px 5px 0em;
  }
  .sticky-bookmark-section .inner_links .nv_row {
    row-gap: 10px;
  }
  .inner_links {
    width: 100% !important;
    padding: 0px 40px;
  }
  .sticky-bookmark-section .inner_links .nv_row .nv_item a{
    padding: 1em 0px 1em 1em;
  }
}
.product_navi {
  animation: product_navi_anime 0.5s ease 1s 1 normal both running;
}


@media (max-width: 479px){
  .sticky-bookmark-section .inner_links .nv_row>.nv_item>a {
    padding: 1em 0px 1em 1em;
  }
  .sticky-bookmark-section .inner_links.js_active .nv_row>.nv_item>a {
    padding: 5px 0px 5px 2em;
  }
}


@keyframes product_navi_anime {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}




