@charset "UTF-8";
/* reset
==========================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

* html .clearfix {
  height: 1px;
  /*＼*/
     /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*==========================================================================================

	// 基本

==========================================================================================*/
body {
  font-size: 18px;
  line-height: 1.5em;
  color: #000;
  word-wrap: break-word;
  background: url(../images/bg_dot.png) 50% 0 repeat;
}

a {
  color: #666;
}
a:hover {
  color: #333;
}

/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*==========================================================================================

	■ header / side / footer

==========================================================================================*/
/*  header
===================================================================*/
header {
  position: relative;
}
header h1.logo {
  position: absolute;
  left: 60px;
  top: 22px;
}
header h1.logo img {
  display: block;
  width: 219px;
  height: auto;
}
header nav.gNav {
  width: 350px;
  margin-top: 210px;
  box-sizing: border-box;
}
header nav.gNav ul {
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
}
header nav.gNav li {
  display: inline-block;
  margin: 0 30px 15px;
}
header nav.gNav a, header nav.gNav span {
  position: relative;
  display: block;
  height: 42px;
  text-indent: -9999px;
  transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-14deg) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
/*header nav.gNav li a:hover {
  background-position: 0 -50px;
}*/
/*header nav.gNav li a:hover:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: -21px;
  left: -22px;
  background: url(../images/nav_ico.png) 0 0 no-repeat;
}*/
/*
header nav.gNav .nav01 a {
  width: 152px;
  background: url(../images/nav01.png) 0 0 no-repeat;
}
header nav.gNav .nav02 a {
  width: 179px;
  background: url(../images/nav02.png) 0 0 no-repeat;
}
header nav.gNav .nav03 a {
  width: 259px;
  background: url(../images/nav03.png) 0 0 no-repeat;
}
*/
header nav.gNav .nav04 span {
  width: 200px;
  background: url(../images/nav04.png) 0 0 no-repeat;
}
/* 09/06修正 */
header nav.gNav .nav05 span {
  width: 142px;
  background: url(../images/nav05-2.png) 0 0 no-repeat;
}
header nav.gNav .nav06 span {
  width: 144px;
  background: url(../images/nav06.png) 0 0 no-repeat;
}
header nav.gNav .nav07 span {
  width: 292px;
  background: url(../images/nav07.png) 0 0 no-repeat;
}
header nav.gNav .nav08 span {
  width: 114px;
  background: url(../images/nav08.png) 0 0 no-repeat;
}
header nav.gNav .nav09 span {
  width: 143px;
  background: url(../images/nav09.png) 0 0 no-repeat;
}
header nav.gNav .nav10 span {
  width: 180px;
  background: url(../images/nav10.png) 0 0 no-repeat;
}


/*  sideBlc
===================================================================*/
#sideBlc {
  margin-left: 40px;
}
#sideBlc .sideBox {
  width: 234px;
}
#sideBlc .sideBox h2 {
  margin-left: -20px;
  height: 81px;
  text-indent: -9999px;
}
#sideBlc .sideBox#news h2 {
  background: url(../images/sidettl_news.png) 0 0 no-repeat;
}
#sideBlc .sideBox#news .newsTxtarea {
  min-height: 146px;
}
#sideBlc .sideBox#news .newsTxtarea .newsBox {
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  background: #ebeaea;
  height: 64px;
  overflow: hidden;
}
#sideBlc .sideBox#news .newsTxtarea .newsBox > a{
  display: table;
  text-decoration: none; 
  transition:all .3s
}
#sideBlc .sideBox#news .newsTxtarea .newsBox a:hover{
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}



#sideBlc .sideBox#news .newsTxtarea .newsBox .img {
  display: table-cell;
  width: 64px;
  height: auto;
  overflow: hidden;
  float: left;
}
#sideBlc .sideBox#news .newsTxtarea .newsBox dl {
  display: table-cell;
  padding: 4px 8px 4px 2px;
  vertical-align: top;
}
#sideBlc .sideBox#news .newsTxtarea .newsBox dt {
  color: #e9536b;
  padding-bottom: 2px;
}
#sideBlc .sideBox#twitter {
  margin: 40px 0 30px;
}
#sideBlc .sideBox#twitter h2 {
  background: url(../images/sidettl_twitter.png) 0 0 no-repeat;
}

