@charset "UTF-8";

body {
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------*/
/*            SP template               */
/*--------------------------------------*/

#content2 #d_newsDetial .ad_area,
#content2 #d_newsDetial .rightBox,
#content2 #d_newsDetial .news,
#content2 .ad_area {
  width: 94.8%;
  margin: 0 auto;
  padding: 0 10px;
}

#content2 #d_newsDetial .newsRelation__ttl,
#content2 #d_newsDetial .newsLatest__ttl,
#content2 #d_newsDetial .news .whatsHot__ttl {
  font-size: 1.6rem;
  color: #221815;
  font-weight: bold;
  letter-spacing: 1px;
}
#content2 #d_newsDetial .newsRelation__list{
  margin: 10px 0 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:space-between;
  flex-wrap: wrap;
  overflow-x: hidden;
}
#content2 #d_newsDetial .newsRelation__list li{
  width: calc(50% - 5px);
  padding: 15px 0 20px;
  position: relative;
}
#content2 #d_newsDetial .newsRelation__list li a{
  color: #484848;
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: bold;
}
#content2 #d_newsDetial .newsRelation__list li:nth-of-type(2n-1)::before{
  content: "";
  display: block;
  width: 780px;
  height: 1px;
  background-color: #e6ecf0;
  position: absolute;
  left: 0;
  top: 0;
}
#content2 #d_newsDetial .newsRelation__list li a:hover{
  opacity:1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  text-decoration: underline;
}
#content2 #d_newsDetial .newsRelation__list li a img{
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#content2 #d_newsDetial .news .whatsHot__ttl {
  font-weight: 500;
}

#content2 #d_newsDetial .newsLatest__list li {
  border-bottom: 1px solid #e0e0e0;
}

#content2 #d_newsDetial .newsLatest__list li a {
  color: #221815;
  display: block;
  width: 100%;
  padding: 3% 10% 3% 0%;
  background: url(/common/img/arrow_footer_g.png) no-repeat;
  background-size: 4.7% auto;
  background-position: center right 2.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content2 #d_newsDetial .newsRelation__box,
#content2 #d_newsDetial .newsLatest__box,
#content2 #d_newsDetial .news .whatsHot__box {
  margin-top: 10%;
  border: 1px solid #e0e0e0;
}

#content2 #d_newsDetial .newsRelation__box li,
#content2 #d_newsDetial .newsLatest__box li,
#content2 #d_newsDetial .news .whatsHot__box li {
  padding: 0;
  width: 100%;
}

#content2 #d_newsDetial .newsRelation__box a,
#content2 #d_newsDetial .newsLatest__box a,
#content2 #d_newsDetial .news .whatsHot__box a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6% 4.5% 6% 4%;
  border-bottom: 1px solid #e0e0e0;
}

#content2 #d_newsDetial .newsRelation__box a .img,
#content2 #d_newsDetial .newsLatest__box a .img,
#content2 #d_newsDetial .news .whatsHot__box a .img {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  margin-right: 5%;
}

#content2 #d_newsDetial .newsRelation__box a .img img,
#content2 #d_newsDetial .newsLatest__box a .img img,
#content2 #d_newsDetial .news .whatsHot__box a .img img {
  width: 100%;
}

#content2 #d_newsDetial .newsRelation__box a .text,
#content2 #d_newsDetial .newsLatest__box a .text,
#content2 #d_newsDetial .news .whatsHot__box a .text {
  width: 65%;
}

#content2 #d_newsDetial .newsRelation__box a p,
#content2 #d_newsDetial .newsLatest__box a p,
#content2 #d_newsDetial .news .whatsHot__box a p {
  width: 100%;
  margin-top: 4%;
  font-size: 1.0rem;
}

#content2 #d_newsDetial .newsRelation__box a p img,
#content2 #d_newsDetial .newsLatest__box a p img,
#content2 #d_newsDetial .news .whatsHot__box a p img {
  width: 11%;
  vertical-align: middle;
}

#content2 #d_newsDetial .newsRelation__box li:last-child a,
#content2 #d_newsDetial .newsLatest__box li:last-child a,
#content2 #d_newsDetial .news .whatsHot__box li:last-child a {
  border: none;
}


