@charset "utf-8";

body { background: rgb(240,240,240); }
main div.inner { width:100%;margin:0;}
#bg { position:fixed;z-index:-2; }
#bg-over {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}

/* margin */
.mt0 { margin-top: 0 !important; }
.mt1 { margin-top: 1em !important; }
.mt1_5 { margin-top: 1.5em !important; }
.mt2 { margin-top: 2em !important; }

/* news */
main .news {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  background: rgb(248,248,248);
  cursor: pointer;
}
main .news .news-inner {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 100%;
}
main .news h1 {
  position: relative;
  float: left;
  display: block;
  width: 136px; /*960*/
  height: 38px;
  margin: 0;
  padding: 0;
}
main .news h1:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 0 0 1px;/*iconfontbug*/
  font-size: 22px;
  font-family: "mihonichi";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  line-height: 38px;
  color: rgb(102,102,102);
  vertical-align: top;
  content: "\e92f";
  z-index: 10;
}
main .news h1 span {
  position: relative;
  display: block;
  height: 40px;
  margin: 0 0 0 34px;
  padding: 0;
  font-size: 14px;
  font-family: 'Roboto',"游ゴシック体","Yu Gothic",YuGothic,HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: rgb(51,51,51);
  vertical-align: middle;
  z-index: 11;
}
main .news #news-ticker {
  position: absolute;
  display: block;
  top: 40px;
  height: 0px;
  -webkit-transition: height .2s cubic-bezier(0, 0, 0.25, 1);
  transition: height .2s cubic-bezier(0, 0, 0.25, 1);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 1000;
  overflow: hidden;
}
main .news .news-more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 38px;
  background: none;
  border: none;
  outline: none;
  z-index: 200;
}
main .news .news-more:after {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: "mihonichi";
  font-weight: normal;
  line-height: 41px;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  color: rgb(90,90,90);
  vertical-align: middle;
  content: "\e91b";
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
}
main .news ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 960px;
  z-index: 101;
}
main .news ul li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
main .news a {
  margin: 0;
  padding: 0 40px 0 20px;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(248,248,248);
}
main .news ul li p.info {
  padding-left: 136px;
}
main .news p.info {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  font-family: 'Roboto',"游ゴシック体","Yu Gothic",YuGothic,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 40px;
  color: rgb(51,51,51);
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .news a:hover p.info { color:rgb(255,51,51); }
main .news .news-latest {
  float: left;
  width: 824px;
}
main .news p.info span.news-date {
  margin: 0 14px 0 0;
  font-family: 'Roboto',"Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
}

main div.list-inner {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 204px;
}

/* related information */
main .top-banner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: auto;
  background: rgb(240,240,240)  url("../img/pattern_line_black_30.png");
  background-size: 15px 15px;
  border: 1px solid rgb(179,179,179);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-sizing: border-box;
  z-index: 3;
}
main .js-top-banner { display:none; }
main .js-top-banner.slick-slider {
  margin: 0 auto;
  padding: 12px;
  width: 960px;
  box-sizing: border-box;
}
main .js-top-banner .slick-list { height:312px; }
main .js-top-banner .slick-slide { height:312px; }
main .js-top-banner .slick-slide a:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0px solid rgb(255,128,128);
  opacity: 0.8;
  -webkit-transition: 0.07s linear;
  transition: 0.07s linear;
  z-index: 11;
}
main .js-top-banner .slick-slide a.goods:before { border-color:rgb(60,165,227); }
main .js-top-banner .slick-slide a.event:before { border-color:rgb(0,119,0); }
main .js-top-banner .slick-slide:hover a:before { border-width:10px; }
main .js-top-banner .slick-slide h2 {
  position: absolute;
  top: -60px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background: rgba(255,255,255,0.8) url("../img/top_banner/banner_heads.png") no-repeat 0 0;
  background-size: 312px 294px;
  border-bottom: 1px solid rgb(255,128,128);
  text-indent: -9999px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  z-index: 10;
}
main .js-top-banner .slick-slide.slick-active h2 { top:0; }
main .js-top-banner .slick-slide a.goods h2 { border-color:rgb(60,165,227); }
main .js-top-banner .slick-slide a.event h2 { border-color:rgb(0,119,0); }
main .js-top-banner .slick-slide a h2.music-digital { background-position: 0  -59px; }
main .js-top-banner .slick-slide a h2.goods-tshirts { background-position: 0 -118px; }
main .js-top-banner .slick-slide a h2.goods-books   { background-position: 0 -177px; }
main .js-top-banner .slick-slide a h2.event-theater { background-position: 0 -236px; }
main .js-top-banner div { position: relative; }
main .js-top-banner div img {
  margin: 0;
  width: auto;
  max-height: 312px;
}
main .js-top-banner div img.en { display: none; }
main .js-top-banner div a:hover img { opacity: 0.9; }
main .js-top-banner div .ototoy {
  display: block;
  position: absolute;
  top: 85px;
  left: 15px;
  width: 78px;
  height: 20px;
  background: url("../img/top_banner/02_texts.png") no-repeat 0 0;
  background-size: 157px 41px;
  text-indent: -9999px;
  z-index: 10;
}
main .js-top-banner div .ototoy:hover {
  background-position: 0 -20px;
  opacity: 1;
}
main .js-top-banner .slick-prev,
main .js-top-banner .slick-next {
  top: 50%;
  left: -40px;
  right: auto;
  margin: -20px 0 0 0;
  width: 30px;
  height: 40px;
  background: url("../img/top_banner_arrow.png") no-repeat 0 0;
  background-size: 60px 80px;
  text-indent: -9999px;
  z-index: 1000;
  transition: left 0.2s linear 0s;
  -webkit-transition: left 0.2s linear 0s;
  -ms-transition: left 0.2s linear 0s;
}
main .js-top-banner .slick-next {
  left: auto;
  right: -40px;
  background-position: -30px 0;
  transition: right 0.2s linear 0s;
  -webkit-transition: right 0.2s linear 0s;
  -ms-transition: right 0.2s linear 0s;
}
main .js-top-banner .slick-prev:hover { background-position:   0   -40px;left:-44px; }
main .js-top-banner .slick-next:hover { background-position: -30px -40px;right:-44px; }

main div.center-area {
  margin: 54px auto;
  padding: 0;
  width: 960px;
  text-align: center;
  font-size: 0;
}

/* head l1 theaterhead */
.head-l1.theaterhead:before { margin-right: 370px; }
.head-l1.theaterhead:after { margin-left: 370px; }
.head-l1.theaterhead span.text-main { background-position: 0 -264px;width:740px;margin-left:-370px; }

/* head l1 showingnow */
.head-l1.showingnow:before { margin-right: 174px; }
.head-l1.showingnow:after { margin-left: 174px; }

/* head l2 topicshead */
main .inner .topicshead span.text-main { background-position: 0 -40px; }

/* head l3 apphead */
.head-l3.appshead { margin: 0 0 10px 0; }
.head-l3.appshead span.text-main { background-position: center -64px; }
.apps-body .head-l3-ja { background-position: center -72px; }

/* head l3 socialhead */
.head-l3.socialhead { margin:28px 0 10px 0; }
.head-l3.socialhead span.text-main { background-position:center -32px; }
.social-body .head-l3-ja { background-position:center -36px; }

/* head-l3 twitterfeedhead  */
.head-l3.twitterhead { margin:0 0 10px 0; }
.head-l3.twitterhead span.text-main { background-position:center 0;z-index:3; }
.head-l3.twitterhead a.twitteraccountlink,
.head-l3.twitterhead a.twitterhashlink {
  position: absolute;
  left: 45px;
  top: 15px;
  display: block;
  margin: 0;
  padding: 0;
  width: 170px;
  height: 34px;
  background: url("../img/head_twitter.png") no-repeat 0 0;
  background-size: 294px 136px;
  z-index: 3;
  text-indent: -9999px;
}
.head-l3.twitterhead a.twitterhashlink {
  left: 257px;
  top: 17px;
  width: 162px;
  background-position: 0 -68px;
}
.head-l3.twitterhead a.twitteraccountlink:hover { background-position: 0  -34px; }
.head-l3.twitterhead a.twitterhashlink:hover    { background-position: 0 -102px; }
.head-l3.twitterhead hr { display:none; }
.twitter-feed .head-l3-ja { background-position: center 0; }

