#mainMovieWrap {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 640px), print {
    #mainMovieWrap {
      min-height: 550px;
      height: 10000px; } }
  #mainMovieWrap:before, #mainMovieWrap:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    -webkit-transition: height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #mainMovieWrap:before {
    width: 690px;
    height: 248px;
    top: 0;
    right: 50%;
    margin-right: -20px;
    background: url(/assets/images/50th/top/bg_mainimage_before.png) no-repeat bottom; }
  #mainMovieWrap:after {
    width: 387px;
    height: 139px;
    left: 50%;
    bottom: 0;
    margin-left: 277px;
    background: url(/assets/images/50th/top/bg_mainimage_after.png) no-repeat top; }
  #mainMovieWrap.wide:before, #mainMovieWrap.wide:after {
    margin: 0;
    left: auto;
    right: auto; }
  #mainMovieWrap.wide:before {
    left: 0; }
  #mainMovieWrap.wide:after {
    right: 0; }
  #mainMovieWrap.wide .mainMovieInner:before, #mainMovieWrap.wide .mainMovieInner:after {
    margin: 0;
    left: auto;
    right: auto; }
  #mainMovieWrap.wide .mainMovieInner:before {
    left: 0; }
  #mainMovieWrap.wide .mainMovieInner:after {
    right: 0; }
  #mainMovieWrap .mainMovieBg {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(/assets/images/50th/top/bg_mainimage_repeat.png) repeat; }
  #mainMovieWrap.step01 .mainMovieBg {
    width: 100%;
    -webkit-transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #mainMovieWrap.step01 .mainMovieInner:before, #mainMovieWrap.step01 .mainMovieInner:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #mainMovieWrap.step02 .mainMovieInner:before, #mainMovieWrap.step02 .mainMovieInner:after {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #mainMovieWrap .mainMovieInner {
    position: relative;
    width: 100%;
    height: 100%; }
    #mainMovieWrap .mainMovieInner:before, #mainMovieWrap .mainMovieInner:after {
      display: block;
      content: "";
      position: absolute;
      height: 600px;
      z-index: 11;
      opacity: 0;
      filter: alpha(opacity=0); }
    #mainMovieWrap .mainMovieInner:before {
      width: 720px;
      top: 0;
      right: 50%;
      margin-right: -50px;
      background: url(/assets/images/50th/top/ph_mainimage_left.png) no-repeat;
      -moz-transform: matrix(1, 0, 0, 1, -50, 0) scale(1.1);
      -webkit-transform: matrix(1, 0, 0, 1, -50, 0) scale(1.1);
      -ms-transform: matrix(1, 0, 0, 1, -50, 0) scale(1.1);
      transform: matrix(1, 0, 0, 1, -50, 0) scale(1.1); }
    #mainMovieWrap .mainMovieInner:after {
      width: 750px;
      left: 50%;
      margin-left: -100px;
      bottom: 0;
      background: url(/assets/images/50th/top/ph_mainimage_right.png) no-repeat;
      -moz-transform: matrix(1, 0, 0, 1, 50, 0) scale(1.1);
      -webkit-transform: matrix(1, 0, 0, 1, 50, 0) scale(1.1);
      -ms-transform: matrix(1, 0, 0, 1, 50, 0) scale(1.1);
      transform: matrix(1, 0, 0, 1, 50, 0) scale(1.1); }
  #mainMovieWrap #mainMovieLogo {
    display: none;
    position: absolute;
    width: 298px;
    height: 313px;
    top: 50%;
    left: 50%;
    margin-top: -164px;
    margin-left: -156.5px;
    z-index: 20; }
  #mainMovieWrap .animate01 {
    position: absolute;
    width: 298px;
    height: 313px;
    top: 50%;
    left: 50%;
    margin-top: -164px;
    margin-left: -156.5px;
    overflow: hidden;
    z-index: 20;
    zoom: 1;
    -moz-transform: matrix(1, 0, 0, 1, 0, 50);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    -ms-transform: matrix(1, 0, 0, 1, 0, 50);
    transform: matrix(1, 0, 0, 1, 0, 50);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7); }
    #mainMovieWrap .animate01.step01 {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    #mainMovieWrap .animate01.step02 {
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: all 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: all 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #mainMovieWrap .animate02 {
    position: absolute;
    width: 250px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin-top: 200.5px;
    margin-left: -140px;
    z-index: 20;
    font-size: 0px; }
    #mainMovieWrap .animate02 li {
      display: inline-block;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      #mainMovieWrap .animate02 li.active {
        opacity: 1;
        filter: alpha(opacity=100); }

