@charset "UTF-8";
/* CSS Document */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font: 16px/1.4 -apple-system, BlinkMacSystemFont, Verdana, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  font-weight: 300;
  overflow-x: hidden;
  color: #565656;
  background: #fff;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/*共通*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#header {
  z-index: 10;
}
.site-logo {
  position: relative;
  top: 2em;
  left: 2em;
  width: 77px;
  height: 77px;
  float: left;
}
.inner {
  clear: both;
  width: 100%;
  line-height: 1.8;
}
.inner-layout {
  padding: 20px;
}
.copy-ttl {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  padding: 16px 0;
}
/*main*/
.main {
  text-align: center;
  background-image: url("../images/mainbg.jpg");
  background-size: auto 720px;
  -moz-background-size: auto 720px;
  -webkit-background-size: auto 720px;
  background-repeat: no-repeat;
  background-position: center top;
}
.copy {
  clear: both;
  color: #000;
  font-weight: 200;
  line-height: 1.273;
  padding: 3em 0 1em 0;
}
.copy-text {
  text-shadow: 3px 3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, -3px -3px 3px #fff, 0 0 100px #fff;
	font-size: 1.8em;
}
.copyimg {
  background-color: #eee;
  width: 222px;
}
/*download*/
.download {
  color: #000000;
  font-size: 1em;
  line-height: 1;
  font-weight: 800;
  padding: 60px  0 10px 0;
}
.download span {
  margin: 10px 0;
  display: block;
  font-size: 7.1vw;
  font-weight: bold;
}
/*.download li {
   float: left;
}*/
.download img {
  margin: 3px 0;
  max-width: 260px;
}
/*hero*/
.hero {
  color: #565656;
  text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 0 0 100px #fff;
  background-image: url("../images/smp_hero_bgimg.jpg");
  background-position: top;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  clear: both;
}
.hero .copy-ttl {
  padding-top: 300px;
}
.hero-text {
  font-weight: bold;
}
/*intro*/
.intro {
  color: #565656;
  background-color: #FFD8D8;
}
.intro-box dt {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.intro-box dd {
  padding: 10px 0;
}
.intro-box img {
  width: 100%;
}
/*help*/
.help {
  text-align: center;
}
.help .inner-layout {
  padding: 0;
}
.help dt {
  font-size: 1.2em;
}
.help dt span {
  font-size: 3em;
}
.help dd {
  font-size: 1.2em;
  font-weight: 500;
}
.help-box01 {
  padding: 0 20px 50px;
  background-image: url("../images/bg_profile.jpg");
  background-position: bottom;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.help-box02 {
  padding: 20px;
  background-image: url("../images/bg_search.jpg");
  background-position: bottom;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.help-box03 {
  padding: 20px;
  background-image: url("../images/bg_chat.jpg");
  background-position: bottom;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.recommend {
  background-image: url("../images/smp_recommend_bgimg.jpg");
  background-position: top;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fed9f8;
}
.recommend ul, .notes p {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
/*notes*/
.notes {
  background-color: #eee;
}
.notes p {
  background-color: #fff;
  padding: 20px;
}
/*footer*/
footer {
  background-color: #fff;
}
footer ul {
  text-align: center;
}
footer li {
  display: inline-block;
}
footer li a {
  color: #565656;
  font-size: 0.75em;
  text-decoration: none;
  border-right: solid 1px #ccc;
  padding: 0 5px;
}
footer li:first-child a {
  border-left: solid 1px #ccc;
}
footer p {
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 750px) {
  .copy-ttl {
    font-size: 1.8em;
  }
  body {
    max-width: 1200px;
  }
  .main {
    -moz-background-size: 100% 480px;
    -webkit-background-size: 100% 480px;
    background-size: contain;
  }
  .main .inner-layout {
    padding: 0 5%;
  }
  .copy {
    float: left;
    position: relative;
    top: 5em;
    left: 5em;
    line-height: 1.5;
  }
  .copy-text {
	  font-size: 2em;
    text-align: left;
    font-weight: bold;
  }
  .copyimg {
    position: relative;
    top: 7em;
    right: -2em;
    margin-bottom: -8em;
    width: 30vw;
    max-width: 280px
  }
  .download {
    background-color: #fff;
    clear: both;
    width: 56%;
    padding: 10px 20px;
    margin: 0 0 30px 0;
  }
  .download span {
    font-size: 1.6em;
    font-weight: bold;
  }
  .download p {
    font-size: 1.2em;
    line-height: 1.1;
    font-weight: 800;
    padding: 0 0 10px;
  }
  .hero {
    color: #565656;
    text-shadow: none;
    height: 450px;
    text-align: left;
    padding: 20px 0 80px;
    background-image: url("../images/hero_bgimg.jpg");
    background-position: 0 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero .inner {
    background-color: rgba(255, 255, 255, 0.8);
    width: 44%;
    padding: 10px;
    margin-top: 15em;
  }
  .hero .copy-ttl {
    text-align: left;
    padding-top: 0;
  }
  .intro .copy-ttl, .help .copy-ttl {
    padding: 30px;
  }
  .intro-list-item {
    padding-bottom: 20px;
    float: left;
    width: 24%;
    margin-right: 8px;
  }
  .intro-list-item:last-child {
    margin-right: 0;
  }
  .intro .inner-layout {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .help dl {
    padding: 10px 0 100px;
    width: 33.33%;
    float: left;
  }
  .recommend {
    clear: both;
    background-image: url("../images/recommend_bgimg.jpg");
    background-position: center top;
    background-size: 100%;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .recommend .inner-layout {
    width: 50%;
    padding: 3%;
  }
  footer li a {
    font-size: 14px;
    padding: 0 10px;
  }
}