/*-----------------------------------------------------

	top.css

------------------------------------------------------*/
/*-----------------------------------------------------

	top.css
	dark Mode

------------------------------------------------------*/
.dark {
  /* footer */
  /* top slider */
  /* movie */
  /* top_content */
}
.dark header {
  background: #141414;
}
.dark header #header_wrap:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.29) 1%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.29) 1%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.29) 1%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
}
.dark footer #mode_change.into_light {
  background: #fff url(../images/dark/into_light.jpg) no-repeat center top;
}
.dark #top_slider {
  background: #141414;
}
@media only screen and (max-width: 767px) {
  .dark #top_slider .slick-slider {
    background: #141414;
  }
}
.dark #top_slider .slick-dots li button:before {
  background: #b732ac;
}
.dark #top_slider .slick-dots li.slick-active button:before {
  background: yellow;
}
@media only screen and (max-width: 767px) {
  .dark #top_slider .slick-prev:before {
    background: url(../images/small/dark/prev.png) no-repeat center;
    background-size: 100%;
  }
  .dark #top_slider .slick-next:before {
    background: url(../images/small/dark/next.png) no-repeat center;
    background-size: 100%;
  }
}
.dark #movie {
  background: #fff;
}
.dark #movie .tit_line {
  background: url(../images/dark/tit_movie_bgside.png) repeat-x top;
}
.dark #movie .tit_line > div {
  background: url(../images/dark/movie_tit_bg.png) no-repeat center top;
}
.dark #movie #movie_area {
  background: #fff;
}
.dark #movie #movie_area > section {
  background: #fff;
}
.dark #movie #movie_area > section .oa_title {
  color: #000;
}
.dark #movie #movie_area > section .oa_title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25em;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.dark #movie #movie_area #next_bg:before, .dark #movie #movie_area #review_bg:before {
  background: #fff;
}
.dark #movie #movie_area #next_bg:after, .dark #movie #movie_area #review_bg:after {
  background: url(../images/dark/img_over.png);
  opacity: .7;
}
.dark #movie #movie_area #next_bg:before {
  left: 0;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffff',GradientType=1 );
  /* IE6-9 */
}
.dark #movie #movie_area #review_bg:before {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 68%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 68%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 68%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  .dark #movie #movie_area > section .movie_box {
    background: #fff;
  }
  .dark #movie #movie_area > section#next > h1 {
    background: url(../images/small/dark/tit_next_bg.png) no-repeat;
    background-size: 100%;
  }
  .dark #movie #movie_area > section#review > h1 {
    background: url(../images/small/dark/tit_review_bg.png) no-repeat;
    background-size: 100%;
  }
}
.dark #top_content {
  background: url(../images/dark/bg_brick_purple.png);
}
.dark #top_content #news #btn_newslist a {
  background: #fff100;
}
.dark #top_content #news #btn_newslist a .ring {
  display: block;
  background: #b6ac00;
  position: absolute;
  z-index: 2;
  border-radius: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.dark #top_content #news #btn_newslist a:hover .ring {
  animation: pulsate .4s ease-out;
  animation-iteration-count: 1;
}
@keyframes pulsate {
  0% {
    transform: scale(0, 0);
  }
  50% {
    opacity: .64;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.dark #top_content #news #update h2 .illust {
  left: 71px;
  width: 168px;
}
.dark #top_content #news #update ul li {
  background: url(../images/dark/card_bg_red.png) top;
}
.dark #top_content #news #update ul li a .ring {
  display: block;
  background: #420e40;
  position: absolute;
  z-index: 2;
  border-radius: 0px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.dark #top_content #news #update ul li a:hover .ring {
  animation: pulsate .4s ease-out;
  animation-iteration-count: 1;
}
@keyframes pulsate {
  0% {
    transform: scale(0, 0);
  }
  50% {
    opacity: .64;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.dark #top_content #news #info h2 .letter {
  z-index: 6;
}
.dark #top_content #news #info h2 .illust {
  z-index: 5;
  right: 61px;
  width: 178px;
}
.dark #top_content #news #info ul li {
  background: url(../images/dark/card_bg_blue.png) top;
}
.dark #top_content #news #info ul li a .ring {
  display: block;
  background: #150e42;
  position: absolute;
  z-index: 2;
  border-radius: 0px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.dark #top_content #news #info ul li a:hover .ring {
  animation: pulsate .4s ease-out;
  animation-iteration-count: 1;
}
@keyframes pulsate {
  0% {
    transform: scale(0, 0);
  }
  50% {
    opacity: .64;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.dark #top_content #twitter .orn {
  display: block;
  position: absolute;
  right: 24px;
  top: 31px;
  width: 84px;
}
.dark #top_content #twitter #twitter_wrap .diagonal {
  background: #6b005d;
}
.dark #top_content .content .orn01 {
  right: -55px;
  bottom: -18px;
  width: 235px;
  height: 549px;
  background: url(../images/dark/velmot.png) no-repeat;
}
.dark #top_content .content .orn02 {
  display: block;
  left: -10px;
  top: 49px;
  width: 61px;
  height: 71px;
  background: url(../images/dark/bullethole.png) no-repeat;
}
.dark #top_content .content .orn03 {
  left: auto;
  right: 24px;
  top: -11px;
  width: 207px;
  height: 171px;
  background: url(../images/dark/bullethole2.png) no-repeat;
}
.dark #top_content .content .orn04 {
  display: none;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  .dark #top_content .content .orn03 {
    display: none;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  .dark #top_content #twitter .orn {
    right: auto;
    left: 91px;
    top: 150px;
    width: 131px;
    height: 365px;
    background: url(../images/small/hibara_twitter_portrait.png);
    text-indent: 131px;
    overflow: hidden;
  }
  .dark #top_content #twitter .orn2 {
    position: absolute;
    right: 91px;
    top: 150px;
    width: 151px;
    height: 377px;
    background: url(../images/small/conan_twitter_portrait.png);
  }
}
@media only screen and (max-width: 767px) {
  .dark #top_content .content .orn03 {
    left: 2%;
    top: 0;
    width: 12%;
    padding: 27% 0 0 0;
  }
  .dark #top_content #news #update h2 .illust {
    width: 40%;
  }
  .dark #top_content #news #info h2 .illust {
    right: 3%;
    bottom: -68%;
    width: 45%;
  }
  .dark #top_content #twitter .orn {
    top: 2.2em;
    width: 27%;
    left: auto;
    right: 4%;
    background: none;
    text-indent: 0;
  }
}

