@charset "UTF-8";
/*
---------------------------------------------------------
WEB FONT
---------------------------------------------------------
*/
/* font-awesome */
@import url('font-awesome.min.css');
/* font-open sans */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
.wf,
.opensuns {
  font-family: 'Open Sans', sans-serif;
}/*
---------------------------------------------------------
common style
---------------------------------------------------------
*/
html,
body {
}

@media only screen and (max-width: 40em) {
html,
 body {
}
}
body {
/*  position: relative;*/
  
}
a {
/*  color: #f4a6b8;*/
}
.pc a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.pc a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
main {
  overflow: hidden;
}
.second main {
  padding: 70px 0 0 0;
}
/* 
---------------------------------------------------------
header
--------------------------------------------------------- 
*/

.header {
  position: fixed;
  z-index: 8000;
  top: 0px;
  left: 0px;
  background-color: #fff;
  border-bottom: solid 3px #eeeeee;
  width: 100%;
}
.site-title {
  padding: 15px 0 0 0;
  float: left;
}

@media only screen and (max-width: 40em) {
.site-title {
  padding: 12px 0 0 0;
  float: inherit;
  height: 50px;
  text-align: center;
}
.site-title img {
  width: 70px;
}
}
.header-nav {
}
.header-nav ul,
.header-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav ul {
  display: table;
  margin: 0 0 0 auto;
}
.header-nav li {
  display: table-cell;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  line-height: 1;
  border-left: solid 1px #f5f5f5;
  border-right: solid 1px #f5f5f5;
}
/*  */
.header-nav a {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 25px;
  transition: color 0.3s ease;
}
.header-nav a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 6px;
  height: 10px;
  background-color: #d2d2d2;
  transition: background-color 0.3s ease;
}
.header-nav a:hover {
  opacity: 1;
  color: #cc0000;
  transition: color 0.3s ease;
}
.header-nav a:hover::before {
  background-color: #cc0000;
  transition: background-color 0.3s ease;
}
.header-nav a::after {
  display: block;
  font-family: "Open Sans", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 10px;
  padding-top: 5px;
}
/*  */
.drawer-nav {
}
.drawer-nav ul,
.drawer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer-nav ul {
  display: block;
  margin: 0 0 0 auto;
}
.drawer-nav li {
  display: block;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  line-height: 1;
  /*  border-top: solid 1px #626262;*/
  border-bottom: solid 1px #626262;
}
/*  */
.drawer-nav a {
  display: block;
  position: relative;
  padding: 1.5rem 0 1.5rem 25px;
  color: #fff;
  background-color: transparent;
}
.drawer-nav a:focus {
  outline: none;
}
.drawer-nav a::before {
  content: "";
  display: block;
  position: absolute;
  top: 54%;
  left: 0px;
  width: 12px;
  height: 5px;
  margin-top: -5px;
  background-color: #fff;
}
.drawer-nav a::after {
  display: inline-block;
  font-family: "Open Sans", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
}
/* .header a */
.header a {
  color: #000;
  text-decoration: none;
}
.drawer-nav a {
  text-decoration: none;
}
/*  */
.header a.home,
.drawer-nav a.home {
}
.header a.home::after,
.drawer-nav a.home::after {
  content: "トップ";
}
.home .header a.home,
.home .drawer-nav a.home {
  color: #cc0000;
}
.home .header a.home::before,
.home .drawer-nav a.home::before {
  background-color: #cc0000;
}
/*  */
.header a.news,
.drawer-nav a.news {
}
.header a.news::after,
.drawer-nav a.news::after {
  content: "ニュース";
}
.category-news .header a.news,
.category-news .drawer-nav a.news {
  color: #cc0000;
}
.category-news .header a.news::before,
.category-news .drawer-nav a.news::before {
  background-color: #cc0000;
}
/*  */
.header a.media,
.drawer-nav a.media {
}
.header a.media::after,
.drawer-nav a.media::after {
  content: "メディア";
}
.category-media .header a.media,
.category-media .drawer-nav a.media {
  color: #cc0000;
}
.category-media .header a.media::before,
.category-media .drawer-nav a.media::before {
  background-color: #cc0000;
}
/*  */
.header a.live,
.drawer-nav a.live {
}
.header a.live::after,
.drawer-nav a.live::after {
  content: "ライブ";
}
.category-live .header a.live,
.category-live .drawer-nav a.live {
  color: #cc0000;
}
.category-live .header a.live::before,
.category-live .drawer-nav a.live::before {
  background-color: #cc0000;
}
/*  */
.header a.artist,
.drawer-nav a.artist {
}
.header a.artist::after,
.drawer-nav a.artist::after {
  content: "アーティスト";
}
/*  */
.header a.disc,
.drawer-nav a.disc {
}
.header a.disc::after,
.drawer-nav a.disc::after {
  content: "リリース";
}
.category-disc .header a.disc,
.category-disc .drawer-nav a.disc {
  color: #cc0000;
}
.category-disc .header a.disc::before,
.category-disc .drawer-nav a.disc::before {
  background-color: #cc0000;
}
/*  */
.header a.twitter,
.drawer-nav a.twitter {
}
.header a.twitter::after,
.drawer-nav a.twitter::after {
  content: "ツイッター";
}
/*  */
.drawer-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  border-left: solid 1px #f5f5f5;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  top: 14px;
  left: 12px;
  width: 24px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #cccccc;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 1px;
}
.menu-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/* 
---------------------------------------------------------
footer
--------------------------------------------------------- 
*/

