/*---▼料金システム▼---*/

.price {
    padding: 9rem 0;
}


/*---▼キャンペーンバナー▼---*/

.price .campaign_banner {
    text-align: center;
    margin-top: 3.75rem;
}

.price .campaign_banner>div {
    display: inline-block;
    background: #FFF;
    box-shadow: 3px 2px 15px 0px rgba(0, 0, 0, 0.20);
    text-align: center;
}

.price .campaign_banner>div h2 {
    color: #FFF;
    font-size: 1.91388rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding: 1rem 0 1.19rem 0;
    display: block;
    text-align: center;
    background: #D60000;
}

.price .campaign_banner>div h2 span {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 0.95694rem;
    font-weight: 400;
    line-height: 120%;
    display: block;
}

.price .campaign_banner>div .content {
    display: flex;
    align-items: center;
    gap: 1.81rem;
    justify-content: center;
    padding: 0.88rem 0 1.56rem 0;
    margin: 0 2.28rem;
    position: relative;
}

.price .campaign_banner>div p {
    color: #222222;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
}

.price .campaign_banner>div p span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
}

.price .campaign_banner>div p span.mark {
    font-family: "Barlow Semi Condensed";
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
}

.price .campaign_banner>div p span.line {
    position: relative;
    font-family: "Barlow Semi Condensed";
    font-size: 3rem;
    font-weight: 700;
    line-height: 120%;
}

.price .campaign_banner>div p span.line::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(350deg);
    background-color: #D60000;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
}

.price .campaign_banner>div .content .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.03125rem solid transparent;
    border-bottom: 1.03125rem solid transparent;
    border-left: 1.03125rem solid #000000;
    border-right: 0;
}

.price .campaign_banner>div .content .free {
    color: #D60000;
    font-size: 4.6875rem;
    font-weight: 700;
    line-height: 120%;
    position: relative;
}

.price .campaign_banner .content:last-child {
    border-top: 1px solid #000;
}

.price .campaign_banner .content img {
    position: absolute;
    width: 3.95313rem;
    height: 5.69956rem;
    top: 1.5rem;
    right: -1rem;
}

@media screen and (max-width: 768px) {
    .price {
        padding: 6rem 0;
    }
    /*キャンペーンバナー*/
    .price .campaign_banner {
        flex-direction: column;
        margin-top: 5.5rem;
        gap: 1rem;
    }
    .price .campaign_banner>div h2 {
        font-size: 1.5rem;
        padding: 0.5rem 0 0.7rem 0;
    }
    .price .campaign_banner>div .content {
        gap: 0.8rem;
        margin: 1rem 0.5rem;
        padding-bottom: 0;
    }
    .price .campaign_banner>div p span {
        font-size: 0.8rem;
    }
    .price .campaign_banner>div p span.mark {
        font-size: 1rem;
    }
    .price .campaign_banner>div p span.line {
        font-size: 2rem;
    }
    .price .campaign_banner>div .content .free {
        font-size: 2.6875rem;
    }
    .price .campaign_banner>div .content .triangle {
        border-top: 0.7rem solid transparent;
        border-bottom: 0.7rem solid transparent;
        border-left: 0.7rem solid #000000;
    }
    .price .campaign_banner>div p {
        font-size: 1.2rem;
    }
    .price .campaign_banner>div:last-child img {
        width: 2.95313rem;
        height: 4.69956rem;
        top: 0rem;
        right: 0.5rem;
    }
}


/*料金表*/

.price .price_list table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    margin-top: 2.25rem;
}

.price .price_list .osusume_line table {
    margin-top: 0;
}

.price .price_list table .osusume {
    position: relative;
}

.price .price_list table .osusume img {
    width: 7.75rem;
    height: 7.75rem;
    flex-shrink: 0;
    position: absolute;
    top: -2.5rem;
    left: 20%;
}

.price .price_list table .osusume h3 {
    position: absolute;
    text-align: center;
    background: #fff;
    border: 3px solid #a10000;
    border-radius: 100%;
    width: 8rem;
    height: 8rem;
    font-size: 2.5rem;
    line-height: 80%;
    color: #a10000;
    top: 1rem;
    left: 1rem;
    transform: rotate(344deg);
}

