.cls-1 {
  fill: #00b3d6;
}

.cls-2 {
  fill: #4e7fee;
}

.c-slider-news__item::before {
  display: none;
}

.l-news h1 {
  margin-top: 0;
  width: 416px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .l-news h1 {
    width: 264px;
    margin: 0 auto 20px;
  }
}
.l-news h1 img {
  width: 416px;
}
@media screen and (max-width: 767px) {
  .l-news h1 img {
    width: 263px;
  }
}

.c-filter__group {
  margin: 0 0 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-filter__group {
    display: block;
  }
}
.c-filter__group .c-selectbox {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .c-filter__group .c-selectbox {
    width: 120px;
    margin: 0 0 0 10px;
  }
}
.c-filter__group .page-current {
  font-size: 13px;
  font-weight: bold;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-filter__group .page-current {
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
  }
}

.anchor-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .anchor-link {
    justify-content: space-between;
    margin: 0 0 25px;
  }
}
.anchor-link li {
  width: 240px;
  margin: 0 20px 20px 0;
}
.anchor-link li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .anchor-link li {
    margin: 0;
    width: 32%;
  }
}
.anchor-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border: 1px solid #00b3d6;
  background: #fff;
  color: #00b3d6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anchor-link li a {
    font-size: 12px;
    border-radius: 10px;
    padding: 0 5px 0 0;
    position: relative;
  }
  .anchor-link li a::after {
    content: "";
    background: url(/src/assets/img/common/arrow-blue-right.png) no-repeat center;
    background-size: cover;
    width: 5px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 360px) {
  .anchor-link li a {
    font-size: 3.2vw;
  }
}
.anchor-link li a:hover, .anchor-link li a.is-active {
  background: #00b3d6;
  color: #fff;
}

.c-thumbnail-list-wrapper .c-black {
  color: #222;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 {
  padding: 0;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank {
  width: 90px;
  align-self: flex-start;
  margin: 128px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank {
    position: absolute;
    left: -55px;
    top: 50%;
    width: 35px;
    background-size: 100% auto;
    margin: 0;
    transform: translate(0, -50%);
  }
  .c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank span {
    padding: 4px 10px;
  }
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank .p-index__slider-label-rank-crown {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank .p-index__slider-label-rank-crown {
    margin: 0;
  }
  .c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank .p-index__slider-label-rank-crown span {
    padding: 4px 0;
  }
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__booktitle {
  line-height: 1.5;
  margin: 0 0 5px;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__bookname {
  line-height: 1.5;
  margin: 0 0 5px;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__lead {
  margin: 0 0 20px;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__text {
  width: auto;
  flex: 1;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__price {
  line-height: 1.5;
}

.c-pager {
  margin: 50px 0;
}

@media screen and (min-width: 768px) {
  .c-slider-news.c-slider-news-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-slider-news.c-slider-news-list .c-slider-news__item {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-slider-news.c-slider-news-list .c-slider-news__item {
    width: 226px;
    margin: 0 11px 40px;
  }
}
.c-slider-news.c-slider-news-list .c-slider-news__item::before {
  left: 0;
}
.c-slider-news.c-slider-news-list .c-slider-news__item .c-lead {
  margin: 0 0 10px;
  text-align: left;
}

.c-news-slider {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-news-slider {
    padding: 0;
    margin: 0 -15px;
  }
}
.c-news-slider a {
  width: 412px;
  height: 410px;
  display: block;
  margin: 0 11px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news-slider a {
    width: 70vw;
    height: 70vw;
    margin: 0 2px;
  }
}
.c-news-slider .c-news-slider__img {
  width: 100%;
  height: 410px;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-news-slider .c-news-slider__img {
    height: 70vw;
    border: 1px solid #dce8ec;
  }
}
.c-news-slider .c-news-slider__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.c-news-slider .c-news-slider__text {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .c-news-slider .c-news-slider__text {
    background: rgba(0, 0, 0, 0.6);
    color: #f2fbfd;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 25px;
    border-radius: 0 0 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-slider .c-news-slider__text {
    padding: 10px 5px 0;
    font-weight: bold;
    font-size: 14px;
    opacity: 0;
  }
}

.c-news-slider .swiper-slide {
  width: 434px;
}
@media screen and (max-width: 767px) {
  .c-news-slider .swiper-slide {
    width: 70vw;
  }
}

.c-news-slider .swiper-slide-active .c-news-slider__text {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-wrap .c-slider-news .c-slider-news__item {
    margin: 0;
    padding: 0 11px;
  }
  .c-wrap .c-slider-news .c-slider-news__item::before {
    left: 11px;
  }
  .c-slider-news__img {
    border: none;
  }
}