@charset "UTF-8";

/* -----------------------------------------------------------
	layout
----------------------------------------------------------- */
article {
  padding-bottom: 60px;
}

.width_intro.works {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 180px 145px 25px 120px;
}
@media only screen and (max-width: 1440px) {
  .width_intro.works {
    padding-right: 125px;
    padding-left: 120px;
  }
}
@media only screen and (max-width: 1059px) {
  .width_intro.works {
    padding-top: 80px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .width_intro.works {
    padding-top: 110px !important;
    padding-right: 2%;
    padding-left: 2%;
  }
}
.pick {
  padding: 110px 2% 0;
}
@media only screen and (max-width: 767px) {
  .pick {
    padding-top: 60px;
  }
}

.content_base {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .content_base {
    margin-bottom: 80px;
  }
}

/* -----------------------------------------------------------
	title
----------------------------------------------------------- */
/* -----------------------------------------------------------
	txt
----------------------------------------------------------- */
.print_txt {
  display: none;
  font-size: 14px;
}
.works .select_group {
  padding-top: 60px;
}

.works .select_group .sl_category, .works .select_group .sl_tag {
  display: inline-block;
  float: right;
  margin-left: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .works .select_group .sl_tag {
    width: 48%;
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .works .select_group .sl_category {
    width:48%;
    float: right;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .select-selected {
    width: 100%;
  }
}
.works .select_group .sl_tag .select-items div {
  display: inline-block;
  float: left;
  background: #fff;
  border-radius: 15px;
  padding: 5px 8px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.works .select_group .sl_tag .select-items div:first-child {
  display: none;
}
.works .select_group .sl_category .select-items div {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.works .select_group .sl_category .select-items div:last-child {
  border: none;
}

.choose_select {
  display: none;
  width: 100%;
  overflow: auto;
  padding: 15px 0 30px;
}
.choose_select.active {
  display: block;
}
.choose_select div {
  display: inline-block;
  float: left;
  background: #f6f6f6;
  padding: 4px 15px 0px;
  border-radius: 15px;
  margin-right: 15px;
}
.choose_select div.all_clear {
  padding: 8px 15px 5px;
}
@media only screen and (max-width: 767px) {
  .choose_select div {
    margin-bottom: 10px;
  }
}
.choose_select .choose_tag, .choose_select .choose_category {
  display: none;
}
.choose_select .choose_tag.active, .choose_select .choose_category.active {
  display: inline-block;
}
.choose_select div p {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .works .select_group {
    display: block;
  }
}
.works .list_works {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works .list_works .box_works {
  width: 32%;
  margin-bottom: 80px;
  background-color: #eaeaea;
  -webkit-box-shadow: 0px 8px 41px 2px #cacaca;
  -moz-box-shadow: 0px 8px 41px 2px #cacaca;
  box-shadow: 0px 8px 41px 2px #cacaca;
}
@media only screen and (max-width: 767px) {
  .works .list_works .box_works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 49%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .works .list_works .box_works {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.works .list_works .box_works a {
  display: inline;
}
.works .list_works .box_works .box_img {
  position: relative;
  overflow: hidden;
}

.works .list_works .box_works .box_img img {
  -webkit-transition: all 2.3s;
  -moz-transition: all 2.3s;
  -ms-transition: all 2.3s;
  -o-transition: all 2.3s;
  transition: all 2.3s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.works .list_works .box_works .box_img:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.works .list_works .box_works .box_img img{
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .works .list_works .box_works .box_img {
    width: 100%;
  }
}
.works .list_works .box_works .box_content {
  padding: 16px 20px 12px;
}
@media only screen and (max-width: 767px) {
  .works .list_works .box_works .box_content {
    width: 100%;
    position: relative;
  }
  .works .list_works .box_works .box_content:after {
    content: ">";
    position: absolute;
    top: 45%;
    right: 5px;
    font-size: 20px;
  }
}
.works .list_works .box_works .box_content span {
  background: #f6f6f6;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 4px;
  border-radius: 10px;
  padding: 6px 10px 3px;
}

.box_content a {
  position: relative;
  z-index: 10;
}

.txt_opacity {
  font-size: 12px;
  color: #909090;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.group_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}
.group_box .box {
  max-width: 48%;
}
@media only screen and (max-width: 767px) {
  .group_box {
    display: block;
  }
  .group_box .box  {
    display: block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .group_box .box img {
    width: 40%;
  }
  .group_box .box p {
    padding: 20px 0;
    text-align: left;
  }
}
.group_box .box p {
  font-size: 12px;
  color: #909090;
  padding: 10px 20px;
}
.txt_opacity {
  font-size: 12px;
  color: #909090;
  padding: 10px 20px;
  display: block;
}

/* -----------------------------------------------------------
	pager
----------------------------------------------------------- */
.wrap_pager {
  display: table;
  margin: 0 auto;
}

.pager {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.pager_item {
  margin-right: 5px;
  margin-left: 5px;
}

.pager_target {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 25px;
  background-color: #f6f6f6;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}
.pager_target:hover, .pager_target.active {
  background-color: #1f1f1f;
  opacity: 1;
}
.pager_target:hover .pager_num, .pager_target.active .pager_num {
  color: #fff;
}
.pager_target.arrow-prev {
  background-image: url(../images/common/ic_arrow_prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}
.pager_target.arrow-prev:hover {
  background-color: #f6f6f6;
  opacity: 0.5;
}
.pager_target.arrow-left {
  background-image: url(../images/common/ic_arrow_next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}
.pager_target.arrow-left:hover {
  background-color: #f6f6f6;
  opacity: 0.5;
}

.pager_num {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #1f1f1f;
}

.wrap_pager_detail {
  justify-content: space-between;
}

.pager_detail_item {
  width: calc(100%/3);
}
.pager_detail_item a {
  flex-direction: column;
}
.pager_detail_item.pre {
  text-align: left;
}
.pager_detail_item.pre a {
  background-image: url(../images/common/ic_arrow_prev.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 24px 26px;
  padding-left: 36px;
}
@media only screen and (max-width: 767px) {
  .pager_detail_item.pre a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pager_detail_item.pre .txt_pager_detail {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .pager_detail_item.pre .txt_pager_detail {
    margin-right: auto;
  }
}
.pager_detail_item.list {
  text-align: center;
}
.pager_detail_item.list a {
  background-image: url(../images/common/ic_pager_square.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 32px 20px;
  padding-bottom: 30px;
}
.pager_detail_item.next {
  text-align: right;
}
.pager_detail_item.next a {
  background-image: url(../images/common/ic_arrow_next.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px 26px;
  padding-right: 36px;
}
@media only screen and (max-width: 767px) {
  .pager_detail_item.next a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pager_detail_item.next .txt_pager_detail {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .pager_detail_item.next .txt_pager_detail {
    margin-left: auto;
  }
}

.pager_detail_target {
  position: relative;
}

.txt_pager_detail {
  display: block;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .txt_pager_detail {
    align-self: center;
    margin-bottom: 0;
  }
}

.titile_pager_detail {
  margin-top: 10px;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .titile_pager_detail {
    display: none;
  }
}

.link_box {
  display: block !important;
}