.footer {
  background-color: #fff;
  padding: 50px 0 0 0;
  min-height: 200px;
}
.footer-nav {
  text-align: center;
}
.footer-nav ul,
.footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer-nav ul {
}
.footer-nav li {
}
/*copyright
------------------------------------------------*/
.copyright {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #666666;
  padding-top: 20px;
}
/*page top
------------------------------------------------*/
.global-pagetop {
  position: fixed;
  right: 10px;
  bottom: -150px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  transition: bottom 0.3s ease;
}

@media only screen and (max-width: 40em) {
.global-pagetop {
  right: 0px;
}
}
.global-pagetop a {
  display: block;
  /*  line-height: 1;*/
  background-color: #000;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.pc .global-pagetop a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.pagetop-active .global-pagetop {
  bottom: 20px;
  transition: bottom 0.3s ease;
}
.pagetop-active .global-pagetop.is-fix {
  bottom: 210px;
  transition: bottom 0.3s ease;
}

@media only screen and (max-width: 40em) {
.pagetop-active .global-pagetop {
  bottom: 10px;
  transition: bottom 0.3s ease;
}
}
/* article
------------------------------------------------*/

.article-title {
}

@media only screen and (max-width: 40em) {
.article-title {
}
}
/* section
------------------------------------------------*/

