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

body {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

.ec-inlineBtn--action {
    background: #33abff;
    border-color: #33abff;
    transition: opacity 0.2s ease-in-out;
}

.ec-inlineBtn--action:hover,.ec-inlineBtn--action:focus {
    background-color: #33abff;
    border-color: #33abff;
    opacity: .6;
}

.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus, .open > .ec-inlineBtn--action.dropdown-toggle:hover, .open > .ec-inlineBtn--action.dropdown-toggle:focus, .open > .ec-inlineBtn--action.dropdown-toggle.focus {
    background-color: #2990da;
    border-color: #2990da;
}

.ec-inlineBtn--action:active,.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle,.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus, .open > .ec-blockBtn--action.dropdown-toggle:hover, .open > .ec-blockBtn--action.dropdown-toggle:focus, .open > .ec-blockBtn--action.dropdown-toggle.focus {
    background-color: #2990da;
    border-color: #2990da;
}

.ec-blockBtn--action.disabled:hover, .ec-blockBtn--action.disabled:focus, .ec-blockBtn--action.disabled.focus, .ec-blockBtn--action[disabled]:hover, .ec-blockBtn--action[disabled]:focus, .ec-blockBtn--action[disabled].focus, fieldset[disabled] .ec-blockBtn--action:hover, fieldset[disabled] .ec-blockBtn--action:focus, fieldset[disabled] .ec-blockBtn--action.focus {
    background-color: #33abff;
    border-color: #33abff;
    opacity: .6;
}

.ec-cartRole .ec-cartRole__totalAmount {
    color: #33abff;
}

.ec-progress .is-complete .ec-progress__number {
    background: #33abff;
}

.ec-progress .is-complete .ec-progress__label {
    color: #33abff;
}

.ec-alert-warning,.ec-cartNaviNull .ec-cartNaviNull__message {
    background: #149dff;
}

/* ---------------
    ハンバーガーメニュー
--------------- */

.ec-drawerRole {
    background: #33abff;
}

.ec-drawerRole .ec-headerLinkArea {
    background: #33abff;
}

/* ---------------
    ヘッダー
--------------- */

.ec-headerNaviRole {
    height: 55px;
    max-width: none;
    padding: 0 20px;
    width: min(1080px,100%)
}

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

.ec-headerRole {
    background: url(../img/common/com-header-bg.webp) no-repeat center / cover;
    height: 80px;
    margin-bottom: 30px;
    max-width: none;
    padding: 0 20px;
}

@media only screen and (min-width: 768px) {
    .ec-headerRole {
        height: 198px;
        margin-bottom: 60px;
    }
}

.ec-headerTitle img {
    width: 200px;
}

@media only screen and (min-width: 768px) {
    .ec-headerTitle img {
        width: 345px;
    }
}

.ec-headerRole__title {
    align-items: center;
    display: flex;
    gap: 5px;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

.ec-headerRole .ec-headerRole__title {
    width: min(1080px,100%);
}

.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 0;
}

.ec-headerIllust {
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    width: min(263px,35%) !important;
}

/* --------------------
    ログイン
-------------------- */

.ec-login .ec-grid2 {
    justify-content: center;
}

.ec-layoutRole {
    min-height: 100vh;
    padding-bottom: 100px;
}

/* --------------------
    マイページ
-------------------- */

.ec-historyRole .ec-historyRole__contents {
    padding: 30px 0;
}

@media only screen and (min-width: 992px) {
    .ec-historyRole .ec-historyRole__contents {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 768px) {
    .ec-historyRole .ec-historyRole__header {
        align-items: center;
        display: flex;
        width: 20%;
    }
}

@media only screen and (min-width: 992px) {
    .ec-historyRole .ec-historyRole__header {
        width: 15%;
    }
}

.ec-historyListHeader .ec-historyListHeader__date {
    font-size: 1.7rem;
}

.ec-historyRole__detail h3 {
    margin: 1em 0;
}

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

@media only screen and (min-width: 768px) {
    .ec-historyRole .ec-historyRole__detail {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 85%;
    }
}


.ec-historyDetail__action {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 8px;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) {
    .ec-historyDetail__action {
        align-items: center;
        flex-flow: row;
        gap: 18px;
        justify-content: space-between;
        width: 518px;
    }
}

.ec-historyRole .ec-inlineBtn--cancel {
    align-items: center;
    background-color:#33abff;
    border-color: #33abff;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    letter-spacing: .1em;
    padding: 10px 30px;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}

.ec-historyRole .ec-inlineBtn--cancel:hover,.ec-historyRole .ec-inlineBtn--cancel:focus {
    opacity: .6;
}

@media only screen and (min-width: 768px) {
    .ec-historyRole .ec-inlineBtn--cancel {
        padding: 17px 30px;
        width: 253px;
    }
}

.ec-historyRole .ec-inlineBtn--cancel::after {
    background: url(../img/icon/icon-download-white.svg) no-repeat center / contain;
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
}

.ec-historyRole .ec-inlineBtn--action {
    align-items: center;
    background-color:#ffdf00;
    border-color: #ffdf00;
    color: #33abff;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    letter-spacing: .1em;
    padding: 10px 30px;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}

.ec-historyRole .ec-inlineBtn--action:hover,.ec-historyRole .ec-inlineBtn--action:focus {
    opacity: .6;
}

@media only screen and (min-width: 768px) {
    .ec-historyRole .ec-inlineBtn--action {
        padding: 17px 30px;
        width: 253px;
    }
}

.ec-historyRole .ec-inlineBtn--action::after {
    background: url(../img/icon/icon-download-blue.svg) no-repeat center / contain;
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
}

@media only screen and (min-width: 992px) {
    .ec-historyRole__detail .ec-historyListHeader__action {
        width: 518px;
    }
}

.ec-historyRole .ec-inlineBtn {
    align-items: center;
    background-color:#ffffff;
    border-color: #33abff;
    color: #33abff;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    letter-spacing: .1em;
    padding: 10px 30px;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}

.ec-historyRole .ec-inlineBtn:hover,.ec-historyRole .ec-inlineBtn:focus {
    opacity: .6;
}

@media only screen and (min-width: 768px) {
    .ec-historyRole .ec-inlineBtn {
        padding: 17px 30px;
        width: 253px;
    }
}

.ec-historyRole .ec-inlineBtn::after {
    content: "››";
    display: inline-block;
}

.ec-historyRole .ec-imageGrid {
    align-items: center;
    display: inline-flex;
}

@media only screen and (min-width: 992px) {
    .ec-historyRole .ec-imageGrid {
        width: calc(100% - 518px);
    }
}

/* --------------------
    注文履歴詳細
-------------------- */

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
    color: #33abff;
}

.ec-blockBtn--action {
    background: #33abff;
    border-color: #33abff;
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    transition: opacity 0.2s ease-in-out;
}

.ec-totalBox .ec-blockBtn--action::after {
    content: "››";
    display: inline-block;
}

.ec-blockBtn--action:hover,.ec-blockBtn--action:focus {
    background-color: #33abff;
    border-color: #33abff;
    opacity: .6;
}

/* --------------------
    商品詳細
-------------------- */
.ec-productRole .ec-productRole__price {
    color: #33abff;
}