@charset "UTF-8";
/*　────────────────────────────────────────────
  下層ページ共通css
 ────────────────────────────────────────────　*/
/*　────────────────────────────────────────────
 frame
 ────────────────────────────────────────────　*/
.common__lower__container {
  margin-bottom: 50px;
}
.common__section {
  margin-bottom: 30px;
}
.common__lower__contents {
  position: relative;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
/*　────────────────────────────────────────────
 パンクズ
 ────────────────────────────────────────────　*/
.common__bread {
  background: #e5e5e5;
  height: 28px;
  margin-bottom: 27px;
  line-height: 28px;
}
.common__bread ul {
  position: relative;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.common__bread ul li {
  display: inline-block;
  margin-right: 4px;
  padding-right: 12px;
  color: #010101;
  font-size: 11px;
  background: url("../../images/common/common_bread_arrow_icon.png?dade08cd09") right center no-repeat;
}
.common__bread ul li:last-child {
  background: none;
}
.common__bread ul li a {
  color: #010101;
}
.common__bread__margin0 {
  margin-bottom: 0;
}

.common__bread__none {
  display: none
}

.common__bread ul.txtCut li {
  max-width: 370px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.common__bread.zIndexTop {
  position: relative;
  z-index: 1;
}
/*　────────────────────────────────────────────
 タイトル
 ────────────────────────────────────────────　*/
.common__lower__heading {
  position: relative;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 19px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}
.common__lower__heading.hires {
  border-bottom: 1px solid #d3aa15;
}
.common__lower__heading.hires__icon__flex {
  display: flex;
  display: -webkit-flex;
}
.common__lower__simple__heading {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.common__lower__decoration__heading__container {
  background: #b7e22e;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  z-index: -2;
}
.common__lower__decoration__heading__container:before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: #ccec4d;
  z-index: -1;
}
.common__lower__decoration__heading {
  display: table;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  height: 100px;
  background: url("../../images/common/common_lower_decoration_heading_bg.png?44fbaba20e") center center no-repeat;
}
.common__lower__decoration__heading__container.hires {
  background: #000000;
}
.common__lower__decoration__heading__container.hires:before {
  background: #999999;
}
.common__lower__decoration__heading__container.hires .common__lower__decoration__heading {
  background: url("../../images/common/common_lower_decoration_heading_bg_hires.png") center center no-repeat;
}
.common__lower__decoration__heading__container.hires .common__lower__decoration__heading .en {
  color: #d3aa15;
}
.common__lower__decoration__heading__container.hires .common__lower__decoration__heading .ja {
  color: #d3aa15;
}
.common__lower__decoration__heading h1,
.common__lower__decoration__heading h2 {
  display: table-cell;
  vertical-align: middle;
  width: 290px;
  text-align: center;
}
.common__lower__decoration__heading h1 span,
.common__lower__decoration__heading h2 span {
  color: #fff;
  display: block;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common__lower__decoration__heading h1 span.en,
.common__lower__decoration__heading h2 span.en {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2px;
}
.common__lower__decoration__heading h1 span.ja
.common__lower__decoration__heading h2 span.ja {
  line-height: 1;
}
.common__lower__decoration__heading p {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  padding-left: 80px;
}
.common__lower__decoration__heading .common__lower__decoration__heading__ttl {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 290px;
}
.common__lower__decoration__heading .common__lower__decoration__heading__ttl span.en {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
.common__lower__decoration__heading .common__lower__decoration__heading__text {
  display: table-cell;
  vertical-align: middle;
}
.common__lower__decoration__heading .common__lower__decoration__heading__text p {
  display: block;
}
.common__lower__decoration__heading .common__lower__decoration__heading__text h2 {
  padding-left: 80px;
  text-align: left;
}
/*　────────────────────────────────────────────
 ページャー
 ────────────────────────────────────────────　*/
.common__pager {
  text-align: center;
  height: 30px;
}
.common__pager ul,
.common__pager li,
.common__pager span {
  display: inline-block;
}
.common__pager span,
.common__pager li {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.common__pager span a,
.common__pager li a {
  display: block;
  width: 28px;
  height: 28px;
  text-decoration: none;
}
.common__pager span:hover,
.common__pager li:hover {
  background: #f5f5f5;
}
.common__pager ul:before,
.common__pager ul:after {
  content: "";
  display: table;
}
.common__pager ul:after {
  clear: both;
}
.common__pager li {
  float: left;
}
.common__pager li.is-active {
  border: none;
  color: #fff;
  background: #4d4d4d;
  cursor: default;
}
.common__pager li.is-active a {
  color: #fffefe;
}
.common__pager span.prev__top {
  background: url("../../images/common/common_pager_prev_top_icon.png?0315023c99") center center no-repeat;
}
.common__pager span.prev {
  margin-right: 0;
  background: url("../../images/common/common_pager_prev_icon.png?e8832e5277") center center no-repeat;
}
.common__pager span.next__last {
  background: url("../../images/common/common_pager_next_last_icon.png?753ca906dc") center center no-repeat;
}
.common__pager span.next {
  background: url("../../images/common/common_pager_next_icon.png?a9c7599696") center center no-repeat;
}

/*　────────────────────────────────────────────
 簡易ページ用
 ────────────────────────────────────────────　*/
.common__lower__simpleBase {
  margin-top: 25px;
  margin-bottom: 60px;
  padding-top: 27px;
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 1.9;
  background: #fff;
}
.common__lower__simpleBase__block {
  position: relative;
  width: 920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.common__lower__simpleBase__headding {
  margin-bottom: 8px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
}
.common__lower__simpleBase__headding span {
  padding-left: 8px;
  border-left: 4px solid #b6e400;
}
.common__lower__subText {
  font-size: 12px;
  line-height: 1;
  color: #828282;
}
.common__lower__subLink {
  margin: 6px 0;
  text-align: right;
}
.common__lower__subLink a {
  padding-right: 10px;
  color: #828282;
  position: relative;
  font-size: 12px;
  text-decoration: underline;
}
.common__lower__subLink a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common__lower__subLink a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/*　────────────────────────────────────────────
 アルバム、シングルページ共通　topBox
 ────────────────────────────────────────────　*/
.common__lower__topBox {
  padding: 30px 0;
  margin-bottom: 26px;
}
.common__lower__topBox .common__2column {
  position: relative;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.common__lower__topBox__img {
  float: left;
}
.common__lower__topBox__text {
  position: relative;
  float: right;
  width: 710px;
  padding: 26px 28px 30px;
  min-height: 248px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
}
.common__lower__topBox__text h2 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  word-break: break-all;
}
.common__lower__topBox__text .artist {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
}
.common__lower__topBox__text .artist a {
  text-decoration: none;
}
.common__lower__topBox__text .artist a:hover {
  text-decoration: underline;
}
.common__lower__topBox__text .artist a:after {
  display: inline-block;
  margin-top: 6px;
  margin-left: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  vertical-align: top;
}
.common__lower__topBox__text .text {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.common__lower__topBox__text .new {
  position: absolute;
  top: -1px;
  right: -1px;
}
.common__lower__topBox__text .recordingCount {
  margin-top: 4px;
}
.common__lower__topBox__text .fileDetail {
  position: absolute;
  bottom: 17px;
  right: 117px;
  text-align: right;
  font-size: 11px;
}
.common__lower__topBox__text .point {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.common__lower__topBox__text span.hiresIcon {
  margin-left: 10px;
}
.common__lower__topBox__text span.hiresIcon img {
  vertical-align: bottom;
}

/*　────────────────────────────────────────────
 toggle text area
 ────────────────────────────────────────────　*/
.common__toggle__textarea {
  font-size: 14px;
  line-height: 1.45;
}
.common__toggle__textarea .common__toggle__textarea__contents {
  overflow: hidden;
}
.common__toggle__textarea .common__toggle__textarea__hidden {
  overflow: hidden;
}
.common__toggle__textarea .btn__wrap {
  padding-bottom: 8px;
  cursor: pointer;
}
.common__toggle__textarea .btn {
  display: block;
  width: 14px;
  height: 13px;
  padding-top: 8px;
  margin: 0 auto;
  background: url("../../images/common/common_text_arrow_icon_open.png?06f721262e") center center no-repeat;
}
.common__toggle__textarea.type2 .btn {
  background: url("../../images/common/common_music_arrow_icon_open.png") center center no-repeat;
}
.common__toggle__textarea .fade {
  position: relative;
  z-index: 10;
  display: block;
  height: 26px;
  margin-top: -28px;
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(250,250,250,0));
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(250,250,250,0));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(250,250,250,0));
  background-image: -ms-linear-gradient(bottom, #ffffff, rgba(250,250,250,0));
  background-image: linear-gradient(to top, #ffffff, rgba(250,250,250,0));
}
.common__toggle__textarea.is-opened .btn {
  background: url("../../images/common/common_text_arrow_icon_close.png?fee83feed7") center center no-repeat;
}
.common__toggle__textarea.type2.is-opened .btn {
  background: url("../../images/common/common_music_arrow_icon_close.png?") center center no-repeat;
}

/*　────────────────────────────────────────────
 guideページ共通style
 ────────────────────────────────────────────　*/
.common__lower__guide {
  margin-top: 25px;
  margin-bottom: 60px;
  padding-top: 27px;
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 1.9;
  background: #fff;
}
.common__lower__guide__block {
  position: relative;
  width: 920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.common__lower__guide__block ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.common__lower__guide__block ol li {
  list-style: decimal inside;
  padding-left: 1em;
  text-indent: -1em;
}
.common__lower__guide__block ol li ol {
  margin-left: 4px;
}
.common__lower__guide__block ol li ol li {
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.common__lower__guide__heading {
  margin-bottom: 8px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
}
.common__lower__guide__heading span {
  padding-left: 8px;
  border-left: 4px solid #b6e400;
}
/*　────────────────────────────────────────────
 ページボタン
 ────────────────────────────────────────────　*/
.common__page__button__container {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
.common__page__button__container:before,
.common__page__button__container:after {
  content: "";
  display: table;
}
.common__page__button__container:after {
  clear: both;
}
.common__link__page__button {
  overflow: hidden;
}
.common__page__button {
  position: relative;
  float: right;
  height: 42px;
  line-height: 42px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
}
.common__page__button a {
  display: block;
}
.common__page__button:hover {
  background: #f5f5f5;
}
.common__page__button a {
  min-width: 186px;
  padding-left: 20px;
  padding-right: 48px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.common__page__button .arrow {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  width: 28px;
  height: 42px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: url("../../images/common/common_word_arrow_icon.png?8a29e70b12") 11px 15px no-repeat #999;
}
.common__page__button.hires .arrow {
  background-color: #ceb309;
}
.common__page__button.normal .arrow {
  background-color: #b6e400;
}
/*　────────────────────────────────────────────
 着うた®、着メロ、着ボイスタグ
 ────────────────────────────────────────────　*/
div.tag span {
  height: 20px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #7f7f7f;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
  display: inline-block;
  background: #fff;
  letter-spacing: -1px;
  border: 1px solid #c2c2c2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
div.tag span:hover {
  opacity: 0.8;
}
