@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
#slideshow {
  max-width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #slideshow {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
/* -----------------------------------------------------------
	* animation keyframes slider*
----------------------------------------------------------- */
@-moz-keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  100% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  80% {
    left: -300%;
  }
  85% {
    left: -400%;
  }
  95% {
    left: -400%;
  }
}
@-webkit-keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  100% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  80% {
    left: -300%;
  }
  85% {
    left: -400%;
  }
  95% {
    left: -400%;
  }
}
@keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  100% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  80% {
    left: -300%;
  }
  85% {
    left: -400%;
  }
  95% {
    left: -400%;
  }
}
/* -----------------------------------------------------------
	* animation keyframes dotser*
----------------------------------------------------------- */
@-moz-keyframes dotser {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
  20% {
    opacity: 1;
    left: 0;
  }
  22% {
    opacity: 0;
    left: 0;
  }
  23% {
    opacity: 0;
    left: 23px;
  }
  25% {
    opacity: 1;
    left: 23px;
  }
  45% {
    opacity: 1;
    left: 23px;
  }
  47% {
    opacity: 0;
    left: 23px;
  }
  48% {
    opacity: 0;
    left: 46px;
  }
  50% {
    opacity: 1;
    left: 46px;
  }
  70% {
    opacity: 1;
    left: 46px;
  }
  72% {
    opacity: 0;
    left: 46px;
  }
  73% {
    opacity: 0;
    left: 69px;
  }
  75% {
    opacity: 1;
    left: 69px;
  }
  80% {
    opacity: 1;
    left: 69px;
  }
  82% {
    opacity: 0;
    left: 69px;
  }
  83% {
    opacity: 0;
    left: 92px;
  }
  85% {
    opacity: 1;
    left: 92px;
  }
  95% {
    opacity: 1;
    left: 92px;
  }
  97% {
    opacity: 0;
    left: 92px;
  }
  98% {
    opacity: 0;
    left: 0;
  }
}
@-webkit-keyframes dotser {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
  20% {
    opacity: 1;
    left: 0;
  }
  22% {
    opacity: 0;
    left: 0;
  }
  23% {
    opacity: 0;
    left: 23px;
  }
  25% {
    opacity: 1;
    left: 23px;
  }
  45% {
    opacity: 1;
    left: 23px;
  }
  47% {
    opacity: 0;
    left: 23px;
  }
  48% {
    opacity: 0;
    left: 46px;
  }
  50% {
    opacity: 1;
    left: 46px;
  }
  70% {
    opacity: 1;
    left: 46px;
  }
  72% {
    opacity: 0;
    left: 46px;
  }
  73% {
    opacity: 0;
    left: 69px;
  }
  75% {
    opacity: 1;
    left: 69px;
  }
  80% {
    opacity: 1;
    left: 69px;
  }
  82% {
    opacity: 0;
    left: 69px;
  }
  83% {
    opacity: 0;
    left: 92px;
  }
  85% {
    opacity: 1;
    left: 92px;
  }
  95% {
    opacity: 1;
    left: 92px;
  }
  97% {
    opacity: 0;
    left: 92px;
  }
  98% {
    opacity: 0;
    left: 0;
  }
}
@keyframes dotser {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
  20% {
    opacity: 1;
    left: 0;
  }
  22% {
    opacity: 0;
    left: 0;
  }
  23% {
    opacity: 0;
    left: 23px;
  }
  25% {
    opacity: 1;
    left: 23px;
  }
  45% {
    opacity: 1;
    left: 23px;
  }
  47% {
    opacity: 0;
    left: 23px;
  }
  48% {
    opacity: 0;
    left: 46px;
  }
  50% {
    opacity: 1;
    left: 46px;
  }
  70% {
    opacity: 1;
    left: 46px;
  }
  72% {
    opacity: 0;
    left: 46px;
  }
  73% {
    opacity: 0;
    left: 69px;
  }
  75% {
    opacity: 1;
    left: 69px;
  }
  80% {
    opacity: 1;
    left: 69px;
  }
  82% {
    opacity: 0;
    left: 69px;
  }
  83% {
    opacity: 0;
    left: 92px;
  }
  85% {
    opacity: 1;
    left: 92px;
  }
  95% {
    opacity: 1;
    left: 92px;
  }
  97% {
    opacity: 0;
    left: 92px;
  }
  98% {
    opacity: 0;
    left: 0;
  }
}
/* -----------------------------------------------------------
	* animation*
----------------------------------------------------------- */
.pause:after, .pause:before {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  width: 38%;
  height: 22px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.dots_commands li:first-child a:after, .dots_commands li:first-child a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 12px;
  height: 12px;
  background: #ab3e16;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
}

