@charset "utf-8";
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.dropshadow {
  -webkit-box-shadow: 0 1px 6px 2px #555555 !important;
  -moz-box-shadow: 0 1px 6px 2px #555555 !important;
  -ms-box-shadow: 0 1px 6px 2px #555555 !important;
  -o-box-shadow: 0 1px 6px 2px #555555 !important;
  box-shadow: 0 1px 6px 2px #555555 !important;
}
.dropshadow:hover {
  -webkit-box-shadow: 0 1px 6px 4px #555555 !important;
  -moz-box-shadow: 0 1px 6px 4px #555555 !important;
  -ms-box-shadow: 0 1px 6px 4px #555555 !important;
  -o-box-shadow: 0 1px 6px 4px #555555 !important;
  box-shadow: 0 1px 6px 4px #555555 !important;
}

/*
.clearfix:after {
  content: "";
  display: block;
  clear: both;

}
*/
::selection {
  background-color: #aaa;
  color: #fff;
}

/* Firefox対応*/
::-moz-selection {
  background-color: #aaa;
  color: #fff;
}

html {
  height: 100%;
  min-height: 640px !important;
  min-width: 970px !important;
}

body {
  width: 100%;
  height: 100%;
  min-height: 640px !important;
  min-width: 970px !important;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",  "ＭＳ 明朝","Georgia", "Times New Roman", "平成明朝", Serif;
}

div#page {
  margin: 0 auto;
  height: 100%;
}

header#mainHeader {
  position: fixed;
  float: left;
  width: 210px;
  height: 100%;
  min-height: 640px !important;
  background-color: #fff;
}
header#mainHeader nav {
  padding: 10px 20px 10px;
}
header#mainHeader nav ul li {
  margin-bottom: 6px;
}
header#mainHeader nav ul li.top a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.top a {
  background-image: url(../img/menu/menu_top.png);
}
header#mainHeader nav ul li.top a:hover {
  background-position: left -28px;
}
header#mainHeader nav ul li.news a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.news a {
  background-image: url(../img/menu/menu_news.png);
}
header#mainHeader nav ul li.news a:hover {
  background-position: left -28px;
}
header#mainHeader nav ul li.movie a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.movie a {
  background-image: url(../img/menu/menu_movie.png);
}
header#mainHeader nav ul li.movie a:hover {
  background-position: left -28px;
}
header#mainHeader nav ul li.story a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.story a {
  background-image: url(../img/menu/menu_story.png);
}
header#mainHeader nav ul li.story a:hover {
  background-position: left -28px;
}
header#mainHeader nav ul li.themesong a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.themesong a {
  background-image: url(../img/menu/menu_themesong.png);
}
header#mainHeader nav ul li.themesong a:hover {
  background-position: left -28px;
}
header#mainHeader nav ul li.introduction a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.introduction a {
  background-image: url(../img/menu/menu_introduction.png);
}
header#mainHeader nav ul li.introduction a:hover {
  background-position: left -28px;
}
header#mainHeader nav ul li.staff a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.staff a {
  background-image: url(../img/menu/menu_staff.png);
}
header#mainHeader nav ul li.staff a:hover {
  background-position: left -28px;
}
header#mainHeader nav ul li.cast a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.cast a {
  background-image: url(../img/menu/menu_cast.png);
}
header#mainHeader nav ul li.cast a:hover {
  background-position: left -28px;
}
header#mainHeader nav ul li.theater a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.theater a {
  background-image: url(../img/menu/menu_theater.png);
}
header#mainHeader nav ul li.theater a:hover {
  background-position: left -28px;
}
header#mainHeader nav ul li.special a {
  display: block;
  text-indent: -110%;
  height: 23px;
  overflow: hidden;
  background: no-repeat left top;
}
header#mainHeader nav ul li.special a {
  cursor: default;
  background-image: url(../img/menu/menu_special_comingsoon.png);
  background-position: -2px top;
}
header#mainHeader nav div.sns {
  margin-top: 8px;
  margin-left: 20px;
}
header#mainHeader nav div.sns a {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 25px;
  margin-right: 10px;
}
header#mainHeader nav div.sns a.twitter {
  background: url(../img/menu/menu_twitter.png) no-repeat left top;
}
header#mainHeader nav div.sns a.facebook {
  background: url(../img/menu/menu_facebook.png) no-repeat left top;
}
header#mainHeader nav div.sns a:hover {
  background-position: left -25px;
}
header#mainHeader nav div.village_vanguard_banner {
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 2px;
  width: 140px;
  height: 100px;
}
header#mainHeader nav div.village_vanguard_banner:hover {
  opacity: 0.7;
}
header#mainHeader nav div.village_vanguard_banner img {
  width: 100%;
  height: 100px;
}
header#mainHeader nav div.banner {
  width: 140px;
  margin-left: 20px;
  margin-top: 10px;
}
header#mainHeader nav div.banner:hover {
  opacity: 0.7;
}
header#mainHeader nav div.banner a {
  display: block;
}
header#mainHeader nav div.banner a img {
  width: 100%;
  height: auto;
}
header#mainHeader nav div.banner.special_banner a {
  width: 140px;
  height: 72px;
}
header#mainHeader nav div.banner.greeting_banner a {
  width: 140px;
  height: 72px;
}
header#mainHeader div.imgHolder {
  position: absolute;
  left: 0;
  bottom: 0;
}

