@charset "utf-8";

/* fonts & icons */
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,300,400italic,400,700italic,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700);
@font-face {
  font-family: 'mihonichi';
  src:url('../fonts/mihonichi.eot?hdexnb');
  src:url('../fonts/mihonichi.eot?#iefixhdexnb') format('embedded-opentype'),
      url('../fonts/mihonichi.woff2?hdexnb') format('woff2'),
      url('../fonts/mihonichi.woff?hdexnb') format('woff'),
      url('../fonts/mihonichi.ttf?hdexnb') format('truetype'),
      url('../fonts/mihonichi.svg?hdexnb#mihonichi') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mihonichiicon {
  font-family: "mihonichi";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto","游ゴシック体","Yu Gothic",YuGothic,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  background: rgb(240,240,240);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* texts */
br.break-pc { display:inline; }
br.break-sp { display:none !important; }
span.delspace-sp { display:inline;font-size:inherit; }

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

a,
a:link,
a:visited,
a:active {
  color: rgb(254, 0, 0);
  text-decoration: none;
  outline: none !important;
}
a:hover { text-decoration:none; }
a.text-outlink:after {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 0.75em;
  font-family: "mihonichi";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  content: "\e921";
  vertical-align: baseline;
  text-indent: 0;
}

::selection {
  color:#000 !important;
  background: rgb(255,180,180) !important;
}
::-moz-selection {
  color:#000 !important;
  background: rgb(255,180,180) !important;
}

.clearfix:before,
.clearfix:after {
  height: 0 !important;
  clear: both;
  visibility: hidden;
}

/** header **/
header {
  width: 100%;
  height: 132px;
  margin: 0;
  padding: 0;
  background: rgb(255,255,255);
/*
  box-shadow:rgba(0, 0, 0, 0.0980392) 0px 20px 30px 8px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 20px 30px 8px;
  -moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 20px 30px 8px;
*/
}
header > div {
  margin: 0 auto;
  width: 960px;
  height: 132px;
  position: relative;
}
header h1 {
  display: block;
  position: absolute;
  margin: 0 0 0 -300px;
  padding: 0;
  top: 0;
  left: 50%;
  width: 600px;
  height: 132px;
}
header h1 a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 132px;
  background: url("../img/pc_header_logo.png") no-repeat 0 0;
  background-size: 250px 132px;
  text-indent: -9999px;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  z-index: 10;
}
header h1 a:hover {
/*  animation-name: none;
  -webkit-animation-name: none;*/
  animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-duration: 0;
  -webkit-animation-duration: 0;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: none;

/*  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
  opacity: 0.6;*/
}

header .header-contents {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  width: 100%;
}
header .header-contents li {
}
header .header-contents li ul {
  margin: 0;
  padding: 0;
}
header .header-contents .parentheses-before {
  float: left;
  display: block;
  width: 8px;
  height: 44px;
  background: url("../img/pc_header_texts.png") no-repeat -582px 0;
  background-size: 614px 44px;
}
header .header-contents .current .parentheses-before,
header .header-contents li:hover .parentheses-before { background-position:-598px 0; }
header .header-contents .parentheses-after {
  float: left;
  display: block;
  width: 8px;
  height: 44px;
  background: url("../img/pc_header_texts.png") no-repeat -590px 0;
  background-size: 614px 44px;
}
header .header-contents .current .parentheses-after,
header .header-contents li:hover .parentheses-after { background-position:-606px 0; }

header .header-contents .right-contents { float:right; }

header .header-contents .news      { float:left;margin-right:10px; }
header .header-contents .titlelist { float:left;margin-right:10px; }
header .header-contents .opening   { float:left;margin-right:10px; }
header .header-contents .about     { float:left;margin-right:10px; }
header .header-contents .help      { float:left; }

header .header-contents .news .text {
  float: left;
  display: block;
  width: 72px;
  height: 44px;
  background: url("../img/pc_header_texts.png") no-repeat 0 0;
  background-size: 614px 44px;
  text-indent: -9999px;
}
header .header-contents .news .text a       { display:block;height:100%;         }
/*header .header-contents .news.current .text { background-position: -266px 0; }
header .header-contents .news:hover .text   { background-position: -266px 0; }*/

header .header-contents .titlelist .text {
  float: left;
  display: block;
  width: 78px;
  height: 44px;
  background: url("../img/pc_header_texts.png") no-repeat -72px 0;
  background-size: 614px 44px;
  text-indent: -9999px;
}
header .header-contents .titlelist .text a       { display:block;height:100%;         }
/*header .header-contents .titlelist.current .text { background-position: -338px -44px; }
header .header-contents .titlelist:hover .text   { background-position: -338px -44px; }*/

header .header-contents .opening .text {
  float: left;
  display: block;
  width: 90px;
  height: 44px;
  background: url("../img/pc_header_texts.png") no-repeat -150px 0;
  background-size: 614px 44px;
  text-indent: -9999px;
}
header .header-contents .opening .text a       { display:block;height:100%;         }
/*header .header-contents .opening.current .text { background-position: -338px -44px; }
header .header-contents .opening:hover .text   { background-position: -338px -44px; }*/

header .header-contents .about .text {
  float: left;
  display: block;
  width: 222px;
  height: 44px;
  background: url("../img/pc_header_texts.png") no-repeat -306px 0;
  background-size: 614px 44px;
  text-indent: -9999px;
}
header .header-contents .about .text a       { display:block;height:100%;   }
/*header .header-contents .about.current .text { background-position:0 -44px; }
header .header-contents .about:hover .text   { background-position:0 -44px; }*/

header .header-contents .help .text {
  float: left;
  display: block;
  width: 54px;
  height: 44px;
  background: url("../img/pc_header_texts.png") no-repeat -528px 0;
  background-size: 614px 44px;
  text-indent: -9999px;
}
header .header-contents .help .text a       { display:block;height:100%;         }
/*header .header-contents .help.current .text { background-position: -338px -44px; }
header .header-contents .help:hover .text   { background-position: -338px -44px; }*/

header .social-buttons {
  display: block;
  position: absolute;
  top: 12px;
  left: 8px;
  margin: 0;
  padding: 0;
  font-size: 0;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
header .social-buttons li {
  float: left;
  display: block;
  margin: 0 6px 0 0;
}
header .social-buttons li a {
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/social_icons.png") no-repeat 0 0;
  background-size: 140px 56px;
  text-indent: -9999px;
  cursor: pointer;
}
header .social-buttons li.fb-h a:hover  { background-position:    0   -28px; }
header .social-buttons li.tw-h a        { background-position:  -28px   0  ; }
header .social-buttons li.tw-h a:hover  { background-position:  -28px -28px; }
header .social-buttons li.nc-h a        { background-position:  -56px   0  ; }
header .social-buttons li.nc-h a:hover  { background-position:  -56px -28px; }
header .social-buttons li.yt-h a        { background-position:  -84px   0  ; }
header .social-buttons li.yt-h a:hover  { background-position:  -84px -28px; }
header .social-buttons li.rss-h a       { background-position: -112px   0  ; }
header .social-buttons li.rss-h a:hover { background-position: -112px -28px; }

header .language-selection {
  display: block;
  position: absolute;
  top: 14px;
  right: 4px;
  margin: 0;
  padding: 0;
  font-size: 0;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
header .language-selection li { display:inline-block; }
header .language-selection li a {
  display: block;
  width: 49px;
  height: 40px;
  background: url("../img/langflag.png") no-repeat 0 -40px;
  background-size: 97px 80px;
  text-indent: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
header .language-selection li.en a         { background-position: -49px -40px;width:48px; }
header .language-selection li.ja a:hover,
header .language-selection li.ja.current a { background-position:   0     0  ; }
header .language-selection li.en a:hover,
header .language-selection li.en.current a { background-position: -49px   0  ; }

#sp-menu{ display:none; }

#scrollheader {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 44px;
  background: rgba(255,255,255,0.95);
  box-shadow:rgba(0, 0, 0, 0.05) 0px 6px 8px 8px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 6px 8px 8px;
  -moz-box-shadow:rgba(0, 0, 0, 0.05) 0px 6px 8px 8px;
  z-index: 10000;
}
#scrollheader > div {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 100%;
}
#scrollheader > div ul {
  margin: 0;
  padding: 0;
}
#scrollheader > div ul li {
  display: block;
  float: left;
}
#scrollheader > div ul li.right-contents {
  float: right;
}
#scrollheader > div ul li.top {
  margin: 0 0 0 20px;
}
#scrollheader > div ul li.top a {
  display: block;
  width: 240px;
  height: 44px;
  background: url("../img/pc_scroll_header_logo.png") no-repeat 0 0;
  background-size: 240px 44px;
  text-indent: -9999px;
}
#scrollheader > div ul li.right-contents ul li {
  margin: 0 22px 0 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 44px;
}
#scrollheader > div ul li.right-contents ul li:last-child {
  margin-right: 0;
}
#scrollheader > div ul li.right-contents ul li a {
  font-size: inherit;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  color: rgb(102,102,102);
}
#scrollheader > div ul li.right-contents ul li a:hover,
#scrollheader > div ul li.right-contents ul li.current {
  color: rgb(254,0,0);
}

