/* ヘッダーナビここから */
#global-header .header-nav {
    max-width: 1024px;
    margin: 0 auto;
}
#global-header .header-nav .list-category_new {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  height: 50px;
}
#global-header .header-nav .list-category__item_new {
  flex: 0 0 16.6%;
  margin-bottom: 35px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
#global-header .header-nav .list-category__item_new:nth-child(6) {
  border-right: none;
}
#global-header .header-nav .list-category__item_new a {
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 13px 0;
}
#global-header .header-nav .list-category__item_new a:hover {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 13px 0;
  background-color: #0d1f37;
  opacity: 1.0;
}

/* サイドナビここから */
#sidearea .side-nav__title_new {
  width: 220px;
  height: 50px;
  padding: 14px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #9f2042;
}
#sidearea .side-nav .list-snav__item_new {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #cccccc;
}
#sidearea .side-nav .list-snav__item_new:hover {
  background-color: #0d1f37;
}
#sidearea .side-nav .list-snav__head_new > a {
  color: #000;
}
#sidearea .side-nav .list-snav__item_new:hover p.list-snav__head_new > a {
  color: #fff;
}
#sidearea .side-nav .list-snav__head_new {
  padding: 15px 25px 0 20px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  height: 100%;
  background: url(https://jiin.itembox.design/item/common/h_ico_arrow02_new.png) no-repeat right;
}
#sidearea .side-nav .list-snav__head_direct_new {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  height: 100%;
  background: url(https://jiin.itembox.design/item/common/h_ico_arrow02_new.png) no-repeat right;
}
#sidearea .side-nav .list-snav__head_direct_new > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 25px 0 20px;
  text-decoration: none;
  color: #000;
  transition: none;
}
#sidearea .side-nav .list-snav__item_new:hover .list-snav__head_direct_new > a {
  color: #fff;
  opacity: 1;
}
#sidearea .side-nav .list-snav__item_new:hover .list-snav__head_new,
#sidearea .side-nav .list-snav__item_new:hover .list-snav__head_direct_new {
  color: #fff;
  background: url(https://jiin.itembox.design/item/common/h_ico_arrow02_w_new.png) no-repeat right;
}
#sidearea .side-nav .list-snav__secondary_new {
  position: absolute;
  bottom: -80px;
  left: 100%;
  width: 0;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
#sidearea .side-nav .list-snav__secondary_new:after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 90px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 15px 15px;
  border-color: transparent #2c2a29 transparent transparent;
}
#sidearea .side-nav .list-snav .list-subnav_new {
  display: block;
  width: auto;
  margin-left: 24px;
  padding: 40px 20px;
  background: #2c2a29;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sidearea .side-nav .list-snav__item_new:hover .list-snav__secondary_new {
  width: 300%;
  opacity: 1;
  height: auto;
}
#sidearea .side-nav .list-snav .list-subnav__item_new {
  flex: 0 0 50%;
}
#sidearea .side-nav .list-snav .list-subnav__item_new a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  margin: 4px 10px 4px 20px;
  border-bottom: 1px solid transparent;
}
#sidearea .side-nav .list-snav .list-subnav__item_new a:hover {
  border-bottom: 1px solid #fff;
  opacity: 1.0;
}
@media only screen and (max-width: 768px) {
  #sidearea .side-nav .list-snav .list-subnav_new {
    display: block;
    padding: 5px;
  }
}
#sidearea .side-nav .list-snav .list-subnav__title_new {
  max-width: calc(100% - 40px);
  flex: 0 0 100%;
  margin: 0 0 20px 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
#sidearea .side-nav .list-snav .list-subnav__title_new img {
  margin-right: 10px;
  padding: 4px;
  background: #fff;
}

/* スマホメニューここから */
.sp-nav {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #fff;
}
.sp-nav.open {
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sp-nav__inner {
  overflow: scroll;
}
.sp-nav__btn {
  margin: 4%;
  text-align: right;
}
.sp-nav__btn img {
  width: 40px;
  height: 40px;
}
.sp-nav .section-bnr02 {
  margin: 0 4% 20px;
}
.sp-nav .list-link {
  margin: 0 4% 20px;
}
  .sp-nav .list-link__item {
  display: inline;
}
.sp-nav .list-link__item:not(:last-child):after {
  content: " / ";
}
.sp-nav .list-link__item a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}
.sp-nav .list-link__item a:hover {
  text-decoration: none;
}


