@charset "UTF-8";
/*	ネコ科ダーリン
------------------------------ */
body {
  background: #ef3e89;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ef3e89 0%, #eb68aa 14%, #ffbedf 55%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ef3e89 0%, #eb68aa 14%, #ffbedf 55%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ef3e89 0%, #eb68aa 14%, #ffbedf 55%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ef3e89 0%, #eb68aa 14%, #ffbedf 55%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3e89', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
}

.pink {
  color: #9d0043;
}

.red {
  color: #b11338;
}

#cat {
  position: relative;
  width: 1000px;
  padding: 0 0 50px;
  background: #fff;
  border: 1px solid #fff;
  border-top-width: 0px;
  -moz-box-shadow: 0px 0px 5px 2px rgba(202, 40, 118, 0.07);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(202, 40, 118, 0.07);
  box-shadow: 0px 0px 5px 2px rgba(202, 40, 118, 0.07);
}
#cat:after {
  content: url('../../../img/lineup/cat/cover_fulllength.png');
  position: absolute;
  top: 0;
  left: -67px;
  z-index: 2;
}

header {
  position: relative;
  height: 389px;
  background: url('../../../img/lineup/cat/cover_bg.jpg') no-repeat;
}
header .site-id {
  position: absolute;
  top: 16px;
  right: 48px;
}
header h1 {
  padding: 90px 0 0 285px;
}

#page-nav {
  position: absolute;
  bottom: 0;
  right: 34px;
}
#page-nav li {
  float: left;
}
#page-nav li a {
  display: block;
}
#page-nav li.story a {
  width: 263px;
  height: 0;
  overflow: hidden;
  padding-top: 43px;
  background: url('../../../img/lineup/cat/pnav.png') no-repeat 0 -258px;
}
#page-nav li.story a:hover {
  background: url('../../../img/lineup/cat/pnav.png') no-repeat 0 -301px;
}
#page-nav li.data a {
  width: 122px;
  height: 0;
  overflow: hidden;
  padding-top: 43px;
  background: url('../../../img/lineup/cat/pnav.png') no-repeat 0 0;
}
#page-nav li.data a:hover {
  background: url('../../../img/lineup/cat/pnav.png') no-repeat 0 -43px;
}
#page-nav li.limited a {
  width: 142px;
  height: 0;
  overflow: hidden;
  padding-top: 43px;
  background: url('../../../img/lineup/cat/pnav.png') no-repeat 0 -172px;
}
#page-nav li.limited a:hover {
  background: url('../../../img/lineup/cat/pnav.png') no-repeat 0 -215px;
}
#page-nav li.download a {
  width: 152px;
  height: 0;
  overflow: hidden;
  padding-top: 43px;
  background: url('../../../img/lineup/cat/pnav.png') no-repeat 0 -86px;
}
#page-nav li.download a:hover {
  background: url('../../../img/lineup/cat/pnav.png') no-repeat 0 -129px;
}

/* 上段 */
.wrapper-01 {
  min-height: 700px;
  background: url('../../../img/lineup/cat/body_bg_01.jpg') no-repeat;
  padding: 35px 34px 0 305px;
}

/* ストーリー */
#story .content {
  padding: 15px 0 0 0;
}
#story .texts {
  min-height: 200px;
}

/* キャラクター */
#character {
  padding: 38px 0 0 0;
}
#character .content {
  position: relative;
}
#character .texts {
  padding: 31px 0 14px 235px;
  min-height: 270px;
}
#character .img {
  position: absolute;
  top: -5px;
  left: 0;
}
#character h3 {
  position: relative;
  left: -3px;
  padding: 0 0 8px 0;
}
#character .text {
  padding: 0 0 20px 0;
}
#character .voice {
  padding: 0 0 12px;
  background: #f2f2f2;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  text-align: center;
}
#character .voice h4 {
  padding: 10px 0;
  text-align: center;
}
#character .voice li {
  position: relative;
  display: inline-block;
  width: 164px;
  height: 22px;
  margin: 0 10px;
}
#character .voice .jp-controls-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 22px;
  background: #7c7c7c;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #7c7c7c 0%, #424242 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7c7c7c 0%, #424242 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7c7c7c 0%, #424242 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7c7c7c 0%, #424242 100%);
  /* W3C */
  border: 1px solid #303030;
  border-radius: 6px;
}
#character .voice .jp-controls-holder:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
#character .voice .jp-controls-holder:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url('../../../img/lineup/cat/btn_play.png') no-repeat;
}
#character .voice .jp-controls-holder .jp-title {
  padding: 0 0 0 24px;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: left;
  font-family: serif;
}
#character .voice .jp-controls-holder .jp-progress {
  position: absolute;
  top: 50%;
  left: 70px;
  width: 88px;
  height: 12px;
  margin: -6px 0 0 0;
}
#character .voice .jp-controls-holder .jp-seek-bar {
  height: 12px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