.ie #mainMovieWrap #mainMovieLogo, .gecko #mainMovieWrap #mainMovieLogo {
  display: block; }
.ie #mainMovieWrap .animate01, .gecko #mainMovieWrap .animate01 {
  display: none; }

@media only screen and (min-width: 640px), print {
  #headerContents {
    display: none; } }
#gnav {
  border-right: 1px solid #fff;
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  padding-left: 0; }
  #gnav li {
    float: left;
    border-right: none;
    border-left: 1px solid #fff; }

#mainImageWrap {
  background: url(/assets/images/50th/top/bg_main.png) repeat fixed center top;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 640px), print {
    #mainImageWrap .triangularLeft, #mainImageWrap .triangularRight {
      border: solid transparent;
      border-top: solid #fff;
      border-bottom: solid transparent;
      border-left: solid #fff;
      height: 0;
      width: 0;
      position: absolute;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: opacity 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: opacity 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: opacity 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: opacity 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    #mainImageWrap.active .triangularLeft, #mainImageWrap.active .triangularRight {
      opacity: 0.6;
      filter: alpha(opacity=60); }
    #mainImageWrap .triangularRight {
      border: solid transparent;
      border-top: solid transparent;
      border-bottom: solid #fff;
      border-right: solid #fff;
      border-left: solid transparent;
      left: auto;
      right: 0;
      bottom: 0; }
    #mainImageWrap .bg {
      position: absolute;
      height: 512px;
      width: 100%;
      top: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #mainImageWrap .bg.bgLeft {
        -moz-transform: matrix(1, 0, 0, 1, -80, -20);
        -webkit-transform: matrix(1, 0, 0, 1, -80, -20);
        -ms-transform: matrix(1, 0, 0, 1, -80, -20);
        transform: matrix(1, 0, 0, 1, -80, -20);
        background: url(/assets/images/50th/top/bg_main_left.png) no-repeat left 0 top -50px; }
      #mainImageWrap .bg.bgLeftBottom {
        -moz-transform: matrix(1, 0, 0, 1, -80, 20);
        -webkit-transform: matrix(1, 0, 0, 1, -80, 20);
        -ms-transform: matrix(1, 0, 0, 1, -80, 20);
        transform: matrix(1, 0, 0, 1, -80, 20);
        background: url(/assets/images/50th/top/bg_main_left_bottom.png) no-repeat left 237px; }
      #mainImageWrap .bg.bgRight {
        -moz-transform: matrix(1, 0, 0, 1, 80, -20);
        -webkit-transform: matrix(1, 0, 0, 1, 80, -20);
        -ms-transform: matrix(1, 0, 0, 1, 80, -20);
        transform: matrix(1, 0, 0, 1, 80, -20);
        background: url(/assets/images/50th/top/bg_main_right.png) no-repeat right -50px; }
      #mainImageWrap .bg.bgRightBottom {
        -moz-transform: matrix(1, 0, 0, 1, 80, 20);
        -webkit-transform: matrix(1, 0, 0, 1, 80, 20);
        -ms-transform: matrix(1, 0, 0, 1, 80, 20);
        transform: matrix(1, 0, 0, 1, 80, 20);
        background: url(/assets/images/50th/top/bg_main_right_bottom.png) no-repeat right 10px bottom -50px; }
      #mainImageWrap .bg.bgCenter {
        -moz-transform: matrix(1, 0, 0, 1, 0, 80);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 80);
        -ms-transform: matrix(1, 0, 0, 1, 0, 80);
        transform: matrix(1, 0, 0, 1, 0, 80);
        background: url(/assets/images/50th/top/bg_main_center.png) no-repeat center bottom; }
      #mainImageWrap .bg.active {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        filter: alpha(opacity=100); } }

