.jktitle {
    padding: 5px 0 5px 10px !important;
}

.jk_copy {
    padding-bottom: 10px;
}

.tracklist2 li {

    list-style: none;
    list-style-position: inside;
    margin-left: 0;
    background: #f5f5f5;
    padding: 6px 6px 6px 15px !important;
    border-bottom: 2px dotted #e5e5e5;
    padding: 6px 6px 6px 35px;
    margin-left: 0;
}


.tracklist2 li {
    list-style: decimal;
    list-style-position: inside;
    margin-left: 0;
    background: #f5f5f5;
    padding: 6px 6px 6px 15px !important;
    border-bottom: 2px dotted #e5e5e5;
    padding: 6px 6px 6px 35px;
    margin-left: 0;
}

.sub {
    color: #888;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    padding: 5px 0 0 15px;
}



/* 共通CSS */
.sp-br {
    display: none;
}

@media (max-width: 768px) {
    .sp-br {
        display: inline;
    }
}


@media (max-width: 768px) {
    .sp-none {
        display: none;
    }
}


.copy {
    padding-bottom: 10px;
}


/* オーダーボタンのマウスオーバー */

.order_btn a:hover {
    opacity: 0.6 !important;
}


/* 画像拡大の際の、虫眼鏡 */

.imgzoom {
    position: relative;
}

.imgzoom:after {
    content: '';
    background: url(/defaultShop/js/base2016_js/zoom_icon.png) top left no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    display: block;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    pointer-events: none;
}

/* 個別 */
.cmn_float01 {
    flex-direction: column !important;
}

.wrapper .cmn_float01 .cmn_float01_l_txt {
    flex: 0 1 0px !important;
}


/* 全体 */
.comparison {
    background: #eee;
    padding: 60px 20px;
    text-align: center;
}

/* タイトル */
.comparison h2 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #333;
    border-bottom: 3px solid black;
    display: inline-block;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .comparison h2 {
        font-size: 20px;
    }
}

/* レイアウト */
.comparison-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .comparison-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}


/* カード */
.card {
    width: 45%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 3px solid #ddd;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}

@media (max-width: 768px) {
    .card {
        width: 90%;
        padding: 25px;
        text-align: left;
    }
}



/* 見出し */
.card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .card h3 {
        font-size: 15px;
    }
}

.card-title {
    font-size: 30px;
}

@media (max-width: 768px) {
    .card-title {
        font-size: 25px;
    }
}

/* リスト */
.card ul {
    padding-left: 25%;
    font-size: 20px;
    line-height: 1;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .card ul {
        padding-left: 4%;
        font-size: 16px;
        line-height: 1;
        margin-top: 15px;
    }
}

.card li {
    margin-bottom: 10px;
}

/* 強調 */
.card strong {
    color: red;
    font-size: 23px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .card strong {
        font-size: 20px;
    }
}

/* キャッチ */
.catch {
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

/* VS */
.vs {
    font-size: 22px;
    font-weight: bold;
    color: #555;
    display: flex;
    align-items: center;
}

/* 下の強調ブロック */
.extra {
    margin-top: 50px;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
}

.extra p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.extra button:hover {
    border-color: #76C876;
    background: linear-gradient(#007500 0%, #039703 46%, #009600 49%, #1BA41B 50%, #76C876 100%);
    color: #FF0000;
    opacity: 0.9;
}

.extra a {
    color: #ff0000 ;
}

.extra strong {
    font-weight: bold;
    font-size: 25px;
}

@media (max-width: 768px) {
    .extra strong {
        font-size: 18px;
    }
}

.block_dvd_btn {
    width: 50%;
    margin: 0 auto;
    height: 75px;
    padding: 0 0 0 20px;
    border: #00AA00 2px solid;
    border-radius: 80px;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.3);
    background: linear-gradient(#76C876 0%, #1BA41B 46%, #039703 49%, #009600 50%, #007500 100%);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #FF0000 !important;
    text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    position: relative;
}

@media (max-width: 768px) {
    .block_dvd_btn {
        width: 90%;
        margin: 0 auto;
        height: 60px;
        padding: 0px 20px 0px;
        border: #00AA00 2px solid;
        border-radius: 80px;
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.3);
        background: linear-gradient(#76C876 0%, #1BA41B 46%, #039703 49%, #009600 50%, #007500 100%);
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #FF0000;
        text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s;
        position: relative;
    }
}



/*収録曲エリア */

.tracklist_jk {
    text-align: center;
}


.tracklist_chapter1 {
    border-radius: 100px;
    padding: 5px;
    background-color: #e60012;
    width: 10%;
    text-align: center;
    margin: 0 auto 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
}


@media (max-width: 768px) {
    .tracklist_chapter1 {
        width: 30%;
    }
}


.tracklist_chapter2 {
    border-radius: 100px;
    padding: 5px;
    width: 10%;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    background-color: #005bac;
    margin: 70px auto 20px;
    font-size: 25px;
}

@media (max-width: 768px) {
    .tracklist_chapter2 {
        width: 30%;
    }
}

.frame_one {
    background-color: #e60012 !important;
    color: #fff;
    border-left: 6px solid #e60012 !important;
}

.frame_two {
    background-color: #005bac !important;
    color: #fff;
    border-left: 6px solid #005bac !important;
}

.tracklist2_title {
    color: #d14f97;
    font-weight: bold;
    margin-top: 15px;
}

.wrapper .frame-bg-orange {
    border: none;
}


/*商品仕様 */
.goods-detail-spec-frame {
    display: flex !important;
    flex-direction: column !important;
}

.page-goods .block-goods-comment5 .goods-detail-spec-image {
    margin: 0 auto !important;
}

.page-goods .block-goods-comment5 .goods-detail-spec-image figure {
    height: 75% !important;
    gap: 30px;
    border: none !important;
}

@media (max-width: 768px) {
    .page-goods .block-goods-comment5 .goods-detail-spec-image figure {
        margin: 0 auto;
    }
}

.page-goods .block-goods-comment5 .goods-detail-spec-desc {
    margin: 20px auto 0 !important;
}

@media (max-width: 768px) {
    .page-goods .block-goods-comment5 .goods-detail-spec-desc {
        margin: 0px auto 0 !important;
    }
}

.page-goods .block-goods-comment5 .goods-detail-spec-table th {
    border: #CCCCCC 1px solid !important;
}

.page-goods .block-goods-comment5 .goods-detail-spec-table td {
    border: #CCCCCC 1px solid !important;
}