/* ========================================
   投稿ページ CTA
   ======================================== */
.cta-single {
  display: flex;
  align-items: center;
  gap: 36px;
  background: #111827;
  border: 4px solid #00bbdd;
  border-radius: 16px;
  padding: 28px 32px;
  margin: 1.5em 0;
  flex-wrap: wrap;
}

.cta-single-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url("https://akira-workshop.com/wp-content/themes/graphy-pro-child/images/akiyama.png")
    center / cover no-repeat;
  border: 2px solid #00bbdd;
  flex-shrink: 0;
}
.cta-single-name {
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}

.cta-single-body {
  flex: 1;
  min-width: 160px;
  text-align: center;
  position: relative;
}

.cta-single-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7ee8f6;
  background: rgba(0, 187, 221, 0.15);
  padding: 3px 12px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.cta-single-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.cta-single-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.cta-single-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}

.cta-single-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 187, 221, 0.3);
}

.cta-single-btn-primary {
  background: #ffffff;
  color: #111827;
}

.cta-single-btn-ghost {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

@media (max-width: 600px) {
  .cta-single {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 1rem;
  }
  .cta-single-actions {
    width: 100%;
  }
  .cta-single-btn {
    width: auto;
    font-size: 1rem;
  }
}

/* 別CTA */
.cta-order-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.cta-order-link {
  display: block;
  border: 2px solid #00bbdd;
  padding: 0.8em;
  text-decoration: none;
  background: #f8fcfd;
  transition: all 0.3s ease-in;
}
.cta-order-link.group-link {
  border: 2px solid #c68dd3;
  background: #fcf8fd;
}

@media (any-hover: hover) {
  .cta-order-link:hover {
    background: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 2px rgba(0, 187, 221, 0.3);
  }
  .cta-order-link.group-link:hover {
    background-color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 2px rgba(221, 0, 199, 0.3);
  }
}
.cta-order {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.cta-order-img {
  background: url("https://akira-workshop.com/wp-content/uploads/2026/06/cta_order_v3.png");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 120/63;
  max-width: 280px;
  width: 100%;
  flex-shrink: 0;
}
.cta-order-img.group-img {
  background: url("https://akira-workshop.com/wp-content/uploads/2021/02/4aa446b0d86609a6b188c807a398fda8.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-order-body {
  flex: 1;
  min-width: 160px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* .cta-order-body::before {
  position: absolute;
  content: "Check!";
  font-size: 3rem;
  color: #38cce6;
  filter: drop-shadow(2px 2px 0 rgba(255, 255, 255, 1));
  font-family: "Corinthia", cursive;
  top: -5px;
  right: 0;
  transform: rotate(15deg);
}
.cta-order-link.group-link .cta-order-body::before {
  color: #c68dd3;
} */
.cta-order-label {
  /* display: inline-block; */
  /* background-color: #0e3042; */
  /* border-radius: 50px; */
  /* padding: 0.3em 0; */
  color: #0077b3;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.cta-order-label.group-label {
  color: #6b21a8;
}
.cta-order-text {
  font-size: 0.875rem;
  color: #111827;
  line-height: 1.7;
  margin-bottom: 0;
}
.cta-order-text small {
  font-size: 0.9em;
  color: #0077b3;
}
.btn {
  align-self: flex-end;
  display: inline-block;
  padding: 0.6em 1.5em;
  border-radius: 30px;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.2s,
    box-shadow 0.2s;

  /* ふわふわ動かすアニメーションを設定 */
  animation: floatButton 3s infinite ease-in-out;
}
@keyframes floatButton {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  } /* 6pxだけ上に浮く */
}
.btn-orange {
  background: linear-gradient(90deg, #ffb703, #fb8500);
}
.btn-purple-light {
  background-image: linear-gradient(90deg, #a4c216, #687d00);
}

@media (max-width: 600px) {
  .cta-order {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .cta-order-img,
  .cta-order-img.group-img {
    margin-inline: auto;
    max-width: 300px;
  }
  .cta-order-label {
    /* font-size: 1rem; */
    text-align: center;
    /* margin-bottom: 10px; */
  }
  .cta-order-text {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }
  .cta-order-body::before {
    top: -50px;
    right: 0;
    transform: rotate(15deg);
  }
  .btn {
    align-self: center;
    font-size: 1rem;
  }
}

.banner-wrap {
  display: flex;
  gap: 20px;
}
.banner-wrap a {
  display: block;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .banner-wrap a:hover {
    transform: translateY(-1px);
    opacity: 0.7;
  }
}

.banner-wrap img {
  flex: 1;
  min-width: 0;
  height: auto;
}
@media (max-width: 600px) {
  .banner-wrap {
    flex-direction: column;
  }
}
