@charset "utf-8";

.contain {
  background: #f3f2ee;
}
header {
  position: relative;
}
header *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.head-logo {
  height: 60px;
  padding-top: 12px;
  background: #6EBD9D;
  text-align: center;
}
.nav-main {
  background: #D0EADF;
  text-align: center;
}
.nav-main ul {
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-items: center;
          align-items: center;
    width: 1080px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.nav-main li {
  display: table;
  }
.nav-main a {
  display: table-cell;
  height: 40px;
  color: #014B2D;
  text-decoration: none;
  vertical-align: middle;
}
 .menu {
   display: none;
 }
@media screen and (max-width: 768px){
  .nav-main ul {
    display: none;
    margin: 0;
    width: 100%;
    font-size: 0;
  }
  .nav-main li {
    display: inline-block;
    width: 50%;
    padding-left: 5px;
    border-bottom: 1px solid #FFF;
    font-size: 14px;
  }
  .nav-main li:nth-child(2n) {
    border-left: 1px solid #FFF;
  }
  .menu {
    display: block;
    position: absolute;
    top: 6px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
  .menu-button {
   position: relative;
   background-color: #fff;
   width: 100%;
   height: 50px;
   margin-right: 0;
   margin-left: auto;
   -webkit-border-radius: 5px;
           border-radius: 5px;
  }
  .menu-border {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: auto;
   width: 36px;
   height: 36px;
  }
  .menu-border div {
   background-color: #6EBD9D;
   border-radius: 2px;
   width: 100%;
   height: 4px;
   margin: 6px auto;
  }
}
/*===========================
  main
===========================*/
.main-frame {
  position: relative;
  margin: 20px auto;
  background-color: #FFF;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 49%, #f3f2ee 50%, #f3f2ee 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 49%,#f3f2ee 50%,#f3f2ee 100%);
  background: linear-gradient(to right, #ffffff 0%,#ffffff 49%,#f3f2ee 50%,#f3f2ee 100%);
}
.main-frame hr:first-of-type {
  position: absolute;
  top:0;
  width: 100%;
  border: 0;
  height: 2px;
  margin: 0;
  background-image: -webkit-linear-gradient(left, #6ebd9d 0%,#6ebd9d 50%,rgba(255,255,255,0) 50%);
      background-image:    -moz-linear-gradient(left, #6ebd9d 0%,#6ebd9d 50%,rgba(255,255,255,0) 50%);
      background-image:     -ms-linear-gradient(left, #6ebd9d 0%,#6ebd9d 50%,rgba(255,255,255,0) 50%);
      background-image:      -o-linear-gradient(left, #6ebd9d 0%,#6ebd9d 50%,rgba(255,255,255,0) 50%);
}
.main-frame hr:last-of-type {
  position: absolute;
  bottom:0;
  width: 100%;
  border: 0;
  height: 2px;
  margin: 0;
  background-image: -webkit-linear-gradient(left, #6ebd9d 0%,#6ebd9d 49%,rgba(255,255,255,0) 50%);
      background-image:    -moz-linear-gradient(left, #6ebd9d 0%,#6ebd9d 49%,rgba(255,255,255,0) 50%);
      background-image:     -ms-linear-gradient(left, #6ebd9d 0%,#6ebd9d 49%,rgba(255,255,255,0) 50%);
      background-image:      -o-linear-gradient(left, #6ebd9d 0%,#6ebd9d 49%,rgba(255,255,255,0) 50%);
}
.main-inner {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
   width: 1100px;
  background: url(../images/bg_book01.png) repeat-y 0% 5px, url(../images/bg_book02.png) repeat-y 100%;
  padding: 20px 75px;
  background-color: #FFF;
   margin: auto;
   border-top: 2px solid #6ebd9d;
   border-bottom: 2px solid #6ebd9d;
 }

@media screen and (max-width: 768px){
  .main-inner {
    width: 100%;
    padding: 7%;
    -webkit-background-size: 5%;
         -o-background-size: 5%;
            background-size: 5%;
  }
  .main-frame hr {
    display: none;
  }
}



/* mainvisual */
.mainvisual {
  overflow: hidden;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 330px;
}
.txt-mainvisual {
}
.txt-mainvisual p {
  margin: 30px auto 20px;
  font-size: 14px;
  line-height: 1.6;
}
.img-mainvisual {
  width: 475px;
}

.box-bnr {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 768px){
  .mainvisual {
    height: auto;
  }
  .img-mainvisual {
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
  }
  .txt-mainvisual {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
  }
  .txt-mainvisual h1{
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
  }
  .txt-mainvisual h1 img{
    width: 100%;
  }
  .txt-mainvisual p{
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
    margin-top: 0px;
  }
  .box-bnr div {
    width: 48%;
  }
  .box-bnr img {
    width: 100%;
  }
}



 .content {
   display: flex;
   -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
           flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 20px;
 }
.cont-inner {
  width: 464px;
}

.cont-inner h2 {
  margin: 0 auto 14px;
  color: #6EBD9D;
  font-size: 20px;
}

@media screen and (max-width: 768px){
  .cont-inner {
    width: 100%;
    margin: 1em auto;
  }
  .cont-inner h2 {
    text-align: center;
  }
}


/* movie */
.box-movie {
  margin-bottom: 10px;
}


/* infomation */
.list-info {
  margin-bottom: 10px;
}
.list-info ul{
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 12px;
}
.list-info li {
  padding: 8px 0;
  border-bottom: 1px solid #000;
}
.list-info li .ttl{
  font-size: 1.5em;
}
.list-info li .ttl.link-page {
  background: #6EBD9D;
  color: #fff;
  padding: 3px;
}
.list-info li a {
  color: #000;
  text-decoration: none;
}
.list-info li a:hover {
  text-decoration: underline;
}
.date {
  color: #6EBD9D;
  font-weight: bold;
}

.btn_archive {
  display: block;
  text-align: right;
}
@media screen and (min-width: 769px){
  .list-info#accordion a{
    pointer-events: none;
  }
}
/* DISCOGRAPHY */
.box-discography {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #D0EADF;
}

.img-discography img {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 15px;
}
.txt-discography {
  float: right;
  width: calc(100% - 165px);
}
.txt-discography h3 {
  margin: 10px auto;
  font-size: 16px;
}
.box-discography .btn_archive {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 768px){
  .box-discography {
    text-align: center;
  }
  .img-discography img{
    float: none;
  }
  .txt-discography {
    display: none;
  }
  .box-discography .btn_archive {
    position: static;
  }
}



/* twitter */
.box-twitter {
  -ms-overflow-y: scroll;
      overflow-y: scroll;
  height: 170px;
}
.nav-sub {
  margin-top: 20px;
}
.nav-sub * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-sub ul{
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0;
  list-style-type: none;
}
.nav-sub li{
  width: 220px;
}
.nav-sub a {
  display: block;
  width: 100%;
  line-height: 32px;
  padding-left: 42px;
  background: #586E64 no-repeat;
  color: #fff;
  text-decoration: none;
}
.nav-sub a.media {
  background-image: url(../images/icon_media.png);
}
.nav-sub a.special {
  background-image: url(../images/icon_special.png);
}
.nav-sub a.profile {
  background-image: url(../images/icon_profile.png);
}
.nav-sub a.link {
  background-image: url(../images/icon_link.png);
}

@media screen and (max-width: 768px){
  .nav-sub li{
    width: 49%;
    margin-bottom: 5px;
  }
}

/*===========================
  footer
===========================*/

footer {
  background: #6EBD9D;
}
.copy {
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  font-size: 10px;
}
@media screen and (max-width: 768px){
  footer .nav-main {
    display: none;
  }
}



/*===========================
  page
===========================*/
article h1 {
  color: #6EBD9D;
  padding-bottom: 5px;
  border-bottom: 2px solid #6EBD9D;
}
.article-body {
  margin-bottom: 20px;
}
.article-body h2 {
  padding: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 20px;
}

.pager {
  margin-top: 20px;
  background: #6EBD9D;
  color: #fff;
  text-align: center;
}
.pager div {
  display: inline-block;
  padding: 5px 10px;
}
.home {
  padding: 5px;
  text-align: center;
}
.home a {
  color: #6EBD9D;
  text-decoration: none;
}


/*===========================
  discography
===========================*/
.page-discography h2 {
    background: #6EBD9D;
  color: #fff;
  font-size: 1.5em;
  padding: 3px;
}
.list-discography ul{
  list-style: none;
  padding: 0;
}
.list-discography li {
  display: flex;
  margin: 1em auto 2em;
}
.list-discography .box-artwork {
  display: flex;
  width: 150px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}
.list-discography .box-artwork img{
  margin-bottom: 5px;
}
.list-discography .box-artwork a{
  display: block;
  text-align: center;
  width: 146px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #6EBD9D;
  color: #fff;
}
.list-discography .box-artwork a:hover{
  text-decoration: none;
  opacity: .7;
}
.list-discography .box-desc {
  margin-left: 15px;
}
.list-discography .box-desc h3{
  font-size: 1.3em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px){
  .list-discography ul {
//    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
  }
  .list-discography li {
    margin-right: 1em;
  }
  .list-tokuten ul{
    list-style: none;
    padding: 0;
  }
  .list-tokuten li h3{
    font-size: 1.2em;
  }
  .list-discography .modal-title{
    font-size: 1rem;
  }
  .list-discography .modal-body .box-artwork {
    width: 100%;

}
  .list-discography .modal-body .box-desc{
    margin: 0;
  }

  .btn-cart{
    display: block;
    width: 8em;
    text-align: center;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #6EBD9D;
    color: #fff;
    margin: auto;
  }

}
/*===========================
  profile
===========================*/
.page-profile .img-profile{
  width: 100%;
}

@media screen and (max-width: 767px){
	.profile_context_pc {
	  	padding-left:20px; 
		padding-right:20px;
		font-size:14px;
	}
}

/* PC */
@media screen and (min-width: 768px){
    .profile_pc {
	  	width:50% !important; 
		float:left;
    }

    .profile_context_pc {
	  	width:50% !important; 
		float:left;
	  	padding-left:20px; 
		padding-right:20px;
		font-size:14px;
    }

}

/*===========================
  discographyその他
===========================*/

/* SP */
@media screen and (max-width: 767px){
  .media_list {
  		list-style:none; 
		display:inline-block; 
		width:30%;
  }

  .liveevent_link1 {
		list-style:none; 
		width:100%;
		text-align: center;
  }

	/* 法人別オリジナル特典 */
	#discography #tokuten {
	background:#ffffff;
	border:1px solid #cccccc;
	border-radius:3px;
	margin:0 0 10px 0;
	}
	
	#discography #tokuten article {
	border-bottom:1px solid #cccccc;
	}
	
	#discography #tokuten article h4 {
	font-size:12px;
	font-weight:normal;
	background:url("../images/icon_arrow_red_down.png") no-repeat right #e2e2e2;
    background-size:30px;
	border-left:10px solid #c60026;
	padding:10px 35px 10px 10px;
	}
	
	#discography #tokuten > article + h4 {
	border-radius:3px 3px 0 0;
	}
	
	#discography #tokuten article p {
	padding:10px;
	}
	
	#discography #tokuten article .text {
	border-top:1px solid #cccccc;
	}
	
	#discography #tokuten article .text ul {
	width:100%;
	display:table;
	table-layout:fixed;
	border-bottom:1px solid #cccccc;
	padding:10px;
	}

	#discography #tokuten article .text ul li {
	vertical-align:middle;
	display:table-cell;
	}

	#discography #tokuten article .text ul li .shop {
	color:#000;
	}
	
	#discography #tokuten article:last-child {
	border-bottom:none;
	}

	/* 配信情報 */	
	#discography #online {
	background:#ffffff;
	border:1px solid #cccccc;
	border-radius:3px;
	margin:0 0 10px 0;
	}
	
	#discography #online article {
	border-bottom:1px solid #cccccc;
	}
	
	#discography #online article h4 {
	font-size:12px;
	font-weight:normal;
	background:url("../images/icon_arrow_red_down.png") no-repeat right #e2e2e2;
    background-size:30px;
	border-left:10px solid #c60026;
	padding:10px 35px 10px 10px;
	}
	
	#discography #online > article + h4 {
	border-radius:3px 3px 0 0;
	}
	
	#discography #online article .text {
	border-top:1px solid #cccccc;
	padding:10px;
	}
	
	#discography #online article:last-child {
	border-bottom:none;
	}

	.content_font {
		font-size: 0.85em;
	}
}

