@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.none {
  display: none;
}

.page-kogao img {
  display: block;
  width: 100%;
}

.pk-ttls {
  color: #fff;
  text-align: center;
}

.pk-ttls.c-red {
  color: #6E0012;
}

.pk-ttl {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  letter-spacing: 0.06em;
  line-height: 1.48;
}

.pk-sub {
  font-family: "Noto Serif JP", Yu Mincho, YuMincho, Hiragino Mincho ProN, "NotoSerifCJKjp", HGS明朝E, HG明朝E, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.pk-wrap {
  position: relative;
  overflow: hidden;
  max-width: 1244px;
  margin: 0 auto;
  padding: 0 20px;
}

/* mv */
/* =============================================== */
.pk-mv {
  background: url(../img/kogao/mv_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}

.pk-mv__wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

.pk-mv__img {
  width: 100%;
}

.pk-mv__shines {}

.pk-mv__shine {
  position: absolute;
  width: 134px;
  height: auto;
  mix-blend-mode: screen;
  bottom: 174px;
}

.pk-mv__shine01 {
  left: 100px;
}

.pk-mv__shine02 {
  left: 273px;
}

.pk-mv__shine03 {
  left: 447px;
}

.pk-mv__btn {
  position: absolute;
  bottom: 30px;
  left: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 40px;
  margin: 0 auto;
  padding-top: 2px;
  padding-right: 20px;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: url(../img/kogao/jump.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 52px center;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .pk-mv__btn:hover {
    opacity: 0.6;
  }
}

/* .pk-mv__dr {
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 751px;
  height: auto;
} */

/* main */
/* =============================================== */
.pk-main {
  position: relative;
  padding-bottom: 105px;
  background: linear-gradient(90deg, #290101 0%, #5E000E 50%, #290101 100%);
}

.pk-main::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 776px;
  background: url(../img/kogao/main_bg_deco.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}

/* before after */
/* =============================================== */
.pk-ba {
  position: relative;
  padding-top: 40px;
}

.pk-ba__lists {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 46px 44px;
  margin-top: 60px;
}

.pk-ba__list {
  width: calc((100% - 88px) / 3);
}

.pk-ba__box {
  position: relative;
  overflow: hidden;
  height: 640px;
  margin-bottom: 8px;
  padding: 30px 20px;
  border-radius: 8px;
  background: #fff;
}

.pk-ba__box::before {
  content: 'WOM CLINIC';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Oswald", sans-serif;
  font-size: 91px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  color: #FDF5F5;
  white-space: nowrap;
}

.pk-ba__num {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 1.46;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  color: #6E0012;
}

.pk-ba__icon {
  position: relative;
  width: 78px;
  margin: 4px auto 0;
}

.pk-ba__ttl {
  position: relative;
  width: fit-content;
  margin: 23px auto 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
}

.pk-ba__ttl::after {
  content: '“';
  position: absolute;
  top: -10px;
  left: -17px;
  font-size: 30px;
  line-height: 1.44;
  font-weight: 600;
  color: #960017;
}

.pk-ba__ttl::before {
  content: '”';
  position: absolute;
  top: -10px;
  right: -17px;
  font-size: 30px;
  line-height: 1.44;
  font-weight: 600;
  color: #960017;
}

.pk-ba__imgs {
  position: relative;
}

.pk-ba__img {
  width: calc(100% + 20px);
  margin-top: 15px;
  margin-left: -5px;
}

.pk-ba__deco {
  position: absolute;
  width: 120px;
  mix-blend-mode: screen;
}

.pk-ba__deco01 {
  top: -10px;
  right: -40px;
}

.pk-ba__deco02 {
  top: 110px;
  left: 125px;
}

.pk-ba__cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.pk-ba__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 6px;
  border: 1px solid #6E0012;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #6E0012;
  white-space: nowrap;
}

.pk-ba__note {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
}

.pk-ba__note span {
  font-family: "Oswald", sans-serif;
}

/* dr */
/* =============================================== */
.pk-dr {
  margin-top: 150px;
}

.pk-dr__lists {
  margin-top: 60px;
}

.pk-dr__list {
  display: flex;
  align-items: flex-start;
  gap: 1%;
  margin-top: 40px;
  padding: 27px 62px 20px;
  background: url(../img/kogao/dr_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pk-dr__img {
  width: 57%;
}

.pk-dr__cnt {
  width: 100%;
  padding-top: 30px;
}

.pk-dr__cat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 43px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(315deg, #0D0002 0%, #670010 100%);
  clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}

.pk-dr__ttl {
  position: relative;
  width: fit-content;
  margin-top: 25px;
  padding: 0 18px;
  line-height: 1.44;
  font-size: 38px;
  font-weight: 600;
  color: #960017;
}

.pk-dr__ttl::after {
  content: '“';
  position: absolute;
  top: -20px;
  left: -5px;
  font-size: 50px;
  line-height: 1.44;
  font-weight: 600;
  color: #960017;
}

.pk-dr__ttl::before {
  content: '”';
  position: absolute;
  top: -20px;
  right: -5px;
  font-size: 50px;
  line-height: 1.44;
  font-weight: 600;
  color: #960017;
}

.pk-dr__names {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #1E2B38;
}

.pk-dr__name {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.41;
}

.pk-dr__sub {
  padding-top: 3px;
  font-size: 24px;
  font-weight: 600;
}

.pk-dr__job {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.43;
  color: #A57C29;
}

.pk-dr__text {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #333333;
}

.pk-dr__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 308px;
  height: 64px;
  margin-top: 30px;
  padding-left: 32px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  color: #fff;
  background-image: url(../img/kogao/calendar.png), linear-gradient(315deg, #840015 0%, #D5102F 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 22px 24px, auto;
  background-position: right 32px center, center;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .pk-dr__btn:hover {
    opacity: 0.6;
  }
}

/* flow */
/* =============================================== */
.pk-fl {
  padding-top: 120px;
  margin-bottom: 100px;
}

.pk-fl__wrap {
  max-width: 1120px;
}

.pk-fl__lists {
  position: relative;
  margin-top: 50px;
}

.pk-fl__lists::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 46px;
  width: 2px;
  height: calc(100% - 200px);
  background: #6E0012;
}

.pk-fl__list {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 60px;
}

.pk-fl__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 46px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  background: #6E0012;
  flex-shrink: 0;
}

.pk-fl__cnt {
  width: 100%;
}

.pk-fl__img {
  width: 330px;
  flex-shrink: 0;
  margin-left: 12px;
}

.pk-fl__ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #DAA438;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
}

.pk-fl__text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.04em;
  color: #333333;
}

.pk-cv__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.contact.pk-cv .contact-list>li {
  width: 346px;
  height: 100px;
}

.contact.pk-cv .contact-list>li .md-btn {
  height: 100%;
}

.contact.pk-cv .contact-list>li .md-btn .text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.contact.pk-cv .contact-list>li.line>a .top>i {
  font-size: 27px;
}

/* faq */
/* =============================================== */
.pk-faq {
  margin-top: 150px;
  margin-bottom: 120px;
}

.pk-faq__wrap {
  max-width: 940px;
  margin: 0 auto;
}

.pk-faq__lists {
  margin-top: 50px;
}

.pk-faq__list {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  color: #333333;
}

.pk-faq__toggle {
  position: absolute;
  top: 10px;
  right: 0;
  width: 24px;
  height: 24px;
}

.pk-faq__toggle::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #6E0012;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pk-faq__toggle::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #6E0012;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .5s;
  transform: translate(-50%, -50%) rotate(90deg);
}

