.p-mv {
  background: #F1E8E9;
}
.p-mv__ttl picture {
  display: block;
  max-width: 128rem;
  margin: 0 auto;
}

.p-posts {
  position: relative;
  background: #F9F3F3;
  padding: 9rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-posts {
    padding: 6rem 0 0;
  }
}
.p-posts::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.1rem);
  left: calc(50% + 18.6rem);
  width: 75rem;
  height: 3.2rem;
  background: #F9F3F3;
  z-index: 2;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-posts::before {
    width: 14.8rem;
    left: auto;
    right: 0;
    transform: none;
  }
}
.p-posts::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.3rem);
  left: calc(50% - 20.3rem);
  width: 3.4rem;
  height: 3.4rem;
  background: #F9F3F3;
  z-index: 2;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 90% 100%);
}
@media screen and (max-width: 767px) {
  .p-posts::after {
    top: calc(100% - 0.2rem);
    right: 13rem;
    left: auto;
  }
}
.p-posts-head {
  position: relative;
  border-bottom: 1px solid #B98374;
  padding: 0 0 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-posts-head {
    border-bottom: 0;
    padding: 0 1rem 0 2.8rem;
  }
}
.p-posts-head__wrap {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
}
.p-posts-head__num {
  position: absolute;
  top: -2.2rem;
  left: 31rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.6rem;
  height: 2.8rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
  background: #755844;
  line-height: 1;
  clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
}
@media screen and (max-width: 767px) {
  .p-posts-head__num {
    right: 3rem;
    left: auto;
    top: -1.8rem;
    width: 3rem;
    height: 2.4rem;
    font-size: 1.2rem;
  }
}
.p-posts-head__num span {
  display: inline-block;
}
.p-posts-head__ttl {
  font-size: 4rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-posts-head__ttl {
    font-size: 3.6rem;
    text-align: center;
  }
}
.p-posts-head__ttl span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-posts-head__img {
  width: 46.1rem;
}
@media screen and (max-width: 767px) {
  .p-posts-head__img {
    position: relative;
    top: -2.7rem;
    width: 23.7rem;
  }
}
.p-posts-head__btn {
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-posts-head__btn {
    margin: 3.2rem auto 0;
  }
}
.p-posts__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-posts__wrap {
    display: block;
  }
}
.p-posts-side {
  position: relative;
  width: 24.6rem;
  padding: 3.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-posts-side {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 0 1.8rem;
    padding: 3.4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-posts-side::before {
    content: "";
    position: absolute;
    left: var(--indicator-left);
    bottom: 0px;
    width: var(--indicator-width);
    height: 1px;
    background: #B98374;
    transition: left 0.28s ease, width 0.28s ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .p-posts-side::before {
    transition: none;
  }
}
.p-posts-side::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #B98374;
}
@media screen and (max-width: 767px) {
  .p-posts-side::after {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(185, 131, 116, 0.3);
  }
}
.p-posts-side__txt {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.9rem;
  line-height: 1;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  padding: 0 0 1.5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-posts-side__txt {
    font-size: 1.3rem;
    opacity: 0.6;
    margin: 0;
    padding: 0 0 1.6rem;
  }
}
.p-posts-side__txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #B98374;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-posts-side__txt::before {
    content: none;
  }
}
.p-posts-side__txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(185, 131, 116, 0.3);
}
@media screen and (max-width: 767px) {
  .p-posts-side__txt::after {
    content: none;
  }
}
.p-posts-side__txt:first-child {
  margin-top: 0;
}
.p-posts-side__txt.is-active {
  color: #B98374;
  font-weight: 700;
  opacity: 1;
}
.p-posts-side__txt.is-active span {
  font-weight: 400;
}
.p-posts-side__txt.is-active::before {
  width: 100%;
}
.p-posts-side__txt span {
  display: block;
  width: 3rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #9D8C80;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  padding: 0.15rem 0 0;
}
.p-posts-main {
  width: 87.4rem;
  border-left: 1px solid #B98374;
  overflow: hidden;
  transition-delay: 0.3s;
}
.p-posts-main .c-posts-list {
  padding: 4rem 0 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-posts-main .c-posts-list {
    padding: 4rem 2.4rem 0;
  }
}
.p-posts-main .js-tab-content {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-posts-main {
    width: 100%;
    margin: 0;
  }
}
.p-posts-main__btn {
  margin: 6rem auto 7rem;
}
@media screen and (max-width: 767px) {
  .p-posts-main__btn {
    margin: 3.2rem auto 11.2rem;
  }
}