@media only screen and (min-device-width:320px) and (orientation:portrait) {
	#discography #tokuten article .text ul li img.images {
		margin:0 0 20px 0;
	}
}

@media screen and (min-width: 768px){
  	.media_list {
		list-style:none; 
		display:inline-block; 
		width:15%;
  	}


  	.liveevent_link1 {
		list-style:none; 
		display:inline-block; 
		width:25%;
  	}

 	#tokuten .tokuten_detail {
	width:900px;
	margin:15px auto 0 auto;
  	}

	#tokuten h4 {
	margin:0 20px;
	}

	#tokuten h5 {
	font-size:14px;
	color:#666666;
	margin:0 0 15px 0;
	}

	#tokuten h6 {
	font-size:12px;
	line-height:12px;
	border-bottom: 1px solid #CCCCCC;
	margin:0 0 5px 0;
	padding:5px 0;
	}

	#tokuten p.line {
	border-bottom: 1px solid #CCCCCC;
	}

	/* DB */
	.DBtmp_box      {margin:0; padding:0;}
	.DBtmp_top      {margin:0; padding:0;}
	.DBtmp_left     {width:150px; text-align:center; margin:0; padding:0 20px 0 0;}
	.DBtmp_right    {width:728px; margin:0; padding:0;}
	.DBtmp_compound {margin:0; padding:0;}
	.DBtmp_catch    {font-size:10px; font-weight:bold; line-height:14px; margin:0; padding:0 0 3px 0;}
	.DBtmp_title    {font-size:1.4em; font-weight:bold; color:#666666; line-height:14px; margin:0;}
	.DBtmp_subtitle {font-weight:bold; margin:0; padding:0;}
	.DBtmp_date     {margin:0; padding:0;}
	.DBtmp_detail   {width:728px; margin:0; padding:0;}
	.DBtmp_list     {margin:0; padding:0;}
	.DBtmp_listline {margin:0; padding:0;}
	.DBtmp_line     {height:20px; margin:0; padding:0;}

	.content_font {
		font-size: 12px;
	}
}

