@charset 'utf-8';

.boxCsNkPopup01Bg {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  cursor: pointer;
}

/*.boxCsNkPopup01,*/
.btnCsNkPopup01,
.btnCsNkPopupSlide01 {
  cursor: pointer;
}

.boxCsNkPopup01 {
  overflow-y: auto;
  position: fixed;
  z-index: 1051;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}
@media all and (max-width: 750px){
  .boxCsNkPopup01 {
    /*height: 100%;*/
  }
}

.btnCsNkPopup01Close {
  position: fixed;/*absolute;*/
  z-index: 1052;
  top: 0;
  right: 0.6%;
  font-size: 3.0rem;/*3.0vw;*/
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnCsNkPopup01Close {
    top: 2%;
    right: 3%;
    font-size: 6.0vw;
  }
}

.imgCsNkPopup01 {
  display: none;
  position: fixed;
  z-index: 1052;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  cursor: pointer;
}

.icnPopupSlideArrowL,
.icnPopupSlideArrowR {
  position: absolute;
  z-index: 1052;
  top: 50%;
  -ms-transform: translateY(-50%)
  transform: translateY(-50%);
  cursor: pointer;
}

.icnPopupSlideArrowL {
  left: 5vw;
}
@media all and (max-width: 750px){
  .icnPopupSlideArrowL {
    left: 0;
  }
}

.icnPopupSlideArrowR {
  right: 5vw;
}
@media all and (max-width: 750px){
  .icnPopupSlideArrowR {
    right: 0;
  }
}