/* ie8 */
.ie8 {
  /* header */
  /* movie */
  /* top_content */
}
/*.ie8 header #header_wrap {
  clear: both;
  margin: 98px 0 0 0 !important;
  padding: 0;
}
.ie8 #movie #movie_area > section {
  float: left !important;
  width: 465px !important;
}
.ie8 #movie #movie_area > section #movie_disp:after {
  background: url(../common/images/play_s.png) no-repeat;
}
.ie8 #top_content .orn01 {
  right: 42px !important;
}
.ie8 #top_content #news ul li {
  *display: inline;
  *zoom: 1;
}*/

/* header */
header {
  position: relative;
  background: #fff;
}
header h1 {
  display: none;
  position: absolute;
  left: 50%;
  top: 35px;
  z-index: 9;
  width: 200px;
  height: 170px;
  margin: 0 0 0 -100px;
  text-align: center;
}
header #header_wrap {
  width: 100%;
  position: relative;
  z-index: inherit !important;
}
header #header_wrap:after {
  content: '';
  display: block;
  position: relative;
  z-index: 9;
  height: 120px;
  margin-top: -120px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.29) 1%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.29) 1%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.29) 1%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47ffffff', endColorstr='#ffffff',GradientType=0 );
}
@media only screen and (max-width: 767px) {
  header #header_wrap:after {
    content: none;
    display: block;
  }
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  header h1 {
    display: block;
    position: static !important;
    float: left;
    height: auto !important;
    width: 280px;
    margin: 0;
    padding: 0;
  }
  header h1.ani20 {
    padding: 0 86px 0 0;
    background: url(../common/images/logo_20th.png) no-repeat center right;
    background-size: 86px;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  header #header_wrap {
    clear: both;
    width: 100% !important;
    height: auto !important;
  }
  header #header_wrap:after {
    height: 110px;
    margin-top: -110px;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  header h1 {
    display: block;
    position: static !important;
    float: left;
    height: auto !important;
    width: 280px;
    margin: 0;
    padding: 0;
  }
  header h1.ani20 {
    padding: 0 86px 0 0;
    background: url(../common/images/logo_20th.png) no-repeat center right;
    background-size: 86px;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  header #btn_nav_switch {
    display: block;
    float: right;
    width: 110px;
    background: #004ebc;
    cursor: pointer;
  }
  header #header_wrap {
    clear: both;
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  header {
    border-top: none !important;
  }
  header h1 {
    display: block;
    position: static !important;
    float: left;
    height: auto !important;
    width: 42.75%;
    margin: 0 0 0 2%;
    padding: 1% 0;
  }
  header h1.ani20 {
    width: 58.75%;
    padding: 1% 16% 1% 0;
    background: url(../common/images/logo_20th.png) no-repeat center right;
    background-size: 26%;
  }
  header #btn_nav_switch {
    display: block;
    float: right;
    width: 18.9%;
    background: #004ebc;
    cursor: pointer;
  }
  header #header_wrap {
    clear: both;
    width: 100% !important;
    height: auto !important;
  }
}

/* footer */
footer #mode_change {
  display: block;
  position: relative;
  z-index: 3;
  height: 490px;
  margin: 0;
  cursor: pointer;
  background: #000 url(../images/into_dark.jpg) no-repeat center top;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer #mode_change img {
  position: absolute;
  bottom: 490px;
}
footer #copyright {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
  padding: 5px 0;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  footer #mode_change {
    margin: -77px 0 0 0;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  footer #copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer #mode_change {
    position: static;
    height: auto;
    margin: -15% 0 0 0;
    background: #000;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
  }
  footer #mode_change img {
    position: static;
    vertical-align: middle;
  }
  footer #copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10%;
  }
}

/* bnr */
#bnr {
  background: transparent;
}