/* #d_newsDetial
--------------------------------------------------*/

#content2 #d_newsDetial {
  width: 100%;
}

#content2 #d_newsDetial .news {
  margin-top: 8%;
}


/*--------------------
 タイトル
--------------------*/

#content2 #d_newsDetial .news__ttl {
  width: 100%;
  padding-bottom: 2.5%;
  border-bottom: 1px solid #999;
  position: relative;
}

#content2 #d_newsDetial .news__ttl h2 {
  color: #221815;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
  line-height: 3.1rem;
  font-weight: 500;
}

/* 時間表示 */
#content2 #d_newsDetial .news__ttl .time {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 25%;
  font-size: 10px;
  letter-spacing: 0.1rem;
}


/* 記事本文　.newsArticle
--------------------------------------------------*/

#content2 #d_newsDetial .newsArticle {
  margin-top: 5%;
  margin-bottom: 12%;
}

#content2 #d_newsDetial .newsArticle__ttl h3 {
  font-size: 2.2rem;
  color: #221815;
  line-height: 3.2rem;
  position: relative;
}

#content2 #d_newsDetial .newsArticle #socialbtn a {
  cursor: pointer;
}


/*--------------------
 タグ部分（上部）
--------------------*/

#content2 #d_newsDetial .newsArticle__tag {
  position: relative;
  margin-top: 4.2%;
}

#content2 .name {
  margin: 0 0 2.2%;
}

/* アーティスト名共通 */
#content2 .name li {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 2%;
  margin-right: calc(2% - 4px);
}

#content2 .name li a {
  display: block;
  padding: .3em .5em .3em 0;
  color: #a7a7a7;
}

#content2 .name li a:hover {
  text-decoration: underline;
}

/* spのみ */
#content2 #d_newsDetial .newsArticle__tag .sp_wrap {
  position: relative;
  min-height: 1em;
  margin-bottom: 6%;
  min-height: 2.8em;
}

/* メインアーティスト */

#content2 #d_newsDetial .newsArticle__tag .tags {
  margin: 0 130px 6% 0;/* SNSボタン分 */
  min-height: 2.8em;
}

#content2 #d_newsDetial .newsArticle__tag .tags li {
  position: relative;
  color: #a7a7a7;
  font-size: 1.1rem;
  text-indent: 15px;
  display: inline-block;
  margin-right: 10px;
}

#content2 #d_newsDetial .newsArticle__tag .tags li a {
  color: #a7a7a7;
}

#content2 #d_newsDetial .newsArticle__tag .tags li a:hover {
  text-decoration: underline;
}

#content2 #d_newsDetial .newsArticle__tag .tags li:before {
  content: "";
  position: absolute;
  top: 10%;
  width: 4%;
  width: 12px;
  height: 12px;
  background: url(/common/img/tagindex/detail/icon_tags.png) no-repeat;
  background-size: 100%;
  color: #a7a7a7;
  left: 0;
}

/* シェアボタン */
#content2 #d_newsDetial .newsArticle__tag #socialbtn {
  position: absolute;
  right: 0;
  top: 0;
}


/*--------------------
 記事本文
--------------------*/
#content2 #d_newsDetial .caption{
  line-height: 1.3em;
  margin-top: 0.8em;
  display: block;
}
#content2 #d_newsDetial .newsArticle__mainImg{
  margin-bottom: 10%;
  height: auto;
}
#content2 #d_newsDetial .newsArticle__mainImg img{
  width: 100%;
  height: auto;
}
#content2 #d_newsDetial .newsArticle__main .img ul {
  margin-bottom: 10%;
}

#content2 #d_newsDetial .newsArticle__main .img li {
  display: none;
}
#content2 #d_newsDetial .newsArticle__main .img li:not(:last-of-type) .caption{
  margin-bottom: 1.5em;
}


#content2 #d_newsDetial .newsArticle__main .img img {
  width: 100%;
}

#content2 #d_newsDetial .newsArticle__main .img .more__img {
  margin-bottom: 6%;
  background: #221815;
  text-align: center;
}