div#main {
  float: left;
  width: 100%;
}
div#main img {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
div#main a {
  text-decoration: none;
  color: #00B3CD;
  box-shadow: 0 0 0 #ffdd00 inset;
  border-bottom: 0 solid #ffdd00;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
div#main a:hover {
  color: #000 !important;
  box-shadow: 0 -0.55em 0 #ffdd00 inset;
  border-bottom: 0.2em solid #ffdd00;
  -webkit-transition: 0.08s linear;
  -moz-transition: 0.08s linear;
  -ms-transition: 0.08s linear;
  -o-transition: 0.08s linear;
  transition: 0.08s linear;
}
div#main div.contents {
  position: relative;
  overflow: hidden;
  margin-left: 210px;
  /*
  .mc-cycle {
      // left: $headerWidth !important;
  }
  */
}
div#main div.contents section {
  clear: both;
  position: relative;
  height: 600px;
  z-index: 1;
  background: no-repeat center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 210px;
}
div#main div.contents section div.container {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
div#main div.contents section div.container h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}
div#main div.contents section div.container div.centerContainer {
  display: table;
  height: 80%;
  width: 100%;
  text-align: center;
  opacity: 0;
  margin-left: -100px;
  overflow: hidden;
}
div#main div.contents section div.container div.centerContainer div.center {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div#main div.contents section div.container div.centerContainer div.center div.imgHolder p.indent {
  position: absolute;
  text-indent: -30000px;
  z-index: -10;
}
div#main div.contents section div.container div.centerContainer div.center div.imgHolder div.icons a {
  width: 38px;
  height: 38px;
  position: absolute;
  display: block;
  overflow: hidden;
}
div#main div.contents section div.container div.centerContainer div.center div.imgHolder div.icons a.twitter {
  top: 381px;
  left: 238px;
  background: url(../img/icon_twitter.png) no-repeat left top;
}
div#main div.contents section div.container div.centerContainer div.center div.imgHolder div.icons a.twitter:hover {
  background-position: left -38px;
}
div#main div.contents section div.container div.centerContainer div.center div.imgHolder div.icons a.facebook {
  top: 443px;
  left: 239px;
  background: url(../img/icon_facebook.png) no-repeat left top;
}
div#main div.contents section div.container div.centerContainer div.center div.imgHolder div.icons a.facebook:hover {
  background-position: left -38px;
}
div#main div.contents section div.container div.centerContainer div.center div.imgHolder div.icons a.homepage {
  width: 42px;
  height: 42px;
  top: 505px;
  left: 236px;
  background: url(../img/icon_hp.png) no-repeat left top;
}
div#main div.contents section div.container div.centerContainer div.center div.imgHolder div.icons a.homepage:hover {
  background-position: left -42px;
}
div#main div.contents section#top {
  min-height: 100%;
}
div#main div.contents section#top div.bgs {
  position: relative;
  min-height: 390px !important;
}
div#main div.contents section#top div.bgs div.bg {
  background: url(../img/bg/top_bg.jpg) no-repeat 210px 0px fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
}
div#main div.contents section#top div.bgs img {
  position: absolute;
  opacity: 0;
}
div#main div.contents section#top div.bgs img.date {
  top: 2%;
  left: -30px;
  width: 19.1%;
}
div#main div.contents section#top div.bgs img.catchcopy {
  top: 10px;
  right: 5px;
  height: 70%;
}
div#main div.contents section#top div.bgs img.cast {
  bottom: -10px;
  right: 0;
}
div#main div.contents section#top div.bgs h1.title {
  position: absolute;
  width: 65%;
  height: 54%;
  top: 50%;
  left: 50%;
  margin-left: -375px;
  margin-top: -160px;
}
div#main div.contents section#top div.bgs h1.title img {
  position: static;
  width: 100%;
}
div#main div.contents section#top div.bgs h1.title img.ja {
  margin-top: -35px;
}
div#main div.contents section#top div.footer {
  position: relative;
  clear: both;
  float: right;
  width: 0;
  height: 60px;
  background-color: #00b3cd;
  margin-top: -60px;
}
div#main div.contents section#top div.footer img {
  display: none;
  position: absolute;
  top: 5%;
  right: 0;
}
div#main div.contents section#news {
  background-position: 210px 0px;
  background-image: url(../img/bg/news_bg.jpg);
}
div#main div.contents section#news .container {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
div#main div.contents section#news .container h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}
div#main div.contents section#news .container div.facebookFeed {
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.6;
  height: 480px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
