@charset "UTF-8";
/* CSS Document */
/*section-works*/
.section-works {
  width: 80%;
  max-width: 1300px;
  margin: 72px auto 0;
}
/*並び替えボタンのCSS*/
.category_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category_btn {
  list-style: none;
  cursor: pointer;
  margin: 0 10px;
}
.category_btn:first-child {
  margin-left: 0;
}
.category_btn a {
  font-family: laca-text, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}
.category_btn.active { /*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
  border-bottom: solid 1px #333333;
}
.category_btn.active a:hover { /*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
  color: #333333;
}
.category_btn a:hover {
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}
/*並び替えボタンのCSS*/
.item-content {
  text-align: center;
}
.item-box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 7.2rem;
}
.item-box li {
  width: 30%;
  margin-right: 5%;
  list-style: none;
  animation: test .8s;
}
.item-box > li:nth-child(3n) {
  margin-right: 0;
}
.works-image {
  width: 100%;
  padding-bottom: 1.6rem;
}
.item {
  padding-bottom: 6.4rem;
}
.item:nth-child(3n+1):nth-last-child(-n+3) {
  padding-bottom: 0;
}
.item:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  padding-bottom: 0;
}
.item a {
  color: #333333;
  text-decoration: none;
}
.item a:hover {
  opacity: .55;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}
.item:hover {
  opacity: .55;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}
.item a h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.item a p {
  font-family: laca-text, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}
.works-data {
  color: #666666;
}
@media(max-width:980px) {
  .section-works {
    margin-top: 64px;
  }
}
@media(max-width:768px) {
  .section-works {
    width: 100%;
  }
  .category_box {
    padding: 0 2.4rem;
  }
   .category_btn a {
    font-size: 1.4rem;
  }
  .item-box {
    padding-top: 10%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .item {
    padding-bottom: 4.8rem;
  }
  .works-image {
    padding-bottom: 0.8rem;
  }
  .item a h3 {
    font-size: 1.4rem;
  }
  .item a p {
    font-size: 1.3rem;
  }
}
@media(max-width:600px) {
  .item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-box li {
    width: 100%;
    margin-right: 0;
  }
/*
  .item {
    padding-bottom: 4.8rem;
  }
*/
  .item:nth-child(3n+1):nth-last-child(-n+3) {
    padding-bottom: 4.8rem;
  }
  .item:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    padding-bottom: 4.8rem;
  }
}
/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
  .category_box li {
    margin: 0 2.0rem 1.0rem 0;
    text-align: center;
  }
}
/*section-works*/
/*↓ detail ページ　↓*/
/*section-works_img*/
.section-works_img {
  width: 80%;
  position: relative;
  margin: 180px auto 0;
  max-width: 800px;
}
.section-works_img img {
  width: 100%;
  object-fit: cover;
  /*  border: solid 1px #333333;*/
}
.works-heading_box {
  position: absolute;
  top: 50%;
  left: -106px;
  display: inline-block;
  transform: rotate(90deg);
}
.works-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: laca-text, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #A3A3A3;

}
.line {
  width: 28px;
  height: 1px;
  background-color: #A3A3A3;
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
}
.number {
  font-family: laca-text, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}
@media(max-width:768px) {
  .section-works_img {
    margin-top: 140px;
  }
  .works-img {
    padding: 0 2.4rem 0
  }
  .section-works_img img {
    width: 100%;
  }
  .works-heading_box {
    transform-origin: 0 165%;
    top: -52px;
    left: -23px;
  }
  .works-heading {
    font-size: 1.2rem;
  }
  .line {
    width: 12px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .number {
    font-size: 1.1rem;
  }
  .section-works_img {
    width: 100%;
  }
}
/*section-works_img*/
/*.section-works_data*/
.section-works_data {
  width: 80%;
  display: block;
  text-align: left;
  margin: 104px auto 0;
  max-width: 800px;
}
.section-works_data h2 {
  display: inline;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1.5px;
/*  border-bottom: solid 1px #333333;*/
  padding-bottom: 0.8rem;
}
.section-works_data p {
  font-family: laca-text, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
.section-works_data p:nth-of-type(1) {
  padding-top: 4.0rem;
}
.section-works_data p {
  padding-top: 0.8rem;
}
.section-works_data p a {
  display: inline-block;
  color: #333333;
  font-size: 1.5rem;
}
.section-works_data p a:hover {
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}
@media(max-width:768px) {
  .section-works_data {
    width: 100%;
    margin-top: 56px;
  }
  .section-works_data_wapper {
    padding: 0 2.4rem 0;
  }
  .section-works_data h2 {
    font-size: 1.8rem;
  }
  .section-works_data p:nth-of-type(1) {
  padding-top: 3.2rem;
  } 
}
/*
@media(max-width:600px) {
  .section-works_data p {
    font-size: 1.3rem;
  }
  .section-works_data p a {
    font-size: 1.3rem;
  }
}
*/
/*works_data*/
/*works_detail*/
.section-works_detail {
  width: 80%;
  display: block;
  text-align: left;
  margin: 72px auto 0;
  max-width: 800px;
}
.section-works_detail h3 {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  border-left: 3px solid #8BA38C;
  padding-left: 0.8rem;
}
.section-works_detail p {
  margin-top: 4.0rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.section-works_detail__img_3clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.0rem;
}
.section-works_detail__img_3clm img {
  object-fit: cover;
  max-width: 100%;
  width: 30%;
  margin-right: 5%
}
.section-works_detail__img_3clm img:last-child {
  margin-right: 0;
}
.section-works_detail__img_web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4.0rem;
}
.section-works_detail__img_web img {
  object-fit: cover;
  max-width: 100%;
  width: 45%;
  height: 100%;
  box-shadow: 0 0px 8px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / -9%);
}
.section-works_detail_link p {
  margin-top: 0;
}
.section-works_detail_link p:nth-child(2n)  {
  margin-bottom: 20px;
}
.section-works_detail_link:last-child p {
  margin-bottom: 0;
}
.section-works_detail_link p a {
  display: inline-block;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 400;
}
.section-works_detail_link p a:hover {
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}
@media(max-width:768px) {
  .section-works_detail {
    width: 100%;
    margin-top: 64px;
  }
  .section-works_detail_wapper {
    padding: 0 2.4rem 0;
  }
  .section-works_detail h3 {
    font-size: 1.4rem;
  }
  .section-works_detail p {
    font-size: 1.4rem;
  }
  .section-works_detail_link p a {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .section-works_detail__img_3clm{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  }
  .section-works_detail__img_3clm img {
  width: 100%;
  margin-right: 0;
  padding-bottom: 4.8rem
  }
  .section-works_detail__img_3clm img:last-child {
    padding-bottom: 0;
  }
}
/*works_detail*/
/*detail_btn*/
.detail_btn {
  width: 80%;
  max-width: 800px;
  margin: 160px auto 0;
}
.detail_btn_wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail_btn a {
  color: #333333;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.detail_btn a:hover {
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}
.detail_btn a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(0.5, 1);
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}
.detail_btn a:hover::after {
  transform: scale(1, 1);
  background: #cccccc;
}
.detail_btn .none {
  visibility: hidden;
}
@media(max-width:768px) {
  .detail_btn {
    width: 100%;
    margin-top: 88px;
  }
  .detail_btn a {
    font-size: 1.3rem;
  }
  .detail_btn_wapper {
    padding: 0 2.4rem 0;
  }
}

/*works_detail*/