@media (width >= 1000px){
    /* scProductOV02 */
.arkp-scProductOV02 .ark-block-section__bodyInner {
    display: flex;
}
.arkp-scProductOV02.-rev .ark-block-section__bodyInner {
    flex-direction: row-reverse;
}
.arkp-scProductOV02 .ark-block-container {
    justify-content: center;
    align-items: center !important;
    flex-grow: 1;
    width: 50%;
    padding: 4rem 4rem;
}
.arkp-scProductOV02 .ark-block-container__inner {
    align-items: flex-start;
}
.arkp-scProductOV02 .arkp-scProductOV02__message {
    font-size: 2rem;
}
.arkp-scProductOV02 .arkp-scProductOV02__imgWrapper {
    flex-grow: 1;
    width: 50%;
}
.arkp-scProductOV02 .arkp-scProductOV02__imgWrapper img {
    object-fit: cover;
    height: 100%;
}
}

/* scProductOV02 */
.arkp-scProductOV02 .ark-block-container {
    padding: 2rem 2rem;
}
.arkp-scProductOV02 .ark-block-container__inner {
    width: 400px;
    max-width: 100%;
}
.arkp-scProductOV02 .arkp-scProductOV02__message {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}
.arkp-scProductOV02 .arkp-scProductOV02__txt {
    font-size: .875rem;
}
.arkp-scProductOV02 .wp-block-image {
    font-size: 0;
    margin-top: 0 !important;
}
.arkp-scProductOV02 .arkp-scProductOV02__imgWrapper img {
    width: 100%;
}
#main_content > article > div > div > div.ark-block-section__body > div > div > div > div {
    margin: auto;
}
#main_content > article > div > div > div.ark-block-section__body > div > div > div {
    margin: auto;
}

/* モダンなボタンデザイン */
.ark-block-button__link {
    --button-primary: #005b9f;
    --button-hover: #003366;
    --button-text: #ffffff;
    --button-shadow: rgba(0, 91, 159, 0.3);
    
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2rem;
    background: var(--button-primary);
    color: var(--button-text);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow:
      0 2px 5px var(--button-shadow),
      0 1px 2px rgba(255, 255, 255, 0.1) inset;
    
    /* グラデーション背景 */
    background: linear-gradient(135deg, var(--button-primary), var(--button-hover));
  }
  
  /* ホバーエフェクト */
  .ark-block-button__link:hover {
    background: linear-gradient(135deg, var(--button-hover), var(--button-primary));
    transform: translateY(-2px);
    box-shadow:
      0 4px 12px var(--button-shadow),
      0 2px 4px rgba(255, 255, 255, 0.1) inset;
  }
  
  /* アクティブエフェクト */
  .ark-block-button__link:active {
    transform: translateY(0);
    box-shadow:
      0 2px 4px var(--button-shadow),
      0 1px 2px rgba(255, 255, 255, 0.1) inset;
  }
  
  /* テキストスタイル */
  .ark-block-button__text {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
  }
  
  /* アイコンスタイル */
  .ark-block-button__icon {
    margin-left: 10px;
    transition: all 0.4s ease;
    stroke-width: 2.5px;
  }
  
  /* ホバー時のアイコンアニメーション */
  .ark-block-button__link:hover .ark-block-button__icon {
    transform: translateX(4px);
  }
  
  /* リップルエフェクト */
  .ark-block-button__link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
    transition: all 0.6s ease;
  }
  
  .ark-block-button__link:hover::after {
    opacity: 1;
    transform: scale(20, 20) translate(-50%, -50%);
  }
  
  /* フォーカススタイル */
  .ark-block-button__link:focus {
    outline: none;
    box-shadow:
      0 0 0 3px rgba(0, 169, 224, 0.3),
      0 4px 12px var(--button-shadow);
  }

  /* h2見出しスタイル */
.wp-block-heading {
    color: #003366; /* secondary-color */
    font-weight: 700;
    font-size: 1.8rem;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .wp-block-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #00a9e0; /* accent-color */
  }
  
  /* アイコンスタイル */
  .arkb-inline-icon {
    color: #00a9e0; /* accent-color */
    vertical-align: middle;
    margin-right: 8px;
  }
  
  /* preformattedテキストスタイル */
  .product-description {
    background-color: #f5f5f5; /* light-gray */
    padding: 20px;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    white-space: pre-wrap;
    margin: 20px 0;
    border-left: 4px solid #00a9e0; /* accent-color */
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    line-height: 1.6;
    color: #333; /* dark-gray */
  }
  
  /* レスポンシブ調整 */
  @media (max-width: 767px) {
    .wp-block-heading {
      font-size: 1.5rem;
    }
    
    .product-description {
      padding: 15px;
    }
  }