.ec-role {
  padding: 0;
  color: #333;
}
.ec-mypageRole {
  padding: 0;
  color: #333;
}
.ec-link {
  color: #BA812D;
}
.ec-registerRole {
  padding: 0;
}
.ec-pageHeader h1, .ec-pageHeader .h1 {
  color: #BA812D;
  border-bottom: 1px solid #BA812D;
  font-weight: normal;
  border-top: none;
  margin-bottom: 32px;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-pageHeader h1, .ec-pageHeader .h1 {
    font-size: 32px;
  }
}
.ec-blockBtn--cancel {
  height: 52px;
  min-width: 200px;
  line-height: 52px;
  background-color: #fff;
  border-color: #BA812D;
  color: #BA812D;
  box-shadow: 0 4px 10px #00000033;
}
.ec-blockBtn--cancel:hover {
  background-color: #fff;
  border-color: #BA812D;
  color: #BA812D;
  box-shadow: none;
}
.ec-blockBtn--action {
  height: 52px;
  min-width: 200px;
  line-height: 52px;
  box-shadow: 0 4px 10px #00000033;
}

.ec-navlistRole .ec-navlistRole__navlist {
  border: none;
}

.ec-navlistRole .ec-navlistRole__item {
  border: 1px solid #BA812D;
  background: #fff;
}

.ec-navlistRole .ec-navlistRole__item:hover {
  background: #CCB45E80;
}

.ec-navlistRole .ec-navlistRole__item a {
  background: transparent;
}
.ec-navlistRole .active a {
  color: #fff;
  background-color: #BA812D;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
  background: #BA812D;
}
.ec-zipInputHelp span {
  color: #BA812D;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
  top: -9px;
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-off2Grid .ec-off2Grid__cell {
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ec-login {
  padding: 32px 10% 64px;
  background: #fff;
}

.ec-login__actions .ec-blockBtn--cancel {
  background-color: #BA812D;
  border-color: #BA812D;
  color: #fff;
}

.ec-withdrawRole .ec-blockBtn--cancel {
  background-color: #BA812D;
  border-color: #BA812D;
  color: #fff;
}

.ec-mypageRole .ec-blockBtn--cancel {
  background-color: #BA812D;
  border-color: #BA812D;
  color: #fff;
}

.ec-login__link  {
  margin-top: 0;
}
.ec-login__link:first-of-type  {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-login__link  {
    margin-top: 5px;
  }
  .ec-login__link:first-of-type  {
    margin-top: 0;
  }
}

p + .ec-borderedDefs {
  margin-top: 16px;
}

/*お気に入り*/
.ec-favoriteRole .ec-favoriteRole__itemList {
  gap: 16px;
}
.ec-favoriteRole .ec-favoriteRole__item {
  width: calc(50% - 8px);
  padding: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .ec-favoriteRole .ec-favoriteRole__item {
    width: calc(25% - 12px);
    padding: 0;
    background-color: #fff;
  }
}
.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
  background: #BA812D;
  right: 8px;
  top: 8px;
}
.ec-favoriteRole .ec-favoriteRole__itemTitle {
  font-family: var(--gothic);
  font-weight: 300;
  font-size: 14px;
  padding: 16px 12px 0;
}
.ec-favoriteRole .ec-favoriteRole__itemPrice {
  font-size: 16px;
  padding: 0 12px 16px;
}
@media only screen and (min-width: 768px) {
  .ec-favoriteRole .ec-favoriteRole__itemTitle {
    font-size: 16px;
  }
  .ec-favoriteRole .ec-favoriteRole__itemPrice {
    font-size: 20px;
  }
}
.ec-borderedDefs {
  border-top: none;
}
.ec-borderedDefs dl:last-of-type {
  border-bottom: none;
}

.ec-rectHeading h1, .ec-rectHeading .h1, .ec-rectHeading h2, .ec-rectHeading .h2, .ec-rectHeading h3, .ec-rectHeading .h3, .ec-rectHeading h4, .ec-rectHeading .h4, .ec-rectHeading h5, .ec-rectHeading .h5, .ec-rectHeading h6, .ec-rectHeading .h6 {
  color: #BA812D;
  border-bottom: 1px solid #BA812D;
  background: none;
  font-weight: normal;
}

.ec-totalBox {
  background: #fff;
}

.ec-inlineBtn {
  color: #BA812D;
  background-color: #fff;
  border-color: #BA812D;
  font-weight: normal;
}

.ec-inlineBtn:hover {
  color: #BA812D;
  background-color: #fff;
  border-color: #BA812D;
  opacity: .7;
}

.ec-off4Grid .ec-off4Grid__cell {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}


/* カートポップアップ */
.ec-cartNaviIsset {
  background: #fff;
}
.ec-cartNaviIsset::before {
  border-color: transparent transparent #fff transparent;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart {
  border-bottom: 1px dotted #BA812D;
  padding-bottom: 16px;
}
.ec-cartNaviIsset .ec-blockBtn--action {
  font-size: 0.875rem;
}
.ec-cartNaviNull .ec-cartNaviNull__message {
  background-color: #BA812D;
}

.ec-cartNaviIsset__items {
  max-height: 360px;
  overflow-y: auto;
}

/* ショッピングカートページ */
.ec-cartRole {
  padding: 0;
}
.ec-cartRole .ec-cartRole__cart {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #fff;
  padding: 8px 8px 16px;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__cart {
    padding: 24px;
  }
}
.ec-cartTable {
  border: none;
}
.ec-cartHeader .ec-cartHeader__label {
  min-width: 4em;
  background-color: #BA812D;
  color: #fff;
  font-weight: normal;
}
.ec-cartRole .ec-cartRole__total {
  text-align: right;
  padding-right: 16px;
  padding-bottom: 0;
}
.ec-cartRole .ec-cartRole__actions {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__actions {
    margin: 0;
    margin-top: 16px;
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
    width: 100%;
  }
  .ec-cartRole__actions .ec-blockBtn--action {
    width: 140%;
  }
}
.ec-cartRow .ec-cartRow__delColumn {
  width: 2em;
}
.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
  width: .8em;
  height: .8em;
}
@media only screen and (min-width: 768px) {
  .ec-totalBox {
    width: 280px;
  }
}
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
  color: #BA812D;
  font-size: 24px;
}
#page_shopping .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel,
#page_shopping_confirm .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
  color: #BA812D;
  font-size: 16px;
}
.ec-alert-warning {
  background-color: #BA812D;
}
.ec-alert-warning .ec-alert-warning__text {
  font-weight: normal;
}


