@import url(admin/responsive/admin-responsive.css);

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body {
    margin: 0;
    font-family: 'Shippori Mincho B1', serif;
    /* font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"*/
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #262626;
    text-align: left;
    background-color: #fff;
}

.sidebar .sidebar-profile {
    border-bottom: 3px solid #666;
}

.sidebar .sidebar-profile .sidebar-profile-name .sidebar-name {
    font-weight: 400;
    margin-bottom: 0.1em;
    color: #000;
}

.sidebar .sidebar-profile.buyer-prof .sidebar-profile-name .sidebar-designation {
    line-height: 1;
}

.sidebar .sidebar-profile.buyer-prof .sidebar-profile-image .sidebar-status-indicator {
    right: 10px;
    bottom: 4px;
}

.sidebar .sidebar-profile .sidebar-profile-image .sidebar-status-indicator {
    width: 12px;
    height: 12px;
    background: #17c964;
    /* border: 2px solid #000; */
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.sidebar-icon-only .sidebar .sidebar-profile .sidebar-profile-image .sidebar-status-indicator {
    right: 10px;
    bottom: -2px;
}

@media (max-width: 991px) {
    .brand-logo {
        display: inline-block !important;
    }

    .navbar .navbar-brand-wrapper {
        width: 160px;
    }

    .navbar .navbar-menu-wrapper {
        width: calc(100% - 160px);
    }
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    font-size: 1.125rem;
    line-height: 1;
    margin-right: 1.125rem;
    color: #b1b1b1;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    color: inherit;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    vertical-align: middle;
    font-weight: 500;
    position: relative;
}

.sidebar .nav .nav-item .nav-link .menu-title .count {
    position: relative;
    line-height: 1;
    border-radius: 50%;
    color: #ffffff;
    z-index: 0;
    margin-left: 0.75rem;
    font-size: 0.875rem;
}

.sidebar .nav .nav-item .nav-link .menu-title .count:after {
    background: #de5041;
    width: 18px;
    height: 18px;
    content: "";
    right: -0.36rem;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

.sidebar .nav .nav-item .nav-link {
    padding: 1.2rem 1.75rem 1.2rem 1.75rem;
    color: #000;
    position: relative;
}

.sidebar .nav .nav-item .nav-link:after {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}

.typcn:before {
    width: 1.2em;
    height: 1.2em;
    font-size: 1.2em;
}

/* .sidebar {
    width: 260px;
    min-width: 260px;
    box-shadow: 6px 16px 31px -18px #dcdcdc;
    -webkit-box-shadow: 6px 16px 31px -18px #dcdcdc;
    -moz-box-shadow: 6px 16px 31px -18px #dcdcdc;
    -ms-box-shadow: 6px 16px 31px -18px #dcdcdc;
} */
.sidebar .nav-child {
    padding-left: 32px;
    list-style: none;
}

.sidebar .nav-child li.active>a:not([data-toggle="collapse"]):before {
    border-right: 15px solid #dddddd;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    opacity: 1;
    top: 0;
    transition: opacity 150ms ease-in;
}

.sidebar .nav-child a {
    margin: 6px 0 !important;
    padding: 6px 8px !important;
}

.sidebar .nav:not(.sub-menu)>.nav-item {
    margin-top: 0;
}

.main-panel {
    align-items: center;
}

.main-panel>.content {
    min-height: calc(100vh - 243px);
}

.content-wrapper {
    background: #ffffff;
    padding: 1.875rem 1.875rem 0 1.875rem;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .sidebar-offcanvas {
        right: -260px;
    }

    .content-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .content-wrapper {
        padding: 1.5rem 1rem 0 1rem;
    }
}

@media screen and (max-width: 576px) {
    .sidebar-offcanvas {
        right: -100vw;
    }

    /* .sidebar {
        width: 100%;
        min-width: 260px;
        box-shadow: 6px 16px 31px -18px #dcdcdc;
        -webkit-box-shadow: 6px 16px 31px -18px #dcdcdc;
        -moz-box-shadow: 6px 16px 31px -18px #dcdcdc;
        -ms-box-shadow: 6px 16px 31px -18px #dcdcdc;
    } */
}

/* === text === */
.lead {
    font-size: 1rem;
    font-weight: 500;
}

/* p {
    line-height: 1.6;
  } */
.main-panel .lead {
    margin-bottom: 3rem;
}

.main-panel .note,
.medium-panel .note {
    margin-bottom: 3rem;
    font-size: 1rem;
    font-weight: 400;
    background: #a3a3a3;
    padding: 1rem;
    color: #fff;
}

.short-panel .lead {
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.workshop-prof .lead {
    text-align: left;
}

.note3 {
    color: #dc3545;
}

.note4 {
    font-weight: 600;
}

.note5 {
    font-weight: 400;
    font-size: 0.875rem;
    display: block;
    color: #dc3545;
}

.note-half {
    font-size: 0.875rem;
    padding-left: 1rem;
}

.short-panel .check-area {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-panel a,
.short-panel a {
    text-decoration: none;
    z-index: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.main-panel table td a {
    text-decoration: underline !important;
}

.main-panel table td a:hover {
    font-weight: bold;
    color: #262626;
    cursor: pointer;
}

.table-admin {
    min-height: 500px;
}

.table-admin .dropdown .dropdown-menu[x-placement="bottom-start"]:before {
    display: none;
}

.table-admin .dropdown .dropdown-menu[x-placement="bottom-start"]:after {
    display: none;
}

.table-admin th:last-child {
    border-left: 1px solid #dee2e6;
}

.table-admin td:last-child {
    border-left: 1px solid #dee2e6;
}

.table-admin .dropdown-menu {
    padding: 15px;
    border-radius: 0;
    width: 220px;
}

.table-admin .dropdown-menu .head-menu {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom: 2px solid #888;
    margin-bottom: 8px;
}

.table-admin .dropdown-menu .item-menu {
    padding: 5px 0;
    font-weight: initial;
    font-size: 14px;
}

.table-admin .dropdown-menu a.item-menu {
    display: block;
    text-decoration: underline;
    color: #262626;
}

.table-admin .dropdown-menu a.item-menu:hover {
    font-weight: bold;
}

.table-admin .dropdown-menu .link-filter {
    position: relative;
}

.table-admin .dropdown-menu .link-filter a {
    font-size: 12px;
    color: #3cb4e7;
    text-decoration: underline;
}

.table-admin .dropdown-menu .link-filter input {
    font-size: 14px;
}

.table-admin .dropdown-menu .link-filter .result-search {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    padding: 6px 8px;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.125);
    font-weight: initial;
    font-size: 14px;
}

.table-admin .dropdown-menu .link-filter .item-result {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.table-admin .dropdown-menu .link-filter .item-result:hover {
    background-color: #d6d6d6;
}

.table-admin .dropdown-menu button {
    padding: 8px 10px;
}

.table-admin table tbody tr {
    z-index: 1;
}

.result-search-content {
    max-height: 106px;
    overflow-y: auto;
}

.table-admin .dropdown-menu .choose-filter {
    max-height: 125px;
    overflow-y: auto;
}

.table-admin .dropdown-menu .choose-item {
    font-weight: initial;
    padding: 6px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.table-admin .dropdown-menu .choose-item:hover {
    background-color: #d6d6d6;
}

.table-admin .dropdown-menu .choose-item .icon {
    width: 15%;
    flex-shrink: 0;
    text-align: center;
}

.table-admin .dropdown-menu .choose-item .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    text-transform: initial;
}

.table-admin .dropdown-menu button.btn-link {
    padding: 0 !important;
    font-size: 12px;
    color: #3cb4e7 !important;
    text-decoration: underline;
    font-weight: 700;
}

.table-admin .close-result-search button {
    font-size: 12px;
    padding: 4px 6px;
}

.table-admin .font-size-12 {
    font-size: 12px !important;
}

.order-input .el-form-item__content {
    display: block;
}

a {
    color: #262626;
}

a:hover {
    /* color: #262626 !important; */
    text-decoration: underline;
}

a.link-item:hover {
    color: #262626 !important;
    opacity: unset !important;
}

.short-panel .fee {
    display: flex;
    align-items: center;
}

.form-control::placeholder {
    color: #bebebe;
}

.card-num label {
    display: block;
}

@media (max-width: 575px) {
    .short-panel .check-area {
        justify-content: center;
    }

    .short-panel .lead {
        text-align: left;
        font-size: 0.875rem;
    }

    .short-panel .fee {
        flex-direction: column;
        align-items: normal;
    }
}

/* === Table === */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #001737;
    border-bottom: 1px solid #e5e5e5;
}

.table th,
.table td {
    padding: 1.8rem 0.9375rem !important;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
    font-size: 1rem;
    line-height: 1.3;
}

.table-admin th,
.table-admin td {
    padding: 1rem 10px !important;
}

.table-admin td {
    font-size: 14px;
}

#list-multi-update {
    padding: 10px;
    border: 1px solid #626262;
}

#list-multi-update .item-multi {
    padding: 6px 0;
}

#list-multi-update .item-multi i {
    margin-top: 2px;
    cursor: pointer;
}

#list-multi-update .item-multi i:hover {
    opacity: 0.6;
}

