@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section#catlink {
  width: 100%;
  padding: 112px 0;
  background-image: url(../images/bg_catlink.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#catlink h3 {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 11.7rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 72px;
}
section#catlink .inner {
  width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
section#catlink .inner > div {
  width: calc((100% - 16px) / 2);
}
section#catlink .inner > div.l {
  width: 100%;
}
section#catlink .inner > div.l a {
  padding: 8px;
  background-color: transparent;
  background-image: url(../../home/images/bg_home.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#catlink .inner > div.l a dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#catlink .inner > div.l a dl dt {
  width: 650px;
  margin-bottom: 0px;
}
section#catlink .inner > div.l a dl dd {
  width: calc(100% - 650px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#catlink .inner > div.l a dl dd::before {
  background-image: url(../images/arrow_white.svg);
}
section#catlink .inner > div.l a dl dd span {
  color: #FFF;
}
section#catlink .inner > div a {
  width: 100%;
  padding: 8px 8px 24px 8px;
  background-color: #FFF;
  display: block;
  transition: all 0.25s ease-in 0s;
}
section#catlink .inner > div a:hover {
  opacity: 0.7;
}
section#catlink .inner > div a dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#catlink .inner > div a dl dt {
  width: 100%;
  margin-bottom: 16px;
}
section#catlink .inner > div a dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section#catlink .inner > div a dl dd::before {
  content: "";
  width: 13px;
  height: 19px;
  background-image: url(../images/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
section#catlink .inner > div a dl dd span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#catlink {
    width: 100%;
    padding: 40px 0;
    background-image: url(../images/bg_catlink.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#catlink:not(:last-child) {
    margin-bottom: 40px;
  }
  section#catlink h3 {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 40px;
  }
  section#catlink .inner {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  section#catlink .inner > div {
    width: 100%;
  }
  section#catlink .inner > div.l {
    width: 100%;
  }
  section#catlink .inner > div.l a {
    padding: 8px 8px 16px 8px;
    background-color: transparent;
    background-image: url(../../home/images/bg_home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  section#catlink .inner > div.l a dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#catlink .inner > div.l a dl dt {
    width: 100%;
    margin-bottom: 16px;
  }
  section#catlink .inner > div.l a dl dd {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#catlink .inner > div.l a dl dd::before {
    background-image: url(../images/arrow_white.svg);
  }
  section#catlink .inner > div.l a dl dd span {
    color: #FFF;
  }
  section#catlink .inner > div a {
    width: 100%;
    padding: 8px 8px 16px 8px;
  }
  section#catlink .inner > div a:hover {
    opacity: 1;
  }
  section#catlink .inner > div a dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#catlink .inner > div a dl dt {
    width: 100%;
    margin-bottom: 16px;
  }
  section#catlink .inner > div a dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#catlink .inner > div a dl dd::before {
    width: 10px;
    height: 15px;
  }
  section#catlink .inner > div a dl dd span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

/*# sourceMappingURL=style_cat.css.map */