.more_footer {
  color: #6EBD9D;
}

.more_footer li img {
  width: 100%;
}

.more_footer ul {
  margin: 0;
  padding: 0;
}

.fanclub_body {
  background-color: #fff;
  width :100%;
}

.fanclub_contain {

}

.fanclub_index {
  background-color: #fff !important;
}

.fanclub_index_top {
	margin-top: 1em !important;
	margin-bottom: 0em !important;
}

.fanclub_index img {
	width :100%;
}

.fanclub {
  background: #6EBD9D;
  color: #fff;
  font-size: 1.5em;
  padding: 0.6em;
  text-align: center;
  margin: 16px auto;
}

.fanclub_header-title {
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
  margin-left: 12px;
}

.fanclub_title1 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
  margin-top: 1em;
}

.fanclub_content {
  margin: 0;
  padding: 0;
}

.fanclub_content li {
  list-style: none;
  display: inline-table;
  text-align: center;
}

.fanclub_content li img {
  width: 60%;
  margin-bottom: 1em;
}

.fanclub_content table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  font-size: 0.9em;
  margin-top: 2em;
  background-color: #fff;
}

.fanclub_content table .midasi_mini {
  font-size: 0.6em;
}

.fanclub_content table th,.fanclub_content table td{
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #aaa;
}

