@charset "utf-8";

/* ==========================================================================
   live2015 (L'ArCASINO) 共通・ベース設定
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
  line-height: 1.6;
}

/* 謎解きゲームページ専用背景 (game/index.php用) */
body#top_live2015_game {
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/live2015/game/images/top_back.jpg");
  background-repeat: repeat;
  background-size: 100px;
}

a {
  display: inline;
  outline: none;
  color: #FFCC03;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}

a:hover {
  opacity: 0.85;
}

ul, ol {
  list-style: none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 全体幅制限（スマホ表示向け） */
#wrap_live2015,
#wrap_live2015_game {
  max-width: 480px;
  margin: 0 auto;
  overflow-x: hidden;
  font-size: 13px;
  background-color: #000000;
}

/* ==========================================================================
   共通ヘッダー & フッター
   ========================================================================== */
.titleArea_live2015 img {
  width: 100%;
  height: auto;
  display: block;
}

/* 2015LIVE (L'ArCASINO) フッターパーツ */
.footer-live2015 {
  width: 100%;
  background-color: #000000;
  margin-top: 20px;
}

.footer-line-img {
  width: 100%;
  display: block;
}

.footerSet {
  display: table;
  width: 100%;
  background-color: #000000;
  padding: 10px 0;
}

.footerList {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.footerLink img {
  width: 75px;
  height: auto;
}

.copy {
  font-size: 10px;
  color: #888888;
}

/* 固定スクロールTOPボタン (#fixedTop) */
#fixedTop {
  right: 10px;
  bottom: -60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #000000;
  font-size: 20px;
  text-align: center;
  background: #CC3366;
  opacity: 0.8;
  position: fixed;
  z-index: 9999;
  border-radius: 5px;
  transition: all 0.3s;
}

/* ==========================================================================
   メインコンテンツ・ニュース・メニューエリア
   ========================================================================== */
.detailArea_live2015,
.detailArea_live2015_game {
  width: 100%;
  margin: 10px auto 0;
  color: #ffffff;
}

.detailArticle_live2015,
.detailArticle_live2015_game {
  padding: 3px 0 0;
  margin-bottom: 20px;
}

.text_live2015 {
  line-height: 23px;
  width: 90%;
  margin: auto;
  color: #ffffff;
}

.text_live2015_box {
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #ffffff;
  padding: 2px 10px;
  margin-top: 10px;
  display: inline-block;
}

/* 2列グリッドメニュー (6つのボタン) */
.live2015_menu {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.live2015_menu_left,
.live2015_menu_right {
  width: 50%;
}

.live2015_menu_left a,
.live2015_menu_right a {
  display: block;
}

.live2015_menu_left img,
.live2015_menu_right img {
  width: 100%;
  height: auto;
  display: block;
}

/* ニュース・トピックス */
.topics_list {
  margin-top: 10px;
}

.topics_list li {
  background-color: #000000;
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/live2015/images/topcs_line.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100%;
  height: auto;
  margin-bottom: 1px;
  word-break: break-all;
  position: relative;
}

.topics_list li a {
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 10px 25px 15px 16px;
  word-break: break-all;
  line-height: 20px;
}

.topics_list .arrow {
  border-top: 13px solid #FFCC03;
  border-left: 13px solid transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 16px;
}

/* ==========================================================================
   アコーディオンメニュー (FAQ / ACCESS 等)
   ========================================================================== */
.accordion01 {
  border-top: 1px solid #900000;
}

.accordion01 dl {
  position: relative;
  margin: 0;
}

.accordion01 dt {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  background-color: #CC3366;
  border-bottom: 1px solid #900000;
  cursor: pointer;
}

.accordion01 dt a {
  color: #ffffff !important;
}

.accordion01 dt::after {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg);
}

.accordion01 dt.selected::after {
  transform: rotate(-45deg);
  top: 20px;
}

.accordion01 dd {
  margin: 5px;
  padding: 8px;
  line-height: 25px;
  background-color: #111111;
  color: #ffffff;
}

/* イベントガイド・注意リスト */
.eventguide {
  padding: 15px 0;
  margin: 5px 0;
  border-bottom: 1px dashed #CC3366;
}

ul.info {
  color: #CC3366;
  padding-left: 15px;
}

li.list {
  list-style-type: square;
  margin-bottom: 10px;
  list-style-position: outside;
  font-size: 14px;
}

li.list span {
  color: #ffffff;
  font-weight: normal;
}

/* ==========================================================================
   GOODS ページ用
   ========================================================================== */
.block_goods {
  border: solid 2px #CC3366;
  padding: 10px 10px 20px;
  margin: 20px 0;
  text-align: center;
  background-color: #000000;
}

.block_goods .item {
  text-align: left;
  font-weight: bold;
  color: #CC3366;
  font-size: 15px;
  border-bottom: 1px dotted #CC3366;
  padding: 0 0 10px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.block_goods img {
  margin-bottom: 12px;
  width: 100%;
  height: auto;
}

.table-goods {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.table-column-first,
.table-column {
  display: table-cell;
  vertical-align: top;
  border: 1px #999999 solid;
  padding: 4px 6px;
  text-align: left;
}

.table-column-first:first-child,
.table-column:first-child {
  width: 25%;
  font-weight: bold;
}

/* ==========================================================================
   REPORT (ライヴレポート) ページ用
   ========================================================================== */
.text_setlist_box {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 2px dotted #CC3366;
  padding: 5px 20px 5px 10px;
  margin: 10px 0;
  display: block;
}

.text_setlist {
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  width: 90%;
  margin: auto;
}

ul.setlist {
  margin-bottom: 5px;
}

ul.setlist li {
  color: #ffffff;
  padding: 5px;
  border-bottom: 1px #CC3366 dotted;
  position: relative;
}

/* コピーガード画像エリア */
div.report_img {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

div.report_img img {
  border: 1px dotted #CC3366;
  margin-bottom: 10px;
}

span.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/live2015/report/images/spacer.gif");
}

/* ==========================================================================
   GAME (謎解きL'ArCASINO) ページ用
   ========================================================================== */
.detailArea_live2015_game .text {
  color: #ffffff;
  line-height: 23px;
  font-size: 14px;
  padding: 10px 20px 5px;
}

.detailArea_live2015_game .form {
  width: 80%;
  margin: 20px auto;
  color: #ffffff;
  line-height: 28px;
  font-size: 15px;
  text-align: center;
}

.detailArea_live2015_game .form input {
  height: 35px;
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
  margin: auto;
}

.detailArea_live2015_game .form input.check {
  width: 70%;
  height: auto;
  margin: 10px auto;
}

.mistake {
  border-top: none;
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/live2015/game/images/mistake.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.text_live2015_game {
  border-top: none;
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/live2015/game/images/menu_background.jpg");
  background-repeat: repeat-y;
  background-size: 100% 100%;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  font-size: 14px;
  padding: 20px;
  font-weight: bold;
}

/* ==========================================================================
   PHOTOGALLERY ページ用
   ========================================================================== */
.photogallery-member-title {
  color: #CC3366;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.photogallery-sample-img {
  width: 60%;
  height: auto;
  margin: 0 auto 15px;
  display: block;
}

.photogallery-dl-list {
  font-weight: bold;
  margin-top: 20px;
  line-height: 2;
}

.photogallery-dl-list a {
  color: #ffffff;
  font-size: 14px;
}

.photogallery-back-btn {
  text-align: center;
  margin: 20px 0;
}

.photogallery-back-btn img {
  width: 50%;
  height: auto;
}

/* ==========================================================================
   GAME (謎解きL'ArCASINO) ページ用
   ========================================================================== */
/* ラッパー要素の黒背景を透過して body のダイアモンド柄を上部まで通す */
#wrap_live2015_game {
  background-color: transparent !important;
}

.detailArea_live2015_game .text {
  color: #ffffff;
  line-height: 23px;
  font-size: 14px;
  padding: 10px 20px 5px;
}

.detailArea_live2015_game .form {
  width: 80%;
  margin: 20px auto;
  color: #ffffff;
  line-height: 28px;
  font-size: 15px;
  text-align: center;
}

.detailArea_live2015_game .form input {
  height: 35px;
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
  margin: auto;
}

.detailArea_live2015_game .form input.check {
  width: 70%;
  height: auto;
  margin: 10px auto;
}

/* リトライ・誤答画面背景 */
.mistake {
  border-top: none;
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/live2015/game/images/mistake.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.text_live2015_game {
  border-top: none;
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/live2015/game/images/menu_background.jpg");
  background-repeat: repeat-y;
  background-size: 100% 100%;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  font-size: 14px;
  padding: 20px;
  font-weight: bold;
}