@charset "UTF-8";

section#cate_footer_wrap ul {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
}

#cate_footer_wrap a {
  color: #333;
  display: inline-block;
  text-decoration: none;
}
#cate_footer_wrap a:hover {
  text-decoration: none;
}

/* =====================
　　PC
===================== */

#center3 #cate_footer_wrap {
  margin-bottom: 50px;
}
#center3 #cate_footer_wrap h2.bar {
  font-size: 130%;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 11px 0 10px 18px;
  margin: 40px 0 20px;
  line-height: 1.5;
  text-align: center;
}
#center3 #cate_footer_wrap ul.cate_lineup {
  margin-top: 30px;
}
#center3 #cate_footer_wrap ul.cate_lineup li {
  margin-right: 20px;
  margin-top: 25px;
}
#center3 #cate_footer_wrap ul.cate_lineup li:nth-child(-n+3) {
  margin-top: 0;
}
#center3 #cate_footer_wrap ul.cate_lineup li:nth-child(-n+6) {
  width: 210px;
}
#center3 #cate_footer_wrap ul.cate_lineup h3 {
  margin: .8em 0 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.8;
}
#center3 #cate_footer_wrap ul.cate_lineup li:nth-child(n+7)  h3 {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
#center3 #cate_footer_wrap ul.cate_lineup li:nth-child(n+7) {
  width: 118px;
  margin-top: 30px;
}
#center3 #cate_footer_wrap ul.cate_lineup li:nth-child(3n):nth-child(-n+6),
#center3 #cate_footer_wrap ul.cate_lineup li:nth-child(5n+11) {
  margin-right: 0;
}
#center3 #cate_footer_wrap ul.cate_lineup li img {
  width: 100%;
}
#center3 #cate_footer_wrap ul.cate_lineup li.main_link {
  width: 100%;
  margin-top: 30px;
  margin-right: 0;
}
#center3 #cate_footer_wrap ul.cate_lineup li.main_link h3 {
  font-size: 13px;
}

/* =====================
　　スマホ
===================== */
#mp_ta_footer #cate_footer_wrap {
  margin-bottom: 50px;
}
#mp_ta_footer #cate_footer_wrap h2.bar {
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 8px 4% 8px 4%;
  margin: 30px 0 15px;
  line-height: 1.5;
  text-align: center;
}
#mp_ta_footer #cate_footer_wrap ul.cate_lineup {
  margin-top: 20px;
}
#mp_ta_footer #cate_footer_wrap ul.cate_lineup li {
  margin-right: 5vw;
  margin-top: 18px;
}
#mp_ta_footer #cate_footer_wrap ul.cate_lineup li:nth-child(-n+2) {
  margin-top: 0;
}
#mp_ta_footer #cate_footer_wrap ul.cate_lineup li:nth-child(-n+6) {
  width: calc((100vw - 20px - 5vw) / 2);
}
#mp_ta_footer #cate_footer_wrap ul.cate_lineup li:nth-child(n+7) {
  width: calc((100vw - 20px - 5vw * 2) / 3);
  text-align: center;
}
#mp_ta_footer #cate_footer_wrap ul.cate_lineup li:nth-child(n+7):nth-child(-n+9) {
  margin-top: 25px;
}
#mp_ta_footer #cate_footer_wrap ul.cate_lineup li:nth-child(2n):nth-child(-n+6),
#mp_ta_footer #cate_footer_wrap ul.cate_lineup li:nth-child(3n+9) {
  margin-right: 0;
}
#mp_ta_footer #cate_footer_wrap ul.cate_lineup h3 {
  margin: .5em 0 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}
#mp_ta_footer #cate_footer_wrap ul.cate_lineup li.main_link {
  width: 100%;
  margin-top: 25px;
}