.fanclub_content table td:first-child {
  text-align: right;
}

.fanclub_content table th{
  background-color: #ccc;
  font-weight:bold;
}

.fanclub_content table tr:nth-child(odd){
  background-color: #f2f2f2;
}

.fanclub_btn {
  display: inline-block;
  width: 50%;
  background-color: #ff7bac;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 6px 20px;
  transition: .4s;
}

.fanclub_btn2 {
  display: inline-block;
  width: 50%;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 22px;
  text-align: center;
  padding: 14px 20px;
  transition: .4s;
}

.fanclub_btn3 {
  display: inline-block;
  width: 14.5%;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 8px 20px;
  transition: .4s;
  margin-right: 3px;
}

.fanclub_btn22t {
  width: 37% !important;
}

.fanclub_btn:hover {
  background-color: #fff;
  border: 1px solid #ff7bac;
  color: #000;
}

.fanclub_btn2:hover {
  background-color: #FF7BAC;
  border: 1px solid #FF7BAC;
  color: #fff;
}

.fanclub_btn3:hover {
  background-color: #FF7BAC;
  border: 1px solid #FF7BAC;
  color: #fff;
}

.fanclub_contain header img {
  width: 100%;
}

.fanclub-btn-gray {
  display: block;
  width: 100%;
  padding: 9px;
  color: #fff;
  background-color: #B7B7B7;
  text-align: center;
  font-size: 14px;
}

.fanclub-btn-gray:hover {
  background-color: #FF7BAC;
  color: #fff;
}

.fanclub-btn-pink {
  display: block;
  width: 100%;
  padding: 9px;
  color: #fff;
  background-color: #FF7BAC;
  text-align: center;
  font-size: 14px;
}

.fanclub-btn-pink:hover {
  background-color: #fff;
  border: 1px solid #FF7BAC;
  color: #000;
}

.nav-menu-pc a {
  text-decoration: none;
}

.nav-menu-pc ul {
  margin: 0;
  padding: 0;
}

.fanclub-main {
  background-color: #fff;
}

.fanclub-main h2 {
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px;
  color: #fff;
  margin: 32px auto;
  font-size: 23px;
}

.fanclub_name {
  font-size: 24px;
  text-align: center;
  margin-bottom: 64px;
}

.fanclub-main .b1 {
  background-color: #0C5DF6;
}

.fanclub-main .p1 {
  background-color: #F4114E;
}

.fanclub-main .g1 {
  background-color: #0F9638;
}

.fanclub-main .y1 {
  background-color: #FAB405;
}

.fanclub_member_btn {
  width: 60%;
  margin: 16px auto 16px auto;
  text-align: center;
}

.fanclub_list_top a {
  text-decoration: none;
  color: #000;
}