#list-multi-update .title-multi {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#list-multi-update .maker-multi {
    width: 25%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
}

.table-admin thead>tr>th {
    font-size: 12px;
}

.dealing .payee .table,
.dealing .shipped .table {
    margin-top: 2rem;
    max-width: 800px;
}

.dealing .payee .table th,
.dealing .shipped .table th {
    font-weight: 500;
}

.dealing .payee .table th,
.dealing .payee .table td,
.dealing .shipped .table th,
.dealing .shipped .table td {
    padding: 1rem 0.9375rem;
    border-top: 1px solid #e5e5e5;
}

.dealing .payee .table-striped tbody tr:nth-of-type(odd),
.dealing .shipped .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.confirm-id .table {
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {

    .confirm-account th,
    .confirm-account td,
    .confirm-id th,
    .confirm-id td {
        width: 100%;
        display: block;
    }

    .confirm-account th,
    .confirm-id th {
        padding: 0.4rem 0.2rem;
        border-top: none;
    }

    .confirm-account td,
    .confirm-id td {
        padding: 0.5rem 0.2rem 1.5rem;
    }

    .confirm-account .table,
    .confirm-id .table {
        border-bottom: none;
    }

    .dealing .payee .table th,
    .dealing .payee .table td,
    .dealing .shipped .table th,
    .dealing .shipped .table td {
        padding: 0.6rem 0.9375rem;
    }

    .dealing .payee .table th,
    .dealing .payee .table td,
    .dealing .shipped .table th,
    .dealing .shipped .table td {
        display: block;
        border-top: none;
    }

    .dealing .payee .table th,
    .dealing .shipped .table th {
        font-weight: 600;
    }
}

/* === Head === */
.main-panel.prof h2,
.setting-menu h2,
.main-panel.setting-password h2,
.main-panel.list-info h2,
.main-panel.single-info h2 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.main-panel.setting-menu h2 {
    margin-bottom: 0;
}

.main-panel.list-info h2,
.main-panel.post-info h2,
.main-panel.single-info h2 {
    margin-bottom: 2rem;
}

.main-panel.single-info h1 {
    font-size: 1.5rem;
}

.main-panel.single-info p {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
}

.main-panel.single-info .text {
    padding: 2rem 0;
    font-size: 1rem;
    font-weight: 500;
}

.main-panel.single-info .pic {
    text-align: center;
}

.main-panel.single-info .image-info-notice img {
    width: -webkit-fill-available;
}

.main-panel.setting-password h2 {
    margin-bottom: 3rem;
}

.main-panel.mypage h2 {
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    margin-bottom: 5rem;
    font-size: 1.75rem;
    /* text-align: center; */
}

.main-panel.mypage h2 span.for-maker {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    display: inline-block;
    margin-top: 1rem;
    position: relative;
    line-height: 1;
    margin-left: 30px;
    top: -3px;
}

.main-panel.mypage h2 span .member-type {
    font-size: 0.75rem;
    line-height: 1rem;
}

.mypage h2:before,
.prof h2:before,
.setting-menu h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -15px;
    background: #000;
}

.mypage h2:before {
    left: 0;
}

.main-panel .works .item-data {
    padding: 3rem;
    border: 3px solid #d6d6d6;
    margin-bottom: 1rem;
}

.item-data1,
.item-data2,
.item-data3,
.item-data4,
.item-data5 {
    position: relative;
}

.main-panel .works .addbtn {
    padding: 0.875rem 3rem;
    background: #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.1875rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #d6d6d6;
}

.main-panel .works .addbtn:before {
    content: "+ ";
    font-size: 1rem;
    line-height: 1;
}

.main-panel .works .removeBtn::before {
    content: "-";
    font-size: 1rem;
    line-height: 1;
}

.main-panel .works .removeBtn {
    padding: 0.875rem 3rem;
    background: #fff;
    transition: color 0.15s ease-in-out;
    background-color: 0.15s ease-in-out;
    border-color: 0.15s ease-in-out;
    box-shadow: 0.15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.1875rem;
    position: absolute;
    border: 3px solid #d6d6d6;
    bottom: -3px;
    right: -3px;
}

.main-panel .works .item-data-form {
    /* display:flex; */
    /* flex-wrap: wrap; */
}

.main-panel .works h2,
.main-panel.events h2,
.main-panel .list-works h2,
.main-panel.list-events h2,
.main-panel.list-dealing h2,
.main-panel.dealing h2,
.main-panel .list-info h2 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    background: #898989;
    padding: 1.5rem 1rem;
    color: #fff;
    border-radius: 5px;
    line-height: 1;
}

.main-panel .post-info h1 {
    font-size: 1.5rem;
}

.whitespace-preline {
    white-space: pre-line;
}

.image-preview {
    position: relative;
}

.image-preview .icon-delete {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #ff0000;
}

#form-search input {
    margin-top: 12px;
}

.main-panel.regist-id h2,
.confirm-id h2,
.main-panel.setting-account h2,
.main-panel.setting-password h2 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    background: #ffffff;
    padding: 1.5rem 1rem;
    color: #000;
    border-radius: 5px;
    line-height: 1;
    border: 1px solid #3e3e3e;
}

.medium-panel h2 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    background: #f8f8f8;
    padding: 1.5rem 1rem;
    color: #000;
    border-radius: 5px;
    line-height: 1;
    border: 1px solid #dcdcdc;
}

.main-panel h2 .btn-add-mk {
    font-size: 0.875rem;
    padding: 0.62rem 1rem;
    background: #d5d5d5;
    border-radius: 4px;
    line-height: 1;
    text-decoration: none;
    top: 50%;
    right: 13rem;
    position: absolute;
    transform: translateY(-50%);
    transition: 0.5s;
}

.main-panel h2 .btn-add-mk:hover {
    color: #262626;
}

.main-panel h2 .btn-add-mk:hover {
    text-align: left;
    background: #fff;
}

.main-panel h2 .btn-add {
    font-size: 0.875rem;
    padding: 0.62rem 1rem;
    background: #d5d5d5;
    border-radius: 4px;
    line-height: 1;
    text-decoration: none;
    top: 50%;
    right: 1.3rem;
    position: absolute;
    transform: translateY(-50%);
    transition: 0.5s;
}

.main-panel h2 .btn-add:hover {
    color: #262626;
}

.main-panel h2 .btn-add:hover {
    text-align: left;
    background: #fff;
}

.main-panel h3,
.final-registration h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 3rem;
    position: relative;
    margin-top: 3rem;
    text-align: left !important;
}

.main-panel h3:before,
.final-registration h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.8rem;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

h3,
.h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

h4,
.h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
}

h4 span {
    font-weight: 400;
}

.short-panel h1 {
    text-align: center;
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 6.5rem;
    font-weight: 600;
}

.short-panel h1 span {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    display: block;
    margin-top: 1rem;
    position: relative;
    line-height: 1;
}

.short-panel h1 span:before,
.main-panel.mypage h2 span.for-maker:after {
    content: "";
    position: absolute;
    border: 1px solid #707070;
    width: 110px;
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.short-panel.artist-login h1 span:before {
    width: 160px;
}

.main-panel.mypage.workshop h2>span.for-maker:after {
    width: 144px;
}

.short-panel .workshop h1 span:before,
.short-panel.workshop h1 span:before {
    width: 154px;
}

.short-panel .workshop h1 span:before,
.short-panel.final-registration h1 span:before {
    width: 230px;
}

.short-panel h1:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -60px;
}

.auth-form-light {
    position: relative;
}

.auth-form-light h1 {
    z-index: 1;
}

.link-login-buyer {
    position: absolute;
    right: 0;
    top: 0;
}

.short-panel h3 {
    text-align: center;
}

.dealing h4 {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.7rem 0.4rem;
    background: #e6e6e6;
    border-radius: 3px;
}

h4.sample {
    padding: 0.3rem 1rem;
    background: #000;
    color: #fff;
    display: inline-block;
}

@media (max-width: 575px) {
    .short-panel h3 {
        text-align: left;
        line-height: 1.4;
    }

    .main-panel.mypage h2 {
        text-align: center;
    }

    .mypage h2:before {}

    .main-panel .works h2,
    .main-panel.events h2,
    .main-panel .list-works h2,
    .main-panel.list-events h2 {
        font-size: 1.25rem;
        padding: 1.25rem 1rem;
    }

    .main-panel.prof h2,
    .main-panel.setting-menu h2 {
        position: relative;
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
    }

    .main-panel.regist-id h2,
    .main-panel.confirm-id h2 {
        font-size: 1.25rem;
        padding: 1.25rem 1rem;
    }

    .medium-panel h2 {
        font-size: 1.25rem;
        padding: 1.25rem 1rem;
    }

    .main-panel .lead {
        font-size: 0.875rem;
    }

    .link-login-buyer span {
        display: none;
    }

    .link-login-buyer {
        position: absolute;
        right: auto;
        left: 50%;
        top: 88px;
        transform: translate(-50%, -50%);
        text-align: center;
        line-height: 1.3;
    }
}

/* === Tab === */
.nav-tabs {
    border-bottom: none;
}

.tab-content>.active {}

