返金ポリシー / Refund Policy

Refund Policy
― 返金ポリシー ―

基本方針

Ballroom Music Collection は、デジタルコンテンツのサブスクリプションサービスです。サービスの性質上、原則として返金はお受けしておりません。

返金対応について

以下の場合に限り、個別に返金対応を検討いたします。

  • ・当サービスの技術的な問題によりサービスが利用できなかった場合
  • ・二重請求が発生した場合
  • ・その他、当サービスの過失による場合

解約について

サブスクリプションはいつでも解約できます。解約後は次回更新日以降の請求は発生しません。解約月の残り期間については返金いたしません。

お問い合わせ

返金に関するお問い合わせは、お問い合わせページよりご連絡ください。

Refund Policy
― English Version ―

General Policy

Ballroom Music Collection is a digital content subscription service. Due to the nature of digital products, we generally do not offer refunds.

Exceptions

Refunds may be considered on a case-by-case basis in the following situations: Technical issues on our end that prevented access to the service / Duplicate charges / Other errors caused by Ballroom Music Collection.

Cancellation

You may cancel your subscription at any time. No further charges will occur after the next billing cycle. Refunds are not provided for the remaining days of the current billing period after cancellation.

Contact

For refund inquiries, please contact us via the contact page.

Last updated: 2026 — Ballroom Music Collection

add_action('wp_footer', function() { if (!is_page(791)) return; ?> ( function() { var skipLinkTarget = document.querySelector( 'main' ), sibling, skipLinkTargetID, skipLink; // Early exit if a skip-link target can't be located. if ( ! skipLinkTarget ) { return; } /* * Get the site wrapper. * The skip-link will be injected in the beginning of it. */ sibling = document.querySelector( '.wp-site-blocks' ); // Early exit if the root element was not found. if ( ! sibling ) { return; } // Get the skip-link target's ID, and generate one if it doesn't exist. skipLinkTargetID = skipLinkTarget.id; if ( ! skipLinkTargetID ) { skipLinkTargetID = 'wp--skip-link--target'; skipLinkTarget.id = skipLinkTargetID; } // Create the skip link. skipLink = document.createElement( 'a' ); skipLink.classList.add( 'skip-link', 'screen-reader-text' ); skipLink.id = 'wp-skip-link'; skipLink.href = '#' + skipLinkTargetID; skipLink.innerText = '内容をスキップ'; // Inject the skip link. sibling.parentElement.insertBefore( skipLink, sibling ); }() ); //# sourceURL=wp-block-template-skip-link-js-after