#mainImage {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 639px) {
    #mainImage {
      width: 100%;
      margin-top: 60px; } }
  #mainImage .leftBlock {
    background: url(/assets/images/50th/top/bg_mainlogo.png) no-repeat center top;
    height: 512px;
    width: 700px;
    text-align: center; }
    @media only screen and (min-width: 640px), print {
      #mainImage .leftBlock h1 {
        margin: 48px 0 33px; } }
    @media only screen and (max-width: 639px) {
      #mainImage .leftBlock {
        position: relative;
        background: url(/assets/images/50th/top/bg_sp_main.png) repeat center top;
        width: 100%;
        height: 370px;
        padding-top: 15px; }
        #mainImage .leftBlock img {
          position: absolute;
          top: 15px;
          left: 50%;
          margin-left: -150px;
          width: 300px;
          z-index: 2; }
        #mainImage .leftBlock:before, #mainImage .leftBlock:after {
          display: block;
          content: "";
          position: absolute;
          z-index: 1; }
        #mainImage .leftBlock:before {
          width: 153px;
          height: 145px;
          top: 0;
          left: 0;
          background: url(/assets/images/50th/top/bg_top_main_left_sp.png) no-repeat;
          background-size: 153px; }
        #mainImage .leftBlock:after {
          width: 155px;
          height: 136px;
          right: 0;
          bottom: 0;
          background: url(/assets/images/50th/top/bg_top_main_right_sp.png) no-repeat;
          background-size: 155px; } }
  #mainImage .rightBlock {
    background: rgba(255, 237, 171, 0.6);
    width: 280px;
    height: 512px; }
  #mainImage h2 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  #mainImage #mainSlideNewsWrap {
    width: 100%;
    height: 357px; }
    #mainImage #mainSlideNewsWrap .mainSlideNewsInner {
      position: relative;
      width: 100%;
      height: 100%; }
    #mainImage #mainSlideNewsWrap #mainSlideNewsList {
      position: relative;
      width: 100%;
      height: 100%; }
    #mainImage #mainSlideNewsWrap li {
      position: absolute;
      width: 100%;
      opacity: 0.8;
      filter: alpha(opacity=80);
      -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #mainImage #mainSlideNewsWrap li.active {
        opacity: 1;
        filter: alpha(opacity=100); }
      #mainImage #mainSlideNewsWrap li .listInner {
        padding: 14px 12px;
        line-height: 22px; }
        #mainImage #mainSlideNewsWrap li .listInner .imgWrap {
          display: table;
          width: 250px;
          height: 231px;
          background: rgba(231, 210, 185, 0.5); }
          #mainImage #mainSlideNewsWrap li .listInner .imgWrap a {
            display: table-cell;
            text-align: center;
            vertical-align: middle; }
            #mainImage #mainSlideNewsWrap li .listInner .imgWrap a img {
              display: inline;
              -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
              -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
              -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
              -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
              transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
            #mainImage #mainSlideNewsWrap li .listInner .imgWrap a:hover img {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #mainImage #mainSlideNewsWrap li .listInner .date {
          display: block;
          line-height: 19px;
          margin: 10px 0 5px;
          padding-left: 80px;
          background: url(/assets/images/50th/common/icon_news_default.png) no-repeat left center; }
          #mainImage #mainSlideNewsWrap li .listInner .date.kabuki {
            background: url(/assets/images/50th/common/icon_news_kabuki.png) no-repeat left center; }
        #mainImage #mainSlideNewsWrap li .listInner a {
          color: #212121; }
    #mainImage #mainSlideNewsWrap .nav {
      position: absolute;
      width: 100%;
      bottom: -37px;
      text-align: center; }
      #mainImage #mainSlideNewsWrap .nav span {
        display: inline-block;
        width: 30px;
        height: 7px;
        margin: 0 5px;
        cursor: pointer;
        background: #989898; }
        #mainImage #mainSlideNewsWrap .nav span.active {
          background: #D8AD22; }
  #mainImage .btnArea {
    padding-top: 30px;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    height: 94px;
    text-align: center; }
    #mainImage .btnArea .newsLink {
      position: relative;
      display: inline-block; }
      #mainImage .btnArea .newsLink:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/assets/images/50th/top/btn_newslist_on.png) no-repeat left top;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #mainImage .btnArea .newsLink:hover:before {
        opacity: 1;
        filter: alpha(opacity=100); }