.tab-content {
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    border-top: 0;
    padding: 3rem 1rem;
    text-align: justify;
    margin-bottom: 2.5rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5 #e5e5e5 #e5e5e5;
}

.nav-tabs .nav-link {
    font-size: 1rem;
    font-weight: 500;
    background: #fff;
    color: #9f0808;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    padding: 0.75rem 1.5rem;
}

.list .nav-tabs .nav-link.active,
.list .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #000;
    border-color: #000 #000 #000;
}

.list .nav-tabs .nav-link {
    font-size: 1rem;
    font-weight: 500;
    background: #fff;
    color: #000000;
    border-radius: 0;
    border: 1px solid #000;
    padding: 0.5rem;
    min-width: 148px;
    text-align: center;
    margin-right: 1px;
    display: block;
    text-decoration: underline;
}

.list .tab-content {
    border: none;
    border-top: 3px solid #000;
    background: #fff;
    padding: 0;
    text-align: justify;
    margin-bottom: 2.5rem;
}

.list .tab-content .tab-pane {}

.list .tab-content .tab-pane ul,
.dealing ul.lists {
    list-style-type: none;
    padding-left: 0;
}

.list .tab-content .tab-pane ul li,
.dealing ul.lists li {
    padding: 0.75rem;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0;
    font-size: 1rem;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    position: relative;
}

.list.edit-name .tab-content .tab-pane ul li {
    cursor: auto;
}

.list.list-info ul li a,
.list.list-dealing ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}

.list.list-info ul li .situation,
.list.list-dealing ul li .situation {
    display: inline-block;
    padding: 1.25rem 1rem;
    min-width: 100px;
    background: #000000;
    color: #fff;
    position: absolute;
    right: 4rem;
    text-align: center;
    border-radius: 2px;
}

.list.list-info ul li .situation.situation2,
.list.list-dealing ul li .situation.situation2 {
    background: #4b4b4b;
}

.list.list-info ul li .situation.situation3,
.list.list-dealing ul li .situation.situation3 {
    background: #808080;
}

.list.list-info ul li .situation.situation4,
.list.list-dealing ul li .situation.situation4 {
    border: 1px solid #bcbcbc;
    background: #fff;
    color: #bcbcbc;
}

.list.list-dealing ul li a {
    display: flex;
    /* justify-content: space-between; */
    position: relative;
}

.list.list-dealing ul li a .list.list-info ul li a:hover,
.list.list-dealing ul li a:hover {
    color: #262626;
}

.list.list-info ul li .text {
    width: calc(100% - 160px);
}

.setting-menu .menu a:before,
.list.list-info ul li a:before,
.list.list-dealing ul.lists li a:before {
    content: "";
    /* background: url(../images/icons/arrow-menu.svg); */
    right: 10px;
    top: 16px;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.setting-menu .menu a.page-link:before,
.list.list-info ul li a.page-link:before,
.list.list-dealing ul.lists li a.page-link:before {
    content: "";
    background: none;
}

.list.list-info ul.lists {
    list-style-type: none;
    padding-left: 0;
}

.list.list-info ul.lists li {
    padding: 0.75rem;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0;
    font-size: 1rem;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    position: relative;
}

.list.list-info ul.lists li .thumb {
    width: 80px;
    height: 80px;
    background: #eee;
    margin-right: 1.5rem;
    display: block;
}

.list.list-info ul.lists li .thumb img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    font-family: "object-fit: contain;";
    display: initial;
}

.list.list-info ul.lists li .text {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    width: calc(100% - 180px);
}

.list.list-info ul.lists li .text .fee {
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.list.list-info ul.lists li .text .fee span {
    font-size: 0.875rem;
    padding: 6px;
    border: 1px solid #2a2a2a;
    margin-left: 0.2rem;
    line-height: 1;
    font-weight: 500;
}

.list.list-dealing ul li .text,
.dealing ul.lists li .text {
    /* display: flex; */
}

.no-info {
    padding: 2rem 0.5rem;
    font-size: 1rem;
}

.dealing ul.lists li .text {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.dealing ul.lists li .text div {}

.dealing ul.lists li .text .fee {
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
}

.dealing ul.lists li .text .fee span {
    font-size: 0.875rem;
    padding: 0.2rem 0.4rem;
    border: 1px solid #2a2a2a;
    margin-left: 0.2rem;
    line-height: 1;
    font-weight: 500;
}

.list.list-dealing ul li .text .date,
.list.list-info ul li .text .date {
    font-size: 0.875rem;
    color: #979797;
    display: block;
    margin-bottom: 0.3rem;
}

.main-panel a .time-back {
    display: block;
    color: #979797;
    /* text-decoration: none; */
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* .list .tab-content .tab-pane ul li:after {
    content: "";
    background: url(../images/icons/handle.svg);
    right: 5px;
    top: 50%;
    width: 30px;
    height: 22px;
    position: absolute;
    transform: translateY(-50%);
} */

.list.list-info .tab-content .tab-pane ul li:after {
    content: none;
}

.list.edit-name .tab-content .tab-pane ul li:after {
    content: none;
}

.list.list-dealing .tab-content .tab-pane ul li:after {
    content: none;
}

.list .tab-content .tab-pane ul li .thumb,
.list.list-info ul li .thumb,
.dealing ul.lists li .thumb {
    width: 80px;
    height: 80px;
    background: #eee;
    margin-right: 1.5rem;
    display: block;
}

.list .tab-content .tab-pane ul li .thumb img,
.list.list-info ul li .thumb img,
.dealing ul.lists li .thumb img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: fill;
    font-family: "object-fit: contain;";
    display: initial;
    /* object-fit: contain; */
}

.list .tab-content .tab-pane ul li .artist-name {
    display: block;
}

.list .check-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ededed;
    padding: 5px 10px;
    font-weight: 500;
}

.list .check-bar.save {
    justify-content: flex-end;
}

.list .check-bar.form-check {
    margin-top: 0;
}

.list .check-bar input,
.list ul li input {
    /* margin:0; */
    margin-right: 0.5rem;
}

.list-works ul li .artist-name {
    margin-right: 0.8rem;
}

.list-works ul li .artist-name .name-edit-btn {
    padding: 0 1rem;
    background: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    margin-left: 0.3rem;
}

.typcn-zoom-outline:before {
    font-size: 1.5em;
}

@media screen and (max-width: 575px) {
    .nav-tabs .nav-item {
        width: 50%;
    }

    .list .nav-tabs .nav-link {
        padding: 0.5rem 0.3rem;
        min-width: auto;
        font-size: 0.825rem;
    }

    .list .tab-content .tab-pane ul li .thumb {
        width: 60px;
        height: 60px;
    }

    .list .tab-content .tab-pane ul li .text {
        font-size: 0.875rem;
        width: calc(100% - 120px);
        padding-right: 30px;
    }

    .list-works .tab-content .tab-pane ul li .artist-name .list-works .tab-content .tab-pane ul li a {
        font-size: 0.875rem;
    }

    .list-works .tab-content .tab-pane ul li .text {
        width: auto;
        font-size: 0.875rem;
    }
}

/* === My page top === */
.form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    position: absolute;
    top: 0;
    left: -20px;
}

.rtl .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.rtl .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    left: auto;
    right: 0;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #f2125e;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: typicons;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: "\e11e";
    font-size: 0.9375rem;
    font-weight: bold;
    color: #fff;
    left: 9px;
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: #f2125e;
    border-width: 0;
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
    width: 18px;
    opacity: 1;
    line-height: 18px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 2px;
}

.form-check .form-check-label input[type="checkbox"]:disabled+.input-helper:before {
    border-color: #e8eff9;
}

.form-check .form-check-label input[type="checkbox"]:disabled:checked+.input-helper:after {
    background: #e8eff9;
    color: #ffffff;
}

.form-check .form-check-label input[type="radio"]+.input-helper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: solid #f2125e;
    border-width: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check .form-check-label {
    min-height: 18px;
    display: block;
    margin-left: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-right: 1rem;
    align-content: center;
}

.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    position: absolute;
    top: 0;
    left: 0;
}

.prof .form-check .form-check-label,
.final-registration .form-check .form-check-label {
    margin-left: 0;
    margin-right: 4rem;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.login-panel .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    left: 4px !important;
}

.final-registration .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.final-registration .form-check .form-check-label input[type="checkbox"]+.input-helper:after,
.prof .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.prof .form-check .form-check-label input[type="checkbox"]+.input-helper:after,
.dealing .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    left: -1.3rem;
}

.prof .form-check .form-check-label input[type="checkbox"]+.input-helper:after,
.dealing .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    left: -1.1rem !important;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #b8b8b8;
    border-width: 1px;
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: #000;
    border-width: 0;
}

.prof .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before,
.list .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: #1c1c1c;
    border-width: 0;
}

.list .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.list .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    left: 11px !important;
}

.form-check {
    display: inline-block;
}

