/* カスタマイズ用CSS */
body {
    background: #fff;
}
.ec-headerNaviRole {
    /* background-color: rgba(255,255,255,.8); */
    /* border-bottom: 1px solid #CCC; */
    /* background-color: #a52326; */
    /* background-color: rgba(147,14,35,0.8); */
    background-color: rgba(168,0,39,0.85);
    max-width: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}
.ec-layoutRole {
    background-color: #fffcea;
    padding-top: 95px;
}
.ec-footerRole {
    /* background: #efefef; */
    /* background: #fffbdd; */
    /* background: #ffc57a; */
    background: #FFF;
    /* background: #ffeded; */
    /* border-top: 4px solid #f2f2f2; */
    border-top: none;
    margin-top: 30px;
}
.ec-footerNavi {
    background-color: #F5F5F5;
    color: #525263;
    padding: 10px 0;
}
.ec-blockTopBtn {
    align-items: center;
    background-color: rgba(200,200,200,0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 34px;
    width: 34px;
}
.ec-blockTopBtn span {
    /* background-color: #FFF; */
    display: block;
    height: 12px;
    position: relative;
    width: 0;
}
.ec-blockTopBtn span::before {
    background-color: #FFF;
    border-radius: 2px;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transform-origin: center -1px;
    width: 4px;
}
.ec-blockTopBtn span::after {
    background-color: #FFF;
    border-radius: 2px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    transform-origin: center -1px;
    width: 4px;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    /* border: 1px solid #CCC; */
    border: 3px solid #EEE;
}
.ec-blockBtn {
    border-radius: 6px;
}
.ec-blockBtn--action {
    background-color: #509BDE;
    border-color: #509BDE;
    border-radius: 6px;
}
.ec-blockBtn--cancel {
    border-radius: 6px;
}
.ec-footerTitle .ec-footerTitle__logo {
    margin-bottom: 30px;
}
.ec-footerTitle .ec-footerTitle__subsidy {
    color: #aaa;
    font-size: 10px;
    margin-bottom: 10px;
    transform: scale(.9);
}
.ec-footerTitle {
    /* color: #000; */
    /* color: #555; */
    color: #525263;
    /* font-size: 15px; */
    font-size: 18px;
}
.ec-footerTitle .ec-footerTitle__copyright {
    /* color: #888; */
    /* color: #ff9000; */
    color: #999999;
}
.ec-footerTitle {
    padding: 30px 0 20px;
}
.slick-initialized .slick-slide {
    /* border: 1px solid #CCC; */
    border: 4px solid #EEE;
}
.ec-sliderItemRole .slideThumb {
    border: 2px solid #EEE;
}
.ec-sliderItemRole .slideThumb img {
    width: 100%;
}
.ec-sliderItemRole .slideThumb {
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
}
.slick-slider {
    margin-bottom: 10px;
}
.ec-productRole .ec-productRole__price {
    margin-bottom: 20px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 12px;
    padding-bottom: 8px;
}
.ec-productRole .ec-productRole__description {
    margin-bottom: 24px;
}
.ec-headerTitle {
    margin-bottom: 78px;
}
.ec-headerTitle .ec-headerTitle__title h1 {
    background-color: #fffbdd;
    display: block;
    font-size: 16px;
    padding: 8px;
    /* border: 1px solid #509bde; */
    /* border-radius: 4px; */
    color: #509bde;
    letter-spacing: .05em;
    margin-bottom: 20px;
}
.ec-headerTitle .ec-headerTitle__title h1 {
    /* background-color: #aa2c40; */
    background-color: #9C273A;
    color: #FFF;
    font-weight: 700;
    left: calc(565px - 50vw);
    padding: 10px 8px 8px;
    position: absolute;
    top: -24px;
    width: 100vw;
    font-size: 22px;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    border-top: none;
}

.ec-cartNavi .ec-cartNavi__badge {
    background-color: #de5d50;
}
.ec-cartNavi {
    color: #509bde;;
}
.ec-sliderItemRole {
    padding-left: 0;
}
.ec-nameInput {
    margin-bottom: 20px;
}
.ec-cartNavi__label {
    line-height: 1;
}
.ec-headerNaviRole {
    padding-left: 32px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.ec-headerNaviRole__logo {
    display: block;
    width: 220px;
}
.c-headerBar__logo img {
    width: 172px;
    height: auto;
}
.ec-label {
    line-height: 2;
    margin-bottom: 0;
}
.ec-borderedDefs p {
    line-height: 1.8;
    margin-bottom: 3px;
    margin-top: 2px;
}
.ec-borderedDefs p + p {
    margin-top: 15px;
}
.ec-searchnavRole .errormsg {
    background-color: #fffbdd;
    display: block;
    font-size: 16px;
    padding: 8px;
    border: 1px solid #a94442;
    border-radius: 4px;
    color: #a94442;
    letter-spacing: .05em;
    margin-bottom: 20px;
    text-align: center;
}
.ec-progress .is-complete .ec-progress__number {
    /* background: #9c273a; */
    background: #ff7e6f;
}
.ec-progress .is-complete .ec-progress__label {
    /* color: #9c273a; */
    color: #ff7e6f;
}
.hdr-items {
    margin-bottom: 24px;
    margin-top: 0;
    position: relative;
}
.hdr-items::before {
    background-color: #aa2c40;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
}
.hdr-items span {
    background-color: #fffcea;
    color: #aa2c40;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 0 10px 0 0;
    position: relative;
}

.ec-shelfGrid__item .price02-default {
    font-weight: 700;
}
.ec-shelfGrid__item .product-name {
    margin-bottom: 8px;
}
.backto-lists-wrap {
    margin: 60px auto 12px;
    max-width: 320px;
}
.ec-totalBox .ec-totalBox__paymentTotal {
    border-top: 1px dotted #ccc;
}
.ec-telInput input {
    max-width: 11em;
}
.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
    margin-bottom: 0;
    margin-top: 0;
}
.ec-imageGrid {
    border-top: none;
}
.ec-borderedList li {
    /* background-color: rgba(255,255,255,0.4); */
    border-bottom: 1px dotted #CCC;
}
.ec-borderedList li:first-child {
    border-top: 1px dotted #CCC;
}
.ec-borderedList li select.form-control {
    display: none;
}

#zeus_payment_input {
    background-color: #FFF;
}
.ec-totalBox {
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
}
.system-fee {
    border-top: 1px dotted #ccc;
    color: #888;
    margin-top: 6px;
    padding-top: 6px;
}
.system-fee small {
    display: block;
    font-size: 12px;
}
.system-fee-table {
    border-bottom: 1px dotted #ccc;
    display: flex;
}
.system-fee-table dt {
    padding: 12px 70px 12px 0;
    text-align: center;
    width: calc(100% - 121px);
}
.system-fee-table dd {
    padding: 12px 0;
    text-align: right;
    width: 121px;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButtonDisabled {
    margin: 0 2px;
    display: inline-block;
    border: 2px solid #c9c9c9;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    cursor: default;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButtonDisabled .ec-cartRow__amountUpButton__icon img {
    display: block;
    margin-left: -0.4em;
    width: .8em;
    height: .8em;
    position: absolute;
    top: 28%;
    left: 50%;
}


@media only screen and (max-width: 1129px) {
    .ec-headerTitle .ec-headerTitle__title h1 {
        left: 0;
    }
}

@media only screen and (min-width: 1000px) {
.ec-shelfGrid a {
    color: #525263;
    transition: color .4s;
}
.ec-shelfGrid a .ec-shelfGrid__item-image {
    transition: opacity .4s;
}
.ec-shelfGrid a:hover .ec-shelfGrid__item-image {
    opacity: .7;
}
.ec-shelfGrid a:hover {
    color: #509bde;
}
}

@media only screen and (min-width: 768px) {
.ec-blockTopBtn {
  right: 20px;
  bottom: 20px;
}
.ec-footerTitle {
    /* padding: 44px 0 16px; */
    padding: 36px 0 16px;
}
.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 10px;
    letter-spacing: .05em;
}
.ec-footerRole {
    padding-top: 0;
    margin-top: 60px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px;
}
.ec-productRole .ec-productRole__price {
    padding: 0 0 8px;
}
.ec-productRole__priceRegularPrice {
    color: #888;
    font-size: 14px;
}
.ec-price .ec-price__price {
    padding: 0 .3em 0 0;
}
.ec-productRole .ec-productRole__priceRegularTax {
    color: #aaa;
}
.ec-price .ec-price__tax {
    font-size: 14px;
}
.ec-headerNaviRole {
    padding-bottom: 8px;
}
.ec-cartNavi .ec-cartNavi__badge {
    left: auto;
    position: absolute;
    right: -12px;
    top: -7px;
}
.ec-cartNavi {
    min-width: 124px;
}
.ec-footerNavi .ec-footerNavi__link a {
    font-size: 13px;
    text-decoration: none;
}
.ec-borderedDefs dd {
    line-height: 2;
}
.ec-pageHeader h1 {
    font-size: 24px;
}
.ec-borderedDefs dt {
    padding-top: 0;
}
.ec-borderedDefs dl {
    padding: 10px 0;
}
.ec-borderedDefs dt {
    align-items: center;
    display: flex;
    width: 23%;
}
.ec-borderedDefs dd {
    width: 77%;
}
.ec-borderedDefs dd a {
    color: #b52544;
    text-decoration: underline;
}
.ec-off1Grid .ec-off1Grid__cell {
    width: 93.6%;
}
.ec-off1Grid .ec-off1Grid__cell {
    margin-left: 5%;
}
.ec-halfInput.ec-halfInput--school input[type="text"] {
    max-width: 5em;
}
.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
    margin-bottom: 0;
}
.ec-input + .ec-input {
    margin-top: 10px;
}
}

