html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
img {
  vertical-align: bottom
}
body {
  width: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.78;
  color: #333333
}
a {
  color: #333333;
  text-decoration: none;
  word-break: break-word
}
a:visited {
  outline: none
}
a:hover {
  text-decoration: none
}
img {
  max-width: 100%
}
a:hover.hover {
  opacity: 0.7;
  transition: .4s;
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*===========
inview
===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: 1s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 0.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
i {
  margin: 0 1em;
}
a.btn {
  border-radius: 40px;
  padding: 15px 50px;
  color: #fff;
  font-size: 0.8em;
  background-color: #074e87;
  text-decoration: none;
  font-weight: bold;
  vertical-align: top;
}
a:hover.btn {
  color: #fff;
  opacity: 0.7;
  transition: .4s;
}
.pc-vis {
  display: block;
}
.sp-vis {
  display: none;
}
#mainbg {
  background-color: #000;
}
#main {
  width: 100vw;
  height: 80vh;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  display: flex;
  background-image: url("../img/main_bg.jpg");
  position: relative;
  text-indent: -9999px;
  opacity: 0;
}
#main .reed img {
  width: 300px;
  height: auto;
  position: absolute;
  left: 100px;
  bottom: 0px;
}
#main_img {
  padding-top: 1em;
  background-color: #000;
}
#main_img img {
  width: 100%;
  height: auto;
}
#work {
  padding: 4em 0 2em;
  text-align: center;
  background-color: #e2e1df;
}
#gallery {
  padding: 5em 0 3em;
  text-align: center;
  background-color: #edecea;
}
#about {
  padding: 10em 0 10em 2em;
  color: #ffffff;
  font-size: 0.6em;
  background: url("../img/about_bg.jpg") no-repeat top center;
  background-size: cover;
}
#about h2 {
  padding-bottom: 3em;
}
#about p {
  padding-bottom: 2em;
  width: 50%;
}
#about .mail img {
  width: 24px;
  height: auto;
}
footer {
  color: #808080;
  padding: 4em 0;
  text-align: center;
  font-size: 0.6em;
  background-color: #171717;
}
footer copy {
  line-height: 1em;
}
@media screen and (max-width: 576px) {
  .pc-vis {
    display: none;
  }
  .sp-vis {
    display: block;
  }
  a.btn {
    padding: 12px 50px;
    font-size: 0.7em;
  }
  .row > div {
    padding-right: 0px;
    padding-left: 0px;
  }
  #main {
    width: 100vw;
    height: 80vh;
    background-image: url("../img/main_bg_sp.jpg");
  }
  #main .reed img {
    width: 65%;
    left: 1em;
    bottom: 0px;
  }
  #main_img {
    padding-top: 0;
  }
  #work h2 img {
    width: 32%;
    height: auto;
    margin-bottom: 0.6em;
  }
  #gallery h2 img {
    width: 25%;
    height: auto;
    margin-bottom: 0.6em;
  }
  #about {
    padding: 7em 0 7em 1em;
    background: url("../img/about_bg_sp.jpg") no-repeat top center;
  }
  #about h2 img {
    width: 32%;
    height: auto;
  }
  #about h2 {
    padding-bottom: 1em;
  }
  #about p {
    width: 80%;
  }
  footer {
    font-size: 0.5em;
  }
  footer copy {
    line-height: 1em;
  }
}