@charset 'utf-8';



.boxCsnkPopupSlide01Bg {

  display: none;

  background: rgba(0, 0, 0, 0.7);

  position: fixed;

  top: 0;

  left: 0;

  z-index: 1050;

  cursor: pointer;

}



.btnCsnkPopupSlide01 {

  cursor: pointer;

}



.boxCsnkPopupSlide01Cont {

  display: none;

  position: fixed;

  z-index: 1051;

  top: 50%;

  left: 50%;

  transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  /*width: 90%;

  height: 90%;*/

  -webkit-justify-content: center;

  justify-content: center;

  -webkit-align-items: center;

  align-items: center;

  margin: 0 auto;

}

@media all and (max-width: 750px){

  .boxCsnkPopupSlide01Cont {

    min-width: 80%;

    /*height: 100%;*/

  }

}



.boxCsnkPopupSlide01ContIn {

  overflow-y: auto;

}



.btnCsnkPopupSlide01Close {

  position: absolute;

  z-index: 1052;

  top: -20px;

  right: 0;

  /*

  font-size: 1.9rem;

  font-size: 3.0vw;

  font-weight: bold;

  color: #fff;*/

  cursor: pointer;

}

@media all and (max-width: 750px){

  .btnCsnkPopupSlide01Close {

    top: -4vw;

    right: 0;

    width: 12vw;

    /*font-size: 6.0vw;*/

  }

}



.icnCsnkPopupSlide01ArrowL,

.icnCsnkPopupSlide01ArrowR {

  position: absolute;

  z-index: 1052;

  top: 50%;

  -ms-transform: translateY(-50%)

  transform: translateY(-50%);

  cursor: pointer;

}



.icnCsnkPopupSlide01ArrowL {

  left: -110px;

}

@media all and (max-width: 750px){

  .icnCsnkPopupSlide01ArrowL {

    left: -9vw;

    width: 8vw;

  }

}



.icnCsnkPopupSlide01ArrowR {

  right: -110px;

}

@media all and (max-width: 750px){

  .icnCsnkPopupSlide01ArrowR {

    right: -9vw;

    width: 8vw;

  }

}