@media only screen and (max-width: 767px) {
.ec-blockBtn--action {
    height: 48px;
    line-height: 48px;
}
.ec-blockBtn--cancel {
    height: 48px;
    line-height: 48px;
}
.ec-blockBtn {
    height: 48px;
    line-height: 48px;
}
.ec-sliderItemRole .slick-dots {
    display: none !important;
}
.ec-sliderItemRole .item_nav {
    display: flex;
    margin-top: 10px;
}
.ec-sliderItemRole {
    padding-left: 0;
    padding-right: 0;
}
.ec-footerNavi .ec-footerNavi__link a {
    border-bottom: 1px solid #dfdfdf;
}
.ec-blockTopBtn {
    right: 10px;
}
.ec-productRole .ec-productRole__description {
    font-size: 15px;
}
.ec-productRole__priceRegularPrice {
    color: #aaa;
    font-size: 13px;
}
.ec-productRole .ec-productRole__priceRegularTax {
    color: #aaa;
}
.ec-headerTitle .ec-headerTitle__title h1 {
    font-size: 18px;
    margin-bottom: 16px;
}
.ec-sliderItemRole .slideThumb {
    margin-bottom: 0;
}
.ec-price .ec-price__price {
    padding: 0 .3em 0 0;
    font-size: 22px;
}
.ec-headerNaviRole {
    padding-left: 24px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.ec-headerNaviRole__logo {
    width: 180px;
}
.ec-layoutRole {
    padding-top: 60px;
}
.ec-cartNavi {
    color: #FFFFFF;
}
.ec-borderedDefs dd {
    line-height: 2;
    font-size: 14px;
}
.ec-borderedDefs dl {
    padding: 0;
}
.ec-pageHeader h1 {
    border-bottom: 1px solid #CCC;
    border-top: none;
}
.ec-headerTitle .ec-headerTitle__title h1 {
    top: 1px;
}
.hdr-items span {
    font-size: 16px;
}
.ec-shelfGrid__item .product-name {
    font-size: 14px;
    margin-bottom: 4px;
}
.ec-shelfGrid__item .price02-default {
    font-size: 14px;
    margin-bottom: 4px;
}
.ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 0;
    margin-top: 16px;
}
.ec-headerTitle {
    margin-bottom: 60px;
}
.hdr-items {
    margin-bottom: 0;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    border: 3px solid #EEE;
}
.slick-initialized .slick-slide {
    border: 3px solid #EEE;
}
.ec-shelfGrid {
    margin-bottom: 20px;
}
.ec-footerNavi {
    border-top: 1px solid #dfdfdf;
    padding: 0;
}
.ec-footerNavi .ec-footerNavi__link a {
    font-size: 12px;
    padding: 8px 0;
}
.ec-shelfRole {
    padding-left: 16px;
    padding-right: 16px;
}
.ec-blockTopBtn {
    height: 30px;
    width: 30px;
}
.ec-blockTopBtn span {
    height: 10px;
}
.ec-blockTopBtn span::before {
    border-radius: 2px;
    height: 11px;
    transform-origin: center -1px;
    width: 3px;
}
.ec-blockTopBtn span::after {
    border-radius: 2px;
    height: 11px;
    transform-origin: center -1px;
    width: 3px;
}
.ec-halfInput.ec-halfInput--school input[type="text"] {
    max-width: 5em;
}
.ec-cartRole {
    padding-left: 0;
    padding-right: 0;
}
.ec-customerRole {
  padding-left: 10px;
  padding-right: 10px;
}
}