@charset "utf-8";

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

.boxCsnkScrollModal01AllCont {
  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: 3.0em 0;
  background-color: rgba(255,255,255,0);
}
@media all and (max-width: 750px){
  .boxCsnkScrollModal01AllCont {
    width: 100%;
    padding: 2.5em 0;/*4.5vw 0;*/
  }
}

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

.btnCsnkScrollModal01AllClose:before,
.btnCsnkScrollModal01AllClose:after {
  content: '';
  position: absolute;
  top: 0.5em;
  right: -0.15em;
  width: 1.5em;
  height: 1px;
  background-color: #fff;
}
.btnCsnkScrollModal01AllClose:before {
  transform: rotate(45deg);
}
.btnCsnkScrollModal01AllClose:after {
  transform: rotate(-45deg);
}