@charset "utf-8";

.pageHead {
  margin: 0;
  text-align: center;
  padding: .5em 0 .8em;
  letter-spacing: .1em;
  font-size: 3.2rem;
  line-height: 1.2;
  position: relative;
}

.pageHead::after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: .5em;
  left: 0;
  margin: 0 auto;
}

/* ========================================
ニュース、コンテンツ記事
======================================== */
#cms_block,
#news_block {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 50px;
  min-height: 500px;
}

#cms_block>div[class^="page_"],
#news_block>div[class^="page_"] {
}

/*
   見出し
======================== */

.articleHead {
  margin: 1em 0 .4em;
  line-height: 1.4;
}

h2.articleHead {
  font-size: 3rem;
  line-height: 1.2;
}

h3.articleHead {
  font-size: 2.4rem;
}

h4.articleHead {
  font-size: 1.8rem;
}

h5.articleHead {
  font-size: 1.6rem;
}

#js-newsDate {
  font-size: 1.6rem;
  margin: 0;
}

#js-newsDate+.articleHead {
  margin-top: 0;
}

/* ========================================
アーティスト
======================================== */
.artistHead {
  line-height: 1.4;
  margin-top: 0;
}

.artistHead__role,
.artistHead__name,
.artistHead__en {
  display: block;
}

.artistHead__role,
.artistHead__name,
.artistHead__en {
  font-size: 1.6rem;
}

.artistHead__role {
  font-size: 1.6rem;
}

.artistHead__name {
  font-size: 4rem;
  font-style: normal;
}

.artistHead__en {
  font-size: 1.4rem;
  font-weight: 400;
}

/* ========================================
ディスコグラフィー
======================================== */
.color-no3 #list_06 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.color-no3 #list_06>.nwu_box {
  width: calc(50% - 10px);
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 899px){
  .color-no3 #list_06 {
    justify-content: flex-start;
  }

  .color-no3 #list_06>.nwu_box {
    width: calc( ( 100% - ( 10px * ( -1 + 3 ) ) ) / 3);
    margin: 0 10px 20px 0;
  }

  .color-no3 #list_06>.nwu_box:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px){
  .color-no3 #list_06 {
    justify-content: flex-start;
  }
  
  .color-no3 #list_06>.nwu_box {
    width: calc( ( 100% - ( 10px * ( -1 + 4 ) ) ) / 4);
    margin: 0 10px 20px 0;
  }

  .color-no3 #list_06>.nwu_box:nth-child(4n) {
    margin-right: 0;
  }

  .color-no3 .img_r {
    max-width: 50%;
  }
}

.color-no3 #list_06 .title {
  line-height: 1.2;
  margin: 5px 0 0;
}

.color-no3 #list_06 .title a{
  text-decoration: none;
  color: inherit;
}

.shopList>li {
  margin-bottom: 1em;
}


@media screen and (min-width: 900px){
  .color-no3 .line_00 .img_l {
    width: 50%;
    max-width: 300px;
  }

  .color-no3 .img_l_tp3 {
    max-width: 300px;
  }
}