@media only screen and (min-width: 640px), print {
  #content02 {
    padding: 50px 0;
    background: url(/assets/images/50th/top/bg_content02_repeat.png); }
    #content02 .bg {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      background: url(/assets/images/50th/top/bg_content02.png) no-repeat right bottom; }
    #content02 #setTicket ul {
      width: 980px; }
      #content02 #setTicket ul .bnr01 {
        background: url(/assets/images/50th/top/btn_setticket_01_on.png) no-repeat; }
      #content02 #setTicket ul .bnr02 {
        background: url(/assets/images/50th/top/btn_setticket_02_on.png) no-repeat; } }
@media only screen and (max-width: 639px) {
  #content02 {
    padding-top: 20px; } }

#content03 {
  background: #fff;
  padding: 75px 0 95px; }
  @media only screen and (max-width: 639px) {
    #content03 {
      padding: 0 0 60px; } }
  @media only screen and (min-width: 640px), print {
    #content03 .bg {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
  @media only screen and (min-width: 640px) and (max-width: 1514px), print {
    #content03 .bg.bgBottomLeft {
      width: 1514px;
      margin-right: -757px;
      right: 50%; }
    #content03 .bg.bgBottomRight {
      width: 1514px;
      margin-left: -757px;
      left: 50%; } }
  @media only screen and (min-width: 640px), print {
      #content03 .bg.bgCenter {
        -moz-transform: matrix(1, 0, 0, 1, 0, 80);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 80);
        -ms-transform: matrix(1, 0, 0, 1, 0, 80);
        transform: matrix(1, 0, 0, 1, 0, 80);
        background: url(/assets/images/50th/top/bg_top_content_3.png) repeat-x center top; }
      #content03 .bg.bgTopLeft {
        -moz-transform: matrix(1, 0, 0, 1, -80, -20);
        -webkit-transform: matrix(1, 0, 0, 1, -80, -20);
        -ms-transform: matrix(1, 0, 0, 1, -80, -20);
        transform: matrix(1, 0, 0, 1, -80, -20);
        background: url(/assets/images/50th/top/bg_content03_top_left.png) no-repeat left top; }
      #content03 .bg.bgTopRight {
        -moz-transform: matrix(1, 0, 0, 1, 80, -20);
        -webkit-transform: matrix(1, 0, 0, 1, 80, -20);
        -ms-transform: matrix(1, 0, 0, 1, 80, -20);
        transform: matrix(1, 0, 0, 1, 80, -20);
        background: url(/assets/images/50th/top/bg_content03_top_right.png) no-repeat right top; }
      #content03 .bg.bgBottomLeft {
        -moz-transform: matrix(1, 0, 0, 1, -80, 20);
        -webkit-transform: matrix(1, 0, 0, 1, -80, 20);
        -ms-transform: matrix(1, 0, 0, 1, -80, 20);
        transform: matrix(1, 0, 0, 1, -80, 20);
        background: url(/assets/images/50th/top/bg_content03_bottom_left.png) no-repeat left bottom; }
      #content03 .bg.bgBottomRight {
        -moz-transform: matrix(1, 0, 0, 1, 80, 20);
        -webkit-transform: matrix(1, 0, 0, 1, 80, 20);
        -ms-transform: matrix(1, 0, 0, 1, 80, 20);
        transform: matrix(1, 0, 0, 1, 80, 20);
        background: url(/assets/images/50th/top/bg_content03_bottom_right.png) no-repeat right bottom; }
      #content03 .bg.active {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        filter: alpha(opacity=100); } }
  @media only screen and (min-width: 640px), print {
    #content03 .block02 {
      margin-top: 60px; } }
  @media only screen and (max-width: 639px) {
    #content03 .block02 {
      margin-top: 20px; } }
  #content03 .block02 h3 {
    text-align: center; }
    @media only screen and (min-width: 640px), print {
      #content03 .block02 h3 {
        position: relative; }
        #content03 .block02 h3:before, #content03 .block02 h3:after {
          display: block;
          content: "";
          position: absolute;
          width: 0;
          height: 4px;
          top: 26px;
          background: url(/assets/images/50th/top/line_news.png) no-repeat;
          -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -webkit-transition-delay: 0.5s;
          -ms-transition-delay: 0.5s;
          -o-transition-delay: 0.5s;
          -ms-transition-delay: 0.5s;
          transition-delay: 0.5s; }
        #content03 .block02 h3:before {
          left: 0; }
        #content03 .block02 h3:after {
          right: 0; }
        #content03 .block02 h3.active:before, #content03 .block02 h3.active:after {
          width: 335px; } }
    @media only screen and (max-width: 639px) {
      #content03 .block02 h3 {
        background: url(/assets/images/50th/top/line_h_sp.png) repeat-x center top, url(/assets/images/50th/top/bg_h_news_sp.png) no-repeat left top;
        background-size: auto 50px;
        height: 50px;
        position: relative; }
        #content03 .block02 h3 .bg {
          background: url(/assets/images/50th/top/bg_h_news_sp.png) no-repeat left top;
          background-size: auto 50px;
          height: 100%;
          width: 100%;
          position: absolute; }
        #content03 .block02 h3 img {
          height: 46px;
          margin: 0 auto; }
        #content03 .block02 h3:before, #content03 .block02 h3:after {
          display: none; } }
  #content03 .block02 a {
    color: #000; }
  #content03 #newsList {
    background: url(/assets/images/50th/top/border_news.png) no-repeat center top rgba(255, 255, 255, 0.7);
    margin: 55px 5px 0;
    padding: 10px 18px 5px;
    overflow-y: auto;
    border: 1px solid #DABC58; }
    @media only screen and (min-width: 640px), print {
      #content03 #newsList {
        height: 260px; } }
    @media only screen and (max-width: 639px) {
      #content03 #newsList {
        height: 250px;
        background: none;
        border: none;
        border-top: 1px solid #BCB1A9;
        margin: 2px 0;
        padding: 0; } }
    #content03 #newsList li {
      border-bottom: 1px solid #BCB1A9;
      display: table;
      width: 100%;
      line-height: 19px;
      padding: 15px 10px;
      background: url(/assets/images/50th/common/icon_news_default.png) no-repeat 10px 15px; }
      @media only screen and (max-width: 639px) {
        #content03 #newsList li {
          background: url(/assets/images/50th/common/icon_news_default_sp.png) no-repeat 10px 15px;
          background-size: 72px !important; } }
      @media only screen and (min-width: 640px), print {
        #content03 #newsList li:last-child {
          border-bottom: none; } }
      #content03 #newsList li.kabuki {
        background: url(/assets/images/50th/common/icon_news_kabuki.png) no-repeat 10px 15px; }
        @media only screen and (max-width: 639px) {
          #content03 #newsList li.kabuki {
            background: url(/assets/images/50th/common/icon_news_kabuki_sp.png) no-repeat 10px 15px; } }
      #content03 #newsList li.hougaku {
        background: url(/assets/images/50th/common/icon_news_hougaku.png) no-repeat 10px 15px; }
        @media only screen and (max-width: 639px) {
          #content03 #newsList li.hougaku {
            background: url(/assets/images/50th/common/icon_news_hougaku_sp.png) no-repeat 10px 15px; } }
      #content03 #newsList li.bunraku {
        background: url(/assets/images/50th/common/icon_news_bunraku.png) no-repeat 10px 15px; }
        @media only screen and (max-width: 639px) {
          #content03 #newsList li.bunraku {
            background: url(/assets/images/50th/common/icon_news_bunraku_sp.png) no-repeat 10px 15px; } }
      #content03 #newsList li.minzoku {
        background: url(/assets/images/50th/common/icon_news_minzoku.png) no-repeat 10px 15px; }
        @media only screen and (max-width: 639px) {
          #content03 #newsList li.minzoku {
            background: url(/assets/images/50th/common/icon_news_minzoku_sp.png) no-repeat 10px 15px; } }
      @media only screen and (min-width: 640px), print {
        #content03 #newsList li .date {
          width: 190px;
          padding-left: 90px; }
        #content03 #newsList li .date, #content03 #newsList li .text {
          display: table-cell; } }
      @media only screen and (max-width: 639px) {
        #content03 #newsList li {
          position: relative;
          padding-right: 30px; }
          #content03 #newsList li .date, #content03 #newsList li .text {
            display: block; }
          #content03 #newsList li .date {
            padding-left: 80px; }
          #content03 #newsList li .text {
            padding-top: 5px; }
          #content03 #newsList li.kabuki, #content03 #newsList li.hougaku, #content03 #newsList li.bunraku, #content03 #newsList li.minzoku {
            padding-top: 50px; }
          #content03 #newsList li.arw:after {
            display: block;
            content: "";
            position: absolute;
            width: 20px;
            height: 100%;
            top: 0;
            right: 0;
            background: url(/assets/images/50th/top/arrow_spBtns.png) no-repeat right center;
            background-size: 20px; } }