.slide_item {
  display: inline-table;
  width: 1190px;
  height: 500px;
  overflow: hidden;
}

#slideshow {
  position: relative;
  width: 1190px;
  max-width: 1190px;
}
#slideshow .commands {
  position: absolute;
  top: 45%;
  width: 54px;
  height: 54px;
  z-index: 999;
  text-indent: -5000px;
}
#slideshow .prev {
  left: 0;
  background: url(../images/btn_pre.jpg) no-repeat;
  display: none;
}
#slideshow .next {
  right: 0;
  background: url(../images/btn_next.jpg) no-repeat;
  display: none;
}
#slideshow .commands1 {
  display: block;
}
#slideshow .container {
  position: relative;
  width: 1190px;
  height: 500px;
  overflow: hidden;
}
#slideshow .container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  background: #999;
  width: 100%;
  height: 1px;
}
#slideshow .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 400%;
  height: 500px;
  animation: slider 32s infinite;
}
#slideshow .c_slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 500px;
  background: url(../images/img_main01.jpg) 0 0 no-repeat, url(../images/img_main02.jpg) 100% 0 no-repeat, url(../images/img_main03.jpg) 200% 0 no-repeat, url(../images/img_main04.jpg) 300% 0 no-repeat;
}
#slideshow .slide_item {
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
}
#slideshow .slide_item:after {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
  animation: figurer 32s infinite;
}
#slideshow:hover .pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.play_commands {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 25px;
  right: 25px;
  z-index: 10;
  text-indent: -9999px;
  border: 0 none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
  transition: opacity 1s, right 1s;
}
.play_commands:focus {
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.play {
  right: 55px;
  cursor: default;
  width: 1px;
  height: 1px;
  border-top: 10px solid transparent;
  border-left: 20px solid rgba(255, 255, 255, 0.5);
  border-bottom: 10px solid transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.mouse .play:hover, .touch .play.touchstart {
  border-bottom: 10px solid transparent;
}
.touch .play {
  -webkit-tap-highlight-color: transparent;
}
.touch .play.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.play:focus {
  border-bottom: 10px solid transparent;
}

.mouse .pause:hover, .touch .pause.touchstart {
  border: 0 none;
}
.touch .pause {
  -webkit-tap-highlight-color: transparent;
}
.touch .pause.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.pause:after {
  right: 0;
}
.pause:before {
  left: 0;
}

.sl_command {
  display: none;
}
.sl_command:target ~ #slideshow .slider {
  transition: opacity 1s;
  animation-play-state: paused;
}
.sl_command:target ~ #slideshow #timeline {
  animation-play-state: paused;
}
.sl_command:target ~ #slideshow .pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.sl_command:target ~ #slideshow .play {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  right: 25px;
  cursor: pointer;
}
.mouse .sl_command:target ~ #slideshow:hover .pause, .touch .sl_command:target ~ #slideshow.touchstart .pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.touch .sl_command:target ~ #slideshow {
  -webkit-tap-highlight-color: transparent;
}
.touch .sl_command:target ~ #slideshow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.sl_command:target ~ #slideshow .slide_item:after {
  animation-play-state: paused;
}
.sl_command:target ~ #slideshow .dots_commands li:first-child a:after {
  animation-play-state: paused;
}

#timeline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  animation: timeliner 32s infinite;
}