/*  footer
===================================================================*/
footer {
  padding: 30px 0;
  text-align: center;
  background: #e9536b;
  font-size: 12px;
  min-width: 1200px;
}
footer .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
footer .pagetop {
  position: absolute;
  right: 0;
  top: -205px;
  width: 158px;
  z-index: 50;
  height: 221px;
  display: inline-block;
}
/*
footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(../images/pagetop.png) 0 0 no-repeat;
}
*/
footer .bnr {
  margin: 0 0 10px;
}
footer .bnr li {
  display: inline-block;
  margin: 0 10px 10px;
}
footer .sns ul li {
  height: 20px;
  width: auto;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
footer .sns ul li .fb_iframe_widget span {
  display: block;
  height: 20px;
}
footer .footNav {
  padding: 23px 0 36px;
}
footer .footNav li {
  display: inline-block;
  height: 22px;
}
footer .footNav li a, footer .footNav li span {
  display: block;
  height: 22px;
  width: 100%;
  text-indent: -9999px;
}
footer .footNav .nav00 a {
  width: 51px;
  background: url(../images/nav_foot00.png) 0 0 no-repeat;
}
footer .footNav .nav01 a {
  width: 66px;
  background: url(../images/nav_foot01.png) 0 0 no-repeat;
}
footer .footNav .nav02 a {
  width: 81px;
  background: url(../images/nav_foot02.png) 0 0 no-repeat;
}
footer .footNav .nav03 a {
  width: 121px;
  background: url(../images/nav_foot03.png) 0 0 no-repeat;
}
footer .footNav .nav04 a {
  width: 95px;
  background: url(../images/nav_foot04.png) 0 0 no-repeat;
}
footer .footNav .nav05 span,
footer .footNav .nav05 a {
  width: 66px;
  background: url(../images/nav_foot05-2.png) 0 0 no-repeat;
}
footer .footNav .nav06 span,
footer .footNav .nav06 a {
  width: 65px;
  background: url(../images/nav_foot06-2.png) 0 0 no-repeat;
}
footer .footNav .nav07 span,
footer .footNav .nav07 a {
  width: 137px;
  background: url(../images/nav_foot07-2.png) 0 0 no-repeat;
}
footer .footNav .nav08 span,
footer .footNav .nav08 a {
  width: 52px;
  background: url(../images/nav_foot08-2.png) 0 0 no-repeat;
}
footer .footNav .nav09 span,
footer .footNav .nav09 a {
  width: 66px;
  background: url(../images/nav_foot09-2.png) 0 0 no-repeat;
}
footer .footNav .nav10 span ,
footer .footNav .nav10 a{
  width: 81px;
  background: url(../images/nav_foot10.png) 0 0 no-repeat;
}
footer p {
  display: block;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  font-family: "メイリオ", Meiryo,  verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

/*==========================================================================================

	■ 共通

==========================================================================================*/
#container {
  min-width: 1200px;
  margin: 0 auto;
}

#leftBlc {
  float: left;
  width: 350px;
}

#rightBlc {
  float: left;
  min-width: 850px;
  padding-bottom: 200px;
}

#rightBlc a:link {
  color: #e9536b;
}
#rightBlc a:visited {
  color: #e9536b;
}
#rightBlc a:hover {
  text-decoration: none;
}
#rightBlc a:active {
  color: #e9536b;
}

/*==========================================================================================

	■ TOP

==========================================================================================*/
#top #container {
  position: relative;
  max-width: 100%;
  min-height: 1930px;
  overflow: hidden;
}
#top header h1.logo {
  left: 17px;
}
#top header h1.logo img {
//  width: 344px;
  width: 317px;
}
#top header nav.gNav {
//  margin-top: 274px;
  margin-top: 20px;
}
#top #leftBlc {
  position: relative;
}
#top #leftBlc header {
  position: absolute;
  z-index: 20;
}
#top #leftBlc #sideBlc {
  position: absolute;
//  top: 880px;
  top: 1380px;
  z-index: 20;
}
#top #leftBlc #sideBlc .inner {
//  min-height: 683px;
  position: relative;
}
#top #leftBlc #sideBlc .inner #bnrArea {
  position: absolute;
  bottom: 0;
  left: 265px;
  height: 220px;
  width: 890px;
}
#top #leftBlc #sideBlc .inner #bnrArea a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#top #leftBlc #sideBlc .inner #bnrArea a img {
  transition: all .3s;
}
#top #leftBlc #sideBlc .inner #bnrArea a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
#top #leftBlc #sideBlc .inner #bnrArea img {
  display: block;
  height: 100%;
  width: auto;
}
#top #leftBlc #sideBlc .inner #bnrArea .movie {
  float: left;
  height: 100%;
  width: 390px;
}
#top #leftBlc #sideBlc .inner #bnrArea .bnrBox {
  float: left;
  height: 100%;
}
#top #leftBlc #sideBlc .inner #bnrArea .bnrBox li {
  float: left;
  width: 220px;
  height: 220px;
  margin-left: 18px;
}
#top article {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1960px;
  margin-left: -980px;
}
#top #mainBlc {
  position: relative;
  width: 100%;
}
#top #mainBlc .mainTxt {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 1411px;
  width: 216px;
  height: 675px;
  text-indent: -9999px;
  background: url(../../images/mainTxt.png) 0 0 no-repeat;
}
#top #mainBlc .mainImg {
  position: absolute;
}
#top #mainBlc .ball {
  z-index: 9;
  top: 853px;
  left: 1117px;
}
#top #mainBlc .chara01 {
  z-index: 8;
  top: 369px;
  left: 551px;
}
#top #mainBlc .chara02 {
  z-index: 7;
  top: 781px;
  left: 230px;
}
#top #mainBlc .chara03 {
  z-index: 6;
  top: 0;
  left: 215px;
}
#top #mainBlc .chara04 {
  z-index: 5;
  top: 994px;
  left: 1115px;
}
#top #mainBlc .chara05 {
  z-index: 4;
  top: 442px;
  left: 1115px;
}
#top #mainBlc .chara06 {
  z-index: 3;
  top: 0;
  left: 1098px;
}

/*==========================================================================================

	■ 配下共通

==========================================================================================*/
.second {
  width: 1200px;
  margin: 0 auto;
}
.second article {
  width: 850px;
  text-align: left;
}
.second article .title {
  height: 250px;
  text-indent: -9999px;
}
.second .sideBox#bnrArea a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.second .sideBox#bnrArea a img {
  transition: all .3s;
}
.second .sideBox#bnrArea a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
.second .sideBox#bnrArea img {
  display: block;
  height: 100%;
  width: auto;
}
.second .sideBox#bnrArea .bnrBox li {
  margin-top: 26px;
  width: 234px;
  height: 234px;
}