@media only screen and (min-width: 640px), print {
  #content04 {
    padding: 60px 0 85px;
    border-top: 1px solid #C39815;
    background: url(/assets/images/50th/top/bg_content04.png) repeat; } }
@media only screen and (max-width: 639px) {
  #content04 {
    background: url(/assets/images/50th/top/bg_content04.png) repeat left 50px; } }
#content04 .contentBlock h3 {
  text-align: center; }
  @media only screen and (min-width: 640px), print {
    #content04 .contentBlock h3 {
      position: relative; }
      #content04 .contentBlock h3:before, #content04 .contentBlock h3:after {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 4px;
        top: 26px;
        background: url(/assets/images/50th/top/line_news.png) no-repeat;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -webkit-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      #content04 .contentBlock h3:before {
        left: 0; }
      #content04 .contentBlock h3:after {
        right: 0; }
      #content04 .contentBlock h3.active:before, #content04 .contentBlock h3.active:after {
        width: 195px; } }
  @media only screen and (max-width: 639px) {
    #content04 .contentBlock h3 {
      background: url(/assets/images/50th/top/line_h_sp.png) repeat-x center top, url(/assets/images/50th/top/bg_h_specialsite_sp.png) no-repeat left top #fff;
      background-size: auto 50px;
      height: 50px;
      position: relative; }
      #content04 .contentBlock h3 .bg {
        background: url(/assets/images/50th/top/bg_h_specialsite_sp.png) no-repeat left top;
        background-size: auto 50px;
        height: 100%;
        width: 100%;
        position: absolute; }
      #content04 .contentBlock h3 img {
        height: 46px;
        margin: 0 auto; }
      #content04 .contentBlock h3:before, #content04 .contentBlock h3:after {
        display: none; } }