.price .price_list table .osusume.no_1 h3 {
    left: -7rem;
    top: 7rem;
}

.price .price_list table .osusume h3 span {
    font-size: 1rem;
}

.price .price_list .osusume_line {
    border: 2px solid #A10000;
    margin-top: 4.25rem;
}

.price .price_list table tr {
    background-color: #ffffff;
    padding: .35em;
    border-bottom: 1px solid #eeeeee;
}

.price .price_list table th,
.price .price_list table td {
    padding: 1rem;
    border-right: 1px solid #eeeeee;
}

.price .price_list .osusume_line table td.text {
    border-right: none;
}

.price .price_list table thead tr {
    color: #fff;
}

.price .price_list table thead tr th {
    border-right: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
    padding: 1.12rem 0;
}

.price .price_list table thead tr th:first-of-type {
    background: #00B5C9;
    position: relative;
}

.price .price_list table thead tr th:last-child {
    background: #1FA578;
    position: relative;
}


/*パーソナルとペア*/

.price .price_list table thead tr th.personal span.sub {
    font-size: 1.2rem;
    background: #7a0303;
    padding: 0.5rem;
    font-weight: 500;
    display: block;
    margin: auto;
    margin-top: 1rem;
    width: 30%;
}

.price .price_list table thead tr th.personal {
    background: #A10000;
    position: relative;
}

.price .price_list table tbody th p,
.price .price_list table tbody td.text p {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
}

.price .price_list table tbody td.text p span {
    font-size: 1rem;
}

.price .price_list table tbody td.text p span strong {
    font-weight: 700;
}

.price .price_list table tbody th img,
.price .price_list table tbody td.text p img {
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
}

.price .price_list .price_text {
    color: #000;
    font-family: "Barlow Semi Condensed";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
}

.price .price_list .price_text.no_1 {
    background: #5defff3b;
}

.price .price_list .campaign {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.price .price_list .campaign .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.03125rem solid transparent;
    border-bottom: 1.03125rem solid transparent;
    border-left: 1.03125rem solid #000000;
    border-right: 0;
}

.price .price_list .campaign .campaign_text {
    color: #d60001;
}

.price .price_list .price_text span {
    font-size: 1.875rem;
}

.price .price_list .price_text span.line {
    position: relative;
}

.price .price_list .price_text span.line::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(350deg);
    background-color: #D60000;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
}

.price .price_list .price_text p {
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
}

.price .price_list .price_text p strong span {
    font-weight: 700;
    font-size: 1rem;
    color: #222222;
}

.price .price_list .price_text p strong {
    color: #D60000;
    font-size: 1.25rem;
    font-weight: 700;
}

.price .price_list .non {
    background: #EEEEEE;
}

.price .price_list p.small {
    margin-top: 1.25rem;
}


/*マンスリー*/

.price .price_list table.monthly thead {
    display: none;
}

.price .price_list table.monthly tbody th {
    color: #FFF;
    font-weight: 700;
    line-height: 120%;
    background: #DEA34F;
}

.price .price_list table.monthly.stretch tbody th {
    color: #FFF;
    font-weight: 700;
    line-height: 120%;
    background: #6c6b6a;
}


/*指名*/

.price .price_list table.name {
    margin-top: 5.69rem;
}

.price .price_list table.name thead {
    display: none;
}

.price .price_list table.name tbody th {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
    background: #FF2C73;
}

.tac {
    text-align: center;
    margin-top: 2.13rem;
    margin-bottom: 4.12rem;
}

.btn_name {
    color: #FFF;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0.2rem;
    display: flex;
    gap: 1.69rem;
    justify-content: center;
    background: #FF2C73;
    display: inline-block;
    padding: 0.8rem 1.25rem;
}

.btn_name .arrow {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 62px;
}

.tax {
    text-align: center;
    margin-top: 1.28rem;
}

.credit {
    margin-top: 9.62rem;
}

.credit img {
    width: 44.9375rem;
    margin-top: 2.83rem;
}