.form-group .artistCategory {
    display: block;
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.form-check .form-check-label input[type="radio"]:checked+.input-helper:before {
    background: #fd6978;
}

.form-check .form-check-label input[type="radio"]+.input-helper:before {
    border: solid #b8b8b8;
}

.form-group.select-data label {
    font-size: 1rem;
}

.select-data .form-check .form-check-label input[type="radio"]+.input-helper:before {
    left: -1.5rem;
}

.select-data .form-check .form-check-label input[type="radio"]+.input-helper:after {
    left: -1.1rem;
}

.cover {
    display: flex;
    padding-bottom: 3.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.cover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #000;
}

.cover-thumb {
    width: 220px;
    margin-right: 30px;
}

.cover-thumb.no-photo {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e2e2e2;
}

.cover-thumb.no-photo .typcn:before {
    width: 11rem;
    height: 11rem;
    font-size: 11rem;
    color: #b1b1b1;
    line-height: 1;
}

.cover-thumb img {
    width: 100%;
}

.cover-name {}

.cover-name .name .view {
    position: relative;
    background: #000;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-family: "Shippori Mincho B1", serif;
    /* display: inline-block; */
    top: -0.38rem;
    left: 0.8rem;
    content: "";
    font-size: 0.875rem;
}

.cover-name .name {
    font-size: 1.725rem;
    font-weight: 500;
    padding-left: 0.5rem;
    font-family: "Shippori Mincho B1", serif;
    position: relative;
    margin-bottom: 0.1rem;
}

.cover-name .alphabet {
    margin-bottom: 1rem;
    padding-left: 0.6rem;
    font-family: "Shippori Mincho B1", serif;
}

.cover-name .web-view {
    display: block;
    margin-top: 1.5rem;
    text-decoration: none;
}

.cover-name .web-view:after {
    content: "\e049";
    font-family: "typicons";
    font-style: normal;
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1em;
    position: relative;
    right: -0.6rem;
    color: #000;
}

.mypage .btn-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mypage .btn-area .btn {
    margin-bottom: 0.8rem;
}

.mypage .btn-area .btn-dark {
    margin-right: 0.5rem;
}

@media screen and (max-width: 575px) {
    .cover {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cover-name {
        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cover-thumb {
        width: 75vw;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .cover-thumb.no-photo {
        height: 75vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e2e2e2;
    }

    .cover-name p {
        width: 75vw;
        text-align: center;
    }

    .cover-name .view {
        max-width: 120px;
    }

    .cover-name .btn.btn-rounded {
        width: 240px;
    }

    .mypage .btn-area {
        justify-content: center;
    }

    .mypage .btn-area .btn {
        width: 60%;
        min-width: 240px;
    }

    .mypage .btn-area .btn-dark {
        margin-right: 0;
    }

    .cover-name .name {
        padding-left: 0;
    }
}

/* === Button === */
.btn {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
}

.btn-darkgrey {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}

.btn-darkgrey:hover {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}

.btn-darkgrey:focus,
.btn-darkgrey.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-darkgrey.disabled,
.btn-darkgrey:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-darkgrey:not(:disabled):not(.disabled):active,
.btn-darkgrey:not(:disabled):not(.disabled).active,
.show>.btn-darkgrey.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-darkgrey:not(:disabled):not(.disabled):active:focus,
.btn-darkgrey:not(:disabled):not(.disabled).active:focus,
.show>.btn-darkgrey.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

@media screen and (max-width: 575px) {

    .confirm-id .btn-lg,
    .confirm-id .btn-group-lg>.btn,
    .confirm-id .btn.px-5 {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* === footer === */
.footer {
    background: #fff;
    padding: 3rem 1rem;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    font-size: calc(0.875rem - 0.05rem);
    font-weight: 400;
    /* width:80%; */
    color: #999;
    text-align: center;
    height: auto;
    /* background:#f0f0f0; */
}

.footer a {
    color: #000000;
    font-size: inherit;
}

#imgPreviewField {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

#imgPreviewField figure {
    width: 24%;
    position: relative;
}

#imgPreviewField figure img {
    width: 100%;
}

/* === Forms === */
#imgPreviewField figure input {
    display: block;
    background: #b6b6b6;
    z-index: 1;
    color: #fff;
    border: 0;
    position: relative;
    top: 0.5rem;
    border-radius: 3px;
    font-size: 0.875rem;
}

input[type="file"] {
    display: none;
}

.post-info input[type="file"] {
    display: block;
}

.post-info #btn {
    background: #000;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
}

.post-info .files input {
    border: none;
}

.post-info #files {
    background: none;
    box-shadow: none;
    border: none;
}

.post-info #filename {
    outline: none;
}

.post-info .files {
    margin-bottom: 2rem;
}

label.input-image {
    padding: 8px 30px 8px 40px;
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

label.input-image:before {
    content: "";
    background: url(../images/icons/camera.png);
    left: 12px;
    top: 14px;
    width: 17px;
    height: 14px;
    position: absolute;
}

.form-group label {
    font-weight: 700;
    padding: 0;
    color: #000;
    font-size: 1rem;
    background-color: #ffffff;
    border: none;
    position: relative;
}

.form-group label:before {
    content: none;
}

.form-group.required label:before,
h4.required:after {
    content: "必須";
    position: absolute;
    font-size: 0.875rem;
    background: #eee;
    padding: 0.1rem 0.5rem;
    top: -0.2rem;
    right: -3.2rem;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #dbdbdb;
}

h4.required:after {
    position: relative;
    top: 0.2rem;
    right: -0.5rem;
    padding: 0.2rem 0.5rem;
}

.form-group.required .icon-explanation {
    left: 56px;
}

.form-group.explanation-code .icon-explanation {
    position: absolute;
    left: 270px;
    top: -35px;
}

textarea.form-control.notification-explanation {
    /* border: 1px solid #bfbfbf; */
    /* font-weight: 400;
    border-radius: 5px;
    font-size: 1rem; */
    max-height: 200px;
    /* height: auto;
    display: block; */
}

.form-control,
.parent,
.children,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.typeahead,
.tt-query,
.tt-hint {
    border: 1px solid #bfbfbf;
    font-weight: 400;
    border-radius: 5px;
    font-size: 1rem;
    height: auto;
    display: block;
}

select.form-control,
select.parent,
select.children,
.select2-container--default select.select2-selection--single,
.select2-container--default .select2-selection--single select.select2-search__field,
select.typeahead,
select.tt-query,
select.tt-hint {
    border: 1px solid #bfbfbf;
    font-weight: 500;
    border-radius: 5px;
    font-size: 1rem;
    padding: 0.875rem 1.375rem;
    outline: 0;
    color: #000;
}

.form-control#year,
.calender .form-control,
#foryears,
.form-control.history-year {
    width: auto;
    display: inline-block;
}

.form-control.history-year {
    width: 120px;
}

.form-control.history-text {
    /* display: block; */
}

.form-control#tel {
    width: 280px;
    /* display: inline-block; */
}

.form-group label.artist-category {
    display: block;
}

label.tel {
    display: inline-block;
}

.form-control.family-name,
.form-control.personal-name,
.form-control.family-name-kana,
.form-control.personal-name-kana {
    width: auto;
}

label.history {
    display: flex;
    margin-right: 1rem;
    font-weight: 500;
    width: calc(100% - 70px);
    align-items: center;
}

.form-group.family-name,
.form-group.personal-name,
.form-group.family-name-kana,
.form-group.personal-name-kana {
    display: inline-block;
}

.form-group.family-name label,
.form-group.personal-name label,
.form-group.family-name-kana label,
.form-group.personal-name-kana label {
    font-weight: 400;
}

.calender .form-control,
.time .form-control {
    padding: 0.625rem 1rem;
    position: relative;
    z-index: 0;
}

.calender,
.time {
    position: relative;
}

.calender:before {
    content: "";
    background: url(../images/icons/calender.svg);
    height: 16px;
    width: 16px;
    position: absolute;
    /* background-size: contain; */
    right: 10px;
    z-index: 1;
    top: 15px;
}

.time:before {
    content: "";
    background: url(../images/icons/clock.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    /* background-size: contain; */
    right: 10px;
    z-index: 1;
    top: 10px;
}

.prof .time {
    margin-bottom: 1.5rem;
}

#address1.form-control,
#address2.form-control {
    width: auto;
    margin-bottom: 1rem;
    padding: 0.625rem 1rem;
}

.sort {
    display: block;
}

.form-group .foryears {
    display: block;
}

select.parent,
select.children,
select.item {
    width: 100%;
    max-width: 500px;
}

#transfer_fee,
#price {
    width: 100%;
    max-width: 200px;
}

.form-group.row {
    margin-left: 0;
}

.col-form-label {
    font-weight: 400 !important;
}

.form-check .form-check-label {
    min-height: 18px;
    display: block;
    margin-left: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-right: 1rem;
    align-content: center;
}

.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    position: absolute;
    top: 0;
    left: 0;
}

.prof .form-check .form-check-label,
.final-registration .form-check .form-check-label {
    margin-left: 0;
    margin-right: 4rem;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.login-panel .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    left: 4px !important;
}

.final-registration .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.final-registration .form-check .form-check-label input[type="checkbox"]+.input-helper:after,
.prof .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.prof .form-check .form-check-label input[type="checkbox"]+.input-helper:after,
.dealing .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    left: -1.3rem;
}

