.keyvis {
  background-color: #f2f2f2;
  display: block;
  position: relative;
}

.keyvis-container {
  margin: 0 auto;
}

@media screen and (min-width: 950px) {
  .keyvis-container {
    width: 950px;
    height: 388px;
  }
}

@media screen and (min-width: 768px) and (max-width: 949px) {
  .keyvis-container {
    width: 100%;
    height: 280px;
  }
}

@media screen and (min-width: 555px) and (max-width: 767px) {
  .keyvis-container {
    width: 100%;
    height: 414px;
  }
}

@media screen and (max-width: 554px) {
  .keyvis-container {
    width: 100%;
    height: 280px;
  }
}

.keyvis-list {
  position: relative;
}

@media screen and (min-width: 950px) {
  .keyvis-list {
    width: 8550px;
  }
}

@media screen and (min-width: 768px) and (max-width: 949px) {
  .keyvis-list {
    width: calc(100% * 9);
  }
}

@media screen and (max-width: 767px) {
  .keyvis-list {
    width: calc(100% * 9);
  }
}

.keyvis-list__item {
  position: relative;
  display: block;
  float: left;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

@media screen and (min-width: 950px) {
  .keyvis-list__item {
    width: 950px;
    height: 388px;
  }
}

@media screen and (min-width: 768px) and (max-width: 949px) {
  .keyvis-list__item {
    width: calc(100% / 9);
    height: 280px;
  }
}

@media screen and (min-width: 555px) and (max-width: 767px) {
  .keyvis-list__item {
    width: calc(100% / 9);
    height: 414px;
  }
}

@media screen and (max-width: 554px) {
  .keyvis-list__item {
    width: calc(100% / 9);
    height: 280px;
  }
}

@media screen and (min-width: 950px) {
  .keyvis-list__item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    box-sizing: border-box;
    filter: blur(2px);
  }
  .keyvis-list__item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
  }
  .keyvis-list__item.__current:before, .keyvis-list__item.__current:after {
    display: none;
  }
  .keyvis-list__item--filter-off:before {
    content: '';
    filter: none;
    pointer-events: none;
  }
  .keyvis-list__item--filter-off:after {
    content: '';
    background-color: transparent;
    pointer-events: none;
  }
}

.keyvis--single-wrap {
  width: 100%;
  background-color: #fff;
}

.keyvis--single {
  position: relative;
  margin: 0 auto -40px;
  width: 950px;
  height: 50px;
}

@media screen and (min-width: 768px) and (max-width: 949px) {
  .keyvis--single {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .keyvis--single {
    width: 100%;
    height: auto;
    margin: auto;
  }
}

@media screen and (min-width: 950px) {
  .keyvis--twin {
    margin: 0 auto;
    width: 950px;
    overflow: hidden;
  }
}

@media screen and (min-width: 950px) {
  .keyvis--twin .keyvis-control-container {
    background: #fff;
  }
}

.keyvis-subTtl {
  display: block;
  height: 100%;
  width: 100%;
}

.keyvis-subTtl-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  margin: auto 20px 20px;
  box-sizing: border-box;
  color: #4D4D4D;
  background: rgba(255, 255, 255, 0.9);
}

.keyvis-control-container {
  padding: 14px 0;
  position: relative;
}

@media screen and (min-width: 950px) {
  .keyvis-control-container {
    margin: 0 auto;
    width: 950px;
  }
}

.keyvis-control {
  position: relative;
}

@media screen and (min-width: 950px) {
  .keyvis-control {
    width: 345px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 949px) {
  .keyvis-control {
    width: 345px;
    margin: 0 auto;
  }
}

.keyvis-control__prevBtn,
.keyvis-control__nextBtn {
  cursor: pointer;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.keyvis-control__prevBtn {
  left: 10px;
  background: url(https://s.yimg.jp/i/docs/tdt/2019/assets/img/slide_prev.svg) no-repeat center center;
}

.keyvis-control__nextBtn {
  right: 10px;
  background: url(https://s.yimg.jp/i/docs/tdt/2019/assets/img/slide_next.svg) no-repeat center center;
}

.keyvis-control__dots {
  border: none;
  height: auto;
  letter-spacing: -0.4em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.keyvis-control__dot {
  display: inline-block;
  height: 10px;
  letter-spacing: normal;
  margin: 0 12px;
  overflow: hidden;
  width: 10px;
}

.keyvis-control__dot span {
  background: #666;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

.keyvis-control__dot.__current span {
  background: #8ec31f;
}
