@charset "UTF-8";

/* =============== スタイル350TOP =============== */

.main_outer {
  background: #fff;
  padding-bottom: 90px;
  position: relative;
}
.award_header_sub-title {
  padding: 8px 0 0;
}
.award_header_sub-title_lead {
  padding-bottom: 8px;
}
.tab_category_wrap {
  width: 100%;
  text-align: center;
  padding: 70px 0 40px;
}
.tab_category {
  text-align: center;
  font-size: 0;
}
.tab_category li {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 1px;
  width: 153px;
}
.tab_category li:first-child {
  margin-left: 0;
}
.tab_category li a {
  display: block;
  width: 100%;
  height: 40px;
}
.tab_category li span {
  text-align: center;
  display: inline-block;
  min-width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  background-color: #2a2a2a;
  background-image: url(/award/2020/images2020/ico_right_arrow_white.png);
  background-size: 6px 11px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  animation-duration: 0.5s;
  animation-name: fade-in;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 300;
}
.tab_category li span:hover,
.tab_category li.ac span {
  background-color: #b7a27e;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.category_wrap .dn {
  display: none;
}
.category_main_wrap {
  width: 1240px;
  margin: 0 auto;
}
.category_main_wrap.category_main_wrap_mens {
  padding-top: 70px
}
.category_main_title {
  text-align: center;
  padding: 0 0 30px;
}
.category_main_title img {
  height: 76px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.category_list_thumbnail {
  margin-right: -27px;
  width: 1267px;
  display: flex;
  flex-wrap: wrap;
}
.category_list_thumbnail>li {
  width: 154px;
  height: 206px;
  margin-right: 27px;
  margin-bottom: 30px;
}
.category_list_thumbnail li a {
  transition-duration: .3s;
}
.category_list_thumbnail li a:hover {
  opacity: 0.7;
}
.category_list_thumbnail>li img {
  width: 100%;
  height: auto;
}
.link_bn {
  width: 100%;
  text-align: center;
  font-size: 0;
  padding-top: 60px;
}
.link_bn a {
  display: inline-block;
  transition-duration: .3s;
}
.link_bn a:hover {
  opacity: 0.7;
}
.common_link_btn {
  margin-top: 60px;
}
.nav_change {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  margin-top: 40px;
}
.nav_change.nav_change_fixed {
  position: fixed;
}
.nav_change a {
  display: inline-block;
  min-width: 223px;
  padding: 0 20px;
  display: inline-block;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background-color: #2a2a2a;
  background-image: url(/award/2020/images2020/ico_right_arrow_white.png);
  background-size: 7px 12px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  animation-duration: 0.5s;
  animation-name: fade-in;
  transition: all 0.3s ease;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.nav_change a:hover {
  background-color: #b7a27e;
}

/* =============== SP対応 max-width: 767px =============== */

@media screen and (max-width: 767px) {
  /* =============== スタイル350TOP =============== */
  .main_outer {
    background-size: 500px auto;
    padding-bottom: 40px;
  }
  .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;
  }
  .tab_category_wrap {
    height: auto;
    padding: 20px 0 60px;
  }
  .tab_category {
    text-align: left;
    width: 301px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
  .tab_category li {
    margin: 0;
    width: 150px;
    margin-top: 1px;
  }
  .tab_category li:nth-child(odd) {
    margin-left: 0;
  }
  .tab_category li a {
    display: block;
    width: 100%;
  }
  .tab_category li span {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .tab_category li span:hover {
    background-color: #2a2a2a;
  }
  .tab_category li.ac span {
    color: #fff;
    background-color: #b7a27e;
  }
  .category_main_wrap {
    width: auto;
  }
  .category_main_wrap.category_main_wrap_mens {
    padding-top: 40px
  }
  .category_list_thumbnail {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  .category_list_thumbnail>li {
    width: 31.3%;
    height: auto;
    margin: 0;
    margin-left: 3.05%;
    margin-bottom: 15px;
  }
  .category_list_thumbnail>li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .link_bn {
    width: 100%;
    padding: 45px 20px 0;
    box-sizing: border-box;
  }
  .link_bn a img {
    width: 100%;
    height: auto;
  }
  .link_bn a:hover {
    opacity: 1;
  }
  .common_link_btn {
    margin-top: 40px;
  }
  .nav_change {
    margin-top: 80px;
  }
  .nav_change a {
    min-width: 55px;
    padding: 0;
    height: 47px;
    line-height: 47px;
    background-image: url(/award/2020/style/images2020/nav_change_sp.png);
    background-color: #2a2a2a;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    text-indent: -9999px;
    transition: all 0s ease;
  }
  .nav_change a:hover {
    color: #ad6103;
    background-color: #2a2a2a;
  }

}
