
/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 0 7% 0;
 *zoom: 1;
}

@media screen and (max-width: 959px) {
    .bx-wrapper {
        padding-bottom: 10%;
    }
}
@media screen and (max-width: 768px) {

.bx-wrapper {
  padding: 0 0 1% 0;
}
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
*zoom: 1;
*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

ul.bxslider {
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}

ul.bxslider * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

ul.bxslider li {
  position: relative;
  text-align: left;
}

ul.bxslider li .title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
  top: 13.3333333%;
  right: 16.6666666%;
  color: #fff;
  font-size: 70px;
  font-size: 7rem;
  line-height: 80px;
  line-height: 8rem;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  letter-spacing: 0.2em;
  /*text-shadow: 2px 0 4px rgba(0,0,0,.6), 0 2px 4px rgba(0,0,0,.6), 3px 0 5px rgba(0,0,0,.6), 0 3px 5px rgba(0,0,0,.6), -2px 0 4px rgba(0,0,0,.6), 0 -2px 4px rgba(0,0,0,.6), -3px 0 5px rgba(0,0,0,.6), 0 -3px 5px rgba(0,0,0,.6);*/
}

ul.bxslider li .text {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
  top: 14.4444444%;
  right: 24.3333333%;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.2em;
  text-shadow: 2px 0 4px rgba(0,0,0,.4), 0 2px 4px rgba(0,0,0,.4), 3px 0 5px rgba(0,0,0,.4), 0 3px 5px rgba(0,0,0,.4), -2px 0 4px rgba(0,0,0,.4), 0 -2px 4px rgba(0,0,0,.4), -3px 0 5px rgba(0,0,0,.4), 0 -3px 5px rgba(0,0,0,.4);
}

@media screen and (max-width: 1440px) {

ul.bxslider li .title {
  font-size: 5vw;
  line-height: 5.71428571vw;
}

ul.bxslider li .text {
  font-size: 1.42857143vw;
  line-height: 2.85714286vw;
}
}

@media screen and (max-width: 959px) {
ul.bxslider li .title {
  position: static;
  margin-top: 20px;
  color: #000;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  -webkit-writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  letter-spacing: 0.2em;
}

ul.bxslider li .text {
  position: static;
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  -webkit-writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  letter-spacing: 0.2em;
  text-shadow: none;
}
}

@media screen and (max-width: 480px) {
ul.bxslider li .title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}

ul.bxslider li .text {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
}

ul.bxpager {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 959px) {
ul.bxpager {
  position: absolute;
  top: 80%;
  right: 0;
  text-align: center;
}
}

@media screen and (max-width: 768px) {
ul.bxpager {
  position: static;
  bottom: auto;
  left: auto;
  box-sizing: content-box;
  width: 102%;
  margin: 0 -1%;
  text-align: center;
}
}

ul.bxpager li {
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
  width: 15.625%;
  padding: 0.69444444% 0.69444444% 0;
}

@media screen and (max-width: 959px) {
ul.bxpager li {
  width: 13.222222%;
  padding: 0.1%;
}
}

@media screen and (max-width: 768px) {
ul.bxpager li {
  width: 48%;
  padding: 1%;
}
}

ul.bxpager li a {
  position: relative;
  display: block;
  background: #fff;
}

ul.bxpager li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .3;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  pointer-events: none;
}

ul.bxpager li a:hover:before,
ul.bxpager li a.active:before {
  opacity: 0;
}
