/* ================================================== *
 *
 *    202602 sts
 *
 * ================================================== */


/* ----------------------------------------------------------
  top-cp-link
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .top-cp-link {
    transition: box-shadow 0.2s ease-out;
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .top-cp-link ._image img {
    transition: transform 0.2s ease-out;
  }
  .top-cp-link ._text::after {
    transition: transform 0.2s ease-out;
  }
  .top-cp-link:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .top-cp-link:hover ._image img {
    transform: scale(1.05);
  }
  .top-cp-link:hover ._text::after {
    transform: translateX(3px);
  }
}
@media screen and (max-width: 767px) {
  .top-cp-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .top-cp-link ._image {
    overflow: hidden;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-cp-link ._image {
    display: block;
    flex: 0 0 80px;
  }
}
.top-cp-link ._image img {
  width: 100%;
  height: auto;
}
.top-cp-link ._text {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-cp-link ._text {
    min-height: 80px;
    padding: 0 40px 0 30px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-cp-link ._text {
    width: 100%;
    min-height: 60px;
    padding: 0 23px 0 12px;
    font-size: 1.9rem;
  }
}
.top-cp-link ._text::after {
  content: "\e900";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  font-family: "icon";
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-cp-link ._text::after {
    right: 18px;
    width: 9px;
    height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-cp-link ._text::after {
    right: 9px;
    width: 10px;
    height: 8px;
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .top-cp-link.is-wide-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-cp-link.is-wide-sp ._image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-cp-link.is-wide-sp ._text {
    padding: 10px 30px 10px 20px;
  }
}

.top-cp-link ._text ._sub {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top-cp-link ._text ._sub {
    font-size: 1.4rem;
  }
}