@charset "UTF-8";
/* CSS Document */
@import url("common.css");
/*ファーストビュー*/
.fast {
  max-width: 1800px;
  padding-top: 50px;
}
/*実績紹介*/
.jisseki {
  margin: 50px auto;
  background-color: #000;
  background-image: url("img/jibc.png");
  background-repeat: round;
  color: #fff;
  animation: bgscroll 20s linear infinite;

}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50vw 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50vw 0;
  }
}
.ji {
  max-width: 600px;
  margin: 50px auto 100px;
}
.kakkou {
  padding-bottom: 80px;
}
/*写真加工*/
.photo {
  margin-bottom: 200px;
}
.photo_flex {
  display: flex;
  justify-content: center;
  max-width: 1278px;
  margin: 0 auto 80px;
}
/*フロー*/
.flow {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  width: 400px;
  padding: 20px 30px;
  margin: 0 auto;
  font-size: 13pt;
  margin-bottom: 5px;
}
.bac {
  background-color: #F6F6F6;
  width: 100%;
  padding-bottom: 180px;
  margin-bottom: 100px;
}
/*-----------------------WORK-----------------------*/
/*ファースト*/
.fast2 {
  text-align: right;
}
/*実績紹介*/
.flex {
  display: flex;
  align-items: baseline;
}
.flex1 {
  margin-right: 20px;
}
.actual {
  background-color: #F6F6F6;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.flex_rogo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 50px auto;
  justify-content: center;
  padding-bottom: 200px;
}
.rogo {
  max-width: 300px;
  margin: 0 20px;
}
/*リンク*/
.name a {
  color: #000;
  text-decoration: none;
}
.name a:hover {
  color: #000;
}
.name .a_white {
  color: #fff;
  text-decoration: none;
}
.pc {
  display: block;
}
.sm {
  display: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝responsive＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (max-width:414px) {
  /*ーーーーーーーーーー共通ーーーーーーーーーーー*/
  .pc {
    display: none;
  }
  .sm {
    display: block;
  }
  /*文字*/
  h1 {
    margin-bottom: 0;
    font-size: 22px;
  }
  h2 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .bun {
    padding-top: 100px;
    text-align: left;
    margin: 0 7%;
  }
  .subun {
    padding-top: 50px;
  }
  .title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 10pt;
  }
  .subtitle {
    font-size: 13pt;
  }
  .text {
    line-height: 1.8em;
    padding-bottom: 70px;
    font-size: 12pt;
  }
  .subtext {
    line-height: 31px;
    font-size: 12pt;
  }
  .center {
    text-align: center;
    padding-bottom: 50px;
  }
  hr {
    width: 50%;
    margin: -20px auto 0;
  }
  /*ヘッダー*/
  header {
    position: fixed;
    height: 50px;
    width: 414px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7); /* 背景のみ半透明 */
    top: 0px;
    z-index: 20;
  }
  .menu_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
  .menu {
    display: flex;
    width: 150px;
    justify-content: space-between;
    align-items: center;
    height: 3px;
    margin-top: 30px;
    margin-right: 10px;
    font-size: 9pt;
  }
  .rogo img {
    width: 130px;
    height: auto;
  }
  .rogo {
    margin-top: 3px;
  }


  /*フッター*/
  footer {
    max-width: 414px;
    text-align: center;
    padding: 10px 30px 20px;
    width: 100%;
    align-items: baseline;
  }
  .footer {
    display: flex;
    padding-top: 50px;
    padding-bottom: 20px;
    align-items: center;
  }
  .menu2 {
    margin-left: -30px;
  }
  .rogo2 {
    width: 250px;
  }
  .insta {
    margin-left: 9px;
  }
  .f_text {
    font-size: 12pt;
    color: #929292;
  }
  .f_submenu {
    color: #9A9A9A;
    font-size: 10pt;
    margin-top: -15px;
    margin-left: 25px;
  }
  .sns {
    margin-left: 100px;
  }
  .catch {
    display: flex;
    align-items: center; /*垂直中心 */
    justify-content: flex-start;
  }
  .catch:before {
    border-top: 1px solid;
    content: "";
    width: 1em; /* 線の長さ */
  }
  .catch:before {
    margin-right: 0.5em; /* 文字の右隣 */
  }
  .catch1 {
    margin-top: -230px;
    display: flex;
    align-items: center; /*垂直中心 */
    justify-content: flex-start;
  }
  .catch1:before {
    border-top: 1px solid;
    content: "";
    width: 1em; /* 線の長さ */
  }
  .catch1:before {
    margin-right: 0.5em; /* 文字の右隣 */
  }

  /*ーーーーーーーーーーTOPーーーーーーーーー*/
  /*ファーストビュー*/
  .fast {
    max-width: 414px;
    overflow: hidden;
    padding-top: 39px;
    margin-bottom: -50px;
  }
  /*実績紹介*/
  .lightSlider img {
    width: 280px;
    height: auto;
    margin: 0 auto;
  }
  .jisseki {
    margin: 50px auto;
    background-color: #000;
    background-image: url("img/jibc.png");
    background-size: auto;
    background-repeat: round;
    color: #fff;
    animation: bgscroll 20s linear infinite;
  }
  /*写真加工*/
  .photo {
    margin-bottom: 100px;
  }
  /*フロー*/
  .flow {
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    width: 280px;
    padding: 20px 30px;
    margin: 0 auto;
    font-size: 12pt;
    margin-bottom: 5px;
  }
  .bac {
    background-color: #F6F6F6;
    width: 100%;
    padding-bottom: 180px;
    margin-bottom: 100px;
  }
  .flow_yaji img {
    width: 30px;
    height: auto;
  }
  /*ーーーーーーーーーーWORKーーーーーーーーーーー*/
  /*ファーストビュー*/
  .fast2 {
    width: 350px;
  }
  /*ポートフォリオ*/
  .flex_rogo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px auto;
    justify-content: center;
    padding-bottom: 40px;
  }
  .rogo {
    max-width: 200px;
    margin: 10px 10px;
    margin-top: -0px;
  }
}