/*==========================================================================================

	■ NEWS

==========================================================================================*/
body#news #container {
  background: url(../../news/images/news_bg.png) 50% -94px repeat-y;
}
/*
body#news header nav.gNav .nav01 a {
  background-position: 0 -50px;
}
body#news header nav.gNav .nav01 a:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: -21px;
  left: -22px;
  background: url(../images/nav_ico.png) 0 0 no-repeat;
}
*/
body#news article .title {
  background: url(../../news/images/news_ttl.png) 0 0 no-repeat;
}
body#news article .newsTxtarea .newsBox {
  margin-bottom: 50px;
  height: 150px;
  overflow: hidden;
  font-weight: bold;
  background-color: rgba(102, 102, 102, 0.9);
}
body#news article .newsTxtarea .newsBox a{
  display: table;
  text-decoration: none; 
  transition:all .3s
}
body#news article .newsTxtarea .newsBox a:hover{
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
body#news article .newsTxtarea .newsBox .img {
  width: 150px!important;
  height: 150px!important;
  display: table-cell;
}

body#news article .newsTxtarea .newsBox img {
  display: block;
  width: 150px;
  height: auto;
  float: left;
}
body#news article .newsTxtarea .newsBox dl {
  display: table-cell;
//  margin: -150px 0 0 150px;
  padding: 30px 35px 10px 15px;
  min-height: 150px;
  box-sizing: border-box;
  color: #fff;
  vertical-align: top;
}
body#news article .newsTxtarea .newsBox dt {
  padding-bottom: 5px;
}
body#news article .newsTxtarea .newsBox dd {
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
}


body article .paging {
  padding: 30px 0 80px;
  text-align: center;
}
body article .paging li {
  display: inline-block;
  width: 2.15em;
  margin: 0 1px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 1px 1px 0px 1px #cfcdcd;
  overflow: hidden;
}
body article .paging a {
  display: block;
  padding: 0.25em 0px;
  text-decoration: none;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #5f6b75 !important;
  transition: all .3s;
}
body article .paging a:hover {
  background: #f79221;
}
body article .paging .active a {
  background: #f79221;
  color: #fff !important;
}



/*  detail
===================================================================*/
body#news article .newsBox-detail,
body#event article .newsBox-detail{
	width: 870px;
	padding: 35px 35px 70px;
	margin: 0 0 0 -15px;
	color: #666;
	box-sizing:border-box;
	background-color: rgba(255, 255, 255, 0.6);
}
body#news article .newsBox-detail .ttl dt,
body#event article .newsBox-detail .ttl dt{
	font-size: 22px;
	color: #e9536b;
	font-weight: bold;
}
body#news article .newsBox-detail .ttl dd,
body#event article .newsBox-detail .ttl dd{
	padding: 20px 0 13px;
	margin-bottom: 13px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: #e9536b 4px solid;
}
body#news article .newsBox-detail .ttl .sns,
body#event article .newsBox-detail .ttl .sns{
	margin-bottom: 40px;
}

body#news article .newsBox-detail .ttl .sns ul li,
body#event article .newsBox-detail .ttl .sns ul li {
  height: 20px;
  width: auto;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
body#news article .newsBox-detail .ttl .sns ul li .fb_iframe_widget span,
body#event article .newsBox-detail .ttl .sns ul li .fb_iframe_widget span {
  display: block;
  height: 20px;
}


body#news article .newsBox-detail .txtBody p,
body#event article .newsBox-detail .txtBody p{
	padding: 10px 0;
}
body#news article .newsBox-detail .txtBody img,
body#event article .newsBox-detail .txtBody img{
	width: 100%;
	height:auto;
}
.txtBody img,.txtBody ifame{
  max-width:100%;
  height:auto;
}
body#news article .backList,
body#event article .backList{
	width: 414px;
	height: 55px;
	margin: 150px auto 220px;
}
body#news article .backList a,
body#event article .backList a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(../../news/images/btn_newslist.png) 0 0 no-repeat;
  transition: all .3s;
}
body#event article .backList a{
	background: url(../../news2/images/btn_eventlist.png) 0 0 no-repeat;
}
body#news article .backList a:hover,
body#event article .backList a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}



/*==========================================================================================

	■ story

==========================================================================================*/
body#story #container {
  background: url(../../story/images/story_bg.png) 50% 0 repeat-y;
}
/*
body#story header nav.gNav .nav02 a {
  background-position: 0 -50px;
}
body#story header nav.gNav .nav02 a:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: -21px;
  left: -22px;
  background: url(../images/nav_ico.png) 0 0 no-repeat;
}
*/
body#story article {
  width: 830px;
  overflow: hidden;
}
body#story article .title {
  background: url(../../story/images/story_ttl.png) 0 0 no-repeat;
  margin-bottom: 50px;
}
body#story article .storyTab {
  margin-bottom: 88px;
}
body#story article .storyTab li {
  float: left;
  width: 50%;
  height: 55px;
  box-sizing: border-box;
  border: #e9536b 1px solid;
  background: #fff;
  /*comingsoon*/
}
body#story article .storyTab li.active {
  background: #e9536b;
}
body#story article .storyTab li a, body#story article .storyTab li strong {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
body#story article .storyTab li a {
  transition: all .3s;
}
body#story article .storyTab li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
body#story article .storyTab li.nav_story a {
  background: url(../../story/images/tab_story.png) 50% 11px no-repeat;
}
body#story article .storyTab li.nav_story.active strong {
  background: url(../../story/images/tab_story_on.png) 50% 11px no-repeat;
}
body#story article .storyTab li.nav_story strong {
  background: url(../../story/images/tab_story_off.png) 50% 11px no-repeat;
}
body#story article .storyTab li.nav_intro a {
  background: url(../../story/images/tab_intro.png) 50% 11px no-repeat;
}
body#story article .storyTab li.nav_intro.active strong {
  background: url(../../story/images/tab_intro_on.png) 50% 11px no-repeat;
}
body#story article .storyCard {
  width: 870px;
  margin-bottom: 150px;
}
body#story #rightBlc article .storyCard a:link,
body#story #rightBlc article .storyCard a:visited {
  transition: all .3s;
  color: #fff;
  text-decoration: none;
}
body#story #rightBlc article .storyCard a:hover {
  text-decoration: underline;
}
body#story article .storyCard li {
  float: left;
  width: 250px;
  margin: 0 40px 32px 0;
  padding: 15px 15px 20px;
  color: #fff;
  box-sizing: border-box;
  background-color: rgba(102, 102, 102, 0.9);
}
body#story article .storyCard li img {
  max-width: 220px;
  height: auto;
  margin-bottom: 15px;
}
body#story article .storyCard li p {
  padding-top: 6px;
  line-height: 1.2;
}
body#story article .introduction .subttl {
  height: 47px;
  text-indent: -999px;
  background: url(../../story/images/introTitle.png) 50% 0 no-repeat;
}
body#story article .introduction p {
  height: 366px;
  margin-top: 50px;
  text-indent: -9999px;
  background: url(../../story/images/introTxt.png) 50% 0 no-repeat;
}



