@charset "utf-8";

body.modeFixed {
  overflow: hidden;
}

.boxCsnkModal01Bg {
  display: none;
  background: rgba(255, 255, 255, 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: 1.0em 1.0em;
  text-align: center;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxCsnkModal01Cont {
    width: 100%;
    max-width: 100%;
    padding: 2.5vw 2.0vw 2.5vw 2.0vw;
  }
}

.boxCsnkModal01Cont img {
  max-width: 100%;
}

.btnCsnkModal01Close {
  position: absolute;
  top: 0;
  right: 0.15em;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.7rem;
  font-weight: 400;
  cursor: pointer;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
@media all and (max-width: 640px){
  .btnCsnkModal01Close {
    top: 0.5vw;
    right: 3vw;
    font-size: 8vw;
  }
}

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

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

.icnCsnkModal01Arrow01L {
  left: calc(50% - 530px);
}
@media all and (max-width: 1570px){
  .icnCsnkModal01Arrow01L {
    left: 226px;
  }
}
@media all and (max-width: 1250px){
  .icnCsnkModal01Arrow01L {
    left: 10%;
  }
}
@media all and (max-width: 800px){
  .icnCsnkModal01Arrow01L {
    left: 2%;
  }
}
@media all and (max-width: 640px){
  .icnCsnkModal01Arrow01L {
    left: 2%;
  }
}

.icnCsnkModal01Arrow01R {
  right: calc(50% - 530px);
}
@media all and (max-width: 1570px){
  .icnCsnkModal01Arrow01R {
    right: 226px;
  }
}
@media all and (max-width: 1250px){
  .icnCsnkModal01Arrow01R {
    right: 10%;
  }
}
@media all and (max-width: 800px){
  .icnCsnkModal01Arrow01R {
    right: 2%;
  }
}
@media all and (max-width: 640px){
  .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);
}

