@charset "UTF-8";

.price {
}

.price_nav {
    grid-column: 1 / 5;
}

.price_nav_wrap {
    position: sticky;
    top: 100px;
}

.price_nav_list {
    line-height: 1.6;
}

.price_nav_list > li {
}

.price_nav_list > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.3s;
}

.price_nav_list > li > a:hover {
    color: var(--c-red);
}

body.-menu-lasora .price_nav_list > li > a:hover {
    color: var(--c-blue);
}

.price_nav_list > li > a::before {
    content: "\e903";
    color: var(--c-red);
    font-weight: normal;
    font-size: 16px;
    font-family: icomoon;
}

body.-menu-lasora .price_nav_list > li > a::before {
    color: var(--c-blue);
}

.price_main {
    display: grid;
    grid-column: 6 / 13;
    gap: 100px;
}

.price_sec {
}

.price_ttl {
    position: relative;
    padding-left: 16px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
}

.price_subttl {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 80px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--c-red);
    color: var(--c-red);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}

body.-menu-lasora .price_subttl {
    border-color: var(--c-blue);
    color: var(--c-blue);
}

.price_ttl + .price_subttl {
    margin-top: 20px;
}

.price_text + .price_subttl {
    margin-top: 40px;
}

.price_subttl::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--c-red);
    line-height: 1;
    transform: translateY(-2px);
}

body.-menu-lasora .price_subttl::before {
    background: var(--c-blue);
}

.price_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 6px;
    height: calc(100% - 0.5em);
    background: var(--c-red);
}

body.-menu-lasora .price_ttl::before {
    background: var(--c-blue);
}

.price_text {
    margin-top: 20px;
}

.price_tbl {
    width: 100%;
    margin-top: 40px;
    line-height: 1.4;
}

.price_subttl + .price_tbl {
    margin-top: 0;
}

.price_tbl tr {
}

.price_tbl tr > * {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
}

.price_tbl tr.-last-row > * {
    padding-bottom: 36px;
}

.price_subttl + .price_tbl tr:first-child > * {
    border-top: none;
}

.price_tbl tr > th {
    width: 55%;
    padding-right: 20px;
    font-size: 18px;
}

.price_tbl tr > th small {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.price_tbl tr > td {
    padding-left: 20px;
    border-left: 1px solid var(--c-border);
    text-align: right;
}

.price_tbl tr > td em {
    color: var(--c-red);
}

body.-menu-lasora .price_tbl tr > td em {
    color: var(--c-blue);
}

.price_tbl dl {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.price_tbl dl > dt {
}

.price_tbl dl > dd {
}

.price_row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.price_caption {
    margin-top: 10px;
    font-size: 14px;
}

.price_caution {
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
}

.price_point {
    margin-top: 30px;
    padding: 40px;
    background: url(/assets/img/cmn/bg-paper.png);
}

.price_point_ttl {
    font-size: 37px;
    line-height: 1;
    font-family: var(--font-en);
}

.price_point_list {
    line-height: 1.6;
    counter-reset: number;
}

.price_point_item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 0;
}

.price_point_item:not(:first-child) {
    border-top: 1px solid var(--c-border);
}

.price_point_item::before {
    content: "0" counter(number);
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid var(--c-red);
    border-radius: 50%;
    color: var(--c-red);
    font-size: 20px;
    font-family: var(--font-en);
    text-align: center;
    counter-increment: number;
}

body.-menu-lasora .price_point_item::before {
    border-color: var(--c-blue);
    color: var(--c-blue);
}

.price_point_cnt {
}

.price_point_cnt em {
    color: var(--c-red);
    font-weight: bold;
    font-size: 20px;
}

body.-menu-lasora .price_point_cnt em {
    color: var(--c-blue);
}

.price_member {
    position: relative;
    margin-top: 80px;
    padding: 50px 40px 40px;
    background: var(--c-neutral-both);
    line-height: 1.6;
    text-align: center;
}

.price_member_bal {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    margin-bottom: -22px;
}

.price_member_bal::before,
.price_member_bal::after {
    content: "";
    display: block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 100%;
    left: 50%;
    width: 20px;
    height: calc(tan(60deg) * 20px / 2);
    margin-left: -10px;
}

.price_member_bal::before {
    z-index: 1;
    margin-top: -2px;
    background: var(--c-both);
}

.price_member_bal::after {
    z-index: 10;
    margin-top: -6px;
    background: var(--c-white);
}

.price_member_bal > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    min-height: 44px;
    padding: 6px 32px;
    border: 2px solid var(--c-both);
    border-radius: 22px;
    background: var(--c-white);
    color: var(--c-both);
}

.price_member_ttl {
    color: var(--c-both);
    font-weight: bold;
    font-size: 30px;
}

.price_member_service {
    margin-top: 15px;
    padding: 15px 24px;
    background: var(--c-white);
    line-height: 1.8;
}

.price_member_service > dt {
}

.price_member_service > dd {
}

.price_member_service > dd > s {
    display: inline-block;
    position: relative;
    margin-right: 6px;
    margin-left: 8px;
    font-size: 27px;
    line-height: 1;
    font-family: var(--font-en);
    transform: translateY(0.1em);
}

.price_member_service > dd > s::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% * sqrt(1 + pow(1 / 3, 2)));
    height: 2px;
    background: var(--c-black);
    transform: rotate(atan(1 / 3));
    transform-origin: top left;
}

.price_member_arrow {
    margin-top: 16px;
    text-align: center;
}

.price_member_arrow::before {
    content: "";
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 26px;
    height: 20px;
    background: var(--c-red);
}

body.-menu-lasora .price_member_arrow::before {
    background: var(--c-blue);
}