/* top slider */
#top_slider {
  position: relative;
  width: 1028px;
  margin: 0 auto;
}
#top_slider img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  #top_slider {
    width: 908px;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #top_slider {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #top_slider {
    width: 100%;
  }
}
#top_slider .slick-track {
  background: #000;
}
#top_slider .slick-list {
  overflow: visible;
  background: transparent;
}
#top_slider .slick-slider {
  margin: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #top_slider .slick-slider {
    padding-bottom: 52px;
    background: #fff;
  }
}
#top_slider .slick-slide {
  transform: scale(1);
  background: #000;
}
#top_slider .slick-slide img {
  opacity: .2;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#top_slider .slick-slide.slick-active {
  transform: scale(1);
}
#top_slider .slick-slide.slick-active img {
  opacity: 1;
}
#top_slider .slick-dots {
  bottom: 86px;
  z-index: 11;
}
#top_slider .slick-dots li {
  margin: 0 2px;
}
#top_slider .slick-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #1f4a87;
  opacity: 1;
  border-radius: 12px;
}
#top_slider .slick-dots li.slick-active button:before {
  background: red;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #top_slider .slick-dots {
    bottom: 12px;
  }
}
#top_slider .slick-prev,
#top_slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 12;
  display: block;
  width: 85px;
  height: 85px;
  margin-top: -43px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
#top_slider .slick-prev {
  left: 2%;
}
#top_slider .slick-next {
  right: 2%;
}
#top_slider .slick-prev:before,
#top_slider .slick-next:before {
  content: '';
  display: block;
  position: static;
  width: 85px;
  height: 85px;
  margin: 0;
  line-height: 1;
  opacity: 1;
  color: #333;
  border: none;
}
#top_slider .slick-prev:before {
  background: url(../images/prev.png) no-repeat center;
}
#top_slider .slick-next:before {
  background: url(../images/next.png) no-repeat center;
}
#top_slider .slick-prev:hover, #top_slider .slick-next:hover {
  opacity: .4;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  #top_slider .slick-dots {
    bottom: 76px;
  }
}
@media only screen and (max-width: 767px) {
  #top_slider .slick-prev,
  #top_slider .slick-next {
    top: inherit;
    bottom: 4px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  #top_slider .slick-prev:before,
  #top_slider .slick-next:before {
    width: 32px;
    height: 32px;
  }
  #top_slider .slick-prev:before {
    background: url(../images/small/prev.png) no-repeat center;
    background-size: 100%;
  }
  #top_slider .slick-next:before {
    background: url(../images/small/next.png) no-repeat center;
    background-size: 100%;
  }
}
#top_slider .embed_movie {
  position: relative;
  padding: 56.25% 0 0 0;
}
#top_slider .embed_movie iframe, #top_slider .embed_movie object {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#top_slider .embed_movie:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 48px;
  background: -moz-linear-gradient(top, transparent 0%, black 99%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 99%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 99%, black 100%);
}

#thumbnail {
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  #thumbnail {
    opacity: 0;
  }
}
#thumbnail ul li {
  display: none;
  width: 120px;
  position: absolute;
}
#thumbnail ul li.focus {
  display: block;
}

/* OA info */
#oainfo {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 120px;
  margin-top: -120px;
}
#oainfo img {
  width: 100%;
  height: auto;
}
#oainfo #oainfo_wrap {
  width: 1028px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}
#oainfo #oainfo_wrap #oadate {
  float: left;
}
#oainfo #oainfo_wrap #oadate em, #oainfo #oainfo_wrap #oadate small {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 480px;
}
#oainfo #oainfo_wrap #oadate em.ani20, #oainfo #oainfo_wrap #oadate small.ani20 {
  padding: 0 0 0 90px;
  background: url(../common/images/logo_20th.png) no-repeat 10px 0;
}
#oainfo #oainfo_wrap #oadate small {
  width: 120px;
  margin: 0 0 0 -15px;
  vertical-align: 8px;
}
#oainfo #oainfo_wrap #btn_bbs {
  float: right;
  width: 300px;
  padding: 10px;
}
#oainfo #oainfo_wrap #btn_bbs a {
  display: block;
  position: relative;
  background: #fff100;
}
#oainfo #oainfo_wrap #btn_bbs a .bar {
  display: block;
  background: #ffa300;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 0;
  top: 0;
  left: auto;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#oainfo #oainfo_wrap #btn_bbs a:hover .bar {
  width: 100%;
  opacity: 1;
}
#oainfo #oainfo_wrap #btn_bbs a img {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
#oainfo #oainfo_wrap #btn_bbs a .illust {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 92px;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  #oainfo {
    height: 110px;
    margin-top: -110px;
  }
  #oainfo #oainfo_wrap {
    width: 908px;
  }
  #oainfo #oainfo_wrap #oadate em, #oainfo #oainfo_wrap #oadate small {
    width: 430px;
    margin: 10px 0 0 0;
  }
  #oainfo #oainfo_wrap #oadate em.ani20, #oainfo #oainfo_wrap #oadate small.ani20 {
    padding: 0;
    background: none;
  }
  #oainfo #oainfo_wrap #oadate small {
    width: 120px;
  }
  #oainfo #oainfo_wrap #btn_bbs {
    width: 280px;
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #oainfo #oainfo_wrap {
    width: 810px;
  }
  #oainfo #oainfo_wrap #oadate em, #oainfo #oainfo_wrap #oadate small {
    width: 470px;
  }
  #oainfo #oainfo_wrap #oadate em.ani20, #oainfo #oainfo_wrap #oadate small.ani20 {
    padding: 0;
    background: none;
  }
  #oainfo #oainfo_wrap #oadate small {
    display: block;
    width: 120px;
    margin: -20px 0 0 auto;
  }
  #oainfo #oainfo_wrap #btn_bbs {
    width: 320px;
    margin: 8px 0 0 0;
  }
  #oainfo #oainfo_wrap #btn_bbs a .illust {
    width: 84px;
  }
}
@media only screen and (max-width: 767px) {
  #oainfo {
    position: relative;
    height: auto;
    margin: 0;
  }
  #oainfo #oainfo_wrap {
    width: 100%;
    padding: 0;
  }
  #oainfo #oainfo_wrap #oadate {
    position: absolute;
    bottom: 52px;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
  }
  #oainfo #oainfo_wrap #oadate em, #oainfo #oainfo_wrap #oadate small {
    width: 100%;
    display: block;
  }
  #oainfo #oainfo_wrap #oadate em.ani20, #oainfo #oainfo_wrap #oadate small.ani20 {
    padding: 0;
    background: none;
  }
  #oainfo #oainfo_wrap #oadate small {
    width: 30%;
    margin: -1em 0 0 auto;
  }
  #oainfo #oainfo_wrap #btn_bbs {
    width: 100%;
    margin: 0;
    padding: 4%;
  }
  #oainfo #oainfo_wrap #btn_bbs a .illust {
    width: 29.6%;
  }
}