.section-title {
  font-size: 1.5rem;
  font-weight: 700;/*
  margin-right: -1.4285714286rem;
margin-left: -1.4285714286rem;
*//*  padding: 0;*/
}
.section-title::before {
  content: "";
  width: 0.8rem;
  height: 1rem;
  border-bottom: solid 6px #cc0000;
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

@media only screen and (max-width: 40em) {
.section-title::before {
  width: 0.6rem;
  margin-left: -.7142857143rem;
  margin-right: 0.2rem;
}
}
/* entry title
------------------------------------------------*/

.entry-title {
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 40em) {
.entry-title {
}
}
/* sub title
------------------------------------------------*/

.sub-title {
  font-size: 1rem;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  padding: 0.3rem 0.8rem;
  margin-bottom: 0.3rem;
}

@media only screen and (max-width: 40em) {
.sub-title {
}
}
/* button
------------------------------------------------*/
.button {
  /*border-bottom: solid 2px #bdbdbd;*/
  box-shadow: 0 2px 0 0px #bdbdbd;/*font-weight: bold;*/
  position: relative;
  text-decoration: none;/*  font-weight: bold;*/
}
.button.secondary {
  box-shadow: none;
  border: solid 2px #f5f5f5;
  color: #666666;/*  font-weight: normal;*/
}
.button.wide {
  padding-left: 6rem;
  padding-right: 6rem;
}
.button .fa {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.5rem;
}
/* label
------------------------------------------------*/
.label {
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  font-size: 12px;
}
.label.rounded {
  /*水平方向(左上・右上・右下・左下) / 垂直方向(左上・右上・右下・左下) */
  border-radius: 1rem 1rem 1rem 1rem / 1rem 1rem 1rem 1rem;
}
.label.warning {
  background: #ffae00;
  color: #fff
}
.label.alert {
  background: #cc4b37;
  color: #fff
}
.label.ct_bigbang {
  background-color: #000;
}
.label.ct_winner {
  background-color: #0033b8;
}
.label.ct_ikon {
  background-color: #e51a2e;
}
.label.ct_blackpink {
/*  background-color: deeppink;*/
  background-color: #e61785;
}
.label.ct_epikhigh {
  background-color: #99cc00;
}
.label.ct_sechskies {
  background-color: #ffc200;
}
.label.ct_leehi {
  background-color: #f58c6a;
}
.media-artist.ct_bigbang{
  color:#000 ;
}
.media-artist.ct_winner{color:#0033b8 ;}
.media-artist.ct_ikon{color:#e51a2e ;}
.media-artist.ct_blackpink{color:#e61785 ;}
.media-artist.ct_epikhigh{color:#99cc00 ;}
.media-artist.ct_sechskies{color:#ffc200 ;}
/* pagination
------------------------------------------------*/

.pagination {
}
.pagination a {
  border: solid 1px #dcdcdc;
  background-color: #fff;
  text-decoration: none;
}
.pagination a.current {
  border: none;
}
/* second
------------------------------------------------*/

.second {
}
.second body{
  padding: 0px 0 0 0 ;
}
.sp .section-body a {
  word-wrap: break-word;
}
.sp .section-body img {
  max-width: 100%;
  height: auto !important;
}
/* nav-bottom
------------------------------------------------*/
.nav-bottom {
  margin: 3rem 0;
}
/*
---------------------------------------------------------
視聴プレーヤ
---------------------------------------------------------
*/

.player {
  margin: 0;
  padding: 0;
  width: 75px;
  height: 18px;
  /*  overflow: hidden;*/
  position: relative;
  /*	float: right;*/
  /*	right: 0;*/
  /*	margin-left: 8px;*/
  z-index: 100;
  display: inline-block;
}
.player .switch {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 70px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 1px solid #cc0000;
  text-align: center !important;
  background: #cc0000;
}
/* 
---------------------------------------------------------
home
--------------------------------------------------------- 
*/
/* main image
------------------------------------------------*/

.mainimg {
  width: 100%;
  min-width: 100px;
  /*  min-height: 600px;*/
  padding: 70px 0 40px 0;
  overflow: hidden;
}

@media only screen and (max-width: 40em) {
.mainimg {
  padding: 50px 0 0px 0;
}
}
.mainimg ul,
.mainimg li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainimg .slider {
  margin: 0;
  padding: 0;
}
.mainimg .slider img {
  max-width: 100%;
  height: auto;
}
.mainimg .slick-prev::before,
.mainimg .slick-next::before {
  font-size: 24px;
}
.mainimg .slick-next {
  right: 20px;
  z-index: 99;
}
.mainimg .slick-prev {
  left: 15px;
  z-index: 100;
}
.mainimg .slick-next::before {
  color: #000000;
}
.mainimg .slick-prev::before {
  color: #000000;
}
.mainimg .slick-dots {
  bottom: -30px;
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
/* tour
------------------------------------------------*/

.tour {
  padding: 3rem 0 0rem 0;
}

@media only screen and (max-width: 40em) {
.tour {
  padding: 1rem 0 0rem 0;
}
}
.tour .section-body {
}
.tour .entry {
  background-color: #fff;
  margin-bottom: 2px;
  padding: 1rem;
}

@media only screen and (max-width: 40em) {
.tour .entry {
  margin-bottom: 0px;
  padding: 0rem;
  border-top: solid 2px #dbdbdb;
}
}
.tour .entry a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}
.tour .entry a .arw {
  position: absolute;
  margin: -0.5rem 0 0 0;
  top: 50%;
  right: 0rem;
  color: #cccccc;
}

@media only screen and (max-width: 40em) {
.tour .entry a .arw {
  display: none;
}
}
.tour .entry-category {
}

@media only screen and (max-width: 40em) {
.tour .entry-category {
}
}

@media only screen and (max-width: 40em) {
.tour .entry-category .label {
/*
  background: #dbdbdb;
  color: #000;
*/
  vertical-align: top;
}
}
.tour .entry-title {
  font-size: 1.2rem;
  margin: 0.3rem 0;
  font-weight: bold;
}

@media only screen and (max-width: 40em) {
.tour .entry-title {
  padding: 0.3rem 1rem 0rem 1rem;
}
}
.tour .entry-date {
  font-size: 0.9rem;
}

@media only screen and (max-width: 40em) {
.tour .entry-date {
  padding: 0rem 1rem 1rem 1rem;
}
}
/* LIVE TOUR DETAIL
------------------------------------------------*/

.live {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 40em) {
.live {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
}
.home .tour .section-body,
.live-top .section-body {
  padding-right: 1.4285714286rem;
  padding-left: 1.4285714286rem
}

@media only screen and (max-width: 40em) {
.home .tour .section-body,
 .live-top .section-body {
  padding-right: 0;
  padding-left: 0;
}
}
.live-header {
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
  border-bottom: solid 1px #e5e5e5;
}

@media only screen and (max-width: 40em) {
.live-category {
  position: static;/*  top: 0px;*//*  left: 0px;*//*  margin-left: -.3125rem;*/
}
}

@media only screen and (max-width: 40em) {
.live-category .label {
/*
  background: #000;
  color: #fff;  vertical-align: top;
*/
}
}
.live .entry-title {
  padding: 0.5rem 0;
  margin: 0;
}
/*  */
.live .image {
  text-align: center;
  padding: 2rem 0;
}
.live .top_text {
  padding-bottom: 2rem;
}
.live .bottom_text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* schedule-list */
.schedule-list {
  border: solid 1px #000;
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 40em) {
.schedule-list {
  border: solid 0px #000;
  width: 100%;
}
}
.schedule-list tbody,
.schedule-list tr,
.schedule-list th,
.schedule-list td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.schedule-list th,
.schedule-list td {
  padding: 0.5rem;
}
.schedule-list tr {
}

@media only screen and (max-width: 40em) {
.schedule-list tr {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
}
}
.schedule-list th {
  background-color: #000;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 40em) {
.schedule-list th {
  display: none;
}
}
.schedule-list td {
  border: solid 1px #000;
  background-color: #fff;
}

@media only screen and (max-width: 40em) {
.schedule-list td {
  display: block;
  margin: 0 0 -1px 0;
}
}

@media only screen and (max-width: 40em) {
.schedule-list td:first-child {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
}

@media only screen and (max-width: 40em) {
.schedule-list td:first-child::before {
  display: none;
}
}

@media only screen and (max-width: 40em) {
.schedule-list td::before {
  margin: 0 10px 0 0;
  content: attr(data-label);
  font-weight: bold;
}
}

@media only screen and (max-width: 40em) {
}
/* news
------------------------------------------------*/

.news {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 40em) {
.news {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
}
.home .news .section-body,
.news-top .section-body {
  padding-right: 1.4285714286rem;
  padding-left: 1.4285714286rem;
}

@media only screen and (max-width: 40em) {
.home .news .section-body,
.news-top .section-body {
  padding-right: 0;
  padding-left: 0;
}
}
.news .entry {
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 40em) {
.news .entry {
/*  background-color: #fff;*/

}
}
.news .entry .column {
  padding: 0;
}
.news .entry-body {
  padding: 1rem;
}

@media only screen and (max-width: 40em) {
.news .entry-body {
  padding: 0.5rem;
}
}
.news-link {
  display: block;
  position: relative;
  background-color: #fff;
  margin-bottom: 2px;
  /*
  margin-left: auto;
  margin-right: auto;
*/
/*  max-width: 1200px;*/
  color: #000;
  text-decoration: none;
}
.news-link:hover {
  color: #000;
}
.news-link .arw {
  position: absolute;
  margin: -0.5rem 0 0 0;
  top: 50%;
  right: 1rem;
  color: #cccccc;
}

@media only screen and (max-width: 40em) {
.news-link .arw {
  display: none;
}
}

@media only screen and (max-width: 40em) {
.news-category {
  position: absolute;
  top: 0px;
  left: 0px;
}
}

@media only screen and (max-width: 40em) {
.news-category .label {
/*
  background: #dbdbdb;
  color: #000;
*/
  vertical-align: top;
}
}
.news-image {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  background-color: #000;
}
.news-image:before {
  content: "";
  display: block;
  padding-top: 70%;
}

@media only screen and (max-width: 40em) {
.news-image:before {
  padding-top: 100%;
}
}
.news-title {
  font-size: 1.2rem;
  margin: 0.3rem 0;
  font-weight: bold;
  padding-right: 2rem;
}

@media only screen and (max-width: 40em) {
.news-title {
  font-size: 1rem;
  margin: 0.3rem 0;
  padding-right: 0rem;
}
}
.news-date {
  font-size: 0.9rem;
}
/* news detail
------------------------------------------------*/


.news-detail .news-header {
  /*  padding: 0 0 1.5rem 0;*/
/*  margin: 0 0 1.5rem 0;*/
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #e5e5e5;
}

@media only screen and (max-width: 40em) {
.news-detail .news-category {
  position: static;/*  top: 0px;*//*  left: 0px;*//*  margin-left: -.3125rem;*/
}
}

@media only screen and (max-width: 40em) {
.news-detail .news-category .label {
/*
  background: #000;
  color: #fff;  vertical-align: top;
*/
}
}
.news-detail .entry-title {
  padding: 0.5rem 0;
  margin: 0;
}
.news-detail-image {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 40em) {
.news-detail-image img {
  max-width: 90%;
}
}
/* latest-news
------------------------------------------------*/
.latest-news {
  padding-bottom: 3rem;
}

@media only screen and (max-width: 40em) {
.latest-news .sub-title {
  margin-right: -.7142857143rem;
  margin-left: -.7142857143rem;
}
}
.latest-news .entry {
  position: relative;
  background-color: #fff;
}
.latest-news .entry .column {
  padding: 0;
}
.latest-news .entry-body {
  padding: 1rem;
}

@media only screen and (max-width: 40em) {
.latest-news .entry-body {
  padding: 0.5rem;
}
}

@media only screen and (max-width: 40em) {
.latest-news .news-category {
  position: absolute;
  top: 0px;
  left: 0px;
}
}

@media only screen and (max-width: 40em) {
.latest-news .news-category .label {
/*
  background: #dbdbdb;
  color: #000;
*/
  vertical-align: top;
}
}
.latest-news .section-body {
  padding-right: 1.4285714286rem;
  padding-left: 1.4285714286rem;
}

@media only screen and (max-width: 40em) {
.latest-news .section-body {
  padding-right: 0;
  padding-left: 0;
}
}
/* 
------------------------------------------------*/



/* home artist */
.artist {
  background-color: #fff;
}
.artist .section-title {
  font-size: 2rem;
  padding: 1.5rem 0 1rem 0;
  text-align: center;
}
.artist .section-title::before {
  display: none;
}
.artist-link {
  display: block;
  position: relative;
}
.artist-image {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  position: relative;
  width: 100%;/*  height: 200px;*/
}
.artist-image:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.artist-name {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: inline-block;
  width: 200px;
  background-color: rgba(0,0,0,0.7);
  padding: 0.5rem;
  text-align: center;
  margin: auto;
  border: solid 4px #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media only screen and (max-width: 40em) {
.artist-name {
  width: 140px;
  border: solid 2px #fff;
  font-size: 1rem;
  bottom: 0.5rem;
}
}
.artist .expanded .column {
  padding: 0;
  margin: 0;
}
/* media
------------------------------------------------*/
.media {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 40em) {
.media {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
}
.home .media .section-body,
.media-top .section-body {
  padding-right: 1.4285714286rem;
  padding-left: 1.4285714286rem
}

@media only screen and (max-width: 40em) {
.home .media .section-body,
.media-top .section-body {
  padding-right: 0;
  padding-left: 0;
}
}
.media .media-artist {
  text-align: center;
}
.media-entry {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 3px;
  position: relative;
}

@media only screen and (max-width: 40em) {
.media-entry {
  padding: 0.5rem;
}
}
.media-entry a {
  display: block;
  color: #000;
  text-decoration: none;
}
.media-date {
  border-right: solid 1px #dcdcdc;
}
.media-artist {
  /*  text-align: center;*/
  min-width: 100px;
  font-weight: 700;
  font-size: 14px;
  background-color: transparent;/*  display: inline-block;*/
}

@media only screen and (max-width: 40em) {
.media-artist {
  min-width: inherit;
}
}
.media-category {
  min-width: 100px;
}
.media-category .label {
  vertical-align: middle;
  border: solid 1px #bdbdbd;
  background-color: #fff;
/*  margin-top: -6px;*/
}
/*tv*/
.media-category .label.cate0,
.media-category .label.cate_tv {
  color: #cc0000;
}
/*radio*/
.media-category .label.cate1,
.media-category .label.cate_radio {
  color: #0000c3;
}
/*magazine*/
.media-category .label.cate2,
.media-category .label.cate_magazine {
  color: #920ad1;
}
/*live*/
.media-category .label.cate3,
.media-category .label.cate_liveevent {
  color: #ff6600;
}
/**/
.media-category .label.cate4,
.media-category .label.cate_ {
  color: #3399ff;
}
/*web*/
.media-category .label.cate5,
.media-category .label.cate_web {
  color: #009944;
}
/**/
.media-category .label.cate6,
.media-category .label.cate_ {
  color: #66cc00;
}
/*other*/
.media-category .label.cate7,
.media-category .label.cate_others {
  color: #666;
}
.media-date {
}
.media-date .year {
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background: #dbdbdb;
  color: #000;
}
.media-date .month {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.media-date .day {
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
}
.media-date .week {
}
.media-date .week .label {
  display: inline-block;
  min-width: 50px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 40em) {
.media-date .week .label {
  min-width: 40px;/*  vertical-align: middle;*/
}
}
/* MEDIA detail
------------------------------------------------*/
.media-detail {
}
.media-detail .media-header {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #e5e5e5;
}
.media-detail .entry-title {
  padding: 0.5rem 0;
  margin: 0;
}
.media-detail .media-category .label {
  margin-top: 0px;
  vertical-align: top;
}
.media-detail .media-date {
  font-size: 0.9rem;
}
.media-detail .media-artist .label {
  vertical-align: top;
}

@media only screen and (max-width: 40em) {
.media-detail .media-artist {
}
}
/* DISC
------------------------------------------------*/

.disc {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 40em) {
.disc {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
}
.disc-top .section-body {
  padding-right: 1.4285714286rem;
  padding-left: 1.4285714286rem;
}

@media only screen and (max-width: 40em) {
.disc-top .section-body {
  padding-right: 0;
  padding-left: 0;
}
}
.disc-list {
}
.disc-list .disc-product {
  background-color: #fff;
  padding: 0 0 0.5rem 0;
  border: solid 1px #f5f5f5;
}
.disc .product {
  padding-bottom: 4rem;
}

@media only screen and (max-width: 40em) {
.disc .product {
  padding-bottom: 2rem;
}
}
.disc-list a {
  color: #000;
  text-decoration: none;
}
.disc-link {
  position: relative;
  display: block;
}
.disc-image {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  background-color: #000;
}
.disc-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.disc-artist .label {
  vertical-align: top;
}
.disc-title {
  padding: 0.5rem;
}
/* DISC DETAIL
------------------------------------------------*/
.disc-detail {
}
.disc-detail .disc-header {
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
  border-bottom: solid 1px #e5e5e5;
}

@media only screen and (max-width: 40em) {
.disc-detail .disc-category {
  position: static;
  /*  top: 0px;*/
/*  left: 0px;*/
  margin-left: -.3125rem;
}
}

@media only screen and (max-width: 40em) {
.disc-detail .disc-category .label {
  background: #000;
  color: #fff;/*  vertical-align: top;*/
}
}
.disc-detail .entry-title {
  padding: 0.5rem 0;
  margin: 0;
}
.group-top_text {
  padding: 0 0 1rem 0;
}
.disc-detail-body {
  padding: 1rem 3rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-top: solid 5px #cccccc;
}

@media only screen and (max-width: 40em) {
.disc-detail-body {
  padding: 1rem;
}
}
.product-disk_type {
  padding: 0.5rem 0 1.5rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.product-image {
  padding-bottom: 1rem;
}
.product-image img {
  width: 100%;
}
.buy-unit {
  padding-bottom: 2rem;
}
.product-shopping {
}
.product-shopping .button {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.product-download {
}
.product-download .button {
  font-weight: 700;
}
.product-release_date {
}
.product-price {
  display: inline-block;
}
.product-prd_cd {
  display: inline-block;
}
.product-text1 {
  padding: 1rem 0;
}
.product-text2 {
}
.disk-unit {
  padding: 0.5rem 0 2rem 0;
}
.music-unit {
  padding: 0.1rem 0;
  display: flex;
}
.music-name {
  flex: 1;
  font-size: 0.9rem;
}
.music-unit .player {
  padding-top: 3px;
  padding-left: 5px;
}
.music-unit .playBtn {
  display: inline-block;
  padding-top: 5px;
  padding-left: 5px;
}
/* DISC ARCHIVE
------------------------------------------------*/
.disc-archive .section-body {
  padding-right: 1.4285714286rem;
  padding-left: 1.4285714286rem;
}

@media only screen and (max-width: 40em) {
.disc-archive .section-body {
  padding-right: 0;
  padding-left: 0;
}
}
/*
---------------------------------------------------------
shop
*/
.shop {
}
.shop .linkb {
  padding: 3rem;
}

@media only screen and (max-width: 40em) {
.shop .linkb {
  padding: 1rem;
}
}
.shop .linkb ul,
.shop .linkb li {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 1px 1px 5px 1px;
}

@media only screen and (max-width: 40em) {
.shop .linkb li img {
  width: 100%;
  height: auto;
}
}
/*
------------------------------------------------
download
*/
.download .download_text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 1em;
}
.download .qr-box {
  text-align: center;
  display: inline-block;
  padding: 10px;
  background-color: #FFFFFF;
  border: solid 1px #efefef;
}
.download .item-name {
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
  margin: 0 0 1rem 0;
}
.download .box .qr img {
  width: 148px;
  height: auto;
}
.download .note {
  padding: 0.5rem 1rem 0.5rem 2rem;
  line-height: 1.2;
  text-indent: -0.8em;
}

/* Small screens
------------------------------------------------*/

@media only screen and (max-width: 40em) {
}
