.txtStrong_bsc42 {
  color: #bb012c;
}

.txtRed_bsc42 {
  color: #e80000;
}

.txtBlue_bsc42 {
  color: #0050e8;
}

.stepCol_bsc42 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .stepCol_bsc42 {
    overflow: hidden;
  }
}
.stepCol_bsc42 .swiper-wrapper {
  align-items: stretch;
}
.stepCol_bsc42 .swiper-wrapper .swiper-slide {
  height: auto;
}
.stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail {
  display: flex;
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail {
    display: block;
    width: 90%;
    height: 100%;
  }
}
.stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail .stepImg {
  position: relative;
  width: 482px;
  height: 325px;
  background: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail .stepImg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65vw;
    padding-top: 0;
  }
}
.stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail .stepImg > span {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  background: #bb012c;
  color: #fff;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 960px) {
  .stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail .stepImg > span {
    top: 2vw;
    left: 2vw;
    width: 10vw;
    height: 10vw;
    font-size: 7vw;
  }
}
.stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail .stepImg img {
  width: 482px;
}
@media screen and (max-width: 960px) {
  .stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail .stepImg img {
    width: 90%;
  }
}
.stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail .stepTxt {
  background: #ebebeb;
  color: #000;
  flex: 1;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .stepCol_bsc42 .swiper-wrapper .swiper-slide .stepDetail .stepTxt {
    padding: 6vw;
    height: calc(100% - 77vw);
    justify-content: center;
  }
}
.stepCol_bsc42 .swiper-button-prev {
  position: absolute;
  background: url("../../../../images/product/special/bsc42/ico_arrow.png") no-repeat left top;
  background-size: 100%;
  width: 40px;
  height: 43px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(-1, 1);
  filter: brightness(0.4);
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .stepCol_bsc42 .swiper-button-prev {
    transition-duration: .3s;
  }
  .stepCol_bsc42 .swiper-button-prev:hover {
    transform: translateY(-3px) scale(-1, 1);
  }
}
@media screen and (max-width: 960px) {
  .stepCol_bsc42 .swiper-button-prev {
    width: 11.2vw;
    height: 12vw;
  }
}
.stepCol_bsc42 .swiper-button-prev::after {
  content: none;
}
.stepCol_bsc42 .swiper-button-next {
  position: absolute;
  background: url("../../../../images/product/special/bsc42/ico_arrow.png") no-repeat left top;
  background-size: 100%;
  width: 40px;
  height: 43px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  filter: brightness(0.4);
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .stepCol_bsc42 .swiper-button-next {
    width: 11.2vw;
    height: 12vw;
  }
}
.stepCol_bsc42 .swiper-button-next::after {
  content: none;
}

.elementList_bsc42 {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.elementList_bsc42 li {
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .elementList_bsc42 li {
    margin-right: 1vw;
  }
}
.elementList_bsc42 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .elementList_bsc42 li img {
    width: 12vw;
  }
}

.keywordAreaCol {
  width: 850px;
  margin: auto;
  padding: 30px;
  background: #ebebeb;
  box-sizing: border-box;
}
.keywordAreaCol + .keywordAreaCol {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .keywordAreaCol {
    width: 90%;
    padding: 4vw;
  }
  .keywordAreaCol + .keywordAreaCol {
    margin-top: 4vw;
  }
}
.keywordAreaCol h5 {
  padding: 10px;
  background: #494848;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .keywordAreaCol h5 {
    padding: 1vw;
  }
  .keywordAreaCol h5 img {
    width: 53vw;
  }
}
.keywordAreaCol .keywordAreaBox {
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .keywordAreaCol .keywordAreaBox {
    display: block;
    margin-top: 4vw;
  }
}
.keywordAreaCol .keywordAreaBox .card {
  width: 200px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .keywordAreaCol .keywordAreaBox .card {
    width: 34.66667vw;
  }
}
@media screen and (min-width: 960px) {
  .keywordAreaCol .keywordAreaBox .card:hover {
    opacity: 0.8;
  }
}
.keywordAreaCol .keywordAreaBox .card a {
  display: block;
  position: relative;
}
.keywordAreaCol .keywordAreaBox .card a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(/images/common/ico_zoom.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .keywordAreaCol .keywordAreaBox .card a::before {
    width: 10vw;
    height: 10vw;
    bottom: -2vw;
    right: -2vw;
  }
}
.keywordAreaCol .keywordAreaBox .card img {
  width: 100%;
}
.keywordAreaCol .keywordAreaBox .description {
  width: 550px;
}
@media screen and (max-width: 960px) {
  .keywordAreaCol .keywordAreaBox .description {
    width: auto;
    margin-top: 4vw;
  }
}
.keywordAreaCol .keywordAreaBox .description img {
  width: 100%;
}
.keywordAreaCol .keywordAreaBox .description p {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .keywordAreaCol .keywordAreaBox .description p {
    margin-top: 2vw;
  }
}

.bnrCol {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .bnrCol {
    display: block;
  }
}
.bnrCol li {
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .bnrCol li {
    width: 360px !important;
  }
}
.bnrCol li a .bnrInfoWrap {
  filter: brightness(0.8);
}
@media screen and (min-width: 960px) {
  .bnrCol li a .bnrInfoWrap h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .bnrCol li a .bnrInfoWrap h6 {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 960px) {
  .bnrCol li a .bnrInfoWrap .caption {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .bnrCol li a .bnrInfoWrap .caption {
    font-size: 3vw;
  }
}
.bnrCol li:hover a .bnrInfoWrap {
  filter: unset;
}