/* content */
/* movie */
#movie {
  position: relative;
  background: #000;
  overflow: hidden;
}
#movie .tit_line {
  position: relative;
  z-index: 2;
  height: 145px;
  background: url(../images/tit_movie_bgside.png) repeat-x top;
}
#movie .tit_line > div {
  width: 1028px;
  height: 145px;
  margin: 0 auto;
  background: url(../images/movie_tit_bg.png) no-repeat center top;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  #movie .tit_line > div {
    width: 988px;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #movie .tit_line > div {
    width: 988px;
  }
}
@media only screen and (max-width: 767px) {
  #movie .tit_line > div {
    display: none;
  }
}
#movie > .content {
  width: 1028px;
  margin: -40px auto 0 auto;
  padding: 0;
  background: #ddd;
}
#movie > .content > h1 {
  position: absolute;
  top: 45px;
  left: 50%;
  z-index: 4;
  width: 120px;
  margin: 0 0 0 -60px;
}
#movie > .content > h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #movie > .content {
    width: 100%;
  }
  #movie > .content > h1 {
    top: 30px;
    width: 182px;
    margin: 0 0 0 -91px;
  }
}
@media only screen and (max-width: 767px) {
  #movie > .content > h1 {
    top: 30px;
    width: 32%;
    margin: 0 0 0 -16%;
  }
}
#movie #movie_area {
  margin: 0 -25px;
  padding: 45px 0 15px 0;
  text-align: center;
  background: #000;
}
#movie #movie_area img {
  display: block;
  width: 100%;
  height: auto;
}
#movie #movie_area > section {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 9;
  width: 480px;
  margin: 5px 25px;
  padding: 0 0 34px 0;
  vertical-align: middle;
  background: #000;
}
#movie #movie_area > section > h1 {
  position: absolute;
  top: -92px;
  left: 50%;
  width: 144px;
  margin: 0 0 0 -72px;
}
#movie #movie_area > section figure {
  position: relative;
  padding: 15px 75px 0 75px;
}
#movie #movie_area > section figure > a {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#movie #movie_area > section figure > a img {
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#movie #movie_area > section figure > a:hover img {
  transform: scale(1.2, 1.2);
}
#movie #movie_area > section figcaption {
  position: relative;
  width: 14em;
  padding: 0.7em 1em 0.35em;
  text-align: left;
  font-weight: bold;
  font-size: .8em;
}
#movie #movie_area > section figcaption:after {
  content: '';
  display: block;
  position: absolute;
  right: -1.45em;
  top: 0;
  width: 0;
  height: 0;
}
#movie #movie_area > section #movie_disp:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 120px;
  height: 120px;
  margin: auto;
  background: url(../common/images/play.png) no-repeat;
  background-size: 100%;
}
#movie #movie_area > section .oa_title {
  position: relative;
  padding: .5em 75px .75em 75px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
