/* Theme Name: trackingbb
Author: seitaro tanabata
Description: trackingbbテーマのスタイル
Version: 1.0 */


body {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-style: normal;
  line-height: 1.6;
  color: #000849;
  background-color: #fff;
  /* background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f4f4",GradientType=1); */
  font-size: clamp(14px, 1vw, 18px);
}

a {
  transition: 0.6s;
}

a:hover {
  opacity: 0.75;
}

.section_inner, .footer_inner {
max-width:  1500px;
margin: 0 auto;
padding: 0 4vw;
}


/* ヘッダー */ 
header {
width: 100%;
position: fixed;
padding: 25px 0;
max-width:  1500px;
left: 50%;
transform: translateX(-50%);
z-index: 100;
}

.herader_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hd_left img {
  width: 20%;
}

.hd_right {
width: 2%;
}

.bm_icon_list {
display: flex;
flex-wrap: wrap;
gap: 6px 0;
width: 100%;
cursor: pointer;
}

.bm_icon_bar{
width: 100%;
height: 2px;
background-color: #000263;
}

.bm_bg {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 101;
background-color: rgba(5, 24, 37, 0.8);
}

.bm_bg_op {
display: block;
}

.bm_inner {
width: 35%;
height: 100vh;
overflow-y: scroll;
position: fixed;
top: 0;
right: -50%;
padding: 4vw 3vw;
z-index: 102;
background-color: #fff;
border-left: 2vw solid #2124c9;
}

.batsu {
display: block;
position: absolute;
right: 1.5vw;
top: 1.5vw;
width: 30px;
height: 30px;
cursor: pointer;
}

.batsu::before, .batsu::after { /* 共通設定 */
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 3px; /* 棒の幅（太さ） */
height: 30px; /* 棒の高さ */
background: #2124c9;
}

.batsu::before {
transform: translate(-50%,-50%) rotate(45deg);
}

.batsu::after {
transform: translate(-50%,-50%) rotate(-45deg);
}

.bm_menu_list {
margin: 2vw 0;
}

.bm_menu_item {
margin-bottom: 10px;
}

.bm_bar {
color: #b3b3b3;
margin-top: 50px;
}

.bm_sns_title {
margin-top: 10px;
color: #b3b3b3;
}

.bm_sns_list {
width: 35%;
display: flex;
align-items: center;
margin-top: 20px;
gap: 0 1vw;
}

.bm_sns_item a img {
width: 100%;
}

/* スライダー */
.top_frist_slide {
/* margin-left: 20px; */
}
.slider_img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
}

.slider_text {
  margin-top: 10px;
  font-size: 16px;
}

.top_pagination {
  margin-top: 30px;
  position: relative;
}

.swiper-pagination-bullet {
  width: 4%;
  height: 6px;
  border-radius: 5px;
}

