@charset "UTF-8";
/*----------------------------------------------------
	common
----------------------------------------------------*/
.imgRepl, .newsPageBlock .blockInner h2 {
  font-size: 0;
  *font-size: 100%;
  overflow: hidden;
  text-indent: -8000em;
}

.clearfix, article, .newsPageBlock .blockInner dl {
  *zoom: 1;
}
.clearfix:after, article:after, .newsPageBlock .blockInner dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  font-size: fz(12);
  overflow: hidden;
}

article {
  width: 100%;
  position: relative;
}
article .blockInner {
  max-width: 1000px;
  margin: 0 auto;
}

.info_list .titletxt {
  clear: none;
  line-height: 2rem;
}

.info_list .titletxt a {
  color: #2C1E11;
  width: 540px;
}

.info_list .detail {
  width: 550px;
  margin-left: 180px;
}

div.right {
  float: right;
}

/*----------------------------------------------------
	NEWS MENU
----------------------------------------------------*/
.newsPageBlock {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  background-image: url(../img/common/bg_news.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-attachment: fixed;
}
.newsPageBlock .blockInner {
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.6rem;
  text-align: left;
  color: #0F1265;
  overflow: hidden;
  z-index: 10;
}
.newsPageBlock .blockInner h2 {
  background-image: url(../img/common/h_news.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  height: 50px;
  margin-bottom: 30px;
}
.newsPageBlock .blockInner .searchBlock {
  position: absolute;
  top: 110px;
  right: 45px;
  text-align: right;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
.newsPageBlock .blockInner .searchBlock select {
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 16px;
}
.newsPageBlock .blockInner dl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 70px;
}
.newsPageBlock .blockInner dl dt {
  width: 225px;
  float: left;
  clear: both;
  padding-top: 8px;
  font-weight: bold;
  display: inline-block;
  min-height: 50px;
}
.newsPageBlock .blockInner dl dd {
  width: 65%;
  margin-left: 15px;
  font-size: 100%;
  padding-top: 10px;
  min-height: 50px;
  display: inline-block;
}
.newsPageBlock .blockInner dl dd a {
  color: #FFF;
  text-decoration: none;
}

.newsPageBlock .contentsMenuBlock li {
  width: 16%;
  margin-bottom: 10px;
}

/*----------------------------------------------------
	NEWS LIST
----------------------------------------------------*/
li.secNews.hide {
  display: none;
}

.contentsInfoBox {
  position: relative;
  width: 95%;
  max-width: 1040px;
  height: auto;
  margin: 30px auto;
  padding: 0px;
  display: block;
}

.info_list li {
  border-bottom-width: thin;
  border-bottom-style: dotted;
  border-bottom-color: #5E533D;
  margin: 0px;
}
.info_list liafter {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.info_list li .title {
  margin: 0px;
  padding: 0px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.info_list li .titleafter {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.info_list li .titletxt {
  width: 65%;
  padding-left: 15px;
  font-size: 100%;
  padding-top: 8px;
  min-height: 35px;
  display: inline-block;
  vertical-align: top;
}
.info_list li .titletxt a {
  width: 100%;
  color: #494B92;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  line-height: 2rem;
}
.info_list li .date {
  width: 100px;
  padding-top: 10px;
  font-weight: bold;
  display: inline-block;
  min-height: 30px;
}
.info_list li .detail {
  display: none;
  width: 100%;
  padding-top: 10px;
  border-top: thin dotted #A5A5A5;
  border-right: thin dotted #999;
  line-height: 1.5em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 30px;
  background-color: #FFF;
}
.info_list li .category {
  width: 100px;
  margin-top: 6px;
  margin-left: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: bold;
  background-color: #0F1265;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  padding: 3px 8px;
}
.info_list .release .category {
  color: #26FFFF;
}
.info_list .fanclub .category {
  color: #C9B7FF;
}
.info_list .media .category {
  color: #FFDC73;
}
.info_list .live .category {
  color: #96FF73;
}
.info_list .voice .category {
  color: #FF99BA;
}
.info_list .other .category {
  color: #CCCCCC;
}
.info_list .live span.category {
  font-size: 11px;
  font-size: 1.1rem;
}

/*----------------------------------------------------
	PAGER
----------------------------------------------------*/
.pager2 {
  width: 95%;
  margin: 25px auto 0 auto;
  display: block;
  overflow: hidden;
}
.pager2 ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
.pager2 ul li {
  display: inline;
  position: relative;
}
.pager2 ul li a, .pager2 ul li span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #AFAFAF;
  margin: 0 3px;
}
.pager2 ul li span {
  border-color: transparent;
  color: gray;
  padding: 8px 8px;
}
.pager2 ul li a.active {
  background-color: #0F1265;
  color: white;
  border: 1px solid #0F1265;
}
.pager2 ul li a:hover:not(.active) {
  background-color: #FFF;
}

/*----------------------------------------------------
	記事内
----------------------------------------------------*/
.info_list .detail p {
  clear: none;
}

.info_list .close {
  display: none;
}

/* ================================================================ *
 *  Mobile
 * ================================================================ */
@media screen and (max-width: 780px) {
  .newsPageBlock .contentsMenuBlock li {
    font-size: 90%;
  }
}
@media screen and (max-width: 768px) {
  .newsPageBlock {
    background-image: url(../img/common/bg_m_news.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .newsPageBlock .blockInner {
    padding-bottom: 20px;
  }
  .newsPageBlock .blockInner h2 {
    background-size: contain;
    height: 46px;
  }

  .newsPageBlock .blockInner .searchBlock {
    top: 145px;
    right: 25px;
  }

  .newsPageBlock .contentsMenuBlock {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .newsPageBlock .contentsMenuBlock li {
    width: 32%;
  }

  .info_list li .titletxt {
    width: 100%;
  }
  .info_list .date {
    display: block;
    padding-top: 10px;
    vertical-align: middle;
  }
  .info_list .category {
    display: block;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
  }

  .pager2 ul li a {
    padding: 8px 10px;
    border: 1px solid #AFAFAF;
    margin: 0 3px;
  }
}
/*=================================================
	【NEWS】 BG Animation 
=================================================*/
.newsBg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  position: fixed;
  /*右サイド背景*/
}
.newsBg div.bgItem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.newsBg .news_bgR {
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0;
  margin-left: 350px;
  display: block;
  z-index: 1;
}
.newsBg .news_bgR .circle {
  border: solid 1px #CFEAF4;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  display: block;
}
.newsBg .news_bgR div.item-0 {
  width: 50px;
  height: 50px;
  margin-top: 70px;
  margin-left: 32px;
  opacity: 0.7;
}
.newsBg .news_bgR div.item-0 .circle {
  animation: ripple 10s 2s infinite;
}
.newsBg .news_bgR div.item-1 {
  width: 80px;
  height: 80px;
  margin-top: 183px;
  margin-left: 80px;
  opacity: 0.7;
}
.newsBg .news_bgR div.item-1 .circle {
  animation-delay: 0.6s;
  animation: ripple 5s 1s infinite;
}
.newsBg .news_bgR div.item-2 {
  width: 120px;
  height: 120px;
  margin-top: 140px;
  margin-left: 110px;
  opacity: 0.8;
}
.newsBg .news_bgR div.item-2 .circle {
  animation-delay: 1.4s;
  animation: ripple 8s 1.2s infinite;
}
.newsBg .news_bgR div.item-3 {
  width: 70px;
  height: 70px;
  margin-top: 96px;
  margin-left: 186px;
  opacity: 0.8;
}
.newsBg .news_bgR div.item-3 .circle {
  animation-delay: 2.6s;
  animation: ripple 12s 3s infinite;
}
.newsBg .news_bgR div.item-4 {
  width: 60px;
  height: 60px;
  margin-top: 435px;
  margin-left: 20px;
  opacity: 0.6;
}
.newsBg .news_bgR div.item-4 .circle {
  animation-delay: 0.8s;
  animation: ripple 16s 0.6s infinite;
}
.newsBg .news_bgR div.item-5 {
  width: 40px;
  height: 40px;
  margin-top: 362px;
  margin-left: 184px;
  opacity: 1.0;
}
.newsBg .news_bgR div.item-5 .circle {
  animation-delay: 1.0s;
  animation: ripple 9s 2s infinite;
}
.newsBg .news_bgR div.item-6 {
  width: 170px;
  height: 170px;
  margin-top: 305px;
  margin-left: 213px;
  opacity: 1.0;
}
.newsBg .news_bgR div.item-6 .circle {
  animation-delay: 2.2s;
  animation: ripple 13s 1.4s infinite;
}
.newsBg .news_bgR div.item-7 {
  width: 850px;
  height: 850px;
  margin-top: 310px;
  margin-left: -105px;
  opacity: 1.0;
}
.newsBg .news_bgR div.item-7 .circle.layer-0 {
  animation-delay: 2.0s;
  animation: ripple 13s 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgR div.item-7 .circle.layer-1 {
  animation-delay: 2.2s;
  animation: ripple 13s 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgR div.item-7 .circle.layer-2 {
  animation-delay: 2.4s;
  animation: ripple 13s 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgR div.item-7 .circle.layer-3 {
  animation-delay: 2.6s;
  animation: ripple 13s 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgR div.item-7 .circle.layer-4 {
  animation-delay: 2.8s;
  animation: ripple 13s 1s infinite;
}
.newsBg .news_bgL {
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0;
  margin-left: -1400px;
  display: block;
  z-index: 1;
}
.newsBg .news_bgL .circle {
  border: solid 2px #FFF;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  display: block;
}
.newsBg .news_bgL div.bgItem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}
.newsBg .news_bgL div.item-0 {
  width: 90px;
  height: 90px;
  margin-top: 502px;
  margin-right: 130px;
  opacity: 0.8;
}
.newsBg .news_bgL div.item-0 .circle {
  animation-delay: 0s;
  animation: ripple 10s 0.5s infinite;
}
.newsBg .news_bgL div.item-1 {
  width: 60px;
  height: 60px;
  margin-top: 543px;
  margin-right: 115px;
  opacity: 0.7;
}
.newsBg .news_bgL div.item-1 .circle {
  animation-delay: 0.2s;
  animation: ripple 8s 1.1s infinite;
}
.newsBg .news_bgL div.item-2 {
  width: 180px;
  height: 180px;
  margin-top: 300px;
  margin-right: 183px;
  opacity: 0.9;
}
.newsBg .news_bgL div.item-2 .circle {
  animation-delay: 1.4s;
  animation: ripple 12s 1s infinite;
}
.newsBg .news_bgL div.item-3 {
  width: 140px;
  height: 140px;
  margin-top: 736px;
  margin-right: 356px;
  opacity: 1.0;
}
.newsBg .news_bgL div.item-3 .circle {
  animation-delay: 2.6s;
  animation: ripple 5s 1.6s infinite;
}
.newsBg .news_bgL div.item-4 {
  width: 120px;
  height: 120px;
  margin-top: 260px;
  margin-right: 127px;
  opacity: 0.9;
}
.newsBg .news_bgL div.item-4 .circle2 {
  animation-delay: 0.8s;
  animation: ripple 8s 2s infinite;
}
.newsBg .news_bgL div.item-5 {
  width: 45px;
  height: 45px;
  margin-top: 677px;
  margin-right: 42px;
  opacity: 0.7;
}
.newsBg .news_bgL div.item-5 .circle {
  animation-delay: 1.5s;
  animation: ripple 13s 1.1s infinite;
}
.newsBg .news_bgL div.item-6 {
  width: 50px;
  height: 50px;
  margin-top: 438px;
  margin-right: 110px;
  opacity: 1.0;
}
.newsBg .news_bgL div.item-6 .circle {
  animation-delay: 2.2s;
  animation: ripple 15s 1s infinite;
}
.newsBg .news_bgL div.item-7 {
  width: 850px;
  height: 850px;
  margin-top: -400px;
  margin-right: -180px;
  opacity: 1.0;
  text-align: center;
}
.newsBg .news_bgL div.item-7 .circle.layer-0 {
  animation-delay: 1.4s;
  animation: ripple 12s 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgL div.item-7 .circle.layer-1 {
  animation-delay: 1.6s;
  animation: ripple 12s 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgL div.item-7 .circle.layer-2 {
  animation-delay: 1.8s;
  animation: ripple 12s 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgL div.item-7 .circle.layer-3 {
  animation-delay: 2.0s;
  animation: ripple 12s 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgL div.item-7 .circle.layer-4 {
  animation-delay: 2.2s;
  animation: ripple 12s 1s infinite;
}
@keyframes ripple {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  20% {
    width: 80%;
    height: 80%;
    opacity: 0.9;
  }
  80% {
    width: 80%;
    height: 80%;
    opacity: 0.9;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/* ===================================================================
	 MOBILE
 ===================================================================*/
@media screen and (max-width: 768px) {
  .newsBg .news_bgL {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .newsBg .news_bgL div.item-7 {
    width: 850px;
    height: 850px;
    margin-top: -400px;
    margin-right: 180px;
    opacity: 1.0;
    text-align: center;
  }
}
