/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

body {
  background-color: #fcf7e7; }

.wrapper {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5; }

.top {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 170px;
  margin-left: -200px;
  margin-top: -85px; }

.top__title {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 345px;
  height: 99px;
  margin-left: -172.5px;
  background-image: url("../img/top_title_pc.png"); }
  .top__title span {
    display: none; }
  .top__title[data-offset='11'] {
    background-image: url("../img/top_title_pc_11.png"); }
  .top__title[data-offset='12'] {
    background-image: url("../img/top_title_pc_12.png"); }
  .top__title[data-offset='13'] {
    background-image: url("../img/top_title_pc_13.png"); }
  .top__title[data-offset='14'] {
    background-image: url("../img/top_title_pc_14.png"); }
  .top__title[data-offset='15'] {
    background-image: url("../img/top_title_pc_15.png"); }

.top__form {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center; }

.top__form__name {
  display: inline-block;
  width: 261px;
  height: 43px;
  background-image: url("../img/top_form_name_pc.png");
  vertical-align: top;
  overflow: hidden; }
  .top__form__name input {
    width: 221px;
    height: 43px;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    margin-left: 40px;
    padding-left: 0.5em;
    font-size: 17.5px; }

.top__form__jump {
  display: inline-block;
  width: 74px;
  height: 43px;
  margin-left: 5px;
  background-image: url("../img/top_form_jump_pc.png");
  overflow: hidden;
  vertical-align: top; }
  .top__form__jump:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }
  .top__form__jump input {
    width: 74px;
    height: 43px;
    -webkit-appearance: none;
    border: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: 0px;
    padding: 0px;
    cursor: pointer; }

.top__tweet {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 74px;
  height: 24px;
  margin-top: 150px;
  margin-left: -37px;
  background-image: url("../img/tweet.png");
  background-repeat: no-repeat;
  background-size: contain; }
  .top__tweet span {
    display: none; }

@media (max-width: 600px) {
  .top {
    top: 50%;
    left: 0%;
    width: 100%;
    height: 130px;
    margin-left: 0;
    margin-top: -65px; }
  .top__title {
    width: 264px;
    height: 76px;
    margin-left: -132px;
    background-image: url("../img/top_title_sp.png");
    background-size: 264px 76px; }
    .top__title[data-offset='11'] {
      background-image: url("../img/top_title_sp_11.png"); }
    .top__title[data-offset='12'] {
      background-image: url("../img/top_title_sp_12.png"); }
    .top__title[data-offset='13'] {
      background-image: url("../img/top_title_sp_13.png"); }
    .top__title[data-offset='14'] {
      background-image: url("../img/top_title_sp_14.png"); }
    .top__title[data-offset='15'] {
      background-image: url("../img/top_title_sp_15.png"); }
  .top__form__name {
    width: 200px;
    height: 33px;
    background-size: 200px 33px;
    background-image: url("../img/top_form_name_sp.png"); }
    .top__form__name input {
      width: 170px;
      height: 33px;
      margin-left: 30px;
      font-size: 13px; }
  .top__form__jump {
    width: 57px;
    height: 33px;
    background-size: 57px 33px;
    background-image: url("../img/top_form_jump_sp.png"); }
    .top__form__jump input {
      width: 57px;
      height: 33px; }
  .top__tweet {
    top: auto;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 45px; } }

.loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fcf7e7; }
  .loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    background-image: url("../img/loading_icon_needle.png"); }

.loading__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
  .loading__icon:before {
    content: '';
    display: block;
    width: 88px;
    height: 80px;
    background-image: url("../img/loading_icon_arrow.png"); }

@media (max-width: 600px) {
  .loading:after {
    width: 44px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-size: 44px 40px; }
  .loading__icon {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-size: 40px 40px; }
    .loading__icon:before {
      width: 44px;
      height: 40px;
      background-size: 44px 40px; } }
