@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
#works {
  margin: 75px auto 0;
  padding: 0 45px;
  box-sizing: border-box;
  letter-spacing: 0.075em;
}
#works .copy-span span{
  font-size: 10px;
  font-weight: bold;
  color: #1F1D59;
  font-family:"DIN Condensed",sans-serif;
  position: absolute;
  top: 360px;
  left: 30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ttl-area {
  margin-bottom: 20px;
}
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 50px;
    text-align: center;
	  line-height:1.4;
  }
  .ttl-area span {
    font-family: "源ノ角ゴシック JP",sans-serif;
    font-size: 12px;
    position: relative;
    top: 20px;
  }
    .works-area {
      width: 1000px;
      margin: 0 auto 50px;
      color: #333333;
      display: flex;
      font-family: "源ノ角ゴシック JP",sans-serif;
    }
  .works-img {
    width: 318px;
    height: 230px;
  }
  .works-box {
    margin-left: 30px;
  }
    .type-area {
      font-size: 12px;
      margin: 0px 0 10px;
    }
    .post-categories {
      display: inline-block;
      width: 82px;
      height: 18px;
      text-align: center;
      vertical-align: middle;
      background-color: #1F1D59;
    }
    .post-categories li {
      position: relative;
    }
    .post-categories li a {
      position: absolute;
      top: -1px;
      left: 5px;
      color: #ffffff!important;
    }
    .day {
      color: #CCCCCC;
      font-family: "DIN Condensed",sans-serif;
      margin-left: 10px;
    }
    .client-name {
      font-size: 20px;
      font-weight: normal;
      margin: 10px 0;
    }
    .product-txt {
      font-size: 14px;
      line-height: 1.7;
      margin: 10px 0;
    }
    .move-site--area {
      width: 100%;
      margin: 30px 0 0;
      font-family: "DIN Condensed",sans-serif;
    }
    .move-site {
      display: inline-block;
      width: 180px;
      height: 44px;
      color: #1F1D59;
      text-align: center;
      line-height: 44px;
      font-size: 14px;
      font-weight: bold;
      background-color: #ffffff;
      border-radius: 100px;
      border: 1px solid #1F1959;
      position: relative;
    }
    .move-site-txt {
      transition: all .2s;
      -webkit-transition: all .2s;
      letter-spacing: 0.0em;
    }
    .small-btn--arrow {
      display: inline-block;
      width: 15px;
      height: 1px;
      border-radius: 8px;
      background-color: #000000;
      position: absolute;
      top: 54%;
      right: 8px;
      transform: translate(0%,-50%);
      -webkit-transform: translate(0%,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow::after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 1px;
      border-radius: 8px;
      background-color: #000000;
      position: absolute;
      top: -1.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
  .move-site--area a:hover {
    background-color:#1F1959;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .move-site--area a:hover .move-site-txt {
    color: #ffffff;
    letter-spacing: 0.1em;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .move-site--area a:hover .small-btn--arrow {
    background-color: #ffffff;
    position: absolute;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .move-site--area a:hover .small-btn--arrow::after {
    background-color:#ffffff;
    transition: all .2s;
    -webkit-transition: all .2s;
  }

.pagination {
  width: 200px;
  height: 30px;
  margin: 0 auto 100px;
  font-family: "DIN Condensed",sans-serif;
}
.pagination ul {
  text-align: center;
}
.page-numbers li {
  display: inline-block;
}
.current {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-left: 3px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #1F1959;
}
  .page-numbers li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-left: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #DEDEDE;
  }
    .page-numbers li a {
      color: #fff;
    }
    .page-numbers li a:hover {
      background-color: #1F1959;
    }
}
/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
#works {
  margin: 75px auto 0;
  letter-spacing: 0.075em;
}
#works .copy-span span{
  display: none;
}
  .ttl-area {
  margin-bottom: 20px;
}
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 34px;
    text-align: center;
  }
  .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
