/**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**/
html, body {
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
}

/* for IE6 */
* html body {
  font-size: 75%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 75%;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
/*img reset*/
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

/*------------------------------------*/
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  outline: none;
}

.container {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 290px;
}

/*---------
navigation
---------*/
.navigation {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  bottom: -100px;
  z-index: 5;
}

.navTrainBlock {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.navTrainBlock__bg {
  position: relative;
}

.navTrainBlock__train {
  position: absolute;
  bottom: 0;
  left: 0;
}
.navTrainBlock__train_tr0 {
  display: none;
  margin-left: -805px;
}
.navTrainBlock__train_tr1 {
  display: none;
  margin-left: -796px;
}
.navTrainBlock__train_tr2 {
  display: none;
  margin-left: -137px;
}

.navTrainBlock__holl {
  position: absolute;
  overflow: hidden;
}
.navTrainBlock__holl_left {
  bottom: 0px;
  left: -1390px;
}
.navTrainBlock__holl_right {
  bottom: 0px;
  right: -1390px;
}

.navBlock {
  width: 100%;
  background: #000;
}
.navBlock__inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  height: 77px;
}
.navBlock__inner__logo {
  position: relative;
  float: left;
  margin-top: -92px;
  margin-left: 30px;
}
.navBlock__inner__list {
  float: left;
}
.navBlock__inner__list__link {
  float: left;
  margin: 0 20px 0 62px;
}
.navBlock__inner__list__link a {
  display: block;
  padding: 23px 0 10px 0;
}
.navBlock__inner__list__link a:hover {
  border-bottom: 1px solid #F4A915;
}
.navBlock__inner__list__link a.ac {
  border-bottom: 1px solid #F4A915;
}
.navBlock__inner__metro {
  float: right;
  margin-top: 11px;
}

.ftBlock {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  top: -4px;
}
.ftBlock__list {
  float: left;
}
.ftBlock__list__link {
  float: left;
  margin: 10px 15px 0 0;
}
.ftBlock__list__link_tw {
  margin: 4px 15px 0 0;
}
.ftBlock__list__line {
  float: left;
  margin: 10px 15px 0 0;
}

.copyBlock {
  width: 100%;
}
.copyBlock__inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.copyBlock__inner__copy {
  text-align: right;
  color: #fff;
  padding: 32px 0 14px 0;
  font-size: 11px;
}

