﻿.n-mv-slider .slider li {
  padding: 0 10px;
}
.n-mv-slider img {
  width: 100%;
  height: auto;
  display: block;
}
.slick-dots{
display: flex;
    justify-content: center;
    border: unset;
}
.slick-dots li button {
  font-size: 0; /* 数字を非表示にする */
  width: 10px;
  height: 10px;
  border: none;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  margin: 5px;
  cursor: pointer;
}

/* アクティブ状態のドット */
.slick-dots li.slick-active button {
  background-color: #0277E6;
}

.n-rank-tablist{
display: flex;
    gap: 4px;
    margin-bottom: 12px;

}

.n-rank-tablist li{
text-align: center;
    border-bottom: 2px solid #ccc;
    padding: 10px 10px;
    line-height: 1.4;
    align-items: center;
    display: flex;
    font-weight: 600;
    font-size: 13px;
    justify-content: center;
				}
.n-rank-tablist .active{
color:#fff;
font-weight:bold;
background:#0277E6;
    border-bottom: 2px solid #0277E6;
				}
				
.n-ranklist .n-top-item ul,
.n-ranklist .s-rank-item ul {
  counter-reset: rank; /* カウンタ初期化 */
}

.n-ranklist .n-top-item ul li,
.n-ranklist .s-rank-item ul li {
  position: relative;
  counter-increment: rank; /* 順番に+1 */
}

.n-ranklist .n-top-item ul li::before,
.n-ranklist .s-rank-item ul li::before {
content: counter(rank);
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 25px;
    font-weight: normal;
    color: #222;
    background: url();
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}
.n-cate ul p{
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
}
.n-cate ul{
    display: flex;
    gap: 28px;
				margin-bottom:60px;
}
.n-cate img{
    border-radius: 100%;
    margin-bottom: 8px;
    width: 80%;
    margin: 0 auto 10px auto;
}
.n-cate {
font-size:14px;
}
.n-top-banner{
margin:0 0 60px 0;
}
.n-top-banner ul{
    justify-content: center;
    display: flex;
    gap: 40px;
				margin-bottom:12px;
}
.n-sub-bn{
    max-width: 1200px;
    width: 100%;
margin: 0 auto;
}
.n-sub-bn ul{
width: 95%;
    margin: 32px auto 60px auto;
}

.n-sub-bn ul img{
		padding:0 10px;
	width:100%;

}
.n-sub-bn .pr-ic{
right:10px;	
}
/* 共通スタイル */
.slick-prev,
.slick-next {
  background: none;
  border: none;
  font-size: 0; /* テキストを消す */
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

/* 矢印として描画 */
.slick-prev::before,
.slick-next::before {
  content: '';
  display: inline-block;
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
  transform: rotate(135deg);
}

/* 左矢印（＜） */
.slick-prev::before {
  transform: rotate(135deg);
  margin-left: 5px;
}

/* 右矢印（＞） */
.slick-next::before {
  transform: rotate(-45deg);
  margin-right: 5px;
}

/* 配置 */
.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}
@media screen and (min-width: 769px) {
  .n-mv-slider ul li {
    padding: 0 10px; /* 左右に余白 */
  }

  .n-mv-slider img {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
	.n-sub-bn ul{
	width:100%;	
	}
.n-sub-bn img {
  width: 100%;
  height: auto;
  display: block;
}

.n-rank-tablist li{
    text-align: center;
    border-bottom: 2px solid #ccc;
    padding: 8px;
    line-height: 1.2;
    font-size: 12px;
    min-width: 80px;
}
				
}

.n-rank-tablist li{
        min-width: 98px;
}
.n-rank-tablist{
    overflow-x: scroll;
	}