#movie #movie_area > section .oa_title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25em;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
#movie #movie_area > section .btn {
  position: absolute;
  bottom: 0;
}
#movie #movie_area > section .btn a {
  display: block;
  position: relative;
  padding: 0 50px;
  cursor: pointer;
}
#movie #movie_area > section .btn a img {
  position: relative;
  z-index: 2;
}
#movie #movie_area > section#next figcaption {
  background: #fff100;
}
#movie #movie_area > section#next figcaption:after {
  border-top: solid 2.1em #fff100;
  border-right: solid 1.5em transparent;
}
#movie #movie_area > section#next .btn a {
  background: #fff100;
}
#movie #movie_area > section#next .btn a .bar {
  display: block;
  background: #ffa300;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 0;
  top: 0;
  left: auto;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#movie #movie_area > section#next .btn a:hover .bar {
  width: 100%;
  opacity: 1;
}
#movie #movie_area > section#review figcaption {
  background: #5db9ff;
}
#movie #movie_area > section#review figcaption:after {
  border-top: solid 2.1em #5db9ff;
  border-right: solid 1.5em transparent;
}
#movie #movie_area > section#review .btn a {
  background: #5db9ff;
}
#movie #movie_area > section#review .btn a .bar {
  display: block;
  background: #2696ff;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 0;
  top: 0;
  left: auto;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#movie #movie_area > section#review .btn a:hover .bar {
  width: 100%;
  opacity: 1;
}
#movie #movie_area #next_bg, #movie #movie_area #review_bg {
  position: absolute;
  top: 105px;
  width: 680px;
}
#movie #movie_area #next_bg:before, #movie #movie_area #review_bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 80px;
  height: 100%;
  background: #000;
}
#movie #movie_area #next_bg:after, #movie #movie_area #review_bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/img_over.png);
}
#movie #movie_area #next_bg {
  right: 50%;
}
#movie #movie_area #next_bg:before {
  left: 0;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.76) 32%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.76) 32%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.76) 32%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}
#movie #movie_area #review_bg {
  left: 50%;
}
#movie #movie_area #review_bg:before {
  right: 0;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.76) 68%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.76) 68%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.76) 68%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  #movie #movie_area > section {
    width: 465px;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #movie #movie_area > section {
    width: 465px;
  }
}
@media only screen and (max-width: 767px) {
  #movie #movie_area {
    margin: 0;
    padding: 0;
  }
  #movie #movie_area > section {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  #movie #movie_area > section > h1 {
    position: static;
    width: 100%;
    margin: 0 0 1.5em 0;
    height: 0;
    padding: 18% 0 0 0;
  }
  #movie #movie_area > section .movie_box {
    position: absolute;
    left: 50%;
    width: 88%;
    margin: 0 0 0 -44%;
    padding: 0 0 15% 0;
    background: #000;
  }
  #movie #movie_area > section .movie_box figure {
    padding: 4% 12% 0 12%;
  }
  #movie #movie_area > section .movie_box figure figcaption {
    width: 100%;
    text-align: center;
    font-size: .8em;
  }
  #movie #movie_area > section .movie_box figure figcaption:after {
    display: none;
  }
  #movie #movie_area > section .movie_box .oa_title {
    padding: .5em 1em .75em 1em;
    font-size: .8em;
  }
  #movie #movie_area > section .movie_box .btn {
    width: 100%;
  }
  #movie #movie_area > section .movie_box .btn a {
    display: block;
    position: relative;
    padding: .75em 0;
  }
  #movie #movie_area > section .movie_box .btn a .bar {
    display: none !important;
  }
  #movie #movie_area > section .movie_box .btn a img {
    position: relative;
    z-index: 2;
  }
  #movie #movie_area > section#next > h1 {
    background: url(../images/small/tit_next_bg.png) no-repeat;
    background-size: 100%;
  }
  #movie #movie_area > section#next > h1 img {
    display: block;
    width: 154px;
    margin: -40px 0 0 162px;
  }
  #movie #movie_area > section#review > h1 {
    background: url(../images/small/tit_review_bg.png) no-repeat;
    background-size: 100%;
  }
  #movie #movie_area > section#review > h1 img {
    display: block;
    width: 154px;
    margin: -38px 0 0 25px;
  }
  #movie #movie_area #next_bg, #movie #movie_area #review_bg {
    position: static;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  #movie #movie_area #next_bg span, #movie #movie_area #review_bg span {
    display: block;
    width: 155%;
    margin: 0 0 0 -33%;
  }
  #movie #movie_area #next_bg:before, #movie #movie_area #review_bg:before {
    display: none;
  }
  #movie #movie_area #next_bg:after, #movie #movie_area #review_bg:after {
    opacity: .4;
  }
}

/* top_content */
#top_content {
  padding: 35px 0;
  background: url(../images/bg_brick_white.png);
}
#top_content .content {
  position: relative;
  background: transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
}
#top_content .content section > h1, #top_content .content aside > h1 {
  border: none;
}
#top_content .content section > h1 img, #top_content .content aside > h1 img {
  width: 260px;
}
#top_content #news {
  position: relative;
  z-index: 2;
  width: 804px;
  margin: 0 auto;
}
#top_content #news > div {
  position: relative;
  padding: 10px 0;
}
#top_content #news #btn_newslist {
  position: absolute;
  left: 117px;
  top: 8px;
  width: 120px;
}
#top_content #news #btn_newslist a {
  display: block;
  position: relative;
  background: #eb1c25;
  border-radius: .2em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
}
#top_content #news #btn_newslist a .ring {
  display: block;
  background: #bd0008;
  position: absolute;
  z-index: 2;
  border-radius: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