.p-ranking {
  position: relative;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  overflow: hidden;
  padding: 4rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding: 3rem 0 3.2rem;
  }
}
.p-ranking::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: 0;
  width: calc((100% - 112rem) / 2);
  height: 3.2rem;
  background: #F9F3F3;
}
@media screen and (max-width: 767px) {
  .p-ranking::before {
    content: none;
  }
}
.p-ranking__wrap {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
}
.p-ranking__en {
  font-size: 6rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-ranking__en {
    padding: 0 0 0 2.4rem;
    margin: 0 0 2.4rem;
  }
}
.p-ranking__ttl {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__ttl {
    padding: 0 0 0 2.4rem;
  }
}
.p-ranking-slider {
  width: calc((100vw - 112rem) / 2 + 112rem);
  margin: 2rem calc((100vw - 112rem) / 2 * -1) 0 0;
}
@media screen and (max-width: 767px) {
  .p-ranking-slider {
    width: 100%;
    margin: 0;
    padding: 0 0 0 2.4rem;
  }
}
.p-ranking-slider__item {
  position: relative;
  width: 26.8rem !important;
  padding: 1.2rem 0 0;
  margin-right: 0.8rem;
}
.p-ranking-slider__item::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 0.8rem;
  width: 3.5rem;
  height: 5.3rem;
  z-index: 2;
}
.p-ranking-slider__item.-rank1::before {
  background: url(../img/home/icn_column_rank_1.png) 0 0/100% auto no-repeat;
}
.p-ranking-slider__item.-rank2::before {
  background: url(../img/home/icn_column_rank_2.png) 0 0/100% auto no-repeat;
}
.p-ranking-slider__item.-rank3::before {
  background: url(../img/home/icn_column_rank_3.png) 0 0/100% auto no-repeat;
}
.p-ranking-slider__item.-rank4::before, .p-ranking-slider__item.-rank5::before {
  content: none;
}
.p-ranking-slider__cat {
  position: absolute;
  top: 0;
  left: 1.4rem;
  line-height: 1;
}
.p-ranking-slider__cat span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4rem;
  background: #B9747A;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0 0.6rem;
}
.p-ranking-slider__cat span::before, .p-ranking-slider__cat span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.8rem;
  height: 2.4rem;
  background: #B9747A;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.p-ranking-slider__cat span::before {
  right: 100%;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.p-ranking-slider__cat span::after {
  left: 100%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.p-ranking-slider__inner {
  position: relative;
  background: #fff;
  padding: 0 1rem 1.6rem;
}
.p-ranking-slider__inner::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 1rem;
  width: 7.8rem;
  height: 1.2rem;
  background: #fff;
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}
.p-ranking-slider__date {
  text-align: right;
  color: #B98374;
  font-size: 1.3rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 1rem 0 0;
}
.p-ranking-slider__txt {
  min-height: 8.4rem;
  color: #666;
  line-height: 1.75;
  font-weight: 500;
  margin: 0.5rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-ranking-slider .slick-arrow {
  position: absolute;
  top: -5.1rem;
}
@media screen and (max-width: 767px) {
  .p-ranking-slider .slick-arrow {
    top: auto;
    bottom: 0;
  }
}
.p-ranking-slider .slick-arrow.slick-prev {
  left: 79.9rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: scale(-1, 1);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-ranking-slider .slick-arrow.slick-prev {
    left: 6.5rem;
  }
}
.p-ranking-slider .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-ranking-slider .slick-arrow.slick-next {
  left: 110rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-ranking-slider .slick-arrow.slick-next {
    left: auto;
    right: 6.5rem;
  }
}
.p-ranking-slider .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-ranking-slider .slick-dots {
  position: absolute;
  top: -5.1rem;
  left: 80rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  width: 32rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ranking-slider .slick-dots {
    position: relative;
    top: auto;
    left: auto;
    width: 32rem;
    margin: 2rem auto 0;
    padding: 0 2.4rem 0 0;
  }
}
.p-ranking-slider .slick-dots li {
  line-height: 0;
}
.p-ranking-slider .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #EDDADB;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 1;
}
.p-ranking-slider .slick-dots li.slick-active button {
  background: #fff;
}

.c-column-main__txt h2 {
  border-bottom: 0;
  padding-bottom: 0;
}

.p-relation {
  position: relative;
  background: #F5EBEB;
  padding: 6rem 0;
}
.p-relation::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.1rem);
  left: calc(50% + 18.6rem);
  width: 75rem;
  height: 3.2rem;
  background: #F5EBEB;
  z-index: 2;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-relation::before {
    width: 14.8rem;
    left: auto;
    right: 0;
    transform: none;
  }
}
.p-relation::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.3rem);
  left: calc(50% - 20.6rem);
  width: 3.4rem;
  height: 3.4rem;
  background: #F5EBEB;
  z-index: 2;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-relation::after {
    top: calc(100% - 0.2rem);
    right: 13rem;
    left: auto;
  }
}
.p-relation__wrap {
  max-width: 110.2rem;
  margin: 0 auto;
}
.p-relation__ttl {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-relation__ttl {
    font-size: 3.2rem;
  }
}
.p-relation + .p-ranking::before {
  background: #F5EBEB;
}