main div.center-area .center-area-left,
main div.center-area .center-area-right {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 462px;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
}
main div.center-area .center-area-right { margin: 0 0 0 32px; }

main div.center-area .center-area-left > div {
  position: relative;
  padding: 0 12px 12px 12px;
  background: rgb(240,240,240) url("../img/pattern_line_black_30.png");
  background-size: 15px 15px;
  border: 1px solid rgb(179,179,179);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}

main div.center-area a.over:hover { background: rgba(0,0,0,0.2) url("../img/pattern_line_60per.png"); }

main div.center-area a.over span.play {
  position: absolute;
  display: block;
  top: 88px;
  left: 181px;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  background: url("../img/play_top.png") no-repeat 0 0;
  background-size: 100px 100px;
  text-indent: -9999px;
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function:ease-in-out;
  transition-timing-function: ease-in-out;
}
main div.center-area a.over:hover span.play { opacity:1; }
main div.center-area .center-area-right > div {
  position: relative;
  padding: 0 12px 12px 12px;
  width: 100%;
  line-height: 0;
  background: rgb(240,240,240) url("../img/pattern_line_black_30.png");
  background-size: 15px 15px;
  border: 1px solid rgb(179,179,179);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}

/* 掲載記事 body */
main div.center-area .center-area-left > div.media-list-body {}
main div.center-area .center-area-left > div.media-list-body ul {
  margin: 0;
  padding: 20px;
  background: rgb(250,250,250);
}
main div.center-area .center-area-left > div.media-list-body ul li {
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 2px solid rgb(255,204,204);
}
main div.center-area .center-area-left > div.media-list-body ul li:last-child { border-bottom:none; }
main div.center-area .center-area-left > div.media-list-body h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.25em;
  color: rgb(51,51,51);
}