.price_member_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 32px;
}

.price_member_item {
    border: 1px solid var(--color);
    background: var(--c-white);
}

.price_member_item_hd {
    position: relative;
    background: var(--color);
    color: var(--c-white);
}

.price_member_item_ttl {
    padding: 14px 0 16px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.price_member_item_bal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: -24px;
    right: -11px;
    width: 66px;
    height: 66px;
    padding-top: 4px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
}

.price_member_item_bal::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/menu/per-time.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.price_member_item_bal > dt {
    position: relative;
    z-index: 1;
}

.price_member_item_bal > dd {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-family: var(--font-en);
}

.price_member_item_cnt {
    padding: 24px 0;
}

.price_member_item_text {
}

.price_member_item_price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.price_member_item_price > dt {
}

.price_member_item_price > dd {
    display: flex;
    align-items: center;
    gap: 4px;
}

.price_member_item_price > dd strong {
    color: var(--c-both);
    font-size: 39px;
    line-height: 1;
    font-family: var(--font-en);
    vertical-align: revert-layer;
}

.price_member_item_price > dd small {
    font-size: 14px;
}

.price_member_contact {
    margin-top: 26px;
}

.price_box {
    margin-top: 12px;
    padding: 24px;
    background: var(--c-neutral);
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width: 1239.98px) {
    .price_main {
        grid-column: 5 / 13;
    }

    .price_member_item_price > dd strong {
        font-size: 32px;
    }

    .price_member_item_text {
        font-size: 15px;
    }

    .price_member_service > dt {
        font-size: 15px;
    }
}

@media screen and (max-width: 767.98px) {
    .price {
    }

    .price_nav {
        /* display: none; */
        margin-bottom: 40px;
    }

    .price_nav_wrap {
    }

    .price_nav_list {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .price_nav_list > li {
        display: inline-block;
        flex: auto;
        min-width: 50%;
    }

    .price_nav_list > li > a {
        display: inline-flex;
        gap: 5px;
        padding: 6px 0;
        font-size: 16px;
    }

    .price_nav_list > li > a::before {
    }

    body.-menu-lasora .price_nav_list > li > a::before {
    }

    .price_main {
        display: block;
        grid-column: 1/5;
        gap: 60px;
    }

    .price_sec {
    }

    .price_sec:not(:first-child) {
        margin-top: 60px;
    }

    .price_ttl {
        font-size: 25px;
    }

    .price_subttl {
        margin-top: 50px;
        font-size: 18px;
    }

    body.-menu-lasora .price_subttl {
    }

    .price_ttl + .price_subttl {
    }

    .price_text + .price_subttl {
    }

    .price_subttl::before {
    }

    body.-menu-lasora .price_subttl::before {
    }

    .price_ttl::before {
    }

    body.-menu-lasora .price_ttl::before {
    }

    .price_text {
    }

    .price_tbl {
        font-size: 14px;
    }

    .price_subttl + .price_tbl {
    }

    .price_tbl tr {
    }

    .price_tbl tr > * {
    }

    .price_tbl tr.-last-row > * {
        padding-bottom: 25px;
    }

    .price_subttl + .price_tbl tr:first-child > * {
    }

    .price_tbl tr > th {
        width: 55%;
        padding-right: 12px;
        font-size: 15px;
    }

    .price_tbl tr > th small {
        font-size: 12px;
    }

    .price_tbl tr > td {
        padding-left: 12px;
    }

    .price_tbl tr > td em {
    }

    body.-menu-lasora .price_tbl tr > td em {
    }

    .price_tbl dl {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
    }

    .price_tbl dl > dt {
    }

    .price_tbl dl > dd {
    }

    .price_row {
    }

    .price_caption {
    }

    .price_caution {
    }

    .price_point {
        padding: 40px 24px 24px;
    }

    .price_point_ttl {
        text-align: center;
    }

    .price_point_list {
        font-size: 14px;
    }

    .price_point_item {
    }

    .price_point_item:not(:first-child) {
    }

    .price_point_item::before {
    }

    body.-menu-lasora .price_point_item::before {
    }

    .price_point_cnt {
    }

    .price_point_cnt em {
        font-size: 18px;
    }

    body.-menu-lasora .price_point_cnt em {
    }

    .price_member {
        padding: 50px 24px;
    }

    .price_member_bal {
    }

    .price_member_bal::before,
    .price_member_bal::after {
    }

    .price_member_bal::before {
    }

    .price_member_bal::after {
    }

    .price_member_bal > span {
    }

    .price_member_ttl {
        font-size: 25px;
    }

    .price_member_service {
        display: grid;
        gap: 14px;
        padding: 30px 16px;
    }

    .price_member_service > dt {
        font-size: 14px;
    }

    .price_member_service > dd {
    }

    .price_member_service > dd > s {
        margin-left: 6px;
    }

    .price_member_service > dd > s::before {
    }

    .price_member_arrow {
    }

    .price_member_arrow::before {
    }

    body.-menu-lasora .price_member_arrow::before {
    }

    .price_member_row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .price_member_item {
    }

    .price_member_item_hd {
    }

    .price_member_item_ttl {
    }

    .price_member_item_bal {
    }

    .price_member_item_bal::before {
    }

    .price_member_item_bal > dt {
    }

    .price_member_item_bal > dd {
    }

    .price_member_item_cnt {
    }

    .price_member_item_text {
    }

    .price_member_item_price {
    }

    .price_member_item_price > dt {
    }

    .price_member_item_price > dd {
    }

    .price_member_item_price > dd strong {
    }

    .price_member_item_price > dd small {
    }

    .price_member_contact {
        text-align: left;
    }

    .price_box {
    }
}