.swiper-pagination-bullet-active {
  background: #2124c9;
  background: -moz-linear-gradient(90deg, #2124c9 0%, #4580e4 100%);
  background: -webkit-linear-gradient(90deg, #2124c9 0%, #4580e4 100%);
  background: linear-gradient(90deg, #2124c9 0%, #4580e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2124c9",endColorstr="#d16b8e",GradientType=1);
}

/* ランキング */
#ranking {
background-color: #f8f8f8;
}

.ranking_inner {
  padding: 40px 4vw 60px;
  position: relative;
  margin-top: 4vw;
}

.rk_title_box {
  position: absolute;
  top: -40px;
  left: 4vw;
}

.rk_title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.rk_title_add {
  color: #2124c9;
}

.rk_title_sub {
  font-size: 16px;
  font-weight: 300;
}

/* PC */
.p54_wprapper {
  position: relative;
  width: 100%;
  height: 100vh;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 3px;
}

.p54_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.p54_box01 {
  grid-area: 1 / 1 / 4 / 6;
  background-image: url(img/i049.jpg);
  background-size: cover;
}

.p54_box02 {
  grid-area: 4 / 1 / 6 / 6;
  background-color: #f8f8ff;
}

.p54_box03 {
  position: absolute;
  width: 80%;
  top: 55%;
  right: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  background-color: #fff;
  padding: 3vw 0 3vw 5vw;
}

.p54_box03_text_box {
  position: absolute;
  top: -2.3vw;
}

.p54_box03_title_en {
  font-size: 2.5vw;
  letter-spacing: 10px;
  font-weight: bold;
}

.p54_box03_title_jp {
  font-size: 0.7vw;
  letter-spacing: 3px;
}

.p54_more_box {
  text-align: end;
}

.p54_btn {
  font-size: 14px;
  letter-spacing: 2px;
}

/* カルーセル */
.p54_swiper {
  width: 100%;
  height: 100%;
}

.p54_swiper .swiper-wrapper {
  /* align-items: flex-end; */
}

.p54_slide_item {
  height: 100%;
}

.p54_item_img_wrapper {
  position: relative;
}

.p54_item_img {
  aspect-ratio: 1.618/1;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.p54_item_box {
  padding: 20px 0px;
}

.rank_info_flext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p54_item_day {
  font-size: 14px;
  color: #a9a9a9;
}

.p54_item_cat {
  display: inline-block;
  padding: 2px 30px;
  font-size: 12px;
  background-color: #cbeef3;
  margin-left: 5px;
  border-radius: 3px;
  color: #fff;
}

.p54_item_cat_title {
  margin-top: 0.5vw;
  font-size: 14px
}

.p54_pb_box {
  width: 100%;
  margin-top: 1vw;
  display: flex;
  justify-content: end;
  align-items: center;
}

.p54_pb_box_inner {
  width: 25%;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.p54_next {
  position: relative;
  max-width: 45px;
  max-height: 45px;
  width: 3vw;
  height: 3vw;
  padding: 1vw;
  color: #2124c9;
  border-radius: 100vh;
  border: 1px solid #2124c9;
}

.p54_next::after {
  font-size: 0.8vw;
}

.p54_prev {
  position: relative;
  max-width: 45px;
  max-height: 45px;
  width: 3vw;
  height: 3vw;
  padding: 1vw;
  color: #2124c9;
  border-radius: 100vh;
  border: 1px solid #2124c9;
}

.p54_prev::after {
  font-size: 0.8vw;
}

.p54_pagination {
  width: 50%!important;
  position: relative;
  height: 1.5px!important;
}

.p54_pagination .swiper-pagination-progressbar-fill {
  background-color: #2124c9;
}

@media (max-width: 760px) {
  .p54_next {
    right: 20px;
    transform: rotate(90deg);
  }

  .p54_prev {
    left: 20px;
    transform: rotate(90deg);
  }
}

/* SP */
@media (max-width: 750px){

}

.rank_num_icon {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.rank_icon {
  width: 25px;
}

.rank_num {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  color: #b1c3db;
}


.p54_slide_item:nth-of-type(1) .rank_num {
  color: #d2c47e;
}

.p54_slide_item:nth-of-type(2) .rank_num {
  color: #bdc2ca;
}

.p54_slide_item:nth-of-type(3) .rank_num {
  color: #dead91;
}


.main_right_rk_item:nth-of-type(1) .main_right_rk_num {
  color: #d2c47e;
}

.main_right_rk_item:nth-of-type(2) .main_right_rk_num {
  color: #bdc2ca;
}

.main_right_rk_item:nth-of-type(3) .main_right_rk_num {
  color: #dead91;
}

/* トップアーカイブ */
#top_archive{
margin-top: 5vw;
}

.top_archive_flex {
display: flex;
justify-content: space-between;
}

.top_archive_left {
width: 68%;
}

.top_archive_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
/* max-height: 680px;
overflow-y: scroll; */
}

.top_archive_item {
width: 32%;
margin-bottom: 15px;
}

.top_archive_right {
width: 28%;
position: sticky;
top: 0px;
height: 100%;
margin-top: -30px;
padding-top: 30px;
}

.top_archive_right_a {
display: inline-block;
width: 100%;
height: 100%;
margin-bottom: 30px;
}

.top_archive_right_a .p54_item_box {
padding: 20px 0 0;
}

.to_ar_title_box {
margin-bottom: 25px;
}

.to_ar_title {
font-size: 45px;
line-height: 1;
font-weight: 500;
}

.to_ar_title_sub {
font-size: 14px;
}

.to_ar_title_add {
color: #2124c9;
}

.top_ar_item_cat {
font-size: 12px;
min-width: 35%;
text-align: center;
display: inline-block;
padding: 2px 15px;
background-color: #cbeef3;
margin-left: 5px;
border-radius: 3px;
color: #fff;
}

.top_ar_item_day {
font-size: 12px;
color: #a9a9a9;
}

.top_archive_dummy {
width: 32%;
}

.to_ar_right_title {
margin-top: 0.5vw;
font-size: 16px;
}

.to_ar_btn_box {
width: 100%;
margin-top: 30px;
}
.to_ar_btn_box a {
text-align: center;
display: block;
padding: 15px 30px;
border: 1px solid #2124c9;
margin-bottom: 15px;
color: #2124c9;
font-size: 16px;
}

.to_ar_btn_box a:hover {
background-color: #2124c9;
color: #fff;
}


.to_ar_right_img {
aspect-ratio: 1.2/1;
object-fit: cover;
width: 100%;
border-radius: 10px;
}

/* フッター */
footer {
background-color: #051825;
color: #fff;
margin-top: 40px;
font-size: 14px;
}

.footer_inner {
padding: 40px 4vw;
}

.footer_flex {
display: flex;
justify-content: space-between;
align-items: center;
}

.footer_top {
border-bottom: 1px solid #fff;
margin-bottom: 15px;
padding-bottom: 15px;
}

.footer_link_list {
display: flex;
justify-content: space-between;
align-items: center;
}

.footer_link_item {
margin-left: 20px;
}

.footer_logo {
width: 20%;
}


/* アーカイブ */
.archive_item {
width: 32%;
}

.main_flex {
display: flex;
justify-content: space-between;
margin-bottom: 6vw;
}

.main_left {
width: 68%;
}

.archive_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.main_right {
width: 28%;
/* position: sticky; */
top: 0px;
height: 120vh;
overflow-y: scroll;
margin-top: -30px;
padding-top: 30px;
-ms-overflow-style: none;
}

.main_right::-webkit-scrollbar{
  display: none;
}

.ar_top {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}

.ar_top_title {
font-size: 16px;
font-weight: 700;
}

.ar_top_right {
display: flex;
align-items: center;
}

.selectbox-5 {
display: flex;
align-items: center;
position: relative;
}

.selectbox_arrow {
position: relative;
font-size: 18px;
color: #2124c9;
content: '';
pointer-events: none;
}

.selectbox-5 select {
text-align: right;
appearance: none;
font-size: 16px;
padding-right: 15px;
border: none;
cursor: pointer;
}

.selectbox-5 select:focus {
outline: none;
}

.main_right_title_box {
border-bottom: 2px solid #b3b3b3;
padding-bottom: 15px;
margin-bottom: 15px;
}

.main_right_title {
font-size: 35px;
font-weight: 700;
line-height: 1.3;
}

.main_right_title_sub {
font-size: 14px;
}

.main_right_title_pnk {
color: #2124c9;
}

.main_right_rk_item {
margin-bottom: 10px;
}

.main_right_rk_icon {
width: 5%;
}

.main_right_rk_num {
font-size: 14px;
margin-left: 5px;
}

.main_right_rk_item:last-of-type {
margin-bottom: 0;
}

.main_right_rk_item a {
display: flex;
align-items: center;
justify-content: space-between;
}
.main_right_rk_item a img {
width: 30%;
aspect-ratio: 2/1.3;
object-fit: cover;
border-radius: 3px;
}

.main_right_rk_text_box {
width: 67%;
font-size: 14px;
}

.main_right_rk_cat {
display: inline-block;
text-align: center;
min-width: 37%;
padding: 3px 15px;
font-size: 12px;
margin-bottom: 5px;
background-color: #cbeef3;
border-radius: 3px;
color: #fff;
}

.main_right_rk_title {
font-size: 14px
}

.pagination-1 {
display: flex;
justify-content: center;
align-items: center;
gap: 0 8px;
list-style-type: none;
padding: 0;
font-size: clamp(14px, 1vw, 18px);
}

.pagination-1 li {
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
width: 2em;
height: 2em;
border: 1px solid #2124c9;
border-radius: 3px;
color: #2124c9;
}

.pagination-1 lis:not(:hover) {
text-decoration: none;
}

.pagination-1 .current {
background-color: #2124c9;
color: #fff;
pointer-events: none;
}

/* 固定ページ用 */
.page-numbers {
display: flex;
justify-content: center;
align-items: center;
gap: 0 8px;
list-style-type: none;
padding: 0;
font-size: clamp(14px, 1vw, 18px);
}

.page-numbers li {
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
width: 2em;
height: 2em;
border: 1px solid #2124c9;
border-radius: 3px;
color: #2124c9;
}

.page-numbers lis:not(:hover) {
text-decoration: none;
}

.page-numbers .current {
width: 100%;
height: 100%;
background-color: #2124c9;
color: #fff;
pointer-events: none;
}


.main_right_more {
margin: 20px 0;
text-align: right;
font-size: 14px;
color: #a9a9a9;
}

.main_right_tag_list {
display: flex;
flex-wrap: wrap;
gap: 3px 15px;
}

.main_right_tag a {
transition: 0.6s;
font-size: 14px;
}

.main_right_tag a:hover {
color: #2124c9;
}

.main_right_cat_list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.main_right_cat {
width: 49%;
margin-bottom: 10px;
}

.main_right_cat a {
display: inline-block;
width: 100%;
text-align: center;
border-radius: 3px;
padding: 10px 12px;
font-size: 14px;
border: 1px solid #2124c9;
color: #2124c9;
transition: 0.6s;
}

.main_right_cat a:hover {
background-color: #2124c9;
color: #fff;
}

/* 個別ページ */
.sn_date {
font-size: 12px;
color: #a9a9a9;
}

.sn_title {
font-size: 28px;
font-weight: 500;
padding: 10px 0 15px;
margin: 0 0 25px;
border-bottom: 1px solid #051825;
}

.sn_cat_tag {
display: flex;
align-items: center;
gap: 0 20px;
}

.sn_cat_list {
display: flex;
gap: 0 10px;
}

.sn_cat a {
display: inline-block;
min-width: 35%;
padding: 3px 15px;
background-color: #cbeef3;
border-radius: 3px;
font-size: 14px;
color: #fff;
}

.sn_main {
margin: 40px 0 60px;
}

.sn_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 20px;
}

.sn_item {
width: 32%;
margin-bottom: 30px;
}

.sn_recom_box {
padding-bottom: 15px;
}

.sn_btn_box {
margin-top: 40px;
}

.sn_btn_box a {
text-align: center;
display: block;
padding: 20px 30px;
border: 1px solid #2124c9;
margin-bottom: 15px;
color: #2124c9;
font-size: 16px
}

.sn_btn_box a:hover {
background-color: #2124c9;
color: #fff;
}

/* ランキング */
.main_right_rk_list {
  margin-top: 20px;
}

.rk_pg_title {
font-size: 16px;
font-weight: 500;
margin: 5px 0;
}

.rk_pg_item {
margin-bottom: 20px;
}

.rk_pg_item_nomal {
margin-bottom: 50px;
}

.rk_pg_item a {
display: flex;
justify-content: space-between;
align-items: center;
}

.rk_pg_item a img {
width: 29%;
aspect-ratio: 2/1.3;
object-fit: cover;
border-radius: 10px;
}

.rank_pg_num_icon {
display: flex;
align-items: center;
margin-bottom: 10px;
}

.rank_pg_icon {
width: 3%;
}

.rk_pg_item:nth-of-type(1) .rank_pg_num {
color: #d2c47e;
}

.rk_pg_item:nth-of-type(2) .rank_pg_num {
color: #bdc2ca;
}

.rk_pg_item:nth-of-type(3) .rank_pg_num {
color: #dead91;
}

.rank_pg_num {
font-size: 16px;
font-weight: 500;
margin-left: 10px;
color: #b1c3db;
}

.rank_pg_cat {
min-width: 20%;
}

/* デイリーランキング */
.daily_rank_pc {
  display: block;
}

/* カテゴリー・タグ一覧 */
.all_cat_item {
width: 24%;
margin-bottom: 10px;
}
.all_cat_item_dummy {
width: 24%;
}

.all_cat_item a {
display: inline-block;
width: 100%;
text-align: center;
border-radius: 3px;
padding: 10px 12px;
font-size: 14px;
border: 1px solid #2124c9;
color: #2124c9;
transition: 0.6s;
}

.all_cat_item a:hover {
background-color: #2124c9;
color: #fff;
}

.all_cat_box {
margin-top: 60px;
}

/* 検索窓 */
.ar_search ul {
display: flex;
border: 1.5px solid #a9a9a9;
border-radius: 3px;
padding: 8px 15px;
font-size: 14px;
margin-bottom: 30px;
align-items: center;
justify-content: space-between;
}

.ar_search li:first-of-type {
display: inline-block;
width: 100%;
}

.ar_search li:first-of-type [type="text"]{
width: 100%;
}

.ar_search [type="submit"] {
color: #a9a9a9;
}

/* シングルページ */
.sn_main p {
margin: 1em 0;
}

.sn_main h1,
.sn_main h2,
.sn_main h3,
.sn_main h4,
.sn_main h5,
.sn_main h6 {
font-weight: 600;
margin: 30px 0;
}

.sn_main h1 {
font-size: 1.8rem;
}

.sn_main h2 {
font-size: 1.5rem;
}

.sn_main h3 {
font-size: 1.3rem;
}

.sn_main h4 {
font-size: 1.2rem;
}

.sn_main h5 {
font-size: 1rem;
}


.sn_main h6 {
font-size: 14px;
}

.sn_main ul, .sn_main ol  {
margin: 2em 0;
}

.sn_main figure {
margin: 2em 0;
}

.sn_main .wp-block-media-text {
margin: 2em 0;
}

.sn_main a {
color: #2124c9;
}
.footer_logo {
  font-size: 1.3vw;
}

@media screen and (max-width: 1300px) {
.main_right_title {
  font-size: 28px;
}

.main_right_title_sub {
  font-size: 14px;
}

.bm_inner {
  padding: 25px 25px 50px;
}

.bm_sns_list {
  width: 40%;
}

.footer_logo {
  font-size: 3vw;
}
}

@media screen and (max-width: 1100px) {
main {
  overflow: hidden;
}

.hd_left img {
  width: 15%;
}

.hd_right {
  width: 3.5%;
}

.bm_inner {
  width: 70%;
  right: -70%;
}

.bm_menu_list {
  margin: 5vw 0;
}

.main_right_title {
  font-size: 30px;
}

.main_right_more {
  margin: 30px 0 20px;
}

.main_right_title_sub {
  font-size: 12px;
}

.bm_sns_list {
  width: 35%;
  gap: 0 20px;
}

.main_right_title {
  font-size: 25px;
}

.p54_swiper {
  margin-top: 30px;
}

.rk_title {
  font-size: 40px;
}

.rk_title_box {
  top: -24px;
}

.p54_pb_box_inner {
  width: 40%;
  margin-top: 20px;
}

.p54_prev, .p54_next {
  width: 5vw;
  height: 5vw;
}

.p54_next::after, .p54_prev::after {
  font-size: 1.5vw;
}

.top_archive_flex {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.top_archive_right {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.to_ar_right_img {
  aspect-ratio: 2.3 / 1;
}

.to_ar_btn_box {
  display: none;
}

.to_ar_btn_sp {
  width: 100%;
  display: block;
}

.top_archive_left {
  width: 100%;
}

footer {
  font-size: 12px;
}

.footer_right {
  width: 37%;
}

.footer_link_item {
  margin-left: 0;
}

/* アーカイブページ */
.main_flex {
  flex-wrap: wrap;
}

.main_left {
  width: 100%;
}

.main_right {
  width: 100%;
  margin-top: 40px;
}

.main_right_rk_item {
  margin-bottom: 20px;
}

.main_right_rk_icon {
  width: 3%;
}

.main_right_rk_item a img {
  width: 20%;
}

.main_right_rk_item a {
  justify-content: flex-start;
  gap: 0 30px;
}

/* カテゴリー・タグ一覧 */
.all_cat_item {
  width: 24%;
}

.all_cat_item_dummy {
  width: 24%;
}

.all_cat_box {
  margin-top: 40px;
}

/* シングル */
.sn_main p {
  font-size: 1.2rem;
}
}

@media screen and (max-width: 500px) {
.hd_left img {
  width: 25%;
}
.swiper-pagination-bullet {
  width: 12%;
}

#ranking {
  margin: 50px 0 60px;
}

.rk_title {
  font-size: 35px;
}

.to_ar_title {
  font-size: 35px;
}

.rank_icon {
  width: 20px;
}

/* デイリーランキング */
.daily_rank_pc {
  display: none;
}

.p54_pb_box_inner {
  width: 100%;
  margin-top: 0;
}

.p54_prev, .p54_next {
  width: 9vw;
  height: 9vw;
}

.p54_next::after {
  font-size: 12px;
  transform: rotate(-90deg);
}

.p54_prev::after {
  font-size: 12px;
  transform: rotate(-90deg);
}

.slider_text {
  margin-top: 20px;
  font-size: 14px;
}

.ranking_inner {
  padding: 40px 4vw;
}

.to_rk_btn a {
  font-size: 14px;
}

.top_swiper {
  padding: 0 30px;
}

.top_pagination {
  margin-top: 15px;
}

.p54_swiper {
  margin-top: 0;
}

.p54_swiper .swiper-wrapper {
  margin-top: 10px;
}

.to_ar_right_img {
  aspect-ratio: 1.2 / 1;
}

.top_archive_item {
  width: 47.5%;
}

.top_archive_right {
  margin-bottom: 30px;
}

.top_ar_item_cat {
  padding: 3px 10px;
}

.p54_item_cat {
  min-width: 30%;
  padding: 3px 15px;
}

.p54_item_cat_title {
  margin-top: 10px;
}

.to_ar_btn_box {
  margin-top: 0;
}

.to_ar_right_title {
  margin-top: 15px;
}

.to_ar_btn_box a {
  font-size: 14px;
}

.footer_inner {
  padding: 20px 2vw 40px;
}

.footer_flex {
  text-align: center;
  flex-wrap: wrap;
}

.footer_right {
  width: 100%;
}

.footer_link_list {
  justify-content: center;
  gap: 0 20px;
  margin-top: 20px;
}

.footer_left {
  width: 100%;
  margin: 10px 0 0;
}

.hd_right {
  width: 12%;
}

.bm_inner {
  width: 95%;
  right: -95%;
  padding: 70px 30px 120px;
}

.batsu {
  top: 20px;
  right: 20px;
}

.bm_sns_list {
  width: 50%;
}

/* アーカイブページ */
.archive_item {
  width: 48%;
}

.main_right_rk_item {
  margin-bottom: 10px;
}

.rank_pg_num_icon {
  margin-bottom: 0;
}

.main_right_rk_title {
  margin-top: 5px;
}

.main_right_rk_item a img {
  width: 30%;
}

.main_right_rk_item a {
  gap: 0 15px;
  align-items: center;
}

.main_right_rk_icon {
  width: 4%;
}

.ar_top_title {
  font-size: 3.5vw;
}

.selectbox_arrow {
  font-size: 14px;
}

.selectbox-5 select {
  font-size: 3.5vw;
  padding-right: 5px;
}

.ar_top {
  margin-bottom: 20px;
}

.archive_item {
  margin-bottom: 10px;
}

.main_right_rk_cat {
  margin: 15px 0 0;
}

/* シングル */
.sn_title {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
}

.sn_cat_tag {
  flex-wrap: wrap;
}

.sn_cat_list {
  width: 100%;
  margin-top: 15px;
  flex-wrap: wrap;
}

.sn_main {
  padding: 0px;
  margin: 20px 0 30px;
}

.sn_btn_box a {
  font-size: 14px;
  padding: 10px 15px;
}

.sn_item {
  width: 100%;
}

 .sn_main h2 {
  font-size: 1.2rem;
}

/* ランキング */
.rank_pg_icon {
  width: 5%;
}

.rk_pg_item a {
  flex-wrap: wrap;
}

.rk_pg_item a img {
  width: 100%;
  aspect-ratio: 1.618 / 1;
  margin-top: 10px;
}

.main_right_rk_text_box {
  width: 100%;
  margin-top: 0px;
}

.rk_pg_title {
  font-size: 16px;
}

/* カテゴリー・タグ一覧 */
.all_cat_item, .all_cat_item_dummy {
  width: 49%;
}

.main_right_cat a {
  padding: 10px 15px;
}

.to_ar_btn_sp {
  display:block;
}

.footer_logo {
  font-size: 5vw;
}
}
