.categorySpecial {
  margin: 40px 0 40px;
}
@media print, screen and (min-width: 768px) {
  .categorySpecial_inner {
    width: 1160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .categorySpecial_inner {
    padding: 0 10px;
  }
}
.categorySpecial_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  .categorySpecial_heading {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .categorySpecial_heading {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.categorySpecial_heading span {
  display: inline-block;
}
.categorySpecial_list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .categorySpecial_list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .categorySpecial_list {
    margin: 10px -5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .categorySpecial_item {
    margin: 10px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .categorySpecial_item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.categorySpecial_item a {
  text-decoration: none;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .categorySpecial_item a {
    padding: 13px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
  }
  .categorySpecial_item a:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .categorySpecial_item a:hover:before {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: 2px solid #0784e8;
  }
}

@media screen and (max-width: 767px) {
  .categorySpecial_item a {
    display: block;
    padding: 11px;
    border: solid 1px #ccc;
    border-radius: 3px;
  }
}
@media print, screen and (min-width: 768px) {
  .categorySpecial_image {
    width: 130px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .categorySpecial_image {
    width: 100%;
  }
}
.categorySpecial_image img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .categorySpecial_box {
    flex: 1;
  }
}
.categorySpecial_title {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .categorySpecial_title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .categorySpecial_title {
    margin: 10px 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .categorySpecial_text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .categorySpecial_text {
    margin: 10px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 768px) {
  .weeklyRanking {
    width: 1160px;
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking {
    padding: 0 10px;
    margin-top: 30px;
  }
}
.weeklyRanking_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  .weeklyRanking_heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking_heading {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .weeklyRanking_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking_list {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .weeklyRanking_item {
    width: calc((100% - 20px) / 3);
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking_item {
    width: 150px;
  }
}
.weeklyRanking_item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-decoration: none;
}
.weeklyRanking_item a:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border: 1px solid #cccccc;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .weeklyRanking_item a:hover:before {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: 2px solid #0784e8;
  }
}
@media print, screen and (min-width: 768px) {
  .weeklyRanking_item a {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking_item a {
    padding: 15px 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking_item + .weeklyRanking_item {
    margin-left: 10px;
  }
}
.weeklyRanking_num {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #232b35;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .weeklyRanking_num {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking_num {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}
.weeklyRanking_img {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .weeklyRanking_img {
    width: 226px;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking_img {
    width: 127px;
  }
}
.weeklyRanking_img img {
  width: 100%;
}
.weeklyRanking_text {
  color: #333333;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .weeklyRanking_text {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking_text {
    margin: 10px 0px 0px 5px;
    height: 59px;
  }
}
@media screen and (max-width: 767px) {
  .weeklyRanking .slick-list {
    overflow: hidden;
  }
}
.weeklyRanking .slick-arrow {
  position: absolute;
  z-index: 2;
}
.weeklyRanking .slick-arrow.slick-next {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.weeklyRanking .slick-arrow.slick-next:before {
  content: none;
}
.weeklyRanking .slick-arrow.slick-next:after {
  line-height: 1;
  font-size: 3rem;
  color: #6b6b6d;
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: -4px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .weeklyRanking .slick-arrow.slick-next {
    top: -33px;
    right: 0;
  }
}
.weeklyRanking .slick-arrow.slick-prev {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.weeklyRanking .slick-arrow.slick-prev:before {
  content: none;
}
.weeklyRanking .slick-arrow.slick-prev:after {
  line-height: 1;
  font-size: 3rem;
  color: #6b6b6d;
  font-family: "FontAwesome";
  content: "\f104";
  margin-left: -4px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .weeklyRanking .slick-arrow.slick-prev {
    top: -33px;
    left: auto;
    right: 56px;
  }
}