.fanclub_list_top a:hover img {
  opacity: 0.6;
}

.fanclub_news_list_cols li img {
  width: 100%;
}

.fanclub_news_list_cols a:hover img {
  opacity: 0.6;
}

.fanclub_news_list_row {
  margin: 0;
  padding: 0;
}

.fanclub_list_top .media_time {
  font-size: 12px;
  margin-top: 8px;
}

.fanclub_list_top .media_title {
  font-size: 16px;
}

.fanclub_news_list_cols .media_time {
  font-size: 12px;
  color: #000;
  margin: 8px auto 2px;
}

.fanclub_news_list_cols .media_title {
  font-size: 16px;
  color: #000;
}

.fanclub_list_top .media_title_top {
  font-size: 23px;
  color: #000;
  font-weight: bold;
}

.fanclub_member_list_cols ,.fanclub_member_list_cols-detail,.fanclub_member_list_cols .media_time {
  font-size: 12px !important;
  color: #000;
}

.fanclub_member_list_cols ,.fanclub_member_list_cols-detail .media_title {
  font-size: 16px !important;
  color: #000;
},

.fanclub_member_list_detail .media_time {
  font-size: 12px;
  color: #000;
}

.fanclub_member_list_detail .media_title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.fanclub_member_list_detail, .fanclub_member_list_cols .media_content {
	font-size: 14px;
  	color: #000;
}

.fanclub_news_list_cols .media_content {
	font-size: 14px;
  	color: #000;
}

.fanclub_member_list_detail .relation_title {
  margin-top: 32px;
  //margin-bottom: 32px;
  font-size: 22px;
  font-weight: bold;
}

.fanclub_list_top img {
  width :100%;
}

.fanclub_member_list_cols img {
  width :100%;
}

.fanclub_footer {
  width: 100%;
  background-color: #c0c0c0;
  //background-color: #fff;
  font-size: 12px;
  color: #000;
  text-align: center;
}

.fanclub_name {
  font-family: serif, cursive;
}

.fanclub_member_btn {
  margin-top: 80px;
  margin-bottom: 48px;
}

.fanclub_member_btn .colabo_pager_inpage {
  border: 1px solid #000;
  padding: 10px 18px;
  margin-right: 3px;
  font-size: 14px;
  color: #000;
  background-color: #d3d3d3;
}

.fanclub_member_btn .button_page {
  border: 1px solid #000;
  padding: 10px 18px;
  margin-right: 3px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}

.fanclub_member_btn .button_page:hover {
  transition: .3s;
  color: #fff;
  background-color: #FF7BAC;
  text-decoration: none;
}

.nobottom a {
  color: #FF7BAC !important;
}

.fanclub_news_list a {
  text-decoration: none;
  color: #000;
}

.fanclub_news_list a:hover {
  color: #000;
  text-decoration: underline;
}

.fanclub_member_list_detail img {
  width: 100%;
}

.fanclub_member_list_detail a:hover img {
  opacity: 0.8;
}

.fanclub_member_list_cols a {
	color: #000;
}

.fanclub_member_list_detail-news-hr {
  margin: 16px auto 24px auto;
  border-bottom: 2px solid #c0c0c0;
}

.fanclub_member_news a:hover {
  text-decoration: underline;
}

.fanclub-content_new {
  color: #FF7BAC;
}

.fanclub_member_list_cols-detail {
  width: 100% !important;
}

