.header .logo:before {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.main_img {
  width: 100%;
  height: 470px;
  display: table;
  background-color: #000;
}

.main_img li {
  position: relative;
  display: table-cell;
  height: 100%;
  overflow: hidden;
}

.main_img li p {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 143%;
          background-size: auto 143%;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}

.main_img li:after {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.main_img li:nth-child(1) p {
  background-image: url(../img/top/main/img_main-01osomatsu.jpg);
}

.main_img li:nth-child(1):after {
  background-image: url(../img/top/main/img_main-01osomatsu_sub.png);
}

.main_img li:nth-child(2) p {
  background-image: url(../img/top/main/img_main-02karamatsu.jpg);
}

.main_img li:nth-child(2):after {
  background-image: url(../img/top/main/img_main-02karamatsu_sub.png);
}

.main_img li:nth-child(3) p {
  background-image: url(../img/top/main/img_main-03choromatsu.jpg);
}

.main_img li:nth-child(3):after {
  background-image: url(../img/top/main/img_main-03choromatsu_sub.png);
}

.main_img li:nth-child(4) p {
  background-image: url(../img/top/main/img_main-04ichimatsu.jpg);
}

.main_img li:nth-child(4):after {
  background-image: url(../img/top/main/img_main-04ichimatsu_sub.png);
}

.main_img li:nth-child(5) p {
  background-image: url(../img/top/main/img_main-05jushimatsu.jpg);
}

.main_img li:nth-child(5):after {
  background-image: url(../img/top/main/img_main-05jushimatsu_sub.png);
}

.main_img li:nth-child(6) p {
  background-image: url(../img/top/main/img_main-06todomatsu.jpg);
}

.main_img li:nth-child(6):after {
  background-image: url(../img/top/main/img_main-06todomatsu_sub.png);
}

.main_txt {
  text-align: center;
  padding: 40px 0;
}

.main_txt .text_catch02 {
  margin-top: 5px;
}

.main_txt .text_catch03 {
  margin-top: 15px;
}

.main_bn_ticket p {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
}

.main_bn_ticket p img {
  max-width: 100%;
}

.main_bn_ticket p a {
  display: block;
}

.main_bn_ticket p a:after {
  content: '';
  position: absolute;
  left: -165%;
  top: -130%;
  width: 150%;
  height: 350%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.main_bn_ticket p:hover a:after {
  left: -30%;
}

.top_news_area {
  background-color: #e60012;
  padding: 20px 0;
}

.top_news_area_in {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.3;
  font-size: 15px;
}

.top_news_area_in a {
  color: #fff;
  text-decoration: none;
}

.top_news_area_in .news_title {
  display: inline-block;
  width: 190px;
  vertical-align: middle;
}

.top_news_area_in .news_title .news_more {
  margin: 10px 0 0 73px;
  font-size: 0;
  line-height: 1;
}

.top_news_area_in .news_title .news_more a {
  width: 56px;
  height: 14px;
}

.top_news_area_in .news_title .news_more a:after {
  background: url(../img/top/btn_news-more_on.png) no-repeat left center;
}

.top_news_area_in .news_txt {
  display: inline-block;
  width: 745px;
  vertical-align: middle;
}

.top_news_area_in .news_txt li {
  padding: 12px 0;
}

.top_news_area_in .news_txt li .day_txt {
  display: block;
  float: left;
  width: 60px;
}

.top_news_area_in .news_txt li .txt_in {
  display: block;
  padding-left: 60px;
}

.top_news_area_in .news_txt li:last-child:after {
  display: none;
}

.top_news_area_in .news_txt li:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  background: url(../img/common/main/line_dot_white.png) repeat-x center center;
}

.top_news_area_in .news_txt li a {
  position: relative;
  display: inline-block;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
  z-index: 10;
}

.top_news_area_in .news_txt li a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: width .3s ease;
          transition: width .3s ease;
  z-index: -1;
}

.top_news_area_in .news_txt li a:hover {
  color: #e60012;
}

.top_news_area_in .news_txt li a:hover:before {
  width: 100%;
}

.slide_img_common {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.slide_img_common .slide_img_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 12502px;
  -webkit-animation: slide_img_top 500s linear infinite;
          animation: slide_img_top 500s linear infinite;
}

.slide_img_common .slide_img_btm {
  position: absolute;
  right: 0;
  top: 149px;
  width: 12502px;
  -webkit-animation: slide_img_btm 500s linear infinite;
          animation: slide_img_btm 500s linear infinite;
}

.slide_img_common li {
  width: 266px;
  float: left;
}

.slide_img_common li img {
  width: 100%;
}

@-webkit-keyframes slide_img_top {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-9842px);
            transform: translateX(-9842px);
  }
}

