/* カスタマイズ用CSS */


/* 共通 */

.mtop_20 {
    margin-top: 20px;
}

.align-middle {
    vertical-align: middle !important;
}

.text-white {
    color: white !important;
}


/* 既存修正 */

.ec-borderedDefs dd {
    line-height: 2em;
}

@media only screen and (min-width: 768px) {
    .ec-borderedDefs dd {
        line-height: 2em;
    }
}

.ec-para-normal {
    margin: 16px 4%;
}

.ec-reportHeading {
    border-top: none;
}

.ec-off3Grid .ec-off3Grid__cell {
    width: 90%;
    margin: 0px 5%;
}

.ec-headerNaviRole {
    padding: 15px 10px;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .ec-headerNaviRole {
        padding: 15px 20px;
    }
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% / 4);
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(100% * 3 / 4);
}

.ec-headerNaviRole .logo {
    height: 30px;
    width: auto;
}

.ec-cartNavi_Link {
    color: black;
}

.ec-cartNavi_Link:hover {
    color: black;
}

.ec-cartNavi_orig {
    min-width: 0;
    height: auto;
    padding: 9px 17px 0px;
    background: none;
}

.ec-pointNavi_orig {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    width: auto;
    min-width: 0px;
    padding: 5px 17px 4px;
    white-space: nowrap;
    background: #F0F0F0;
    margin-top: 7px;
    text-align: right;
    color: #333333;
}

@media only screen and (max-width: 640px) {
    .ec-headerNaviRole .logo {
        height: 20px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: calc(100% / 5);
    }
    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: calc(100% * 4 / 5);
    }
    .ec-headerNav .ec-headerNav__itemIcon {
        margin-right: 8px;
        margin-left: 8px;
    }
    .ec-cartNavi_orig {
        min-width: 0;
        height: auto;
        padding: 9px 18px 0px 10px;
        background: none;
    }
}

.ec-sliderRole {
    padding-left: 0px;
    padding-right: 0px;
    max-width: initial;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    bottom: -8px;
    z-index: 1;
}

.slick-dots li {
    width: 16px;
    height: 16px;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
}

.slick-dots li button:before {
    width: 8px;
    height: 8px;
}

@media only screen and (min-width: 768px) {
    .slick-dots li {
        width: 20px;
        height: 20px;
    }
    .slick-dots li button {
        width: 20px;
        height: 20px;
    }
    .slick-dots li button:before {
        width: 12px;
        height: 12px;
    }
}


/*
@media only screen and (min-width: 768px) {
    .ec-headerNaviRole {
        padding-bottom: 40px;
    }
}
*/

.ec-searchnavRole {
    padding-left: 20px;
    padding-right: 20px;
}

.ec-pageHeader h1 {
    padding: 0px;
    line-height: 44px;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .ec-pageHeader h1 {
        padding: 8px;
        line-height: normal;
        font-size: 32px;
    }
}

.ec-newItemRole .ec-newItemRole__listItem a {
    color: black;
}

.ec-newItemRole .ec-newItemRole__listItem.last a {
    color: white;
}

.ec-borderedDefs {
    border-top: none;
}

.ec-productRole {
    margin-top: 40px;
}

.ec-shelfRole .ec-shelfGrid__item span {
    padding-right: 6px;
}

.ec-shelfRole .ec-shelfGrid__item .ec-numberInput input[type='number'] {
    height: 34px;
    width: 80px;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-weight: bold;
}

.ec-productRole .ec-productRole__price {
    color: #525263;
}

.ec-productRole .ec-price .ec-price__price {
    color: #DE5D50;
}

.ec-productRole .ec-price .ec-price__yen {
    font-size: 0.8em;
}

.ec-productRole .ec-productRole__code {
    line-height: 1.8em;
}

.ec-productRole .ec-productRole__code .ec-price__tax {
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__code .ec-price__tax {
        font-size: 16px;
    }
}

