@charset "UTF-8";

/* -----------------------------------------------
  mv__wrap
----------------------------------------------- */

section:has(.mv__wrap) {
  background: url(../images/pick-up/pick-up_bg.jpg) 50% / cover repeat-x;
}

.mv__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  position: relative;
}
.mv__wrap .head__wrap {}
.mv__wrap:after {
  content: "";
  display: block;
  position: absolute;
}
.mv__wrap .head__wrap h1 {
  text-align: center;
}
.mv__wrap h1 span {
  color: #6A1684;
  display: inline-block;
  border-bottom: 1px solid #6A1684;
  padding: 0 1em;
}

@media (max-width: 767px) {
  
  .mv__wrap {
    aspect-ratio: 750 / 257;
    width: 100%;
    height: auto;
  }
  .mv__wrap:after {
    aspect-ratio: 332 / 159;
    background: url(../images/pick-up/pick-up_panda_sp.svg) 50% / contain no-repeat;
    width: 44.266%;
    height: auto;
    right: min(4.44vw,64px);
    bottom: -14%;
    /* z-index: -1; */
  }
  .mv__wrap .head__wrap {
    margin-bottom: 3.8%;
  }
  .mv__wrap .head__wrap h1 {
    font-size: min(5.33vw,20px);
    line-height: 1.3;
  }
  .mv__wrap h1 span {
    font-size: min(2.93vw,11px);
  }

}

@media (min-width: 768px) {
  
  .mv__wrap {
    height: 238px;
  }
  .mv__wrap:after {
    aspect-ratio: 252 / 150;
    background: url(../images/pick-up/pick-up_panda_pc.svg) 50% / contain no-repeat;
    /* width: 298px; */
    width: 25.68%;
    height: auto;
    right: min(4.44vw, 64px);
    bottom: -25px;
  }
  .mv__wrap .head__wrap h1 {
    font-size: 40px;
  }
  .mv__wrap h1 span {
    font-size: 22px;
  }

}



/* -----------------------------------------------
  link__wrap
----------------------------------------------- */
.cat__list__wrap ul li a {
  background: #F1E8F3;
}
.link__wrap__cap {
  text-align: center;
}
.link__wrap__cap p {
  font-weight: normal;
}

@media (max-width: 767px) {

  .link__wrap__cap {
    padding-top: 28px;
  }

}

@media (min-width: 768px) {

  .link__wrap__cap {
    padding-top: 28px;
  }
  .link__wrap__cap p {
    line-height: 2;
  }

}







/* -----------------------------------------------
  contents
----------------------------------------------- */

.contents__fx * {
  font-weight: normal;
}
.contents__item {}
.contents__item .cap__fx {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.contents__item .cap__fx * {
  font-weight: bold;
}
.cap__fx span {
  background: #6A1684;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.tag__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag__list li a {
  background: #F1E8F3;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
}
.cap__inner h2.title {
  font-weight: 500;
}
.c-link__wrap a {
  display: block;
  width: 100%;
  border: 1px solid #6A1684;
  text-align: center;
}


.contents__fx .contents__side {
  /* width: 23.22%;
  max-width: 260px; */
}
.side__head h4 {
  background: #6A1684;
  color: #fff;
  position: relative;
  /* border-radius: 10px;
  line-height: 38px;
  font-weight: 500;
  padding: 0 80px 0 .8em;
  margin-bottom: 20px; */
}
.side__head h4:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 80 / 48;
  background: url(../images/pick-up/access-ranking-title_panda.svg) 50% / contain no-repeat;
  /* width: 80px; */
  height: auto;
}
.access__ranking__wrap {
  /* margin-bottom: 38px; */
}
.tab__btn {
  background: #F1E8F3;
  border-radius: 50vh;
  border: 1px solid #F1E8F3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tab__btn > div {
  width: 50%;
}
.tab__btn div.active {
  background: #fff;
  border-radius: 50vh;
}
.tab__btn button {
  display: inline-block;
  border: 0;
  background: none;
  text-align: center;
  width: 100%;
  font-weight: bold;
  /* height: 28px;
  line-height: 28px;
  font-size: 14px; */
}

.tab__wrap > div:not(.active) {
  display: none;
}
.tab__wrap ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.tab__wrap ul li:not(:last-child) {
  border-bottom: 1px solid #C7C7C7;
}
.tab__wrap li span {
  display: block;
  font-weight: bold;
  text-align: center;
  /* font-size: 16px;
  max-width: 30px;
  width: 11.54%;
  height: 30px;
  margin-right: 3.84%;
  line-height: 30px; */
  background: #6A1684;
  color: #fff;
}
.tab__wrap li a {
  /* font-size: 14px;
  line-height: 1.572;
  max-width: 220px;
  width: 84.62%;
  padding: .96em 0; */
}

.side__head h5 {
  border-top: 1px solid #6A1684;
  border-bottom: 1px solid #6A1684;
  /* font-size: 16px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 8px; */
}
.side__head h5 span {
  font-weight: bold !important;
}
.category__list li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  /* padding: 4px 0; */
}
.category__list li span {
  display: block;
  background: #C7C7C7;
  aspect-ratio: 1 / 1;
  height: auto;
  /* max-width: 42px;
  width: 16.16%;
  margin-right: 3.84%; */
}
.category__list li  li a {
  /* line-height: 1.572;
  max-width: 208px;
  width: 80%; */
}



