@charset "UTF-8";

.system__clickable {
    text-decoration: none;
    cursor: pointer
}

.system__hidden {
    display: none !important;
    visibility: hidden !important
}

.system__fields_stack {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.system__flex_stack {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.system__outlined_field {
    order: 2;
    border: 1px solid #dcdcdc;
    background: #fcfcfc;
    box-sizing: border-box;
    transition-duration: .2s
}

.system__outlined_field__text {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 32px 10px 7px
}

.system__read_only {
    background: #ddd
}

.system__note {
    font-size: 11px;
    line-height: 16px;
    margin-top: 10px;
    color: #999
}

.system__border {
    border-bottom: 1px solid #dcdcdc
}

.system__border_mb {
    margin-bottom: 20px
}

.system__removable {
    position: relative
}

.system__removable__chip {
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transform: translateY(-50%);
    padding: 8px
}

.system__removable__chip>img {
    width: 18px;
    height: 18px;
    filter: brightness(.333)
}

.lity-wrap {
    overflow-y: auto
}

.lity-container {
    margin: 5vh 0
}

.lity-close {
    display: none
}

body.no-scroll {
    overflow: hidden !important;
    position: fixed;
    width: 100%
}

.system__artist_list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.system__artist_card {
    width: calc(100% / 6 - 30px * 5 / 6);
    height: fit-content;
    display: block;
    box-sizing: border-box;
    float: left;
    position: relative;
    color: #333;
}
@media screen and (max-width:1200px) {
    .system__artist_card {
        width: calc(100% / 5 - 30px * 4 / 5);
    }
}
@media screen and (max-width:640px) {
    .section.sect-low .artists_wrap{
        padding-left: 5%;
        padding-right: 5%;
    }
    .system__artist_list {
        gap: 25px 5%;
    }
    .system__artist_card {
        width: calc(50% - 2.5%);
    }
}

.system__artist_card:last-child {
    margin-right: 0
}

.system__artist_card__artwork:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000;
    left: 0;
    top: 0;
    transition-duration: .3s
}

.system__artist_card:hover .system__artist_card__artwork:after {
    background: #0006
}

.system__artist_card__text_container {
    display: flex;
    align-items: center;
    height: 50px;
    background: #f0f0f0;
    border: 1px solid #ececec;
    border-top: none;
    font-size: 12px;
    font-weight: 700;
}
.system__artist_card__text_container p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    padding: 0 12px;
    line-height: 1.4;
}

a.system__artist_card {
    color: #333;
    text-decoration: none
}

.system__create_artist_label {
    display: flex;
    gap: 5px
}

.system__create_artist_label>:first-child {
    position: relative;
    width: 21px;
    height: 21px
}

.system__create_artist_label>:first-child>span {
    font-size: 21px;
    position: absolute
}

.system__modal {
    padding: 3rem;
    border-radius: 1rem;
    background: #fff;
    max-height: none;
    max-width: 1000px;
    width: 90vw;
    min-height: 600px;
    position: relative
}

.system__modal__title {
    padding-right: 25px;
    font-size: 16px;
    font-weight: 700
}

.system__modal__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 960px) {
    .system__modal {
        overflow: auto;
        padding: 2rem
    }
}

.system__modal_container {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.system__modal_container_m {
    height: 520px
}

@media (max-width: 960px) {
    .system__modal_container_m {
        height: initial
    }
}

@media (max-width: 960px) {
    .system__modal_container_l {
        height: initial
    }
}

.system__modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    cursor: pointer
}

.system__modal_close>span {
    pointer-events: none
}

.system__artist_tile {
    outline: 1px solid #dcdcdc;
    cursor: pointer;
    transition-duration: .2s;
    transition-property: outline;
    box-sizing: content-box !important;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px)
}

@media (max-width: 960px) {
    .system__artist_tile {
        flex: 1 1 100%;
        max-width: 100%
    }
}

.system__artist_tile:hover {
    outline: 1px solid #333
}

.system__artist_tile__content {
    display: flex;
}

@media (max-width: 960px) {
    .system__artist_tile__content {
        gap: 10px
    }
}

.system__artist_tile__content img {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1
}

.system__artist_tile__meta {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    overflow: hidden;
    white-space: nowrap
}

.system__artist_tile__meta div {
    overflow: hidden;
    text-overflow: ellipsis
}

.system__artist_tile__meta>*:nth-child(1) {
    font-weight: 700;
    font-size: 16px
}

.system__artist_catalog {
    max-height: 280px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: content-box;
    padding: 5px 15px 5px 5px;
    width: 100%
}

.system__artist_catalog_s {
    max-height: 180px
}

.system__toggle_on {
    outline: 3px solid #f79256 !important;
    transition-duration: initial
}

.system__no_ready {
    color: #999 !important;
    border: 1px solid #999;
    background: none !important;
    cursor: initial !important
}

.system__no_ready:hover {
    color: #999 !important;
    border: 1px solid #999;
    background: none !important
}

.system__no_ready:hover:before {
    color: #999 !important;
    background: none !important
}

