@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 top.css
* * * * * * * * * * * * * * * * * */
/* mainVisual
--------------------------------- */
section#mainVisual {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

#main ul.bxslider li {
  height: 700px;
}

#main ul.bxslider li.slide01 {
  background: url(../img/home/bg_main01.jpg) center top no-repeat;
}

#main ul.bxslider li.slide02 {
  background: url(../img/home/bg_main02.jpg) center top no-repeat;
}

#main ul.bxslider li .txts {
  box-sizing: border-box;
  width: 1024px;
  margin: 0 auto;
  padding: 210px 520px 0 0;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#main ul.bxslider li .txts p.logo {
  margin-bottom: 20px;
}

#main ul.bxslider li .txts p.txt {
  margin-bottom: 25px;
  line-height: 2;
}

#main ul.bxslider li .txts p.btn_view a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #000;
  background: #FFF;
  padding: 10px 50px;
  font-size: 90%;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

#main ul.bxslider li .txts p.btn_view a:hover {
  color: #FFF;
  background: #000;
  text-decoration: none;
}


/* entrance
--------------------------------- */
#entrance > ul > li {
  width: 50%;
  float: left;
  position: relative;
  height: 264px;
  overflow: hidden;
}

#entrance > ul > li > iframe {
  margin-top: -218px;
  margin-left: -30%;
  position: absolute;
}

#entrance > ul > li > a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 264px;
  text-align: center;
}

#entrance > ul > li > a span.bg {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#entrance > ul > li.btn01 > a span.bg {
  background-image: url(../img/home/bg_ent01.jpg);
}

#entrance > ul > li.btn02 > a span.bg {
  background-image: url(../img/home/bg_ent02.jpg);
}

#entrance > ul > li.btn03 > a span.bg {
  background-image: url(../img/home/bg_ent03.jpg);
}

#entrance > ul > li.btn04 > a span.bg {
  background-image: url(../img/home/bg_ent04.jpg);
}

#entrance > ul > li.btn05 > a span.bg {
  background-image: url(../img/home/bg_ent05.jpg);
}

#entrance > ul > li.btn06 > a span.bg {
  background-image: url(../img/home/bg_ent06.jpg);
}

#entrance > ul > li > a img,
#entrance > ul > li > a > img.logo {
  vertical-align: baseline;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

#entrance > ul > li > iframe {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

#entrance > ul > li.on > iframe {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

#entrance > ul > li > a > img.logo{
  position: relative;
  margin-top: 45px;
}

#entrance > ul > li > a:hover > img.logo {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#entrance > ul > li > a > .date {
  width: 100%;
  height: 14px;
  position: relative;
}

#entrance > ul > li > a > .date:before,
#entrance > ul > li > a > .date:after {
  content: " ";
  height: 1px;
  width: 40px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 9px;
}

#entrance > ul > li > a > .date:before {
  right: 50%;
  margin-right: 30px;
}

#entrance > ul > li > a > .date:after {
  left: 50%;
  margin-left: 30px;
}

/* banner
--------------------------------- */
section#banner {
  background: #F6F7F9;
  padding: 80px 0;
  text-align: center;
}

section#banner ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 15px;
}
