@charset "UTF-8";
/*----------------------------------------------------------
更新日：2018年6月08日

=コンテンツエリア
	=スライドエリア
	=ログインエリア
	=プレイ履歴エリア

-------------------------------------------------------------*/
/* =コンテンツエリア
------------------------------------------------------------*/
body > article > div {
  width: 100%;
  position: relative;
  overflow: hidden;
}

body > article > div > h1 {
  position: absolute;
  left: -5000px;
  right: 0;
  bottom: 23%;
  z-index: 1;
  width: 720px;
}

body > article > div > #chara-img {
  position: absolute;
  right: -5000px;
  top: 0;
  width: 720px;
}

/* =スライドエリア */
#slide-area {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 10%;
  z-index: 1000;
}

.slider {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.slider li {
  bottom: 0;
  text-align: center !important;
  position: relative;
}

.slider li img {
  width: 60%;
  text-align: center;
  display: inline-block;
}

.slider li.slick-current img {
  width: 80%;
  margin-top: -13.4%;
}

.slider li.new:before {
  content: "";
  width: 14%;
  height: 40%;
  background: url("/img/1A/top/new_icon.png") no-repeat 0 0;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  left: 20%;
  top: 0;
  display: block;
}

.slider li.slick-current.new:before {
  width: 20%;
  height: 50%;
  left: 10%;
  top: -33.5%;
}

.slick-list {
  overflow: visible;
}

.slick-prev {
  left: 16%;
  z-index: 10000;
  width: 40px;
  height: 40px;
}

.slick-prev:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "<";
  color: #fff;
  font-size: 40px;
  opacity: 1;
}

.slick-next {
  right: 16%;
  z-index: 10000;
  width: 40px;
  height: 40px;
}

.slick-next:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  content: ">";
  color: #fff;
  font-size: 40px;
  opacity: 1;
}

/* =ログインエリア */
#login-area {
  padding: 20px 0;
  position: relative;
  z-index: 1000;
}

#login-area > div {
  margin: 0 10px;
  margin-bottom: 20px;
}

#login-area p#icon-img {
  width: 20%;
  float: left;
  margin-left: 4%;
}

#login-area ul {
  color: #fff;
  width: 38%;
  margin: 0 4%;
  float: left;
}

#login-area ul.login {
  width: 64%;
}

#login-area p.login-btn,
#login-area p.logout-btn {
  width: 26%;
  margin-right: 4%;
  float: right;
  padding-top: 6%;
}

#login-area p.logout-btn {
  padding-top: 4%;
}

/* =プレイ履歴エリア */
#history-area > section {
  margin: 0 10px;
  background: #fff;
  font-size: 90%;
}

#history-area > section h2 {
  padding: 10px;
  text-align: center;
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
}

#history-area > section li {
  padding: 10px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
}

#history-area > section li span {
  display: inline-block;
}

#history-area > section li span:nth-of-type(1) {
  width: 84%;
}

#history-area > section li span:nth-of-type(2) {
  float: right;
}

#history-area > section section h3 {
  border-bottom: solid 2px #f00;
  text-align: center;
  font-size: 120%;
  padding: 8px 10px;
  background: url(/img/1A/common/plus.png) right 10px center no-repeat;
  -ms-background-size: 20px auto;
  background-size: 20px auto;
}

#history-area > section section h3 + ul {
  display: none;
}

#history-area > section section h3.open {
  background: url(/img/1A/common/minus.png) right 10px center no-repeat;
  -ms-background-size: 20px auto;
  background-size: 20px auto;
}

.history-btn {
  text-align: center;
  font-size: 120%;
  position: relative;
  font-weight: bold;
}

.history-btn a {
  color: #000;
  display: block;
  padding: 8px 10px;
}

.history-btn:after {
  display: block;
  content: ">";
  position: absolute;
  right: 12px;
  top: -4px;
  font-size: 30px;
  font-weight: bold;
  color: #003CFF;
}