.ec-productRole .ec-productRole__actions span {
    padding-right: 10px;
}

.ec-productRole .ec-productRole__actions .ec-numberInput input[type='number'] {
    height: 34px;
    width: 80px;
}

.ec-productRole .ec-productRole__description {
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 20px;
}

.btn-fake[disabled] {
    background: #525263;
    border-color: #525263;
    cursor: default;
    opacity: 1;
}

.btn-fake[disabled]:hover {
    background: #525263;
    border-color: #525263;
}

.ec-productRole .ec-productRole__code .product-code-default a {
    color: #DE5D50;
    text-decoration: underline;
}

.ec-productRole .ec-productRole__code .product-code-default a:hover {
    color: #c55045;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__btn {
        margin: 16px 0px;
    }
}

.ec-orderRole .ec-imageGrid .ec-imageGrid__content p a {
    color: #DE5D50;
    text-decoration: underline;
}

.ec-orderRole .ec-imageGrid .ec-imageGrid__content p a:hover {
    color: #c55045;
    text-decoration: none;
}

.ec-cartRow .ec-cartRow__img {
    width: 20%;
}

.ec-para-normal {
    margin-left: 4%;
}

.ec-welcomeMsg {
    border-bottom: none;
}

.ec-off1Grid .ec-off1Grid__cell_orig {
    text-align: center;
}

.ec-addressRole .ec-addressRole__actions_orig {
    margin-top: 0px;
    text-align: center;
}

.ec-imageGrid {
    border: none;
}

.ec-selects {
    border: none;
    padding: 0px 12px;
}

.ec-orderAccount .ec-orderAccount__account {
    margin: 0px;
    padding: 0px 12px;
}

.ec-orderDelivery .ec-orderDelivery__title {
    padding: 16px 12px 17px;
}

.ec-orderDelivery .ec-orderDelivery__change {
    right: 12px;
}

.ec-orderDelivery .ec-orderDelivery__address {
    margin: 10px 12px 18px;
}

.ec-orderRole .ec-imageGrid__content {
    line-height: 1.8em;
}

.ec-radio,
.ec-blockRadio,
.ec-input {
    margin: 0px 12px;
}

.meeting_term {
    height: 250px;
    overflow: scroll;
    border: solid 1px #ccc;
    padding: 10px 14px;
}

.meeting_term_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.meeting_note_check {
    padding: 20px 0px 10px;
}

.meeting_note_check label {}

.meeting_note_btn_back {
    margin: 50px 25% 0px;
}

.meeting_note_btn_back .ec-blockBtn--cancel {}

#stripe-card-box.form-row {
    margin: 0px 12px;
}


/* product/list */

.ec-productName {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.ec-productListDiscript {
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 5px;
}

.ec-productPrice {
    font-size: 14px;
    margin: 5px auto 10px;
    color: #DE5D50;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .ec-productPrice {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-footerRole .ec-footerRole__inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-cartNaviNull {
        margin-right: -80px;
    }
}


/* artist/list */

.ec-artistName {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.ec-artistDetail {
    font-size: 14px;
    margin: 10px auto;
}


/* meeting/list */

.ec-meetingTitle {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.ec-meetingPrice {
    font-size: 14px;
    margin: 5px auto;
    color: #DE5D50;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .ec-meetingPrice {
        font-size: 16px;
    }
}

.ec-meetingDate {
    font-size: 13px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .ec-meetingDate {
        font-size: 16px;
        margin-bottom: 10px;
    }
}


/* meetings/verify, meetings/room */

.video-block {
    position: relative;
    width: 100%;
    background: #eff0f4;
}

.video-block #content {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-block .their-video-block {
    width: 100%;
    /*max-width: 640px;*/
    /*height: 400px;*/
    padding-top: 5px;
}

.video-block .their-video-block.manage {
    width: 100%;
    /*max-width: 640px;*/
    /*max-height: 640px;*/
}

.video-block .my-video-block {
    width: 60px;
}