.system__add_trigger_field {
    display: flex
}

.system__add_trigger_field>div:nth-child(1) {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    padding: 10px 0
}

.system__add_trigger_field>div:nth-child(1)>span {
    font-size: 18px;
    position: absolute;
    top: -1px;
    padding: 10px 7px
}

.system__add_trigger_field>div:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 7px
}

.system__role_tag {
    display: inline-block;
    position: relative;
    padding: 5px 40px 5px 10px;
    font-size: 11px;
    line-height: 16px;
    background: #fcfcfc;
    border: 1px solid #dcdcdc;
    margin: 10px 10px 10px 0;
    white-space: nowrap
}

.system__create_artist_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
}

.system__create_artist_container div:first-child {
    flex-basis: 30%
}

.system__create_artist_container div:last-child {
    flex-basis: 60%
}

.system__add_roles_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.system__add_roles_container div:last-child {
    flex-basis: 60%
}

.system__selected_role_tags_container {
    padding: 0 10px;
    background: #f0f0f0;
    margin-bottom: 30px;
}

.system__add_artist_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section.sect-low .artists_wrap{
    width: auto;
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
}
#artist_profile{
    min-height: 180px;
}
.artist_btn_row{
    display: flex;
    gap: 8px;
    margin-top: -15px;
}
.artist_btn_row a{
    padding: 0 20px;
}

/*-----------------------------------------------------
    receipt
-----------------------------------------------------*/
.receipt {
    margin-top: 70px;
    border-bottom: 1px solid #dcdcdc;
}
.receipt-row {
    border-top: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 1.4;
    transition-duration: .2s;
    zoom: 1;
}
.receipt-row:after {
    content: "";
    display: block;
    clear: both;
}
.receipt-row:hover {
    background: #f9f9f9;
}
.receipt-row--header {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    border-top: none;
}
.receipt-row--header:hover {
    background: none;
}
.receipt-row--header .receipt-title,
.receipt-row--header .receipt-date,
.receipt-row--header .receipt-amount,
.receipt-row--header .receipt-payment,
.receipt-row--header .receipt-btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.receipt-title {
    width: calc(100% - 570px);
    box-sizing: border-box;
    padding: 20px 10px;
    line-height: 32px;
    float: left;
}
.receipt-date {
    width: 130px;
    box-sizing: border-box;
    padding: 20px 10px;
    line-height: 32px;
    float: left;
}
.receipt-amount {
    width: 100px;
    box-sizing: border-box;
    padding: 20px 10px;
    line-height: 32px;
    float: left;
    text-align: right;
}
.receipt-payment {
    width: 160px;
    box-sizing: border-box;
    padding: 20px 10px;
    line-height: 32px;
    float: left;
}
.receipt-btn {
    width: 180px;
    box-sizing: border-box;
    padding: 20px 10px;
    font-size: 0;
    text-align: right;
    float: right;
}

.receipt-notes {
    list-style: none;
    margin: 0;
    padding: 0;
}

.receipt-notes li {
    margin-top: 6px;
}

.receipt-notes li::before {
    content: "・";
}

#nav #login.open .usermenu {
    height: 510px;
}

@media (max-width: 640px) {
    .receipt-row--header {
        display: none;
    }

    .receipt-title,
    .receipt-date,
    .receipt-amount,
    .receipt-payment,
    .receipt-btn {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 2px 10px;
        line-height: 1.6;
        text-align: left;
    }

    .receipt-title {
        padding-top: 16px;
        font-weight: bold;
    }

    .receipt-date::before {
        content: "お支払日：";
        color: #666;
        font-size: 12px;
    }

    .receipt-amount::before {
        content: "お支払額：";
        color: #666;
        font-size: 12px;
    }

    .receipt-payment::before {
        content: "お支払方法：";
        color: #666;
        font-size: 12px;
    }

    .receipt-btn {
        padding-bottom: 16px;
        font-size: 14px;
    }
}

.analytics_chart {
    max-width: 940px;
}

@media (max-width: 640px) {
    .analytics_chart {
        max-width: 100%;
    }
}

.analytics_chart .analytics_toggle_button {
    display: block;
    margin-top: 16px;
    width: 100%;
    height: 36px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #eee;
    font-family: inherit;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
}

.analytics_chart .analytics_toggle_button:hover {
    background-color: #ddd;
}

.analytics_chart .analytics_chart_box.top {
    margin-top: 30px;
    padding-top: 0;
    border-top: 0;
}

.analytics_chart .analytics_total {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.analytics_chart .segmented_control {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    width: fit-content;
    display: flex;
    border-radius: 999px;
    background-color: #eee;
}

.analytics_chart .segmented_control button {
    padding: 8px 16px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 999px;
    font-size: 18px;
    background-color: #eee;
    font-family: inherit;
    line-height: 1.4;
    -webkit-appearance: none;
    appearance: none;
}

.analytics_chart .segmented_control button.active {
    background-color: #f79256;
    color: #fff;
}
