.hover-scale {
  position: relative;
}
.hover-scale::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  .hover-scale:hover::after {
    transform: scaleX(1);
  }
}

footer.footer.newfooter {
  padding: 60px 24px 40px;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter {
    padding: 100px 0 40px;
  }
}
footer.footer.newfooter .footer__main {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__main {
    row-gap: 60px;
  }
}
@media screen and (min-width: 1153px) {
  footer.footer.newfooter .footer__main {
    flex-direction: row;
  }
}
footer.footer.newfooter .footer__main .footer__nav {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-bottom: 1px solid #333333;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__main .footer__nav {
    flex-direction: row;
    padding-bottom: 0;
    border-bottom: none;
    gap: 60px;
  }
}
@media screen and (min-width: 1153px) {
  footer.footer.newfooter .footer__main .footer__nav {
    padding-right: 80px;
    border-right: 1px solid #333333;
  }
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol {
  display: contents;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__main .footer__nav .footer__navCol {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navColSubTrigger {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
}
footer.footer.newfooter
  .footer__main
  .footer__nav
  .footer__navCol
  .footer__navColSubTrigger
  .footer__navColSubTriggerLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter
    .footer__main
    .footer__nav
    .footer__navCol
    .footer__navColSubTrigger
    .footer__navColSubTriggerLabel {
    display: none;
  }
}
footer.footer.newfooter
  .footer__main
  .footer__nav
  .footer__navCol
  .footer__navColSubTrigger
  .footer__navColSubTriggerLabel::before,
footer.footer.newfooter
  .footer__main
  .footer__nav
  .footer__navCol
  .footer__navColSubTrigger
  .footer__navColSubTriggerLabel::after {
  content: '';
  width: 12px;
  border-top: 1px solid #333333;
  position: absolute;
}
footer.footer.newfooter
  .footer__main
  .footer__nav
  .footer__navCol
  .footer__navColSubTrigger
  .footer__navColSubTriggerLabel::after {
  transform: rotate(90deg);
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol > .footer__navLink {
  order: var(--sp-order);
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__main .footer__nav .footer__navCol > .footer__navLink {
    order: initial;
  }
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navLink {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  align-items: baseline;
  width: fit-content;
  gap: 8px;
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navLink small {
  font-size: 12px;
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navColSub {
  order: var(--sp-order);
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navColSub {
    order: initial;
  }
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navColSub input {
  display: none;
}
footer.footer.newfooter
  .footer__main
  .footer__nav
  .footer__navCol
  .footer__navColSub
  input:checked
  ~ .footer__navColSubTrigger
  .footer__navColSubTriggerLabel::after {
  content: none;
}
@media screen and (max-width: 767px) {
  footer.footer.newfooter
    .footer__main
    .footer__nav
    .footer__navCol
    .footer__navColSub
    input:checked
    ~ .footer__navColSubPanel {
    max-height: 600px;
    transition: max-height 0.4s 0.1s ease-in;
  }
}
@media screen and (max-width: 767px) {
  footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navColSub .footer__navColSubPanel {
    transition: max-height 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
  }
}
footer.footer.newfooter
  .footer__main
  .footer__nav
  .footer__navCol
  .footer__navColSub
  .footer__navColSubPanel
  .footer__navColSubPanelInner {
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  display: flex;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter
    .footer__main
    .footer__nav
    .footer__navCol
    .footer__navColSub
    .footer__navColSubPanel
    .footer__navColSubPanelInner {
    display: flex;
    gap: 20px;
    padding-top: 20px;
  }
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navColSub .footer__navLinkSub {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 12px;
}
footer.footer.newfooter
  .footer__main
  .footer__nav
  .footer__navCol
  .footer__navColSub
  .footer__navLinkSub
  .footer__navLinkSubInner {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navColSub .footer__navLinkSub::before {
  content: '';
  display: block;
  width: 8px;
  border-top: 1px solid #333333;
}
footer.footer.newfooter .footer__main .footer__nav .footer__navCol .footer__navColSub .footer__navLinkSub svg {
  display: block;
  width: 12px;
  height: 10px;
  flex-shrink: 0;
}
footer.footer.newfooter .footer__main .footer__sns {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__main .footer__sns {
    width: 100%;
    justify-content: center;
    margin-top: 0;
  }
}
footer.footer.newfooter .footer__main .footer__sns .footer__snsRelated {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__main .footer__sns .footer__snsRelated {
    flex-direction: row;
  }
}
@media screen and (min-width: 1153px) {
  footer.footer.newfooter .footer__main .footer__sns .footer__snsRelated {
    flex-direction: column;
  }
}
@media screen and (min-width: 1440px) {
  footer.footer.newfooter .footer__main .footer__sns .footer__snsRelated {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
footer.footer.newfooter .footer__main .footer__sns .footer__snsRelated .footer__snsRelatedCard {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  transform: translateZ(0);
  position: relative;
  max-width: 342px;
  min-height: 120px;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__main .footer__sns .footer__snsRelated .footer__snsRelatedCard {
    min-height: 140px;
  }
}
footer.footer.newfooter .footer__main .footer__sns .footer__snsRelated .footer__snsRelatedCard svg {
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
footer.footer.newfooter .footer__main .footer__sns .footer__snsRelated .footer__snsRelatedCorporate {
  background-color: #333333;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter
    .footer__main
    .footer__sns
    .footer__snsRelated
    .footer__snsRelatedCorporate:hover
    .footer__snsRelatedCorporateBg {
    transform: scale(1.05);
  }
  footer.footer.newfooter
    .footer__main
    .footer__sns
    .footer__snsRelated
    .footer__snsRelatedCorporate:hover
    .footer__snsRelatedCorporateText {
    transform: scale(1.05);
  }
}
footer.footer.newfooter
  .footer__main
  .footer__sns
  .footer__snsRelated
  .footer__snsRelatedCorporate
  .footer__snsRelatedCorporateBg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url('/static/common/kajimedia/footer_corporate.webp');
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateZ(0);
  transition: transform 0.3s ease-out;
}
footer.footer.newfooter
  .footer__main
  .footer__sns
  .footer__snsRelated
  .footer__snsRelatedCorporate
  .footer__snsRelatedCorporateText {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-out;
  transform: translateZ(0);
  z-index: 10;
}
footer.footer.newfooter
  .footer__main
  .footer__sns
  .footer__snsRelated
  .footer__snsRelatedCorporate
  .footer__snsRelatedCorporateText
  span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
}
footer.footer.newfooter
  .footer__main
  .footer__sns
  .footer__snsRelated
  .footer__snsRelatedCorporate
  .footer__snsRelatedCorporateText
  strong {
  margin-top: 8px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter
    .footer__main
    .footer__sns
    .footer__snsRelated
    .footer__snsRelatedCorporate
    .footer__snsRelatedCorporateText
    strong {
    font-size: 23px;
  }
}
footer.footer.newfooter .footer__main .footer__sns .footer__snsRelated .footer__snsRelatedKajimedia {
  background-color: #00a041;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter
    .footer__main
    .footer__sns
    .footer__snsRelated
    .footer__snsRelatedKajimedia:hover
    .footer__snsRelatedKajimediaBg {
    transform: scale(1.05);
  }
}
footer.footer.newfooter
  .footer__main
  .footer__sns
  .footer__snsRelated
  .footer__snsRelatedKajimedia
  .footer__snsRelatedKajimediaBg {
  height: 72px;
  width: auto;
  object-fit: contain;
  object-position: left;
  transition: transform 0.3s ease-out;
}
footer.footer.newfooter .footer__main .footer__sns .footer__snsApp {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1153px) {
  footer.footer.newfooter .footer__main .footer__sns .footer__snsApp {
    justify-content: flex-end;
  }
}
footer.footer.newfooter .footer__main .footer__sns .footer__snsApp .footer__snsAppText {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
}
footer.footer.newfooter .footer__main .footer__sns .footer__snsApp a {
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__main .footer__sns .footer__snsApp a:hover {
    opacity: 0.5;
  }
}
footer.footer.newfooter .footer__sub {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  padding-top: 40px;
  border-top: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__sub {
    margin-top: 80px;
    gap: 40px;
  }
}
footer.footer.newfooter .footer__sub .footer__subBlock {
  order: 1;
  grid-column: span 2;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 32px;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__sub .footer__subBlock {
    gap: 40px;
    grid-column: auto;
  }
}
footer.footer.newfooter .footer__sub .footer__subBlock .footer__subBlockCol {
  display: contents;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__sub .footer__subBlock .footer__subBlockCol {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
footer.footer.newfooter .footer__sub .footer__subBlock .footer__subBlockCol a {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  order: var(--sp-order);
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__sub .footer__subBlock .footer__subBlockCol a {
    order: initial;
  }
}
footer.footer.newfooter .footer__sub .footer__subBlock .footer__subBlockCol a span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
}
footer.footer.newfooter .footer__sub .footer__subBlock .footer__subBlockCol a svg {
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 10px;
}
footer.footer.newfooter .footer__sub .footer__subLogo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  order: 3;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__sub .footer__subLogo {
    order: 2;
  }
}
footer.footer.newfooter .footer__sub .footer__subLogo svg {
  display: block;
  width: 89px;
  height: 40px;
}
footer.footer.newfooter .footer__sub .footer__subSign {
  display: flex;
  flex-direction: column;
  gap: 12px;
  order: 2;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__sub .footer__subSign {
    order: 3;
    grid-column: span 2;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
    gap: 16px;
  }
}
footer.footer.newfooter .footer__sub .footer__subSign .footer__subSignCompany,
footer.footer.newfooter .footer__sub .footer__subSign .footer__subSignCopyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  footer.footer.newfooter .footer__sub .footer__subSign .footer__subSignCompany,
  footer.footer.newfooter .footer__sub .footer__subSign .footer__subSignCopyright {
    line-height: 1;
    text-align: right;
  }
}