#top_content #news #btn_newslist a:hover .ring {
  animation: pulsate .4s ease-out;
  animation-iteration-count: 1;
}
@keyframes pulsate {
  0% {
    transform: scale(0, 0);
  }
  50% {
    opacity: .64;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
#top_content #news #btn_newslist a img {
  position: relative;
  z-index: 2;
  width: 100%;
  vertical-align: middle;
}
#top_content #news h1 {
  text-indent: -84px;
  overflow: hidden;
}
#top_content #news h2 {
  position: absolute;
  top: 10px;
  width: 190px;
  height: 200px;
  z-index: 9;
  background: url(../images/card_stripe.png);
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#top_content #news h2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#top_content #news h2.long {
  width: 600px;
}
#top_content #news h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 34px;
}
#top_content #news h2 .letter {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
#top_content #news h2 .illust {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
#top_content #news h2 .tape {
  display: block;
  position: absolute;
  bottom: 0;
  width: 408px;
  height: 100%;
  z-index: 3;
}
#top_content #news ul {
  position: relative;
  z-index: 1;
}
#top_content #news ul li {
  display: inline-block;
  width: 188px;
  height: 198px;
  margin: 0 4px;
  border: solid 1px #000;
  vertical-align: text-top;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: perspective(300) rotateX(0deg);
  -moz-transform: perspective(300) rotateX(0deg);
  -ms-transform: perspective(300) rotateX(0deg);
  -o-transform: perspective(300) rotateX(0deg);
}
#top_content #news ul li:hover {
  -webkit-transform: perspective(300) rotateX(-8deg);
  -moz-transform: perspective(300) rotateX(-8deg);
  -ms-transform: perspective(300) rotateX(-8deg);
  -o-transform: perspective(300) rotateX(-8deg);
}
#top_content #news ul li a {
  display: block;
  position: relative;
  height: 94%;
  color: #fff;
}
#top_content #news ul li a dl {
  position: relative;
  z-index: 4;
  padding: 60px 10px 10px 10px;
  line-height: 1.5;
}
#top_content #news ul li a dl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25em;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
#top_content #news ul li a dl dt {
  position: absolute;
  top: 25px;
  left: 1px;
  font-style: oblique;
  font-weight: bold;
  color: #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#top_content #news ul li a dl dd {
  height: 128px;
  overflow: hidden;
}
#top_content #news ul li a .ribon {
  display: block;
  position: absolute;
  left: -4px;
  top: 15px;
  z-index: 3;
  width: 202px;
}
#top_content #news ul li a .ribon img {
  width: 100%;
  height: auto;
}
#top_content #news ul li.last {
  display: none !important;
}
#top_content #news #update h2 {
  right: 0;
}
#top_content #news #update h2:before {
  background: url(../images/arrow_left.png) repeat-x;
}
#top_content #news #update h2 .letter {
  left: 0;
  width: 92px;
}
#top_content #news #update h2 .illust {
  left: 55px;
  width: 147px;
}
#top_content #news #update h2 .tape {
  left: 206px;
  background: url(../images/update_tape.png) no-repeat left center;
}
#top_content #news #update ul {
  float: left;
}
#top_content #news #update ul li {
  background: url(../images/card_bg_blue.png) top;
}
#top_content #news #update ul li a .ring {
  display: block;
  background: #000085;
  position: absolute;
  z-index: 2;
  border-radius: 0px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
#top_content #news #update ul li a:hover .ring {
  animation: pulsate .4s ease-out;
  animation-iteration-count: 1;
}
@keyframes pulsate {
  0% {
    transform: scale(0, 0);
  }
  50% {
    opacity: .64;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
#top_content #news #info h2 {
  left: 0;
}
#top_content #news #info h2:before {
  background: url(../images/arrow_right.png) repeat-x;
}
#top_content #news #info h2 .letter {
  right: 0;
  width: 92px;
}
#top_content #news #info h2 .illust {
  right: 65px;
  width: 126px;
}
#top_content #news #info h2 .tape {
  right: 206px;
  background: url(../images/info_tape.png) no-repeat left center;
}
#top_content #news #info ul {
  float: right;
}
#top_content #news #info ul li {
  background: url(../images/card_bg_red.png) top;
}
#top_content #news #info ul li a .ring {
  display: block;
  background: #a10000;
  position: absolute;
  z-index: 2;
  border-radius: 0px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