@keyframes slide_img_top {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-9842px);
            transform: translateX(-9842px);
  }
}

@-webkit-keyframes slide_img_btm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(9842px);
            transform: translateX(9842px);
  }
}

@keyframes slide_img_btm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(9842px);
            transform: translateX(9842px);
  }
}

.intro_area {
  padding: 90px 0 0;
}

.intro_slide {
  width: 100%;
}

.intro_first {
  text-align: center;
}

.intro_first img {
  display: inline;
  text-align: center;
}

.intro_first .intro_first_txt {
  margin-top: 50px;
  padding: 0 5%;
  font-size: 19px;
  line-height: 2;
}

.intro_first .intro_notes {
  margin-top: 10px;
  font-size: 14px;
}

.intro_first .intro_first_txt2 {
  margin-top: 25px;
  font-weight: bold;
  font-size: 37px;
}

.intro_first .select_intro {
  margin-top: 20px;
}

.intro_first .select_intro li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.intro_first .select_intro li:nth-child(1) {
  border-bottom: 2px solid #fa202f;
}

.intro_first .select_intro li:nth-child(2) {
  border-bottom: 2px solid #5279f1;
}

.intro_first .select_intro li:nth-child(3) {
  border-bottom: 2px solid #bbd32d;
}

.intro_first .select_intro li:nth-child(4) {
  border-bottom: 2px solid #ac6cc3;
}

.intro_first .select_intro li:nth-child(5) {
  border-bottom: 2px solid #f8cf2f;
}

.intro_first .select_intro li:nth-child(6) {
  border-bottom: 2px solid #f785bd;
}

.intro_first .select_intro li .matsu_title {
  margin-top: 20px;
}

.intro_first .select_intro li div {
  display: block;
  cursor: pointer;
  -webkit-transform: translateY(17px);
      -ms-transform: translateY(17px);
          transform: translateY(17px);
  -webkit-transition: -webkit-transform .2s ease .1s;
          transition: transform .2s ease .1s;
}

.intro_first .select_intro li div .chara_arrow {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
}

.intro_first .select_intro li div:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
}

.intro_first .select_intro li div:hover .chara_arrow {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .2s ease .25s;
          transition: transform .2s ease .25s;
}

.intro_first .select_intro li div:hover .osomatsu_btn_img {
  background: url(../img/top/sub-menu_01osomatsu-img_on.png) no-repeat center center;
}

.intro_first .select_intro li div:hover .osomatsu_btn_img img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.intro_first .select_intro li div:hover .karamatsu_btn_img {
  background: url(../img/top/sub-menu_02karamatsu-img_on.png) no-repeat center center;
}

.intro_first .select_intro li div:hover .karamatsu_btn_img img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.intro_first .select_intro li div:hover .choromatsu_btn_img {
  background: url(../img/top/sub-menu_03choromatsu-img_on.png) no-repeat center center;
}

.intro_first .select_intro li div:hover .choromatsu_btn_img img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.intro_first .select_intro li div:hover .ichimatsu_btn_img {
  background: url(../img/top/sub-menu_04ichimatsu-img_on.png) no-repeat center center;
}

.intro_first .select_intro li div:hover .ichimatsu_btn_img img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.intro_first .select_intro li div:hover .jushimatsu_btn_img {
  background: url(../img/top/sub-menu_05jushimatsu-img_on.png) no-repeat center center;
}

.intro_first .select_intro li div:hover .jushimatsu_btn_img img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.intro_first .select_intro li div:hover .todomatsu_btn_img {
  background: url(../img/top/sub-menu_06todomatsu-img_on.png) no-repeat center center;
}

.intro_first .select_intro li div:hover .todomatsu_btn_img img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.intro_slide_in {
  position: relative;
  overflow: hidden;
}

.intro_slide_in .intro_slide_title {
  padding-bottom: 60px;
  background-color: #fff;
}

.intro_slide_in .intro_slide_title img {
  margin: 0 auto;
}

.intro_slide_in .slide_in_img_slide {
  position: absolute;
  top: 170px;
  left: 0;
}