/**/
.btnBlock {
  width: 670px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.btnBlock_renew {
  padding-top: 360px;
}

.btnBlock_station {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btnBlock_train {
  padding-top: 62px;
}

.btnBlock_m1 {
  padding-top: 50px;
}

.btnBlock_m4 {
  padding-top: 50px;
}

/*---------
pageTop
---------*/
.pageTop {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.pageTop__link {
  display: block;
  text-align: right;
}
.pageTop__link img:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  zoom: 1;
}

.container {
  background: #ffd801;
}

/*---------
main
---------*/
.mainBlock {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 480px;
  background: #f4a915 url(../imgs/main/mainBg.png) bottom center repeat-x;
  overflow: hidden;
}
.mainBlock__inner {
  width: 100%;
  overflow: hidden;
}
.mainBlock__inner__slide {
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -2339px;
}

.topSlide {
  position: absolute;
  top: 0;
  left: 0;
}
.topSlide__list {
  position: absolute;
  height: 432px;
  overflow: hidden;
}

/*---------
renew
---------*/
.renewBlock {
  position: relative;
  width: 100%;
  background: #ffd801;
  height: 724px;
  overflow: hidden;
}
.renewBlock__bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}
.renewBlock__bg__target {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 724px;
}

.renewBlock__inner {
  position: relative;
  width: 1000px;
  height: 525px;
  background: #ffd801;
  margin: 0 auto;
  text-align: center;
  top: 99px;
}
.renewBlock__inner__title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 61px;
}
.renewBlock__inner__subtex {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
.renewBlock__inner__text {
  position: absolute;
  top: 0;
  left: 0;
}
.renewBlock__inner__text_left {
  top: 61px;
  left: 43px;
}
.renewBlock__inner__text_center {
  top: 202px;
  left: 361px;
}
.renewBlock__inner__text_right {
  top: 61px;
  left: 655px;
}
.renewBlock__inner__btn {
  width: 670px;
  margin: 0 auto;
  text-align: center;
  padding-top: 360px;
  overflow: hidden;
}
.renewBlock__inner__btn__link_left {
  float: left;
}
.renewBlock__inner__btn__link_right {
  float: right;
}

/*---------
station
---------*/
.stationBlock {
  position: relative;
  width: 100%;
  background: #f4a915 url(../imgs/dotLine.png) top left repeat-x;
}
.stationBlock__inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.stationBlock__inner__title {
  padding-top: 88px;
}
.stationBlock__inner__text {
  padding-top: 15px;
}
.stationBlock__inner__area {
  padding-top: 13px;
  padding-bottom: 60px;
}

.designBlock {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.designBlock__inner {
  position: absolute;
  top: 0;
  left: 0;
}
.designBlock__inner__list {
  position: absolute;
  height: 340px;
  overflow: hidden;
}

.bnrBlock {
  padding-bottom: 50px;
}
.bnrBlock__title {
  padding-top: 45px;
  padding-bottom: 33px;
}

.bnrBlock__bnr {
  position: relative;
  top: -40px;
}

/*---------
train
---------*/
.trainBlock {
  position: relative;
  width: 100%;
  background: #ffffff url(../imgs/dotLine.png) top left repeat-x;
  padding-bottom: 100px;
}
.trainBlock__inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.trainBlock__inner__title {
  padding: 70px 0;
}
.trainBlock__inner__img {
  margin: 0 auto;
  text-align: center;
}
.trainBlock__inner__img_beImg {
  margin-top: 47px;
}
.trainBlock__inner__img_arrow {
  overflow: hidden;
  width: 84px;
  height: 98px;
  margin-top: 22px;
}
.trainBlock__inner__img_arrow img {
  display: block;
}
.trainBlock__inner__img_afImg {
  margin-top: 36px;
}
.trainBlock__inner__img_afTxt {
  margin-top: 36px;
}

/*---------
cm
---------*/
.cmBlock {
  position: relative;
  width: 100%;
  background: #000000 url(../imgs/dotLine.png) top left repeat-x;
  padding-bottom: 80px;
}
.cmBlock__inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.cmBlock__inner__title {
  padding-top: 82px;
}
.cmBlock__inner__text {
  padding-top: 40px;
}
.cmBlock__inner__video {
  padding-top: 38px;
}

/*---------
poster
---------*/
.posterBlock {
  position: relative;
  width: 100%;
  background: #ffd801 url(../imgs/dotLine.png) top left repeat-x;
}
.posterBlock__inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.posterBlock__inner__title {
  padding-top: 78px;
}
.posterBlock__inner__text {
  padding-top: 41px;
}

.psImgBlock {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.psImgBlock__inner {
  margin: 0 auto;
  text-align: center;
  width: 1020px;
  overflow: hidden;
}
.psImgBlock__inner__list {
  position: relative;
  float: left;
  margin: 10px;
  width: 235px;
  height: 164px;
  overflow: hidden;
  cursor: pointer;
}
.psImgBlock__inner__list__over {
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 144px;
  border: 10px solid #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  zoom: 1;
  display: none;
}

/*---------
viewBlock
---------*/
.viewBlock {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}
.viewBlock__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  zoom: 1;
  cursor: pointer;
}

.viewBlock__inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 586px;
  display: none;
}
.viewBlock__inner__slide {
  position: relative;
  width: 100%;
  height: 586px;
  overflow: hidden;
}

.slideblock {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -418px;
}
.slideblock__btn {
  position: absolute;
  top: 260px;
  left: 50%;
  cursor: pointer;
}
.slideblock__btn_prev {
  margin-left: -475px;
}
.slideblock__btn_next {
  margin-left: 435px;
}
.slideblock__btn.none {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  zoom: 1;
}

.slideblock__close {
  position: absolute;
  top: -50px;
  left: 50%;
  cursor: pointer;
  margin-left: 435px;
}

.loadingBlock {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  display: none;
}