/* apps body */
main div.center-area .center-area-left > div.apps-body .inner .text-box {
  margin: 0;
  padding: 26px 38px 32px 38px;
  background: rgb(250,250,250);
}
main div.center-area .center-area-left > div.apps-body h2 {
    margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Roboto',"Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
  line-height: 24px;
}
main div.center-area .center-area-left > div.apps-body h2:before {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 24px;
  font-family: "mihonichi";
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  color: rgb(255,51,51);
  vertical-align: top;
  content: "\e937";
}
main div.center-area .center-area-left > div.apps-body h2 span.bar {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  height: 6px;
  background: url("../img/pattern_line_red_40.png");
  background-size: 15px 15px;
}
main div.center-area .center-area-left > div.apps-body ul {
  margin: 0 auto;
  padding: 0;
  background: rgb(250,250,250);
  font-size: 0;
  text-align: center;
}
main div.center-area .center-area-left > div.apps-body ul li {
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 14px;
  line-height: 1em;
  vertical-align: top;
}
main div.center-area .center-area-left > div.apps-body ul li.android { margin:0; }
main div.center-area .center-area-left > div.apps-body ul li.ios.en { display:none; }
main div.center-area .center-area-left > div.apps-body ul li.ios img,
main div.center-area .center-area-left > div.apps-body ul li.android img { height:48px; }
main div.center-area .center-area-left > div.apps-body ul li.ios svg,
main div.center-area .center-area-left > div.apps-body ul li.android svg {
  fill: rgb(51,51,51);
  height: 48px;
}
main div.center-area .center-area-left > div.apps-body ul li.android svg .st2 { fill:rgb(51,51,51); }
main div.center-area .center-area-left > div.apps-body ul li.ios svg:hover,
main div.center-area .center-area-left > div.apps-body ul li.android svg:hover,
main div.center-area .center-area-left > div.apps-body ul li.android svg:hover .st2 { fill:rgb(255,102,102); }
main div.center-area .center-area-left > div.apps-body ul li span.text {
  display: block;
  margin: 0 0 14px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

/* social body */
main div.center-area .center-area-left > div.social-body {
  display: block;
  margin: 0;
}
main div.center-area .center-area-left > div.social-body .inner .text-box {
  margin: 0;
  padding: 26px 38px;
  background: rgb(250,250,250);
}
main div.center-area .center-area-left > div.social-body h2 {
  margin: 0 0 16px 0;
  padding: 0 0 8px 0;
  font-size: 18px;
  font-family: 'Roboto',"Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
  line-height: 24px;
}
main div.center-area .center-area-left > div.social-body h2 span.bar {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  height: 6px;
  background: url("../img/pattern_line_red_40.png");
  background-size: 15px 15px;
}
main div.center-area .center-area-left > div.social-body h2:before {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 24px;
  font-family: "mihonichi";
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  color: rgb(255,51,51);
  vertical-align: top;
  content: "\e93c";
}
main div.center-area .center-area-left > div.social-body ul {
  margin: 0;
  padding: 0;
}
main div.center-area .center-area-left > div.social-body ul li {
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
}
main div.center-area .center-area-left > div.social-body ul li a {
  font-size: 16px;
  color: rgb(51,51,51);
  line-height: 33px;
  vertical-align: top;
}
main div.center-area .center-area-left > div.social-body ul li a:hover { color:rgb(255,51,51); }
main div.center-area .center-area-left > div.social-body ul li a:before {
  display: inline-block;
  content: "";
  margin: 0 14px 0 0;
  padding: 0;
  width: 33px;
  height: 33px;
  background: url("../img/top_social_icons.png") no-repeat 0 0;
  background-size: 66px 165px;
  text-indent: -9999px;
  line-height: 33px;
  vertical-align: top;
}
main div.center-area .center-area-left > div.social-body ul li.fb-h a:before        { background-position:   0      0  ; }
main div.center-area .center-area-left > div.social-body ul li.tw-h a:before        { background-position:   0    -33px; }
main div.center-area .center-area-left > div.social-body ul li.nc-h a:before        { background-position:   0    -66px; }
main div.center-area .center-area-left > div.social-body ul li.yt-h a:before        { background-position:   0    -99px; }
main div.center-area .center-area-left > div.social-body ul li.rss-h a:before       { background-position:   0   -132px; }
main div.center-area .center-area-left > div.social-body ul li.fb-h a:hover:before  { background-position: -33px    0  ; }
main div.center-area .center-area-left > div.social-body ul li.tw-h a:hover:before  { background-position: -33px  -33px; }
main div.center-area .center-area-left > div.social-body ul li.nc-h a:hover:before  { background-position: -33px  -66px; }
main div.center-area .center-area-left > div.social-body ul li.yt-h a:hover:before  { background-position: -33px  -99px; }
main div.center-area .center-area-left > div.social-body ul li.rss-h a:hover:before { background-position: -33px -132px; }

/* twitter feed */
main div.center-area .center-area-right > div.twitter-feed iframe { height: 637px !important; }

.diagonal-stripes-01 {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  background: url("../img/pattern_line_black_1_6_10.png") repeat;
  background-size: 10px 10px;
}

/* information */
main .information {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  background: rgb(240,240,240) url("../img/pattern_line_black_40.png");
  background-size: 15px 15px;
  border: 1px solid rgb(179,179,179);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 3;
}
main .information .inner {
  position: relative;
  display: block;
  margin: 12px auto;
/*  padding: 36px 0;*/
  padding: 0;
  width: 936px;/* 960-24 */
  background: rgb(250,250,250);
}
main .information .inner .img-box {
  position: relative;
  display: block;
  margin: 0 40px 0 0;
  width: auto;
  float: left;
}
main .information .inner .img-box img { width:272px; }
main .information .inner .info01 .img-box img { width:384px; }
main .information .inner .img-box a:hover img { opacity:0.9; }
main .information .inner .img-box img.infoimg-sp { display:none; }
main .information .inner .img-box p.caption {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  line-height: 1em;
}

main .information .inner .text-box {
  float: left;
  position: relative;
  display: block;
  margin: 30px 0 0 0;
/*  padding: 0 0 0 32px;
  width: 712px;*/
  width: 584px;
  text-align: left;
  z-index: 1;
}
main .information .inner .info01 .text-box { margin-top:38px;width:472px; }
main .information .inner .info02 .text-box { margin-top:29px; }
main .information .inner .info03 .text-box { margin-top:28px; }
main .information .inner .text-box h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 12px 0;
  padding: 0;
  width: 100%;
  font-size: 20px;
  font-family: 'Roboto',"Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0;
  color: rgb(51,51,51);
  z-index: 0;
}
main .information .inner .text-box h3 a {
  color: rgb(51,51,51);
  text-decoration: none;
}
main .information .inner .info01 .text-box h3 {
  font-size: 22px;
  line-height: 1.4em;
}
main .information .inner .info02 .text-box h3 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.5em;
}
main .information .inner .info03 .text-box h3 {
  margin-bottom: 11px;
  font-size: 21px;
  line-height: 1.5em;
}
main .information .inner .text-box h3 span.indent-text-ja {
  position: relative;
  display: inline-block;
  text-indent: -0.5em;
  font: inherit;
}
main .information .inner .text-box h3 span.bar {
  display: block;
  margin: 6px 0 0 0;
  padding: 0;
  width: 100%;
  height: 6px;
  background: url("../img/pattern_line_red_40.png");
  background-size: 15px 15px;
}
main .information .inner .text-box h3.second { margin-top:2em; }
main .information .inner .text-box h3.indent-ja { text-indent:-0.5em; }
/*main .information .inner .text-box h3:before {
  position: absolute;
  top: 0;
  left: -90px;
  display: block;
  margin: 0;
  padding: 0;
  content: "";
  width: 70px;
  height: 70px;
  background: url("../img/info_bgicon.png") 0 0;
  background-size: 70px 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: -1;
}*/
main .information .inner .text-box p {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Roboto',"游ゴシック体","Yu Gothic",YuGothic,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: rgb(25,25,25);
  z-index: 0;
}
main .information .inner .info01 .text-box p {
  font-size: 15px;
  line-height: 1.7em;
}
main .information .inner .info02 .text-box p {
  font-size: 15px;
  line-height: 1.6em;
}
main .information .inner .info03 .text-box p {
  font-size: 15px;
  line-height: 1.6em;
}
main .information .inner .text-box p span.indent-text-ja {
  position: relative;
  display: inline-block;
  text-indent: -0.5em;
  font: inherit;
}
main .information .inner .text-box p span.bold {
  font-family: "Roboto","Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
}
main .information .inner .text-box p .top-newicon {
  display: inline-block;
  padding: 6px 8px;
  font-family: "Roboto";
  font-weight: 900;
  line-height: 1em;
  vertical-align: middle;
  color: rgb(255,255,255);
  background: rgb(255,160,160) url("../img/pattern_line_red_40.png");
  background-size: 15px 15px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
main .information .inner .text-box p .top-newicon:before {
  margin: 0;
  padding: 0 4px 0 0;
  font-size: 16px;
  font-family: "mihonichi";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  color: rgb(255,255,255);
  vertical-align: top;
  content: "\7a";
  z-index: 10;
}

main .information .inner .text-box p:last-child { margin-bottom:0; }
main .information .inner .text-box p.banner-info { display:inline;font-size:15px;font-weight:bold; }
main .information .inner .text-box p.banner-info:before {
  display: inline-block;
  margin: 0;
  padding: 0 6px 3px 0;
  font-size: 13px;
  font-family: "mihonichi";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  color: rgb(255,51,51);
  vertical-align: middle;
  content: "\6e";
}
main .information .inner .text-box p strong {
  font-size: inherit;
  font-weight: bold;
  color: rgb(255,55,55);
}
main .information .inner .text-box a {
  font-size: inherit;
  font-weight: bold;
  color: rgb(255,55,55);
  text-decoration: underline;
}
main .information .inner .text-box a.outlink:after {
  margin: 0;
  padding: 0 4px 0 0;
  font-size: 11px;
  font-family: "mihonichi";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  color: rgb(255,0,0);
  vertical-align: baseline;
  content: "\37";
  text-indent: 0;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  text-decoration: none;
}
main .information .inner .text-box a:hover,
main .information .inner .text-box a.outlink:hover:after { color:rgb(255,102,102); }
main .information .inner .text-box a.image-banner:hover { opacity:0.8; }
main .information .inner .text-box a.standard-linkbutton {
  display: block;
  margin: 0;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: rgb(0,0,0);
  background: rgb(255,255,255);
  border: 1px solid rgb(254,0,0);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  text-align: center;
  text-decoration: none;

  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
main .information .inner .text-box a.standard-linkbutton:hover {
  background-color: rgb(255,102,102);
  border-color: rgb(255,255,255);
}
main .information .inner .text-box a.standard-linkbutton:before {
  display: inline-block;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-family: "mihonichi";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: rgb(254,0,0);
  vertical-align: top;
  content: "\6e";

  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function:ease-in-out;
  transition-timing-function: ease-in-out;
}
main .information .inner .text-box a.standard-linkbutton:hover:before { color:rgb(255,255,255); }

main .information .inner .text-box a.title-linkbutton {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
  width: 280px;
  height: 78px;
  background: url("../img/top_titlelink.png") no-repeat 0 0;
  background-size: 560px 312px;
  text-indent: -9999px;
  vertical-align: middle;
}
main .information .inner .text-box a.title-linkbutton.title03:hover  { background-position:   0   -78px; }
main .information .inner .text-box a.title-linkbutton.title20a       { background-position:-280px   0  ; }
main .information .inner .text-box a.title-linkbutton.title20a:hover { background-position:-280px -78px; }

main .information .inner .img-list-box {
  display: block;
  position: relative;
  float: left;
  margin-top: 16px;
  width: 584px;
  font-size: 0;
}
main .information .inner .img-list-box img {
   display: inline-block;
   width: auto;
   height: auto;
   max-width: 33%;
}

main .information .inner .ryu-special {
  margin: 0;
  width: 100%;
  height: auto;
  background: url("../img/title_01/ryu_bg_red.png") repeat;
  background-size: 129px 129px;
}
main .information .inner .ryu-special .ryu-key {
  float: left;
  width: 571px;
  height: 384px;
}
main .information .inner .ryu-special .ryu-key > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
main .information .inner .ryu-special .ryu-key:hover { opacity:0.9; }
main .information .inner .ryu-special .ryu-key img { display:none; }
main .information .inner .ryu-special .ryu-sub {
  display: block;
  position: relative;
  float: left;
  width: 365px;
  height: 384px;
  background: url("../img/title_01/ryu_text04.png") no-repeat 0 0;
  background-size: 730px 384px;
}
main .information .inner .ryu-special .ryu-sub .text { display:none; }
main .information .inner .ryu-special .ryu-sub .ryu-gotosite {
  position: absolute;
  bottom: 13px;
  left: 22px;
  display: block;
  width: 338px;
  height: 61px;
  background: url("../img/title_01/ryu_gotosite.png") no-repeat 0 0;
  background-size: 338px 352px;
  text-indent: -9999px;
}
main .information .inner .ryu-special .ryu-sub .ryu-gotosite:hover { background-position: 0 -61px; }

main .information .inner .ryu-special a.over {
  width: 571px;
  height: 384px;
  position: relative;
  display: block;
  float: left;
}

main .information .inner .ryu-special a.over span.play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  padding: 0;
  width: 120px;
  height: 120px;
  background: url("../img/play_red_120.png") no-repeat 0 0;
  background-size: 120px 120px;
  text-indent: -9999px;
  opacity: 0.7;
  z-index: 100;
}

main .information .inner .ryu-special a.over:hover span.play {
}

main .js-top-info { display:none; }
main .js-top-info.slick-slider {
  margin: 0 auto;
  padding: 0;
  width: 936px;
}
main .js-top-info .slick-list { height:384px; }
main .js-top-info .slick-slide { width:936px;height:384px; }

main .js-top-info .slick-prev,
main .js-top-info .slick-next {
  top: 50%;
  left: -53px;
  right: auto;
  margin: -20px 0 0 0;
  width: 30px;
  height: 40px;
  background: url("../img/top_banner_arrow.png") no-repeat 0 0;
  background-size: 60px 80px;
  text-indent: -9999px;
  z-index: 1000;
  transition: left 0.2s linear 0s;
  -webkit-transition: left 0.2s linear 0s;
  -ms-transition: left 0.2s linear 0s;
}
main .js-top-info .slick-next {
  left: auto;
  right: -53px;
  background-position: -30px 0;
  transition: right 0.2s linear 0s;
  -webkit-transition: right 0.2s linear 0s;
  -ms-transition: right 0.2s linear 0s;
}
main .js-top-info .slick-prev:hover { background-position:   0   -40px;left:-57px; }
main .js-top-info .slick-next:hover { background-position: -30px -40px;right:-57px; }

/* big banner */
main .big-banner {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

main .big-banner .transform-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(240,240,240) no-repeat center center;
  background-size: 100% auto;
  z-index: 1;

  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: liner;
  transition-timing-function: liner;
}
main .big-banner:hover .transform-bg {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
main .big-banner a.over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 111;
  opacity: 0;

  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function:ease-in-out;
  transition-timing-function: ease-in-out;
}
main .big-banner a.over:hover { opacity:1; }
main .big-banner div.hover-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0,0,0,0.2) url("../img/pattern_line_black_30.png");
  background-size: 15px 15px;
  opacity: 0;
  z-index: 99;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function:ease-in-out;
  transition-timing-function: ease-in-out;
}
main .big-banner:hover div.hover-wrap { opacity:1; }