/** main **/
main {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: rgb(51,51,51);
  overflow: hidden;
}
main div.inner {
  margin: 0 auto 0 auto;
  width: 800px;
}
main .player-frame {
  position: relative;
  display: block;
  margin: 0;
  padding: 60px 0;
  width: 100%;
  height: auto;
  background: rgba(0,0,0,0.9);
}
main .player-frame .movie-area {
  display: block;
  margin: 0;
  padding: 0;
}
main #aeplayer {
  display: block;
  margin: 0 auto;
  width: 856px;
  height: 482px;
  background: rgb(0,0,0);
  outline: none;
  cursor: pointer;
}
main .movie-close {
  display: block;
  margin: 30px auto 10px auto;
  padding: 0;
  width: 651px;
  height: auto;
  background: none;
  text-align: center;
}
main .movie-close img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}
main .player-frame p.movie-anotation {
  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(255,255,255);
  text-align: center;
}
main .player-frame p.movie-anotation a.text-innerlink:after {
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  font-size: 0.8em;
  font-family: "mihonichi";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1em;
  vertical-align: baseline;
  content: "\e920";
}
main .player-frame.player-frame-movie-open p.movie-anotation {
  display: block;
  margin-top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s linear,visibility 0s;
  transition: opacity .2s linear,visibility 0s;
}
main .player-frame.player-frame-movie-open p.movie-anotation.visible {
  margin-top: 30px;
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .2s linear,visibility 0s;
  transition: opacity .2s linear,visibility 0s;
}
main .player-frame .movie-close p.movie-anotation {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 24px;
  font-family: 'Roboto',"Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: 2px;
  color: rgb(255,255,255);
  text-align: center;
}
main #play-after {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: auto;
  margin: 0 auto;
  width: 856px;
  height: 482px;
  background-color: rgb(70,70,70);
  text-align: center;
}
main #play-after .videoRepeat {
  position: absolute;
  top: 181px;
  left: 164px;
  display: block;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 120px;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  background: url("../img/playafter_re_pc.png") no-repeat 0 0;
  background-size: 240px 240px;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
}
main #play-after .videoRepeat:hover { background-position: 0 -120px; }

main #play-after .gototitlelist {
  display: block;
  position: absolute;
  top: 221px;
  right: 128px;
  margin: 0;
  padding: 0;
  width: 384px;
  height: 40px;
  vertical-align: middle;
  background: url("../img/playafter_goto_pc.png") no-repeat 0 0;
  background-size: 768px 480px;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
}
main #play-after .gototitlelist:hover { background-position: 0 -40px; }

main #play-after .gotorelatedpage {
  display: block;
  position: absolute;
  top: 254px;
  right: 128px;
  margin: 0;
  padding: 0;
  width: 384px;
  height: 40px;
  vertical-align: middle;
  background: url("../img/playafter_goto_pc.png") no-repeat 0 0;
  background-size: 768px 480px;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
main #play-after p.num31text {
  position: absolute;
  top: 213px;
  left: 344px;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-family: "Roboto","Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  color: rgb(242,242,242);
}

