/************** TOP **************/
.fan-about-top__text {
    letter-spacing: normal;
}

.fan-course__box-item {
    height: 315px;
}

.fan-course__rank {
    font-size: 3.5rem;
}

@media screen and (max-width: 680px) {
    .fan-about-top__heading-ja {
        font-size: 2.8rem;
    }
}

/************** 会員ランク **************/
.fan-course__title {
    justify-content: center;
    align-items: center;
}

.fan-course__rank {
    padding-left: 0px;
}

.fan-course__rank-jp {
    padding: 0px 0px 7px 0px;
}

@media screen and (max-width: 680px) {
    .fan-course__box {
        margin-bottom: 0px;
    }

    .fan-course__box {
        margin-top: 0px;
    }
}

/************** 会員特典一覧 **************/
.members-benefits__rank {
    padding: 15px;
    color: #fff;
}

.fan-about-note li {
    list-style: disc;
    line-height: 1.9rem;
    padding-top: 6px;
}

.members-table__head {
    padding: 12px 5px;
}

@media screen and (max-width: 680px) {
    .scroll-table-wrap .members-table {
        min-width: 785px;
    }

    .members-table__head {
        width: 135px;
    }
}

.members-benefits__rank {
    padding: 5px;
}

/************** 会員特典詳細 **************/
.collapsing {
    transition: height 0.5s ease !important;
}


p {
    margin-top: 0;
    margin-bottom: 0rem;
}

ol,
ul {
    padding-left: 0rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.main-title__text-box {
    padding-top: 2px;
}

.pinkstar {
    color: #df13a3
}

.pinkstar-back {
    background-color: #df13a3
}

.pinkstar-border {
    border: 2px solid #df13a3;
}

.special {
    color: #fac700
}

.special-back {
    background-color: #fac700
}

.special-border {
    border: 2px solid #fac700;
}

.family {
    color: #53b044
}

.family-back {
    background-color: #53b044
}

.family-border {
    border: 2px solid #53b044;
}

.regular {
    color: #72e1e7
}

.regular-back {
    background-color: #72e1e7
}

.regular-border {
    border: 2px solid #72e1e7;
}

.entry {
    color: #626063
}

.entry-back {
    background-color: #626063
}

.entry-border {
    border: 2px solid #626063;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    background-color: unset;
}

.accordion-item {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1rem;
    --bs-accordion-border-color: #dee2e600;
}

.accordion-header .header-left {
    font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1rem;
    color: #ffffff;
    margin: auto;
}

.detail-open-btn {
    font-size: 2rem;
    background-color: white;
    padding: 7px 30px 7px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
}

.detail-open-btn i,
.detail-close-btn i {
    position: relative;
    padding-right: 3px;
    top: -2px;
}

.accordion-button::after {
    content: unset;
}

.detail-body {
    background-color: white;
    margin: 15px;
    padding: 20px;
}

.detail-body h1,
.detail-body h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    width: auto;
    padding: 10px;
}

.detail-section {
    margin-bottom: 10px;
    padding: 10px 2px;
    background-color: white;
    line-height: 1.8rem;
}

.detail-section img {
    margin: auto 20px auto 0px;
}

.detail-text {
    flex: 1;
    padding-top: 10px;
}

.detail-text h2,
.detail-text h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
    letter-spacing: normal;
}


.detail-text p {
    font-size: 1.4rem;
    letter-spacing: normal;
}

.detail-text ul {
    list-style-type: none;
    padding: 0;
}

.detail-text ul li {
    margin-bottom: 5px;
}

.detail-text a {
    text-decoration: underline;
    color: blue;
}

.detail-close-btn {
    font-size: 2rem;
    padding: 7px 30px 7px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
}

.goods-text {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 680px) {
    .accordion-header .header-left {
        font-size: 2rem;
        line-height: 1;
        letter-spacing: 0.1rem;
    }

    .detail-open-btn {
        font-size: 1.5rem;
        padding: 7px 20px 7px 20px;
    }

    .detail-close-btn {
        font-size: 1.5rem;
        padding: 7px 20px 7px 20px;
    }

    .detail-text h2,
    .detail-text h3 {
        text-align: center;
    }

    .goods-text {
        text-align: center;
    }
}


.size-table {
    width: auto;
    /* コンテナの幅に合わせてレスポンシブ */
    border-collapse: collapse;
    /* セルの境界を重ねて等幅を維持 */
    margin: 5px 0;
}

.size-table th,
.size-table td {
    border: 1px solid #ddd;
    /* セルの境界線 */
    padding: 10px;
    /* セル内の余白 */
    text-align: center;
    /* 文字を中央揃え */
    white-space: nowrap;
    /* テキストを折り返さない */
    width: auto;
    padding: 3px 10px;
}

.size-table th {
    background-color: #f5f5f5;
    /* ヘッダーの背景色 */
    font-weight: bold;
    /* ヘッダーを太字 */
}

.size-table tr:nth-child(even) {
    background-color: #f9f9f9;
    /* 偶数行の背景色 */
}

/* レスポンシブ対応 */
@media (max-width: 680px) {
    .size-table {
        display: block;
        /* ブロック要素として扱う */
        overflow-x: auto;
        /* 横スクロールを有効化 */
        width: max-content;
        margin: auto;
    }

    .size-table th,
    .size-table td {
        min-width: 60px;
        /* 最小幅を指定して等幅を維持 */
        padding: 5px;
        /* モバイルでは余白を少し減らす */
    }
}

/* 等幅を強調（オプション） */
.size-table td {
    letter-spacing: 0.5px;
    /* 文字間隔を少し調整 */
}