/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * BANNER
 * WORKS
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
body {
  background-image: none;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .banner {
    padding: 0;
  }
}
.banner .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .banner .container {
    max-width: 1170px;
  }
}
.banner .container > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .banner .container > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.banner .pic img{
  width: auto;
  height: auto;
}
@media (max-width: 1199px) {
  .banner .pic {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .banner .pic {
    padding-top: 300px;
  }
}
.banner .txt {
  position: relative;
}
@media (max-width: 1199px) {
  .banner .txt {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  .banner .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner .pc img {
  position: absolute;
}
.banner .pc img:nth-child(1) {
  top: -40px;
  left: 155px;
  -webkit-animation: scale 1s ease both 0.5s;
          animation: scale 1s ease both 0.5s;
}
.banner .pc img:nth-child(2) {
  top: 80px;
  right: 0;
  -webkit-animation: scale 1s ease both 1s;
          animation: scale 1s ease both 1s;
}
.banner .pc img:nth-child(3) {
  top: 230px;
  left: 280px;
  -webkit-animation: scale 1s ease both 1.5s;
          animation: scale 1s ease both 1.5s;
}
.banner .mobile img {
  width: 200px;
  height: auto;
  -webkit-animation: scale 1.5s ease both 0.5s;
          animation: scale 1.5s ease both 0.5s;
}
@media (min-width: 576px) {
  .banner .mobile img {
    width: 300px;
  }
}
.banner .text {
  color: #424242;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  margin-top: 100px;
  position: relative;
  -webkit-animation: slide-top 1s ease both 1.5s;
          animation: slide-top 1s ease both 1.5s;
}
.banner .text::before {
  content: "";
  background-image: url(../images/ink.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -80px;
  left: 135px;
}
.banner .text::after {
  content: "";
  background-image: url(../images/ink-02.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 190px;
  left: -80px;
}
.banner .text p:first-child {
  margin-top: -0.5rem;
}
@media (min-width: 576px) {
  .banner .text {
    font-size: 1.125rem;
    margin-top: 200px;
  }
}
@media (min-width: 1200px) {
  .banner .text {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    padding-left: 1rem;
    margin-top: 320px;
  }
}

/*------------------------------------*\
    WORKS
\*------------------------------------*/
.works {
  padding: 3.5rem 0 6rem;
}
.works .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .works .container {
    max-width: 1170px;
  }
}
.works .works-list {
  margin: 0 -12px;
  position: relative;
}
.works .works-list::before {
  content: "";
  background-image: url(../images/ink-03.svg);
  width: 100px;
  height: 150px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -180px;
}
.works .works-list::after {
  content: "";
  display: block;
  clear: both;
}
.works .works-list .item {
  padding: 0 12px;
  float: left;
  opacity: 0;
  -webkit-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
  width: 100%;
}
.works .works-list .item.visible {
  opacity: 1;
}
.works .works-list .item:first-child {
  margin-top: -3rem;
}
.works .works-list .item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .works .works-list .item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .works .works-list .item:first-child {
    margin-top: -8rem;
  }
}
.works .works-list .more {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 12px;
  bottom: -2rem;
}
.works .works-list .more span {
  border-radius: 50%;
  background-color: #333333;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.works .works-list .more:hover {
  color: #f97a63;
}
.works .works-list .more:hover span {
  background-color: #f97a63;
  margin-left: 2rem;
}
@media (min-width: 576px) {
  .works .works-list .more {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
    bottom: 2rem;
  }
  .works .works-list .more span {
    font-size: 0.9375rem;
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
}