#fvContainer {
  width: 90%;
  max-width: 960px;
  margin: 130px auto 0;
}

.title {
  width: 100%;
  display: flex;
  margin-left: -109px;
}

.number {
  font-size: 86.5px;
  line-height: 1.15;
}

.title h1 {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  margin-left: 22px;
}

.title h1::after {
  content: "";
  display: block;
  width: 71px;
  height: 4.5px;
  background: #000;
}

.titleText {
  margin-top: 30px;
}

.titleText p:first-of-type {
  font-size: 30px;
  font-weight: bold;
}

.titleText p:last-of-type {
  margin-top: 40px;
}






/* サービス */
#serviceContainer {
  width: 100%;
  margin-top: 60px;
}

.service {
  width: calc(50vw + 480px);
  position: relative;
  left: calc(50vw - 480px);
  background: #F4F5F4;
  padding-bottom: 130px;
}

.serviceImg {
  width: 100%;
  height: 500px;
  background: url(../img/service1.png) left center / cover no-repeat;
}

.serviceText {
  width: 680px;
  padding: 40px 50px;
  box-sizing: border-box;
  background: #fff;
}

h2 {
  font-size: 38px;
  letter-spacing: 4px;
}

.serviceText p {
  margin-top: 20px;
}



/* サービス２ */
.serviceImg.apparel {
  background: url(../img/service2.png) left center / cover no-repeat;
}

.serviceText.apparel {
  margin: -70px 0 0 200px;
}

.serviceText .shop img {
  width: 30px;
}
.serviceText .sns li:last-of-type img {
  width: 29.4px;
}





/* コンタクト */
#contactContainer {
  width: 100%;
  background: #595958;
  padding: 120px 0;
}

.contactTitle {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.contactTitle a {
  display: block;
  color: #fff;
  position: relative;
}
.contactTitle a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 52%;
  left: 300px;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.contactTitle:hover a::after {
  left: 320px;
}

.contactTitle h2::after {
  content: "";
  display: block;
  width: 71px;
  height: 4.5px;
  background: #fff;
}

.contactTitle p {
  margin-top: 15px;
}









/* タブレット */
@media(max-width: 1024px) {
  /* #fvContainer {
    width: 90%;
    max-width: 960px;
    margin: 130px auto 0;
  } */
  
  .title {
    /* width: 100%;
    display: flex; */
    margin-left: 0px;
  }
  
  /* .number {
    font-size: 86.5px;
    line-height: 1.15;
  }
  
  .title h1 {
    font-size: 38px;
    letter-spacing: 4px;
    position: relative;
    margin-left: 22px;
  }
  
  .title h1::after {
    content: "";
    display: block;
    width: 71px;
    height: 4.5px;
    background: #000;
  }
  
  .titleText {
    margin-top: 30px;
  } */
  
  /* .titleText p:first-of-type {
    font-size: 30px;
    font-weight: bold;
  }
  
  .titleText p:last-of-type {
    margin-top: 40px;
  } */
  
  
  
  
  
  
  /* サービス */
  #serviceContainer {
    width: 100%;
    margin-top: 60px;
  }
  
  .service {
    width: 100%;
    /* position: relative; */
    left: 0;
    /* background: #F4F5F4;
    padding-bottom: 130px; */
  }
  
  .serviceImg {
    /* width: 100%; */
    height: 500px;
    background: url(../img/service1Sp.png) center center / cover no-repeat;
  }
  
  .serviceText {
    width: calc(100% - 50px);
    margin: -50px 0 0 50px;
    /* padding: 40px 45px;
    background: #fff; */
  }
  
  /* h2 {
    font-size: 38px;
    letter-spacing: 4px;
  }
  
  .serviceText p {
    margin-top: 20px;
  } */
  
  
  
  /* サービス２ */
  .serviceImg.apparel {
    background: url(../img/service2Sp.png) center center / cover no-repeat;
  }
  
  .serviceText.apparel {
    margin: -50px 0 0 50px;
  }
  
  /* .serviceText .sns li:last-of-type img {
    width: 29.4px;
  } */
  
  
  
  
  
  /* コンタクト */
  /* #contactContainer {
    width: 100%;
    background: #595958;
    padding: 120px 0;
  }
  
  .contactTitle {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
  
  .contactTitle a {
    display: block;
    color: #fff;
    position: relative;
  }
  .contactTitle a::after {
    content: "";
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 52%;
    left: 300px;
    transform: rotate(-45deg);
    transition: 0.2s;
  }
  .contactTitle:hover a::after {
    left: 320px;
  }
  
  .contactTitle h2::after {
    content: "";
    display: block;
    width: 71px;
    height: 4.5px;
    background: #fff;
  }
  
  .contactTitle p {
    margin-top: 15px;
  } */

}





/* スマホ */
@media(max-width: 560px) {
  #fvContainer {
    /* width: 90%;
    max-width: 960px; */
    margin: 80px auto 0;
  }
  
  .title {
    /* width: 100%;
    display: flex; */
    margin-left: 0px;
  }
  
  /* .number {
    font-size: 86.5px;
    line-height: 1.15;
  }
  
  .title h1 {
    font-size: 38px;
    letter-spacing: 4px;
    position: relative;
    margin-left: 22px;
  }
  
  .title h1::after {
    content: "";
    display: block;
    width: 71px;
    height: 4.5px;
    background: #000;
  } */
  
  .titleText {
    margin-top: 10px;
  }
  
  .titleText p:first-of-type {
    font-size: 20px;
    /* font-weight: bold; */
  }
  
  .titleText p:last-of-type {
    margin-top: 26px;
  }
  
  
  
  
  
  
  /* サービス */
  #serviceContainer {
    width: 100%;
    margin-top: 40px;
  }
  
  .service {
    width: 100%;
    /* position: relative; */
    left: 0;
    /* background: #F4F5F4; */
    padding-bottom: 70px;
  }
  
  .serviceImg {
    /* width: 100%; */
    height: 270px;
    /* background: url(../img/service1Sp.png) left center / cover no-repeat; */
  }
  
  .serviceText {
    width: calc(100% - 20px);
    margin: -30px 0 0 20px;
    padding: 20px 15px;
    /* background: #fff; */
  }
  
  h2 {
    /* font-size: 38px; */
    letter-spacing: 1px;
  }
  
  .serviceText p {
    margin-top: 10px;
  }

  .serviceText .sns {
    margin: 30px 0 26px;
  }
  
  
  
  /* サービス２ */
  .serviceImg.apparel {
    background: url(../img/service2Sp.png) center center / cover no-repeat;
  }
  
  .serviceText.apparel {
    margin: -30px 0 0 20px;
  }
  
  /* .serviceText .sns li:last-of-type img {
    width: 29.4px;
  } */
  
  
  
  
  
  /* コンタクト */
  #contactContainer {
    /* width: 100%;
    background: #595958; */
    padding: 70px 0 80px;
  }
  
  /* .contactTitle {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
  
  .contactTitle a {
    display: block;
    color: #fff;
    position: relative;
  } */
  .contactTitle a::after {
    /* content: "";
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute; */
    top: 50%;
    left: auto;
    right: 60px;
    /* transform: rotate(-45deg);
    transition: 0.2s; */
  }
  .contactTitle:hover a::after {
    left: auto;
    right: 50px;
  }
  
  /* .contactTitle h2::after {
    content: "";
    display: block;
    width: 71px;
    height: 4.5px;
    background: #fff;
  }
  
  .contactTitle p {
    margin-top: 15px;
  } */

}