/*  detail
===================================================================*/
body#story article .storyBox-detail{
	width: 870px;
	padding: 35px 35px 70px;
	margin: 0 0 0 -15px;
	color: #666;
	box-sizing:border-box;
	background-color: rgba(255, 255, 255, 0.6);
}
body#story article .storyBox-detail .ttl .sub{
	font-size: 22px;
	color: #e9536b;
	font-weight: bold;
}
body#story article .storyBox-detail .ttl .main{
	padding: 20px 0 13px;
	margin-bottom: 13px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: #e9536b 4px solid;
}
body#story article .storyBox-detail .ttl .sns{
	margin-bottom: 40px;
}

body#story article .storyBox-detail .ttl .sns ul li {
  height: 20px;
  width: auto;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
body#story article .storyBox-detail .ttl .sns ul li .fb_iframe_widget span {
  display: block;
  height: 20px;
}


body#story article .storyBox-detail .txtBody p{
	padding: 10px 0;
}
body#story article .storyBox-detail .txtBody img{
	width: 397px;
	height:auto;
	vertical-align: bottom;
}
.txtBody img,.txtBody ifame{
  max-width:100%;
  height:auto;
}
body#story article .backList{
	width: 414px;
	height: 55px;
	margin: 150px auto 220px;
}
body#story article .backList a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(../../story/images/btn_storylist.png) 0 0 no-repeat;
  transition: all .3s;
}
body#story article .backList a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}





