.c-cover-001 {
  overflow: visible !important;

  min-height: 50rem;
  .wp-block-cover__inner-container {
    height: 100% !important;

    padding: var(--wp--preset--spacing--4-xl) 0;
  }
}
.c-cover-001__inner {
  position: relative;
  height: 100% !important;
}
.c-cover-001__deco-image-01 {
  position: absolute !important;
  bottom: 126%;
  left: 100%;
  max-width: 100%;
  width: 32rem;
  height: auto;

  img {
    border-radius: var(--wp--custom--border-radius--lg) !important;
    max-width: 100%;
    margin: 0 !important;
  }
  @media (max-width: 768px) {
    position: relative !important;
    bottom: auto;
    left: auto;
    width: 100%;
  }
}
.c-cover-001__copy {
  writing-mode: vertical-rl;
  line-height: 1.8;
  text-align: right;
  font-size: var(--wp--preset--font-size--2-xl);
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--primary-lightest);
  position: absolute !important;
  height: 100%;
  right: 0;
  top: 0;
  letter-spacing: var(--wp--custom--letter-spacing--xl);
  p {
    text-align: left;
  }
  strong {
    text-combine-upright: all;
    display: inline-block; /* 中央寄せ用にブロック化 */
    text-align: center;
    text-align: left;
    position: relative;
    left: -0.4rem;
    height: 4.2rem;
    font-size: var(--wp--preset--font-size--4-xl);
  }
  @media (max-width: 768px) {
    right: 0rem;
    text-align: left;
    strong {
    }
    p {
      display: inline;
    }
  }
}
.c-cover-001__content {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--wp--custom--border-radius--md);
  padding: var(--wp--preset--spacing--lg);
  color: var(--wp--preset--color--basic-text);
  width: calc(100% - 18.4rem);
  left: 0;
  margin-left: 0 !important;
  margin-right: auto !important;
  @media (max-width: 768px) {
    width: calc(100% - 6.9rem);
    padding: var(--wp--preset--spacing--base);
  }
}
.c-cover-001__content-text {
  margin: 0;
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--wp--custom--border-radius--md);
  }
}
.c-cover-001__title {
  position: absolute;
  top: -5.9rem;
  color: var(--wp--preset--color--white);
  &:before {
    content: "";
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 1.6rem);
    width: 9.2rem;
    height: 1px;
    background: var(--wp--preset--color--white);
    z-index: -1;
  }
}
