@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.main_contents {
  padding: 0 0 94px;
}

.main_contents .title_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
}

.main_contents .works_title {
  margin-bottom: 40px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
}

.main_contents .works_text {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}

.main_contents .works_btm_text {
  margin-top: 40px;
  font-size: 13px;
  line-height: 2;
}

.main_contents .lineup_detail_cate {
  width: 1020px;
  margin-bottom: 40px;
}

.main_contents .lineup_detail_cate .sort_close {
  width: 100%;
  height: 50px;
  background: #eeeeee;
  cursor: pointer;
}

.main_contents .lineup_detail_cate .sort_close p {
  position: relative;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  color: #595959;
}

.main_contents .lineup_detail_cate .sort_close p:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto 0 auto -60px;
  background: url("../img/common/item_sort.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.main_contents .lineup_detail_cate .sort_cate {
  display: none;
  background: #eeeeee;
  padding: 19px 0 9px;
  border-top: 1px solid #d9d9d9;
}

.main_contents .lineup_detail_cate .sort_cate ul {
  width: 810px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.main_contents .lineup_detail_cate .sort_cate ul li {
  display: inline-block;
  font-size: 10px;
  line-height: 50px;
  margin: 0 5px;
  margin-bottom: 10px;
}

.main_contents .lineup_detail_cate .sort_cate ul li:first-child {
  margin-left: 0;
}

.main_contents .lineup_detail_cate .sort_cate ul li a {
  height: 26px;
  background: #FFF;
  display: block;
  color: #000;
  line-height: 26px;
  padding: 0 10px;
}

.main_contents .lineup_detail_cate .sort_cate ul li a:hover {
  background: #004CAD;
  color: #FFF;
}

.main_contents .box_list {
  margin-bottom: 40px;
  font-size: 0;
}

.main_contents .box_list li {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  display: inline-block;
  width: 180px;
  margin-bottom: 27px;
  margin-right: 30px;
  vertical-align: top;
}

.main_contents .box_list li:hover .lineup_thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main_contents .box_list li:hover .lineup_thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 76, 172, 0.75);
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_contents .box_list li:hover .lineup_thumb:after {
  opacity: 1;
  filter: alpha(opacity=100);
  content: 'DETAIL';
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  line-height: 180px;
  letter-spacing: 0.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  background: url("../img/item_arrow_hover.png") no-repeat 45px center;
  font-size: 11px;
}

.main_contents .box_list li:nth-child(5n) {
  margin-right: 0;
}

.main_contents .box_list li .lineup_thumb_wrap {
  width: 180px;
  height: 180px;
  margin-bottom: 0px;
  overflow: hidden;
}

.main_contents .box_list li .lineup_thumb {
  position: relative;
  width: 180px;
  height: 180px;
  background-color: #FFF;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.main_contents .box_list li .lineup_thumb:before {
  content: '';
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: rgba(0, 76, 172, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
}

.main_contents .box_list li .lineup_thumb:after {
  opacity: 0;
  filter: alpha(opacity=0);
  content: 'DETAIL';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  letter-spacing: 0.2em;
  color: #FFF;
  text-align: center;
  line-height: 160px;
  font-family: 'Noto Sans Japanese', sans-serif;
  background: url("../img/item_arrow_hover.png") no-repeat 45px 80px;
  font-size: 11px;
}

.main_contents .box_list li .lineup_detail_title {
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 5px;
  margin-top: -3px;
}

.main_contents .box_list li .lineup_detail_price {
  font-size: 11px;
  color: #004CAD;
}

.main_contents .box_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_contents .paging {
  text-align: center;
}

.main_contents .paging .pager_prev {
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("../img/item_prev.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 48px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_contents .paging .pager_prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.main_contents .paging .pager_prev a {
  display: block;
  width: 18px;
  height: 14px;
}

.main_contents .paging ul {
  display: inline-block;
}

.main_contents .paging ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
}

.main_contents .paging ul li:first-child {
  margin-left: 0;
}

.main_contents .paging ul li.active {
  background: #004CAD;
  color: #FFF;
}

.main_contents .paging ul li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_contents .paging ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.main_contents .paging .pager_next {
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("../img/item_next.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 48px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_contents .paging .pager_next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.main_contents .paging .pager_next a {
  display: block;
  width: 18px;
  height: 14px;
}