div#main div.contents section#news .container div.facebookFeed ul {
  padding-top: 20px;
}
div#main div.contents section#news .container div.facebookFeed ul li {
  padding: 0 20px 1em;
  border-bottom: 2px solid #00b3dc;
  margin-bottom: 1em;
}
div#main div.contents section#news .container div.facebookFeed ul li time {
  color: #00b3cd;
  font-weight: bold;
}
div#main div.contents section#news .container div.facebookFeed ul li a {
  color: #00b3cd;
  text-decoration: none;
}
div#main div.contents section#news .container div.facebookFeed ul li a:hover {
  color: #aaa;
}
div#main div.contents section#news .container div.facebookFeed ul li:last-child {
  margin-bottom: 0;
}
div#main div.contents section#news .container div.facebookFeed ul li img {
  margin-bottom: 1em;
}
div#main div.contents section#news .container div.facebookFeed img.loader {
  display: block;
  position: absolute;
  width: 128px;
  height: 15px;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -64px;
}
div#main div.contents section#news .container div.facebookFeed div.ps-scrollbar-y {
  background-color: #00b3cd !important;
  border-radius: 0 !important;
  opacity: 1;
}
div#main div.contents section#news .container a.facebookLink {
  display: block;
  width: 137px;
  height: 26px;
  background: url(../img/news_fb_botton.png) no-repeat left top;
}
div#main div.contents section#news .container a.facebookLink:hover {
  background-position: left -26px;
}
div#main div.contents section#movie div.playBtn {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background: url(../img/youtube_playbtn.png) no-repeat left top;
}
div#main div.contents section#movie div.playBtn:hover {
  background-position: left -100px;
}
div#main div.contents section#story, div#main div.contents section#themesong, div#main div.contents section#staff, div#main div.contents section#cast {
  min-height: 700px !important;
}
div#main div.contents section#story {
  width: 100%;
  background-position: center center;
  background-image: url(../img/bg/story_bg.jpg);
}
div#main div.contents section#story div.container div.centerContainer div.center div.imgHolder img {
  width: 100%;
  height: auto;
}
div#main div.contents section#themesong {
  width: 100%;
  background-position: 100px -20px;
  background-image: url(../img/bg/themesong_bg.jpg);
}
div#main div.contents section#themesong div.container div.centerContainer {
  text-align: center;
}
div#main div.contents section#themesong div.container div.centerContainer div.center {
  position: relative;
}
div#main div.contents section#themesong div.container div.centerContainer div.center div.imgHolder {
  position: relative;
}
div#main div.contents section#themesong div.container div.centerContainer div.center div.imgHolder > img {
  width: 100%;
  height: auto;
}
div#main div.contents section#staff {
  width: 100%;
  background-position: 100px -20px;
  background-image: url(../img/bg/staff_bg.jpg);
}
div#main div.contents section#staff div.container {
  width: 750px;
  overflow: hidden;
}
div#main div.contents section#staff div.container div.centerContainer {
  width: 500%;
}
div#main div.contents section#staff div.container div.centerContainer div.center {
  position: relative;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder {
  float: left;
  width: 750px;
  position: relative;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder > img {
  width: 100%;
  height: auto;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.itemlink a {
  display: block;
  position: absolute;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.itemlink a.sgc1 {
  top: 70px;
  left: 46px;
  width: 104px;
  height: 163px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.itemlink a.sgc2 {
  top: 246px;
  left: 46px;
  width: 104px;
  height: 163px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.itemlink a.sgc3 {
  top: 422px;
  left: 34px;
  width: 128px;
  height: 130px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.itemlink a:hover {
  opacity: 0.5;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.icons.aoyama a.twitter {
  top: 383px;
  left: 193px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.icons.aoyama a.facebook {
  top: 445px;
  left: 193px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.icons.aoyama a.homepage {
  top: 508px;
  left: 193px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.icons.konuma a.twitter {
  top: 383px;
  left: 28px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.icons.konuma a.facebook {
  top: 445px;
  left: 28px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.imgHolder div.icons.konuma a.homepage {
  top: 508px;
  left: 28px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.btns {
  position: relative;
  width: 750px !important;
  top: 25px;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.btns > div {
  position: absolute;
  background: url(../img/nextprevbtn.gif) no-repeat left top;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.btns > div.prevbtn {
  background-position: left -25px;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
div#main div.contents section#staff div.container div.centerContainer div.center div.btns > div.nextbtn {
  bottom: 0;
  right: 0;
}
div#main div.contents section#cast {
  width: 100%;
  min-height: 800px !important;
  background-position: 100px -20px;
  background-image: url(../img/bg/cast_bg.jpg);
}
div#main div.contents section#cast div.container {
  width: 750px;
  overflow: hidden;
}
div#main div.contents section#cast div.container div.centerContainer {
  width: 500%;
}
div#main div.contents section#cast div.container div.centerContainer div.center {
  position: relative;
  padding-bottom: 80px;
  /*
  div.btns {
      position: relative;
      width: 750px !important;
      top: 25px;
      // position: relative;
      // top: 0;
      // left: 0;
      >div {
          position: absolute;
          background: url(../img/nextprevbtn.gif) no-repeat left top;
          width: 25px;
          height: 25px;
          cursor: pointer;
          &.prevbtn {
              background-position: left -25px;
              bottom: 0;
              left: 0;
              opacity: 0.3;
          }
          &.nextbtn {
              bottom: 0;
              right: 0;
          }
      }
  }
  */
}
div#main div.contents section#cast div.container div.centerContainer div.center div.imgHolder {
  float: left;
  width: 750px;
  position: relative;
}
div#main div.contents section#cast div.container div.centerContainer div.center div.imgHolder > img {
  width: 100%;
  height: auto;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns {
  position: absolute;
  width: 750px !important;
  bottom: 5px;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn {
  display: inline-block;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:nth-child(1) {
  background: url(../img/cast/cast_tab_01.png) no-repeat;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:nth-child(2) {
  background: url(../img/cast/cast_tab_02.png) no-repeat;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:nth-child(3) {
  background: url(../img/cast/cast_tab_03.png) no-repeat;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:nth-child(4) {
  background: url(../img/cast/cast_tab_04.png) no-repeat;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:nth-child(5) {
  background: url(../img/cast/cast_tab_05.png) no-repeat;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:nth-child(6) {
  background: url(../img/cast/cast_tab_06.png) no-repeat;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:nth-child(7) {
  background: url(../img/cast/cast_tab_07.png) no-repeat;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:nth-child(8) {
  background: url(../img/cast/cast_tab_08.png) no-repeat;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:nth-child(9) {
  background: url(../img/cast/cast_tab_09.png) no-repeat;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:last-child {
  margin-right: 0;
}
div#main div.contents section#cast div.container div.centerContainer div.center .btns ul li.btn:hover {
  opacity: 0.5;
}
div#main div.contents section#theater {
  width: 100%;
  min-height: 1150px !important;
  background-position: 100px 0px;
  background-image: url(../img/bg/theater_bg.jpg);
}
div#main div.contents section#theater div.container {
  width: 750px;
  overflow: hidden;
}
div#main div.contents section#theater div.container div.centerContainer div.center {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
}
div#main div.contents section#theater div.container div.centerContainer div.center p.attention {
  width: 690px;
  color: #00b3cd;
  font-size: 11px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 auto 15px;
}
div#main div.contents section#theater div.container div.centerContainer div.center table {
  margin: 0 auto;
  max-width: 730px;
  color: #00b3cd;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.4;
}
div#main div.contents section#theater div.container div.centerContainer div.center table th, div#main div.contents section#theater div.container div.centerContainer div.center table td {
  max-width: 250px;
  padding: 6px 10px 4px 10px;
  text-align: center;
  font-weight: bold;
  /*
  small {
      font-size: 0.7em;
  }
  */
}
div#main div.contents section#theater div.container div.centerContainer div.center table tr td:nth-child(1),
div#main div.contents section#theater div.container div.centerContainer div.center table tr td:nth-child(2) {
  text-align: left;
}
div#main div.contents section#theater div.container div.centerContainer div.center table tr.areaLine {
  background-color: #00b3cd;
  color: #fff;
  letter-spacing: 3px;
}
div#main div.contents section#theater div.container div.centerContainer div.center table tr.areaLine td {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 6px;
}
div#main div.contents section#villageVanguard {
  width: 100%;
  min-height: 1150px !important;
  background-image: url(../img/bg/village_vanguard_bg.jpg);
}
div#main div.contents section#villageVanguard .center > .imgHolder {
  position: relative;
}
div#main div.contents section#villageVanguard .center > .imgHolder a.link {
  position: absolute;
  top: 150px;
  height: 37px;
  border: none;
  box-shadow: none;
}
div#main div.contents section#villageVanguard .center > .imgHolder a.link:hover {
  border: none;
  box-shadow: none;
}
div#main div.contents section#villageVanguard .center > .imgHolder a.link.villageVanguard_link {
  left: 271px;
}
div#main div.contents section#villageVanguard .center > .imgHolder a.link.villageVanguard_link img {
  width: 120px;
  height: auto;
}
div#main div.contents section#villageVanguard .center > .imgHolder a.link.tsuhan_link {
  left: 400px;
}
div#main div.contents section#villageVanguard .center > .imgHolder a.link.tsuhan_link img {
  width: 120px;
  height: auto;
}
div#main div.contents section#special {
  width: 100%;
  min-height: 1400px !important;
  background-image: url(../img/bg/special_bg.jpg);
  background-position: left 0px;
}
div#main div.contents section#special .center .imgHolder {
  position: relative;
}
div#main div.contents section#special .center .imgHolder .links {
  position: absolute;
  top: 975px;
  right: 27px;
}
div#main div.contents section#special .center .imgHolder .links a.link {
  float: left;
  margin-right: 10px;
}
div#main div.contents section#special .center .imgHolder .links a.link:hover {
  box-shadow: none;
  border: none;
}
div#main div.contents section#special .center .imgHolder .links a.link:last-child {
  margin-right: 0;
}
div#main div.contents section#special .center .imgHolder .links a.link.morikawa {
  width: 132px;
  height: 41px;
  overflow: hidden;
}
div#main div.contents section#special .center .imgHolder .links a.link.morikawa img:hover {
  margin-top: -41px;
  box-shadow: none;
  border: none;
}
div#main div.contents section#special .center .imgHolder .links a.link.appstore {
  width: 130px;
  height: 39px;
}
div#main div.contents section#special .center .imgHolder .links p.kiyaku {
  clear: both;
  font-size: 11px;
  text-align: left;
  padding-top: 20px;
}
div#main div.contents div#maximage {
  position: relative !important;
}