.prof .form-check .form-check-label input[type="checkbox"]+.input-helper:after,
.dealing .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    left: -1.1rem !important;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #b8b8b8;
    border-width: 1px;
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: #000;
    border-width: 0;
}

.prof .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before,
.list .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: #1c1c1c;
    border-width: 0;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    left: 11px !important;
}

.form-check {
    display: inline-block;
}

.form-group .artistCategory {
    display: block;
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
}

.list .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.list .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
}

.form-check .form-check-label input[type="radio"]:checked+.input-helper:before {
    background: #fd6978;
}

.form-check .form-check-label input[type="radio"]+.input-helper:before {
    border: solid #b8b8b8;
}

.form-group.select-data label {
    font-size: 1rem;
}

.select-data .form-check .form-check-label input[type="radio"]+.input-helper:before {
    left: -1.5rem;
}

.select-data .form-check .form-check-label input[type="radio"]+.input-helper:after {
    left: -1.1rem;
}

.error {
    background-color: #ffcccc;
}

.success {
    color: #0c6934;
    background-color: #d1f4e0;
    border-color: #bef0d4;
}

.alert,
#emailCheckError,
#passwordCheckError {
    color: #bc0808;
    font-size: small;
    padding: 0;
}

.alert.postal {
    /* display:
    block; */
    margin-bottom: 0;
}

.setting-password #tetPassword .alert {
    display: block;
    position: absolute;
    top: -2rem;
}

#item1-size1,
#item1-size2,
#item1-size3,
#item1-size4,
#item1-size5,
#item1-size6,
#item1-size7,
#item1-size8,
#item1-size9,
#item2-size1,
#item2-size2,
#item2-size3,
#item2-size4,
#item2-size5,
#item2-size6,
#item2-size7,
#item2-size8,
#item2-size9,
#item3-size1,
#item3-size2,
#item3-size3,
#item3-size4,
#item3-size5,
#item3-size6,
#item3-size7,
#item3-size8,
#item3-size9,
#item4-size1,
#item4-size2,
#item4-size3,
#item4-size4,
#item4-size5,
#item4-size6,
#item4-size7,
#item4-size8,
#item4-size9,
#item1-size1,
#item1-size2,
#item1-size3,
#item1-size4,
#item1-size5,
#item1-size6,
#item1-size7,
#item1-size8,
#item1-size9,
#item5-size1,
#item5-size2,
#item5-size3,
#item5-size4,
#item5-size5,
#item5-size6,
#item5-size7,
#item5-size8,
#item5-size9,
#birthYear,
#birthMonth,
#birthDay {
    width: 85px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

#size8,
#size9 {
    width: 120px;
    margin-bottom: 0;
}

#post-code {
    width: auto;
    display: inline-block;
}

#cardnumber {
    /* width: 260px; */
    /* display: inline-block; */
}

.email {
    margin-bottom: 1rem;
}

.size1,
.size2,
.size3,
.size4,
.size5,
.size6,
.size7,
.size8,
.size9,
.post-code {
    display: inline-block;
    padding: 0.875rem 0;
    line-height: 3rem !important;
    font-weight: normal !important;
    font-size: 0.875rem !important;
    margin-bottom: 1rem !important;
}

.size1,
.size2,
.size3,
.size4,
.size5,
.size6,
.size7,
.size8,
.size9 {
    width: 2rem;
}

.form-group.password #textPassword,
.form-group.password #textPassword2,
.register-panel .form-group.password #textPassword {
    margin-bottom: 0;
}

.final-registration .form-group.password #textPassword {
    margin-bottom: 1rem;
}

.form-group.password #buttonEye.fa-eye,
.form-group.password #buttonEye.fa-eye-slash,
.form-group.password #buttonEye2.fa-eye,
.form-group.password #buttonEye2.fa-eye-slash,
.form-group.password #buttonEye3.fa-eye,
.form-group.password #buttonEye3.fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* .form-group.password #textPassword, .form-group.password #textPassword2, .form-group.password #textPassword3 {
    margin-bottom: 2.5rem;
  } */

.buyer-login .form-group.password #buttonEye.fa-eye,
.buyer-login .form-group.password #buttonEye.fa-eye-slash,
.register-panel .form-group.password #buttonEye.fa-eye,
.buyer-login .form-group.password #buttonEye.fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.final-registration .form-group.password #buttonEye.fa-eye {
    position: absolute;
    right: 10px;
    top: 73px;
}

.final-registration .form-group.password #buttonEye2.fa-eye {
    position: absolute;
    right: 10px;
    top: 145px;
}

.setting-password .form-group.password #buttonEye2.fa-eye,
.setting-password .form-group.password #buttonEye2.fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 202px;
}

.reset-password .form-group.password #buttonEye2.fa-eye,
.reset-password .form-group.password #buttonEye2.fa-eye-slash {
    right: 10px;
    top: 50px;
}

.setting-password .form-group.password #buttonEye3.fa-eye,
.setting-password .form-group.password #buttonEye3.fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 328px;
}

.reset-password .form-group.password #buttonEye3.fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 178px;
}

.reset-password .form-group.password #buttonEye3.fa-eye {
    right: 10px;
    top: 178px;
}

.setting-password .alert1 {
    position: absolute;
    top: 113px;
}

.setting-password .alert2 {
    position: absolute;
    top: 240px;
}

.setting-password .alert3 {
    position: absolute;
    top: 210px;
}

.setting-password #passwordCheckError {
    position: absolute;
    top: 323px;
}

.final-registration .alert1 {
    position: absolute;
    top: 87px;
}

.final-registration .alert2 {
    position: absolute;
    top: 183px;
}

.setting-password #passwordCheckError {
    position: absolute;
    top: 369px;
}

.final-registration #passwordCheckError {
    position: absolute;
    top: 186px;
}

.fa-eye:before {
    content: "\f06e";
}

.form-group.size {
    margin-bottom: 1rem;
}

#confirm-password {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.inquiry-password ul {
    padding: 2rem 2rem;
    border: 1px solid #d8d8d8;
}

.link-home {
    text-align: center;
    display: block;
}

.goodthru {
    display: flex;
}

.goodthru label {
    display: flex;
    align-items: center;
}

.goodthru label span {
    padding: 0 1rem;
}

.goodthru input {
    width: 100px;
    /* margin-right: 1rem; */
}

.logo-creditcard {
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {

    .confirm-account th,
    .confirm-account td {
        width: 100%;
        display: block;
    }

    .form-check .form-check-label {
        min-height: 18px;
        display: block;
        margin-left: 1.5rem;
        font-size: 0.75rem;
        line-height: 1.2;
        margin-right: 0.5rem;
        align-content: center;
    }

    .button-functions {
        font-size: 0.75rem;
        letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .button-functions .btn {
        font-size: 0.75rem;
        margin-left: 0.2rem;
    }

    .button-functions .py-2 {
        padding: 0.4rem 0.4rem;
    }

    .button-functions span {
        width: 3rem;
        display: inline-block;
        line-height: 1.2;
    }

    label.history {
        display: block;
    }

    label.history input {
        margin-bottom: 0.5rem;
    }
}

.icon-explanation {
    position: relative;
    left: 5px;
    top: -4px;
}

.prof-photo,
.event-photo {
    position: relative;
    margin-bottom: 3rem;
}

.prof-photo .input-image {
    left: 0;
    top: 0;
    position: relative;
}

.prof-photo h4 {
    position: relative;
    /* display: inline-block; */
}

.work-photos h4 {}

.work-photos .icon-explanation,
.prof-photo .icon-explanation,
.event-photo .icon-explanation {
    position: absolute;
    left: 245px;
    top: -3px;
}

.prof-photo .icon-explanation {
    left: 353px;
}

.work-photos.crop {
    margin-bottom: 3rem;
}

.work-photos .input-image {}

.prof-photo .icon-explanation,
.work-photos .icon-explanation {
    /* left:15px; */
}

.prof-photo h4.required:after {
    top: 0;
}

#status,
#prefecture,
#account-type,
#bank-code,
#account-number {
    width: auto;
}

#price {
    display: inline-block;
}

.price {
    display: block;
}

.calc {
    font-weight: 500;
    display: flex;
    margin-bottom: 2.5rem;
    position: relative;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
}

.calc:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 0;
    bottom: -0.5rem;
    position: absolute;
}

.work-ability_list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.work-ability_list>li {
    gap: 20px;
}

.work-ability_list>li>div:first-child {
    width: 225px;
}

#input_plural {
    /* margin: 10px 0; */
}

.prof #input_plural,
.final-registration #input_plural {
    display: flex;
    align-items: center;
}

#input_plural input.pluralBtn {
    width: 26px;
    height: 26px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

.prof #input_plural input.pluralBtn,
.final-registration #input_plural input.pluralBtn {
    margin-right: 5px;
}

#post-code {
    margin-bottom: 1rem;
    padding: 0.625rem 1rem;
}

.birth {
    margin-bottom: 3rem;
}

.short-panel {
    width: 90%;
    max-width: 600px;
}

.short-panel.medium-panel {
    max-width: 700px;
}