/*==========================================================================================

	■ staff cast

==========================================================================================*/
body#staff_cast #container {
  background: url(../../staffcast/images/staff_cast_bg.png) 50% 0 repeat-y;
}
body#staff_cast header nav.gNav .nav03 a {
  background-position: 0 -50px;
}
/*
body#staff_cast header nav.gNav .nav03 a:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: -21px;
  left: -22px;
  background: url(../images/nav_ico.png) 0 0 no-repeat;
}
*/
body#staff_cast article {
  width: 850px;
}
body#staff_cast article .title {
  background: url(../../staffcast/images/staff_cast_ttl.png) 0 0 no-repeat;
  margin-bottom: 80px;
}
body#staff_cast article .caststaffTxt dt, body#staff_cast article .caststaffTxt dd p, body#staff_cast article .caststaffTxt span {
  text-indent: -9999px;
}
body#staff_cast article .caststaffTxt .subttl {
  height: 50px;
  margin-bottom: 30px;
  text-indent: -9999px;
}
body#staff_cast article .caststaffTxt .staffTxt {
  width: 480px;
  float: left;
}
body#staff_cast article .caststaffTxt .staffTxt .subttl {
  background: url(../../staffcast/images/staff_subttl.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staffTxt dt,
body#staff_cast article .caststaffTxt .castTxt dt {
  height: 19px;
}
body#staff_cast article .caststaffTxt .staffTxt dd p ,
body#staff_cast article .caststaffTxt .castTxt dd p {
  height: 30px;
}
body#staff_cast article .caststaffTxt .staffTxt dd a { display: block; position: relative; }
body#staff_cast article .caststaffTxt .staffTxt dd a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
body#staff_cast article .caststaffTxt .staffTxt dd a p:after {
	position: absolute;
	display: block;
	content:"";
	height: 23px;
	width: 70px;
	top: 4px;
	left: 160px;
	background: url(../../staffcast/images/btn_comment.png);
}
body#staff_cast article .caststaffTxt .staffTxt dl {
  margin-bottom: 31px;
}
body#staff_cast article .caststaffTxt .staff01 dt {
  background: url(../../staffcast/images/staff01_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff01 dd p {
  background: url(../../staffcast/images/staff01_name2.png) 0 0 no-repeat;
}

body#staff_cast article .caststaffTxt .staff01 dd span {
  display: block;
  background: url(../../staffcast/images/staff01_txt.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff02 dt {
  background: url(../../staffcast/images/staff02_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff02 dd p {
  background: url(../../staffcast/images/staff02_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff02 dd a p:after  { left: 135px;}

body#staff_cast article .caststaffTxt .staff02-2 dt {
  background: url(../../staffcast/images/staff02-2_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff02-2 dd p {
  background: url(../../staffcast/images/staff02-2_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff03 dt {
  background: url(../../staffcast/images/staff03_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff03 dd p {
  background: url(../../staffcast/images/staff03_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff04 dt {
  background: url(../../staffcast/images/staff04_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff04 dd p {
  background: url(../../staffcast/images/staff04_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff05 dt {
  background: url(../../staffcast/images/staff05_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff05 dd p {
  background: url(../../staffcast/images/staff05_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff06 dt {
  background: url(../../staffcast/images/staff06_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff06 dd p {
  background: url(../../staffcast/images/staff06_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff07 dt {
  background: url(../../staffcast/images/staff07_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff07 dd p {
  background: url(../../staffcast/images/staff07_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff08 dt {
  background: url(../../staffcast/images/staff08_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff08 dd p {
  background: url(../../staffcast/images/staff08_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff09 dt {
  background: url(../../staffcast/images/staff09_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff09 dd p {
  background: url(../../staffcast/images/staff09_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff10 dt {
  background: url(../../staffcast/images/staff10_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff10 dd p {
  background: url(../../staffcast/images/staff10_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff11 dt {
  background: url(../../staffcast/images/staff11_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff11 dd p {
  background: url(../../staffcast/images/staff11_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff12 dt {
  background: url(../../staffcast/images/staff12_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff12 dd p {
  background: url(../../staffcast/images/staff12_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff12-2 dt {
  background: url(../../staffcast/images/staff12-2_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff12-2 dd p {
  background: url(../../staffcast/images/staff12-2_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff13 dt {
  background: url(../../staffcast/images/staff13_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .staff13 dd p {
  background: url(../../staffcast/images/staff13_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .castTxt {
  float: left;
  width: 370px;
}
body#staff_cast article .caststaffTxt .castTxt .subttl {
  background: url(../../staffcast/images/cast_subttl.png) 0 0 no-repeat;
}


body#staff_cast article .caststaffTxt .castTxt dl {
  margin-bottom: 40px;
}
body#staff_cast article .caststaffTxt .cast01 dt {
  background: url(../../staffcast/images/cast01_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast01 dd p {
  background: url(../../staffcast/images/cast01_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast02 dt {
  background: url(../../staffcast/images/cast02_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast02 dd p {
  background: url(../../staffcast/images/cast02_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast03 dt {
  background: url(../../staffcast/images/cast03_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast03 dd p {
  background: url(../../staffcast/images/cast03_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast04 dt {
  background: url(../../staffcast/images/cast04_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast04 dd p {
  background: url(../../staffcast/images/cast04_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast05 dt {
  background: url(../../staffcast/images/cast05_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast05 dd p {
  background: url(../../staffcast/images/cast05_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast06 dt {
  background: url(../../staffcast/images/cast06_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast06 dd p {
  background: url(../../staffcast/images/cast06_name2.png) 0 0 no-repeat;
}
/* 2016/10/03追加 */
body#staff_cast article .caststaffTxt .cast07 dt {
  background: url(../../staffcast/images/cast07_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast07 dd p {
  background: url(../../staffcast/images/cast07_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast08 dt {
  background: url(../../staffcast/images/cast08_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast08 dd p {
  background: url(../../staffcast/images/cast08_name2.png) 0 0 no-repeat;
}
/* 2016/10/03追加 ここまで */
/* 2016/10/10追加 */
body#staff_cast article .caststaffTxt .cast09 dt {
  background: url(../../staffcast/images/cast09_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast09 dd p {
  background: url(../../staffcast/images/cast09_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast10 dt {
  background: url(../../staffcast/images/cast10_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast10 dd p {
  background: url(../../staffcast/images/cast10_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast11 dt {
  background: url(../../staffcast/images/cast11_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast11 dd p {
  background: url(../../staffcast/images/cast11_name2.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast12 dt {
  background: url(../../staffcast/images/cast12_name1.png) 0 0 no-repeat;
}
body#staff_cast article .caststaffTxt .cast12 dd p {
  background: url(../../staffcast/images/cast12_name2.png) 0 0 no-repeat;
}
/* 2016/10/10追加 ここまで */
body#staff_cast article .caststaffTxt .castTxt .openingThemeTtl {
  background: url(../../staffcast/images/openingTheme_ttl.png) 0 0 no-repeat;
  width: 382px;
  height: 42px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-indent: -9999px;
}
body#staff_cast article .caststaffTxt .castTxt .openingTheme {
  background: url(../../staffcast/images/openingTheme.png) 0 0 no-repeat;
  width: 316px;
  height: 134px;
  margin-bottom: 30px;
  text-indent: -9999px;
}

/* 08/31追加 */
body#staff_cast article .caststaffTxt .castTxt .endingThemeTtl {
  background: url(../../staffcast/images/endingTheme_ttl.png) 0 0 no-repeat;
  width: 382px;
  height: 42px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-indent: -9999px;
}
body#staff_cast article .caststaffTxt .castTxt .endingTheme {
  background: url(../../staffcast/images/endingTheme.png) 0 0 no-repeat;
  width: 326px;
  height: 76px;
  margin-bottom: 30px;
  text-indent: -9999px;
}



/*==========================================================================================

	■ character

==========================================================================================*/
body#character article {
  width: 850px;
}
body#character article .title {
  background: url(../../character/images/character_ttl.png) 0 0 no-repeat;
}

/* nav */
body#character .charaNav{
	margin-left: 25px;
}
/* 2016/10/10修正 */
body#character .charaNav li{ 
  display: block;
  float: left;
  margin-right: 30px;
  cursor:pointer;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  transition:all .3s;
}
/* 2016/10/10修正 ここまで */
/* 2016/10/10追加 */
body#character .charaNav li:nth-child(7){ 
  clear: left;
}
/* 2016/10/10修正 ここまで */
body#character .charaNav li.active,
body#character .charaNav li:hover{ 
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}


/* charaBlc */
body#character .charaBlc{
	padding: 30px 0 0 25px;
	min-height: 770px;
	min-width: 826px;
	position: relative;
}
body#character .charaBlc .post{
	position: absolute;
	display: none;
  /*opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition:all .3s;*/
}
body#character .charaBlc .post.select{ 
	display: block;
 /* opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  transition:all .3s;*/
}


body#character .charaBlc .picBox{
	float: left;
	width: 300px;
}
body#character .charaBlc .picBox li{ width: 300px !important; height: 760px; }

body#character .charaBlc .picBox img{ display: block; width: 300px; height: auto; }

body#character .charaBlc .textArea{
	float: left;
	min-width: 400px;
	margin: 37px 0 0 55px;
}
body#character .charaBlc .textArea .charaName{
	height: 120px;
	text-indent: -9999px;
}
body#character .charaBlc .textArea .cv{
	height: 70px;
	text-indent: -9999px;
}
body#character .charaBlc .textArea .charaName + p{ margin-top: 30px; }
body#character .charaBlc .textArea p{
	text-indent: -9999px;
}
body#character .charaBlc .textArea .movieBox img{
	width: 266px;
	height: auto;
}
body#character .charaBlc .textArea .racket{
	margin-top: 25px;
}
body#character .charaBlc .textArea .racket dt,
body#character .charaBlc .textArea .racket dd{
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
body#character .charaBlc .textArea .racket dt{
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body#character .charaBlc .textArea .racket dd{
	height: 30px;
	background-position:0 -20px;
	background-repeat: no-repeat;
}


body#character .koyori .textArea .charaName{ background: url(../../character/images/name_koyori.png) 0 0 no-repeat; }
body#character .koyori .textArea .cv{ background: url(../../character/images/cv_koyori.png) 0 0 no-repeat; }
body#character .koyori .textArea p{ height: 108px; background: url(../../character/images/txt_koyori.png) 0 0 no-repeat; }
body#character .koyori .racket dt,body#character .koyori .racket dd{ width: 312px; background-image: url(../../character/images/racket_koyori.png); }

body#character .agari .textArea .charaName{ background: url(../../character/images/name_agari.png) 0 0 no-repeat; }
body#character .agari .textArea .cv{ background: url(../../character/images/cv_agari.png) 0 0 no-repeat; }
body#character .agari .textArea p{ height: 178px; background: url(../../character/images/txt_agari.png) 0 0 no-repeat; }
body#character .agari .racket dt,body#character .agari .racket dd{ width: 183px; background-image: url(../../character/images/racket_agari.png); }

body#character .hanabi .textArea .charaName{ background: url(../../character/images/name_hanabi.png) 0 0 no-repeat; }
body#character .hanabi .textArea .cv{ background: url(../../character/images/cv_hanabi.png) 0 0 no-repeat; }
body#character .hanabi .textArea p{ height: 138px; background: url(../../character/images/txt_hanabi.png) 0 0 no-repeat; }
body#character .hanabi .racket dt,body#character .hanabi .racket dd{ width: 200px; background-image: url(../../character/images/racket_hanabi.png); }

body#character .hokuto .textArea .charaName{ background: url(../../character/images/name_hokuto.png) 0 0 no-repeat; }
body#character .hokuto .textArea .cv{ background: url(../../character/images/cv_hokuto.png) 0 0 no-repeat; }
body#character .hokuto .textArea p{ height: 210px; background: url(../../character/images/txt_hokuto.png) 0 0 no-repeat; }
body#character .hokuto .racket dt,body#character .hokuto .racket dd{ width: 287px; background-image: url(../../character/images/racket_hokuto.png); }

body#character .munemune .textArea .charaName{ background: url(../../character/images/name_munemune.png) 0 0 no-repeat; }
body#character .munemune .textArea .cv{ background: url(../../character/images/cv_munemune.png) 0 0 no-repeat; }
body#character .munemune .textArea p{ height: 80px; background: url(../../character/images/txt_munemune.png) 0 0 no-repeat; }
body#character .munemune .racket dt,body#character .munemune .racket dd{ width: 430px; background-image: url(../../character/images/racket_munemune.png); }

body#character .kiruka .textArea .charaName{ background: url(../../character/images/name_kiruka.png) 0 0 no-repeat; }
body#character .kiruka .textArea .cv{ background: url(../../character/images/cv_kiruka.png) 0 0 no-repeat; }
body#character .kiruka .textArea p{ height: 80px; background: url(../../character/images/txt_kiruka.png) 0 0 no-repeat; }
body#character .kiruka .racket dt,body#character .kiruka .racket dd{ width: 286px; background-image: url(../../character/images/racket_kiruka.png); }

/* 2016/10/03追加 */
body#character .kururi .textArea .charaName{ width: 440px; background: url(../../character/images/name_kururi.png) 0 0 no-repeat; }
body#character .kururi .textArea .cv{ background: url(../../character/images/cv_kururi.png) 0 0 no-repeat; }
body#character .kururi .textArea p{ height: 108px; background: url(../../character/images/txt_kururi.png) 0 0 no-repeat; }
body#character .kururi .racket dt,body#character .kururi .racket dd{ width: 205px; background-image: url(../../character/images/racket_kururi.png); }

body#character .zakuro .textArea .charaName{ background: url(../../character/images/name_zakuro.png) 0 0 no-repeat; }
body#character .zakuro .textArea .cv{ background: url(../../character/images/cv_zakuro.png) 0 0 no-repeat; }
body#character .zakuro .textArea p{ height: 108px; background: url(../../character/images/txt_zakuro.png) 0 0 no-repeat; }
body#character .zakuro .racket dt,body#character .zakuro .racket dd{ width: 310px; background-image: url(../../character/images/racket_zakuro.png); }
/* 2016/10/03追加 ここまで */

/* 2016/10/10追加 */
body#character .sachiko .textArea .charaName{ width: 440px; background: url(../../character/images/name_sachiko.png) 0 0 no-repeat; }
body#character .sachiko .textArea .cv{ background: url(../../character/images/cv_sachiko.png) 0 0 no-repeat; }
body#character .sachiko .textArea p{ height: 108px; background: url(../../character/images/txt_sachiko.png) 0 0 no-repeat; }
body#character .sachiko .racket dt,body#character .sachiko .racket dd{ width: 157px; background-image: url(../../character/images/racket_sachiko.png); }

body#character .yura .textArea .charaName{ width: 440px; background: url(../../character/images/name_yura.png) 0 0 no-repeat; }
body#character .yura .textArea .cv{ background: url(../../character/images/cv_yura.png) 0 0 no-repeat; }
body#character .yura .textArea p{ height: 108px; background: url(../../character/images/txt_yura.png) 0 0 no-repeat; }
body#character .yura .racket dt,body#character .yura .racket dd{ width: 237px; background-image: url(../../character/images/racket_yura.png); }

body#character .mayuu .textArea .charaName{ width: 440px; background: url(../../character/images/name_mayuu.png) 0 0 no-repeat; }
body#character .mayuu .textArea .cv{ background: url(../../character/images/cv_mayuu.png) 0 0 no-repeat; }
body#character .mayuu .textArea p{ height: 138px; background: url(../../character/images/txt_mayuu.png) 0 0 no-repeat; }
body#character .mayuu .racket dt,body#character .mayuu .racket dd{ width: 269px; background-image: url(../../character/images/racket_mayuu.png); }

body#character .kimiko .textArea .charaName{ width: 440px; background: url(../../character/images/name_kimiko.png) 0 0 no-repeat; }
body#character .kimiko .textArea .cv{ background: url(../../character/images/cv_kimiko.png) 0 0 no-repeat; }
body#character .kimiko .textArea p{ height: 108px; background: url(../../character/images/txt_kimiko.png) 0 0 no-repeat; }
body#character .kimiko .racket dt,body#character .kimiko .racket dd{ width: 257px; background-image: url(../../character/images/racket_kimiko.png); }

/* 2016/10/10追加 ここまで */





/* 09/01追加 */
/*==========================================================================================

	■ onair

==========================================================================================*/
body#onair #container {
  background: url(../../onair/images/onair_bg.png) 0 0 no-repeat;
  background-size: cover;
}
body#onair header nav.gNav .nav03 a {
  background-position: 0 0;
}
body#onair article {
  width: 850px;
}
body#onair article .title {
  background: url(../../onair/images/onair_ttl.png) 0 0 no-repeat;
  margin-bottom: 80px;
}
body#onair article .onairTxt dt, body#onair article .onairTxt dd p, body#onair article .onairTxt .information {
  text-indent: -9999px;
}
body#onair article .onairTxt dl + dl {
  margin-top: 60px;
}
body#onair article .onairTxt dt {
  display: block;
  width: 156px;
  height: 29px;
  float: left;
}
body#onair article .onairTxt dd {
  box-sizing: border-box;
  width: 526px;
  height: 29px;
  margin-left: 23px;
  float: left;
}
body#onair article .onairTxt .onair01 dt {
  background: url(../../onair/images/ttl_tvtokyo.png) 0 0 no-repeat;
}
body#onair article .onairTxt .onair01 dd p {
  background: url(../../onair/images/txt_tvtokyo.png) 0 0 no-repeat;
}
body#onair article .onairTxt .onair02 dt {
  background: url(../../onair/images/ttl_bsjapan.png) 0 0 no-repeat;
}
body#onair article .onairTxt .onair02 dd p {
  background: url(../../onair/images/txt_bsjapan.png) 0 0 no-repeat;
}
body#onair article .onairTxt .onair03 dt {
  background: url(../../onair/images/ttl_at-x.png) 0 0 no-repeat;
}
body#onair article .onairTxt .onair03 dd {
  height: 147px;
}
body#onair article .onairTxt .onair03 dd {
  background: url(../../onair/images/txt_at-x.png) 0 0 no-repeat;
}
body#onair article .onairTxt .information {
  margin-top: 30px;
  background: url(../../onair/images/txt_information.png) 0 0 no-repeat;
}
/* 2016/10/03追加 */
body#onair article .onairTable {
  width: 100%;
  margin: 60px auto 0;
  border-collapse: separate;
  border-spacing: 4px;
}
body#onair article .onairTable thead th {
  padding: 1em 1.6em;
  background-color: rgba(117, 135, 147, 0.8);
  border-radius: 6px;
  vertical-align: middle;
  color: #fff;
}
body#onair article .onairTable tbody td {
  padding: 1em 1.6em;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 6px;
  vertical-align: middle;
}
/* 2016/10/03追加 ここまで */




/* 09/06追加 */
/*==========================================================================================

	■ discography, goods, item, event

==========================================================================================*/
body#discography #container,
body#goods #container,
body#event #container {
  background: url(../../staffcast/images/staff_cast_bg.png) 50% 0 repeat-y;
}
body#discography article .title {
  background: url(../../discography/images/disco_ttl.png) 0 0 no-repeat;
  margin-bottom: 50px;
}
body#goods article .title {
  background: url(../../goods/images/goods_ttl.png) 0 0 no-repeat;
}
body#event article .title {
  margin-bottom: 50px;
  background: url(../../news2/images/event_ttl.png) 0 0 no-repeat;
}
body#discography .discoNav{ text-align: center; margin-bottom: 90px; }
body#discography .discoNav li{
	display: inline-block;
	margin: 0 12px;
	height: 53px;
	border: #e9536b 1px solid;
	background: #fff;
}
body#discography .discoNav li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
body#discography .discoNav li.nav01 a{
	width: 115px;
	background: url(../../discography/images/disco_nav01.png) 0 0 no-repeat;
}
body#discography .discoNav li.nav02 a{
	width: 115px;
	background: url(../../discography/images/disco_nav02.png) 0 0 no-repeat;
}
body#discography .discoNav li.nav03 a{
	width: 286px;
	background: url(../../discography/images/disco_nav03.png) 0 0 no-repeat;
}
body#discography .discoNav li.nav04 a{
	width: 195px;
	background: url(../../discography/images/disco_nav04.png) 0 0 no-repeat;
}
body#discography .discoNav li:hover a,
body#discography .discoNav li.active a{
	background-position: 0 -60px;
	background-color: #e9536b;
}
body#discography .disco_index,
body#goods .disco_index,
body#event .disco_index {
	margin-bottom: 160px;
}

body#discography .disco_index li,
body#goods .disco_index li,
body#event .disco_index li{
	float: left;
	width: 250px;
	padding: 20px 20px 12px;
	margin-bottom: 40px;
	box-sizing:border-box;
	background-color:rgba(86,86,86,0.9);
}
body#event .disco_index li{
	width: 384px;
	padding: 20px 32px;
	margin-bottom: 60px;
}
body#discography .disco_index li:nth-child(3n+2),
body#goods .disco_index li:nth-child(3n+2){
	margin-right: 40px;
	margin-left: 40px;
}
body#event .disco_index li:nth-child(2n+1){
	margin-right: 60px;
}
body#discography .disco_index li .picArea,
body#goods .disco_index li .picArea{
	height: 210px;
	overflow: hidden;
}
body#event .disco_index li .picArea{
	height: 320px;
	overflow: hidden;
}
body#discography .disco_index li .picArea img,
body#goods .disco_index li .picArea img,
body#event .disco_index li .picArea img{
	display: block;
	width: auto;
	height: 210px;
/* 2016/10/03追加 */
	margin-right: auto;
	margin-left: auto;
/* 2016/10/03追加 ここまで */
}
body#event .disco_index li .picArea img{
	height: 320px;
}
body#discography .disco_index li a,
body#goods .disco_index li a,
body#event .disco_index li a{
	text-decoration: none;
	transition: all .3s;
}
body#discography .disco_index li a:hover,
body#goods .disco_index li a:hover,
body#event .disco_index li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
body#discography .disco_index li a p,
body#goods .disco_index li a p,
body#event .disco_index li a p{
	padding-top: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
body#event .disco_index li a p{
	font-size: 20px;
}
body#goods .disco_index .goods-coming,
body#event .disco_index .event-coming{
	width: 100%;
	float: none;
	margin: 100px auto;
	background: transparent;
	font-size: 3.2rem;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}


/*---------- 詳細共通 ----------*/
body#discography .discDetail .post,
body#discography .specialDetail .post{
	padding: 30px;
	margin-bottom: 40px;
	background-color: rgba(255,255,255,0.6);
}
body#discography .discDetail .btnCenter,
body#discography .specialDetail .btnCenter{
	padding: 30px 0 80px;
	text-align: center;
}
.btnCenter a{
	transition: all .3s;
}
.btnCenter a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

/*---------- .discDetail ----------*/
body#discography .discDetail .groupTTL{
	padding: 25px 22px;
	margin-bottom: 15px;
	background: #e9536b;
	font-size: 27px;
	color: #fff;
}
body#discography .discDetail .post .picArea{
	float: left;
	width: 255px;
}
body#discography .discDetail .post .picArea img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 6px;
}
body#discography .discDetail .post .picArea a{
	transition: all .3s;
}
body#discography .discDetail .post .picArea a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

body#discography .discDetail .post .textArea{
	float: right;
	width: 505px;
}
body#discography .discDetail .post .textArea h5{
	margin-bottom: 20px;
	font-size: 26px;
	color: #e9536b;
	line-height: 1.3;
}
body#discography .discDetail .post .textArea p{
	margin-bottom: 30px;
}
body#discography .discDetail .post .textArea p.fontS{
	font-size: 14px;
	margin-bottom: 10px;
}


/*---------- .specialDetail ----------*/
body#discography .specialDetail .ttl h4{
	padding-bottom: 3px;
	font-size: 32px;
	line-height: 1.3;
	color: #e9536b;
	border-bottom: #e9536b 4px solid;
}
body#discography .specialDetail .ttl .sns{
	margin: 5px 0 10px;
}

body#discography .specialDetail .ttl .sns ul li {
  height: 20px;
  width: auto;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
body#discography .specialDetail .ttl .sns ul li .fb_iframe_widget span {
  display: block;
  height: 20px;
}

body#discography .specialDetail .txtBody p{
	padding-bottom: 30px;
}
body#discography .specialDetail .txtBody img{
	display: block;
	max-width: 100%;
	height: auto;
}




/*==========================================================================================

	■ movie

==========================================================================================*/
body#movie #container {
  background: url(../../story/images/story_bg.png) 50% 0 repeat-y;
}
body#movie article .title {
  background: url(../../movie/images/movie_ttl.png) 0 0 no-repeat;
  margin-bottom: 25px;
}
body#movie .movieList li{
	width: 48%;
	float: left;
	margin-bottom: 50px;
}
/*---------- .disco-coming ----------*/
body#discography .disco-coming{
  width: 100% !important;
  background-color: transparent !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #666;
}
body#movie .movieList li:nth-child(odd){
	margin-right: 4%;
}

body#movie .movieList li h4{
	padding: 5px 10px;
	margin-bottom: 6px;
	background: #e9536b;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
}
body#movie .movieList li img{
	display: block;
	width: 100%;
	height: auto;
}
body#movie .movieList li a{
	display: block;
	background: #fff;
}
body#movie .movieList li a img{
	transition: all .3s;
}
body#movie .movieList li a:hover img{
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
