@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 style info : トップページ
=================================================================== */
.con_profile .box_detail, .con_topworks .wrp_works {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_profile .box_detail, .con_topworks .wrp_works {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_mainimg メインイメージ
----------------------------------------------------------- */
@-moz-keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@-webkit-keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
.con_mainimg {
  background-image: url(../images/common/imgmain_bg.jpg);
  background-position: 0 0;
  background-size: 3489px;
  -moz-animation: scrollBad 100s linear infinite;
  -webkit-animation: scrollBad 100s linear infinite;
  animation: scrollBad 100s linear infinite;
  position: relative;
  height: 900px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg {
    height: 480px;
  }
}
.con_mainimg .box_title {
  position: absolute;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  margin: 0;
  z-index: 2;
  overflow: hidden;
  animation: show 10s both;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.con_mainimg .box_title h1 {
  position: relative;
  display: inline-block;
  margin: 175% 0;
  padding: 1em 0;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  font-size: 100%;
  letter-spacing: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .box_title h1 {
    margin: 150% 0;
  }
}
.con_mainimg .box_title h1:before, .con_mainimg .box_title h1:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  width: 1px;
  height: 400%;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.con_mainimg .box_title h1:before {
  top: 100%;
}
.con_mainimg .box_title h1:after {
  bottom: 100%;
}
.con_mainimg .box_title h1 .jp {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 344%;
}
@media only screen and (max-width: 1279px) {
  .con_mainimg .box_title h1 .jp {
    font-size: 250%;
  }
}
@media print {
  .con_mainimg .box_title h1 .jp {
    font-size: 250%;
  }
}
.ie8 .con_mainimg .box_title h1 .jp {
  font-size: 250%;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_title h1 .jp {
    font-size: 225%;
  }
}
.con_mainimg .box_bg_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  width: 100%;
}

/*SVG 設定*/
path {
  fill-opacity: 0;
  transition: fill-opacity 1s;
}

.fill-1 > path:first-of-type {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-2 > path:nth-of-type(2) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-3 > path:nth-of-type(3) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-4 > path:nth-of-type(4) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-5 > path:nth-of-type(5) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-6 > path:nth-of-type(6) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-7 > path:nth-of-type(7) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-8 > path:nth-of-type(8) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-9 > path:nth-of-type(9) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-10 > path:nth-of-type(10) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-11 > path:nth-of-type(11) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.fill-12 > path:nth-of-type(12) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

.clear-stroke path {
  stroke: none;
}

html.ie path {
  stroke: none;
  fill-opacity: 0;
  transition: fill-opacity 1s;
}
html.ie .fill-1 > path:first-of-type {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-2 > path:nth-of-type(2) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-3 > path:nth-of-type(3) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-4 > path:nth-of-type(4) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-5 > path:nth-of-type(5) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-6 > path:nth-of-type(6) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-7 > path:nth-of-type(7) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-8 > path:nth-of-type(8) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-9 > path:nth-of-type(9) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-10 > path:nth-of-type(10) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-11 > path:nth-of-type(11) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}
html.ie .fill-12 > path:nth-of-type(12) {
  fill: rgba(56, 136, 179, 0.2);
  fill-opacity: 1;
}

/* -----------------------------------------------------------
	.con_pickup 著作ピックアップ項目
----------------------------------------------------------- */
.con_pickup {
  background: #fff;
  text-align: center;
  -moz-box-shadow: 1px 8px 20px #ccc;
  -webkit-box-shadow: 1px 8px 20px #ccc;
  box-shadow: 1px 8px 20px #ccc;
  position: absolute;
  width: 25%;
  right: 0;
  z-index: 10;
  top: -15em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup {
    top: -10em;
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup {
    position: static;
    top: 0;
    width: 95%;
    margin: 0 auto;
  }
}
.con_pickup .wrp {
  padding: 1em;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_pickup .wrp {
    padding: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup .wrp .img {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp .img {
    width: 50%;
  }
}
.con_pickup .wrp .box_txt {
  padding: 1em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup .wrp .box_txt {
    padding: .5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp .box_txt {
    width: 50%;
  }
}
.con_pickup .wrp .box_txt .type {
  font-size: 88%;
}
.con_pickup .wrp .box_txt h3 {
  font-weight: normal;
  font-size: 150%;
}
@media only screen and (max-width: 1279px) {
  .con_pickup .wrp .box_txt h3 {
    font-size: 138%;
  }
}
@media print {
  .con_pickup .wrp .box_txt h3 {
    font-size: 138%;
  }
}
.ie8 .con_pickup .wrp .box_txt h3 {
  font-size: 138%;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp .box_txt h3 {
    font-size: 113%;
  }
}
.con_pickup .wrp .box_txt .publisher {
  font-size: 113%;
  letter-spacing: .05em;
}
@media only screen and (max-width: 1279px) {
  .con_pickup .wrp .box_txt .publisher {
    font-size: 100%;
  }
}
@media print {
  .con_pickup .wrp .box_txt .publisher {
    font-size: 100%;
  }
}
.ie8 .con_pickup .wrp .box_txt .publisher {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp .box_txt .publisher {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp .btn {
    width: 90%;
    margin: 10px auto;
  }
}
.con_pickup .wrp .btn a .spac {
  letter-spacing: -.1em;
}
.con_pickup .wrp .ic_catch {
  background: #333333;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #faaa9f;
  font-size: 20px;
  text-align: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp .ic_catch {
    width: 80px;
    height: 80px;
    font-size: 18px;
    top: 0;
    left: -10px;
    line-height: 80px;
  }
}
.con_pickup .wrp .ic_catch span {
  display: block;
  line-height: 1.15;
  color: #fff;
}
.con_pickup .wrp .ic_catch .new {
  font-family: "Crimson Text", serif;
  color: #faaa9f;
  font-size: 18px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp .ic_catch .new {
    font-size: 12px;
    padding-top: 10px;
  }
}
.con_pickup .wrp .ic_catch .eng {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp .ic_catch .eng {
    font-size: 20px;
  }
}

/* -----------------------------------------------------------
	.con_profile プロフィール
----------------------------------------------------------- */
.con_profile {
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_profile {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_profile {
    margin-bottom: 50px;
  }
}
.con_profile .box_title {
  position: relative;
}
.con_profile .box_title:before {
  content: "";
  background: #f0f0f0;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_profile .box_title:before {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_profile .box_title:before {
    top: 20px;
    height: 100px;
  }
}
.con_profile .box_title h2 {
  text-align: center;
  font-size: 563%;
  padding-top: 210px;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .con_profile .box_title h2 {
    font-size: 438%;
  }
}
@media print {
  .con_profile .box_title h2 {
    font-size: 438%;
  }
}
.ie8 .con_profile .box_title h2 {
  font-size: 438%;
}
@media only screen and (max-width: 767px) {
  .con_profile .box_title h2 {
    font-size: 313%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_profile .box_title h2 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_profile .box_title h2 {
    padding-top: 80px;
  }
}
.con_profile .box_title h2:before {
  content: "";
  background: #333333;
  width: 1px;
  height: 210px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_profile .box_title h2:before {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .con_profile .box_title h2:before {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .con_profile .box_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  .con_profile .box_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 .con_profile .box_detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.con_profile .box_detail h3 {
  font-size: 188%;
  font-weight: normal;
  text-align: right;
  width: 35%;
}
@media only screen and (max-width: 1279px) {
  .con_profile .box_detail h3 {
    font-size: 175%;
  }
}
@media print {
  .con_profile .box_detail h3 {
    font-size: 175%;
  }
}
.ie8 .con_profile .box_detail h3 {
  font-size: 175%;
}
@media only screen and (max-width: 767px) {
  .con_profile .box_detail h3 {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_profile .box_detail h3 {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_profile .box_detail h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.con_profile .box_detail h3 rt {
  font-size: 38%;
}
.con_profile .box_detail .txt {
  width: 60%;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_profile .box_detail .txt {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_profile .box_detail .txt {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_topworks 作品一覧
----------------------------------------------------------- */
.con_topworks {
  margin-bottom: 150px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topworks {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topworks {
    margin-bottom: 50px;
  }
}
.con_topworks .inner {
  overflow: visible;
}
.con_topworks .wrp_works {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_topworks .wrp_works {
    width: 100%;
  }
}
.con_topworks .wrp_works h2 {
  text-align: center;
  font-size: 563%;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .con_topworks .wrp_works h2 {
    font-size: 438%;
  }
}
@media print {
  .con_topworks .wrp_works h2 {
    font-size: 438%;
  }
}
.ie8 .con_topworks .wrp_works h2 {
  font-size: 438%;
}
@media only screen and (max-width: 767px) {
  .con_topworks .wrp_works h2 {
    font-size: 313%;
  }
}
body#homepage .con_topworks .wrp_works h2.jp {
  display: none;
}
html.lower .con_topworks .wrp_works h2.eng {
  display: none;
}
html.lower .con_topworks .wrp_works h2.jp {
  font-size: 188%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1279px) {
  html.lower .con_topworks .wrp_works h2.jp {
    font-size: 163%;
  }
}
@media print {
  html.lower .con_topworks .wrp_works h2.jp {
    font-size: 163%;
  }
}
.ie8 html.lower .con_topworks .wrp_works h2.jp {
  font-size: 163%;
}
@media only screen and (max-width: 767px) {
  html.lower .con_topworks .wrp_works h2.jp {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .con_topworks .wrp_works h2.jp {
    margin-bottom: 15px;
  }
}
.con_topworks .wrp_works .box_works {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topworks .wrp_works .box_works {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topworks .wrp_works .box_works {
    margin-bottom: 15px;
  }
}
.con_topworks .wrp_works .box_works .slick-list {
  overflow: visible;
}
.con_topworks .wrp_works .box_works .box {
  margin: 0 25px 5px;
}
@media only screen and (max-width: 767px) {
  .con_topworks .wrp_works .box_works .box {
    margin: 0 10px 5px;
  }
}
.con_topworks .wrp_works .box_works .box a {
  display: block;
  position: relative;
}
.con_topworks .wrp_works .box_works .box a .img {
  position: relative;
  max-width: 290px;
}
.con_topworks .wrp_works .box_works .box a .img img {
  width: 100%;
}
.con_topworks .wrp_works .box_works .box a .img span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #4a81d0;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: .2em 1em;
}
.con_topworks .wrp_works .box_works .box a .nophoto {
  border: 1px solid #333333;
  width: 280px;
  height: 410px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 113%;
}
@media only screen and (max-width: 543.5px) {
  .con_topworks .wrp_works .box_works .box a .nophoto {
    width: 100%;
    height: 98vw;
  }
}
.con_topworks .wrp_works .box_works .box a .nophoto .name span {
  display: block;
  padding-top: 10px;
}
.con_topworks .wrp_works .box_works .box a .box_txt {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_topworks .wrp_works .box_works .box a .box_txt:hover {
    opacity: 1;
  }
}
@media print {
  .con_topworks .wrp_works .box_works .box a .box_txt:hover {
    opacity: 1;
  }
}
.ie8 .con_topworks .wrp_works .box_works .box a .box_txt:hover {
  opacity: 1;
}
.con_topworks .wrp_works .box_works .box a .box_txt .wrp {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  position: absolute;
}
.con_topworks .wrp_works .box_works .box a .box_txt .wrp .type {
  font-size: 88%;
}
.con_topworks .wrp_works .box_works .box a .box_txt .wrp h3 {
  font-weight: normal;
  font-size: 150%;
}
@media only screen and (max-width: 1279px) {
  .con_topworks .wrp_works .box_works .box a .box_txt .wrp h3 {
    font-size: 138%;
  }
}
@media print {
  .con_topworks .wrp_works .box_works .box a .box_txt .wrp h3 {
    font-size: 138%;
  }
}
.ie8 .con_topworks .wrp_works .box_works .box a .box_txt .wrp h3 {
  font-size: 138%;
}
@media only screen and (max-width: 767px) {
  .con_topworks .wrp_works .box_works .box a .box_txt .wrp h3 {
    font-size: 113%;
  }
}
.con_topworks .wrp_works .box_works .box a .box_txt .wrp .publisher {
  font-size: 113%;
  margin-bottom: 20px;
  letter-spacing: .05em;
}
@media only screen and (max-width: 1279px) {
  .con_topworks .wrp_works .box_works .box a .box_txt .wrp .publisher {
    font-size: 100%;
  }
}
@media print {
  .con_topworks .wrp_works .box_works .box a .box_txt .wrp .publisher {
    font-size: 100%;
  }
}
.ie8 .con_topworks .wrp_works .box_works .box a .box_txt .wrp .publisher {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_topworks .wrp_works .box_works .box a .box_txt .wrp .publisher {
    font-size: 94%;
  }
}
.con_topworks .wrp_works .box_works .box a .box_txt .wrp .publisher span {
  display: none;
}
.con_topworks .wrp_works .box_works .box a .box_txt .wrp .btn {
  border: 1px solid #fff;
  font-size: 30px;
  line-height: 50px;
  width: 60px;
  height: 60px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: 0 auto;
}
.con_topworks .wrp_works .box_works .box a .box_txt .wrp .btn_more {
  border: 1px solid #fff;
  font-size: 30px;
  line-height: 50px;
  width: 60px;
  height: 60px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: 0 auto;
}
.con_topworks .wrp_works .box_works .box a .ic_new {
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: -5%;
  left: 0;
  text-align: center;
  width: 80px;
  background: #333333;
}
.con_topworks .wrp_works .box_works .box a .ic_new .en {
  font-family: "Crimson Text", serif;
  color: #faaa9f;
  font-size: 150%;
  line-height: 80px;
}
@media only screen and (max-width: 1279px) {
  .con_topworks .wrp_works .box_works .box a .ic_new .en {
    font-size: 113%;
  }
}
@media print {
  .con_topworks .wrp_works .box_works .box a .ic_new .en {
    font-size: 113%;
  }
}
.ie8 .con_topworks .wrp_works .box_works .box a .ic_new .en {
  font-size: 113%;
}
@media only screen and (max-width: 767px) {
  .con_topworks .wrp_works .box_works .box a .ic_new .en {
    font-size: 100%;
  }
}
.con_topworks .wrp_works .box_works .box.active a {
  pointer-events: none;
  border: 2px solid #4a81d0;
  -moz-box-shadow: 3px 3px 0 #4a81d0;
  -webkit-box-shadow: 3px 3px 0 #4a81d0;
  box-shadow: 3px 3px 0 #4a81d0;
}
.con_topworks .wrp_works .box_works .slick-prev,
.con_topworks .wrp_works .box_works .slick-next {
  width: 80px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  border: 1px solid #333333;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_topworks .wrp_works .box_works .slick-prev,
  .con_topworks .wrp_works .box_works .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.con_topworks .wrp_works .box_works .slick-prev:hover,
.con_topworks .wrp_works .box_works .slick-next:hover {
  cursor: pointer;
  background: #333333;
  color: #fff;
}
.con_topworks .wrp_works .box_works .slick-prev.slick-disabled,
.con_topworks .wrp_works .box_works .slick-next.slick-disabled {
  display: none !important;
}
.con_topworks .wrp_works .box_works .slick-prev {
  left: 0;
}
.con_topworks .wrp_works .box_works .slick-next {
  right: 0;
}
.con_topworks .wrp_works .view_worklist {
  position: absolute;
  right: 0;
  top: 2em;
  width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topworks .wrp_works .view_worklist {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topworks .wrp_works .view_worklist {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_topworks .wrp_works .view_worklist {
    position: static;
    margin: 0 auto;
  }
}
html.lower .con_topworks .wrp_works .view_worklist {
  top: 0;
}