@media screen and (min-width: 768px){
  .fanclub_body {
    min-width: 1200px;
    overflow-x: hidden;
  }

  .fanclub_contain {
      width: 1080px;
      margin: 0 auto;
  }

  .fanclub_contain header {
    height: 108px;
  }

  .fanclub_contain .nav-logo {
      //display: table-cell;
      width: 32%;
      vertical-align: middle;
      margin-right: 10%;
      padding-top: 15px;
      float: left;
  }

  .fanclub-btn-long {
      width: 30% !important;
  }

  .fanclub_contain .nav-logo img {
      margin-top: -12px;
  }

  .fanclub_contain .nav-menu-pc {
      width: 65%;
      margin-left: auto;
      padding-top: 45px;
  }

  .fanclub_contain .login {
      text-align: right;
  }

  .fanclub_contain .nobottom {
      padding-top: 0px !important;
  }

  .fanclub_contain .fanclub_header_sp li {
      display: inline-block;
      width: 17%;
      margin-right: 1.5%;
  }

  .fanclub-bottom {
      margin-bottom: 48px;
  }

  .fanclub_twitter {
	height: 366px !important;
  }

  .more_footer {
    padding: 32px;
    font-size: 20px;
    width: 1100px;
    margin: auto;
  }
  .more_footer li {
    list-style: none;
    display: inline-table;
    width: 40%;
    padding: 4%;
    margin-right: 4.2%;
  }

  .more_footer li img {
    margin-top: 16px;
  }

  .fanclub_top {
    position: relative;
    margin-bottom: 64px;
  }

  .fanclub_top img {
    width: 100%;
  }

  .fanclub_top1_img {
    position: absolute;
    width: 22%;
    bottom: 7%;
    right: 5.0vw;
  }

  .fanclub_top2 {
    position: absolute;
    width: 22%;
    bottom: 26%;
    right: 5.0vw;
  }

  .fanclub_content {
    margin: 32px auto;
    width: 60%;
    padding: 16px;
  }

  .fanclub_content1 {
    float: left;
    width: 20%;
    margin-left: 8%;
    margin-right: 0%;
  }

  .fanclub_content2 {
    padding-top: 22px;
    font-size: 12px;
    text-align: center;
  }

  .fanclub_content li {
    width: 31%;
    margin-bottom: 48px;
    font-size: 12px;
    vertical-align: top;
  }

  .fanclub_content_tk0 {
      margin-bottom: 64px;
  }

  .fanclub_content_tk {
      width: 100%;
      margin: 0 auto;
  }

  .fanclub_content_tk2 {
     width: 100%;
     margin: 0 auto;
     margin-bottom: 64px;
  }

  .fanclub_top2 .fanclub_btn {
    width: 100% !important;
  }

  .fanclub_member_btn .fanclub_btn2 {
    font-size: 18px !important;
  }

  .fanclub_nyukai_btn {
    margin:32px 25%; 
    width: 100%;
  }
  
  .fanclub_nyukai_btn_22t {
    margin: 32px 32% 8vw 32%;
    width: 100%;
  }

  .fanclub_footer img {
    padding-top: 32px;
    width: 20%;
    padding-bottom: 10px;
  }

  .fanclub_news_list {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .fanclub_list_top {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .fanclub_news_list_cols {
    width: 80%;
    margin: 16px auto 48px auto;
    padding: 0;
  }

  .fanclub_news_list_cols li {
    width: 32.90%;
    padding:; 0;
    margin-right: 0%;
    list-style: none;
    display: inline-block;
    vertical-align: top;
  }

  .fanclub_news_list_cols li:nth-child(1) {
    padding-right: 6px;
  }

  .fanclub_news_list_cols li:nth-child(3) {
    padding-left: 6px;
  }

  .fanclub_news_list li {
    list-style: none;
    display: block;
    width: 100%;
    margin: 10px auto 16px auto;
    border-bottom: 2px solid #c0c0c0;
  }

  .fanclub_member_list_cols {
    margin: 0 auto 32px auto;
    padding: 0;
    width: 80%;
  }

  .fanclub_member_list_cols li:nth-child(1) {
	  list-style: none;
    width: 100%;
    margin: 0 auto 32px auto;
    padding: 0 0px;
    vertical-align: top;
    display: inline-block;
  }

  .fanclub_member_list_cols li:nth-child(1) .media_title {
    font-size: 24px !important;
    font-weight: bold;
  }

  .fanclub_member_list_cols li:nth-child(n+2) {
	  list-style: none;
    width: 32.85%;
    margin: 0 auto 32px auto;
    padding: 0;
    vertical-align: top;
    display: inline-block;
  }


  .fanclub_member_list_cols li:nth-child(n+2) .media_title {
    font-size: 16px !important;
  }

  .fanclub_member_btn {
    width: 640px !important;
  }

  /*
  .fanclub_member_list_cols li:nth-child(1) {
    padding-right: 4px;
  }
  */

  .fanclub_member_list_cols li:nth-child(3n+2) {
    padding-right: 6px;
  }

  .fanclub_member_list_cols li:nth-child(3n+4) {
    padding-left: 6px;
  }

  .fanclub_btn_list {
    width: 24% !important;
  }

  .fanclub_news_list_row li {
    list-style: none;
    display: inline;
    border-bottom: none;
  }

  .fanclub_news_list_row .time {
    width: 20%;
    margin-right: 15%;
    margin-left: 16px;
  }

 .fanclub_news_list_row .news {
    width: 60%;
  }

 .fanclub_member_news {
    margin-bottom: 48px;
 }

  .fanclub-inner .tofooter {
    margin-bottom: 128px;
  }

  .fanclub_member_list_detail {
    width: 80%;
    margin: 16px auto 48px auto;
  }

  .fanclub_error {
    font-size: 18px;
    color: #000;
    width: 80%;
    margin: 0 auto 64px auto;
  }

  .fanclub_footer {
    height: 240px;
  } 

  .footer_link {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    color: #000;
  }

  .footer_link a {
    color: #000;
  }

  .fanclub_content_tk a {
    color: #000;
  }

  .footer_link ul {
    margin: 0;
    padding: 0;
  }

  .footer_link li {
    text-align:center;
    display:inline-block;
    padding: 0px 16px;
    text-align: center;
    font-size:small;
    list-style: none;
  }

  .footer_link li+ li {
    border-left:1px solid #000;
  }

  .fanclub-inner .img_tokuten05 {
    width: 70% !important;
  }

  .spbr {
    display: none;
  }
}

@media screen and (max-width: 767px){
    .fanclub_header-title {
      margin-bottom: 2px !important;
    }

    .fanclub_contain .nav-logo {
        width: 75%;
        vertical-align: top;
        //margin-right: 28%;
        padding-top: 15px;
        display: inline-block;
    }

    .fanclub_contain .nav-logo img {
        margin-top: -12px;
    }

    .fanclub_contain .nav-menu-sp {
        width: 10%;
        margin-left: 10%;
        margin-right: 1%;
        margin-top: 50px;
        display: inline-block;
    }

    .fanclub_contain .nav-menu-pc {
        width: 100%;
        margin-top: 8px;
        text-align: right;
    }

    .fanclub_contain li {
      display: inline-block;
      width: 31%;
      margin-right: 1.5%;
    }

    .more_footer {
      padding: 1.5em;
      font-size: 1.1em;
      width: 100%;
      margin: auto;
    }

    .more_footer li {
      list-style: none;
      display: inline-table;
      width: 100%;
      margin: 0 auto 1.5vw auto;
    }

    .fanclub-main {
      margin-top: 16px;
    }

    .fanclub_content1 {
      width: 50%;
      margin:0 auto;
    }

    .fanclub_content2 {
      //padding-top: 1.5em;
	    padding-left: 0.8em;
	    padding-right: 0.8em;
      font-size: 1.06em;
      text-align: left;
    }

    .fanclub_content2_top {
      text-align: center !important;
      font-size: 1em !important;
      margin: 16px auto 16px auto;
    }

    .fanclub_content2r {
      margin-top: 16px;
      padding; 0 !important;
      font-size: 0.85em;
    }

    .fanclub_content ul {
      margin: 0 auto;
      padding: 0;   
    }

    .fanclub_content li {
      width: 100%;
      margin:1.5em auto;
      font-size: 0.8em;
    }

    .fanclub_content_tk li{
      width: 47.85% !important;
      margin-bottom: 1.2em !important;
      margin-right: 0.55%;
      margin-left: 0.55%;
      vertical-align: top;
    }

    .fanclub_content_tk li img {
      width: 80% !important;
      margin-bottom: 1.2em !important;;
    }

    .fanclub_content_tk a {
      color: #000;
    }

    .fanclub_content li img {
      width: 80%;
      margin-bottom: 0.8em;
    }

    .fanclub_content_tk {
      width: 85%;
      margin: 0 auto;
    }

	  .fanclub_content_tk2 {
      width: 100%;
      margin: 1.0em auto 4.0em auto;
    }

    .fanclub-main h2 {
      font-size: 1.25em;
      width: 95%;
      margin: 32px auto;
    }

    .fanclub_btn {
      font-size: 1.0em;
      width: 100% !important;
    }

    .fanclub_btn2 {
      font-size: 1.0em;
      width: 100% !important;
    }

    .fanclub_top {
      display: none;
    }

    .fanclub_nyukai_btn {
      margin: 32px 15%;
    }

    .fanclub_nyukai_btn_22t {
      margin: 32px 15% 8vw 15%;
    }

    .fanclub_footer img {
       padding-top: 32px;
       width: 50%;
       padding-bottom: 10px;
    }

    .fanclub_news_list {
      width: 90%;
      margin: 32px auto 0 auto;
      padding: 0;
    }

    .fanclub_list_top {
      width: 95%;
      margin: 0 auto 16px auto;
      padding: 0;
    }

    .fanclub_news_list_cols {
      width: 95%;
      margin: 0 auto;
      padding: 0;
    }

    .fanclub_news_list_cols li {
      width: 100%;
      margin-bottom: 16px;
      list-style: none;
      display: inline-block;
    }

    .fanclub_news_list li {
      list-style: none;
      width: 100%;
      margin: 0 auto 8px auto;
    }

    .fanclub_news_list_row li {
      list-style: none;
      display: inline-table;
      border-bottom: none;
      margin-bottom: 10px;
    }

    .fanclub_list_top {
      margin-top: 32px;
    }

    .fanclub_news_list_row .time {
      width: 25%;
      margin-right: 1%;
    }

    .fanclub_news_list_row .news {
      width: 70%;
      border-bottom: 2px solid #c0c0c0;
      text-align: left;
      padding-left: 16px;
	  font-size: 0.85em;
    }

    .fanclub_content2 li img {
      width: 55%;
      margin: 0 auto;
    }

    .fanclub_member_list_cols-detail {
      margin: 0px auto 0px auto !important;
    }

    .fanclub_member_list_cols {
      margin: 32px auto 32px auto;
      padding: 0;
      width: 95%;
    }

    .fanclub_member_list_cols li {
      list-style: none;
      width: 100%;
      margin: 0 auto 32px auto;
      padding: 0 0px;
      vertical-align: top;
    }

    .fanclub_member_list_cols li:nth-child(1) .media_title {
      font-size: 23px !important;
    }

    .fanclub_member_list_cols li:nth-child(n+2) {
      list-style: none;
      width: 47.55%;
      margin: 0 auto 32px auto;
      padding: 0;
      vertical-align: top;
      display: inline-block;
    }

    .fanclub_member_list_cols li:nth-child(1) {
      padding-right: 4px;
    }

    .fanclub_member_list_cols li:nth-child(2n+2) {
      padding-right: 6px;
    }

    .fanclub_member_list_cols li:nth-child(2n+3) {
      padding-left: 6px;
    }

    .fanclub_news_list_cols li {
      list-style: none;
      //width: 47.55%;
      margin: 0 4px 32px;
      padding: 0;
      vertical-align: top;
      display: inline-block;
    } 

    .fanclub_member_list_detail {
      width: 95%;
      margin: 16px auto 48px auto;
    }

    .fanclub_member_btn {
      width: 100% !important;
    }

    .fanclub_btn_list {
      width: 33% !important;
    }

    .fanclub_btn3 {
      width: 27%;
    }

    .fanclub_name {
      padding: 5px 2%;
      font-family: serif, cursive;
    }

    .fanclub-inner .tofooter {
      margin-bottom: 64px;
    }

    .fanclub-inner .onlytop {
      width: 65% !important;
    }

    .spbr img {
      width: 100%;
    }

    #hamburger_menu .closeMenu_end {
      width: 50%;
    }

    #hamburger_menu {
      width: 100%;
      background-color: #fff;
      opacity: 0.85;
      color: #000;
      height: 100%;
      z-index: 9999;
      position: absolute;
      top: 0;
    }

    #hamburger_menu ul {
      margin-top: 8px;
      margin-left: auto;
      margin-right: auto;      
      padding: 0;
    }

    #hamburger_menu li {
      color: #000;
      list-style: none;
      width: 76%;
      margin-top: 4px;
      margin-bottom: 4px;
      margin-left: auto;
      font-size: 1.77em;
      border-bottom: 2px solid #c0c0c0;
      margin-left: 12%;
      margin-bottom: 14px;
    }    

    #hamburger_menu li .mini-font {
      font-size: 0.75em;
    }

    #hamburger_menu .menu_header_left {
      display: inline-block;
      width: 70%;
      font-size: 3.5em;
      margin-top: 20px;
      margin-left: 5%;
      vertical-align: middle;
    }

    #hamburger_menu .menu_header_right {
      display: inline-block;
      width: 15%;
      text-align: center;
      margin-left: 5%;
      margin-top: 10px;
    }

    .hamburger_menu_item_close {
      text-align: center;
      border-bottom: none !important;
    }

    #hamburger_menu a {
      color: #000;
    }  

    .fanclub_footer {
      height: 250px;
    } 

    .footer_link {
      font-size: 1.2em;
      margin-left: auto;
      margin-right: auto;
      color: #000;
    }

    .footer_link a {
      color: #000;
    }

    .footer_link ul {
      margin: 0;
      padding: 0;
    }

    .footer_link li {
      text-align:center;
      display:inline-block;
      padding: 16px 0px;
      list-style: none;
	  width: 50%;
	  border-top: 1px solid #000;
    }

    .footer_link li:nth-child(1) {
	  border-left: 1px solid #000;
	  //border-bottom: 1px solid #000;
    }

    .footer_link li:nth-child(2) {
      border-left: 1px solid #000;
	  border-right: 1px solid #000;
	  //border-bottom: 1px solid #000;
    }

    .footer_link li:nth-child(3) {
	  border-left: 1px solid #000;
	  border-bottom: 1px solid #000;
    }

    .footer_link li:nth-child(4) {
 	  border-left: 1px solid #000;
	  border-right: 1px solid #000;
	  border-bottom: 1px solid #000;
    }

    .fanclub-inner .img_tokuten05 {
      width: 93% !important;
    }

    .pcbr {
      display: none !important;
    }
}