.main__visual {
  overflow: hidden;
  position: relative; }
  .main__visual .noise {
    background: url(../images/dot.png) repeat left top;
    width: 100%;
    position: relative;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .main__visual .container {
    z-index: 9999; 
		position:absolute;
		left:50%;
		top:0;
		margin:0 0 0 -500px;
	}
  .main__visual p {
    padding-top: 10%;
    padding-left: 55px;
    position: relative;
    z-index: 9999; }
  .main__visual video {
    z-index: 99;
    width: 100%;
    margin: 0 auto;
		display:block; }

.top__one {
  background: url(../images/top01_bg.jpg) no-repeat center top;
  height: 650px;
  padding-top: 0; }
  .top__one h2 {
    text-align: center;
    margin-bottom: 10px; }
  .top__one ul li {
    display: block;
    float: left;
    width: 310px;
    margin-right: 20px; }
    .top__one ul li a {
      text-decoration: none; }
    .top__one ul li figure {
      margin-bottom: 15px; }
    .top__one ul li:last-child {
      margin-right: 0; }
    .top__one ul li p {
      line-height: 1.5; }

.top__two {
  background: url(../images/top02_bg.jpg) no-repeat center top;
  padding-bottom: 65px; }
  .top__two h2 {
    text-align: center;
    margin-bottom: 20px; }
  .top__two-right h3 {
    float: right; }
  .top__two-right ul {
    float: right; }
  .top__two-left h3 {
    float: left; }
  .top__two__item {
    margin-bottom: 25px; }
    .top__two__item ul li {
      width: 260px;
      display: block;
      float: left;
      margin-right: 20px;
      color: #fff;
      position: relative;
      overflow: hidden; }
      .top__two__item ul li:hover .over-play {
        top: -27px; }
      .top__two__item ul li h4 {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        text-align: center;
        font-size: 17px;
        margin-bottom: 10px; }
      .top__two__item ul li .over-play {
        position: absolute;
        background: rgba(0, 0, 0, 0.35) url(../images/top02_arrow_top.png) no-repeat center 10px;
        padding: 35px 15px 15px 15px;
        left: 0;
        right: 0;
        top: 130px;
        bottom: 0;
        transition: top 1s;
        -moz-transition: top 1s;
        -webkit-transition: top 1s; }
        .top__two__item ul li .over-play p {
          line-height: 1.5; }
      .top__two__item ul li:last-child {
        margin-right: 0; }

.top__three {
  background: url(../images/top03_bg.jpg) no-repeat center top;
  padding-bottom: 78px; }
  .top__three__item {
    padding: 0 20px; }
  .top__three__right figure {
    float: right; }
  .top__three__right .msg {
    background: url(../images/top03_l.png) no-repeat center top;
    overflow: hidden;
    padding: 30px 50px;
    height: 250px; }
    .top__three__right .msg h3 {
      font-size: 17px;
      color: #151515;
      text-align: center;
      margin-bottom: 15px; }
  .top__three__left figure {
    float: left; }
  .top__three__left .msg {
    background: url(../images/top03_r.png) no-repeat center top;
    overflow: hidden;
    padding: 30px;
    height: 250px; }
    .top__three__left .msg h3 {
      font-size: 17px;
      color: #151515;
      text-align: center;
      margin-bottom: 15px; }
  .top__three h2 {
    text-align: center;
    margin-bottom: 40px; }

.top__news {
  background: url(../images/top_new_bg.gif) repeat center top;
  padding-top: 45px;
  padding-bottom: 55px; }
  .top__news__content {
    background-color: #f3f6fb;
    height: 180px;
    padding: 15px 20px 15px 30px;
    overflow: hidden; }
    .top__news__content dl {
      padding: 13px 0; }
      .top__news__content dl dt {
        float: left;
        margin-right: 20px;
        color: #2285b4;
        margin-right: 20px;
        font-size: 13px;
        background: url(../images/top_new_icon.png) no-repeat left center;
        padding-left: 20px; }
      .top__news__content dl dd {
        overflow: hidden; }
        .top__news__content dl dd a {
          color: #202020;
          text-decoration: none; }
          .top__news__content dl dd a:hover {
            text-decoration: underline; }
  .top__news__inner {
    overflow-y: scroll;
    height: 150px; }
  .top__news__tit {
    background: #fff url(../images/top_new_bg1.gif) no-repeat right top;
    text-align: center;
    display: block;
    float: left;
    width: 225px;
    padding-top: 20px;
    padding-bottom: 30px; }
    .top__news__tit h2 {
      margin-bottom: 10px; }

.top__column {
  background: url(../images/top_column_bg.jpg) no-repeat center top;
  padding-bottom: 55px;
}
.top__column h2 {
  text-align: center;
}
.top__column ul {
  padding: 0 20px;
  margin-top: 27px;
}
.top__column ul li {
  display: block;
  float: left;
  height: 310px;
  margin-right: 22px;
  overflow: hidden;
  padding-left: 15px;
  padding-top: 27px;
  position: relative;
  width: 305px;
}
.top__column ul li:first-child:after {
   -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg); 
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 15px;
  position: absolute;
  right: 0;
  top: 53px;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
  width: 100%;
  z-index: 9;
}
.top__column ul li:last-child {
  margin-right: 0;
}
.top__column ul li:last-child:after {
   -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg); 
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 15px;
  position: absolute;
  right: 0;
  top: 53px;
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  width: 100%;
  z-index: 9;
}
.top__column ul li a {
  display: block;
  text-decoration: none;
  padding: 5px;
  background-color: #fff;
  position: relative;
  z-index: 9999;
}
.top__column ul li h3 {
  font-weight: normal;
  text-align: center;
  padding: 10px 2%;
  font-size: 17px;
  font-family: "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
  min-height: 79px;
  display: flex;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.top__column ul li span {
  position: absolute;
  left: -13px;
  top: -22px;
  z-index: 9999;
  background: url(../images/vol1.png) no-repeat;
  width: 160px;
  height: 51px;
  line-height: 44px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  font-size: 14px;
  font-style: italic;
}
.top__column ul li.mid span {
  top: -25px;
  left: -15px;
}
.top__column .column__btn {
  position: absolute;
  top: 80px;
  right: 0;
}

.top__two__bg1 {
  background: url(../images/top02_bg1.png) no-repeat 20px center;
  padding: 39px 0;
}
.top__two__bg2 {
  background: url(../images/top02_bg2.png) no-repeat right 20px center;
  padding: 39px 0;
}
.top__two__bg3 {
  background: url(../images/top02_bg3.png) no-repeat 20px center;
  padding: 39px 0;
}
.top__two-left h3 {
    padding-left: 55px;
    padding-right: 30px;
    padding-top: 23px;
}
.top__two-right h3 {
    padding-left: 30px;
    padding-right: 55px;
    padding-top: 10px;
}