#content04 .contentBlock .siteList {
  margin-top: 55px;
  text-align: center; }
  @media only screen and (max-width: 639px) {
    #content04 .contentBlock .siteList {
      margin-top: 20px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 640px), print {
    #content04 .contentBlock .siteList li {
      display: inline-block;
      margin-left: 75px; }
      #content04 .contentBlock .siteList li:first-child {
        margin-left: 0; }
      #content04 .contentBlock .siteList li a {
        display: block; }
        #content04 .contentBlock .siteList li a span {
          display: block; }
        #content04 .contentBlock .siteList li a img {
          -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        #content04 .contentBlock .siteList li a:hover img {
          opacity: 0;
          filter: alpha(opacity=0); }
      #content04 .contentBlock .siteList li.bnr01 a {
        background: url(/assets/images/50th/top/bnr_specialsite_01_on.png) no-repeat; }
      #content04 .contentBlock .siteList li.bnr02 a {
        background: url(/assets/images/50th/top/bnr_specialsite_02_on.png) no-repeat; }
      #content04 .contentBlock .siteList li.bnr03 a {
        background: url(/assets/images/50th/top/bnr_specialsite_03_on.png) no-repeat; } 
      #content04 .contentBlock .siteList li.bnr04 a {
        background: url(/assets/images/50th/top/bnr_specialsite_04_on.png) no-repeat; }  
      #content04 .contentBlock .siteList li.bnr05 a {
        background: url(/assets/images/50th/top/bnr_specialsite_05_on.png) no-repeat; }}
  @media only screen and (max-width: 639px) {
    #content04 .contentBlock .siteList li {
      margin-top: 20px; }
      #content04 .contentBlock .siteList li:first-child {
        margin-top: 0; }
      #content04 .contentBlock .siteList li img {
        width: 278px; } }

@media only screen and (min-width: 640px), print {
  .fixed #headerPos {
    height: 86px; } }
