/* カスタマイズ用CSS */
.p-top__main-visual-catch-label {
    font-size: 2.5em;
    line-height: 1.5;
}
.p-top__main-visual-catch {
    padding: 32px;
    background: rgba(0,0,0,0.75);
}
.p-top__main-visual-catch-label,
.p-top__main-visual-catch-text {
    color: #fff;
}

/*=============================================
    #商品一覧
=============================================*/
.c-list-product__desc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*=============================================
    #商品詳細
=============================================*/
/* 関連商品見出し用CSS */
/*#RelatedProduct-product_area::before{*/
/*    content:'関連商品';*/
/*    font-weight: bold;*/
/*    font-size: 16px;*/
/*    border-top:1px solid #ccc;*/
/*    border-bottom:1px solid #ccc;*/
/*    padding:.5em;*/
/*    margin: 2em 0 1em;*/
/*    display: block;*/
/*}*/
#RelatedProduct-product_area ul.ec-shelfGrid {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    padding: 0 15px 15px;
    margin-top: 40px;
    box-sizing: border-box;
    position: relative;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li .ec-shelfGrid__item-block {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li .ec-shelfGrid__item-block a {
    display: block;
    color: #333;
    text-decoration: none;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li .ec-shelfGrid__item-block a .ec-shelfGrid__item-related-image {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li .ec-shelfGrid__item-block a .ec-shelfGrid__item-related-image:after {
    content: "";
    display: block;
    padding-top: 100%;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li .ec-shelfGrid__item-block a .ec-shelfGrid__item-related-image .ec-shelfGrid__item-image {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li .ec-shelfGrid__item-block a .ec-shelfGrid__item-related-image .ec-shelfGrid__item-image img {
    min-width: 1px;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li .ec-shelfGrid__item-block a .ec-shelfGrid__item-related-name {
    font-size: .875em;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    word-break: break-word;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li .ec-shelfGrid__item-block a .ec-shelfGrid__item-related-price {
    color: rgba(51,51,51,.6);
    font-size: .75em;
    font-weight: 700;
    margin: 4px 0 0;
}
#RelatedProduct-product_area ul.ec-shelfGrid > li .ec-shelfGrid__item-block a .ec-shelfGrid__item-related-description {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*=============================================
    #フッター
=============================================*/
.b-footer__sns-link.is-youtube:before {
    background-image: url(../../../template/ss4001/assets/img/common-sprites.png);
    background-position: -54px -54px;
    width: 34px;
    height: 34px;
}
/*=============================================
    #カート内
=============================================*/
.p-shopping__info-text {
    margin: 16px 0;
    margin-bottom: 32px;
    padding: 16px;
    color: rgba(51,51,51,.8);
    font-size: 12px;
    border-radius: 4px;
    background: #FFEBEE;
}
/*=============================================
    #Veritrans4G Shopping
=============================================*/
.ec-orderPayment {
    margin-top: 0.875em; 
}
.ec-rectHeading h2 {
    margin-top: 0px;
    padding: 0;
    padding-bottom: 20px;
    color: rgba(51,51,51,.8);
    border-bottom: 1px solid rgba(0,0,0,.12);
    background: #fff;
    /* border-left: solid 3px rgba(0,0,0,.12);
    border-bottom: solid 1px rgba(0,0,0,.12); */
    font-size: 1.125rem;
    font-weight: 700;
}
h2.vt4g_toggle_title {
    padding-bottom: 0;
}
.ec-para-normal {
    margin-bottom: 16px;
}
.ec-color-red {
    color: #DE5D50;
}
.ec-borderedDefs {
    width: 100%;
    border: none;
    margin-bottom: 16px;
}
.ec-borderedDefs dl {
    display: flex;
    border: none;
    margin: 0;
    padding: 15px 0 4px;
    flex-wrap: nowrap;
}
.ec-borderedDefs dt {
    font-weight: normal;
    width: 25%;
    padding-top: 0;
}
.ec-label {
    display: inline-block;
    max-width: 100%;
    color: rgba(51,51,51,.8);
    font-size: 16px;
    font-weight: 700;
}
.ec-required {
    margin-left: 1em;
    padding: 2px 5px;
    background: #FF0000;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}
.ec-borderedDefs dd {
    flex: 1;
    padding: 0;
    line-height: 2.5;
}
.ec-input input {
    display: block;
    width: 80%;
    padding: 12px 16px 14px;
    color: rgba(0,0,0,.87);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.38);
}
.ec-orderPayment .ec-select {
    display: flex;
    justify-content: flex-start;
	align-items: center;
}
.ec-orderPayment .select-wrap {
    position: relative;
    width: 120px;
}
.ec-orderPayment .select-text {
    margin-left: 10px;
    margin-right: 10px;
}
.ec-orderPayment .select-wrap:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #777;
    border-left: 2px solid #777;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
}
.ec-orderPayment .ec-select select {
    position: relative;
    padding: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ec-orderPayment .ec-select select::-ms-expand {
  display: none;
}
.ec-orderPayment .ec-select .form-control {
    padding: 12px 16px 14px;
    margin-right: 10px;
    color: rgba(0,0,0,.87);
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.38);
}
.ec-orderPayment .ec-para-normal {
    margin: 0;
    margin-top: 8px;
    margin-bottom: 16px;
}
.ec-orderPayment .ec-halfInput input {
    padding: 6px 16px;
    color: rgba(0,0,0,.87);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.38);
}



.vt4g_from_input_text__payment_term_day {
    width: 63px;
    width: 4.5em;
    display: inline;
}

.vt4g_from_input_text__veritrans_id_prefix {
    width: 266px;
    width: 19em;
}

.vt4g_from_input_text__small {
    width: 252px;
    width: 18em;
}

.vt4g_from_input_text__medium {
    width: 336px;
    width: 24em;
}

.vt4g_from_input_text__large {
    width: 728px;
    width: 52em;
}

.vt4g_file_button.btn-ec-conversion:disabled {
    cursor: auto;
}

@media only screen and (max-width: 1279px){
    .vt4g_from_input_text__large {
        width:100%;
    }
}
.vt4g_payment_credit .ec-label p {
    margin: 0;
    line-height: 1;
}
.vt4g_payment_credit table {
    width: 100%;
    border-spacing: 0;
}
.vt4g_payment_credit table thead tr th,
.vt4g_payment_credit table tbody tr td {
    padding: 0 8px;
    border: 1px solid rgba(0,0,0,0.12);
}
.vt4g_payment_credit table thead tr th {
    margin-bottom: -1px;
    background: #f2f3f5;
}
.vt4g_payment_credit table tbody tr td {
    margin-top: -1px;
}
.vt4g_from_input_textarea {
    min-height: 160px;
}

.vt4g_from_input_choice .form-check {
    display: inline-block;
    margin-right: 20px;
}

.vt4g_from_input_choice .form-check:last-child {
    margin-right: 0px;
}

.vt4g_payment_credit .form-error-icon,
.vt4g_payment_cvs .form-error-icon {
    display: none;
}

.vt4g_payment_credit .ec-errorMessage,
.vt4g_payment_credit .form-error-message,
#vt4g-credit-retrade .form-error-message,
#vt4g-credit-account .form-error-message {
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #DE5D50;
}

.vt4g_card_list .vt4g_card_list__item {
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px dotted #ccc;
}

.vt4g_card_list .vt4g_card_list__remove {
    vertical-align: middle;
    padding: 16px;
    text-align: center;
}

.vt4g_card_list .vt4g_card_list__remove .ec-icon img {
    width: 1em;
    height: 1em;
}

.vt4g_card_list .vt4g_card_list__card {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    margin-right: 4em;
    width: 90%;
}

.vt4g_toggle_title {
    position: relative;
    cursor: pointer;
    padding-right: 50px !important;
}

.vt4g_toggle_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media screen and (max-width: 839px) {
    #RelatedProduct-product_area ul.ec-shelfGrid > li {
        width: 50%;
    }
    .c-detail-product__profile {
        width: 60%;
    }
    /*=============================================
        #Veritrans4G Shopping
    =============================================*/
    .ec-rectHeading h2 {
        padding-bottom: 16px;
    }
    h2.vt4g_toggle_title {
        padding-bottom: 4px;
    }
    .ec-para-normal {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .ec-borderedDefs {
        width: 100%;
        border: none;
        margin-bottom: 16px;
    }
    .ec-borderedDefs dl {
        display: block;
    }
    .ec-borderedDefs dt {
        width: 100%;
    }
    .ec-label {
        margin-bottom: 8px;
        font-size: .875rem;
    }
    .ec-borderedDefs dd {
        margin: 0;
        width: 100%;
    }
    .ec-input input {
        width: 90%;
    }
    .ec-orderPayment .ec-select {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .ec-orderPayment .select-wrap {
        position: relative;
        width: 110px;
    }
    .ec-orderPayment .select-text {
        margin-left: 4px;
        margin-right: 4px;
        font-size: 12px;
    }
    .ec-orderPayment .ec-para-normal {
        margin: 0;
        margin-top: 8px;
    }
}
@media screen and (max-width: 479px) {
    .p-top__main-visual-catch-label {
      font-size: 1.5625em;
      line-height: 1.1;
    }
    .p-top__main-visual-catch {
        padding: 0;
        background: transparent;
    }
    .p-top__main-visual-catch-label,
    .p-top__main-visual-catch-text {
        color: #000;
    }
    #RelatedProduct-product_area ul.ec-shelfGrid > li {
        width: 50%;
        padding: 0 15px 15px;
        margin-top: 0;
    }
    .c-detail-product__profile {
        width: 100%;
    }
}