@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;800&display=swap");
@import url("https://use.typekit.net/yvr1aan.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main .sec {
  text-align: left;
  width: 100%;
}
main .sec#catlink {
  padding: 64px 0;
  background-image: url(../images/bg_catlink.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  gap: 80px 0;
}
main .sec#catlink > div {
  width: calc(100% - 320px);
  margin: 0 auto;
}
main .sec#catlink > div.wrapper {
  width: 100%;
  padding: 0px;
  position: relative;
  transition: all 0.35s ease-in 0.75s;
}
main .sec#catlink > div.wrapper .catch {
  width: calc((100vw - 16px) / 3);
  height: calc(100% - 56px);
  padding: 0 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 56px;
  left: calc((100vw - 16px) / 3 / 2);
  z-index: 5;
}
main .sec#catlink > div.wrapper .catch h4 {
  width: 344px;
  height: 106px;
  background-image: url(../../home/images/catch_pickup.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
}
main .sec#catlink > div.wrapper .catch p {
  color: #603813;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#catlink > div.wrapper .arrow {
  width: 56px;
  height: 56px;
  background-color: #fb4b23;
  background-image: url(../../common/images/triangle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  border-radius: 28px;
  position: absolute;
  top: calc(50% - 28px);
  z-index: 5;
  transition: all 0.3s ease-in 0s;
  cursor: pointer;
}
main .sec#catlink > div.wrapper .arrow:hover {
  background-color: #f7931e;
}
main .sec#catlink > div.wrapper .arrow.pprev {
  left: calc(50% - 28px);
}
main .sec#catlink > div.wrapper .arrow.pnext {
  right: calc(16.6666666667vw - 28px);
  transform: rotate(180deg);
}
main .sec#catlink > div.wrapper .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
  mask-image: linear-gradient(to right, #000 0%, #000 calc((50vw - 24px) / 1.5 / 2), transparent calc((50vw - 24px) / 1.5 / 2), transparent 50%, #000 50%, #000 50%, #000 100%);
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 calc((50vw - 24px) / 1.5 / 2), transparent calc((50vw - 24px) / 1.5 / 2), transparent 50%, #000 50%, #000 50%, #000 100%);
}
main .sec#catlink > div.wrapper .inner .pslider {
  width: 50%;
  position: relative;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper {
  width: 100%;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide {
  width: 100%;
  transition: all 0.3s ease-in 0s;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a:hover > div figure {
  scale: 1.05;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a:hover > div p {
  color: #FFF;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a::before, main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a::after {
  content: none;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4 {
  color: #603813;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  position: relative;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4::before, main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #603813;
  display: block;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4::before {
  transform: rotate(-30deg);
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4::after {
  transform: rotate(30deg);
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a > div {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a > div figure {
  width: 100%;
  transition: all 0.3s ease-in 0s;
}
main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a > div p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  padding: 24px;
  background-color: #fb4b23;
  transition: all 0.3s ease-in 0s;
}
main .sec#catlink > div > a {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec#catlink > div > a::before {
  content: "";
  width: 72px;
  height: 72px;
  background-color: #603813;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px;
  border-radius: 36px;
  display: block;
  position: absolute;
  top: calc(50% - 36px);
  left: -36px;
  z-index: 1;
}
main .sec#catlink > div > a::after {
  content: "";
  width: 100px;
  height: 60px;
  background-image: url(../images/balloon_next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 60px - 24px);
  left: -72px;
  z-index: 3;
}
main .sec#catlink > div > a:hover dl dt {
  color: #FFF;
}
main .sec#catlink > div > a:hover dl dd span:nth-child(1) {
  color: #FFF;
}
main .sec#catlink > div > a:hover dl dd span:nth-child(2) {
  color: #FFF;
}
main .sec#catlink > div > a:hover figure img {
  transform: scale(1.05);
}
main .sec#catlink > div > a dl {
  width: calc((100% - 16px) / 2);
  background-image: url(../images/bg_title.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px 0;
  border-radius: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
main .sec#catlink > div > a dl dt {
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.3s ease-in 0s;
}
main .sec#catlink > div > a dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px 0;
}
main .sec#catlink > div > a dl dd span {
  transition: all 0.3s ease-in 0s;
}
main .sec#catlink > div > a dl dd span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#catlink > div > a dl dd span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#catlink > div > a figure {
  width: calc((100% - 16px) / 2);
  border-radius: 20px;
  overflow: hidden;
}
main .sec#catlink > div > a figure img {
  width: 100%;
  transition: all 0.3s ease-in 0s;
}
main .sec#catlink .set {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec#catlink .set .text {
  width: calc(60% - 80px);
}
main .sec#catlink .set .text h4 {
  color: #fb4b23;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .sec#catlink .set .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main .sec#catlink .set .photo {
  width: 40%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
main .sec#catlink .pset {
  width: calc(100% - 120px);
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  position: relative;
}
main .sec#catlink .pset figure {
  width: calc((100% - 160px) / 3);
  flex-shrink: 1;
  overflow: hidden;
}
main .sec#catlink .pset figure:nth-child(1) {
  border-radius: 0 20px 20px 0;
}
main .sec#catlink .pset figure:nth-child(2) {
  border-radius: 20px;
}
main .sec#catlink .pset figure:nth-child(3) {
  border-radius: 20px;
}
main .sec#catlink .pset figure:nth-child(4) {
  border-radius: 0 20px 20px 0;
}
main .sec#catlink .pset figure:nth-child(5) {
  border-radius: 20px;
}
main .sec#catlink .pset .deco {
  width: 392px;
  position: absolute;
  right: -120px;
  bottom: 64px;
  overflow: hidden;
}
main .sec#catlink .pset .deco img {
  position: relative;
  transform: translateX(48px);
}

