@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
  font-size: 62.5%;
}
body {
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 1.4rem;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    text-align: center;
    background-color: #EAE3E4;
}
ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pc {
    margin: 0 auto;
    display: block;
    padding-top: 0px;
}
.sp {
  display: none;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a {
    word-break: break-all;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=80 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #FF5D5D;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.inner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#contents {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 1022px;
    margin: 0 auto;
    background-size: 1022px auto;
    text-align: center;
    padding-top: 197px;
}
#contents h1 {
    margin-bottom: 72px;
}
#contents .about {
    margin-bottom: 33px;
}
#contents .project {
    margin-bottom: 30px;
}
#contents .support {
    position: relative;
    mix-blend-mode: multiply;
    padding: 45px 0;
    background: #f8f3b7;
}
footer {
    padding: 20px 0;
}
footer p {
    color: #ff0000;
    font-weight: bold;
}

@media screen and (max-width:768px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .inner {
    padding: 0 10% 0;
  }
#contents {
    width: 100%;
    background-image: url(../images/bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 16% 0 0;
    max-width: none;
}
#contents h1 {
    margin-bottom: 10%;
}
#contents .about {
    margin: 0 auto 5%;
    width: 80%;
}
#contents .support {
    margin: 0 auto;
    padding: 5% 0;
    width: 91%;
}
footer {
    padding: 5% 10%;
}
footer p {
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
}

}