/* ここから編集 */
.sp-nav .spnav-title_new {
  margin: 30px 4% 10px;
  font-size: 1.7rem;
  font-weight: 700;
}
.sp-nav .list-spnav__item_new {
  position: relative;
}
.sp-nav .list-spnav__item_new span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 10px 4px 20px;
  color: #000;
}
.sp-nav .list-spnav__item_new:hover .list-snav__secondary_new {
  width: 300%;
  opacity: 1;
  height: auto;
}
.sp-nav .list-spnav__item_new a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 10px 4px 20px;
  color: #000;
}
.sp-nav .list-spnav__icon_new {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 4%;
  background: #fafafa url(https://jiin.itembox.design/item/common/ico_arrow_under.png) no-repeat right 4% top 50%;
  background-size: 21px 21px;
  border-bottom: 1px solid #cccccc;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  height: 50px;
}
.sp-nav .list-spnav__icon_new img {
  margin-right: 10px;
  padding: 5px;
}
.sp-nav .list-spnav__link_new {
  padding: 0 4%;
  background: #fafafa url(https://jiin.itembox.design/item/common/ico_arrow_right.png) no-repeat right 4% top 50%;
  background-size: 21px 21px;
  border-bottom: 1px solid #cccccc;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.sp-nav .list-spnav__link_new a {
  display: block;
  padding: 15px 10px 15px 0px;
  color: #000;
}
.sp-nav .list-spnav__secondary_new {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sp-nav .list-spnav__secondary_new.open {
  height: 100%;
}
.sp-nav .list-spnav .list-subnav_new {
  background: #e5e5e5;
}
.sp-nav .list-spnav .list-subnav__item_new {
  padding: 0 4%;
  background: url(https://jiin.itembox.design/item/common/ico_arrow_right.png) no-repeat right 4% top 50%;
  background-size: 21px 21px;
  border-bottom: 1px solid #cccccc;
}
.sp-nav .list-spnav .list-subnav__item_new a {
  padding: 15px 10px 15px 15px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

/* カテゴリースタイルここから */
.category_related_items_area {
  width: 100%;
  margin: 10px 0 30px;
}
.category_related_items_area h3.category_related_item_title {
  font-weight: bold;
  font-size: 16px !important;
  margin: 0 0 10px 0;
  padding: 0;
  border-left: none !important;
  border-bottom: 1px solid #2c2a29;
}
.category_related_items_btnbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.category_related_items_btn {
  flex: 0 1 49%;
  height: 40px;
  margin-bottom: 5px;
}
.category_related_items_btn.current {
  pointer-events: none;
  opacity: 0.5;
}
.category_related_items_btn h4.category_related_items_btntitle {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  height: 40px;
  padding: 7px;
  border: 1px solid #0f223b;;
}
.category_related_items_btn h4.category_related_items_btntitle::before {
  content: none;
}
.category_related_items_btn h4.category_related_items_btntitle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #0f223b;
  border-right: 1px solid #0f223b;
  transform: rotate(45deg);
  transition: all 0.5s 0s ease;
}
.category_related_items_btn h4.category_related_items_btntitle > a {
  display: block;
  width: 100%;
  height: 40px;
  color: #0f223b;
}
.category_related_items_btn:hover h4.category_related_items_btntitle {
  background-color: #0f223b;;
}
.category_related_items_btn:hover h4.category_related_items_btntitle::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 10px;
}
.category_related_items_btn:hover h4.category_related_items_btntitle > a {
  opacity: 1;
  color: #fff;
}
/* カテゴリースタイル（SP）ここから */
@media only screen and (max-width: 768px) {
  .category_related_items_btnbox {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
  }
  .category_related_items_btn {
    flex: 0 0 100%;
    height: 40px;
    margin-bottom: 5px;
  }
  
}

/* SPメニューここから */
