.star-grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0!important;
}
.star-grp .star {
  font-size: 19px;
  display: block;
  margin: 0 -1px;
}
.star-grp .star.active {
  color: #fe970c;
}

.jq-star {
  margin-left: 0;
}

.stars {
  position: relative;
  white-space: nowrap;
  display: flex;
  gap: 0.2rem;
  width: fit-content;
}
.stars .overlay {
  background: #fff;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  right: 0;
}
.stars svg {
  width: 100%;
  fill: #fe970c;
  margin: 0;
  padding: 0;
}
.stars.large svg {
  width: 100%;
}

.kckm {
  margin: 50px auto;
}
.kckm a {
  text-decoration: none;
}
.kckm__header {
  background-color: #11286c;
  color: #fff;
  padding: 15px 30px 20px;
}
.kckm__title {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.kckm__title span {
  font-size: 18px;
}
.kckm__summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin: 15px 0 0;
}
.kckm__summary__cnt span {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 5px;
}
.kckm__summary__val {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 5px;
}
.kckm__summary__val .rating-value {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 5px;
}
.kckm__total {
  background-color: #001159;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.kckm__total__item {
  width: 100%;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kckm__total__item:last-child {
  border: none;
}
.kckm__total__item p b {
  font-size: 40px;
  margin: 0 5px;
}
.kckm__total__item p span {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}
.kckm__item {
  margin: 20px 0;
  border: 1px solid #ccc;
  padding: 30px;
}
.kckm__item__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  color: #333333;
}
.kckm__item__left {
  width: 250px;
}
.kckm__item__left__img {
  position: relative;
  overflow: hidden;
  border: 4px solid #c9b169;
}
.kckm__item__left img {
  max-width: 100%;
}
.kckm__item__left img.blur{
  filter: brightness(50%) blur(7px);
}
.kckm__item__left img.click{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
}
.kckm__item__right {
  width: calc(100% - 270px);
}
.kckm__item__content {
  width: 100%;
  word-break: break-all;
}
.kckm__item__cat-date {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.kckm__item__ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.kckm__item__info-1 {
  color: #2046b4;
  font-weight: bold;
}
.kckm__item__info-2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.kckm .page {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.kckm .page a, .kckm .page span {
  display: block;
  width: 30px;
  line-height: 30px;
  margin: 1px;
}
.kckm .page a {
  color: #11286c;
}
.kckm .page span {
  background-color: #11286c;
  color: #fff;
}

@media (max-width: 768px) {
  .kckm__title {
    font-size: 25px;
    text-align: center;
  }
  .kckm__title span {
    font-size: 14px;
    display: block;
  }
  .kckm__total__item p b {
    font-size: 30px;
  }
  .kckm__item {
    padding: 15px;
  }
  .kckm__item__inner {
    gap: 10px;
  }
  .kckm__item__left {
    width: 100%;
  }
  .kckm__item__right {
    width: 100%;
  }
  .kckm__item__cat-date {
    gap: 10px;
    flex-direction: column;
  }
  .kckm__item__ttl {
    font-size: 18px;
  }
  .kckm__item__info-2 {
    font-size: 16px;
  }
}


.furisode_slider .kckm__item__left {
  width: 100%;
}
.furisode_slider .kckm__item__right {
  width: 100%;
}
.furisode_slider .kckm__item__cat-date {
  gap: 5px;
  flex-direction: column;
  padding: 0 !important;
  font-size: 14px;
}
.furisode_slider .kckm__item__info-1{
  padding: 0 !important;
  font-size: 14px;
  text-align: left;
}
.furisode_slider .kckm__item__info-2 {
  padding: 0 !important;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  text-align: left;
}