footer {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

html.iphone header#mainHeader,
html.ipad header#mainHeader,
html.ipod header#mainHeader,
html.android header#mainHeader,
html.mobile header#mainHeader {
  position: absolute;
  top: 0;
  left: 0;
}
html.iphone section#top div.bg,
html.ipad section#top div.bg,
html.ipod section#top div.bg,
html.android section#top div.bg,
html.mobile section#top div.bg {
  background-position: 0px -280px !important;
  -webkit-background-size: auto !important;
  background-size: auto !important;
  min-height: 600px;
}
html.iphone section#news, html.iphone section#story, html.iphone section#staff, html.iphone section#cast, html.iphone section#themesong, html.iphone section#theater,
html.ipad section#news,
html.ipad section#story,
html.ipad section#staff,
html.ipad section#cast,
html.ipad section#themesong,
html.ipad section#theater,
html.ipod section#news,
html.ipod section#story,
html.ipod section#staff,
html.ipod section#cast,
html.ipod section#themesong,
html.ipod section#theater,
html.android section#news,
html.android section#story,
html.android section#staff,
html.android section#cast,
html.android section#themesong,
html.android section#theater,
html.mobile section#news,
html.mobile section#story,
html.mobile section#staff,
html.mobile section#cast,
html.mobile section#themesong,
html.mobile section#theater {
  background-position: -100px 0 !important;
  background-attachment: scroll !important;
  -webkit-background-size: auto !important;
  background-size: auto !important;
}
html.iphone section#theater,
html.ipad section#theater,
html.ipod section#theater,
html.android section#theater,
html.mobile section#theater {
  height: 1000px !important;
}
html.iphone section.fadeInPicture .centerContainer,
html.ipad section.fadeInPicture .centerContainer,
html.ipod section.fadeInPicture .centerContainer,
html.android section.fadeInPicture .centerContainer,
html.mobile section.fadeInPicture .centerContainer {
  opacity: 1 !important;
  margin-left: 0 !important;
}