.works-area {
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 20px;
  color: #333333;
  font-family: "源ノ角ゴシック JP",sans-serif;
}
  .works-img {
    min-width: 318px;
    width: 80%;
    margin: 0 auto;
  }
  .works-img img {
    width: 100%;
    height: auto;
  }
  .works-box {
    width: 80%;
    margin: 0 auto;
  }
    .type-area {
      font-size: 12px;
      margin: 15px 0 10px;
    }
    .post-categories {
      display: inline-block;
      width: 82px;
      height: 18px;
      text-align: center;
      vertical-align: middle;
      background-color: #1F1D59;
    }
    .post-categories li {
      position: relative;
    }
    .post-categories li a {
      position: absolute;
      top: -1px;
      left: 5px;
      color: #ffffff!important;
    }
    .day {
      color: #CCCCCC;
      font-family: "DIN Condensed",sans-serif;
      margin-left: 10px;
    }
    .client-name {
      font-size: 20px;
      font-weight: normal;
      margin: 10px 0;
    }
    .product-txt {
      font-size: 14px;
      line-height: 1.7;
      margin: 10px 0;
    }
    .move-site--area {
      width: 318px;
      margin: 20px auto 40px;
    }
    .move-site {
      display: inline-block;
      width: 318px;
      height: 44px;
      color: #FFFFFF;
      text-align: center;
      line-height: 44px;
      background-color: #1D2B62;
      border-radius: 100px;
      border: none;
      position: relative;
    }
    .move-site-txt {
      transition: all .2s;
      -webkit-transition: all .2s;
      letter-spacing: 0.0em;
    }
    .small-btn--arrow {
      display: inline-block;
      width: 20px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translate(0%,-50%);
      -webkit-transform: translate(0%,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: -2.6px;
      right: -1px; 
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .move-site--area a:hover .move-site-txt {
      letter-spacing: 0.1em;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .small-btn--arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .small-btn--arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
.pagination {
  width: 200px;
  height: 30px;
  margin: 0 auto 100px;
  font-family: "DIN Condensed",sans-serif;
}
.pagination ul {
  text-align: center;
}
.page-numbers li {
  display: inline-block;
}
.current {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-left: 3px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #1F1959;
}
  .page-numbers li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-left: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #DEDEDE;
    
  }
    .pagination.next {
      display: none;
    }
    .page-numbers li a {
      color: #fff;
    }
    .page-numbers li a:hover {
      background-color: #1F1959;
    }
}

/* SP ================================================== */
@media all and (max-width:559px){
#works {
  margin: 45px auto 0;
  letter-spacing: 0.075em;
}
#works .copy-span span{
  display: none;
}
  .ttl-area {
  margin-bottom: 20px;
}
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 34px;
    text-align: center;
  }
  .ttl-area span {
    font-family: "源ノ角ゴシック JP",sans-serif;
    font-size: 12px;
    position: relative;
    top: 20px;
  }
.works-area {
  width: 318px;
  margin: 0 auto;
  color: #333333;
  font-family: "源ノ角ゴシック JP",sans-serif;
}
  .works-img {
    width: 318px;
    height: 230px;
  }
  .works-box {
    margin: 0 auto;
  }
    .type-area {
      font-size: 12px;
      margin: 15px 0 10px;
    }
    .post-categories {
      display: inline-block;
      width: 82px;
      height: 18px;
      text-align: center;
      vertical-align: middle;
      background-color: #1F1D59;
    }
    .post-categories li {
      position: relative;
    }
    .post-categories li a {
      position: absolute;
      top: -1px;
      left: 5px;
      color: #ffffff!important;
    }
    .day {
      color: #CCCCCC;
      font-family: "DIN Condensed",sans-serif;
      margin-left: 10px;
    }
    .client-name {
      font-size: 20px;
      font-weight: normal;
      letter-spacing: 0;
    }
    .works-box p:nth-of-type(1){
      font-size: 14px;
      line-height: 1.7;
      margin: 10px 0;
      letter-spacing: 0.06em;
    }
    .move-site--area {
      width: 318px;
      margin: 20px auto 40px;
    }
    .move-site {
      display: inline-block;
      width: 318px;
      height: 44px;
      color: #FFFFFF;
      text-align: center;
      line-height: 44px;
      background-color: #1D2B62;
      border-radius: 100px;
      border: none;
      position: relative;
    }
    .move-site-txt {
      transition: all .2s;
      -webkit-transition: all .2s;
      letter-spacing: 0.0em;
    }
    .small-btn--arrow {
      display: inline-block;
      width: 20px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translate(0%,-50%);
      -webkit-transform: translate(0%,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: -2.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .move-site--area a:hover .move-site-txt {
      letter-spacing: 0.1em;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .small-btn--arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .small-btn--arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
.pagination {
  width: 200px;
  height: 30px;
  margin: 0 auto 100px;
  font-family: "DIN Condensed",sans-serif;
}
.pagination ul {
  text-align: center;
}
.page-numbers li {
  display: inline-block;
}
.current {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-left: 3px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #1F1959;
}
  .page-numbers li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-left: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #DEDEDE;
  }
    .page-numbers li a:hover {
      background-color: #1F1959;
    }
    .page-1 {
      background-color: #1F1959!important;
    }
}
