@charset "UTF-8";

/*# 2026.6.3追記 */
.top_h .inner {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}
#page-top #mv {
  padding: 140px 0 0;
}
.p-category_list {
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .header__nav-list01-subnav-list dl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 83px;
  }
  .header .inner {
    display: block;
    position: relative;
  }
  .header__logo {
    width: 175px;
    margin: 0 auto;
  }
  .header #drawer_toggle {
    left: 16px;
    top: -6px;
  }
  .header__icon {
    max-width: 85px;
    margin-right: 0;
    position: absolute;
    right: 16px;
    top: 4px;
    z-index: 1;
  }
  .header .header__nav {
    right: auto;
    left: -100vw;
  }
  .header nav.sp_open {
    left: 0;
  }
  #page-top #mv {
    padding: 10px 0 0;
  }
  .header .header__nav-lists .subNavBtn.is-active + .header__nav-list01-subnav {
    max-height: none;
  }
}


.sp_head_menu {
  background: #f3f3f3;
  width: 100vw;
  margin: 130px calc(50% - 50vw) 0;
}
.sp_head_menu ul {
  display: flex;
  justify-content: center;
}
.sp_head_menu ul li {
  width: calc(100% / 5);
  border-right: 1px solid #ddd;
}
.sp_head_menu ul li:last-child {
  border-right: none;
}
.sp_head_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 85px;
  font-size: 11px;
}
.sp_head_menu ul li a img {
  height: 35px;
  width: auto;
}
.sp_head_menu ul li:nth-child(1) a img {
  padding: 5%;
}
.sp_head_menu ul li:nth-child(2) a img {
  padding: 5%;
}
.sp_head_menu ul li:nth-child(3) a img {
  padding: 10%;
}
.sp_head_menu ul li:nth-child(4) a img {
  padding: 10%;
}
.sp_head_menu ul li:nth-child(5) a img {
  padding: 10%;
}



#top_page_menu {
  background: #f3f3f3;
  padding: 80px 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#top_page_menu ul li {
    position: relative;
    width: calc((100% - 34px) / 4);
    margin-bottom: 16px;
    text-align: left;
    border-radius: 10px;
}
#top_page_menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 25px 30px;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
#top_page_menu ul li p {
    font-size: 14px;
    font-weight: 500;
}
#top_page_menu ul li p::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 25px;
}
#top_page_menu ul li p span {
    font-family: "Montserrat", sans-serif;
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_page_menu {
    padding: 60px 0;
  }
  #top_page_menu ul li a {
    padding: 15px 0 15px 20px;
  }
  #top_page_menu ul li a p {
    font-size: 12px;
  }
  #top_page_menu ul li p::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  #top_page_menu ul li a p span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #top_page_menu ul li {
    width: calc((100% - 7px) / 2);
    margin-bottom: 10px;
  }
  #top_page_menu .category_wrapper_product a {
    display: block;
    padding: 25px 10px;
    position: relative;
  }
  #top_page_menu .category_wrapper_product_txt {
    font-size: 16px;
  }
  #top_page_menu .category_wrapper_product_list {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  #top_page_menu .category_wrapper_product_list {
    font-size: 9px;
  }
}