.intro_slide_in .intro_slide_chara {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.6;
}

.intro_slide_in .intro_slide_chara .wapen {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 10;
}

.intro_slide_in .intro_slide_chara .wapen:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background: url(../img/top/img_balloon.png) no-repeat center center;
  z-index: -1;
  -webkit-animation: wapen 80s linear infinite;
          animation: wapen 80s linear infinite;
}

.intro_slide_in .intro_slide_chara .chara_img {
  position: relative;
  top: 0;
  left: -185px;
  width: 1450px;
  margin-top: -50px;
}

.intro_slide_in .intro_slide_chara .intro_chara_txt {
  position: absolute;
  right: 60px;
  top: 410px;
  width: 480px;
}

.intro_slide_in .intro_slide_chara .intro_chara_txt dt {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 26px;
}

.intro_slide_in .intro_slide_chara .intro_chara_txt dt:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 33px;
  margin-right: 10px;
  background: url(../img/top/icon_matsu.png) no-repeat bottom center;
  vertical-align: top;
}

.intro_slide_in .intro_slide_chara .intro_chara_txt dd {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
}

.intro_slide_in .intro_slide_chara .andmore_txt {
  position: absolute;
  right: 60px;
  bottom: 75px;
}

.intro_slide_in.osomatsu {
  background: url(../img/top/bg-text_01osomatsu-name.png) no-repeat bottom center #fa202f;
}

.intro_slide_in.karamatsu {
  background: url(../img/top/bg-text_02karamatsu-name.png) no-repeat bottom center #5279f1;
}

.intro_slide_in.choromatsu {
  background: url(../img/top/bg-text_03choromatsu-name.png) no-repeat bottom center #bbd32d;
}

.intro_slide_in.ichimatsu {
  background: url(../img/top/bg-text_04ichimatsu-name.png) no-repeat bottom center #ac6cc3;
}

.intro_slide_in.jushimatsu {
  background: url(../img/top/bg-text_05jushimatsu-name.png) no-repeat bottom center #f8cf2f;
}

.intro_slide_in.todomatsu {
  background: url(../img/top/bg-text_06todomatsu-name.png) no-repeat bottom center #f785bd;
}

@-webkit-keyframes wapen {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes wapen {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.slide_in_img_slide {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.slide_in_img_slide .slide_in_img_slide_in {
  position: absolute;
  left: 0;
  top: 0;
  width: 5280px;
  -webkit-animation: slide_img_in 100s linear infinite;
          animation: slide_img_in 100s linear infinite;
}

.slide_in_img_slide .slide_in_img_slide_in li {
  float: left;
}

@-webkit-keyframes slide_img_in {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2640px);
            transform: translateX(-2640px);
  }
}

@keyframes slide_img_in {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2640px);
            transform: translateX(-2640px);
  }
}

.trailer_area {
  padding: 90px 0;
  text-align: center;
}

.trailer_area .trailer_movie {
  position: relative;
  width: 840px;
  margin: 0 auto;
  margin-top: 55px;
  overflow: hidden;
}

.trailer_area .trailer_movie .youtube_thumb {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.trailer_area .trailer_movie .youtube_thumb img {
  width: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.trailer_area .trailer_movie .youtube_thumb:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/filter_trailer.png) center center;
}

.trailer_area .trailer_movie .youtube_thumb:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.staffcast_area {
  width: 960px;
  margin: 0 auto;
  padding: 90px 0 10px;
}

.staffcast_area h2 {
  text-align: center;
}

.staffcast_area .staffcast_in {
  margin-top: 57px;
  line-height: 1.5;
}

.staffcast_area .staff_list {
  float: left;
  width: 440px;
}

.staffcast_area .staff_list .list_name:nth-child(2n) {
  width: 43%;
}

.staffcast_area .cast_list {
  float: right;
  width: 440px;
}

.staffcast_area .cast_list .list_name:nth-child(2n+1) {
  width: 43%;
}

.staffcast_area .list_name {
  display: inline-block;
  width: 55%;
  vertical-align: top;
}

.staffcast_area .original .outline {
  font-size: 14px;
}

.staffcast_area .post {
  margin-top: 20px;
  color: #e60012;
  font-size: 14px;
}

.staffcast_area .name {
  margin-top: 3px;
  font-size: 18px;
}

.staffcast_area .name.avex {
  letter-spacing: -.1em;
}

.page_top {
  padding-bottom: 30px;
}