@media (max-width: 767px) {

  .contents__fx {
    padding-top: 56px;
    margin-bottom: 190px;
  }
  .contents__fx .contents__item {
    margin-bottom: 90px;
  }
  .contents__item .c-item__img {
    margin-bottom: 20px;
  }
  .contents__item .cap__fx {
    margin-bottom: 8px;
  }
  .cap__fx time {
    font-size: 16px;
  }
  .cap__fx span {
    font-size: 12px;
    padding: .084em .24em;
    min-width: 72px;
  }
  .tag__list li {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .tag__list li a {
    font-size: 11px;
    min-width: 68px;
    line-height: 22px;
    height: 22px;
  }

  .cap__inner h2.title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .cap__inner p {
    font-size: 13px;
    line-height: 1.572;
    margin-bottom: 22px;
  }
  .c-link__wrap a {
    font-size: 13px;
    line-height: 40px;
    height: 40px;
  }


  .contents__fx .contents__side {
    padding-top: 100px;
    /* width: 23.22%;
    max-width: 260px; */
  }
  .side__head h4 {
    border-radius: 10px;
    line-height: 38px;
    font-weight: 500;
    padding: 0 80px 0 .8em;
    margin-bottom: 20px;
  }
  .side__head h4:after {
    width: 80px;
  }
  .access__ranking__wrap {
    margin-bottom: 38px;
  }
  .tab__btn button {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .tab__wrap li span {
    font-size: 16px;
    max-width: 30px;
    width: 11.54%;
    height: 30px;
    margin-right: 3.84%;
    line-height: 30px;
  }
  .tab__wrap li a {
    font-size: 14px;
    line-height: 1.572;
    max-width: 220px;
    width: 84.62%;
    padding: .96em 0;
  }

  .side__head h5 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .category__list li {
    padding: 4px 0;
  }
  .category__list li span {
    max-width: 42px;
    width: 16.16%;
    margin-right: 3.84%;
  }
  .category__list li  li a {
    line-height: 1.572;
    max-width: 208px;
    width: 80%;
  }

}

@media (min-width: 768px) {

  .contents__fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 82px;
    margin-bottom: 190px;
  }
  .contents__fx .contents__list__wrap {
    width: 70%;
  }
  .contents__list__wrap .contents__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 10px;
  }
  .contents__list .contents__item {
    width: 30.6%;
    max-width: 240px;
    margin-bottom: 80px;
  }
  .contents__item:not(:nth-child(3n)) {
    margin-right: 4.1%;
  }
  .contents__item .c-item__img {
    margin-bottom: 10px;
  }
  .contents__item .cap__fx {
    margin-bottom: 12px;
  }
  .cap__fx span {
    font-size: 12px;
    padding: .084em .24em;
    min-width: 72px;
  }
  .tag__list li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .tag__list li a {
    font-size: 14px;
    min-width: 109px;
    line-height: 30px;
    height: 30px;
  }

  .cap__inner h2.title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .cap__inner p {
    font-size: 14px;
    line-height: 1.572;
    margin-bottom: 22px;
  }
  .c-link__wrap a {
    font-size: 14px;
    line-height: 28px;
    height: 30px;
  }

  .contents__fx .contents__side {
    width: 23.22%;
    max-width: 260px;
  }
  .side__head h4 {
    border-radius: 10px;
    line-height: 38px;
    font-weight: 500;
    padding: 0 80px 0 .8em;
    margin-bottom: 20px;
  }
  .side__head h4:after {
    width: 80px;
  }
  .access__ranking__wrap {
    margin-bottom: 38px;
  }
  .tab__btn button {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .tab__wrap li span {
    font-size: 16px;
    max-width: 30px;
    width: 11.54%;
    height: 30px;
    margin-right: 3.84%;
    line-height: 30px;
  }
  .tab__wrap li a {
    font-size: 14px;
    line-height: 1.572;
    max-width: 220px;
    width: 84.62%;
    padding: .96em 0;
  }

  .side__head h5 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .category__list li {
    padding: 4px 0;
  }
  .category__list li span {
    max-width: 42px;
    width: 16.16%;
    margin-right: 3.84%;
  }
  .category__list li  li a {
    line-height: 1.572;
    max-width: 208px;
    width: 80%;
  }

}


.pager__wrap h2 {
  display: none;
}
.pager__wrap .nav-links {}
.nav-links .page-numbers {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.page-numbers li {
  aspect-ratio: 1 / 1;
  border: 1px solid #6A1684;
  border-radius: 8px;
  overflow: hidden;
  margin-inline: 5px;
}
.page-numbers li > * {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
}
.page-numbers li span.current {
  background: #6A1684;
  color: #fff;
}
.page-numbers li a {
  color: #6A1684;
}



@media (max-width: 767px) {

  .page-numbers li {
    width: 36px;
    height: auto;
  }

}

@media (min-width: 768px) {

  .page-numbers li {
    width: 36px;
    height: auto;
  }

}
