@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;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px    162% = 21px    239% = 31px
 93% = 12px    170% = 22px    247% = 32px
100% = 13px    177% = 23px    254% = 33px
108% = 14px    185% = 24px    262% = 34px
116% = 15px    193% = 25px    270% = 35px
124% = 16px    200% = 26px    277% = 36px
131% = 17px    208% = 27px    285% = 37px
139% = 18px    216% = 28px    293% = 38px
147% = 19px    224% = 29px    300% = 39px
154% = 20px    231% = 30px    308% = 40px
*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
 * clearfix
 */
.clearfix, .snsBtn, .info-area, .btn-app {
  *zoom: 1;
}
.clearfix:after, .snsBtn:after, .info-area:after, .btn-app:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
 * sns btn
 */
.snsBtn {
  width: 124px;
  position: absolute;
  z-index: 100;
  right: 3px;
  top: 3px;
}
.snsBtn li {
  width: 40px;
  margin-right: 2px;
  float: left;
}
.snsBtn li:last-child {
  margin-right: 0;
}

/*
 *	footer
 */
.page-footer {
  width: 100%;
  min-width: 1000px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  color: #fff;
  background-color: #000;
  margin-top: 74px;
}
.page-footer small {
  font-size: fs(10);
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.txt-marker {
  background-color: #ffcc00;
}

.main-area {
  position: relative;
  background: url('../img/bg-top.jpg?1390197485') no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  height: 813px;
  z-index: 1;
}
.main-area .container {
  height: 813px;
}
.main-area .logo-area {
  width: 500px;
  margin-top: -216px;
  position: absolute;
  top: 50%;
  right: 0;
}
.main-area .logo-area .logo-app {
  width: 500px;
  margin-bottom: 50px;
}
.main-area .logo-area .logo-corp {
  text-align: center;
}
.main-area .video-area {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../img/iphone.png?1390370741') no-repeat center bottom;
  width: 430px;
  height: 799px;
}
.main-area .video-area .movie-phone {
  width: 354px;
  height: 626px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  margin-left: -175px;
}

.info-area {
  width: 100%;
  min-width: 1000px;
  border-top: 10px solid #ffcc00;
  position: relative;
  padding-top: 68px;
}
.info-area:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 74px;
  height: 82px;
  background: url('../img/line-shizuru.png?1390371380') no-repeat;
  margin-left: -98px;
}
.info-area .main-info {
  width: 398px;
  float: left;
}
.info-area .main-info .ttl-main-info {
  margin-bottom: 42px;
}
.info-area .main-info .txt-main-info {
  line-height: 150%;
  font-size: 116%;
}
.info-area .note-info {
  width: 480px;
  float: right;
  margin-right: 20px;
}
.info-area .note-info .ttl-note-info {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 116%;
}
.info-area .note-info .note-lists {
  margin-bottom: 46px;
  line-height: 170%;
  font-size: 116%;
}
.info-area .note-info .note-lists li {
  padding-left: 24px;
  background: url('../img/icon-list.png?1390107939') left center no-repeat;
}

.btn-app dt {
  width: 257px;
  float: left;
  margin-right: 10px;
}
.btn-app dd {
  margin-top: 15px;
  float: left;
}
.btn-app dd a {
  line-height: 140%;
  font-size: 93%;
}
