@charset "UTF-8";

/* #############################################################################
 * シーン(とSS)カード
 * #############################################################################
 */
.card-scene {
  position: relative;
  width: 338px;
  height: 336px;
  background-size: contain;
}

.card-scene__frame {
  /* ---------------------------------------------------------------------------
   * 枠
   * ---------------------------------------------------------------------------
   */
  z-index: 0;
  width: 322px;
  height: 320px;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#d4461962), to(#d4461962));
  background: linear-gradient(90deg, #d4461962, #d4461962);
}

.card-scene__pic {
  /* ---------------------------------------------------------------------------
   * シーン画像
   * ---------------------------------------------------------------------------
   */
  z-index: 300;
  width: 320px;
  height: 180px;
  position: absolute;
  left: 9px;
  top: 9px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.card-scene__pic a {
  /* SS lightbox用設定 */
  display: block;
  height: 180px;
}

.card-scene__dl-view {
  /* ---------------------------------------------------------------------------
   * シーン画像にオーバーレイ表示するダウンロード表示
   * ---------------------------------------------------------------------------
   */
  display: none;
  z-index: 400;
  width: 320px;
  height: 180px;
  padding-top: 25px;
  position: absolute;
  text-align: center;
  color: white;
  font-size: 13px;
  left: 9px;
  top: 9px;
  color: #fff;
}

.card-scene__dl-icon {
  /* ---------------------------------------------------------------------------
   * シーン画像にオーバーレイ表示するダウンロード表示のアイコン
   * ---------------------------------------------------------------------------
   */
  font-size: 60px;
}

.card-scene__bg {
  /* ---------------------------------------------------------------------------
   * データ部分背景
   * ---------------------------------------------------------------------------
   */
  z-index: 100;
  width: 320px;
  height: 130px;
  position: absolute;
  left: 9px;
  top: 197px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #ffffff70;
  background-size: cover;
  background-blend-mode: multiply;
}

.card-scene__name {
  /* ---------------------------------------------------------------------------
   * シーン名
   * ---------------------------------------------------------------------------
   */
  z-index: 200;
  width: 320px;
  height: 25px;
  position: absolute;
  left: 9px;
  top: 202px;
  border-bottom: solid 1px #ffffff00;
  padding: 0 15px;
  color: #082746;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-scene__comment {
  /* ---------------------------------------------------------------------------
   * コメント
   * ---------------------------------------------------------------------------
   */
  z-index: 200;
  width: 290px;
  height: 72px;
  position: absolute;
  left: 24px;
  top: 233px;
  border: solid 2px #7ad2efc4;
  border-top-width: 7px;
  padding: 3px 32px 0;
  background-color: #ffffff70;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #082746;
  font-size: 1.1rem;
}

.card-scene__time {
  /* ---------------------------------------------------------------------------
   * 投稿日時
   * ---------------------------------------------------------------------------
   */
  z-index: 200;
  height: 13px;
  position: absolute;
  left: 24px;
  top: 311px;
  color: #666;
  font-size: 0.6rem;
}

.card-scene__handle-name,
.card-scene__handle-name--active {
  /* ---------------------------------------------------------------------------
   * 投稿者名
   * ---------------------------------------------------------------------------
   */
  z-index: 200;
  width: 176px;
  height: 20px;
  position: absolute;
  left: 138px;
  top: 306px;
  border-radius: 6px;
  padding: 2px 5px 0;
  font-size: 1.2rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-scene__handle-name:hover,
.card-scene__handle-name--active:hover {
  background-color: #591400;
  color: #ffffff;
}

.card-scene__handle-name--active {
  /* 投稿者名・強調表示 */
  background-color: #591400;
  color: #ffffff;
  pointer-events: none;
}

.card-scene__applause {
  position: absolute;
  right: 15px;
  bottom: 292px;
  z-index: 400;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

.card-scene__applause .applause-btn {
  color: #ffffff;
  background-color: #1ceda9;
  border: solid 1px #1ceda9;
  font-size: 14px !important;
  text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  padding-top: 0px;
  padding-left: 1px;
}

.card-scene__applause .applause-btn:hover,
.card-scene__applause .applause-btn:active,
.card-scene__applause .applause-btn:visited {
  cursor: pointer;
  background-color: #1ced3f;
  border-color: #1ced3f;
}

.card-scene__applause .applause-btn p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  line-height: 0.85;
}

.card-scene__applause .applause-count {
  margin-bottom: 0;
  margin-top: 2px;
}

.card-scene__applaused {
  pointer-events: none;
  background-color: transparent !important;
  border-color: transparent !important;
}

.card-scene__download {
  position: absolute;
  left: 15px;
  top: 152px;
  z-index: 400;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

.card-scene__download .download-btn {
  display: block;
  color: #ffffff;
  background-color: #1ceda9;
  border: solid 1px #1ceda9;
  font-size: 14px !important;
  line-height: 28px;
  text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  padding-top: 0px;
  padding-left: 1px;
}

.card-scene__download .download-btn:hover {
  cursor: pointer;
  background-color: #1ced3f;
  border-color: #1ced3f;
}

.card-scene__download .download-btn p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  line-height: 0.85;
}

.card-scene__download .applause-count {
  margin-bottom: 0;
  margin-top: 2px;
}

.card-scene__downloaded {
  pointer-events: none;
  background-color: transparent !important;
  border-color: transparent !important;
}

.card-scene__lightbox-btn,
.card-scene__lightbox-btn--dl,
.card-scene__lightbox-btn--applause {
  /* ---------------------------------------------------------------------------
   * 投稿者名
   * ---------------------------------------------------------------------------
   */
  position: absolute;
  bottom: -4px;
  text-align: center;
  color: #555;
  background-color: #fff;
  border: 0;
  font-size: 20px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  padding-top: 10px;
  padding-left: 0px;
  line-height: inherit;
  cursor: pointer;
}

.card-scene__lightbox-btn--dl {
  /* 投稿者名・強調表示 */
  right: 104px;
}

.card-scene__lightbox-btn--applause {
  /* 投稿者名・強調表示 */
  right: 48px;
}

.card-scene__lightbox-btn p,
.card-scene__lightbox-btn--dl p,
.card-scene__lightbox-btn--applause p {
  margin: 0 0 10px;
  font-size: 10px;
}

/*# sourceMappingURL=card-scene.css.map */