.pk-faq__toggle.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.pk-faq__list dt {
  position: relative;
  padding: 10px 58px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.pk-faq__list dt::after {
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding-bottom: 4px;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: #000;
}

.pk-faq__list dd {
  position: relative;
  padding: 0 58px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333333;
  transition: .5s;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pk-faq__list dd.active {
  visibility: visible;
}

.pk-faq__list-wrap {
  padding-top: 25px;
}

.pk-faq__list dd::after {
  content: 'A';
  position: absolute;
  top: 20px;
  left: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding-bottom: 4px;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(0deg, #840015 0%, #D5102F 100%);
}

/* bottom */
/* =============================================== */
.pk-bt {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, #290101 0%, #5E000E 50%, #290101 100%);
}

.pk-bt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 776px;
  background: url(../img/kogao/main_bg_deco.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}

.pk-bt__lists {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.pk-bt__list {
  display: flex;
  align-items: flex-start;
  gap: 3.5%;
  width: calc(50% - 20px);
  padding: 25px;
  border-radius: 6px;
  background: #fff;
}

.pk-bt__img {
  width: 52%;
  flex-shrink: 0;
}

.pk-bt__cnt {
  width: 100%;
}

.pk-bt__cat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 23px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(315deg, #840015 0%, #D5102F 100%);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.pk-bt__ttl {
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ECD19B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}

.pk-bt__date {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #480109;
}

.pk-bt__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.pk-bt__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 346px;
  height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: #6E0012;
  background: #fff;
  transition: opacity 0.3s;
}

.pk-bt__link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1.5px solid #6E0012;
}

@media (any-hover: hover) {
  .pk-bt__link:hover {
    opacity: 0.6;
  }
}

/* sp */
/* =============================================== */
@media screen and (max-width: 768px) {

  .pk-ttl {
    font-size: 32px;
    line-height: 1.48;
  }

  .pk-sub {
    font-size: 15px;
  }

  .pk-wrap {
    padding: 0 25px;
    padding: 0 calc(25 / 375 * 100vw);
  }

  /* mv */
  .pk-mv__sp {
    position: relative;
  }

  .pk-mv__btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-start;
    width: 183px;
    height: 35px;
    padding-top: 1px;
    padding-left: 40px;
    background: url(../img/kogao/jump.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 33px center;
  }

  /* main */
  .pk-main::before {
    height: 450px;
    background: url(../img/kogao/bottom_bg_sp_deco.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .pk-main .sp-wrap {
    padding: 0;
  }

  /* before after */
  .pk-ba {
    padding-top: 12px;
  }

  .pk-ba__deco {
    width: 103px;
    width: calc(103 / 375 * 100vw);
  }

  .pk-ba__deco01 {
    top: -25px;
    right: -35px;
    top: calc(-25 / 375 * 100vw);
    right: calc(-35 / 375 * 100vw);
  }

  .pk-ba__deco02 {
    top: 90px;
    left: unset;
    top: calc(90 / 375 * 100vw);
    right: calc(76 / 375 * 100vw);
  }

  .pk-ba__lists {
    max-width: 500px;
    margin: 30px auto 0;
  }

  .pk-ba__list {
    width: 100%;
  }

  .pk-ba__box {
    height: auto;
    padding: 26px 16px 22px;
    padding: 26px calc(16 / 375 * 100vw) 22px;
  }

  .pk-ba__box::before {
    top: -15px;
    font-size: 70px;
  }

  .pk-ba__num {
    font-size: 22px;
  }

  .pk-ba__icon {
    width: 68px;
    margin: 3px auto 0;
  }

  .pk-ba__ttl {
    font-size: 20px;
  }

  .pk-ba__ttl::after {
    content: '“';
    position: absolute;
    top: -10px;
    left: -17px;
    font-size: 28px;
  }

  .pk-ba__ttl::before {
    top: -10px;
    right: -17px;
    font-size: 28px;
  }

  .pk-ba__img {
    width: calc(100% + 15px);
    margin-top: 15px;
    width: calc(100% + (15 / 375 * 100vw));
    margin-top: calc(15 / 375 * 100vw);
    margin-left: 0px;
  }

  .pk-ba__note {
    font-size: 12px;
  }

  /* dr */
  .pk-dr {
    margin-top: 60px;
  }

  .pk-dr__lists {
    max-width: 500px;
    margin: 30px auto 0;
  }

  .pk-dr__list {
    margin-top: 20px;
    padding: 28px 15px 30px;
    background: url(../img/kogao/dr_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .pk-dr__cnt {
    padding-top: 0;
  }

  .pk-dr__img {
    width: 88%;
    margin: 0 auto;
  }

  .pk-dr__cat {
    margin: 0 auto;
    padding: 0 20px;
    height: 27px;
    font-size: 12px;
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  }

  .pk-dr__ttl {
    margin: 16px auto 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }

  .pk-dr__ttl::after,
  .pk-dr__ttl::before {
    display: none;
  }

  .pk-dr__ttl span {
    position: relative;
  }

  .pk-dr__ttl span::after {
    content: '“';
    position: absolute;
    top: -8px;
    left: -16px;
    font-size: 27px;
    line-height: 1.4;
    color: #960017;
  }

  .pk-dr__ttl span::before {
    content: '”';
    position: absolute;
    top: -8px;
    right: -13px;
    font-size: 27px;
    line-height: 1.4;
    color: #960017;
  }

  .pk-dr__names {
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .pk-dr__name {
    font-size: 21px;
  }

  .pk-dr__sub {
    font-size: 14px;
  }

  .pk-dr__job {
    font-size: 11px;
    text-align: center;
  }

  .pk-dr__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }

  .pk-dr__btn {
    width: 232px;
    height: 43px;
    margin: 20px auto 0;
    padding-left: 15px;
    font-size: 15px;
    background-image: url(../img/kogao/calendar.png), linear-gradient(315deg, #840015 0%, #D5102F 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 14px 15px, auto;
    background-position: right 15px center, center;
  }

  /* flow */
  .pk-fl {
    padding-top: 40px;
    margin-bottom: 30px;
  }

  .pk-fl__lists {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    overflow-x: scroll;
  }

  .pk-fl__lists::before {
    display: none;
  }

  .pk-fl__list {
    position: relative;
    flex-direction: column;
    gap: 25px;
    width: 295px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .pk-fl__list::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 7px;
    width: calc(100% + 20px);
    height: 2px;
    background: #6E0012;
  }

  .pk-fl__list.last::before {
    display: none;
  }

  .pk-fl__step {
    position: relative;
    width: 78px;
    height: 40px;
    margin-left: 7px;
    font-size: 18px;
  }

  .pk-fl__ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.44;
  }

  .pk-fl__img {
    width: 100%;
    margin-left: 0;
  }

  .pk-fl__text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  /* cv */
  .pk-cv__flex {
    flex-direction: column;
    gap: 17px;
  }

  .contact.pk-cv .contact-list>li {
    width: 326px;
    height: 60px;
  }

  .contact.pk-cv .contact-list>li .md-btn {
    height: 100%;
  }

  .contact.pk-cv .contact-list>li .md-btn .text {
    margin-top: 0;
    font-size: 14px;
  }

  .contact.pk-cv .contact-list>li.line>a .top>i {
    font-size: 17.5px;
    margin-right: 7.5px;
  }

  .contact.pk-cv .contact-list>li.mail>a .top>i {
    font-size: 16px;
    margin-right: 8.5px;
  }

  /* faq */
  .pk-faq {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .pk-faq__lists {
    max-width: 500px;
    margin: 30px auto 0;
  }

  .pk-faq__list {
    padding: 10px 0;
  }

  .pk-faq__toggle {
    top: 5px;
    width: 18px;
    height: 18px;
  }

  .pk-faq__toggle::after {
    width: 12px;
  }

  .pk-faq__toggle::before {
    width: 12px;
  }

  .pk-faq__list dt {
    padding: 3px 37px 3px 37px;
    font-size: 14px;
    line-height: 1.42;
  }

  .pk-faq__list dt::after {
    width: 24px;
    height: 24px;
    padding-bottom: 2px;
    font-size: 15px;
  }

  .pk-faq__list dd {
    padding: 0 37px;
    font-size: 14px;
    line-height: 1.42;
  }

  .pk-faq__list-wrap {
    padding-top: 11px;
  }

  .pk-faq__list dd::after {
    top: 8px;
    width: 24px;
    height: 24px;
    padding-bottom: 2px;
    font-size: 15px;
  }

  /* bottom */
  .pk-bt {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  /* ここ */
  .pk-bt::before {
    height: 450px;
    background: url(../img/kogao/bottom_bg_sp_deco.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .pk-bt__lists {
    max-width: 500px;
    margin: 30px auto 50px;
    gap: 20px;
  }

  .pk-bt__list {
    flex-direction: column;
    gap: 14px;
    width: 100%;
    padding: 24px;
  }

  .pk-bt__img {
    width: 100%;
  }

  .pk-bt__cat {}

  .pk-bt__ttl {
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .pk-bt__date {
    margin-top: 8px;
    font-size: 12px;
  }

  .pk-bt__links {
    flex-direction: column;
    gap: 14px;
    margin-top: 30px;
  }

  .pk-bt__link {
    width: 270px;
    height: 60px;
    font-size: 15px;
  }

}