main #play-after-mobile {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
}
main #play-after-mobile > a {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 300px;
  height: 30px;
  font-size: 16px;
  font-family: 'Roboto',"Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: rgb(255,255,255);
  border: 1px solid rgb(150,150,150);
  border-radius: 16px;
  cursor: pointer;
}

/*
main #play-caution {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 64px;
  margin: 0 auto;
  width: 856px;
  height: 482px;
  background-color: rgb(70,70,70);
  text-align: center;
}
*/

main .player-frame .movie-control {
  display: block;
  position: relative;
  margin: 30px auto 0 auto;
  padding: 0;
  width: 856px;
}
main .player-frame-movie-open .movie-control {
  margin-top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition:opacity .2s linear,visibility 0s;
  transition:opacity .2s linear,visibility 0s;
}
main .player-frame-movie-open .movie-control .movie-switch,
main .player-frame-movie-open .movie-control .movie-skip,
main .player-frame-movie-open .movie-control .title-social {
  display: none;
}
main .player-frame-movie-open .movie-control.visible {
  margin-top: 30px;
  height: 36px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .2s linear,visibility 0s;
  transition: opacity .2s linear,visibility 0s;
}
main .player-frame-movie-open .movie-control.visible .movie-switch,
main .player-frame-movie-open .movie-control.visible .movie-skip,
main .player-frame-movie-open .movie-control.visible .title-social {
  display: block;
}
main .player-frame .movie-switch {
  display: block;
  float: left;
  font-size: 0;
  margin: 0 32px 0 0;
  padding: 0;
  vertical-align: bottom;
}
main .player-frame .movie-switch li {
  position: relative;
  display: block;
  float: left;
  width: 160px;
  height: 36px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto',"Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 36px;
  color: rgb(150,150,150);
  border: 1px solid rgb(150,150,150);
  border-left: none;
  text-align: center;
  vertical-align: bottom;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  cursor: pointer;
  z-index: 10;
}
main .player-frame .movie-switch li.en-subtitles { letter-spacing:0; }
main .player-frame .movie-switch li:first-child {
  border-left: 1px solid rgb(150,150,150);
  border-right: none;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
main .player-frame .movie-switch li.selected {
  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(255,255,255);
  z-index: 11;
}
main .player-frame .movie-switch li:hover {
  color: rgb(255,255,255);
  z-index: 12;
}
main .player-frame .movie-skip {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 36px;
  font-size: 16px;
  font-family: 'Roboto',"Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  letter-spacing: -2px;
  line-height: 36px;
  color: rgb(150,150,150);
  border: 1px solid rgb(150,150,150);
  text-align: center;
  vertical-align: bottom;
  border-radius: 18px;
  cursor: pointer;
}
main .player-frame .movie-skip span {
  font-size: inherit;
  letter-spacing: 0;
}
main .player-frame .movie-skip:hover {
  color: rgb(255,255,255);
  border: 1px solid rgb(255,255,255);
}

/* head */
.head-l1 {
  position: relative;
  display: block;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  height: 74px;
  background: url("../img/pattern_line_black_1_6_10.png") repeat;
  background-size: 10px 10px;
  border-top: 10px solid rgb(240,240,240);
}
.head-l1 span.text-main {
  position: absolute;
  top: -17px;
  left: 50%;
  display: block;
  margin: 0 0 0 -174px;
  padding: 0;
  width: 348px;
  height: 66px;
  background: url("../img/head_l1_01.png") no-repeat 0 0;
  background-size: 740px 594px;
  text-indent: -9999px;
  z-index: 2;
}
.head-l1 span.text-ja { display:none; }
.head-l1 span.gradation {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 56px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.head-l1:before, .head-l1:after {
  position: absolute;
  display: block;
  top: -10px;
  left: 50%;
  margin: 0;
  padding: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(255,128,128);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  z-index: 3;
}
.head-l1:before { left:auto;right:50%; }

.head-l2 {
  position: relative;
  display: block;
  margin: 54px auto 10px auto;
  padding: 0;
  width: 960px;
  height: 40px;
}
.head-l2 span.text-main {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 960px;
  height: 40px;
  background: url("../img/head_l2_01.png") no-repeat 0 0;
  background-size: 960px 80px;
  text-indent: -9999px;
  z-index: 2;
}
.head-l2:before {
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 48px;
  background: url("../img/pattern_line_black_1_6_10.png") repeat;
  background-size: 10px 10px;
  z-index: 1;
}
.head-l2-ja { display:none; }

.head-l3 {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 462px;
  height: 32px;
}
.head-l3 span.text-main {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 462px;
  height: 32px;
  background: url("../img/head_l3_01.png") no-repeat center 0;
  background-size: 462px 96px;
  text-indent: -9999px;
  z-index: 3;
}
.head-l3:after {
  position: absolute;
  left: 0;
  top: 13px;
  display: block;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 48px;
  background: url("../img/pattern_line_black_1_6_10.png") repeat;
  background-size: 10px 10px;
  z-index: 1;
}
.head-l3-ja {
  margin: 0 auto;
  width: 250px;
  height: 36px;
  background: url("../img/head_l3_ja_01.png") no-repeat center 0;
  background-size: 250px 108px;
  text-indent: -9999px;
}

/* relatedwork */
main .relatedwork-link {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(0,0,0,0.8);
}
main .relatedwork-link > div {
  margin: 0 auto;
  padding: 0;
  width: 856px;
}
main .relatedwork-link h2 {
  float: left;
  margin: 0 40px;
  padding: 0;
  font-size: 19px;
  font-family: "Roboto","Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 92px;
  color: rgb(242,242,242);
}
main .relatedwork-link a {
  float: left;
  display: block;
  margin: 7px 0 0 20px;
  padding: 0;
  width: 280px;
  height: 78px;
  background: url("../img/title_31/31_relatedwork.png") no-repeat 0 0;
  background-size: 840px 312px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
main .relatedwork-link a.mememe:hover        { background-position:    0   -78px; }
main .relatedwork-link a.mememechronic       { background-position: -280px   0  ; }
main .relatedwork-link a.mememechronic:hover { background-position: -280px -78px; }
main .relatedwork-link a.girl                { background-position: -560px   0  ; }
main .relatedwork-link a.girl:hover          { background-position: -560px -78px; }

/* titlepage products */
main .products-link {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(0,0,0,0.6);
}
main .products-link > div {
  margin: 0 auto;
  padding: 0;
  width: 856px;
}

main .products-link.vol35 > div {
  width: 256px;
}

main .products-link.vol34 > div {
  width: 418px;
}

main .products-link dl {
  margin: 0;
  padding: 16px 0;
  font-size: 0;
}
main .products-link dl dt {
  display: inline-block;
  width: 94px;
  height: 94px;
  background: rgb(191,191,191) url("../img/titlepage_products.png") no-repeat 0 0;
  background-size: 418px 376px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 14px;
  vertical-align: top;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
  border-left: 1px solid rgb(153,153,153);
  border-radius: 16px 0px 0px 16px / 16px 0px 0px 16px;
  -webkit-border-radius: 16px 0px 0px 16px / 16px 0px 0px 16px;
  -moz-border-radius: 16px 0px 0px 16px / 16px 0px 0px 16px;
}
main .products-link dl dt.products-music {
  margin-left: 20px;
  background-position: 0 -94px;
}

main .products-link .icon-new {
  position: absolute;
  display: block;
  width: 66px;
  height: 30px;
  background: url("../img/icon_new.png") no-repeat 0 0;
  background-size: 66px 30px;
  text-indent: -9999px;
  font-size: 14px;
}

main .products-link dl dd {
  position: relative;
  display: inline-block;
  width: 162px;
  height: 94px;
  background: rgb(225,225,225);
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
  vertical-align: top;
}
main .products-link dl dd:hover {
  background: rgb(240,240,240);
}
main .products-link dl dd a {
  display: block;
  width: 162px;
  height: 94px;
  background: url("../img/titlepage_products.png") no-repeat -94px 0;
  background-size: 418px 376px;
  text-indent: -9999px;
  font-size: 14px;
}

main .products-link.vol35 dl dd a {
  background-image: url("../img/titlepage_products_vol35.png");
}

main .products-link.vol34 dl dd a {
  background-image: url("../img/titlepage_products_vol34.png");
}

main .products-link dl dd.products-books .icon-new {
  top: -11px;
  left: -6px;

  transform: scale(0.97,0.97);
  -webkit-transform: scale(0.97,0.97);
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
}
main .products-link dl dd.products-books:hover .icon-new {
  top: -18px;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
}
main .products-link dl dd.products-tshirts,
main .products-link dl dd.products-digitalmusic,
main .products-link.vol35 dl dd.products-books {
  border-radius: 0px 16px 16px 0px / 0px 16px 16px 0px;
  -webkit-border-radius: 0px 16px 16px 0px / 0px 16px 16px 0px;
  border-left: 1px solid rgb(191,191,191);
  border-right: 1px solid rgb(153,153,153);
}

main .products-link dl dd.products-books a        { background-position:  -94px   0  ; }
main .products-link dl dd.products-tshirts a      { background-position: -256px   0  ; }
main .products-link dl dd.products-cds a          { background-position:  -94px -94px; }
main .products-link dl dd.products-digitalmusic a { background-position: -256px -94px; }

/* popup closebutton  */
#cboxOverlay {
  background: rgba(0,0,0,0.9) url("../img/pattern_line_black_1_6_30.png");
  background-size: 10px 10px;
}
#colorbox, #cboxOverlay, #cboxWrapper { z-index:20000; }
#cboxContent {
  margin-top: 50px;
}
#cboxClose {
  outline: none !important;
  top: -50px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid rgb(254,0,0);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#cboxClose:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: rgb(255,102,102);
  margin: -1px 0 0 -1px;
  width: 39px;
  height: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
#cboxClose:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: rgb(255,102,102);
  margin: -1px 0 0 -1px;
  width: 39px;
  height: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
#cboxClose:hover {
  border-color: rgb(255,255,255);
  background-color: rgb(255,102,102);
}
#cboxClose:hover:before {
  background-color: rgb(255,255,255);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