footer {
  padding-top: 48px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main .sec {
    text-align: left;
    width: 100%;
  }
  main .sec#catlink {
    padding: 48px 0;
    gap: 40px 0;
  }
  main .sec#catlink > div {
    width: calc(100% - 64px);
    margin: 0 auto;
  }
  main .sec#catlink > div.wrapper {
    width: 100%;
    padding: 0px;
    position: relative;
  }
  main .sec#catlink > div.wrapper .catch {
    width: 100%;
    height: auto;
    padding: 0 24px;
    margin-bottom: 40px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
  }
  main .sec#catlink > div.wrapper .catch h4 {
    width: 235px;
    height: 72px;
    background-image: url(../../home/images/catch_pickup.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
  }
  main .sec#catlink > div.wrapper .catch p {
    color: #603813;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main .sec#catlink > div.wrapper .arrow {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border-radius: 20px;
    top: calc(100% - 40px - 144px);
  }
  main .sec#catlink > div.wrapper .arrow:hover {
    background-color: #fb4b23;
  }
  main .sec#catlink > div.wrapper .arrow.pprev {
    left: 8px;
  }
  main .sec#catlink > div.wrapper .arrow.pnext {
    right: 8px;
    transform: rotate(180deg);
  }
  main .sec#catlink > div.wrapper .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    position: relative;
    mask-image: none;
    -webkit-mask-image: none;
  }
  main .sec#catlink > div.wrapper .inner .pslider {
    width: 100%;
    position: relative;
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper {
    width: 100%;
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide {
    width: 100%;
    transition: all 0.3s ease-in 0s;
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a:hover > div figure {
    scale: 1.05;
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a:hover > div p {
    color: #FFF;
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4 {
    color: #603813;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    gap: 0 16px;
    position: relative;
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4::before, main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4::after {
    content: "";
    width: 2px;
    height: 40px;
    background-color: #603813;
    display: block;
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4::before {
    transform: rotate(-30deg);
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a h4::after {
    transform: rotate(30deg);
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a > div {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  main .sec#catlink > div.wrapper .inner .pslider .swiper-wrapper .swiper-slide a > div p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 16px;
  }
  main .sec#catlink > div a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#catlink > div a::before {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    border-radius: 20px;
    top: calc(50% - 20px);
    left: -16px;
    z-index: 1;
  }
  main .sec#catlink > div a::after {
    content: "";
    width: 50px;
    height: 30px;
    background-image: url(../images/balloon_next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    left: -28px;
    z-index: 3;
  }
  main .sec#catlink > div a:hover dl dt {
    color: #FFF;
  }
  main .sec#catlink > div a:hover dl dd span:nth-child(1) {
    color: #FFF;
  }
  main .sec#catlink > div a:hover dl dd span:nth-child(2) {
    color: #FFF;
  }
  main .sec#catlink > div a:hover figure img {
    transform: scale(1.05);
  }
  main .sec#catlink > div a dl {
    width: 100%;
    padding: 24px 0;
    gap: 16px 0;
    border-radius: 10px 10px 0 0;
  }
  main .sec#catlink > div a dl dt {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.3s ease-in 0s;
  }
  main .sec#catlink > div a dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px 0;
  }
  main .sec#catlink > div a dl dd span {
    transition: all 0.3s ease-in 0s;
  }
  main .sec#catlink > div a dl dd span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#catlink > div a dl dd span:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#catlink > div a figure {
    width: 100%;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  main .sec#catlink > div a figure img {
    width: 100%;
    transition: all 0.3s ease-in 0s;
  }
  main .sec#catlink .set {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .sec#catlink .set .text {
    width: calc(60% - 80px);
  }
  main .sec#catlink .set .text h4 {
    color: #fb4b23;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .sec#catlink .set .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main .sec#catlink .set .photo {
    width: 40%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }
  main .sec#catlink .pset {
    width: calc(100% - 120px);
    margin: 0 auto 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
    position: relative;
  }
  main .sec#catlink .pset figure {
    width: calc((100% - 160px) / 3);
    flex-shrink: 1;
    overflow: hidden;
  }
  main .sec#catlink .pset figure:nth-child(1) {
    border-radius: 0 20px 20px 0;
  }
  main .sec#catlink .pset figure:nth-child(2) {
    border-radius: 20px;
  }
  main .sec#catlink .pset figure:nth-child(3) {
    border-radius: 20px;
  }
  main .sec#catlink .pset figure:nth-child(4) {
    border-radius: 0 20px 20px 0;
  }
  main .sec#catlink .pset figure:nth-child(5) {
    border-radius: 20px;
  }
  main .sec#catlink .pset .deco {
    width: 392px;
    position: absolute;
    right: -120px;
    bottom: 64px;
    overflow: hidden;
  }
  main .sec#catlink .pset .deco img {
    position: relative;
    transform: translateX(48px);
  }

  footer {
    padding-top: 48px;
  }
}

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