@charset 'utf-8';

.boxCsnkImageSwitch01Wrap {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 750px){
  .boxCsnkImageSwitch01Wrap {
    width: 100%;
  }
}

.boxCsnkImageSwitch01 .boxImgMain {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 13px;
  padding-top: 50%;/*66.5%;*/
  background-color: #000;
}
.boxCsnkImageSwitch01.typeBlurBg .boxImgMain {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.boxCsnkImageSwitch01.typeBg .boxImgMain {
  background-color: #000;
}
.boxCsnkImageSwitch01.typeBlurBg .boxImgMain:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px)
}

.boxCsnkImageSwitch01 .boxImgMain .imgMain {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: none;
  /*transition: opacity 0.3s ease;*/
  /*
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;*/
}

.boxCsnkImageSwitch01 .boxImgMain .imgMain.horizontalImg {
  width: 100%;
  height: auto;
}
.boxCsnkImageSwitch01.typeBlurBg .boxImgMain .imgMain.horizontalImg,
.boxCsnkImageSwitch01.typeBg .boxImgMain .imgMain.horizontalImg {
  width: auto;
  height: 100%;
}

.boxCsnkImageSwitch01 .boxImgMain .imgMain.verticalImg {
  width: auto;
  max-width: none;
  height: 100%;
}
.boxCsnkImageSwitch01.typeBlurBg .boxImgMain .imgMain.verticalImg,
.boxCsnkImageSwitch01.typeBg .boxImgMain .imgMain.verticalImg {
  width: 100%;
  max-width: 100%;
  height: auto;
}


.boxCsnkImageSwitch01 .boxImgMain .boxCaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 0.5em 1.5em;
  background-color: rgba(0,0,0,0.5);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxCsnkImageSwitch01 .boxImgMain .boxCaption {
    min-height: 13vw;
    padding: 0.7em 5%;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 0.7rem;
  }
}


.boxCsnkImageSwitch01 .boxImgSub {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxCsnkImageSwitch01 .boxImgSubOne {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 19%;
  margin-right: calc((100% - 19% * 5) / 4);
  margin-bottom: 0.7em;
  padding-top: 18.2%;
  cursor: pointer;
}
.boxCsnkImageSwitch01.typeBlurBg .boxImgSubOne {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.boxCsnkImageSwitch01.typeBg .boxImgSubOne {
  background-color: #eee;
}
.boxCsnkImageSwitch01.typeBlurBg .boxImgSubOne:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: inherit;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px)
}

.boxCsnkImageSwitch01 .boxImgSubOne:nth-child(5n),
.boxCsnkImageSwitch01 .boxImgSubOne:last-child {
  margin-right: 0;
}

.boxCsnkImageSwitch01 .boxImgSubOne .imgSub {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.boxCsnkImageSwitch01 .boxImgSubOne .imgSub.horizontalImg {
  width: 100%;
  height: auto;
}
.boxCsnkImageSwitch01.typeBlurBg .boxImgSubOne .imgSub.horizontalImg,
.boxCsnkImageSwitch01.typeBg .boxImgSubOne .imgSub.horizontalImg {
  width: auto;
  max-width: none;
  height: 100%;
}

.boxCsnkImageSwitch01 .boxImgSubOne .imgSub.verticalImg {
  width: auto;
  max-width: none;
  height: 100%;
}
.boxCsnkImageSwitch01.typeBlurBg .boxImgSubOne .imgSub.verticalImg,
.boxCsnkImageSwitch01.typeBg .boxImgSubOne .imgSub.verticalImg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.boxCsnkImageSwitch01 .boxImgSubOne .pCaption {
  display: none;
}