.kiran-img {
  position    :relative;
  overflow    :hidden;
}
.kiran {
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:0;
  transform: rotate(45deg);
   animation-iteration-count: 1!important;
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  30% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  31% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}50px
@-webkit-keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  30% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  31% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
  0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
  30% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
  31% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
.pop1 {
  margin-top: 10%;
  margin-bottom: 10%;
}


.card {
  width: 35%;
  margin: 0 auto;

  background: #fff;
}

.card1-2 {
  display: flex;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 100px;
}
.card__img {
  width: 100%;
}
.card__meta {
  display: flex;
  align-items: center;
}
.card__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  background: #ffb300;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
}
.card__time {
  margin: 0 0 0 auto;
  font-size: 12px;
  color: #666;
}
.card__ttl {
  margin: auto;
  text-align: center!important;
  vertical-align: sub;
  font-size: 16px;
}
.card__desc {
    font-size: 100%;
  margin-right: 9%;
  margin-left: 13%;
}
.card__ttl span {
    color: #ff0000;
  font-size: 26px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 1921px) {
  .pc-theme {
    margin-top: 150px;
  }
  .pop1 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .card1-2 {
    margin-left: 120px;
    margin-right: 120px;
    margin-bottom: 200px;
  }
  .card__ttl span {
    font-size: 54px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .card__desc {
    font-size: 34px;
  }
  .card__ttl {
    font-size: 34px;
  }
}

@media (max-width: 750px) {
  .sm11 {
      width: 70%;
      margin: auto;
      margin-bottom: 50px;
    }
    .card__ttl span {
      font-size: 18px;
    }