main .big-banner a.over span.play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  padding: 0;
  width: 120px;
  height: 120px;
  background: url("../img/play_red_120.png") no-repeat 0 0;
  background-size: 120px 120px;
  text-indent: -9999px;
  opacity: 0;

  -webkit-transform: scale(0.4,0.4);
  transform: scale(0.4,0.4);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function:ease-in-out;
  transition-timing-function: ease-in-out;
}
main .big-banner a.over:hover span.play {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 0.7;
}
main .big-banner a.over span.play-preview {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  padding: 0;
  width: 100px;
  height: 100px;
  background: url("../img/play_preview.png") no-repeat 0 0;
  background-size: 100px 200px;
  text-indent: -9999px;
}
main .big-banner a.over:hover span.play-preview {
  display: block;
  opacity: 0.9;
}
main .big-banner a.over span.info {
  position: absolute;
  top: 0;
  left: 50%;
/*  display: block;*/
  display: none;
  margin: 0 0 0 35px;
  padding: 20px;
  width: 346px;
  font-size: 12px;
  line-height: 1.4em;
  color: rgb(0,0,0);
  background: rgb(255,255,255);
  text-align: left;
}

main .big-banner .number-box {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0 24px 0 0;
  width: 138px;
  vertical-align: middle;
}
main .big-banner .number-box p {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 138px;
  height: 136px;
}
main .big-banner .number-box p span { display:none; }
main .big-banner .number-box p span.number {
  margin: 0;
  padding: 0;
  display: block;
  width: 138px;
  height: 136px;
  background: url("../img/titlelist_number_01.png") no-repeat 0 0;
  text-indent: -9999px;
  text-align: left;
  background-size: 276px 952px;
}
main .big-banner .img-box {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 320px;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
}
main .big-banner img.poster {
  display: inline-block;
  min-width: 320px;
  height: 180px;/* 204-padding*/
  vertical-align: top;
}
main .big-banner img.poster-sp {
  display: none;
}
main .big-banner .text-box {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0 0 0 56px;
  width: 373px;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  z-index: 10;
}

main .big-banner div.link-box a.preview {
  margin: 4px 0 0 0;
  display: block;
  width: 114px;
  height: 44px;
  background: url("../img/titlelist_preview.png") no-repeat 0 0;
  background-size: 228px 88px;
  text-indent: -9999px;
}
main .big-banner div.link-box a.preview:hover { background-position: 0 -44px; }

main .big-banner div.no-program {
  display: block;
  margin: 0;
  padding: 0;
  width: 114px;
  height: 114px;
  background: url("../img/related_bangumi.png") no-repeat 0 -684px;
  background-size: 456px 798px;
  text-indent: -9999px;
}

/* bigbanner theater */
main .project-theater img.theater02-title {
  position: absolute;
  top: -3px;
  left: 40px;
  display: block;
  margin: 0;
  padding: 0;
  width: 486px;
  height: auto;
  z-index: 110;
}
main .project-theater:hover img.theater02-title {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s
}
@-webkit-keyframes bounce { 0%,20%,40%,60%,80%,100%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(0.97,0.97,0.97);transform:scale3d(0.97,0.97,0.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)} }
@keyframes bounce { 0%,20%,40%,60%,80%,100%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(0.97,0.97,0.97);transform:scale3d(0.97,0.97,0.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)} }

main .project-theater a.theater-trailer {
  position: absolute;
  top: 69px;
  right: 0;
  display: block;
  margin: 0;
  padding: 10px 24px;
  font-size: 18px;
  font-family: 'Roboto',"游ゴシック体","Yu Gothic",YuGothic,HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
  line-height: 1em;
  color: rgb(0,0,0);
  background: rgb(255,255,255);
  border: 1px solid rgb(255,0,0);
  text-align: left;
  vertical-align: middle;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 112;
}
main .project-theater .transform-bg {
  display: block;
  background-image: url("../img/theater/theater02_banner_bg.png");
}
main .project-theater a.theater-trailer:hover {
  color: rgb(0,0,0);
  background: rgb(255,102,102);
  border: 1px solid rgb(255,255,255);
}
main .project-theater a.theater-trailer:before {
  display: inline-block;
  margin: 0;
  padding: 0 6px 0 0;
  font-size: 16px;
  font-family: "mihonichi";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  color: rgb(255,51,51);
  vertical-align: top;
  content: "\61";
}
main .project-theater a.theater-trailer:hover:before {
  color: rgb(255,255,255);
}
main .project-theater .black-belt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 26px;
  background: rgb(0,0,0);
  z-index: 99;
}
main .project-theater h2.theater-banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  font-size: 18px;
  font-family: 'Roboto',"游ゴシック体","Yu Gothic",YuGothic,HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
  line-height: 1em;
  color: rgb(255,255,255);
  text-align: right;
  vertical-align: middle;
  z-index: 100;
}

/* bigbanner extra */
main .project-titlee01 {
  border-top: 1px solid rgb(204,204,204);
}
main .project-titlee01 .transform-bg {
  display: block;
  background-image: url("../img/theater/extra_banner_bg.png");
}
main .project-titlee01 .img-box,
main .project-titlee01 div.list-inner .number-box {
  z-index: 110;
}
main .project-titlee01 div.list-inner .number-box p span {
  background-image: url("../img/titlelist_number_05.png?20170313");
  background-position: 0 -952px;
  background-size: 276px 1088px;
}
main .project-titlee01 div.list-inner .text-box {
  padding: 0 0 0 8px;
  text-align: left;
  z-index: 110;
}
main .project-titlee01 div.list-inner .text-box h2 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 24px;
  font-family: "Roboto","Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: 900;
  line-height: 1em;
  color: rgb(255,255,255);
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
  font-style: italic;
}
main .project-titlee01 div.list-inner .text-box p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6',"游ゴシック体","Yu Gothic",YuGothic,'メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
  font-weight: bold;
  line-height: 1.6em;
  color: rgb(255,255,255);
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
main .project-titlee01 div.list-inner .text-box p span {
  margin-right: 8px;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ StdN W8","ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN",HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',"游ゴシック体","Yu Gothic",YuGothic,HelveticaNeue,Helvetica,Arial,'Lucida Grande',sans-serif;
  font-weight: 900;
  font-style: italic;
}
main .project-titlee01 .link-box {
  position: relative;
  display: table-cell;
  z-index: 112;
  vertical-align: middle;
}
main .project-titlee01 .link-box a.related {
  display: block;
  margin: 0;
  padding: 0;
  width: 114px;
  height: 114px;
  background: url("../img/related_bangumi_05.png") no-repeat 0 -684px;
  background-size: 456px 798px;
  text-indent: -9999px;
}
main .project-titlee01 .link-box a.related:hover { background-position:-114px -684px; }