.login-panel .form-check .form-check-label {
    min-height: 18px;
    display: block;
    margin-left: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.login-btn,
.branch-btn,
.complete-btn {
    padding: 0 0 30px;
    /* background:#eee; */
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 0;
    align-content: center;
    text-align: center;
}

.login-btn,
.branch-btn,
.complete-btn span {
    margin-top: 0.5rem;
}

.complete-btn .note {
    text-align: left;
    width: 100%;
    max-width: 522px;
}

.complete-btn {
    /* display:
    flex; */
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.complete-btn button {
    margin-bottom: 0.5rem;
    padding: 0.875rem 3rem;
}

.login-btn button,
.pre-btn button {
    width: 260px;
    height: 60px;
}

.pre-btn button {
    width: auto;
}

.pre-btn {
    padding: 30px 0;
    /* background:#eee; */
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.pre-btn p {
    text-align: center;
    font-size: 1rem;
}

.register-panel h5 {
    display: inline-block;
    min-width: 130px;
    background: #626262;
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    margin-right: 1rem;
}

.register-panel .inquiry h5 {
    display: block;
    min-width: 130px;
    background: #494949;
    padding: 0.75rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    margin-right: 0;
}

.register-panel .fee p {
    /* display:inline-block; */
    font-size: 1rem;
}

@media screen and (max-width: 575px) {
    .login-btn {
        padding: 30px 0;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .login-btn button {
        width: 260px;
        height: 60px;
        margin: 0.4rem 0;
    }

    .pre-btn p {
        text-align: left;
    }

    .register-panel .fee p {
        font-size: 0.875rem;
    }

    .form-group.family-name,
    .form-group.personal-name,
    .form-group.family-name-kana,
    .form-group.personal-name-kana {
        width: 100%;
    }
}

footer {
    background: #dcdcdc;
    height: 64px;
    z-index: 3;
}

.toggle_switch {
    display: table;
    font-size: 30px;
}

.toggle_switch>input {
    display: none;
}

.toggle_switch>label {
    display: block;
    position: relative;
    width: 1.8em;
    height: 1em;
    border-radius: 1em;
    background-color: #bbbbbb;
    cursor: pointer;
}

.toggle_switch>input:checked+label {
    background-color: #2dcb45;
}

.toggle_switch>label::before {
    position: absolute;
    top: 0.05em;
    left: 0.05em;
    width: calc(1em - 0.1em);
    height: calc(1em - 0.1em);
    border-radius: calc(1em - 0.1em);
    background-color: #fff;
    transition: 0.5s;
    content: "";
}

.toggle_switch>input:checked+label::before {
    left: calc(100% - 1em + 0.05em);
}

/*中身を非表示にしておく*/
.option {
    display: none;
    /* height: 0; */
}

/*クリックで中身表示*/
input:checked~.option {
    display: block;
}

.toggle_switch {
    padding: 30px;
    border: 5px solid #ededed;
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 3px;
}

.toggle_switch span {
    font-size: 1rem;
    display: inline-block;
    font-weight: 500;
    position: relative;
    left: 80px;
    top: -55px;
    width: calc(100% - 80px);
}

#registed-area {
    border: 3px solid #ffc4ca;
    padding: 2rem 2rem;
    /* border-radius:12px; */
    margin-bottom: 3rem;
}

#no-regist-area {
    border: 3px solid #ffc4ca;
    padding: 2rem 2rem;
    /* border-radius:12px; */
    margin-bottom: 3rem;
}

.setting-menu .menu {
    display: flex;
    /* flex-direction: column; */
    /* height: 100px; */
    flex-wrap: wrap;
    align-content: center;
}

.setting-menu .menu {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
}

.setting-menu .menu li {
    width: 100%;
    display: flex;
    /* height: 100px; */
    /* align-content: center; */
    position: relative;
    font-size: 1rem;
}

.setting-menu .menu a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 1rem;
    text-decoration: none;
    /* line-height: 100px; */
    padding: 2.5rem 0.5rem;
}

.setting-menu .menu a:before,
.list.list-info ul li a:before,
.list.list-dealing ul.lists li a:before {
    content: "";
    /* background: url(../images/icons/arrow-menu.svg); */
    right: 10px;
    top: 16px;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.setting-menu .menu a:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.setting-menu .menu a:hover {
    color: #000;
    background-color: #f0f0f0;
}

.confirm-account th {
    width: 16rem;
}

.column-note {
    padding: 3rem 2rem 2rem;
    border: 1px solid #dbdbdb;
}

.column-note h4 {
    text-align: center;
    font-size: 1rem;
}

.column-note dl {
    padding-left: 0;
}

.column-note dl dt {
    background: #f3f3f3;
    padding: 6px 8px;
    border-radius: 2px;
    margin-bottom: 0.4rem;
}

.column-note dl dd {
    margin-bottom: 1rem;
}

.back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.back-btn .btn {
    padding: 1rem 3rem;
}

.modal-text-wrap {
    text-align: left;
    padding: 2rem;
    border: 3px solid #eee;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.modal-text-wrap.modal-security-code {
    text-align: center;
}

.modal-text-wrap.modal-security-code img {
    margin-bottom: 2rem;
}

.modal-text-wrap.modal-security-code h3 {}

.modal-text-wrap.modal-security-code p {}

a.forgot {
    margin-left: 1rem;
}

.note2 {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
}

.final-registration .note2 {
    line-height: 1.6;
}

.flow {
    width: 100%;
    /* ステップフロー全体の横幅を指定 */
    display: flex;
    /* flexboxで横並びにする */
    justify-content: space-between;
    /* 横並びにしたものを等間隔で並べる */
    list-style-type: none;
    align-items: center;
}

ul.flow {
    padding-left: 0;
}

.flow li {
    color: #333;
    /* 文字色を黒に指定 */
    font-size: 0.875rem;
    /* 文字サイズを指定 */
    width: calc(100% / 4);
    /* 横幅を三等分した1つの大きさに指定 */
    background: #eee;
    /* 背景色をグレーに指定 */
    /* 行間(高さの代わり)を指定 */
    text-align: center;
    /* 文字を中央寄せにする */
    position: relative;
    /* 基準位置とする */
    line-height: 1.2;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    line-height: 1.5;
    font-weight: 500;
    flex-direction: column;
}

.flow li:not(:first-child):not(:last-child) {
    padding: 0 0 0 10px;
    /* 最初と最後以外には左に適度な余白を指定 */
}

.flow li::before,
.flow li::after {
    content: "";
    /* 疑似要素では必須 */
    width: 0;
    /* 横幅を0に指定 */
    height: 0;
    /* 高さを0に指定 */
    display: block;
    /* ブロック要素にする */
    position: absolute;
    /* 相対位置に指定 */
}

.flow li::before {
    border: solid 50px transparent;
    /* 32pxのborderを指定 */
    border-right: solid 10px transparent;
    /* 幅を合わせるため右線は13pxにする */
    border-left: solid 10px #fff;
    /* 白い三角形を作成して▷の形で上に重ねて削り取る */
    top: 0px;
    /* 重ねる位置(縦軸)を調整 */
    left: 1px;
    /* 重ねる位置(横軸)を調整 */
    z-index: 1;
    /* 重なり順を指定 */
}

.flow li::after {
    border: solid 50px transparent;
    /* 25pxのborderを指定 */
    border-left: solid 10px #ededed;
    /* 左のborderで背景色と同じ▶の部分を作成する */
    border-right: solid 10px transparent;
    /* 幅を合わせるために右線は10pxにする */
    top: 0px;
    /* 重ねる位置(縦軸)を調整 */
    right: -20px;
    /* 重ねる位置(横軸)を調整 */
    z-index: 2;
    /* 重なり順の優先度を他よりも上げる */
}

.flow li:first-child::before,
.flow li:last-child::after {
    content: none;
    /* 最初のliの左と最後のliの右は作らない */
}

/* 以下.currentだけ色を変えるCSS */

.flow li.current {
    color: #fff;
    background: #000;
}

.flow li.current::after {
    border-left: solid 10px #000;
}

.flow li div {
    display: block;
    padding: 0 0.3rem;
}

.dealing .flow .date {
    color: #a8a8a8;
    display: block;
}

.dealing h3 {
    margin-top: 3rem;
    line-height: 1.3;
}

.dealing h3:before {
    height: 2px;
    background: #141414;
}

.dealing dl {
    font-size: 1rem;
    padding-left: 0;
}

@media only screen and (max-width: 1299px) {
    .flow li div span {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .flow li {
        height: 72px;
    }

    .flow li::after {
        border: solid 36px transparent;
        border-left: solid 10px #ededed;
        border-right: solid 10px transparent;
    }

    .flow li::before {
        border: solid 36px transparent;
        border-right: solid 10px transparent;
        border-left: solid 10px #fff;
    }
}

.photo-transform {
    /* transform: scale(0.5); */
    width: 1000px;
    transform: translate(-25%, -25%) scale(0.5);
    margin-right: -500px;
    margin-bottom: -480px;
}

.artist-prof .photo-transform,
.final-registration .photo-transform {
    width: 300px;
    transform: translate(0, 0) scale(1);
    margin-right: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
}

.events .photo-transform {
    /* transform: scale(0.5); */
    width: 1000px;
    transform: translate(-25%, -25%) scale(0.5);
    margin-right: -500px;
    margin-bottom: -360px;
}

.artist-prof .imageBox,
.final-registration .imageBox {
    width: 300px;
    height: 300px;
}

.events .imageBox {
    width: 1000px;
    height: 750px;
}

.artist-prof .imageBox .thumbBox,
.final-registration .imageBox .thumbBox {
    border: 10px solid rgb(202 202 202 / 90%);
}

.cropped {
    width: 100%;
    padding: 5px;
    border: 1px solid #b1b1b1;
    margin-top: 1rem;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
}

.events .cropped {
    width: 400px;
}

.artist-prof .cropped,
.final-registration .cropped {
    width: 215px !important;
}

.cropped img {
    width: 200px;
    height: auto;
    margin: 0 1px;
}

.works .cropped img {
    min-height: 200px;
    /* object-fit: cover; */
}

.works .cropped.multiple {
    width: 100%;
    min-height: 215px;
    display: flex;
    gap: 10px;
    padding-left: 35px;
}

.works .cropped.multiple img {
    height: 200px;
}

.works .cropped .image-container {
    position: relative;
    display: inline-block;
    z-index: 3;
}

.works .cropped .image-container:hover img {
    position: relative;
    z-index: 1;
}

.cropped .delete-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("../images/delete.png");
    background-size: cover;
    opacity: 0;
    cursor: pointer;
    z-index: 4;
}

.artist-prof .cropped img {
    width: 200px;
}

.events .cropped img {
    width: 386px;
}

.crop .action .btn {
    background: #000;
    color: #fff;
}

.crop .action #btnZoomOut.btn,
.crop .action #btnZoomIn.btn {
    background: #fff;
    color: #000;
    border: 1px solid;
}

.received a {
    color: #fff;
}

.result-summary {
    margin-top: 20px;
}

.result-summary p {
    color: #212121;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Shippori Mincho B1", serif;
}

.result-summary p span {
    background: #4a4a4a;
    color: #fff;
    font-weight: 100 !important;
    padding: 0 0.5rem;
}

.shipping-archive,
.card-archive {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.shipping-archive .edit-btn,
.card-archive .edit-btn {
    display: flex;
    justify-content: flex-end;
}

.shipping-archive>div,
.card-archive>div {
    margin: 2rem 0;
    position: relative;
    min-height: 144px;
    display: flex;
    align-items: center;
}

.card-archive>div {
    min-height: 80px;
}

.card-archive>div {}

.shipping-archive>div:after,
.card-archive>div:after {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: calc(100% - 1rem);
    height: 1px;
    background: #e0e0e0;
    content: "";
}

.shipping-archive>div h4 {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0.4rem 0.4rem 0.4rem;
    background: #e3e3e3;
    display: inline-block;
    border-radius: 3px;
    min-width: 140px;
    text-align: center;
    line-height: 1;
}

.shipping-archive .edit-btn button,
.card-archive .edit-btn button {
    margin: 1rem;
    max-height: 50px;
}

.shipping-archive>div:nth-child(odd):after,
.card-archive>div:nth-child(odd):after {
    left: 1rem;
}

.addition {
    /* display:
    flex; */
    /* justify-content: flex-end; */
}

.card-archive .number {
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .shipping-archive>div:nth-child(odd):after {
        left: 1rem;
    }
}

@media screen and (max-width: 575px) {

    .shipping-archive>div:after,
    .card-archive>div:after {
        left: 1rem;
        width: calc(100% - 2rem);
    }

    .shipping-archive .edit-btn,
    .card-archive .edit-btn {
        justify-content: flex-start;
    }

    .shipping-archive .edit-btn button,
    .card-archive .edit-btn button {
        margin: 1rem 0;
    }

    .shipping-archive>div:nth-child(odd):after,
    .card-archive>div:nth-child(odd):after {
        content: none;
    }

    .shipping-archive>div,
    .card-archive>div {
        min-height: auto;
        height: auto;
        margin: 2rem 0 0;
    }

    .shipping-archive>div:nth-child(even),
    .card-archive>div:nth-child(even) {
        margin: 0 0 2rem;
        /* padding-bottom: 1rem; */
    }
}

@media screen and (max-width: 540px) {
    .photo-transform {
        /* transform: scale(0.5); */
        width: 1000px;
        transform: translate(-35%, -35%) scale(0.3);
        margin-right: -700px;
        margin-bottom: -680px;
        overflow: hidden;
    }

    .events .photo-transform {
        width: 1000px;
        transform: translate(-35%, -35%) scale(0.3);
        margin-right: -700px;
        margin-bottom: -500px;
    }

    .cropped {
        width: 100% !important;
    }

    .events .cropped {
        width: 200px;
    }

    .events .cropped img {
        width: 100%;
    }

    .cropped img {
        width: 130px;
    }

    label.input-image {
        display: block;
        width: 300px;
    }

    .crop .action .btn {
        padding: 0.875rem 0.875rem;
    }
}

@media screen and (max-width: 340px) {
    .cropped {
        max-width: 300px;
    }
}

#color-menu input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/* チェックボックス01 */
#color-menu input[type="checkbox"] {
    display: none;
}

.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    width: auto;
}

