@charset "UTF-8";
html,
body {
  font-size: 24px;
  color: #565245;
  width: 100%;
  height: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

a {
  color: #53a7f5; }

h1,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
  background-image: url("../images/common/transparent.png"); }

/* ヘッダー */
header {
  width: 100%;
  position: relative;
  height: 704px; }
  header img {
    position: absolute;
    left: -140px; }

/* 縦リスト */
.vList li {
  list-style: none;
  display: block; }

body {
  background-image: url("../images/common/bg.jpg");
  background-position: top center;
  width: 100%; }

/* ラッパー */
.wrap {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative; }

/* 中央のDOM */
.content {
  width: 640px;
  transform-origin: 0 0%;
  -moz-transform-origin: 0 0%;
  -webkit-transform-origin: 0 0%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 90px;
  overflow: hidden; }
  @media (min-width: 640px) {
    .content {
      overflow: visible; } }

/* 枠付きボード */
.board {
  padding: 30px 0;
  font-size: 24px;
  overflow: hidden;
  background-image: url("../images/common/board_top.jpg"), url("../images/common/board_bottom.jpg"), url("../images/common/board_middle.jpg");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, bottom center, center; }

/* 緑のボタン */
.button {
  width: 386px;
  height: 80px;
  display: block;
  background-image: url("../images/common/button/button_bg.png");
  background-repeat: no-repeat;
  position: relative; }
  .button img {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto; }

/* 木目背景 */
.wood {
  width: 466px;
  height: 129px;
  background-image: url("../images/common/wood_bg.png"); }

/* タイトル大 */
.title_l {
  width: 615px;
  height: 80px;
  background-image: url("../images/common/title_l_bg.png");
  position: relative; }
  .title_l img {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: auto; }

/* タイトル中 */
.title_m {
  width: 526px;
  height: 65px;
  background-image: url("../images/common/title_m_bg.png");
  position: relative; }
  .title_m img {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto; }

/* トップへ戻るボタン */
.topButton {
  display: block;
  height: 79px; }

/* 注意事項 */
.attention {
  width: 560px;
  margin: 0 auto;
  padding-bottom: 40px; }
  .attention h2 {
    height: 79px; }
  .attention ul {
    margin: 0 auto;
    padding: 40px 0;
    background-image: url("../images/common/attention/attention_bg.png");
    background-position: bottom; }
    .attention ul li {
      width: 486px;
      height: 84px;
      margin: 0 auto 5px;
      background-image: url("../images/common/attention/attention_li_bg.png"); }
      .attention ul li a {
        display: block;
        width: 100%;
        height: 70px;
        position: relative; }
        .attention ul li a img {
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }

/* フッター */
footer {
  position: absolute;
  width: 640px;
  height: 90px;
  transform-origin: 0 0%;
  -moz-transform-origin: 0 0%;
  -webkit-transform-origin: 0 0%;
  background-color: #FFF;
  overflow: hidden;
  font-size: 10px; }
  @media (min-width: 640px) {
    footer {
      width: 100%; } }

header {
  height: 676px; }

/* 応募(上) */
.apply_top {
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 159px;
  background-image: url("../images/index/apply/apply_top_bg.png");
  background-repeat: no-repeat;
  background-position: top center; }
  .apply_top h1 {
    height: 121px;
    margin-bottom: 10px; }

/* 応募(共通) */
.apply ul li {
  margin: 0 auto 10px;
  display: block;
  width: 606px;
  height: 146px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative; }
  .apply ul li.osaka {
    background-image: url("../images/index/apply/apply_osaka_bg.png"); }
  .apply ul li.nagoya {
    background-image: url("../images/index/apply/apply_nagoya_bg.png"); }
  .apply ul li.tokyo {
    background-image: url("../images/index/apply/apply_tokyo_bg.png"); }
  .apply ul li img {
    width: auto;
    height: auto; }
  .apply ul li img.place {
    position: absolute;
    top: 30px;
    left: 30px; }
  .apply ul li .schedule {
    position: absolute;
    top: 103px;
    right: 30px;
    width: 340px; }
  .apply ul li img.comming {
    position: absolute;
    top: 60px;
    left: 270px; }
  .apply ul li .button {
    position: absolute;
    width: 340px;
    height: 66px;
    background-image: url("../images/common/button/button_bg_mini.png");
    top: 32px;
    right: 30px; }
    .apply ul li .button img {
      top: 9px; }
    .apply ul li .button.blue {
      background-image: url("../images/common/button/button_bg_blue.png"); }

/* SNSシェア */
.sns {
  margin-bottom: 40px; }
  .sns ul {
    letter-spacing: -.40em; }
    .sns ul li {
      display: inline-block;
      width: 78px;
      height: 80px; }
    .sns ul li + li {
      margin-left: 20px; }

/* 詳細 */
.detail {
  width: 640px;
  height: 2699px;
  margin: 0 auto 40px;
  position: relative;
  background-image: url("../images/index/detail/detail_bg.jpg"); }
  .detail .event {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    padding-bottom: 60px; }
    .detail .event h3 {
      margin: 0 auto 30px; }
    .detail .event section {
      margin-bottom: 25px; }
    .detail .event .free {
      margin-left: -30px; }
  .detail .and {
    position: absolute;
    top: 1575px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .detail .battle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    height: 1200px; }
    .detail .battle h3 {
      margin: 265px 0 40px; }
    .detail .battle img {
      display: block;
      margin: 0 auto; }
    .detail .battle .message {
      position: absolute;
      left: 50px;
      bottom: 276px; }

/* 応募(下) */
.apply_bottom {
  margin-bottom: 40px; }

/* 戦なバー */
.banner {
  margin-bottom: 40px;
  display: inline-block;
  height: 368px; }

/*  ダウンロード */
.download {
  width: 566px;
  height: 277px;
  margin: 0 auto 40px;
  background-image: url("../images/index/download/download_bg.png");
  position: relative; }
  .download h1 {
    line-height: 40px;
    margin-bottom: 10px; }
  .download .leftSide {
    position: absolute;
    top: 24px;
    left: 40px;
    width: 130px; }
  .download .rightSide {
    position: absolute;
    top: 28px;
    left: 210px; }