#content2 #d_newsDetial .newsArticle__main .img .more__img a {
  display: block;
  padding: 4% 0;
  background: url(/common/img/arrow_footer_w.png) no-repeat;
  background-size: 6% auto;
  background-position: center right 18%;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
}

#content2 #d_newsDetial .newsArticle__main .textBox p {
  margin-bottom: 8%;
  /*text-indent: 1.3rem;*/
  line-height: 1.7;
  font-size: 1.6rem;
}

/* 提供 */
#content2 #d_newsDetial .newsArticle__main .textBox p.sponsor {
  text-align: right;
  color: #808080;
  font-size: 0.95em;
  text-indent: 0;
}

#content2 #d_newsDetial .newsArticle__main .textBox p.textBox__release {
  text-indent: 0;
}


/*--------------------
 SNS部分表示
--------------------*/

#content2 #d_newsDetial .newsArticle__main .textBox #social {
  margin: 5% 0;
}

/* youtube */

#content2 #d_newsDetial .newsArticle__main .textBox #social .youtube {
  position: relative;
  width: 100%;
  padding-top:56.25%;
  margin: 5% 0;
}

#content2 #d_newsDetial .newsArticle__main .textBox #social .youtube iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

#content2 #d_newsDetial .newsRelation,
#content2 #d_newsDetial .newsLatest,
#content2 #d_newsDetial .newsBox {
  margin-bottom: 13%;
}

#content2 #d_newsDetial .news .whatsHot {
  margin-bottom: 15%;
}

#content2 #d_newsDetial .news .whatsHot__box {
  margin-top: 5%;
}


/*--------------------
 共通タグ部分
--------------------*/

#content2 .textBox .tags li {
  position: relative;
  color: #a7a7a7;
  font-size: 1.1rem;
  text-indent: 15px;
  display: inline-block;
  margin-right: 10px;
}

#content2 .textBox .tags li:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 4%;
  width: 13px;
  height: 13px;
  background: url(/common/img/tagindex/detail/icon_tags.png) no-repeat;
  background-size: 100%;
}

#content2 .textBox .tags li a {
  color: #a7a7a7;
}

#content2 .textBox .tags li a:hover {
  text-decoration: underline;
}

/* その他画像・最新情報 共通 */
#content2 #d_newsDetial .more,
#content2 .newsArticle__intro .more {
  text-align: center;
  margin-top: 4.78%;
  margin-bottom: 0;
}

#content2 #d_newsDetial .more a,
#content2 .newsArticle__intro .more a {
  text-decoration: none;
}

#content2 #d_newsDetial .more:after,
#content2 .newsArticle__intro .more:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(/common/img/arrow_footer_g.png) center no-repeat;
  background-size: 16px;
  margin-left: 10px;
}

#content2 #d_newsDetial .more a:hover,
#content2 .newsArticle__intro .more a:hover {
  text-decoration: underline;
}


/* PC
--------------------------------------------------*/

