@charset "UTF-8";

/* =============== スタイル350TOP =============== */

.award_header_sub-title {
  padding: 8px 0 0;
}
.award_header_sub-title_lead {
  padding-bottom: 8px;
}
/*--- 見出し ---*/
.contents_type {
  display: block;
  width: 200px;
}

/*--- ヘアスタイルタブ ---*/
.tab_category_wrap {
  margin: 56px 0 48px;
}
.tab_category {
  display: flex;
  justify-content: center;
}
.tab_category li {
  text-align: center;
  margin: 0 8px;
  width: 240px;
  height: 48px;
}
.tab_category li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 240px; 
  height: 48px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.12em;
  transition: all 0.3s;
}
.tab_category li a:hover,
.tab_category li.ac a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.tab_category li.ac a::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  content: '';
  display: block;
  width: 12px; 
  height: 12px; 
  border-top: 1px solid #000; 
  border-left: 1px solid #000; 
  background-color: #fff;
  margin-left: -6px;
  transform: rotate(-135deg);
}

/*--- 画像エリア ---*/
.category_wrap .dn {
  display: none;
}
.category_wrap {
  max-width: 1184px;
  padding: 0;
  margin: 0 auto;
}
.category_list_thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -8px 0;
}
.category_list_thumbnail>li {
  width: calc(100% / 8 - 8px);
  height: auto;
  margin: 0 8px 8px 0;
}
.category_list_thumbnail li a {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: .3s;
  padding-bottom: 133.33%;
}

/*--- 人物hover効果 ---*/
.category_list_thumbnail li a:hover {
  background-color: #000;
}
.category_list_thumbnail>li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  transform: scale(1);
}
.category_list_thumbnail>li a:hover img {
  opacity: .6;
  transform: scale(1.05);
}

/* ===== スタイル350 MENS ===== */

.category_main_wrap_mens {
  margin-top: 56px;
}


/* =============== iPad対応 min-width: 768px - max-width: 834px =============== */

@media screen and (min-width: 768px) and (max-width: 834px) {

  .category_list_thumbnail>li {
    width: calc(100% / 4 - 8px);
  }

  /*--- ヘアスタイルタブ ---*/
  .tab_category {
    justify-content: space-between;
  }
  .tab_category li {
    text-align: center;
    margin: 0;
    width: calc(100% / 3 - 12px);
    height: auto;
  }
  .tab_category li a {
    width: 100%; 
    height: 54px;
    font-size: 15px;
    transition: none;
  }

  /*--- 人物hover効果 ---*/
  .category_list_thumbnail>li a:hover {
    background-color: transparent;
  }
  .category_list_thumbnail>li a img {
    transition: none;
  }
  .category_list_thumbnail>li a:hover img {
    opacity: 1;
    transform: none;
  }

}

/* =============== SP対応 max-width: 767px =============== */

@media screen and (max-width: 767px) {

  /* =============== スタイル350TOP =============== */

  .main_outer {
    padding: 64px 0px;
  }
  .award_header_sub-title {
    padding: 13px 0 0;
  }
  .award_header_sub-title_lead {
    padding-bottom: 13px;
  }
  .category_main_title {
    padding: 0 0 30px;
  }
  .category_main_title img {
    height: 77px;
  }
  /*--- 見出し ---*/
  .contents_type {
    width: 156px;
  }
  .title_lead {
    padding-right: 20px;
    padding-left: 20px;
  }
  /*--- ヘアスタイルタブ ---*/
  .tab_category_wrap {
    margin: 56px 0 32px;
  }
  .tab_category li {
    text-align: center;
    margin: 0;
    width: 33.33%;
    height: auto;
  }
  .tab_category li a {
    width: 100%; 
    height: 54px;
    font-size: 15px;
    transition: none;
  }

  /*--- 画像エリア ---*/
  .category_wrap {
    width: 100%;
    padding: 0 20px;
  }
  .category_main_wrap {
    width: auto;
  }
  .category_list_thumbnail>li {
    width: calc(100% / 3 - 8px);  
  }

  /*--- 人物hover効果 ---*/
  .category_list_thumbnail>li a:hover {
    background-color: transparent;
  }
  .category_list_thumbnail>li a img {
    transition: none;
  }
  .category_list_thumbnail>li a:hover img {
    opacity: 1;
    width: 100%;
    height: auto;
    transform: none;
  }

  /* ===== スタイル350 MENS ===== */
  .category_main_wrap.category_main_wrap_mens {
    margin-top: 56px;
  }
  
}
