@charset "UTF-8";
/* CSS Document */
.works-top {
  width: 100%;
  height: 50vh;
  background: -moz-linear-gradient(top, #F5F5F5, #F2D9D2);
  background: -webkit-linear-gradient(top, #F5F5F5, #F2D9D2);
  background: linear-gradient(to bottom, #F5F5F5, #F2D9D2);
  position: relative;
}
.custom-shape-divider-bottom-1652219646 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1652219646 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
  transform: rotateY(180deg);
}
.custom-shape-divider-bottom-1652219646 .shape-fill {
  fill: #FFFFFF;
}
@media(min-width: 426px) {
  .custom-shape-divider-bottom-1652219646 svg {
    height: 80px;
  }
}
@media(min-width: 1020px) {
  .custom-shape-divider-bottom-1652219646 svg {
    height: 137px;
  }
}
/*トップフォントファミリー指定*/
.works-top h2, .section-works__h2 {
  font-family: 'Cormorant Garamond', serif;
}
.works-top h2 {
  color: #ABABAB;
  font-size: 3.4rem;
  font-weight: 100;
  letter-spacing: .3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.glowAnime span {
  opacity: 0;
}
/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}
@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #a9a9a9, 0 0 0 #ABABAB;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #a9a9a9, 0 0 15px #ABABAB;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #a9a9a9, 0 0 0 #ABABAB;
  }
}
/*フォントの指定*/
.section-works h3, .section-works h4, .section-works p {
  color: #3D3D3D;
  font-size: 1.4rem;
  letter-spacing: .1em;
  text-align: left;
}
.section-works h3, .section-works h4 {
  font-weight: 300;
}
.section-works h4 {
  padding-bottom: 40px;
}
/* ↑ここまで--------- */
.section-works {
  margin: 100px 0px 100px;
}
.section-works__h2 {
  color: #333;
  font-size: 2.4rem;
  font-weight: 100;
  letter-spacing: .2em;
  text-align: left;
  padding: 24px 80px 40px 60px;
  position: relative;
}
/*h2前の線のあしらい*/
.section-works__h2:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 40px;
  width: 1px;
  height: 90px;
  background: #333;
}
@media (min-width: 769px) {
  .section-works__h2 {
    margin: 0px 100px 0px 100px;
  }
}
@media (min-width: 1440px) {
  .section-works__h2 {
    margin-left: 200px;
  }
}
.section-works li {
  max-width: 375px;
  margin: 0px 12px;
}
/*実績ホームページ、実績ロゴリスト、実績バナーリスト*/
.section-works__homepage-wrap, .section-works__logo-wrap {
  margin-bottom: 5px;
}
.section-works__homepage-wrap__list, .section-works__logo-wrap__list, .section-works__banner-wrap__list, .section-works__namecard-wrap__list {
  max-width: 375px;
  margin: 0 auto 60px;
}
.section-works__homepage-wrap__list ul, .section-works__logo-wrap__list ul, .section-works__banner-wrap__list ul, .section-works__namecard-wrap__list ul {
  list-style: none;
}
.section-works__homepage-wrap__list ul li img, .section-works__logo-wrap__list ul li img, .section-works__banner-wrap__list ul li img, .section-works__namecard-wrap__list ul li img {
  width: 100%;
  margin-bottom: 10px;
}
.section-works__homepage-wrap__list ul li p a {
  text-decoration: none;
  color: #CD8687;
}
.section-works__logo-wrap__list-h3, .section-works__banner-wrap__list-h3 {
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .section-works__homepage-wrap-00, .section-works__homepage-wrap-0, .section-works__homepage-wrap-01, .section-works__homepage-wrap-1, .section-works__homepage-wrap-2, .section-works__logo-wrap-1, .section-works__logo-wrap-2, .section-works__banner-wrap, .section-works__namecard-wrap-1, .section-works__namecard-wrap-2 {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 60px auto 60px auto;
  }
}
/*↑ここまで-----------*/
/*共通ボタン*/
.works-button-position {
  /*ボタンを中央寄せ*/
  text-align: center;
  margin-bottom: 120px;
}
.works-button {
  /*矢印基点のためのrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: 1px solid #707070;
  background-color: #FFF;
  padding: 12px 26px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  color: #333;
  letter-spacing: .2em;
  /*ボタンアニメーション*/
  transition: all .2s linear;
}
.works-button:hover {
  background-color: #d8d8d8;
}
/*矢印の形状*/
.works-button::before {
  content: "";
  /*下線の位置*/
  position: absolute;
  top: 50%;
  right: -30px;
  /*下線の見た目*/
  width: 50px;
  height: 1px;
  background: #707070;
  /*ボタンアニメーション*/
  transition: all .2s linear;
}
.works-button::after {
  content: "";
  /*矢印の位置*/
  position: absolute;
  top: 26%;
  right: -24px;
  /*矢印の見た目*/
  width: 1px;
  height: 12px;
  background: #707070;
  transform: skewX(45deg);
  /*アニメーションの指定*/
  transition: all .2s linear;
}
/*hover時の移動*/
.works-button:hover::before {
  right: -56px;
}
.works-button:hover::after {
  right: -50px;
}