/* banner-cta-th01-bnr.css — ベースライン(自動読込・module-base.css前提)。編集せず上書きで調整。 */
@charset "UTF-8";

.th01_bnr .th01_bnr_content {
  transition: box-shadow 0.3s;
}
@media (max-width: 767px) {
  .th01_bnr .th01_bnr_content {
    max-width: 500px;
    margin: auto;
  }
}
.th01_bnr .th01_bnr_img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  display: block;
}
.th01_bnr .th01_bnr_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background: color-mix(in srgb, var(--color-primary) 30%, transparent);
  transform: rotateZ(45deg) scale(2, 3) translate(75%, 0);
  transition: 0.3s; color: var(--color-on-primary); }
.th01_bnr .th01_bnr_img .more {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, 0);
  text-align: center;
  line-height: 1.8;
  opacity: 0;
  z-index: 3;
  transition: transform 0.3s, opacity 0.3s;
}
.th01_bnr .th01_bnr_img .more span {
  display: block;
  border: 1px solid var(--color-primary);
  border-color: color-mix(in srgb, var(--color-on-primary) 30%, transparent);
  color: var(--color-on-primary);
  background: var(--color-primary);
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .th01_bnr .th01_bnr_img .more span {
    font-size: 1.125rem;
  }
}
.th01_bnr .th01_bnr_img .more span.inverse {
  border: 1px solid var(--color-primary);
  color: var(--color-heading-ink);
  background: var(--color-primary);
}
.th01_bnr .th01_bnr_img .more span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
.th01_bnr .th01_bnr_img .more span.inverse:after {
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
}
.th01_bnr .th01_bnr_img .more span.inverse:hover {
  border-color: var(--color-primary);
  color: var(--color-heading-ink);
  background: var(--color-primary);
}
.th01_bnr .th01_bnr_img .more span.inverse:hover:after {
  border-color: var(--color-primary);
}
.th01_bnr .th01_bnr_img .more span:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-heading-ink);
  background: var(--color-primary);
}
.th01_bnr .th01_bnr_img .more span:hover:after {
  right: 4%;
  border-color: var(--color-primary);
}
@media (max-width: 480px) {
  .th01_bnr .th01_bnr_img .more span {
    width: calc(100% - 20px);
    max-width: none;
  }
}
.th01_bnr .th01_bnr_img .more span:after {
  border-color: var(--color-on-primary);
  right: 8%;
}
.th01_bnr .th01_bnr_img .more span:hover {
  color: var(--color-text);
}
.th01_bnr .th01_bnr_img .more span:hover:after {
  border-color: var(--color-text);
}
.th01_bnr .th01_bnr_img:hover:after {
  background: color-mix(in srgb, var(--color-primary) 80%, transparent);
  transform: rotateZ(45deg) scale(2, 3) translate(0, 0); color: var(--color-on-primary); }
.th01_bnr .th01_bnr_img:hover .more {
  transform: translate(0, -50%);
  opacity: 1;
}
@media (max-width: 767px) {
  .th01_bnr .th01_bnr_img:after {
    transform: rotateZ(45deg) scale(2, 3) translate(0, 0);
  }
  .th01_bnr .th01_bnr_img .more {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
.th01_bnr img {
  max-width: 100%;
}
.th01_bnr .th01_bnr_title {
  margin: 0 0 1.5em;
  padding-bottom: 0.7em;
  color: var(--color-text);
  font-weight: normal;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding: 1em 0 0.5em;
  font-size: 1.125rem;
}
.th01_bnr .th01_bnr_title:after {
  content: none;
}
.th01_bnr .th01_bnr_title + p {
  padding: 0 10px 10px 10px;
}
