.star-grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0!important;
}
.star-grp .star {
  font-size: 25px;
  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__inner:hover{
  text-decoration: none;
}
.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.has-bd{
  border: 4px solid #c9b169;
  margin: 30px 0;
  position: relative;
  min-height: 300px;
}
.kckm__item .blur{
  filter: brightness(70%) blur(1.5px);
}
.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__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
  background-color: #00000066;
}
.kckm__item__more a{
  font-size: 30px;
  font-weight: bolder;
  color: #fff;
  width: 100%;
  height: 100%;  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.kckm__item__more a span{
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.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 {
  font-size: 22px;
  color: #2046b4;
  font-weight: bold;
  margin: 10px 0;
}
.kckm__item__info-2 {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}

.kckm__item__info-3 {
  font-size: 25px;
  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__more a span {
    right: 30px;
    bottom: 25px;
    font-size: 18px;
  }
}


.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;
}



#footer-icon .page-top{
  display: none!important;
}
.global-page-top{
  position: fixed;
  width: unset;
  right: 40px;
  bottom: 40px;
  z-index: 9;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.global-page-top-btn {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0066CC;
}
.global-page-top-btn:before, .global-page-top-btn:after {
  position: absolute;
  width: 12px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #fff;
}
.global-page-top-btn:before {
  top: 24px;
  left: 16.5px;
  width: 12px;
  transform: rotate(-45deg);
}
.global-page-top-btn:after {
  top: 24px;
  right: 16.5px;
  width: 12px;
  content: '';
  transform: rotate(45deg);
}
.scrolled .global-page-top{
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 767px){ 
  .global-page-top{
    right: 12px;
    bottom: 12px;
  }
  .global-page-top-btn {
    width: 38px;
    height: 38px;
  }
  .global-page-top-btn:before {
    top: 16px;
    left: 9.5px;
    width: 12px;
  }
  .global-page-top-btn:after {
    top: 16px;
    right: 9.5px;
    width: 12px;
  }
}