/*--------------------
	Mixin
--------------------*/
/*--------------------
	top
--------------------*/
#openClose {
  width: 39px;
  height: 122px;
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}

.menuOpen {
  background: url("../images/common/btn_open.png") no-repeat left top;
}

.menuClose {
  background: url("../images/common/btn_close.png") no-repeat left top;
}

/*--------------------
	topVisual
--------------------*/
#topVisual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#topVisual h2 {
  position: absolute;
  top: 70px;
  right: 102px;
}

#topVisual .bnr_iware {
  position: absolute;
  right: 10px;
  bottom: 180px;
}

#topVisual .bnr_iware2 {
  position: absolute;
  left: 270px;
  top: 30px;
}

#topVisual .bnr_tabiiro {
  position: absolute;
  right: 10px;
  bottom: 100px;
}

/*--------------------
	slide
--------------------*/
#fadeSlide {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#fadeSlide li {
  text-align: right;
  overflow: hidden;
  top: 0;
  right: 0;
}
#fadeSlide li img {
  margin-left: auto;
}

.bx-viewport {
  border: none !important;
  left: 0 !important;
}

.bx-wrapper img {
  max-width: none !important;
}

/*--------------------
	info
--------------------*/
.info_area {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  width: 81.25%;
  bottom: 30px;
  right: 0;
  padding: 20px;
}
.info_area dt {
  float: left;
  font-size: 18px;
  line-height: 1em;
  color: #b7282e;
  letter-spacing: 2px;
  padding-right: 55px;
}
.info_area dt img {
  vertical-align: bottom;
  margin-right: 10px;
}
.info_area dd {
  font-size: 14px;
  line-height: 1.3em;
  padding-left: 240px;
}
.info_area dd.date {
  padding: 0 15px 0 0;
  float: left;
}

#supersized-loader {
  display: none;
}

#dummy {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: -99;
  top: 0;
  left: 0;
  background: url("../images/top/slide_01.jpg") no-repeat center center;
  background-size: cover;
}