@media only screen and (min-width: 768px) {
    .video-block .my-video-block {
        width: 120px;
    }
}

.video-block .my-video-wrapper {
    position: absolute;
    right: 10px;
    bottom: 4px;
}

.video-block .my-video-wrapper::before {
    content: 'a';
    color: transparent;
    /*margin-left: -1.0em;*/
}

.ec-modal-message {
    padding-top: 20px;
    text-align: center;
}


/* meetings/room */

.video-block .time-board {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 60px;
    line-height: 60px;
    background: #000;
    opacity: 0.6;
    vertical-align: middle;
    border-radius: 10px;
}

.video-block .time-board .sec {
    opacity: 1.0;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

#CountLabel {
    text-align: center;
    margin-top: 20px;
}
#CountLabel label{
    margin: 0px;
}
#CountLabel span {
    font-size: 13px;
    color: #f00;
    font-weight: normal;
}

/* Mypage/共通 */

.mypage .ec-para-normal {
    margin-left: 0;
}

.history-table {
    border-top: 1px solid #ccc;
}

.history-table>tbody>tr>td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.history-td-date {
    width: 150px;
}

.history-td-state {
    width: 60px;
    text-align: center;
}

.mypage .badge {
    display: inline-block;
    border: 1px solid #000;
    line-height: 1;
    padding: .5rem 0.75rem;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    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;
}

.history-td-content {}

.history-td-artist {}

.history-td-point {
    width: 100px;
    text-align: right;
}

.history-pager .ec-pager {
    border-top: 1px solid #ccc;
}


/* Mypage/index */

.mypage-index {
    font-weight: bold;
    margin-bottom: 16px;
}

.ec-mypageRole.mb {
    margin-bottom: 40px;
}


/* Mypage/change */

.mypage-change-credit .info {
    line-height: 50px;
}

.mypage-change-credit span {
    padding-top: 5px;
}

.mypage-change-credit a {
    padding-left: 5px;
}

.mypage-change-credit img {
    width: 20px;
}


/* help/about, help/faq */

#page_help_original .ec-off1Grid .ec-off1Grid__cell p {
    margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
    #page_help_original .ec-pageHeader h1 {
        margin-bottom: 24px;
    }
    #page_help_original .ec-off1Grid .ec-off1Grid__cell {
        width: 90%;
        margin-left: 5%;
    }
}

#page_help_original .ec-heading-bold {
    margin: 0;
    margin-bottom: 8px;
}


/* manage専用 */

.manage_login_button {
    margin: 0 20%;
}

.manage_table {
    margin-top: 40px;
    margin-bottom: 100px;
}

.btn-manage-call {
    color: #fff;
    background-color: #437EC4;
    border-color: transparent;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.btn-manage-call:hover {
    color: #fff;
    background-color: #2963AB;
    border-color: transparent;
}

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

.btn-manage-call.disabled,
.btn-ec-conversion:disabled {
    color: #fff;
    background-color: #437EC4;
    border-color: transparent;
}

.btn-manage-call:not(:disabled):not(.disabled):active,
.btn-ec-conversion:not(:disabled):not(.disabled).active,
.show>.btn-manage-call.dropdown-toggle {
    color: #fff;
    background-color: #2963AB;
    border-color: transparent;
}

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

.btn-manage-forced {
    margin-top: 40px;
    color: #fff;
    background-color: #C04949;
    border-color: transparent;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.btn-manage-forced:hover {
    color: #fff;
    background-color: #A62E2E;
    border-color: transparent;
}

.btn-manage-logout {
    color: #fff;
    background-color: #777;
    border-color: transparent;
}

.btn-manage-logout:hover {
    color: #fff;
    background-color: #666;
    border-color: transparent;
}

.btn-manage-logout.px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.manage-none {
    background: #eff0f4;
    padding: 3.0rem;
    margin-top: 40px;
    margin-bottom: 100px;
    color: #6c757d;
}

.manage-none .h5 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}