/* bigbanner title18 */
main .project-title18 {
  border-top: 1px solid rgb(204,204,204);
}
main .project-title18 .transform-bg {
  display: block;
  background-image: url("../img/title_18/18_banner_bg_01.jpg");
}
main .project-title18 .img-box,
main .project-title18 div.list-inner .number-box {
  z-index: 110;
}
main .project-title18 div.list-inner .number-box p span {
  background-image: url("../img/titlelist_number_03.png");
  background-position: 0 -408px;
  background-size: 276px 1088px;
}
main .project-title18 div.list-inner .text-box {
  text-align: left;
  padding: 0 0 0 62px;
  z-index: 110;
}
main .project-title18 div.list-inner .text-box h2 {
  margin: 1px 0 12px 0;
  padding: 0;
  font-size: 29px;
  font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 1em;
  color: rgba(0,0,0,0.8);
}
main .project-title18 div.list-inner .text-box p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,HelveticaNeue,Helvetica,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  color: rgba(0,0,0,0.9);
}
main .project-title18 div.list-inner .text-box p span {
  font-size: 14px;
  font-family: HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',"游ゴシック体","Yu Gothic",YuGothic,HelveticaNeue,Helvetica,Arial,'Lucida Grande',sans-serif;
  font-weight: bold;
}
main .project-title18 .link-box {
  position: relative;
  display: table-cell;
  z-index: 112;
  vertical-align: middle;
}
main .project-title18 .link-box a.related {
  display: block;
  margin: 0;
  padding: 0;
  width: 114px;
  height: 114px;
  background: url("../img/related_bangumi_03.png") no-repeat 0 -342px;
  background-size: 456px 798px;
  text-indent: -9999px;
}
main .project-titlee18 .link-box a.related:hover { background-position:-114px -684px; }

/* bigbanner title34 */
main .project-title34 .transform-bg {
  display: block;
  background-image: url("../img/title_34/34_banner_bg.jpg");
}
main .project-title34 .img-box,
main .project-title34 div.list-inner .number-box {
  z-index: 110;
}
main .project-title34 div.list-inner .number-box p span.number {
  background-image: url("../img/titlelist_number_05.png");
  background-position: 0 -680px;
  background-size: 276px 1088px;
}
main .project-title34 img.poster { width:320px; }
main .project-title34 img.poster-sp { display:none;height:180px; }
main .project-title34 div.list-inner .text-box {
  padding: 0;
  text-align: center;
  z-index: 110;
}
main .project-title34 span.indent {
  font-size: inherit;
  letter-spacing: -0.2em;
}
main .project-title34 h2 {
  margin: 2px 0 12px 0;
  padding: 0;
  font-size: 34px;
  font-family: "Yu Mincho",YuMincho,"游明朝体",HiraMinProN-W6,HiraMinPro-W6,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro W6",'メイリオ',Meiryo,'ＭＳ ゴシック',Arial,'Lucida Grande',serif;
  font-weight: bold;
  line-height: 1em;
  color: rgb(50,227,183);
  text-shadow: 1px 1px 2px rgb(2,41,55);
}
main .project-title34 h2 span.size-s { font-size:30px; }
main .project-title34 .text-box p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',HelveticaNeue,Helvetica,Arial,'Lucida Grande',sans-serif;
  font-weight: bold;
  line-height: 1.5em;
  color: rgb(255,255,255);
  text-shadow: 1px 1px 2px rgb(2,41,55);
}
main .project-title34 .text-box p span {
  font-size: 16px;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',HelveticaNeue,Helvetica,Arial,'Lucida Grande',sans-serif;
  font-weight: bold;
}
main .project-title34 .link-box {
  position: relative;
  display: table-cell;
  z-index: 112;
  vertical-align: middle;
}
main .project-title34 .link-box a.related {
  display: block;
  margin: 0;
  padding: 0;
  width: 114px;
  height: 114px;
  background: url("../img/related_bangumi_05.png") no-repeat 0 -456px;
  background-size: 456px 798px;
  text-indent: -9999px;
}
main .project-title34 .link-box a.related:hover { background-position: -114px -456px; }

/* bigbanner cassettegirl */
main .project-title35 .transform-bg {
  background-color: rgb(230,230,230);
  background-repeat: repeat;
  background-size: 320px 265px;
  display: block;
  background-image: url("../img/title_35/35_bgpattern.png");
}
main .project-title35 .img-box,
main .project-title35 div.list-inner .number-box {
  z-index: 110;
}
main .project-title35 div.list-inner .number-box p span.number {
  background-image: url("../img/titlelist_number_05.png");
  background-position: 0 -816px;
  background-size: 276px 1088px;
}
main .project-title35 img.poster { width:320px; }
main .project-title35 img.poster-sp { display:none;height:180px; }
main .project-title35 div.list-inner .text-box {
  padding: 0 0 0 4px;
  text-align: left;
  z-index: 110;
}
main .project-title35 span.indent {
  font-size: inherit;
  letter-spacing: -0.2em;
}
main .project-title35 h2 {
  margin: 4px 0 10px 0;
  padding: 0;
  font-size: 27px;
  font-family: HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6',"游ゴシック体","Yu Gothic",YuGothic,'メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -2px;
  color: rgb(14,14,14);
}
main .project-title35 h2 span.size-s { /* font-size:30px; */ }
main .project-title35 .text-box p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  color: rgb(14,14,14);
}
main .project-title35 .text-box p span {
  font-size: 13px;
  font-family: HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6',"游ゴシック体","Yu Gothic",YuGothic,'メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
  font-weight: bold;
}
main .project-title35 .text-box p span.ja-lt-1 { letter-spacing: -0.1em; }
main .project-title35 .text-box p span.spacer-2bu4bu {
  display: inline-block;
  font: inherit;
  width: 11px;/*15px 二分四分*/
}
main .project-title35 .link-box {
  position: relative;
  display: table-cell;
  z-index: 112;
  vertical-align: middle;
}
main .project-title35 .link-box a.related {
  display: block;
  margin: 0;
  padding: 0;
  width: 114px;
  height: 114px;
  background: url("../img/related_bangumi_05.png") no-repeat 0 -570px;
  background-size: 456px 798px;
  text-indent: -9999px;
}
main .project-title35 .link-box a.related:hover { background-position: -114px -570px; }