.dots_commands {
  position: relative;
  bottom: 30px;
  width: 100%;
  padding: 0;
  margin: 0 3px;
  text-align: center;
  letter-spacing: -1em;
}
.dots_commands li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}
.dots_commands li + li a {
  z-index: 10;
}
.dots_commands li:first-child a:after {
  animation: dotser 32s infinite;
  height: 12px;
}
.dots_commands li:first-child a:before {
  display: none;
}
.dots_commands a {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 0;
  margin-right: 11px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#sl_play:target ~ #slideshow .slider {
  animation-play-state: running;
}
#sl_play:target ~ #slideshow #timeline {
  animation-play-state: running;
}
#sl_play:target ~ #slideshow .pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#sl_play:target ~ #slideshow .play {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  right: 55px;
  cursor: default;
}
#sl_play:target ~ #slideshow:hover .pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#sl_play:target ~ #slideshow .slide_item:after {
  animation-play-state: running;
}
#sl_play:target ~ #slideshow .dots_commands li:first-child a:after {
  animation-play-state: running;
}

#sl_pause:target ~ #slideshow:hover .pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.sl_i:target ~ #slideshow .slider {
  -moz-transition: left 1s;
  -o-transition: left 1s;
  -webkit-transition: left 1s;
  transition: left 1s;
  visibility: hidden;
}
.sl_i:target ~ #slideshow .c_slider {
  -moz-transition: background 1s;
  -o-transition: background 1s;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.sl_i:target ~ #slideshow .dots_commands li:first-child a:after {
  display: none;
}
.sl_i:target ~ #slideshow .dots_commands li:first-child a:before {
  display: block;
}

#sl_i1:target ~ #slideshow .commands {
  display: none;
}
#sl_i1:target ~ #slideshow .commands1 {
  display: block;
}
#sl_i1:target ~ #slideshow .dots_commands li:first-child a:before {
  left: 0px;
  top: 0;
  position: absolute;
  height: 12px;
  width: 12px;
  overflow: hidden;
  background: #ab3e16;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 99;
}

#sl_i2:target ~ #slideshow .commands {
  display: none;
}
#sl_i2:target ~ #slideshow .commands2 {
  display: block;
}
#sl_i2:target ~ #slideshow .dots_commands li:first-child a:before {
  left: 23px;
  top: 0;
  position: absolute;
  height: 12px;
  width: 12px;
  overflow: hidden;
  background: #ab3e16;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 99;
}

#sl_i3:target ~ #slideshow .commands {
  display: none;
}
#sl_i3:target ~ #slideshow .commands3 {
  display: block;
}
#sl_i3:target ~ #slideshow .dots_commands li:first-child a:before {
  left: 46px;
  top: 0;
  position: absolute;
  height: 12px;
  width: 12px;
  overflow: hidden;
  background: #ab3e16;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 99;
}

#sl_i4:target ~ #slideshow .commands {
  display: none;
}
#sl_i4:target ~ #slideshow .commands4 {
  display: block;
}
#sl_i4:target ~ #slideshow .dots_commands li:first-child a:before {
  left: 69px;
  top: 0;
  position: absolute;
  height: 12px;
  width: 12px;
  overflow: hidden;
  background: #ab3e16;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 99;
}

#sl_i1:target ~ #slideshow .c_slider {
  background-position: 0 0, 100% 0,200% 0,300% 0, 400% 0;
}

#sl_i2:target ~ #slideshow .c_slider {
  background-position: -100% 0, 0 0, 100% 0, 200% 0, 300% 0;
}

#sl_i3:target ~ #slideshow .c_slider {
  background-position: -200% 0, -100% 0, 0 0, 100% 0,200% 0;
}

#sl_i4:target ~ #slideshow .c_slider {
  background-position: -300% 0, -200% 0, -100% 0, 0 0,100% 0;
}

#sl_i5:target ~ #slideshow .c_slider {
  background-position: -400% 0, -300% 0, -200% 0, -100% 0, 0 0;
}
