@charset "UTF-8";

/* =============== スタイル350TOP =============== */

.main_outer {
  background: #fff url(../../images/bg.png?20190301) 0 0;
  padding-bottom: 60px;
  position: relative;
}
.award_header_sub-title {
  padding: 10px 0 0;
}
.award_header_sub-title_lead {
  padding-bottom: 10px;
}
.tab_category_wrap {
  width: 100%;
  text-align: center;
  height: 40px;
  padding: 40px 0 54px;
}
.tab_category {
  text-align: center;
  font-size: 0;
}
.tab_category li {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  margin: 0 15px;
}
.tab_category li a {
  display: block;
  width: 143px;
  height: 40px;
}
.tab_category li span {
  text-align: center;
  display: inline-block;
  width: 143px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ad6103;
  color: #ad6103;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  background-color: rgba(255,218,153,0.14);
  box-sizing: border-box;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.tab_category li span:hover,
.tab_category li.ac span {
  color: #fff;
  background-color: #ad6103;
  text-decoration: none;
  cursor: pointer;
}
.tab_category li.tab_category_short span {
  background-image: url(../images/btn_text_short.png);
  background-size: auto 14px
}
.tab_category li.tab_category_short:hover span,
.tab_category li.tab_category_short.ac span {
  background-image: url(../images/btn_text_short_hover.png);
  background-size: auto 14px
}
.tab_category li.tab_category_bob span {
  background-image: url(../images/btn_text_bob.png);
  background-size: auto 14px
}
.tab_category li.tab_category_bob:hover span,
.tab_category li.tab_category_bob.ac span {
  background-image: url(../images/btn_text_bob_hover.png);
  background-size: auto 14px
}
.tab_category li.tab_category_medium span {
  background-image: url(../images/btn_text_medium.png);
  background-size: auto 14px
}
.tab_category li.tab_category_medium:hover span,
.tab_category li.tab_category_medium.ac span {
  background-image: url(../images/btn_text_medium_hover.png);
  background-size: auto 14px
}
.tab_category li.tab_category_long span {
  background-image: url(../images/btn_text_long.png);
  background-size: auto 14px
}
.tab_category li.tab_category_long:hover span,
.tab_category li.tab_category_long.ac span {
  background-image: url(../images/btn_text_long_hover.png);
  background-size: auto 14px
}
.tab_category li.tab_category_mens span {
  background-image: url(../images/btn_text_mens.png);
  background-size: auto 14px
}
.tab_category li.tab_category_mens:hover span,
.tab_category li.tab_category_mens.ac span {
  background-image: url(../images/btn_text_mens_hover.png);
  background-size: auto 14px
}
.category_wrap .dn {
  display: none;
}
.category_main_wrap {
  width: 1240px;
  margin: 0 auto;
}
.category_main_wrap.category_main_wrap_mens {
  padding-top: 40px
}
.category_main_title {
  text-align: center;
  padding: 0 0 40px;
}
.category_main_title img {
  height: 67px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.category_list_thumbnail {
  margin-right: -27px;
  overflow: hidden;
  width: 1267px;
}
.category_list_thumbnail>li {
  width: 154px;
  height: 206px;
  float: left;
  margin-right: 27px;
  margin-bottom: 30px;
}
.category_list_thumbnail li a {
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s;
  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: 30px;
}
.link_bn a {
  display: inline-block;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.link_bn a:hover {
  opacity: 0.7;
}
.common_link_btn {
  margin-top: 50px;
}
.nav_change {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 1000;
  margin-top: 40px;
}
.nav_change.nav_change_fixed {
  position: fixed;
}
.nav_change a {
  display: inline-block;
  min-width: 100px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  cursor: pointer;
  border-top: 1px solid #ad6103;
  border-bottom: 1px solid #ad6103;
  border-left: 1px solid #ad6103;
  color: #ad6103;
  text-decoration: none;
  background-color: rgba(255,247,233,0.80);
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_change a:link,
.nav_change a:visited {
  color: #ad6103;
}
.nav_change a:hover {
  color: #fff;
  background-color: #ad6103;
  text-decoration: none;
}

/* =============== SP対応 max-width: 767px =============== */

@media screen and (max-width: 767px) {
  /* =============== スタイル350TOP =============== */
  .main_outer {
    background-size: 500px auto;
    padding-bottom: 40px;
  }
  .category_main_title {
    padding: 0 0 45px;
  }
  .category_main_title img {
    height: 52px;
  }
  .tab_category_wrap {
    height: auto;
    padding: 30px 0 25px;
  }
  .tab_category {
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .tab_category li {
    margin: 0 5.5% 10px 0;
    width: 47%;
  }
  .tab_category li:nth-child(even) {
    margin-right: 0;
  }
  .tab_category li a {
    display: block;
    width: 100%;
  }
  .tab_category li span {
    width: 100%;
  }
  .tab_category li span:hover {
    color: #ad6103;
    background-color: rgba(255,218,153,0.14);
  }
  .tab_category li.ac span {
    color: #fff;
    background-color: #ad6103;
  }
  .tab_category li.tab_category_short:hover span {
    background-image: url(../images/btn_text_short.png);
  }
  .tab_category li.tab_category_short.ac span {
    background-image: url(../images/btn_text_short_hover.png);
  }
  .tab_category li.tab_category_bob:hover span {
    background-image: url(../images/btn_text_bob.png);
  }
  .tab_category li.tab_category_bob.ac span {
    background-image: url(../images/btn_text_bob_hover.png);
  }
  .tab_category li.tab_category_medium:hover span {
    background-image: url(../images/btn_text_medium.png);
  }
  .tab_category li.tab_category_medium.ac span {
    background-image: url(../images/btn_text_medium_hover.png);
  }
  .tab_category li.tab_category_long:hover span {
    background-image: url(../images/btn_text_long.png);
  }
  .tab_category li.tab_category_long.ac span {
    background-image: url(../images/btn_text_long_hover.png);
  }
  .tab_category li.tab_category_mens:hover span {
    background-image: url(../images/btn_text_mens.png);
  }
  .tab_category li.tab_category_mens.ac span {
    background-image: url(../images/btn_text_mens_hover.png);
  }
  .category_main_wrap {
    width: auto;
  }
  .category_main_wrap.category_main_wrap_mens {
    padding-top: 30px
  }
  .category_list_thumbnail {
    overflow: hidden;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  .category_list_thumbnail>li {
    width: 32%;
    height: auto;
    float: left;
    margin: 0;
    margin-left: 2%;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .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;
  }
  .nav_change {
    margin-top: 40px;
  }
  .nav_change a {
    min-width: 55px;
    padding: 0;
    height: 47px;
    line-height: 47px;
    background-image: url(../images/nav_change_sp.png);
    background-color: rgba(255,247,233,0.80);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    text-indent: -9999px;
  }
  .nav_change a {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
  }
  .nav_change a:hover {
    color: #ad6103;
    background-color: rgba(255,247,233,0.80);
  }

}