#character .voice .jp-controls-holder .jp-play-bar {
  height: 12px;
  background: #a5a5a5;
}
#character .voice .jp-controls-holder button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* 中段 */
.wrapper-02 {
  width: 930px;
  margin: 50px auto 0;
}
.wrapper-02:after {
  content: '';
  display: block;
  clear: both;
}
.oldie .wrapper-02 {
  min-height: 1px;
}

/* 商品情報 */
#data {
  float: left;
  width: 348px;
  padding: 13px 13px 17px;
  background: #ffeff8;
  border: 1px solid #ffe3f3;
  border-radius: 5px;
}
#data h2 {
  padding: 18px 0 0 3px;
}
#data h3 {
  padding: 12px 0 0 2px;
}
#data h3 span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
#data .detail {
  padding: 10px 0 0 2px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.334;
}
#data .detail dl {
  width: 100%;
  padding: 0 0 4px 0;
}
#data .detail dt {
  font-weight: bold;
  width: 5em;
}
#data .detail dd {
  margin: -1.333em 0 0 6em;
}
#data .tracks {
  margin: 9px 0 0 0;
  padding: 7px 14px;
  background: #fce1f0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.667;
}
#data .tracks h4 {
  font-weight: bold;
}
#data .tracks .comingsoon {
  min-height: 50px;
  padding: 5px 0 0 0;
  text-align: center;
}
#data .tracks ol {
  margin: 0 0 0 20px;
  padding: 2px 0 4px 0;
}
#data .tracks ol li {
  list-style: decimal;
  line-height: 1.5;
}
#data .action {
  margin: 10px 0 0 0;
}

/* 限定版情報 */
#limited {
  float: right;
  width: 551px;
}
#limited h2 {
  margin: 0 0 15px 0;
}
#limited h3 {
  margin: 0 0 13px 0;
  padding: 2px 11px;
  background: url('../../../img/lineup/cat/limit_h_bg.png') repeat-y left 6px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}
#limited .content {
  padding: 0 0 14px 0;
}
#limited .bnr {
  padding: 0 0 9px 0;
}
#limited .detail {
  padding: 18px 0 0 0;
}
#limited .detail dd {
  padding: 0 0 8px 0;
}
#limited .note {
  padding: 14px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.667;
}

/* 下段 */
.wrapper-03 {
  width: 930px;
  margin: 24px auto 0;
}

/* ダウンロード */
#download .content {
  position: relative;
  margin: 15px 0 0 0;
}
#download .content:after {
  content: '';
  display: block;
  clear: both;
}
.oldie #download .content {
  min-height: 1px;
}
#download .content .comingsoon {
  padding: 40px;
  background: #b1b1b1;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
}
#download .content .bnr dt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.667;
}
#download .content .bnr img {
  display: block;
}
#download .content .bnr textarea {
  padding: 8px;
  background: #ffeff8;
  border: 1px solid #ffe3f3;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
}
#download .content .bnr-rec160-600 {
  position: relative;
  float: right;
  width: 160px;
  margin: 1.667em 0 0 20px;
}
#download .content .bnr-rec160-600 dt {
  position: absolute;
  bottom: 90px;
  right: 170px;
  width: 400px;
}
#download .content .bnr-rec160-600 img {
  float: right;
}
#download .content .bnr-rec160-600 textarea {
  position: absolute;
  right: 170px;
  bottom: 0;
  width: 400px;
  height: 90px;
}
#download .content .bnr-sq180 {
  float: left;
  margin: 0 20px 0 0;
}
#download .content .bnr-sq180 img {
  float: left;
  margin: 0 10px 0 0;
}
#download .content .bnr-sq180 textarea {
  width: 370px;
  height: 100px;
}
#download .content .bnr-twicon {
  position: relative;
  float: right;
  width: 100px;
  margin: 170px 25px 0 0;
}
#download .content .bnr-rec200-40 {
  float: left;
  margin: 70px 0 0 0;
}
#download .content .bnr-rec200-40 textarea {
  width: 560px;
  height: 80px;
  margin: 10px 0 0 0;
}