@media only screen and (min-width: 768px) {
  .ec-orderRole .ec-orderRole__summary {
    width: 40%;
  }
}

.ec-progress .ec-progress__number {
  background-color: #fff;
  color: #BA812D;
  border: 1px solid #BA812D;
}
.ec-progress .ec-progress__label {
  color: #BA812D;
  font-weight: normal;
}
.ec-progress .is-complete .ec-progress__number {
  background-color: #BA812D;
  color: #fff;
}
.ec-progress .is-complete .ec-progress__label {
  color: #BA812D;
}
.ec-progress .ec-progress__item:after {
  background-color: #BA812D;
}

.ec-welcomeMsg {
  text-align: right;
  border: none;
}

.ec-welcomeMsg p {
  margin-left: auto;
  width: max-content;
}

.ec-welcomeMsg p::before {
  content: "\f007";
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  color: #BA812D;
}

.ec-historyRole {
  padding: 0 16px;
}
.ec-historyRole:first-of-type {
  border-top: 1px dotted;
}
.ec-historyRole .ec-historyRole__contents {
  position: relative;
  background-color: #fff;
  padding: 16px;
  margin-top: 16px;
  border: none;
  box-shadow: 0 4px 10px #00000033;
}
.ec-historyRole .ec-historyRole__contents:hover {
  box-shadow: none;
}
.ec-historyRole .ec-historyRole__detail {
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .ec-historyRole .ec-historyRole__detail {
    padding-top: 0;
  }
}
.ec-historyRole__detail .ec-imageGrid {
  padding: 4px 0;
}
.ec-historyRole__detail .ec-imageGrid:first-of-type {
  padding-top: 0;
}
.ec-historyRole__detail .ec-imageGrid:last-of-type {
  padding-bottom: 0;
}
.ec-historyRole__detail .ec-imageGrid__img {
  padding: 0;
}
.ec-historyRole__detail .ec-imageGrid__content {
  padding-left: 16px;
}
.ec-historyListHeader .ec-historyListHeader__date {
  font-size: 16px;
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  margin-bottom: 0;
}
.ec-historyListHeader .ec-historyListHeader__action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ec-historyListHeader .ec-historyListHeader__action a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.ec-historyListHeader .ec-historyListHeader__action a:hover {
  opacity: .7;
}

.ec-definitions dt {
  width: 6em;
}

.ec-cartRow__sutbtotal {
  padding-right: 16px;
}
.ec-orderMail__body {
  word-wrap: break-word;
}

.ec-guest {
  background-color: #fff;
}

.ec-guest .ec-guest__actions a {
  color: #BA812D;
}

.ec-AddAddress .ec-AddAddress__item {
  background-color: #fff;
}

.ec-borderedDefs dd {
  font-family: var(--gothic);
  font-weight: 300;
  line-height: 2;
}

.ec-helpCont p {
  font-family: var(--gothic);
  line-height: 2;
}

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

.ec-helpCont__item:first-of-type {
  margin-top: 0;
}

.ec-helpCont__item h2 {
  font-size: 20px;
  color: #BA812D;
}

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

.ec-helpCont__item p {
  margin-top: 16px;
  font-family: var(--gothic);
  line-height: 2;
}