.radio01::before {
    background: #fff;
    border: 1px solid #231815;
    content: "";
    display: block;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
    left: 5px;
}

.radio01::after {
    border-right: 3px solid #595959;
    border-bottom: 3px solid #595959;
    content: "";
    display: block;
    height: 14px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
}

#color-menu li {
    display: flex;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

#color-menu .radio01 {
    padding: 5px 5px;
    position: relative;
    width: auto;
    font-size: 0.75rem;
    letter-spacing: 0;
}

#color-menu .color .radio01::before {
    border-radius: 14px;
    height: 28px;
    width: 28px;
    margin-top: 0;
    top: -0.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
}

#color-menu {
    padding-left: 0;
}

#color-menu .color {
    margin-top: 1.5rem;
}

#color-menu .color .radio01::after {
    left: calc(50% - 8px);
    top: -12px;
    border: none;
}

.color .radio01.color1::before {
    border-color: #c5c5c5;
}

#color-menu .color .radio01.color2::before {
    border-color: #c5c5c5;
    background-color: #c5c5c5;
}

#color-menu .color .radio01.color3::before {
    border-color: #000;
    background-color: #000;
}

#color-menu .color .radio01.color4::before {
    border-color: #ab7444;
    background-color: #ab7444;
}

#color-menu .color .radio01.color5::before {
    border-color: #d5bc95;
    background-color: #d5bc95;
}

#color-menu .color .radio01.color6::before {
    border-color: #e2e07b;
    background-color: #e2e07b;
}

#color-menu .color .radio01.color7::before {
    border-color: #91ce65;
    background-color: #91ce65;
}

#color-menu .color .radio01.color8::before {
    border-color: #5893c5;
    background-color: #5893c5;
}

#color-menu .color .radio01.color9::before {
    border-color: #5877c5;
    background-color: #5877c5;
}

#color-menu .color .radio01.color10::before {
    border-color: #ea9696;
    background-color: #ea9696;
}

#color-menu .color .radio01.color11::before {
    border-color: #f44336;
    background-color: #f44336;
}

#color-menu .color .radio01.color12::before {
    border-color: #eaac51;
    background-color: #eaac51;
}

#color-menu .color .radio01.color13::before {
    border-color: #e3e2d5;
    background: rgb(227, 226, 213);
    background: linear-gradient(0deg,
            rgba(227, 226, 213, 1) 0%,
            rgba(201, 147, 33, 1) 100%);
}

#color-menu .color .radio01.color14::before {
    border-color: #dfdfdf;
    background: rgb(223, 223, 223);
    background: linear-gradient(0deg,
            rgba(223, 223, 223, 1) 0%,
            rgba(172, 172, 172, 1) 100%);
}

#color-menu .color .radio01.color15::before {
    border-color: #cef5f5;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(206, 245, 245, 1) 100%);
}

input[type="checkbox"]:checked+.checkbox01::after {
    opacity: 1;
}

/* ラジオボタン01 */
#color-menu input[type="radio"] {
    display: none;
}

.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.radio01::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.radio01::after {
    background: linear-gradient(0deg,
            rgb(237 237 237) 0%,
            rgb(227 227 227) 100%);
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 4px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 16px;
}

#color-menu input[type="radio"]:checked+.radio01::after {
    opacity: 1;
}

#color-menu input:valid~label,
#color-menu textarea:valid~label {
    top: 0;
    margin: 0;
}

.prof-switch {
    padding-left: 2rem;
}

.btn,
.navbar .navbar-nav>a.btn {
    padding: 14px 24px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #001737;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
    color: #001737;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #f2125e;
    border-color: #f2125e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d20c4f !important;
    border-color: #c60b4a !important;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 54, 118, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #f2125e;
    border-color: #f2125e;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c60b4a;
    border-color: #ba0a46;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 54, 118, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(114, 113, 113, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(114, 113, 113, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #17c964;
    border-color: #17c964;
}

.btn-success:hover {
    color: #fff;
    background-color: #13a753;
    border-color: #129b4d;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 209, 123, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #17c964;
    border-color: #17c964;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #129b4d;
    border-color: #109048;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 209, 123, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #2b80ff;
    border-color: #2b80ff;
}

