@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.btn {
  border-radius: 4px;
  color: #fff; }

.btn-tweet {
  background-color: #55ACEE; }

.loading_wrp {
  position: fixed;
  left: 0%;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3000; }
  .loading_wrp p {
    color: #fff;
    text-align: center; }

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 0 auto; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

html.mosaic, html.tile, html.top, html.search, html.terms {
  position: relative;
  height: 100%;
  overflow: hidden; }
  html.mosaic body, html.tile body, html.top body, html.search body, html.terms body {
    position: relative;
    height: 100%;
    overflow: hidden; }

html.post {
  position: relative;
  height: 100%;
  min-height: 100%; }
  html.post body {
    position: relative;
    height: 100%;
    min-height: 100%; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/arsha.jpg");
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/arsha.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .tile body, .mosaic body {
    background-image: none;
    background-color: #000; }
  body .container {
    padding: 0 15px; }

.landscape_view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100000;
  display: none;
  background-image: url("../images/mark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%; }
  .search .landscape_view, .post .landscape_view {
    display: none !important; }
  .landscape_view .landscape_view-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .landscape_view p {
    text-align: center;
    color: #fff;
    line-height: 100%; }

@media only screen and (orientation: landscape) {
  .landscape_view {
    display: block; } }

.errormsg {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #fff;
  text-align: center; }

header {
  margin: 0 auto; }
  header:after {
    content: "";
    clear: both;
    display: block; }
  header .header-inner {
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 15px;
    max-width: 467px;
    margin: 0 auto; }
  .mosaic header, .tile header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box; }
  .post header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box; }
  header .logo {
    float: left; }
    header .logo img {
      height: 15px;
      width: auto; }
  header .search {
    float: right; }
    header .search img {
      width: 20px; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }
  .post footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 20px; }
  footer p {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0em;
    letter-spacing: 0rem;
    font-family: 'Helvetica Neue';
    color: #fff;
    margin-bottom: 13px; }
    footer p a {
      color: #fff; }
    footer p a.official-site {
      text-decoration: none; }
  footer small a {
    margin-left: 4px; }

html.mosaic header, html.tile header {
  position: fixed; }

html.mosaic canvas, html.tile canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

html.mosaic .tweet, html.tile .tweet {
  position: relative;
  box-sizing: border-box;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 500; }
  html.mosaic .tweet blockquote, html.tile .tweet blockquote {
    display: none; }
  html.mosaic .tweet .tweet_close, html.tile .tweet .tweet_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  html.mosaic .tweet .tweet_container, html.tile .tweet .tweet_container {
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 4%;
    padding-top: 50px;
    padding-bottom: 50px; }
  html.mosaic .tweet .tweet_bg, html.tile .tweet .tweet_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(transparent, black);
    background: linear-gradient(transparent, black);
    z-index: -1; }
  html.mosaic .tweet .mosaiclink, html.tile .tweet .mosaiclink {
    opacity: 0;
    text-align: center; }
    html.mosaic .tweet .mosaiclink a, html.tile .tweet .mosaiclink a {
      color: #fff;
      text-decoration: none; }
    html.mosaic .tweet .mosaiclink img, html.tile .tweet .mosaiclink img {
      vertical-align: bottom; }
    html.mosaic .tweet .mosaiclink span, html.tile .tweet .mosaiclink span {
      font-size: 10px;
      line-height: 1;
      letter-spacing: normal;
      margin-left: 4px; }
  html.mosaic .tweet .post_number, html.tile .tweet .post_number {
    color: #fff;
    float: left; }
  html.mosaic .tweet .metas, html.tile .tweet .metas {
    position: relative; }
    html.mosaic .tweet .metas p, html.tile .tweet .metas p {
      margin: 0; }
    html.mosaic .tweet .metas .left, html.tile .tweet .metas .left {
      position: absolute;
      bottom: 0;
      left: 0; }
    html.mosaic .tweet .metas .right, html.tile .tweet .metas .right {
      position: absolute;
      right: 0;
      bottom: 0; }
  html.mosaic .tweet .close_btn, html.tile .tweet .close_btn {
    position: relative;
    width: 40px;
    height: 40px; }
    html.mosaic .tweet .close_btn span, html.tile .tweet .close_btn span {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #FFF; }
      html.mosaic .tweet .close_btn span.bar1, html.tile .tweet .close_btn span.bar1 {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      html.mosaic .tweet .close_btn span.bar2, html.tile .tweet .close_btn span.bar2 {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  html.mosaic .tweet .embed p, html.tile .tweet .embed p {
    color: #fff; }
  html.mosaic .tweet .secret_tweet, html.tile .tweet .secret_tweet {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    background-repeat: no-repeat;
    max-width: 467px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px; }
    html.mosaic .tweet .secret_tweet .secret_tweet-inner, html.tile .tweet .secret_tweet .secret_tweet-inner {
      padding: 10px; }
      html.mosaic .tweet .secret_tweet .secret_tweet-inner .user-info, html.tile .tweet .secret_tweet .secret_tweet-inner .user-info {
        overflow: hidden; }
        html.mosaic .tweet .secret_tweet .secret_tweet-inner .user-info .user-icon, html.tile .tweet .secret_tweet .secret_tweet-inner .user-info .user-icon {
          position: relative;
          float: left;
          width: 38px;
          height: 38px;
          background-size: cover;
          border-radius: 10px;
          margin-right: 8px;
          overflow: hidden; }
          html.mosaic .tweet .secret_tweet .secret_tweet-inner .user-info .user-icon img, html.tile .tweet .secret_tweet .secret_tweet-inner .user-info .user-icon img {
            width: 100%;
            vertical-align: bottom; }
        html.mosaic .tweet .secret_tweet .secret_tweet-inner .user-info .user-name-box, html.tile .tweet .secret_tweet .secret_tweet-inner .user-info .user-name-box {
          float: left;
          height: 38px; }
          html.mosaic .tweet .secret_tweet .secret_tweet-inner .user-info .user-name-box p, html.tile .tweet .secret_tweet .secret_tweet-inner .user-info .user-name-box p {
            margin: 4px 0; }
          html.mosaic .tweet .secret_tweet .secret_tweet-inner .user-info .user-name-box .user-name p.name, html.tile .tweet .secret_tweet .secret_tweet-inner .user-info .user-name-box .user-name p.name {
            font-size: 13px;
            line-height: 1;
            letter-spacing: 0em;
            letter-spacing: 0rem;
            font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
            font-weight: bold;
            color: #000; }
          html.mosaic .tweet .secret_tweet .secret_tweet-inner .user-info .user-name-box .user-account p.account, html.tile .tweet .secret_tweet .secret_tweet-inner .user-info .user-name-box .user-account p.account {
            font-size: 13px;
            line-height: 1;
            letter-spacing: 0em;
            letter-spacing: 0rem;
            font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
            color: #758795; }
      html.mosaic .tweet .secret_tweet .secret_tweet-inner .fillin-block, html.tile .tweet .secret_tweet .secret_tweet-inner .fillin-block {
        margin: 20px 0; }
        html.mosaic .tweet .secret_tweet .secret_tweet-inner .fillin-block p.post, html.tile .tweet .secret_tweet .secret_tweet-inner .fillin-block p.post {
          font-size: 16px;
          line-height: 1.5;
          letter-spacing: 0em;
          letter-spacing: 0rem;
          color: #979797;
          font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
          text-align: center; }

.top {
  height: 100%; }
  .top .container {
    display: none;
    height: 100%; }
    .top .container .title-image img {
      width: 184px;
      height: 33px;
      display: block;
      padding-top: 50px;
      margin: 0 auto; }
    .top .container .project-title {
      height: 62%;
      position: relative; }
      .top .container .project-title img {
        width: 289px;
        height: auto;
        display: block;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -30px; }
    .top .container .bottom-area {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      .top .container .bottom-area .start-button {
        text-align: center;
        margin-bottom: 20px; }
        .top .container .bottom-area .start-button a {
          color: #E4B72F;
          font-size: 20px;
          line-height: 1;
          letter-spacing: 0em;
          letter-spacing: 0rem;
          font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
          text-decoration: none;
          margin-right: 14px; }
          .top .container .bottom-area .start-button a span {
            font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
        .top .container .bottom-area .start-button img {
          width: 9px; }
      .top .container .bottom-area .select-language {
        width: 100px;
        height: 20px;
        margin: 0 auto;
        display: table;
        margin: 4px auto 0px; }
        .top .container .bottom-area .select-language a {
          color: #fff;
          font-size: 11px;
          line-height: 1;
          letter-spacing: 0em;
          letter-spacing: 0rem;
          text-decoration: none;
          vertical-align: middle; }
        .top .container .bottom-area .select-language .button-left {
          display: table-cell;
          padding-right: 14px; }
        .top .container .bottom-area .select-language .button-center {
          width: 1px;
          height: 12px;
          background-color: #fff; }
        .top .container .bottom-area .select-language .button-right {
          padding-left: 14px;
          display: table-cell; }
      .top .container .bottom-area footer {
        position: relative; }
    .top .container .btn {
      font-size: 13px;
      width: 116px;
      height: 37px;
      vertical-align: middle;
      margin: 0 auto; }
      .top .container .btn p {
        margin: 0;
        padding-left: 50px;
        line-height: 37px; }
      .top .container .btn.btn-tweet {
        position: relative;
        background: url("/images/twitter-logo-white.png") no-repeat 20% center;
        background-color: #55ACEE;
        background-size: 24px 18px;
        padding-right: 16px; }
        .top .container .btn.btn-tweet a {
          display: inline-block;
          width: 100%;
          text-decoration: none;
          color: #fff; }
        .top .container .btn.btn-tweet p {
          font-weight: bold; }
    .top .container .thanks {
      margin: 0 auto 22px;
      width: 90%;
      box-sizing: border-box; }
      .top .container .thanks p {
        font-size: 12px;
        margin: 0;
        color: #fff; }
  .top footer p {
    margin-top: 3px; }

.mosaic .tweet .tweet_container .mosaiclink, .tile .tweet .tweet_container .mosaiclink {
  opacity: 0;
  text-align: center; }
  .mosaic .tweet .tweet_container .mosaiclink a, .tile .tweet .tweet_container .mosaiclink a {
    text-decoration: none; }
  .mosaic .tweet .tweet_container .mosaiclink img, .tile .tweet .tweet_container .mosaiclink img {
    vertical-align: middle; }
  .mosaic .tweet .tweet_container .mosaiclink span, .tile .tweet .tweet_container .mosaiclink span {
    font-size: 12px;
    margin-left: 8px;
    color: #fff; }

.mosaic .count, .tile .count {
  display: none;
  position: fixed;
  top: 44px;
  right: 0;
  padding: 7px;
  width: 192px;
  background-color: #000;
  color: #fff;
  font-weight: 300;
  z-index: 1000; }
  .mosaic .count p.num, .tile .count p.num {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0em;
    letter-spacing: 0rem;
    margin: 0 0 6px 0; }
    .mosaic .count p.num span.num, .tile .count p.num span.num {
      margin-right: 4px; }
  .mosaic .count p.date, .tile .count p.date {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0em;
    letter-spacing: 0rem;
    margin: 0; }

.mosaic .scales, .tile .scales {
  display: none;
  position: fixed;
  left: 20px;
  bottom: 48px;
  z-index: 1000; }
  .mosaic .scales > div, .tile .scales > div {
    margin-bottom: 8px; }
    .mosaic .scales > div:last-child, .tile .scales > div:last-child {
      margin-bottom: 0; }
    .mosaic .scales > div img, .tile .scales > div img {
      vertical-align: bottom; }

.mosaic .btn, .tile .btn {
  font-size: 13px;
  display: none;
  right: 20px;
  bottom: 48px;
  width: 116px;
  height: 37px;
  vertical-align: middle;
  z-index: 1000; }
  .mosaic .btn p, .tile .btn p {
    margin: 0;
    padding-left: 50px;
    vertical-align: middle;
    line-height: 37px; }

.mosaic .btn-tweet, .tile .btn-tweet {
  background: url("/images/twitter-logo-white.png") no-repeat 20% center;
  background-color: #55ACEE;
  background-size: 24px 18px;
  position: fixed; }
  .mosaic .btn-tweet a, .tile .btn-tweet a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #fff; }
  .mosaic .btn-tweet p, .tile .btn-tweet p {
    font-weight: bold; }

.mosaic .btn.download-btn, .tile .btn.download-btn {
  display: none;
  position: absolute;
  bottom: 40px;
  z-index: 1000; }
  .mosaic .btn.download-btn a img, .tile .btn.download-btn a img {
    width: 130px;
    height: 13px; }

.mosaic footer, .tile footer {
  z-index: 1000000; }

.mosaic .scaleBtns > div, .tile .scaleBtns > div {
  position: absolute;
  width: 40px;
  height: 40px; }
  .mosaic .scaleBtns > div span, .tile .scaleBtns > div span {
    position: absolute;
    background-color: #ffffff; }

.mosaic .scaleBtns .big_btn, .tile .scaleBtns .big_btn {
  position: absolute;
  left: 0;
  top: 0; }
  .mosaic .scaleBtns .big_btn span, .tile .scaleBtns .big_btn span {
    width: 48%;
    height: 48%; }
    .mosaic .scaleBtns .big_btn span.p1, .tile .scaleBtns .big_btn span.p1 {
      top: 0;
      left: 0; }
    .mosaic .scaleBtns .big_btn span.p2, .tile .scaleBtns .big_btn span.p2 {
      top: 0;
      left: 50%; }
    .mosaic .scaleBtns .big_btn span.p3, .tile .scaleBtns .big_btn span.p3 {
      top: 50%; }

.post .container {
  display: none;
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 58px; }
  .post .container form.input-tweet {
    background-color: #fff;
    background-image: url("/images/a-mark.png");
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 100% top;
    background-size: 130px;
    max-width: 467px;
    margin: 0 auto 0; }
    .post .container form.input-tweet .tweet-bg {
      padding: 1px 15px; }
      .post .container form.input-tweet .tweet-bg .post-upper .user-num p.title {
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0em;
        letter-spacing: 0rem;
        color: #000;
        font-weight: normal;
        margin: 15px 0 12px; }
      .post .container form.input-tweet .tweet-bg .post-upper .user-num p.description {
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0em;
        letter-spacing: 0rem;
        color: #000;
        margin: 0 0 10px; }
      .post .container form.input-tweet .tweet-bg .post-middle {
        border: 1px solid rgba(151, 151, 151, 0.5);
        border-radius: 4px;
        width: 100%; }
        .post .container form.input-tweet .tweet-bg .post-middle .middle-box {
          margin: 13px;
          min-height: 212px; }
          .post .container form.input-tweet .tweet-bg .post-middle .middle-box .user-info {
            overflow: hidden; }
            .post .container form.input-tweet .tweet-bg .post-middle .middle-box .user-info .user-icon {
              position: relative;
              float: left;
              width: 38px;
              height: 38px;
              background-size: cover;
              border-radius: 10px;
              margin-right: 8px;
              overflow: hidden; }
              .post .container form.input-tweet .tweet-bg .post-middle .middle-box .user-info .user-icon img {
                width: 100%;
                vertical-align: bottom; }
            .post .container form.input-tweet .tweet-bg .post-middle .middle-box .user-info .user-name-box {
              float: left;
              height: 38px; }
              .post .container form.input-tweet .tweet-bg .post-middle .middle-box .user-info .user-name-box p {
                margin: 4px 0; }
              .post .container form.input-tweet .tweet-bg .post-middle .middle-box .user-info .user-name-box .user-name p.name {
                font-size: 13px;
                line-height: 1;
                letter-spacing: 0em;
                letter-spacing: 0rem;
                font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
                font-weight: bold; }
              .post .container form.input-tweet .tweet-bg .post-middle .middle-box .user-info .user-name-box .user-account p.account {
                font-size: 13px;
                line-height: 1;
                letter-spacing: 0em;
                letter-spacing: 0rem;
                font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
                color: #758795; }
          .post .container form.input-tweet .tweet-bg .post-middle .middle-box .fillin-block {
            margin: 15px 0; }
            .post .container form.input-tweet .tweet-bg .post-middle .middle-box .fillin-block textarea {
              font-size: 16px;
              line-height: 1;
              letter-spacing: 0em;
              letter-spacing: 0rem;
              font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
              color: #000;
              border: none;
              width: 100%;
              height: 147px;
              resize: none;
              outline: none;
              outline: 0; }
              .post .container form.input-tweet .tweet-bg .post-middle .middle-box .fillin-block textarea::-webkit-input-placeholder {
                color: rgba(151, 151, 151, 0.5); }
              .post .container form.input-tweet .tweet-bg .post-middle .middle-box .fillin-block textarea::placeholder {
                color: rgba(151, 151, 151, 0.5); }
      .post .container form.input-tweet .tweet-bg .left-num p {
        color: rgba(33, 22, 20, 0.5);
        font-size: 13px;
        text-align: right;
        margin: 6px 0 0; }
      .post .container form.input-tweet .tweet-bg .post-lower p {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 0em;
        letter-spacing: 0rem;
        color: rgba(33, 22, 20, 0.5);
        text-align: center;
        margin: 0 0 8px; }
        .post .container form.input-tweet .tweet-bg .post-lower p a {
          color: rgba(33, 22, 20, 0.5);
          text-decoration: underline; }
      .post .container form.input-tweet .tweet-bg .confirm-button {
        margin: 10px 0; }
        .post .container form.input-tweet .tweet-bg .confirm-button input {
          font-size: 14px;
          line-height: 1;
          letter-spacing: 0em;
          letter-spacing: 0rem;
          color: #fff;
          background-color: #D2D2D2;
          border-radius: 4px;
          display: inline-block;
          border: none;
          width: 100%;
          text-align: center;
          padding: 13px 0; }

.post .container form.confirm-tweet {
  background-color: #fff;
  background-image: url("/images/a-mark.png");
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: 130px;
  max-width: 467px;
  margin: 0 auto; }
  .post .container form.confirm-tweet .tweet-bg {
    padding: 1px 15px; }
    .post .container form.confirm-tweet .tweet-bg .post-upper .user-num p.title {
      font-size: 20px;
      line-height: 1;
      letter-spacing: 0em;
      letter-spacing: 0rem;
      color: #000;
      font-weight: normal;
      margin: 15px 0 12px; }
    .post .container form.confirm-tweet .tweet-bg .post-upper .user-num p.description {
      font-size: 13px;
      line-height: 1;
      letter-spacing: 0em;
      letter-spacing: 0rem;
      color: #000;
      margin: 0 0 10px; }
    .post .container form.confirm-tweet .tweet-bg .post-middle {
      border-top: 1px solid #979797; }
      .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box {
        margin: 13px 0; }
        .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box .user-info {
          overflow: hidden; }
          .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box .user-info .user-icon {
            position: relative;
            float: left;
            width: 38px;
            height: 38px;
            background-size: cover;
            border-radius: 10px;
            margin-right: 8px;
            overflow: hidden; }
            .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box .user-info .user-icon img {
              width: 100%;
              vertical-align: bottom; }
          .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box .user-info .user-name-box {
            float: left;
            height: 38px; }
            .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box .user-info .user-name-box p {
              margin: 4px 0; }
            .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box .user-info .user-name-box .user-name p.name {
              font-size: 13px;
              line-height: 1;
              letter-spacing: 0em;
              letter-spacing: 0rem;
              font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
              font-weight: bold; }
            .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box .user-info .user-name-box .user-account p.account {
              font-size: 13px;
              line-height: 1;
              letter-spacing: 0em;
              letter-spacing: 0rem;
              font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
              color: #758795; }
        .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box .fillin-block {
          margin: 20px 0; }
          .post .container form.confirm-tweet .tweet-bg .post-middle .middle-box .fillin-block p.post {
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0em;
            letter-spacing: 0rem;
            color: #000;
            font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
    .post .container form.confirm-tweet .tweet-bg .post-lower .tweet-button {
      margin: 10px 0; }
      .post .container form.confirm-tweet .tweet-bg .post-lower .tweet-button input {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0em;
        letter-spacing: 0rem;
        color: #fff;
        background: url("../images/twitter-logo-white.png") no-repeat 6% center;
        background-color: #55ACEE;
        background-size: 27px 22px;
        border-radius: 4px;
        display: inline-block;
        border: none;
        width: 100%;
        text-align: center;
        padding: 13px 0 13px 20px; }
    .post .container form.confirm-tweet .tweet-bg .post-lower p {
      font-size: 10px;
      line-height: 1.4;
      letter-spacing: 0em;
      letter-spacing: 0rem;
      color: rgba(33, 22, 20, 0.5);
      font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

.post .container .edit-button {
  max-width: 467px;
  margin: 0 auto; }
  .post .container .edit-button p {
    color: #fff;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 20px; }
  .post .container .edit-button span {
    display: inline-block;
    cursor: pointer; }

.post .container form.complete-tweet {
  background-color: #fff;
  background-image: url("/images/a-mark.png");
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: 130px;
  max-width: 467px;
  margin: 0 auto; }
  .post .container form.complete-tweet .tweet-bg {
    padding: 1px 15px; }
    .post .container form.complete-tweet .tweet-bg .post-upper .user-num p {
      font-size: 20px;
      line-height: 1;
      letter-spacing: 0em;
      letter-spacing: 0rem;
      color: #000;
      font-weight: normal;
      margin: 15px 0 12px; }
    .post .container form.complete-tweet .tweet-bg .post-middle {
      border-top: 1px solid #979797; }
      .post .container form.complete-tweet .tweet-bg .post-middle .message {
        margin: 85px 0 95px; }
        .post .container form.complete-tweet .tweet-bg .post-middle .message p {
          font-size: 13px;
          line-height: 1.69231;
          letter-spacing: 0em;
          letter-spacing: 0rem;
          color: #000;
          font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
          text-align: center;
          margin: 0; }
    .post .container form.complete-tweet .tweet-bg .post-lower .mosaic-confirm-btn {
      margin: 14px 0; }
      .post .container form.complete-tweet .tweet-bg .post-lower .mosaic-confirm-btn a {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0em;
        letter-spacing: 0rem;
        text-decoration: none;
        color: #fff;
        background-color: #000;
        border-radius: 4px;
        display: inline-block;
        border: none;
        width: 100%;
        text-align: center;
        padding: 13px 0; }

.your_tweet .container {
  max-width: 467px;
  margin: 0 auto; }
  .your_tweet .container .tweet-view {
    margin-top: 100px; }
    .your_tweet .container .tweet-view .upper {
      overflow: hidden; }
      .your_tweet .container .tweet-view .upper .user-num p {
        color: #fff;
        font-size: 15px;
        float: left; }
      .your_tweet .container .tweet-view .upper .close-button img {
        width: 20px;
        float: right; }
    .your_tweet .container .tweet-view .lower {
      background-color: #fff;
      border-radius: 4px;
      padding: 13px; }
      .your_tweet .container .tweet-view .lower .user-info .user-icon img {
        width: 38px; }
      .your_tweet .container .tweet-view .lower .user-info .user-name p.name {
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0em;
        letter-spacing: 0rem;
        font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        font-weight: bold; }
      .your_tweet .container .tweet-view .lower .user-info .user-account p.account {
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0em;
        letter-spacing: 0rem;
        font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        color: #758795; }
      .your_tweet .container .tweet-view .lower .message p {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0em;
        letter-spacing: 0rem;
        font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
      .your_tweet .container .tweet-view .lower .message span.hashtag {
        color: #1B95E2; }
      .your_tweet .container .tweet-view .lower .share-image img {
        width: 291px; }
      .your_tweet .container .tweet-view .lower .date p {
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0em;
        letter-spacing: 0rem;
        color: #758795;
        margin: 0; }

.loading .container .loading-image img {
  width: 27px; }

.search .fixed {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%; }

.search form.search {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  max-width: 467px;
  margin: 0 auto; }
  .search form.search input {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0em;
    letter-spacing: 0rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    background: url("../images/search-icon2.png") no-repeat 97% center;
    background-size: 17px;
    background-color: #fff;
    color: #000;
    border: none;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    line-height: 1;
    line-height: 30px;
    padding-left: 12px;
    box-sizing: border-box; }
    .search form.search input::-webkit-input-placeholder {
      color: #979797;
      padding-top: 2px; }
    .search form.search input::placeholder {
      color: #979797;
      padding-top: 2px; }

.search .container {
  box-sizing: border-box;
  height: 100%;
  max-width: 467px;
  margin: 0 auto;
  padding: 52px 0 58px 0; }
  .search .container .list-area {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .search .container .list-area ul.list {
      box-sizing: border-box;
      margin: 0;
      padding: 0 15px;
      overflow: auto;
      list-style-type: none;
      table-layout: fixed; }
      .search .container .list-area ul.list li {
        opacity: 0;
        margin-bottom: 16px; }
        .search .container .list-area ul.list li.vip .number p {
          color: #E4B72F; }
        .search .container .list-area ul.list li.show {
          opacity: 1;
          -webkit-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease; }
        .search .container .list-area ul.list li:last-child {
          margin-bottom: 0; }
        .search .container .list-area ul.list li.noresult {
          color: #fff;
          margin: 0;
          text-align: center;
          position: absolute;
          left: 0;
          top: 50%;
          width: 100%;
          box-sizing: border-box;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .search .container .list-area ul.list li a {
          display: table;
          width: 100%;
          text-decoration: none; }
          .search .container .list-area ul.list li a > div {
            display: table-cell;
            vertical-align: middle; }
        .search .container .list-area ul.list li .number {
          width: 60px;
          padding-right: 8px; }
          .search .container .list-area ul.list li .number p {
            font-size: 15px;
            line-height: 1;
            letter-spacing: 0em;
            letter-spacing: 0rem;
            color: #fff;
            font-family: "HelveticaNeue-CondensedBold", Robot, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
            font-weight: bold;
            margin: 0; }
        .search .container .list-area ul.list li .prof-image {
          width: 38px;
          height: 38px;
          overflow: hidden;
          border-radius: 10px;
          background-size: cover; }
          .search .container .list-area ul.list li .prof-image img {
            width: 38px;
            vertical-align: bottom; }
        .search .container .list-area ul.list li .user-name {
          padding-right: 8px;
          padding-left: 8px; }
          .search .container .list-area ul.list li .user-name p.name {
            font-size: 13px;
            line-height: 1;
            letter-spacing: 0em;
            letter-spacing: 0rem;
            color: #fff;
            font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
            font-weight: bold;
            margin: 0 0 4px 0px; }
          .search .container .list-area ul.list li .user-name p.account {
            color: #758795;
            font-family: Arial, robot, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
            font-size: 13px;
            line-height: 1;
            letter-spacing: 0em;
            letter-spacing: 0rem;
            margin: 0 0 0 0; }
        .search .container .list-area ul.list li .arrow-icon {
          width: 9px; }
          .search .container .list-area ul.list li .arrow-icon img {
            width: 9px; }

.terms .fixed {
  position: fixed;
  left: 0;
  top: 10px;
  width: 100%;
  z-index: 1000; }

.terms .container {
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 58px;
  position: relative;
  padding-right: 0;
  padding-left: 0; }
  .terms .container .terms-inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .terms .container .terms-inner .terms-box {
      font-size: 12px;
      margin: 0 auto;
      color: #fff;
      padding: 0 15px; }
      .terms .container .terms-inner .terms-box .close-button {
        overflow: hidden; }
        .terms .container .terms-inner .terms-box .close-button a {
          display: inline-block;
          width: 80px;
          height: 100%;
          float: right;
          text-decoration: none; }
          .terms .container .terms-inner .terms-box .close-button a img {
            width: 14px;
            vertical-align: middle; }
          .terms .container .terms-inner .terms-box .close-button a span {
            font-size: 15px;
            color: #fff;
            margin-left: 13px;
            vertical-align: middle; }
      .terms .container .terms-inner .terms-box .text p a {
        text-decoration: none;
        color: #fff; }
      .terms .container .terms-inner .terms-box .text p.title {
        font-size: 13px;
        font-weight: bold;
        margin-top: 10px; }