@media all and (min-width: 768px) {
  
  /*--------------------------------------*/
  /*            PC template               */
  /*--------------------------------------*/
  
  #content2 #d_newsDetial .newsRelation,
  #content2 #d_newsDetial .newsLatest,
  #content2 #d_newsDetial .newsBox {
    margin-bottom: 45px;
  }
  
  #content2 #d_newsDetial .newsRelation__ttl,
  #content2 #d_newsDetial .newsLatest__ttl {
    font-size: 2.0rem;
  }
  #content2 #d_newsDetial .newsRelation__list li{
    width: 48.895%;
    padding: 20px 0 ;
    border: none;
  }
  #content2 #d_newsDetial .newsRelation__list li a{
    font-size: 16px;
    line-height: 22px;
  }
  #content2 #d_newsDetial .newsRelation__list.num3 li,
  #content2 #d_newsDetial .newsRelation__list.num5 li + li + li{
    width: 31.8%;
  }
  #content2 #d_newsDetial .newsRelation__list li a{
    font-size: 18px;
    line-height: 24px;
  }
  #content2 #d_newsDetial .newsRelation__list li::before{
    display: none;
  }
  #content2 #d_newsDetial .newsRelation__list li:first-child::before,
  #content2 #d_newsDetial .newsRelation__list.num5 li:nth-of-type(3n)::before{
    display: block;
  }
  #content2 #d_newsDetial .newsLatest__list li a {
    padding: 18px 65px 18px 0%;
    background: url(/common/img/arrow_footer_g.png) no-repeat;
    background-position: center right 15px;
    background-size: 21px;
    font-size: 1.4rem;
  }
  
  #content2 #d_newsDetial .newsRelation__box,
  #content2 #d_newsDetial .newsLatest__box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
    border: none;
  }
  
  #content2 #d_newsDetial .newsRelation__box li,
  #content2 #d_newsDetial .newsLatest__box li {
    width: 148px;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin: 0;
  }
  
  #content2 #d_newsDetial .newsRelation__box a,
  #content2 #d_newsDetial .newsLatest__box a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    padding: 0;
    border-bottom: none;
    font-size: 1.4rem;
  }
  
  #content2 #d_newsDetial .newsRelation__box a .img,
  #content2 #d_newsDetial .newsLatest__box a .img {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }
  
  #content2 #d_newsDetial .newsRelation__box a .text,
  #content2 #d_newsDetial .newsLatest__box a .text {
    width: 86.66%;
    margin: 9px auto;
  }
  
  #content2 #d_newsDetial .newsRelation__box a p,
  #content2 #d_newsDetial .newsLatest__box a p {
    margin-top: 10px;
  }
  
  #content2 #d_newsDetial .newsRelation__box a p img,
  #content2 #d_newsDetial .newsLatest__box a p img {
    margin-left: 2px;
    width: 33px;
  }
  
  #content2 #d_newsDetial .news .whatsHot {
    margin-bottom: 45px;
  }
  
  #content2 #d_newsDetial .news .whatsHot__ttl {
    font-size: 2.0rem;
  }
  
  #content2 #d_newsDetial .news .whatsHot__box {
    margin-top: 27px;
    border: none;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  #content2 #d_newsDetial .news .whatsHot__box li {
    width: 148px;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin: 0;
  }
  
  #content2 #d_newsDetial .news .whatsHot__box a {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0;
    border-bottom: none;
    font-size: 1.4rem;
  }
  
  #content2 #d_newsDetial .news .whatsHot__box a .img {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }
  
  #content2 #d_newsDetial .news .whatsHot__box a .text {
    width: 86.66%;
    margin: 9px auto;
  }
  
  #content2 #d_newsDetial .news .whatsHot__box a p {
    margin-top: 10px;
  }
  
  #content2 #d_newsDetial .news .whatsHot__box a p img {
    margin-left: 2px;
    width: 33px;
  }
  
  
  /* #d_newsDetial
  --------------------------------------------------*/
  
  #content2 #d_newsDetial {
    width: 1130px;
  }
  
  #content2 #d_newsDetial .ad_area {
    width: 100%;
    padding: 0;
  }
  
  #content2 #d_newsDetial .rightBox {
    width: 300px;
    padding: 0;
  }
  
  #content2 #d_newsDetial .rightBox .inner {
    width: 100%;
  }
  
  #content2 #d_newsDetial .news {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  
  
  /*--------------------
   タイトル
  --------------------*/
  
  #content2 #d_newsDetial .news__ttl {
    padding-bottom: 12px;
  }
  
  #content2 #d_newsDetial .news__ttl h2 {
    font-size: 2.5rem;
  }
  
  /* 時間表示 */
  #content2 #d_newsDetial .news__ttl .time {
    font-size: 12px;
  }
  
  
  /* 記事本文　.newsArticle
  --------------------------------------------------*/
  
  #content2 #d_newsDetial .newsArticle {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  
  #content2 #d_newsDetial .newsArticle__ttl h3 {
    font-size: 3.0rem;
    line-height: 1.5;
  }
  
  
  /*--------------------
   タグ部分（上部）
  --------------------*/
  
  #content2 #d_newsDetial .newsArticle__tag {
    position: relative;
    margin: 20px auto 30px;
  }
  
  #content2 #d_newsDetial .newsArticle__tag .name {
    padding-right: 100px;/* 上部のみ */
  }
  
  #content2 .name {
    margin: 0;
  }
  
  /* アーティスト名共通 */
  #content2 .name li {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-right: calc(10px - 4px);
  }
  
  #content2 .name li a {
    display: block;
    padding: .3em .5em .3em 0;
    color: #a7a7a7;
  }
  
  /* spのみ */
  #content2 #d_newsDetial .newsArticle__tag .sp_wrap {
    position: static;
    margin-bottom: 0;
    min-height: 1em;
  }
  
  /* メインアーティスト */
  
  #content2 #d_newsDetial .newsArticle__tag {
    margin: 20px auto 50px;
  }
  
  #content2 #d_newsDetial .newsArticle__tag .tag {
    text-indent: 16px;
    font-size: 1.2rem;
  }
  
  #content2 #d_newsDetial .newsArticle__tag .tag:hover {
    text-decoration: underline;
  }
  
  #content2 #d_newsDetial .newsArticle__tag .tag:before {
    width: 11px;
    height: 11px;
    padding-top: 0;
    top: 4px;
  }
  
  /* シェアボタン */
  #content2 #d_newsDetial .newsArticle__tag #socialbtn {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);  
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
  }
  #content2 #d_newsDetial .newsArticle__tag #socialbtn li:last-child{
    display: none;
  }
  
  /*--------------------
   記事本文
  --------------------*/
  
  #content2 #d_newsDetial .newsArticle__mainImg{
    margin-bottom: 5%;
    height: auto;
  }
  #content2 #d_newsDetial .newsArticle__mainImg img{
    width: 100%;
    height: auto;
  }
  #content2 #d_newsDetial .newsArticle__main {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  #content2 #d_newsDetial .newsArticle__main .img {
    width: 202px;
  }
  
  #content2 #d_newsDetial .newsArticle__main .img ul {
    margin-bottom: 15px;
  }
  
  #content2 #d_newsDetial .newsArticle__main .img li {
    display: block;
  }
  
  #content2 #d_newsDetial .newsArticle__main .img img {
    width: 100%;
    border: 1px solid #ccc;
  }
  
  #content2 #d_newsDetial .newsArticle__main .img .more__img {
    margin: 0;
  }
  
  #content2 #d_newsDetial .newsArticle__main .img .more__img a {
    text-align: left;
    text-indent: 30px;
    padding: 0;
    width: 202px;
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    background-position: center right 25px;
    background-size: 15px;
  }
  
  #content2 #d_newsDetial .newsArticle__main .img + .textBox {
    width: 530px;
  }
  
  #content2 #d_newsDetial .newsArticle__main .textBox p {
    font-size: 1.6rem;
    /*text-indent: 1.6rem;*/
    margin-bottom: 40px;
    line-height: 2.6rem;
  }
  
  /* class="more"以外に下線 */
  #content2 #d_newsDetial .newsArticle__main .textBox p:not(.more) a {
    text-decoration: underline;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-property: opacity;
    transition-duration: 0.2s;
  }
  
  #content2 #d_newsDetial .newsArticle__main .textBox p:not(.more) a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  
  #content2 #d_newsDetial .newsArticle__main .textBox p.textBox__release {
    margin-bottom: 45px;
  }
  
  
  /*--------------------
   共通タグ部分
  --------------------*/
  
  #content2 .textBox .tags li {
    text-indent: 16px;
    font-size: 1.2rem;
  }
  
  #content2 .textBox .tags li:before {
    width: 11px;
    height: 11px;
    padding-top: 0;
    top: 4px;
  }
  
  /* その他画像・最新情報 */
  #content2 #d_newsDetial .more,
  #content2 .newsArticle__intro .more {
    font-size: 16px;
  }
  
  #content2 #d_newsDetial .more:after,
  #content2 .newsArticle__intro .more:after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url(/common/img/arrow_footer_g.png) center no-repeat;
    background-size: contain;
    margin-left: 10px;
  }
  
}