#cboxClose:hover:after {
  background-color: rgb(255,255,255);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}

.title-social {
  position: relative;
  margin: 0;
  padding: 0;
  float: right;
  display: block;
  width: auto;
  font-size: 0;
  height: 36px;
  line-height: 36px;
  font-size: 0;
}
.title-social.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.title-social .facebook-button {
  display: inline-block !important;
  vertical-align: top;
}
.fb_iframe_widget iframe { z-index:200;vertical-align: middle !important; }
.fb_iframe_widget span { vertical-align:middle !important; }
.title-social .twitter-share-button {
  margin: 0 0 0 12px;
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
.title-social .hatena-bookmark-button-frame {
  margin: 0 0 0 12px;
  display: inline-block;
  width: 80px !important;
  line-height: 24px;
  vertical-align: middle;
}

.title-social dt {
  margin: 0 10px 0 0;
  display: inline-block;
  width: 48px;
  height: 36px;
  background: url("../img/titlepage_social_icons.png") no-repeat -108px 0;
  background-size: 156px 72px;
  font-size: 1em;
  text-indent: -9999px;
  vertical-align: top;
}
.title-social dd {
  margin: 0 8px 0 0;
  display: inline-block;
  font-size: 1em;
  vertical-align: top;
}
.title-social dd.hatebu { margin-right: 0; }
.title-social dd a {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/titlepage_social_icons.png") no-repeat 0 0;
  background-size: 156px 72px;
  border: 1px solid rgb(150,150,150);
  border-radius: 50%;
}
.title-social dd a:hover { border:1px solid rgb(255,255,255); }
.title-social dd.facebook a       { background-position:  -1px  -1px; }
.title-social dd.facebook a:hover { background-position:  -1px -37px; }
.title-social dd.twitter a        { background-position: -37px  -1px; }
.title-social dd.twitter a:hover  { background-position: -37px -37px; }
.title-social dd.hatebu a         { background-position: -73px  -1px; }
.title-social dd.hatebu a:hover   { background-position: -73px -37px; }

main .player-frame .prev-movie,
main .player-frame .next-movie {
  display: block;
  float: left;
  position: absolute;
  top: 213px; /* 482-120/2+32 */
  left: 0;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 120px;
  text-align: center;
  z-index: 100;
}
main .player-frame .next-movie { left:auto;right:0; }

main .player-frame-movie-open .prev-movie,
main .player-frame-movie-open .next-movie {
  -webkit-transition: -webkit-transform .4s cubic-bezier(.60,.01,.60,1);
  transition: -webkit-transform .4s cubic-bezier(.60,.01,.60,1);
  transition: transform .4s cubic-bezier(.60,.01,.60,1);
}
main .player-frame-movie-open .prev-movie { left: -120px; }
main .player-frame-movie-open .next-movie { right:-120px; }
main .player-frame-movie-open .prev-movie.visible {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
main .player-frame-movie-open .next-movie.visible {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
main .player-frame .prev-movie a,
main .player-frame .next-movie a {
  display: block;
  width: 100%;
  height: 100%;
}
main .player-frame .prev-movie a span.text,
main .player-frame .next-movie a span.text {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  padding: 0;
  width: 78px;
  height: 42px;
  font-size: 20px;
  font-family: "Roboto","Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  color: rgb(153,153,153);
  line-height: 1em;
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
}
main .player-frame .next-movie a span.text {
  left: 0;
  right: auto;
}
main .player-frame .prev-movie a span.text span,
main .player-frame .next-movie a span.text span {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  font-family: "Roboto","Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 1em;
}
main .player-frame .prev-movie span.arrow,
main .player-frame .next-movie span.arrow {
  position: absolute;
  top: 0;
  left: 19px;
  display: block;
  width: 42px;
  height: 120px;
  background: url("../img/movie_arrow.png") no-repeat 0 -190px;
  background-size: 134px 311px;
  text-indent: -9999px;
}
main .player-frame .next-movie span.arrow {
  left: auto;
  right: 19px;
  background-position: -43px -190px;
}
main .player-frame .prev-movie .movieinfo,
main .player-frame .next-movie .movieinfo {
  display: none;
}

main .player-frame .prev-movie:hover,
main .player-frame .next-movie:hover {
  top: 178px; /* 482-189/2+32 */
  width: 132px;
  height: 189px;
}
main .player-frame .prev-movie:hover a span.text,
main .player-frame .next-movie:hover a span.text {
  width: 88px;
  height: 44px;
  font-size: 23px;
  color: #fff;
}
main .player-frame .prev-movie:hover a span.text span,
main .player-frame .next-movie:hover a span.text span {
  margin-top: 8px;
  font-size: 13px;
}
main .player-frame .prev-movie:hover span.arrow,
main .player-frame .next-movie:hover span.arrow {
  width: 67px;
  height: 189px;
  background-position: 0 -1px;
}
main .player-frame .next-movie:hover span.arrow {
  background-position: -67px -1px;
}

main .player-frame .prev-movie:hover .movieinfo,
main .player-frame .next-movie:hover .movieinfo {
  position: absolute;
  display: block;
  top: 0px;
  right: -264px; /* 256+margin */
  width: 256px;
  font-size: 14px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
  z-index: 5000;
}
main .player-frame .next-movie:hover .movieinfo {
  right: auto;
  left: -264px; /* 256+margin */
}

main .player-frame .prev-movie:hover .movieinfo > div,
main .player-frame .next-movie:hover .movieinfo > div {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 142px;
  background-color: rgb(255,255,255);
  overflow: hidden;
}

main .player-frame .prev-movie:hover .movieinfo .img-box,
main .player-frame .next-movie:hover .movieinfo .img-box {
  display: block;
  width: 256px;
  height: 142px;
}
main .player-frame .prev-movie:hover .movieinfo .img-box img,
main .player-frame .next-movie:hover .movieinfo .img-box img {
  width: 100%;
  vertical-align: middle;
}
main .player-frame .prev-movie:hover .movieinfo .text-box,
main .player-frame .next-movie:hover .movieinfo .text-box {
  margin: 0;
  padding: 12px;
  width: 256px;
  height: auto;
  background-color: rgb(247,247,247);
}
main .player-frame .prev-movie:hover .movieinfo .text-box h2,
main .player-frame .next-movie:hover .movieinfo .text-box h2 {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.2em;
  color: rgb(25,25,25);
}
main .player-frame .prev-movie:hover .movieinfo .text-box h2 span,
main .player-frame .next-movie:hover .movieinfo .text-box h2 span {
  font-size: 16px;
  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 .player-frame .prev-movie:hover .movieinfo .text-box p,
main .player-frame .next-movie:hover .movieinfo .text-box p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: rgb(51,51,51);
  line-height: 1.4em;
}
main .player-frame .prev-movie:hover .movieinfo .text-box p span,
main .player-frame .next-movie:hover .movieinfo .text-box p span {
  font-weight: bold;
}
main .player-frame .prev-movie:hover .movieinfo .text-box p span.italic,
main .player-frame .next-movie:hover .movieinfo .text-box p span.italic {
  font-weight: normal;
  font-style: italic;
}

/** footer **/
footer {
  margin: 0;
  padding: 0;
  background: rgb(255,255,255);
}
footer .footer-contents {
  position: relative;
  margin: 40px auto 50px auto;
  padding: 0;
  width: 960px;
  height: auto;
  font-size: 0;
  text-align: left;
}
.pagetop {
  position: fixed;
  bottom: -300px;
  right: 24px;
  margin: 0;
  z-index: 10000;
  visibility: hidden;
  transition: bottom 0.4s linear 0s;
  -webkit-transition: bottom 0.4s linear 0s;
  display: block;
  width: 74px;
  height: 74px;
  background: url("../img/pagetop_pc.png") no-repeat 0 0;
  background-size: 148px 74px;
  text-indent: -9999px;
  cursor: pointer;
}
.pagetop.up {
  visibility: visible;
  bottom: 71px;
}
.pagetop:hover,
.pagetop:active {
  background-position: -74px 0;
}

footer .social {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  vertical-align: bottom;
}
footer .social .facebook-button {
  margin: 0 0 9px 0;
  display: block;
  width: 70px;
  height: 20px;
}
footer .social .fb_iframe_widget {
  margin: 0 0 9px 0;
}
footer .social .twitter-share-button {
  margin: 0 0 9px 0;
  display: block;
}
footer .social .hatena-bookmark-button-frame {
  margin: 0;
  display: block;
}

footer .social dt {
  display: block;
  margin: 0 0 10px 0;
  width: 48px;
  height: 20px;
  background: url("../img/footer_social_icons.png") no-repeat -120px 0;
  background-size: 168px 80px;
  font-size: 1em;
  text-indent: -9999px;
}
footer .social dd {
  margin: 0 8px 0 0;
  display: inline-block;
  font-size: 1em;
  vertical-align: top;
}
footer .social dd.hatebu { margin-right: 0; }
footer .social dd a {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/footer_social_icons.png") no-repeat 0 0;
  background-size: 168px 80px;
  border: 1px solid rgb(51,51,51);
  border-radius: 50%;
  text-indent: -9999px;
}
footer .social dd a:hover { border:1px solid rgb(255,102,102); }
footer .social dd.facebook a       { background-position:  -1px  -1px; }
footer .social dd.facebook a:hover { background-position:  -1px -41px; }
footer .social dd.twitter a        { background-position: -41px  -1px; }
footer .social dd.twitter a:hover  { background-position: -41px -41px; }
footer .social dd.hatebu a         { background-position: -81px  -1px; }
footer .social dd.hatebu a:hover   { background-position: -81px -41px; }

footer .apps {
  display: inline-block;
  margin: 0 0 0 40px;
  font-size: 0;
  vertical-align: bottom;
}
footer .apps .apps-title {
  margin: 0 0 10px 0;
  display: block;
  width: 48px;
  height: 20px;
  background: url("../img/footer_social_icons.png") no-repeat -120px -20px;
  background-size: 168px 80px;
  text-indent: -9999px;
}
footer .apps .ios img,
footer .apps .ios svg { height:40px;fill:rgb(51,51,51); }
footer .apps .ios svg:hover { fill:rgb(255,102,102); }
footer .apps .android img,
footer .apps .android svg { margin-left:16px;height:40px;fill:rgb(51,51,51); }
footer .apps .android svg .st2 { fill:rgb(51,51,51); }
footer .apps .android svg:hover,
footer .apps .android svg:hover .st2 { fill:rgb(255,102,102); }
footer .apps .ios.en { display:none; }

footer .logos {
  display: inline-block;
  margin: 0 0 0 40px;
  font-size: 0;
  vertical-align: bottom;
}
footer .logos .logo_khara,
footer .logos .times_mark,
footer .logos .logo_dwango {
  display: inline-block;
  width: 92px;
  height: 40px;
  background: url("../img/footer_logos.png") no-repeat 0 0;
  background-size: 340px 80px;
  text-indent: -9999px;
  vertical-align: bottom;
}
footer .logos .logo_khara:hover { background-position:0 -40px; }
footer .logos .times_mark { background-position:-227px 0;margin:0 10px;width:24px; }
footer .logos .logo_dwango { background-position:-92px 0;width:135px; }
footer .logos .logo_dwango:hover { background-position:-92px -40px; }

footer .right-box {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  margin: auto 0;
  height: 40px;
}
footer .jasrac {
  margin: 0;
  padding: 0;
}
footer .jasrac p {
  display: inline-block;
  margin: 7px 10px 0 0;
  padding: 0;
  font-size: 9px;
  color: #000;
  line-height: 1.6em;
  vertical-align: top;
}
footer .jasrac img {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
}
footer .copyright {
  position: relative;
  margin: 0;
  padding: 0;
  background: url("../img/pattern_line_black_10.png");
  background-size: 15px 15px;
}
footer .copyright p {
  margin: 0 auto;
  padding: 30px 0;
  width: 960px;
  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: 2em;
  color: rgb(25,25,25);
  text-align: center;
}

/** responsible breakpoint **/
@media (max-width: 1096px) { /* 856 120 120 */

  main .player-frame .prev-movie,
  main .player-frame .next-movie {
    display: none;
  }
  main .player-frame .prev-movie.close-movie,
  main .player-frame .next-movie.close-movie {
    display: block;
  }

}

/** responsible breakpoint **/
@media (max-width: 980px) {
  html,body { width:980px; }
  #cboxLoadedContent {
    border: none !important;
  }
}

/** responsible breakpoint **/
@media (max-width: 640px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* html wrap */
  html,body { width: auto; }
  .wrap { width:100%;overflow:hidden; }

  /* text */
  br.break-pc { display:none !important; }
  br.break-sp { display:inline !important; }
  span.delspace-sp { display:none !important }

  /* header */
  header {
    height: 64px;
    background: #fff;
  }
  header > div {
    width: 100%;
    height: auto;
  }
  header h1 {
    display: block;
    position: relative;
    margin: 0 0 0 6px;
    top: auto;
    left: auto;
    width: 100%;
    height: 64px;
    background: none;
  }
  header h1 a {
    display: block;
    margin: 0;
    width: 121px;
    height: 64px;
    background: url("../img/pc_header_logo.png") no-repeat 0 0;
    background-size: 121px 64px;
    animation-delay: 0;
    -webkit-animation-delay: 0;
  }
  header .header-contents {
    display: none;
    position: absolute;
    top: 64px;
    margin: 0;
    bottom: auto;
    width: 100%;
    background: #fff;
    z-index: 15000;
  }
  header .header-contents.sp-open { display:block; }
  header .header-contents .parentheses-before,
  header .header-contents .parentheses-after { display:none; }
  header .header-contents li {
    position: relative;
    display: block;
    float: none !important;
    margin: 0 !important;
  }
  header .header-contents li .text {
    float: none !important;
    margin: 0 auto !important;
  }
  header .header-contents .right-contents { float:none; }
  header .header-contents .right-contents ul { margin:0;padding:0; }

  header .social-buttons {
    top: 18px;
    left: auto;
    right: 46px;
    animation-delay: 0;
    -webkit-animation-delay: 0;
  }
  header .social-buttons li               { margin-right: 6px; }
  header .social-buttons li:last-child    { margin-right:  0  ; }
  header .social-buttons li.fb-h a:hover  { background-position:   0   0; }
  header .social-buttons li.tw-h a:hover  { background-position: -28px 0; }
  header .social-buttons li.nc-h a:hover  { background-position: -56px 0; }
  header .social-buttons li.rss-h a:hover { background-position: -112px 0; }
  header .social-buttons li.yt-h a        { display: none; }

  /* language select */
  header .language-selection {
    display: none;
    position: absolute;
    top: 284px;
    right: auto;
    margin: 0;
    padding: 10px 0;
    height: auto;
    font-size: 0;
    background: #fff;
    width: 100%;
    height: auto;
    z-index: 15000;
    box-shadow: 0px 6px 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 6px 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 3px 0 rgba(0,0,0,0.2);
    animation-delay: 0;
    -webkit-animation-delay: 0;
  }
  header .language-selection li { width:50%;text-align:center; }
  header .language-selection li.ja { border-right:1px solid rgb(170,170,170); }
  header .language-selection li a { display:inline-block;width:36px !important; }
  header .language-selection li.en a { background-position: -61px -40px; }
  header .language-selection li.en a:hover,
  header .language-selection li.en.current a { background-position: -61px 0; }
  header .language-selection.sp-open { display:block; }

  /* sp menu */
  #sp-menu {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0;
    padding: 0;
    width: 20px;
    height: 20px;
  }
  .sp-menu-button,
  .sp-menu-button:before,
  .sp-menu-button:after {
    width: 20px;
    height: 2px;
  }
  .sp-menu-button {
    display: block;
    position: relative;
    margin: 9px 0 0 0;
    padding: 0;
    background: rgb(255,102,102);
  }
  .sp-menu-button:before,
  .sp-menu-button:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: rgb(255,102,102);
  }
  .sp-menu-button:before { margin-top:-9px; }
  .sp-menu-button:after  { margin-top: 7px; }

  .sp-menu-button.close-button {
    margin: 9px 0 0 -4px;
    width: 28px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
  }
  .sp-menu-button.close-button:before {
    display: none;
  }
  .sp-menu-button.close-button:after {
    margin: -1px 0 0 0;
    width: 28px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
  }

  main div.inner { width:100%; }

  /* movie player area */
  main #aeplayer {
    width: 100%;
    height: 180px;
  }
  main .player-frame { padding:24px 0; }
  main .player-frame .movie-control {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 24px 0 0 0;
    padding: 0;
    width: 100%;
  }
  main .player-frame .movie-switch {
    margin: 0;
    float: none;
    display: block;
    text-align: center;
  }
  main .player-frame .movie-switch li {
    display: inline-block;
    float: none;
    width: 300px;
    height: 32px;
    line-height: 32px;
    border: 1px solid rgb(150,150,150) !important;
    border-radius: 16px !important;
  }
  main .player-frame .movie-switch li:first-child { margin: 0 0 6px 0; }
  main .player-frame .prev-movie,
  main .player-frame .next-movie,
  main .player-frame-movie-open .movie-control.visible .movie-skip { display: none !important; }
  main .player-frame-movie-open .movie-control,
  main .player-frame-movie-open .movie-control.visible {
    margin-top: 20px;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  main .player-frame-movie-open .movie-control .movie-switch,
  main .player-frame-movie-open .movie-control .title-social { display:block; }
  main .player-frame p.movie-anotation {
    display: block;
    font-size: 13px;
    line-height: 1.3em;
  }
  main .player-frame.player-frame-movie-open p.movie-anotation,
  main .player-frame.player-frame-movie-open p.movie-anotation.visible {
    margin-top: 20px;
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  /* movie play after */
  main #play-after {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    bottom: 72px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    height: 180px;
  }
  main #play-after .videoRepeat,
  main #play-after .gototitlelist,
  main #play-after .gotorelatedpage {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 15px auto;
    padding: 8px 0;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: "Yu Gothic",YuGothic,"游ゴシック体",HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
    font-weight: bold;
    color: rgb(0,0,0);
    vertical-align: middle;
    background: rgb(255,255,255);
    border: 1px solid rgb(254,0,0);
    border-radius: 20px;
    text-align: center;
    text-indent: 0;
  }
  main #play-after .videoRepeat:hover,
  main #play-after .gototitlelist:hover,
  main #play-after .gotorelatedpage:hover {
    color: rgb(255,255,255);
    border-color: rgb(255,255,255);
    background-color: rgb(255,102,102);
  }
  main #play-after p.num31text { display:none !important; }

  /* movie close */
  main .movie-close {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
  main .player-frame .movie-close p.movie-anotation {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0;
  }

  /* colorbox */
  #cboxLoadedContent { border:none !important; }

  /* head */
  .head-l1 {
    margin: 20px auto 12px auto;
    padding: 0;
    width: 100%;
    height: auto;
    background: none;
    border: none;
  }
  .head-l1:before, .head-l1:after {
    top: 4px;
    height: 3px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  .head-l1 span.text-main {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding: 0;
    width: 320px;
    height: 28px;
    background-image: url("../img/head_l1_01_sp.png");
    background-position: center 0;
    background-size: 320px 392px;
  }
  .head-l1 span.text-ja {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin: 4px auto 0 auto !important;
    padding: 0;
    width: 96%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 28px;
    background: url("../img/head_l1_ja_01_sp.png") no-repeat center 0;
    background-size: 320px 392px;
    text-indent: -9999px;
    z-index: 1;
  }
  .head-l1 span.text-ja:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    content: "";
    width: 100%;
    height: 28px;
    background: url("../img/pattern_line_black_1_6_10.png") repeat;
    background-size: 10px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .head-l1 span.gradation { display: none; }

  .head-l2,
  .head-l3 {
    margin: 20px auto 12px auto;
    padding: 0;
    width: 100%;
    height: auto;
    background: none;
    border: none;
  }
  .head-l2:before,
  .head-l2:after,
  .head-l3:before,
  .head-l3:after {
    position: absolute;
    display: block;
    top: 4px;
    left: 50%;
    margin: 0;
    padding: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: rgb(255,128,128);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    z-index: 3;
  }
  .head-l2:before,
  .head-l3:before { left:auto;right:50%; }
  .head-l2 span.text-main,
  .head-l3 span.text-main {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding: 0;
    width: 320px;
    height: 28px;
    background-image: url("../img/head_l1_01_sp.png");
    background-position: center 0;
    background-size: 320px 392px;
  }
  .head-l2-ja,
  .head-l3-ja {
    display: block;
    margin: 4px auto;
    width: 100%;
    height: 28px;
    background: url("../img/head_l1_ja_01_sp.png") no-repeat center 0;
    background-size: 320px 392px;
    text-indent: -9999px;
  }

  /* relatedwork */
  main .relatedwork-link { padding:20px 0; }
  main .relatedwork-link > div { width:100%; }
  main .relatedwork-link h2 {
    float: none;
    margin: 0 auto 10px auto;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
  }
  main .relatedwork-link a {
    float: none;
    margin: 7px auto;
  }

  /* titlepage products */
  main .products-link > div {
    padding: 0 20px;
    width: 100%;
    max-width: 320px;
  }

  main .products-link.vol35 > div {
    max-width: 212px;
  }
  main .products-link dl { padding:20px 0 10px 0; }
  main .products-link dl dt {
    margin-bottom: 10px;
    width: 64px;
    height: 64px;
    background-image: url("../img/titlepage_products_sp.png");
    background-size: 280px 256px;
  }
  main .products-link.vol35 dl dt {
    background-image: url("../img/titlepage_products_sp_vol35.png");
  }
  main .products-link.vol34 dl dt {
    background-image: url("../img/titlepage_products_sp_vol34.png");
  }
  main .products-link dl dt.products-music {
    margin: 0;
    background-position: 0 -64px;
  }
  main .products-link dl dd {
    margin-bottom: 10px;
    width: 108px;
    height: 64px;
  }
  main .products-link dl dd:hover {
    background: rgb(240,240,240);
  }
  main .products-link dl dd a {
    width: 108px;
    height: 64px;
    background-image: url("../img/titlepage_products_sp.png");
    background-size: 280px 256px;
  }
  main .products-link.vol35 dl dd a {
    background-image: url("../img/titlepage_products_sp_vol35.png");
  }
  main .products-link.vol34 dl dd a {
    background-image: url("../img/titlepage_products_sp_vol34.png");
  }
  main .products-link dl dd.products-books a        { background-position:  -64px  -1px; }
  main .products-link dl dd.products-tshirts a      { background-position: -172px  -1px; }
  main .products-link dl dd.products-cds a          { background-position:  -64px -65px; }
  main .products-link dl dd.products-digitalmusic a { background-position: -172px -65px; }

  main .products-link dl dd.products-books .icon-new { left:-17px; }

  .title-social {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    height: 38px;
    text-align: center;
  }
  .title-social dt {
    margin: 0 14px 0 0;
    width: 52px;
    height: 38px;
    background-image: url("../img/titlepage_social_icons_sp.png");
    background-position: -114px 0px;
    background-size: 166px 38px;
  }
  .title-social dd { margin: 0 10px 0 0; }
  .title-social dd a {
    width: 38px;
    height: 38px;
    background-image: url("../img/titlepage_social_icons_sp.png");
    background-size: 166px 38px;
  }
  .title-social dd a:hover { border-color:rgb(150,150,150); }
  .title-social dd.facebook a,
  .title-social dd.facebook a:hover { background-position: -1px -1px; }
  .title-social dd.twitter a,
  .title-social dd.twitter a:hover  { background-position: -39px -1px; }
  .title-social dd.hatebu a,
  .title-social dd.hatebu a:hover   { background-position: -77px -1px; }

  footer {
    overflow: hidden;
  }
  footer .footer-contents {
    margin: 30px auto;
    width: 100%;
    height: auto;
  }

  .pagetop {
    width: 60px;
    height: 60px;
    background-size: 120px 60px;
  }
  .pagetop:hover,
  .pagetop:active {
    background-position: -60px 0;
  }
  .pagetop.up {
    right: 12px;
    bottom: 12px;
  }

  footer .social {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
  }
  footer .social .facebook-button {
    margin: 0 10px 0 0;
    display: inline-block !important;
    width: 50px;
    vertical-align: top !important;
  }
  footer .social .fb_iframe_widget {
    margin: 0 10px 0 0;
    display: inline-block !important;
    vertical-align: top !important;
  }
  footer .social .twitter-share-button,
  footer .social #twitter-widget-0 {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  footer .social .hatena-bookmark-button-frame {
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }

  footer .social dt {
    display: inline-block;
    margin: 0 14px 0 0;
    width: 52px;
    height: 38px;
    background-image: url("../img/footer_social_icons_sp.png");
    background-position: -114px 0;
    background-size: 166px 38px;
  }
  footer .social dd {
    margin-right: 10px;
  }
  footer .social dd a {
    width: 38px;
    height: 38px;
    background-image: url("../img/footer_social_icons_sp.png");
    background-size: 166px 38px;
  }
  footer .social dd a:hover { border:1px solid rgb(51,51,51); }
  footer .social dd.facebook a,
  footer .social dd.facebook a:hover { background-position:  -1px -1px; }
  footer .social dd.twitter a,
  footer .social dd.twitter a:hover { background-position: -39px -1px; }
  footer .social dd.hatebu a,
  footer .social dd.hatebu a:hover { background-position: -77px -1px; }

  footer .apps {
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  footer .apps .ios svg:hover { fill:rgb(51,51,51); }
  footer .apps .android svg:hover,
  footer .apps .android svg:hover .st2 { fill:rgb(51,51,51); }
  footer .apps .apps-title { display:none; }
  footer .apps .android img,
  footer .apps .android svg { margin-left:10px; }
  footer .logos {
    display: block;
    margin: 0 0 20px 0;
    padding-left: 22px;
    text-align: center;
    height: auto;
  }
  footer .logos .logo_khara:hover { background-position:0 0; }
  footer .logos .times_mark { margin:0 14px; }
  footer .logos .logo_dwango,
  footer .logos .logo_dwango:hover { background-position:-227px -40px;width:113px; }

  footer .right-box {
    position: relative;
    top: auto !important;
    right: auto !important;
    width: 100%;
    text-align: center;
  }
  footer .jasrac p {
    font-size: 10px;
    line-height: 1.4em;
    text-align: right;
  }
  footer .copyright { padding:0 10px; }
  footer .copyright p {
    padding: 20px 0;
    width: 100%;
    font-size: 12px;
    line-height: 1.8em;
  }

}