/* bigbanner title06 */
main .project-title06 {
  border-top: 1px solid rgb(204,204,204);
  border-bottom: 1px solid rgb(204,204,204);
}
main .project-title06 .transform-bg {
  display: block;
  background-image: url("../img/title_06/06_banner_bg.jpg");
}
main .project-title06 .img-box,
main .project-title06 div.list-inner .number-box { z-index: 110; }
main .project-title06 div.list-inner .number-box p span {
  background-position: 0 -816px;
  background-size: 276px 1088px;
}
main .project-title06 img.poster {
  width: 320px;/* 204-padding*/
}
main .project-title06 div.list-inner .text-box {
  padding: 0;
  text-align: center;
  z-index: 110;
}
main .project-title06 h2 {
  margin: 2px 0 16px 0;
  padding: 0;
  font-size: 20px;
  font-family: "Yu Mincho",YuMincho,"游明朝体",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 1.4em;
  color: rgb(60,60,60);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
main .project-title06 p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Yu Mincho",YuMincho,"游明朝体",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: normal;
  color: rgb(60,60,60);
  line-height: 22px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
main .project-title06 p span {
  font-size: 16px;
  font-family: "Yu Mincho",YuMincho,"游明朝体",HiraMinProN-W6,HiraMinPro-W6,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro W6",'メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',serif;
  font-weight: bold;
}
main .project-title06 .link-box {
  position: relative;
  display: table-cell;
  z-index: 112;
  vertical-align: middle;
}
main .project-title06 .link-box a.related {
  display: block;
  margin: 0;
  padding: 0;
  width: 114px;
  height: 114px;
  background: url("../img/related_bangumi.png") no-repeat 0 -570px;
  background-size: 456px 798px;
  text-indent: -9999px;
}
main .project-title06 .link-box a.related:hover { background-position: -114px -570px; }

/* bigbanner title01 */
main .project-title01 {
  border-bottom: 1px solid rgb(204,204,204);
}
main .project-title01 .transform-bg {
  display: block;
  background-image: url("../img/title_01/01_banner_bg.jpg");
}
main .project-title01 .img-box,
main .project-title01 div.list-inner .number-box { z-index: 110; }
main .project-title01 div.list-inner .number-box p span.number {
  background-position: 0 -136px;
  background-size: 276px 1088px;
}
main .project-title01 img.poster { width:320px;height:auto;z-index:110; }
main .project-title01 .text-box {
  width: 373px;
  padding: 0;
  text-align: center;
  z-index: 110;
}
main .project-title01 h2 {
  margin: 0 0 14px 0;
  padding: 0;
  font-size: 26px;
  font-family: 'Roboto',"游明朝体","Yu Mincho",YuMincho,HiraMinProN-W6,HiraMinPro-W6,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro W6",'メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',serif;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
main .project-title01 .text-box p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  line-height: 24px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
main .project-title01 .text-box p.name {
  font-family: 'Roboto',"游明朝体","Yu Mincho",YuMincho,HiraMinProN-W6,HiraMinPro-W6,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro W6",'メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',serif;
  font-weight: bold;
}
main .project-title01 .link-box {
  position: relative;
  display: table-cell;
  z-index: 112;
  vertical-align: middle;
}
main .project-title01 .link-box a.related {
  display: block;
  margin: 0;
  padding: 0;
  width: 114px;
  height: 114px;
  background: url("../img/related_bangumi.png") no-repeat 0 0;
  background-size: 456px 798px;
  text-indent: -9999px;
}
main .project-title01 .link-box a.related:hover { background-position:-114px 0; }

/** responsible breakpoint **/
@media (max-width: 1080px) {
  /* headline news */
  main .js-top-info .slick-prev       { left: -12px; }
  main .js-top-info .slick-next       { right:-12px; }
  main .js-top-info .slick-prev:hover { left: -12px; }
  main .js-top-info .slick-next:hover { right:-12px; }
  /* related information */
  main .js-top-banner .slick-prev       { left: 0; }
  main .js-top-banner .slick-next       { right:0; }
  main .js-top-banner .slick-prev:hover { left: 0; }
  main .js-top-banner .slick-next:hover { right:0; }
}

/** responsible breakpoint **/
@media (max-width: 640px) {

  main div.inner { width:100%; }

  /* news */
  main .news .news-inner { width:100%; }
  main .news a {
    padding: 0 10px;
    width: 100%;
    border-radius: 6px;
  }
  main .news a:hover { color }
  main .news h1 { display:none; }
  main .news p.info { padding:0;width:100%;font-size:13px; }
  main .news p.info span.news-date { margin-right:6px; }
  main .news a:hover p.info { color:rgb(51,51,51); }
  main .news .news-latest {
    float: none;
    width: 100%;
  }
  main .news p.info.news-latest a:hover { color:rgb(51,51,51); }
  main .news .news-more,
  main .news #news-ticker { display:none; }

  main div.list-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  /* head l1 theaterhead */
  .head-l1.theaterhead:before { margin-right: 140px; }
  .head-l1.theaterhead:after { margin-left: 140px; }
  .head-l1.theaterhead span.text-main { background-position: 0 -252px;width:320px;margin-left:auto; }
  .head-l1.theaterhead span.text-ja { background-position: center -252px; }

  /* head l1 showingnow */
  .head-l1.showingnow:before { margin-right: 117px; }
  .head-l1.showingnow:after { margin-left: 117px; }

  /* head l2 headlinenews */
  main .inner h1.informationhead:before { margin-right: 122px; }
  main .inner h1.informationhead:after { margin-left: 122px; }
  main .inner h1.informationhead span.text-main { background-position: 0 -28px; }
  .information .head-l2-ja { background-position: center -28px; }

  /* head l2 informationhead */
  main .inner h1.topicshead:before { margin-right: 106px; }
  main .inner h1.topicshead:after { margin-left: 106px; }
  main .inner h1.topicshead span.text-main { background-position: 0 -56px; }
  .top-banner .head-l2-ja { background-position: center -56px; }

  /* head l3 apphead */
  .head-l3.appshead { margin: 20px 0 12px 0; }
  .head-l3.appshead:before { margin-right: 140px; }
  .head-l3.appshead:after { margin-left: 140px; }
  .head-l3.appshead span.text-main { background-position: center -140px; }
  .apps-body .head-l3-ja { background-position: center -140px; }

  /* head l3 socialhead */
  .head-l3.socialhead { margin: 20px 0 12px 0; }
  .head-l3.socialhead:before { margin-right: 134px; }
  .head-l3.socialhead:after { margin-left: 134px; }
  .head-l3.socialhead span.text-main { background-position: center -112px; }
  .social-body .head-l3-ja { background-position: center -112px; }

  /* head-l3 twitterfeedhead  */
  .head-l3.twitterhead { margin: 20px 0 12px 0; }
  .head-l3.twitterhead:before { margin-right: 136px; }
  .head-l3.twitterhead:after { margin-left: 136px; }
  .head-l3.twitterhead span.text-main { background-position: center -84px; }
  .twitter-feed .head-l3-ja { background-position: center -84px; }

  /* headline news */
  main .js-top-info.slick-slider { width:100%;min-width:282px; }
  main .js-top-info .slick-list { height:auto;background:rgb(250,250,250);; }
  main .js-top-info .slick-slide { width:100%;min-width:282px;height:auto; }
  main .js-top-info .slick-prev       { left: -8px; }
  main .js-top-info .slick-next       { right:-8px; }
  main .js-top-info .slick-prev:hover { left: -8px;background-position:   0    0; }
  main .js-top-info .slick-next:hover { right:-8px;background-position: -30px  0; }

  main .information .inner .ryu-special a.over {
    width: 100%;
    height: 100%;
    float: none;
  }
  main .information .inner .ryu-special a.over span.play {
    opacity: 0.7;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }

  /* related information */
  main .top-banner {
    width: 100%;
    padding: 0 10px;
    background: none;
    border: none;
  }

  main .information .inner .ryu-special {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: url("../img/title_01/ryu_bg_black.png") repeat;
    background-size: 129px 129px;
  }
  main .information .inner .ryu-special .ryu-key {
    float: none;
    width: 100%;
    height: auto;
    line-height: 0;
  }
  main .information .inner .ryu-special .ryu-key:hover { opacity:1; }
  main .information .inner .ryu-special .ryu-sub {
    position: relative;
    float: none;
    padding: 12px 0 28px;
    width: 100%;
    height: auto;
    background: none;
    min-height: 19em;
  }
  main .information .inner .ryu-special .ryu-sub .text {
    display: block;
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
    font-family: "Palatino Linotype","Palatino","Baskerville","Big Caslon","Yu Mincho", YuMincho, "游明朝体", HiraMinProN-W6,HiraMinPro-W6,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro W6",serif;
    font-weight: bold;
    line-height: 1.4em;
    color: rgb(255,255,255);
  }
  main .information .inner .ryu-special .ryu-sub .text .sp-none,
  main .information .inner .ryu-special .ryu-sub .ryu-gotosite { display:none; }

  main .js-top-banner.slick-slider {
    width: 100%;
    padding-top: 0;
    background: url("../img/pattern_line_black_30.png");
    background-size: 15px 15px;
    border: 1px solid rgb(179,179,179);
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  main .js-top-banner .slick-slide:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url("../img/pattern_line_black_30.png");
    background-size: 15px 15px;
    z-index: 11;
  }
  main .js-top-banner .slick-slide.slick-center:before { display:none; }
  main .js-top-banner .slick-slide h2 {
    top: 0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  main .js-top-banner .slick-slide a:before { display:none; }
  main .js-top-banner .slick-list { height:312px; }
  main .js-top-banner div img { max-height:312px; }
  main .js-top-banner div a:hover img { opacity:1; }
  main .js-top-banner .slick-prev:hover { background-position:  0    0; }
  main .js-top-banner .slick-next:hover { background-position:-30px  0; }

  .diagonal-stripes-01 { display:none; }

  main .inner .center-area h1.latest-center {
    margin: 0;
    width: 100%;
    height: 45px;
    background: rgb(255,184,112) url("../img/head_01_sp.png") no-repeat center 0;
    background-size: 320px 446px;
  }

  main .inner .center-area .head-l3-ja {
    margin: 4px auto;
    width: 100% !important;
    height: 28px !important;
  }
  main .inner .center-area h1.twitterhead a.twitteraccountlink,
  main .inner .center-area h1.twitterhead a.twitteraccountlink:hover {
    margin-left: -134px;
    top: 33px;
    left: 50%;
    width: 124px;
    height: 26px;
    background-position: -170px 0;
  }
  main .inner .center-area h1.twitterhead a.twitterhashlink,
  main .inner .center-area h1.twitterhead a.twitterhashlink:hover {
    margin-left: 10px;
    top: 33px;
    left: 50%;
    width: 118px;
    height: 26px;
    background-position: -170px -52px;
  }

  .head-l3.twitterhead hr {
    display: block;
    position: relative;
    margin: 4px auto 0 auto;
    padding: 0;
    content: "";
    display: block;
    width: 96%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 28px;
    border: none;
    background: url("../img/pattern_line_black_1_6_10.png") repeat;
    background-size: 10px 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }

  main div.center-area {
    margin: 20px 0;
    width: 100%;
  }
  main div.center-area .center-area-left {
    display: block;
    margin: 0;
    width: 100%;
  }
  main div.center-area .center-area-left > div {
    padding: 0 10px;
    background: none;
    border: none;
  }

  main div.center-area .center-area-left > div a.over:hover {
    background: none;
  }
  main div.center-area .center-area-left > div a.over span.play,
  main div.center-area .center-area-left > div a.over:hover span.play {
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    background: url("../img/play_red_70.png") no-repeat 0 0;
    background-size: 70px 70px;
    opacity: 0.6;

    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }

  main div.center-area .center-area-right {
    display: block;
    margin: 0;
    width: 100%;
  }

  main div.center-area .center-area-right > div {
    padding: 0 10px;
    background: none;
    border: none;
  }

  main .information {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    border: none;
  }
  main .information .inner {
    display: block;
    width: auto;
    margin: 0 10px;
    padding: 0 8px 8px 8px;
    background: url("../img/pattern_line_black_40.png");
    background-size: 15px 15px;
    border: 1px solid rgb(179,179,179);
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  main .information h2 {
    margin-bottom: 10px;
    width: 100%;
    height: 45px;
    background: rgb(255,179,179) url("../img/head_01_sp.png") no-repeat center -356px;
    background-size: 320px 446px;
  }

  main .information .inner .img-box {
    float: none;
    padding-top: 10px;
    width: 100%;
    background: rgb(250,250,250);
  }

  main .information .inner .img-box img {
    display: block;
    margin: 0 auto;
    padding: 0 6px;
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 200px;
  }
  main .information .inner .img-box img.infoimg-pc { display:none; }
  main .information .inner .img-box img.infoimg-sp { display:block; }

  main .information .inner .img-box p.caption {
    padding: 0 16px;
    text-align: left;
    line-height: 1.2em;
  }

  main .information .inner .text-box {
    float: none;
    margin: 0 !important;
    padding: 10px 8px 16px 8px;
    width: 100% !important;
    background: rgb(250,250,250);
  }
  main .information .inner .text-box h3,
  main .information .inner .info02 .text-box h3 {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 1.4em;
  }
  main .information .inner .text-box h3 span.bar { display: none; }
  main .information .inner .text-box p {
    display: none;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.6em;
  }

  main .information .inner .info02 .text-box h3 {
      padding: 0 20px 8px;
  }
  main .information .inner .info02 .text-box p {
      display: block;
      padding: 0 20px;
  }

  main .information .inner .info02 .text-box p {
    font-size: 14px;
    line-height: 1.6em;
  }
  main .information .inner .text-box p.banner-info {
    display: inline-block;
    margin: 20px 0 6px 0;
    font-size: 14px;
  }
  main .information .inner .text-box p.banner-info:before {
    padding: 0 6px 2px 0;
    font-size: 12px;
  }

  main .information .inner .text-box a.standard-linkbutton { line-height:19px; }
  main .information .inner .text-box a.standard-linkbutton:before { padding-right:0.5em;line-height:18px; }
  main .information .inner .text-box a.standard-linkbutton:hover {
    background-color: rgb(255,255,255);
    border-color: rgb(254,0,0);
  }
  main .information .inner .text-box a.standard-linkbutton:hover:before { color:rgb(254,0,0); }

  main .information .inner .text-box h3:before {
    margin: 0 0 10px 0;
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: url("../img/pattern_line_red_40.png");
    background-size: 15px 15px;
/*
    top: -12px;
    left: -12px;
    width: 100px;
    height: 100px;
    background: url("../img/info_bgicon.png") 0 0;
    background-size: 100px 100px;
    opacity: 0.7;
*/
  }

  main .information .inner .text-box a.title-linkbutton {
    display: block;
    margin: 0 auto 10px auto;
    width: 250px;
    height: 68px;
    background-image: url("../img/top_titlelink_sp.png") !important;
    background-size: 500px 136px !important;
  }
  main .information .inner .text-box a.title-linkbutton.title03:hover  { background-position: 0 0; }
  main .information .inner .text-box a.title-linkbutton.title20a,
  main .information .inner .text-box a.title-linkbutton.title20a:hover { background-position:-250px 0; }

  main .information .inner .img-list-box {
    display: none;
/*
    width: 100%;
    margin-top: 0;
    padding: 0 0 10px 0;
    background: rgb(250,250,250);
    border: none;
*/
  }

  /* bigbanner */
  main .big-banner {
    margin: 20px 0 0 0;
    padding: 0 10px;
    height: auto;
    line-height: 1em;
    background: none !important;
    opacity: 1;
  }
  main .big-banner .transform-bg { display:none !important; }
  main .big-banner.comedyskit,
  main .big-banner.bubuandbubulina { margin-bottom:20px; }
  main .big-banner a.over span.play-preview {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -35px;
    padding: 0;
    width: 70px;
    height: 70px;
    background: url("../img/play_preview_sp.png") no-repeat 0 0;
    background-size: 70px 140px;
    text-indent: -9999px;
    opacity: 0.9;
  }
  main .big-banner a.over { opacity:1;background:none; }
  main .big-banner div.hover-wrap { display: none !important; }
  main .big-banner a.over span.play {
    display: block;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    background: url("../img/play_red_70.png") no-repeat 0 0;
    background-size: 70px 70px;
    opacity: 0.6;

    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  main .big-banner a.over:hover span.play { opacity:0.6; }
  main .big-banner .number-box {
    display: block;
    padding: 0;
    width: 100%;
    z-index: 1;
  }
  main .big-banner .number-box p span {
    float: right;
    display: block;
    margin: 0;
    height: 32px;
    font-size: 16px;
    font-family: "Roboto","Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
    font-weight: normal;
    color: rgb(51,51,51);
    line-height: 32px;
    text-align: right;
    vertical-align: middle;
    background: none;
    filter: none;
    text-shadow: none;
  }
  main .big-banner .number-box p span.number {
    float: left;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    background: none !important;
    text-indent: 0;
    text-align: left;
    font-family: "Roboto","Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
    font-weight: bold;
    color: rgb(51,51,51);
    filter: none;
    text-shadow: none;
  }
  main .big-banner .number-box p {
    display: block;
    padding: 0 14px;
    width: 100%;
    height: 32px;
    background: url("../img/pattern_line_black_40.png");
    background-size: 15px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid rgb(179,179,179);
    border-left: 1px solid rgb(179,179,179);
    border-right: 1px solid rgb(179,179,179);
  }
  main .big-banner .img-box {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1em;
    vertical-align: top;
    border: 1px solid rgb(179,179,179);
  }
  main .big-banner img.poster { display:none; }
  main .big-banner img.poster-sp {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
  }
  main .big-banner .text-box { display:none; }

  /* bigbanner theater */
  main .project-theater { margin-bottom:10px; }
  main .project-theater .black-belt { display:none !important; }
  main .project-theater div.list-inner .theater-banner-icon {
    top: 10px;
    left: 10px;
  }
  main .project-theater a.theater-trailer {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index:201;
  }
  main .project-theater a.theater-trailer:hover {
    color: rgb(0,0,0);
    background: rgb(255,255,255);
    border: 1px solid rgb(255,0,0);
  }
  main .project-theater a.theater-trailer:hover:before { color:rgb(255,51,51); }
  main .project-theater img.theater02-title {
    top: 20px;
    left: -40px;
    width: 100%;
  }
  main .project-theater h2.theater-banner-text {
    top: auto;
    bottom: 40px;
    left: 0;
    padding: 4px !important;
    width: 100%;
    font-size: 15px;
    line-height: 1.2em;
    text-align: center;
    background: rgb(0,0,0);
  }
  /* bigbanner extra */
  main .project-titlee01 { border:none; }
  main .project-titlee01 img.poster { display:none; }
  main .project-titlee01 div.list-inner .img-box {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  main .project-titlee01 img.poster-sp {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  /* bigbanner title06 */
  main .project-title06 { border:none; }
  main .project-title06 img.poster {
    display: block;
    padding: 0;
    min-width: 0;
    max-height: none;
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  /* bigbanner title01 */
  main .project-title01 { border:none; }
  main .project-title01 div.list-inner .img-box {
    padding: 22px 0 !important;
    background: url("../img/title_01/01_banner_bg.jpg") no-repeat 0 0;
    background-size: cover;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  main .project-title01 img.poster {
    display: block;
    padding: 0;
    min-width: 0;
    max-height: none;
    width: 100%;
    height: auto;
    vertical-align: top;
  }

  main .project-title18 { border:none; }
  main .project-title18 div.list-inner .img-box {
    padding: 22px 0 !important;
    background: url("../img/title_18/18_banner_bg_01.jpg") no-repeat 0 0;
    background-size: cover;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  main .project-title18 img.poster {
    display: block;
    padding: 0;
    min-width: 0;
    max-height: none;
    width: 100%;
    height: auto;
    vertical-align: top;
  }

  /* title35 */
  main .project-title35 { border:none; }
  main .project-title35 div.list-inner .img-box {
    padding: 22px 0 !important;
    background: url("../img/title_35/35_bgpattern.png") no-repeat 0 0;
    background-size: cover;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  main .project-title35 img.poster {
    display: block;
    padding: 0;
    min-width: 0;
    max-height: none;
    width: 100%;
    height: auto;
    vertical-align: top;
  }


  main .link-box {
    display: table !important;
    width: 100% !important;
    margin-top: 6px;
  }
  main .link-box a,
  main .link-box a:hover{
    margin: 0 !important;
    display: table-cell !important;
    background: rgb(255,255,255) !important;
    text-indent: 0 !important;
    width: 50% !important;
    height: 30px !important;
    text-align: center;
    font-size: 16px;
    color: rgb(0,0,0);
    line-height: 30px;
    border: 1px solid rgb(254,0,0);
    border-radius: 16px;
  }
  main .link-box span.related { display:none !important; }

  main div.list-inner div.link-box a:before {
    content: "";
    margin: 0 6px 0 0;
    display: inline-block;
    width: 15px;
    height: 30px;
    background: url("../img/titlelist_sp_icons.png") no-repeat 0 0;
    background-size: 26px 30px;
    vertical-align: top;
  }
  main div.list-inner div.link-box a.preview:before {
    background-position: -15px 0;
    width: 10px;
    margin: 0 4px 0 0;
  }
  main div.no-program { display:none !important; }
  main a.over .play-button {
    display: block;
    margin: -51px 0 0 -35px;
    width: 70px;
    height: 70px;
    background: url("../img/play_top.png") no-repeat 0 0;
    background-size: 70px 70px;
    opacity: 0.6;
  }
  main a.over:hover .play-button { opacity:0.6; }
  main a span.play-preview {
    display: block;
    margin: -51px 0 0 -35px;
    width: 70px;
    height: 70px;
    background: url("../img/play_preview_sp.png") no-repeat 0 0;
    background-size: 70px 140px;
    opacity: 0.9;
  }

  /* apps body */
  main div.center-area .center-area-left > div.apps-body {
    display: block;
    width: auto;
    margin: 0 10px;
    padding: 0 8px 8px 8px;
    background: url("../img/pattern_line_black_40.png");
    background-size: 15px 15px;
    border: 1px solid rgb(179,179,179);
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  main div.center-area .center-area-left > div.apps-body .inner .text-box { padding:20px 10px 32px 10px; }
  main div.center-area .center-area-left > div.apps-body h2 { font-size:15px; }
  main div.center-area .center-area-left > div.apps-body ul li { margin-right:10px; }
  main div.center-area .center-area-left > div.apps-body ul li span.text { margin:0 0 6px 0;font-size:16px; }
  main div.center-area .center-area-left > div.apps-body ul li.ios img,
  main div.center-area .center-area-left > div.apps-body ul li.ios svg,
  main div.center-area .center-area-left > div.apps-body ul li.android img,
  main div.center-area .center-area-left > div.apps-body ul li.android svg { height:36px; }
  main div.center-area .center-area-left > div.apps-body ul li.ios svg:hover,
  main div.center-area .center-area-left > div.apps-body ul li.android svg:hover,
  main div.center-area .center-area-left > div.apps-body ul li.android svg:hover .st2 { fill:rgb(51,51,51); }

  /* social body */
  main div.center-area .center-area-left > div.social-body {
    display: block;
    width: auto;
    margin: 0 10px;
    padding: 0 8px 8px 8px;
    background: url("../img/pattern_line_black_40.png");
    background-size: 15px 15px;
    border: 1px solid rgb(179,179,179);
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  main div.center-area .center-area-left > div.social-body .inner .text-box { padding:20px 10px; }
  main div.center-area .center-area-left > div.social-body ul li a { font-size:14px; }
  main div.center-area .center-area-left > div.social-body ul li a:before { margin:0 8px 0 0; }
  main div.center-area .center-area-left > div.social-body ul li a:hover { color:rgb(51,51,51); }
  main div.center-area .center-area-left > div.social-body ul li.fb-h a:hover:before  { background-position:   0      0  ; }
  main div.center-area .center-area-left > div.social-body ul li.tw-h a:hover:before  { background-position:   0    -33px; }
  main div.center-area .center-area-left > div.social-body ul li.nc-h a:hover:before  { background-position:   0    -66px; }
  main div.center-area .center-area-left > div.social-body ul li.yt-h a:hover:before  { background-position:   0    -99px; }
  main div.center-area .center-area-left > div.social-body ul li.rss-h a:hover:before { background-position:   0   -132px; }

  /* twitter feed */
  main div.center-area .center-area-right > div.twitter-feed {
    display: block;
    width: auto;
    margin: 0 10px;
    padding: 0 8px 8px 8px;
    background: url("../img/pattern_line_black_40.png");
    background-size: 15px 15px;
    border: 1px solid rgb(179,179,179);
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  main div.center-area .center-area-right > div.twitter-feed iframe { height:240px !important; }

}

/** responsible breakpoint **/
@media (max-width: 356px) {
  /* related information */
  main .js-top-banner .slick-slide:before { display:none;}
  main .js-top-banner .slick-slide { height:274px; }
  main .js-top-banner .slick-list { height:274px; }
  main .js-top-banner div img { max-height:274px; }
  main .js-top-banner .slick-slide h2 { height:51px;background-size:274px 257px; }
  main .js-top-banner .slick-slide a h2.music-digital { background-position: 0  -51px; }
  main .js-top-banner .slick-slide a h2.goods-tshirts { background-position: 0 -102px; }
  main .js-top-banner .slick-slide a h2.goods-books   { background-position: 0 -153px; }
  main .js-top-banner .slick-slide a h2.event-theater { background-position: 0 -206px; }
  main .information .inner .ryu-special .ryu-sub {
      min-height: 24em;
  }
}
