:root {
  --color-base-7: #E5E6E6;
}

/**
==============================
  Login Page
==============================
*/
.page-login__inner {
  display: flex;
}
@media screen and (max-width: 919.8px) {
  .page-login__inner {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 920px) {
  .page-login__inner {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
}

.page-login__content {
  background: var(--color-base-7);
}
@media screen and (max-width: 919.8px) {
  .page-login__content {
    padding: 20px;
  }
}
@media screen and (min-width: 920px) {
  .page-login__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
  }
}
@media screen and (max-width: 919.8px) {
  .page-login__content--main {
    width: 100%;
  }
}
@media screen and (min-width: 920px) {
  .page-login__content--main {
    width: 750px;
  }
}
@media screen and (max-width: 919.8px) {
  .page-login__content--guest {
    width: 100%;
  }
}
@media screen and (min-width: 920px) {
  .page-login__content--guest {
    width: 400px;
  }
}

.page-login__help {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 919.8px) {
  .page-login__help {
    gap: max(0.75rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .page-login__help {
    gap: max(0.5rem, 10px);
  }
}
@media screen and (max-width: 919.8px) {
  .page-login__help .ec-login__link {
    font-size: max(0.875rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .page-login__help .ec-login__link {
    font-size: max(1rem, 10px);
  }
}

.ec-login__input .form-control__mail {
  padding-left: 4em;
  background-image: url("/html/template/newart/assets/img/common/icon_mail.svg");
  background-position: left 1em center;
  background-size: auto 82%;
  background-repeat: no-repeat;
}
.ec-login__input .form-control__password {
  padding-left: 4em;
  background-image: url("/html/template/newart/assets/img/common/icon_password.svg");
  background-position: left 1em center;
  background-size: auto 82%;
  background-repeat: no-repeat;
}
.ec-login__input .ec-input {
  width: 100%;
}
.ec-login__input .ec-input.error input {
  background-color: var(--color-accent-8);
}
.ec-login__input .ec-input.error .ec-errorMessage {
  font-size: max(0.875rem, 10px);
  color: var(--color-base-6);
}

/**
==============================
  Mypage Page
==============================
*/
@media screen and (max-width: 919.8px) {
  .page-myPage__action {
    margin-top: 32px;
  }
}
@media screen and (min-width: 920px) {
  .page-myPage__action {
    margin-top: 64px;
  }
}
.page-myPage_card-placeholder {
  display: flex;
  font-size: max(0.875rem, 10px);
  padding: 8px 20px;
  width: 100%;
}

.ec-welcomeMsg {
  text-align: center;
}
@media screen and (max-width: 919.8px) {
  .ec-welcomeMsg p {
    font-size: max(0.875rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .ec-welcomeMsg p {
    font-size: max(1rem, 10px);
  }
}

.ec-navlistRole .ec-navlistRole__navlist {
  display: flex;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 919.8px) {
  .ec-navlistRole .ec-navlistRole__navlist {
    flex-wrap: wrap;
    gap: max(0.5rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .ec-navlistRole .ec-navlistRole__navlist {
    flex-wrap: nowrap;
    gap: max(1rem, 10px);
  }
}
.ec-navlistRole .ec-navlistRole__item {
  display: flex;
  border-color: solide 1px var(--color-accent-2);
  text-align: center;
  font-weight: 400;
  border: solid 1px var(--color-button-default);
  color: var(--color-base-white);
}
@media screen and (max-width: 919.8px) {
  .ec-navlistRole .ec-navlistRole__item {
    width: calc(50% - max(0.25rem, 10px));
  }
}
@media screen and (min-width: 920px) {
  .ec-navlistRole .ec-navlistRole__item {
    width: 100%;
  }
}
.ec-navlistRole .ec-navlistRole__item a {
  margin: auto;
  width: 100%;
  display: block;
  text-decoration: none;
  color: var(--color-base-black);
}
@media screen and (max-width: 919.8px) {
  .ec-navlistRole .ec-navlistRole__item a {
    padding: max(0.5rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .ec-navlistRole .ec-navlistRole__item a {
    flex-wrap: nowrap;
    padding: max(1rem, 10px) max(0.5rem, 10px);
  }
}
.ec-navlistRole .ec-navlistRole__item:hover {
  border: solid 1px var(--color-button-action);
  background: var(--color-button-action);
  color: var(--color-base-white);
}
.ec-navlistRole .ec-navlistRole__item:hover a {
  color: var(--color-base-white);
}
.ec-navlistRole .active {
  border: solid 1px var(--color-button-action);
  background: var(--color-button-action);
  color: var(--color-base-white);
}
.ec-navlistRole .active a {
  color: var(--color-base-white);
}

.ec-historyListHeader {
  border: solid 1px var(--color-accent-6);
}
@media screen and (max-width: 919.8px) {
  .ec-historyListHeader {
    padding: 8px;
  }
}
@media screen and (min-width: 920px) {
  .ec-historyListHeader {
    padding: 16px;
  }
}
.ec-historyListHeader hr {
  display: block;
  height: 0;
  width: 100%;
  border: dashed 1px var(--color-base-black);
}
@media screen and (max-width: 919.8px) {
  .ec-historyListHeader hr {
    margin: 8px auto;
  }
}
@media screen and (min-width: 920px) {
  .ec-historyListHeader hr {
    margin: 16px auto;
  }
}
.ec-historyListHeader .ec-historyListHeader__date {
  font-weight: 400;
}
@media screen and (max-width: 919.8px) {
  .ec-historyListHeader .ec-historyListHeader__date {
    font-size: max(0.75rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .ec-historyListHeader .ec-historyListHeader__date {
    font-size: max(0.875rem, 10px);
  }
}
.ec-historyListHeader .ec-historyListHeader__action {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 919.8px) {
  .ec-historyListHeader .ec-historyListHeader__action {
    margin-top: 16px;
  }
}
@media screen and (min-width: 920px) {
  .ec-historyListHeader .ec-historyListHeader__action {
    margin-top: 24px;
  }
}
.ec-historyListHeader .ec-historyListHeader__action a {
  font-weight: normal;
}
@media screen and (max-width: 919.8px) {
  .ec-historyListHeader .ec-historyListHeader__action a {
    font-size: max(0.875rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .ec-historyListHeader .ec-historyListHeader__action a {
    font-size: max(1rem, 10px);
  }
}

.ec-historyRole .ec-historyRole__contents {
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  color: #525263;
}
@media screen and (max-width: 919.8px) {
  .ec-historyRole .ec-historyRole__contents {
    flex-direction: column;
    gap: 16px;
    padding: 1em 0;
  }
}
@media screen and (min-width: 920px) {
  .ec-historyRole .ec-historyRole__contents {
    flex-direction: row;
    gap: 32px;
    padding: 2em 0;
  }
}
@media screen and (max-width: 919.8px) {
  .ec-historyRole .ec-historyRole__header {
    width: 100%;
    order: 1;
  }
}
@media screen and (min-width: 920px) {
  .ec-historyRole .ec-historyRole__header {
    width: 200px;
    order: 2;
  }
}
.ec-historyRole .ec-historyRole__detail {
  width: 100%;
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
  font-weight: 400;
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  font-weight: 400;
}
@media screen and (max-width: 919.8px) {
  .ec-historyRole .ec-historyRole__detail {
    width: 100%;
    order: 2;
  }
}
@media screen and (min-width: 920px) {
  .ec-historyRole .ec-historyRole__detail {
    width: calc(100% - 200px - 32px);
    order: 1;
  }
}

/**
==============================
  Common ec-summary
==============================
*/
.ec-definitions--soft {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 919.8px) {
  .ec-definitions--soft {
    margin: 0 auto 8px;
    gap: 8px;
  }
}
@media screen and (min-width: 920px) {
  .ec-definitions--soft {
    margin: 0 auto 8px;
    gap: 16px;
  }
}
.ec-definitions--soft dt, .ec-definitions--soft dd {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 919.8px) {
  .order__description {
    margin: 0 auto 8px;
  }
}
@media screen and (min-width: 920px) {
  .order__description {
    margin: 0 auto 8px;
  }
}

.ec-imageGrid {
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--color-accent-5);
}
@media screen and (max-width: 919.8px) {
  .ec-imageGrid {
    padding: 10px 0;
    gap: max(0.5rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .ec-imageGrid {
    padding: 20px 0;
    gap: max(1rem, 10px);
  }
}
.ec-imageGrid:first-child {
  border-top: none;
  padding-top: 0;
}
.ec-imageGrid:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 919.8px) {
  .ec-imageGrid .ec-imageGrid__img {
    width: 120px;
  }
}
@media screen and (min-width: 920px) {
  .ec-imageGrid .ec-imageGrid__img {
    width: 160px;
  }
}
.ec-imageGrid .ec-imageGrid__img img {
  width: 100%;
}
.ec-imageGrid .ec-imageGrid__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 919.8px) {
  .ec-imageGrid .ec-imageGrid__content {
    font-size: max(0.875rem, 10px);
    gap: 4px;
  }
}
@media screen and (min-width: 920px) {
  .ec-imageGrid .ec-imageGrid__content {
    font-size: max(1rem, 10px);
    gap: 8px;
  }
}
.ec-imageGrid .ec-imageGrid__content span {
  margin-left: 10px;
}
.ec-imageGrid .ec-imageGrid__content p {
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 919.8px) {
  .ec-imageGrid .ec-imageGrid__content p {
    font-size: max(0.875rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .ec-imageGrid .ec-imageGrid__content p {
    font-size: max(1rem, 10px);
  }
}

.ec-definitions {
  margin: 5px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 919.8px) {
  .ec-definitions {
    gap: max(0.25rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .ec-definitions {
    gap: max(0.5rem, 10px);
  }
}
.ec-definitions dt, .ec-definitions dd {
  display: block;
  margin: 0;
  font-weight: 400;
}

.ec-addressList__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-accent-5);
}
@media screen and (max-width: 919.8px) {
  .ec-addressList__item {
    gap: max(0.25rem, 10px);
    padding: 10px 0;
  }
}
@media screen and (min-width: 920px) {
  .ec-addressList__item {
    gap: max(1rem, 10px);
    padding: 20px 0;
  }
}
@media screen and (max-width: 919.8px) {
  .ec-addressList__remove {
    width: 24px;
  }
}
@media screen and (min-width: 920px) {
  .ec-addressList__remove {
    width: 24px;
  }
}
.ec-addressList__address {
  width: 100%;
}
@media screen and (max-width: 919.8px) {
  .ec-addressList__action {
    width: 80px;
  }
}
@media screen and (min-width: 920px) {
  .ec-addressList__action {
    width: 120px;
  }
}

/**
==============================
  each page role
==============================
*/
@media screen and (max-width: 919.8px) {
  .ec-mypageRole__message {
    text-align: left;
    margin: 8px auto;
  }
}
@media screen and (min-width: 920px) {
  .ec-mypageRole__message {
    text-align: center;
    margin: 16px auto;
  }
}

.ec-favoriteRole__item {
  position: relative;
}
.ec-favoriteRole__remove {
  position: absolute;
  z-index: 100;
  display: block;
  padding: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 50%;
  background-color: var(--color-base-white);
  border: solid 1px var(--color-base-5);
}
@media screen and (max-width: 919.8px) {
  .ec-favoriteRole__remove {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 920px) {
  .ec-favoriteRole__remove {
    width: 36px;
    height: 36px;
  }
}
.ec-favoriteRole__remove:hover {
  opacity: 0.7;
}

.ec-orderMail__link a {
  color: var(--color-link);
}

@media screen and (max-width: 919.8px) {
  .ec-addressRole__actions, .ec-addressRole__error {
    margin: 8px auto;
  }
}
@media screen and (min-width: 920px) {
  .ec-addressRole__actions, .ec-addressRole__error {
    margin: 16px auto;
  }
}

@media screen and (max-width: 919.8px) {
  .ec-withdrawRole__description {
    margin: 8px auto;
  }
}
@media screen and (min-width: 920px) {
  .ec-withdrawRole__description {
    margin: 16px auto;
  }
}

/*# sourceMappingURL=mypage.css.map */