/*　ニュース冒頭　.newsArticle__intro
--------------------------------------------------*/

#content2 .newsArticle__intro {
  margin-bottom: 15.5%;
}

#content2 .newsArticle__intro .textBox {
  width: 100%;
}

#content2 .newsArticle__intro .img {
  width: 100%;
  margin-bottom: 6%;
}

#content2 .newsArticle__intro .img img {
  width: 100%;
}

#content2 .newsArticle__intro .textBox p {
  line-height: 1.7;
  font-size: 1.6rem;
  margin-bottom: 6%;
}


/*--------------------
 ボタン
--------------------*/

#content2 .newsArticle__intro .btn {
  padding-top: 5%;
}

#content2 .newsArticle__intro .btn a {
  background: #221815;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 100%;
  line-height: 45px;
  margin: 0;
  text-align: center;
  padding-right: 3%;
  width: 100%;
}

#content2 .newsArticle__intro .btn a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/img/charts/arrow_aboutcharts_02.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
  margin-right: -26px;/* 矢印分 */
}


@media screen and (min-width: 768px) {

  #content2 .newsArticle__intro {
  }
  
  #content2 .newsArticle__intro .textBox {
    width: 420px;
    float: left;
  }
  
  #content2 .newsArticle__intro .img {
    width: 330px;
    float: right;
  }
  
  #content2 .newsArticle__intro .img img {
    width: 100%;
  }
  
  #content2 .newsArticle__intro .textBox p {
    margin-bottom: 8%;
    line-height: 2.2rem;
    font-size: 16px;
    line-height: 1.75;
  }
  
  /* テキスト内ホバー指定 */
  
  #content2 .newsArticle__intro .textBox p a {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-property: opacity;
    transition-duration: 0.2s;
    text-decoration: underline;
  }
  
  #content2 .newsArticle__intro .textBox p a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  
  #content2 .newsArticle__intro .textBox p.textBox__release {
    text-indent: 0;
  }
  
  #content2 .newsArticle__intro .btn {
    clear: both;
    padding-top: 42px;
  }
  
  #content2 .newsArticle__intro .btn a {
    background: #221815;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 100%;
    line-height: 54px;
    margin: 0;
    text-align: center;
    padding-right: 3%;
    width: 100%;
  }
  
}


