.elementor-1313 .elementor-element.elementor-element-72c4688{--display:flex;--overflow:hidden;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1313 .elementor-element.elementor-element-922a71d .elementor-drop-cap{margin-inline-end:10px;}.elementor-1313 .elementor-element.elementor-element-7b42ed1{text-align:start;font-size:14px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-1313 .elementor-element.elementor-element-d00dadc{text-align:start;font-size:14px;font-weight:700;color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-1313 .elementor-element.elementor-element-7b42ed1{text-align:start;font-size:11px;}.elementor-1313 .elementor-element.elementor-element-d00dadc{text-align:start;font-size:11px;}}@media(max-width:767px){.elementor-1313 .elementor-element.elementor-element-7b42ed1{font-size:8px;}.elementor-1313 .elementor-element.elementor-element-d00dadc{font-size:8px;}}/* Start custom CSS for html, class: .elementor-element-79d632a */.music-card {
    display: flex;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.music-card:hover {
    transform: translateY(-5px);
    border-color: #d4af37; /* ゴールド */
}

/* ジャケット画像 */
.card-art {
    width: 200px;
    min-width: 200px;
}
.card-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* コンテンツ部分 */
.card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.category-tag {
    color: #d4af37;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.music-title {
    color: #fff;
    font-size: 20px;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.music-desc {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* フッターとボタン */
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-info {
    color: #666;
    font-size: 12px;
}

.dl-button {
    background: transparent;
    color: #d4af37;
    border: 1px solid #d4af37;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.dl-button:hover {
    background: #d4af37;
    color: #000;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

/* レスポンス対応（スマホ表示） */
@media (max-width: 600px) {
    .music-card {
        flex-direction: column;
    }
    .card-art {
        width: 100%;
        height: 200px;
    }
    /* 先ほどの CSS の .dl-button の箇所にこれを追加 */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-168fffe */.music-card {
    display: flex;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.music-card:hover {
    transform: translateY(-5px);
    border-color: #d4af37; /* ゴールド */
}

/* ジャケット画像 */
.card-art {
    width: 200px;
    min-width: 200px;
}
.card-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* コンテンツ部分 */
.card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.category-tag {
    color: #d4af37;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.music-title {
    color: #fff;
    font-size: 20px;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.music-desc {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* フッターとボタン */
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-info {
    color: #666;
    font-size: 12px;
}

.dl-button {
    background: transparent;
    color: #d4af37;
    border: 1px solid #d4af37;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.dl-button:hover {
    background: #d4af37;
    color: #000;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

/* レスポンス対応（スマホ表示） */
@media (max-width: 600px) {
    .music-card {
        flex-direction: column;
    }
    .card-art {
        width: 100%;
        height: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bfbfaa */.music-card {
    display: flex;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.music-card:hover {
    transform: translateY(-5px);
    border-color: #d4af37; /* ゴールド */
}

/* ジャケット画像 */
.card-art {
    width: 200px;
    min-width: 200px;
}
.card-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* コンテンツ部分 */
.card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.category-tag {
    color: #d4af37;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.music-title {
    color: #fff;
    font-size: 20px;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.music-desc {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* フッターとボタン */
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-info {
    color: #666;
    font-size: 12px;
}

.dl-button {
    background: transparent;
    color: #d4af37;
    border: 1px solid #d4af37;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.dl-button:hover {
    background: #d4af37;
    color: #000;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

/* レスポンス対応（スマホ表示） */
@media (max-width: 600px) {
    .music-card {
        flex-direction: column;
    }
    .card-art {
        width: 100%;
        height: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e87318f */.music-card {
    display: flex;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.music-card:hover {
    transform: translateY(-5px);
    border-color: #d4af37; /* ゴールド */
}

/* ジャケット画像 */
.card-art {
    width: 200px;
    min-width: 200px;
}
.card-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* コンテンツ部分 */
.card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.category-tag {
    color: #d4af37;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.music-title {
    color: #fff;
    font-size: 20px;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.music-desc {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* フッターとボタン */
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-info {
    color: #666;
    font-size: 12px;
}

.dl-button {
    background: transparent;
    color: #d4af37;
    border: 1px solid #d4af37;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.dl-button:hover {
    background: #d4af37;
    color: #000;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

/* レスポンス対応（スマホ表示） */
@media (max-width: 600px) {
    .music-card {
        flex-direction: column;
    }
    .card-art {
        width: 100%;
        height: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-72c4688 */@media print, screen and (min-width: 961px) {
    .elementor-1313 .elementor-element.elementor-element-72c4688::before {
        width: 712px;
        left: 215px;
    }
}
.elementor-1313 .elementor-element.elementor-element-72c4688::before {
    content: "";
    display: block;
    background-color: #eef1f2;
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transform: skewX(-37deg);
    transform: skewX(-37deg);
    z-index: -1;
}/* End custom CSS */