@media screen and (max-width: 1024px) {
    .price {
        padding: 6rem 0;
    }
    .price .price_list table {
        border: 0;
        width: 100%
    }
    .price .price_list table .osusume img {
        width: 7.75rem;
        height: 7.75rem;
        flex-shrink: 0;
        position: absolute;
        top: -2.2rem;
        left: 1rem;
    }
    .price .price_list .osusume_line table tr {
        margin-bottom: 0;
    }
    .price .price_list table th {
        background-color: #167F92;
        display: block;
        border-right: none;
    }
    .price .price_list table thead {
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        width: 1px;
    }
    .price .price_list p.small {
        margin-top: 1.25rem;
        margin-bottom: 5rem;
        line-height: 150%;
    }
    .price .price_list table thead tr {
        padding: 0;
    }
    .price .price_list table thead tr th {
        font-size: 1.2rem;
    }
    .price .price_list table tr {
        display: block;
        margin-bottom: -1px;
    }
    .price .price_list table td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: .625em;
        border-right: none;
    }
    .price .price_list table.name {
        margin-top: 2.69rem;
    }
    /*パーソナルとペア*/
    .price .price_list table thead tr th.personal span.sub {
        font-size: 1rem;
        width: 80%;
    }
    .price .price_list table.training thead {
        border: none;
        position: absolute;
    }
    .price .price_list table.training td {
        padding: .625em .625em .625em 4em;
    }
    .price .price_list table.training td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        color: #14b7c9;
        top: 36%;
        font-size: 0.98rem;
        width: 33%;
        line-height: 120%;
        text-align: left;
        white-space: pre;
    }
    .price .price_list table.training td.pair::before {
        color: #1FA578;
    }
    .price .price_list td:last-child {
        border-bottom: 0;
    }
    .price .price_list table tbody th {
        background-color: #eeeeee;
        display: block;
        border-right: none;
        color: #222222;
        padding: 1rem;
    }
    .price .price_list .price_text {
        font-size: 1.8rem;
    }
    .price .price_list .price_text span {
        font-size: 1.2rem;
    }
    .price .price_list .price_text p,
    .price .price_list .price_text p strong span {
        font-size: 0.85rem;
    }
    .price .price_list .price_text p strong {
        font-size: 1rem;
    }
    .price .price_list table tbody th p,
    .price .price_list table tbody td.text p {
        font-size: 1.2rem;
    }
    .credit {
        margin-top: 3.62rem;
    }
    .credit img {
        width: 100%;
        margin-top: 2rem;
    }
    .price .price_list .campaign .campaign_text {
        font-size: 2.5rem;
    }
    .price .price_list .price_text span.line {
        position: relative;
        font-size: 1.5rem;
    }
    .price .price_list table .osusume h3 {
        width: 8rem;
        height: 8rem;
        font-size: 2.2rem;
        line-height: 85%;
        top: 8rem;
        padding-top: 0.5rem;
        right: -0.5rem;
        left: auto;
        transform: rotate(15deg);
    }
    .price .price_list .price_text.no_1 {
        border-bottom: none;
    }
    .price .price_list table .campaign_maru {
        position: relative;
    }
    .price .price_list table .campaign_maru h3 {
        position: absolute;
        text-align: center;
        background: #fff;
        border: 3px solid #A10003;
        border-radius: 100%;
        width: 6rem;
        height: 6rem;
        font-size: 1.5rem;
        line-height: 85%;
        top: -1rem;
        padding-top: 0.8rem;
        z-index: 2;
        color: #A10003;
        right: 1rem;
        transform: rotate(15deg);
    }
    .price .price_list table .campaign_maru h3 span {
        font-size: 1rem;
    }
}

@media screen and (max-width: 536px) {
    .price .price_list table .osusume img {
        width: 5.75rem;
        height: 5.75rem;
        flex-shrink: 0;
        position: absolute;
        top: 1.8rem;
        left: -4%;
    }
    .price .price_list table .osusume h3 {
        width: 6rem;
        height: 6rem;
        font-size: 1.5rem;
        line-height: 85%;
        top: 8rem;
        padding-top: 0.8rem;
        left: auto;
        right: -0.5rem;
        transform: rotate(15deg);
    }
    .price .price_list table .campaign_maru h3 {
        top: -1rem;
        left: auto;
        right: -0.5rem;
    }
    .price .price_list .no_1 .campaign {
        flex-direction: column;
        gap: 0;
    }
    .price .price_list .no_1 .campaign .triangle {
        transform: rotate(90deg);
    }
}