/*--------------------
 UZOU関連追記
--------------------*/

.ajaRecommend_pc__mqnMHoxkR____container #ajaRecommend_pc__mqnMHoxkR {
  margin-right: 0 !important;
}

/* box */
#ajaRecommend_pc__mqnMHoxkR .ajaRecommend-item {
  width: 148px !important;
  margin-left: 10px !important;
  background: #fff !important;
  padding: 0 !important;
  border: 1px solid #e0e0e0 !important;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  transition-property: opacity;
  transition-duration: 0.2s;
}

#ajaRecommend_pc__mqnMHoxkR .ajaRecommend-item:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

#ajaRecommend_pc__mqnMHoxkR .ajaRecommend-item:first-of-type {
  margin-left: 0 !important;
}

/* img */
.ajaRecommend-item__thumb {
    border-bottom: 1px solid #e0e0e0 !important;
}

/* text */
.ajaRecommend.ajaRecommend--ta-l .ajaRecommend-item .ajaRecommend-item__text {
  width: 86.66% !important;
  margin: 9px auto !important;
}

#ajaRecommend_pc__mqnMHoxkR .ajaRecommend-item-text__description {
  color: #484848 !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  
  /* box */
  #ajaRecommend_sp__WLBDDoxzg .ajaRecommend-item {
    padding: 6% 4.5% 6% 4% !important;
    border: 1px solid #e0e0e0 !important;
    border-top: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
    background: #fff !important;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-property: opacity;
    transition-duration: 0.2s;
  }
  
  #ajaRecommend_sp__WLBDDoxzg .ajaRecommend-item:first-of-type {
    border-top: 1px solid #e0e0e0 !important;
  }
  
  #ajaRecommend_sp__WLBDDoxzg .ajaRecommend-item:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  
  /* img */
  .ajaRecommend-item__thumb {
    width: 30% !important;
    margin-right: 5% !important;
    float: left !important;
  }
  
  /* text */
  .ajaRecommend.ajaRecommend--ta-l .ajaRecommend-item .ajaRecommend-item__text {
    width: 65% !important;
    font-size: 12px !important;
  }
  
  #ajaRecommend_sp__WLBDDoxzg .ajaRecommend-item-text__description {
    font-size: 12px !important;
    color: #484848 !important;
  }
}