.p-category-mv {
  position: relative;
  background: #B38393;
}
.u-beautiful-hair .p-category-mv {
  background: #755844;
}
.u-female-hair-loss-treatment .p-category-mv {
  background: #353C8A;
}
.u-faga-prevention .p-category-mv {
  background: #14584D;
}
.u-aga-knowledge .p-category-mv {
  background: #80252D;
}
.p-category-mv__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 112rem;
  height: 24.7rem;
  padding: 5rem 0 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-category-mv__wrap {
    height: 27rem;
    align-items: flex-start;
    padding: 7rem 2.4rem 0;
  }
}
.p-category-mv .c-mv__bread {
  color: #fff;
}
.p-category-mv .c-mv__bread a {
  color: #fff;
}
.p-category-mv__content {
  width: calc(100% - 41.8rem);
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-category-mv__content {
    width: calc(100% - 15rem);
    padding: 0;
  }
}
.p-category-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.p-category-mv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-category-mv__ttl {
  font-size: 4.2rem;
  color: #fff;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-category-mv__ttl {
    font-size: 3rem;
    line-height: 1.75;
    letter-spacing: 0.07em;
  }
}
.p-category-mv__txt {
  color: #fff;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-category-mv__txt {
    width: 26rem;
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 1.2rem 0 0;
  }
  .u-beautiful-hair .p-category-mv__txt, .u-female-hair-loss-treatment .p-category-mv__txt, .u-faga-prevention .p-category-mv__txt, .u-aga-knowledge .p-category-mv__txt {
    width: auto;
  }
}
.p-category-mv__img {
  display: block;
  width: 41.8rem;
}
@media screen and (max-width: 767px) {
  .p-category-mv__img {
    width: 15.6rem;
    margin-right: -1.2rem;
  }
}
.u-beautiful-hair .p-category-mv__img, .u-female-hair-loss-treatment .p-category-mv__img, .u-faga-prevention .p-category-mv__img, .u-aga-knowledge .p-category-mv__img {
  align-self: flex-start;
  width: 26.7rem;
  height: 16.9rem;
}
@media screen and (max-width: 767px) {
  .u-beautiful-hair .p-category-mv__img, .u-female-hair-loss-treatment .p-category-mv__img, .u-faga-prevention .p-category-mv__img, .u-aga-knowledge .p-category-mv__img {
    width: 13.7rem;
    height: 20.4rem;
    margin: -2rem 0 0 0;
  }
}
.p-category-list {
  position: relative;
  background: #F9F3F3;
  padding: 8.4rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    padding: 5rem 0 8rem;
  }
}
.p-category-list::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.1rem);
  left: calc(50% + 18.6rem);
  width: 75rem;
  height: 3.2rem;
  background: #F9F3F3;
  z-index: 2;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-category-list::before {
    width: 14.8rem;
    left: auto;
    right: 0;
    transform: none;
  }
}
.p-category-list::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.3rem);
  left: calc(50% - 20.6rem);
  width: 3.4rem;
  height: 3.4rem;
  background: #F9F3F3;
  z-index: 2;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-category-list::after {
    top: calc(100% - 0.2rem);
    right: 13rem;
    left: auto;
  }
}
.p-category-list__ttl {
  text-align: center;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-category-list__ttl {
    font-size: 2.8rem;
  }
}
.p-category-list__ttl .inner {
  display: inline-block;
  position: relative;
}
.p-category-list__num {
  position: absolute;
  top: 6.1rem;
  right: -4.1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.6rem;
  height: 2.8rem;
  color: #fff;
  background: #B38393;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
  padding: 0 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-category-list__num {
    top: 0;
    right: 2.4rem;
    width: 3rem;
    height: 2.4rem;
    font-size: 1.2rem;
  }
}
.u-beautiful-hair .p-category-list__num {
  top: 0;
  background: #755844;
}
@media screen and (max-width: 767px) {
  .u-beautiful-hair .p-category-list__num {
    right: -3.4rem;
  }
}
.u-female-hair-loss-treatment .p-category-list__num {
  top: 0;
  background: #353C8A;
}
@media screen and (max-width: 767px) {
  .u-female-hair-loss-treatment .p-category-list__num {
    right: -3.4rem;
  }
}
.u-faga-prevention .p-category-list__num {
  top: 0;
  background: #14584D;
}
@media screen and (max-width: 767px) {
  .u-faga-prevention .p-category-list__num {
    right: -3.4rem;
  }
}
.u-aga-knowledge .p-category-list__num {
  top: 0;
  background: #80252D;
}
@media screen and (max-width: 767px) {
  .u-aga-knowledge .p-category-list__num {
    right: -3.4rem;
  }
}
.p-category-list__items {
  max-width: 112rem;
  gap: 2rem 1.6rem !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-category-list__items {
    gap: 0.6rem 0 !important;
  }
}
.p-category + .p-ranking::before {
  background: #F9F3F3;
}/*# sourceMappingURL=column.css.map */