@charset "utf-8";

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

.btnCsnkModal01,
.btnCsnkModalSlide01 {
  cursor: pointer;
}

.boxCsnkModal01Cont {
  display: none;
  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;
  padding: 2.0em 2.2vw;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxCsnkModal01Cont {
    width: 100%;
    padding: 8.0vw 4.5vw 4.5vw 4.5vw;
  }
}

.btnCsnkModal01Close {
  position: absolute;
  top: 0.2em;
  right: 0.3em;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.7rem;
  font-weight: 700;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnCsnkModal01Close {
    font-size: 1.5rem;
  }
}

.btnCsnkModal01Close:after {
  content: '×';
}

.icnCsnkModal01Arrow01L,
.icnCsnkModal01Arrow01R {
  position: fixed;
  z-index: 1052;
  top: 50%;
  width: 3em;
  height: 3em;
  border: 1px #fff solid;
  border-radius: 3em;
  transform: translateY(-50%);
  cursor: pointer;
}
@media all and (max-width: 750px){
  .icnCsnkModal01Arrow01L,
  .icnCsnkModal01Arrow01R {
    background-color: rgba(0,0,0,0.3);
  }
}

.icnCsnkModal01Arrow01L {
  left: calc(50% - 530px);
}
@media all and (max-width: 1570px){
  .icnCsnkModal01Arrow01L {
    left: 226px;/*9.2vw;*/
  }
}
@media all and (max-width: 1250px){
  .icnCsnkModal01Arrow01L {
    left: 10%;
  }
}
@media all and (max-width: 750px){
  .icnCsnkModal01Arrow01L {
    left: 2%;
  }
}

.icnCsnkModal01Arrow01R {
  /*right: 5vw;*/
  right: calc(50% - 530px);
}
@media all and (max-width: 1570px){
  .icnCsnkModal01Arrow01R {
    right: 226px;/*14.3vw;*/
  }
}
@media all and (max-width: 1250px){
  .icnCsnkModal01Arrow01R {
    right: 10%;
  }
}
@media all and (max-width: 750px){
  .icnCsnkModal01Arrow01R {
    right: 2%;
  }
}

.icnCsnkModal01Arrow01L:after,
.icnCsnkModal01Arrow01R:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1.0em;
  height: 1.0em;
  margin: auto;
  border-top: 1px #fff solid;
}

.icnCsnkModal01Arrow01L:after {
  left: 0.5em;
  border-left: 1px #fff solid;
  transform: rotate(-45deg);
}

.icnCsnkModal01Arrow01R:after {
  right: 0.5em;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
}