.btn-info:hover {
    color: #fff;
    background-color: #0569ff;
    border-color: #0063f7;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 147, 255, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #2b80ff;
    border-color: #2b80ff;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0063f7;
    border-color: #005eea;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 147, 255, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ff8300;
    border-color: #ff8300;
}

.btn-warning:hover {
    color: #fff;
    background-color: #d96f00;
    border-color: #cc6900;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 117, 6, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ff8300;
    border-color: #ff8300;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc6900;
    border-color: #bf6200;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 117, 6, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-light:hover {
    color: #212529;
    background-color: lightgray;
    border-color: #cdcdcd;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #cdcdcd;
    border-color: #c6c6c6;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-primary {
    color: #f2125e;
    border-color: #f2125e;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #f2125e;
    border-color: #f2125e;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 18, 94, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #f2125e;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f2125e;
    border-color: #f2125e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 18, 94, 0.5);
}

.btn-outline-secondary {
    color: #392ccd;
    border-color: #392ccd;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #392ccd;
    border-color: #392ccd;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 44, 205, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #392ccd;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #392ccd;
    border-color: #392ccd;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 44, 205, 0.5);
}

.btn-outline-success {
    color: #17c964;
    border-color: #17c964;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #17c964;
    border-color: #17c964;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 201, 100, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #17c964;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #17c964;
    border-color: #17c964;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 201, 100, 0.5);
}

.btn-outline-info {
    color: #2b80ff;
    border-color: #2b80ff;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #2b80ff;
    border-color: #2b80ff;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 128, 255, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #2b80ff;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #2b80ff;
    border-color: #2b80ff;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 128, 255, 0.5);
}

.btn-outline-warning {
    color: #ff8300;
    border-color: #ff8300;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ff8300;
    border-color: #ff8300;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 131, 0, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ff8300;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ff8300;
    border-color: #ff8300;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 131, 0, 0.5);
}

.btn-outline-danger {
    color: #ff0000;
    border-color: #ff0000;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff0000;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-light {
    color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #e6e6e6;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-outline-dark {
    color: #000000;
    border-color: #000000;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #000000;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.pagination .page-item {
    border-bottom: none !important;
}

.pagination .page-item::after {
    background-image: none !important;
}

.pagination .page-item .page-link {
    color: #000000;
    z-index: 1;
    background-color: white;
    border-color: #000000;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination .page-item.active .page-link {
    color: white;
    z-index: 1;
    background-color: #000000;
    border-color: white;
}

/* .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
} */
.pagination .page-item .page-link:hover {
    color: white;
    z-index: 1;
    background-color: #000000;
    border-color: white;
}

.pagination .page-item.last-page .page-link,
.pagination .page-item.first-page .page-link {
    color: white;
    z-index: 1;
    background-color: #000000;
    border-color: white;
}

.hasPrivate,
.hasPublic {
    color: white;
    background-color: #000000;
    border-color: white;
}

.add-selection_product_size span {
    width: 30px;
    height: 30px;
    border: 1px solid #eeeeee;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 27px;
    margin: 0px 5px;
}

.add-selection_product_size span:hover {
    cursor: pointer;
}

.btnPreview {
    color: white;
    background-color: #000;
    border-radius: 5px;
}

.list .check-bar {
    padding-left: 0px;
}

.change-text-color {
    color: white;
}

.cropped .delete-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background-image: url(../images/delete.png);
    background-size: cover;
    opacity: 1;
    cursor: pointer;
}

.cropped .image-container {
    position: relative;
    display: inline-block;
    /* border: 1px solid #cecdcd; */
}

/* .cropped .image-container:hover .delete-icon {
    opacity: 1;
} */
.cropped .trimming-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #000;
    color: #f1f1f1;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    font-size: 0.9rem;
    cursor: pointer;
    z-index: 4;
}

.create-maker-admin #cropped_1 .trimming-image {
    right: 34.5%;
}

.cropped .trimming-image::after {
    content: "編集";
}

.total-fee {
    position: relative;
}

.total-fee .fee {
    font-weight: 600;
    font-size: 1.25rem;
}

#preview-maker.remodal {
    max-width: 1500px !important;
}

.total-fee .fee {
    font-weight: 600;
    font-size: 1.25rem;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

/* .table-wrapper {
    width: 100%;
    position: relative;
    overflow: auto;
    min-height: 600px;
    max-height: 750px;
} */

.sticky-col {
    position: sticky;
    background-color: white;
    z-index: 2;
}

.dropdown.show .dropdown-menu {
    will-change: initial !important;
}

button.swal2-confirm.swal2-styled {
    width: 140px;
    padding: 0.5em 1em;
}

button,
input,
textarea {
    font-family: 'Shippori Mincho B1', serif;
}

.hidden-field {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    float: left;
}

td:hover .hidden-field {
    overflow: unset;
    display: block;
    -webkit-box-orient: unset;
}

.swal2-popup .swal2-styled.swal2-cancel {
    width: 140px;
    padding: 0.5em 1em;
}

.swal2-popup .swal2-title {
    font-size: 1.5em !important;
    line-height: 1.25em !important;
}

.swal2-popup .swal2-actions {
    margin: 1.25em auto 1.875em;
}

div.swal2-icon {
    width: 4.5em;
    height: 4.5em;
    line-height: 4.5em;
}

.hidden {
    display: none;
}

.circle-trimming .cropper-crop-box,
.circle-trimming .cropper-view-box {
    border-radius: 50%;
}

.circle-trimming .cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}

.icon-explanation {
    display: none !important;
}

.cropped .loading-box {
    width: 200px;
    min-height: 200px;
    background: #0003;
    margin: 0 1px;
}

.cropped.circle .loading-box {
    border-radius: 50%;
    border: 1px solid #bfbfbf;
}


.loading-box {
    width: 100%;
    height: 100%;
}

.cropped .loading-box .original-load {
    display: flex;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;

    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: original 2400ms linear infinite;
    animation: original 2400ms linear infinite;
}

.cropped .loading-box .original-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: original 2700ms linear infinite;
    animation: original 2700ms linear infinite;
}

.cropped .loading-box .original-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: original 1800ms linear infinite;
    animation: original 1800ms linear infinite;
}

@-webkit-keyframes original {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes original {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.product-content .marks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 30px;
    flex-wrap: wrap;
}

.product-content .marks .icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.product-content .marks .icons .guarantee {
    padding-top: 55px;
    background: url(../images/img/guarantee.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 44px;
    background-position: center top;
}

.product-content .marks .icons>div {
    min-width: 80px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666666;
}

.product-content .btn_guarantee {
    border: 2px solid #c3c3c3;
    font-size: 0.78rem;
    padding: 5px 10px;
    color: #5f656c !important;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-icon {
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

.btn-icon:focus {
    outline: none;
}

.form-check-ar .form-check-label input[type="checkbox"]:checked+.input-helper:after {
    position: absolute;
    top: 50%;
    left: -18px !important;
    transform: translateY(-50%);
}

button.btn-link {
    padding: 0 !important;
    color: #000;
    text-decoration: underline;
}

button.btn-link:hover {
    color: #000;
    font-weight: 700;
}

/* Remove border when clicked (focus state) */
button.btn-link:focus {
    border-color: transparent;
    /* Make border invisible */
    outline: none;
    /* Remove default focus outline */
}

.form-group .year {
    display: table;
}

.whitespace-pre-line {
    white-space: pre-line !important;
}

@media (max-width: 515px) {

    .date-box_calender,
    .ggmap-attribute {
        display: block !important;
    }
}

@media (max-width: 375px) {
    .phone-box_number {
        display: block !important;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cursor-not-allowed pointer-events-none {
    cursor: not-allowed;
}

.pointer-events-none {
    pointer-events: none;
}

.btn-add-mobile {
    padding: 10px;
    background: #d5d5d5;
    font-size: 0.875rem;
    text-decoration: none !important;
    border-radius: 4px;
}

.permanent-link {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.permanent-link p {
    margin-bottom: 0;
    white-space: nowrap;
}

.permanent-link a {
    white-space: normal;
    word-break: break-word;
}

.font-bold {
    font-weight: 700;
}

@media (max-width: 575px) {
    .permanent-link {
        display: block;

    }
}

.btn-download {
    font-size: 0.875rem;
    padding: 0.62rem 1rem;
    border-radius: 4px;
    line-height: 1;
    text-decoration: none;
    top: 50%;
    right: 12.3rem;
    position: absolute;
    transform: translateY(-50%);
    transition: 0.5s;
    text-decoration: underline !important;
    color: white !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-right: 280px;
}

.btn-download a {
    color: white !important;
}

p.note-admin {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.mobile-create-item {
    border: 1px solid #636464;
    padding: 0.7rem;
    border-radius: 0px;
    margin: 0 auto;
    width: 100%;
    color: white;
    font-size: 14px;
    background: #d5d5d5;
    border-radius: 5px;
    text-align: center;
}

.preserve-linebreaks {
    white-space: pre-line;
    font-size: 13px;
    color: #667085;
}