#top_content #news #info ul li a:hover .ring {
  animation: pulsate .4s ease-out;
  animation-iteration-count: 1;
}
@keyframes pulsate {
  0% {
    transform: scale(0, 0);
  }
  50% {
    opacity: .64;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
#top_content #twitter {
  position: relative;
  z-index: 2;
  float: left;
  width: 320px;
  margin: 0 0 0 15px;
}
#top_content #twitter .orn {
  display: block;
  position: absolute;
  right: 12px;
  top: 23px;
  width: 72px;
}
#top_content #twitter .orn img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#top_content #twitter #twitter_wrap {
  position: relative;
  margin: 10px 0 0 0;
  padding: 20px;
  background: url(../images/card_stripe.png);
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
}
#top_content #twitter #twitter_wrap > p {
  position: relative;
  z-index: 2;
  padding: 0 112px .5em 0;
}
#top_content #twitter #twitter_wrap > p img {
  width: 100%;
  height: auto;
}
#top_content #twitter #twitter_wrap .embeded_area {
  position: relative;
  z-index: 2;
}
#top_content #twitter #twitter_wrap .diagonal {
  display: block;
  position: absolute;
  z-index: 0;
  left: -59px;
  top: -147px;
  width: 226px;
  height: 522px;
  background: #55acee;
  -webkit-transform: rotate(-142deg);
  -moz-transform: rotate(-142deg);
  -ms-transform: rotate(-142deg);
  -o-transform: rotate(-142deg);
  transform: rotate(-142deg);
}
#top_content .orn01 {
  position: absolute;
  right: -95px;
  bottom: -48px;
  z-index: 1;
  width: 233px;
  height: 371px;
  background: url(../images/ayumi.png) no-repeat;
}
#top_content .orn02 {
  position: absolute;
  right: -9px;
  top: -48px;
  z-index: 1;
  width: 340px;
  height: 227px;
  background: url(../images/sk8ter.png) no-repeat;
}
#top_content .orn03 {
  position: absolute;
  left: -97px;
  top: -11px;
  z-index: 1;
  width: 207px;
  height: 171px;
  background: url(../images/tie.png) no-repeat;
}
#top_content .orn04 {
  position: absolute;
  left: -113px;
  bottom: -48px;
  z-index: 1;
  width: 293px;
  height: 233px;
  background: url(../images/glasses.png) no-repeat;
}
@media only screen and (max-width: 1539px) and (orientation: landscape) {
  #top_content .content {
    width: 918px;
  }
  #top_content #twitter {
    float: right;
    width: 300px;
    margin: 0;
  }
  #top_content .orn01 {
    display: none;
  }
  #top_content .orn02 {
    right: -68px;
  }
}
@media only screen and (max-width: 1539px) and (orientation: portrait) {
  #top_content .content section > h1, #top_content .content aside > h1 {
    width: 450px;
    margin: 0 auto;
  }
  #top_content .content section > h1 img, #top_content .content aside > h1 img {
    width: 100%;
    height: auto;
  }
  #top_content .content .orn01 {
    display: none;
  }
  #top_content .content .orn02 {
    display: none;
  }
  #top_content .content .orn03 {
    left: 12px;
    top: 0;
    width: 285px;
    height: 196px;
    background-size: 100%;
  }
  #top_content .content .orn04 {
    display: none;
  }
  #top_content #news {
    float: none;
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  #top_content #news #btn_newslist {
    left: auto;
    right: 0;
    top: 0;
    width: 180px;
  }
  #top_content #news h1 {
    text-align: center;
    text-indent: 0;
  }
  #top_content #news h2 {
    width: 310px;
  }
  #top_content #news h2.long {
    width: 948px;
  }
  #top_content #news ul li {
    width: 290px;
    margin: 0 10px;
  }
  #top_content #news ul li a dl {
    padding: 5em 15px 15px 15px;
    text-align: left;
  }
  #top_content #news ul li a dl dt {
    top: 1.5em;
    left: .5em;
    font-size: 1.2em;
  }
  #top_content #news ul li a dl dd {
    height: 104px;
  }
  #top_content #news ul li a .ribon {
    left: -4px;
    top: 12px;
    width: 304px;
  }
  #top_content #news #update {
    margin: 1em 0 2em 0;
  }
  #top_content #news #update h2 .letter {
    left: 0;
    width: 128px;
  }
  #top_content #news #update h2 .illust {
    left: 132px;
    bottom: -28px;
    width: 201px;
  }
  #top_content #news #update h2 .tape {
    left: 500px;
  }
  #top_content #news #update ul li {
    background-size: 120%;
  }
  #top_content #news #info h2 .letter {
    right: 0;
    width: 128px;
  }
  #top_content #news #info h2 .illust {
    right: 132px;
    bottom: -28px;
    width: 185px;
  }
  #top_content #news #info h2 .tape {
    right: 500px;
  }
  #top_content #news #info ul li {
    background-size: 120%;
  }
  #top_content #twitter {
    float: none;
    width: auto;
    margin: 65px -40px 0 -40px;
  }
  #top_content #twitter .orn {
    right: auto;
    left: 91px;
    top: 150px;
    width: 131px;
    height: 365px;
    background: url(../images/small/hibara_twitter_portrait.png);
    text-indent: 131px;
    overflow: hidden;
  }
  #top_content #twitter .orn2 {
    position: absolute;
    right: 91px;
    top: 150px;
    width: 151px;
    height: 377px;
    background: url(../images/small/conan_twitter_portrait.png);
  }
  #top_content #twitter #twitter_wrap {
    padding: 20px 0 45px 0;
  }
  #top_content #twitter #twitter_wrap > p {
    width: 220px;
    margin: 0 auto;
    padding: 15px 0;
  }
  #top_content #twitter #twitter_wrap .embeded_area {
    text-align: center;
  }
  #top_content #twitter #twitter_wrap .diagonal {
    left: -59px;
    top: -481px;
    width: 529px;
    height: 1222px;
    -webkit-transform: rotate(-125deg);
    -moz-transform: rotate(-125deg);
    -ms-transform: rotate(-125deg);
    -o-transform: rotate(-125deg);
    transform: rotate(-125deg);
  }
}
@media only screen and (max-width: 767px) {
  #top_content {
    padding: 8% 0 0 0;
  }
  #top_content .content section > h1, #top_content .content aside > h1 {
    width: 100%;
  }
  #top_content .content section > h1 img, #top_content .content aside > h1 img {
    width: 100%;
  }
  #top_content .content .orn01 {
    display: none;
  }
  #top_content .content .orn02 {
    display: none;
  }
  #top_content .content .orn03 {
    left: 2%;
    top: 0;
    width: 32%;
    height: 0;
    padding: 27% 0 0 0;
    background-size: 100%;
  }
  #top_content .content .orn04 {
    display: none;
  }
  #top_content #news {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 4%;
  }
  #top_content #news > div {
    margin: 0 0 2em 0;
    padding: 0;
    background: url(../images/card_stripe.png);
  }
  #top_content #news #btn_newslist {
    left: auto;
    right: 4%;
    top: 2em;
    width: 28%;
  }
  #top_content #news h1 {
    text-align: center;
    text-indent: 0;
  }
  #top_content #news h2 {
    position: relative;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 28% 0 0 0;
    background: none;
  }
  #top_content #news h2.long {
    width: 100%;
  }
  #top_content #news ul {
    text-align: center;
    margin: 0;
  }
  #top_content #news ul li {
    width: 90%;
    height: auto;
    margin: 0 auto .5em auto;
  }
  #top_content #news ul li a dl {
    padding: 5em 2% 2% 2%;
    text-align: left;
  }
  #top_content #news ul li a dl dt {
    top: 1.25em;
    left: .5em;
    font-size: 1.1em;
  }
  #top_content #news ul li a dl dd {
    height: auto;
    max-height: 148px;
  }
  #top_content #news ul li a .ribon {
    left: -2%;
    top: .5em;
    width: 108%;
  }
  #top_content #news ul li:nth-child(3) {
    display: inline-block !important;
  }
  #top_content #news #update {
    margin: 1em 0 2em 0;
  }
  #top_content #news #update h2 {
    float: none;
  }
  #top_content #news #update h2:before {
    background: url(../images/arrow_right.png) repeat-x;
    background-size: 7px;
  }
  #top_content #news #update h2 .letter {
    left: 0;
    top: 10%;
    width: 17%;
  }
  #top_content #news #update h2 .illust {
    left: 18%;
    width: 33%;
    bottom: -65%;
  }
  #top_content #news #update h2 .tape {
    left: auto;
    right: 0;
    width: 70%;
    background: url(../images/update_tape.png) no-repeat left center;
    background-size: 100%;
  }
  #top_content #news #update ul {
    float: none;
  }
  #top_content #news #update ul li {
    background: url(../images/card_bg_blue.png) top;
    background-size: 100%;
  }
  #top_content #news #info h2 {
    float: none;
  }
  #top_content #news #info h2:before {
    background: url(../images/arrow_left.png) repeat-x;
    background-size: 7px;
  }
  #top_content #news #info h2 .letter {
    right: 0;
    top: 10%;
    width: 17%;
  }
  #top_content #news #info h2 .illust {
    right: 16%;
    bottom: -47%;
    width: 30%;
  }
  #top_content #news #info h2 .tape {
    left: auto;
    left: 0;
    width: 70%;
    background: url(../images/info_tape.png) no-repeat left center;
    background-size: 100%;
  }
  #top_content #news #info ul {
    float: none;
  }
  #top_content #news #info ul li {
    background: url(../images/card_bg_red.png) top;
    background-size: 100%;
  }
  #top_content #twitter {
    float: none;
    width: auto;
    margin: 0;
  }
  #top_content #twitter .orn {
    display: block;
    position: absolute;
    right: 4%;
    left: auto;
    top: 2.7em;
    width: 22%;
    height: auto;
    background: none;
    text-indent: 0;
  }
  #top_content #twitter .orn img {
    vertical-align: bottom;
  }
  #top_content #twitter #twitter_wrap {
    position: relative;
    margin: 1em 0 0 0;
    padding: 4%;
    background: url(../images/card_stripe.png);
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
  }
  #top_content #twitter #twitter_wrap > p {
    position: relative;
    z-index: 2;
    padding: 0 40% 1em 0;
  }
  #top_content #twitter #twitter_wrap .embeded_area {
    position: relative;
    z-index: 2;
  }
  #top_content #twitter #twitter_wrap .diagonal {
    display: block;
    position: absolute;
    z-index: 0;
    left: -59px;
    top: -147px;
    width: 226px;
    height: 522px;
    background: #55acee;
    -webkit-transform: rotate(-142deg);
    -moz-transform: rotate(-142deg);
    -ms-transform: rotate(-142deg);
    -o-transform: rotate(-142deg);
    transform: rotate(-142deg);
  }
}

#fadeout {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#fadeout.masket {
  z-index: 9999;
  opacity: 1;
}

/*# sourceMappingURL=top.css.map */

/* !birdman2018 add
---------------------------------------------------------- */

.fix_menu_smartphone{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;

	width: 100%;
}
.fix_menu_smartphone img{
  width:100%;
}

.close-btn {
position: absolute;
top: 3%;
	left: 90%;
  z-index: 10100;
}

.close-btn img {
	  width:100%;
}
