@charset "utf-8";
/* 
-------------------------------------------------- */
/* responsive
-------------------------------------------------- */
.desktop {
  display: block;
}
.mobile {
  display: none;
}
/*
-------------------------------------------------- */
/* reset
-------------------------------------------------- */
body, div, dl, dt, dd, pre, code, form, fieldset, legend, blockquote {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
img {
  max-width: 100%;
}
/*
-------------------------------------------------- */
/* base
-------------------------------------------------- */
html, body {
  background: url(../img/back.jpg) center top repeat;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", Osaka, "遊ゴシック", YuGothic, "ＭＳ ゴシック", "sans-serif";
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
}
body {
  margin: 80px 0;
}
img {
  vertical-align: top;
}
em {
  font-style: normal;
  font-weight: bold;
}
a:link, a:visited {
  color: #669933;
  text-decoration: none;
}
a:hover, a:active {
  color: #F00;
}
/*
-------------------------------------------------- */
/* common
-------------------------------------------------- */
.note {
  color: #C00;
}
.attention {
  color: #F00;
}
/*
-------------------------------------------------- */
/* header
-------------------------------------------------- */
.header {
  background-color: #FFF;
  box-shadow: 0px 3px 5px #666;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.desktop-header {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 960px;
}
.logo {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 3;
}
.desktop-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.desktop-menu > li {
  display: inline-block;
  line-height: 80px;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.desktop-menu img {
  vertical-align: middle;
}
#footer {
  margin: 40px 0;
}
#footer .contact a {
  margin: 0 1.0em;
}
/*
-------------------------------------------------- */
/* content
-------------------------------------------------- */
.hero {
  background: url(../img/bg_main.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  font-size: 0;
}
.entry {
  font-size: 0;
}
#works, #howto, #qa {
  margin-top: -80px;
  padding-top: 80px;
}
#contents01 {
  background: url(../img/bg_contents01.png) center top no-repeat;
  height: 1317px;
}
#contents02 {
  background: url(../img/bg_contents02.png) center top no-repeat;
  height: 758px;
  margin: 20px 0 0 0;
}
#contents03 {
  background: url(../img/bg_contents03.png) center top no-repeat;
  height: 842px;
  margin: 20px 0 0 0;
  text-align: justify;
}
#contents03 p.qa01, #contents03 p.qa02, #contents03 p.qa03, #contents03 p.qa04 {
  width: 740px;
  margin: 0 auto;
  position: relative;
  left: 40px;
}
#contents03 p.qa01 {
  top: 240px;
}
#contents03 p.qa02 {
  top: 338px;
}
#contents03 p.qa03 {
  top: 454px;
}
#contents03 p.qa04 {
  top: 575px;
}
#contents04 {
  background-color: #FFF;
  width: 100%;
  height: 147px;
  margin: 20px 0 0 0;
  text-align: center;
}
.contactBtn {
  background: #ff7c7c;
  background-image: -ms-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: -moz-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: -o-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff7c7c), color-stop(1, #f16060));
  background-image: -webkit-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: linear-gradient(to bottom, #ff7c7c 0%, #f16060 100%);
  border: solid 1px #cc2729;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  white-space: nowrap;
}
.contactBtn:hover {
  background: #ff7c7c;
  color: #FF0;
}
.copy {
  padding: 20px;
  text-align: center;
}
.icons {
  margin: 20px 0 0;
}
.icons img {
  margin: 0 5px;
}
.manga p {
  font-size: 0;
  margin: 0;
}
/*
-------------------------------------------------- */
/* privacy + terms
-------------------------------------------------- */
.legal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  margin: 0 auto;
  padding: 3.0em 1.0em;
  max-width: 988px;
  text-align: justify;
  width: 100%;
}
.legal h1 {
  font-size: 2.0em;
  font-weight: 400;
  text-align: center;
}
.legal h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin: 0.5em 0;
}
.legal p {
  margin: 1.0em 0;
}
.decimal {
  list-style: decimal;
}
.lower-roman {
  list-style: lower-roman;
  list-style: decimal;
}
.lower-alpha {
  list-style: lower-alpha;
}
.upper-alpha {
  list-style: upper-alpha;
}
/*
-------------------------------------------------- */
/* contact
-------------------------------------------------- */
.contact {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.0em 1.0em;
  max-width: 988px;
  width: 100%;
}
/*
-------------------------------------------------- */
/* tweets
-------------------------------------------------- */
.tweets, .tweets * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tweets {
  font-size: 0;
  margin: 0 auto;
  max-width: 300px;
  position: fixed;
  top: 96px;
  right: 1.0rem;
  width: calc(100% - 2.0rem);
}
/*
-------------------------------------------------- */
/* laptop
-------------------------------------------------- */
@media only screen and (max-width: 1640px) {
  /*
-------------------------------------------------- */
  .tweets {
    margin: 2.0rem auto 0;
    max-width: 800px;
    position: relative;
    top: auto;
    right: auto;
  }
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/*
-------------------------------------------------- */
/* ========================================
mobile
======================================== */
/*
-------------------------------------------------- */
/* tablet
-------------------------------------------------- */
@media only screen and (max-width: 960px) {
  /*
-------------------------------------------------- */
  iframe {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  body {
    margin: 90px 0;
  }
  #works, #howto, #qa {
    margin-top: -90px;
    padding-top: 90px;
  }
  .mobile-header {
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    padding: 5px 0 0;
  }
  .mobile-header img {
    height: 50px;
  }
  .mobile-menu {
    background-color: #333;
    color: #FFF;
    line-height: 30px;
    vertical-align: middle;
  }
  .mobile-menu a {
    color: #db5a49;
    margin: 0 3px;
  }
  .signup {
    font-size: 0;
    text-align: center;
  }
  .job {
    font-size: 0;
    text-align: center;
  }
  .question, .answer {
    margin: 10px;
  }
  .question {
    background: rgba(255, 255, 255, 0.5);
    color: #91c068;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
  }
  .question span {
    background: #91c068;
    color: #FFF;
    display: inline-block;
    margin: 0 5px 0 0;
    text-align: center;
    width: 30px;
  }
  .answer {
    font-size: 12px;
    text-align: justify;
  }
  .answer b {
    color: #C00;
  }
  .mobile-join {
    position: relative;
  }
  .mobile-join .page-title {
    background: #b1d89b;
    font-size: 16px;
    left: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    width: 100%;
  }
  .iframe-wrapper {
    padding: 0 10px;
  }
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone12=844px)
-------------------------------------------------- */
@media only screen and (max-width: 844px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* tablets (portrait-ipad-pro10.5=834px)
-------------------------------------------------- */
@media only screen and (max-width: 834px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone12mini=812px)
-------------------------------------------------- */
@media only screen and (max-width: 812px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* tablets (android=800px)
-------------------------------------------------- */
@media only screen and (max-width: 800px) {
  /*
-------------------------------------------------- */
  .tweets {
    max-width: none;
  }
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* tablets (portrait-ipad=768px)
-------------------------------------------------- */
@media only screen and (max-width: 768px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone6plus=736px)
-------------------------------------------------- */
@media only screen and (max-width: 736px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone6=667px)
-------------------------------------------------- */
@media only screen and (max-width: 667px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone5=568px)
-------------------------------------------------- */
@media only screen and (max-width: 568px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (landscape-iphone4=480px)
-------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /*
-------------------------------------------------- */
  .legal, .contact {
    padding: 1.0em;
  }
  #footer .contact {
    font-size: 0;
  }
  #footer .contact a {
    border-bottom: 1px dotted #CCC;
    display: block;
    font-size: 14px;
    line-height: 40px;
    vertical-align: middle;
  }
  #footer .contact a:last-child {
    border: none;
  }
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-iphone6plus=414px)
-------------------------------------------------- */
@media only screen and (max-width: 414px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-iphone6=375px)
-------------------------------------------------- */
@media only screen and (max-width: 375px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-android=360x640px)
-------------------------------------------------- */
@media only screen and (max-width: 360px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* smartphones (portrait-iphone4/5=320px)
-------------------------------------------------- */
@media only screen and (max-width: 320px) {
  /*
-------------------------------------------------- */
  /*
-------------------------------------------------- */
}
/*
-------------------------------------------------- */
/* ========================================
end of mobile
======================================== */