@charset "UTF-8";
/**
 * Main overrides SCSS file
 * This file is used to override styles from the default template
 * without modifying the original customer CSS files
 */
:root {
  --ec-primary: #0056b3;
}

.ec-shelfGrid .ec-shelfGrid__item {
  transition: transform 0.3s ease;
}
.ec-shelfGrid .ec-shelfGrid__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ec-blockBtn--action {
  border-radius: 4px;
}
.ec-blockBtn--action:hover {
  opacity: 0.9;
}

.p-mypage__container-new button::before,
.p-mypage__container-customer-new button::before,
.p-mypage__container-withdraw-new button::before {
  content: "";
  -webkit-mask-image: url("../../assets/img/common/icon-plus-lg-pc.svg");
          mask-image: url("../../assets/img/common/icon-plus-lg-pc.svg");
}

.c-chk-input:checked[type=checkbox] {
  background-image: url("../../assets/img/common/checked.svg");
}

.p-detail-sku__item--selected .p-detail-sku__label::after {
  content: "";
  background-image: url("../../assets/img/common/checked.svg");
}

.p-login__input-txt input[type=email],
.p-login__input-txt input[type=password] {
  width: 100%;
  font-size: 0.875rem;
}
.p-forgot__input-txt input[type=email],
.p-forgot__input-txt input[type=password] {
  width: 100%;
}
.c-btn--confirm-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  padding: 1em;
  line-height: 1.2;
  width: 300px;
  background-color: #000000;
  color: #ffffff;
  margin: 40px auto 0;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

.c-btn--confirm-custom:hover {
  background-color: #808080;
  color: #ffffff;
}

.c-btn--confirm-custom {
  width: 284px;
  height: 46px;
  margin: 0 auto;
}
.p-list-filter-color__saved-color.p-list-filter-color__saved-color--empty {
  background-image: url("../../assets/img/filter/transparent_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-link-anchor::after {
  background-image: url("../../assets/img/common/icon-link-anchor.svg");
}

.c-link-anchor-black::after {
  background-image: url("../../assets/img/common/icon_link-arrow.svg");
}

.c-link-out::before {
  background-image: url("../../assets/img/common/icon-link-out.svg");
}

.c-input-form__item1.is-error .c-input-form__text-input,
.c-input-form__item1.is-error .c-input-form__textarea,
.c-input-form__item1.is-error .c-custom-dropdown__selected {
  background-color: rgba(255, 85, 85, 0.15);
}

.c-input-form__item1.is-error .c-custom-dropdown__selected {
  background-color: rgba(255, 85, 85, 0.15);
}

.c-input-form__item1.is-error .c-input-form__validation-label--else {
  color: #ff5555;
  font-size: 0.875rem;
  margin-top: 10px;
  display: block !important;
}

.c-input-form__item.is-error .c-input-form__textarea {
  background-color: rgba(255, 85, 85, 0.15);
}

.c-input-form__customer-type.is-error .c-input-form__option input[type=radio] + label {
  background-color: rgba(255, 85, 85, 0.15);
}

.lity-wrap:has(.p-register-mail-news) {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.lity-wrap:has(.p-register-mail-news) .lity-container {
  position: static !important;
}

.c-modal.p-register-mail-news {
  max-width: 600px !important;
  margin: 0 auto;
  padding: 50px 20px;
}

.p-register-mail-news__inner {
  text-align: center;
}
.p-register-mail-news__inner .hbspt-form,
.p-register-mail-news__inner form {
  margin: 0 auto;
  width: 100%;
  max-width: 460px;
}
.p-cart-change-add__content-new button::before {
  content: "";
  position: absolute;
  display: block;
  top: 28%;
  left: 15px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-image: url("../../assets/img/common/icon-plus-lg-pc.svg");
          mask-image: url("../../assets/img/common/icon-plus-lg-pc.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: background-color 0.3s ease-in-out;
}
.p-mypage__container-new button::before, .p-mypage__container-customer-new button::before, .p-mypage__container-withdraw-new button::before {
  content: "";
  position: absolute;
  display: block;
  top: 28%;
  left: 15px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-image: url("../../assets/img/common/icon-plus-lg-pc.svg");
          mask-image: url("../../assets/img/common/icon-plus-lg-pc.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: background-color 0.3s ease-in-out;
}

.c-input-form__text-input[type=password], .c-input-form__text-input[type=text][data-password-field] {
  background-image: url("../../assets/img/common/icon-eye.svg");
}

.c-input-form__text-input[type=text][data-password-field] {
  background-image: url("../../assets/img/common/icon-eye-off.svg");
}

.c-input[type=password], .c-input[type=text][data-password-field] {
  background-image: url("../../assets/img/common/icon-eye.svg");
}

.c-input[type=text][data-password-field] {
  background-image: url("../../assets/img/common/icon-eye-off.svg");
}

.p-home-works-list .p-home-works__header {
  opacity: 0;
  pointer-events: none;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}

.p-home-works-list.slick-active .p-home-works__header {
  opacity: 1;
  pointer-events: auto;
}

.p-home-works-list.--left-text-white .p-home-works__header .p-home-works__ttl,
.p-home-works-list.--left-text-white .p-home-works__header .p-home-works__txt {
  color: #ffffff !important;
}
.p-home-works-list.--left-text-white .p-home-works__header .p-home-works__ttl:hover {
  color: #EB5CCA !important;
}

.p-home-works-list.--left-text-black .p-home-works__header .p-home-works__ttl,
.p-home-works-list.--left-text-black .p-home-works__header .p-home-works__txt {
  color: #000000 !important;
}
.p-home-works-list.--left-text-black .p-home-works__header .p-home-works__ttl:hover {
  color: #EB5CCA !important;
}

.p-home-works-list.--right-text-white .p-home-works-list__number,
.p-home-works-list.--right-text-white .p-home-works-list__name,
.p-home-works-list.--right-text-white .p-home-works-list__creator,
.p-home-works-list.--right-text-white .p-home-works-list__description {
  color: #ffffff !important;
}

.p-home-works-list.--right-text-black .p-home-works-list__number,
.p-home-works-list.--right-text-black .p-home-works-list__name,
.p-home-works-list.--right-text-black .p-home-works-list__creator,
.p-home-works-list.--right-text-black .p-home-works-list__description {
  color: #000000 !important;
}
.p-sitemap__message-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  padding-top: 47px !important;
  padding-bottom: 0px !important;
  border-bottom: 2px solid #808080 !important;
  margin-bottom: 30px !important;
}
.p-sitemap__message-top a.c-text--md:nth-of-type(1) {
  position: static !important;
  bottom: auto !important;
  margin: 0 !important;
  padding-top: 2px !important;
  padding-bottom: 9px !important;
  font-size: 1.25rem !important;
  border-bottom: none !important;
  display: inline-block !important;
  width: auto !important;
}
.p-sitemap__message-top a.c-text--md:nth-of-type(2) {
  position: static !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
  display: inline-block !important;
  width: auto !important;
}
.c-btn-secondary:disabled,
.c-btn-secondary[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.cart-error-message-responsive {
  text-align: right;
}
.p-cut__select-input-confirm label {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
}
.p-detail-color__selected-circle {
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 1024px) {
  .p-login__input-txt input[type=email],
  .p-login__input-txt input[type=password] {
    height: 48px;
    margin-bottom: 10px;
  }
  .p-forgot__input-txt input[type=email],
  .p-forgot__input-txt input[type=password] {
    font-size: 0.875rem;
  }
  .p-forgot__input-txt input[type=email]:not(:first-child),
  .p-forgot__input-txt input[type=password]:not(:first-child) {
    margin-top: 10px;
  }
  .p-cart-popup-address__content-new button {
    width: 230px;
    padding-top: 15px;
    padding-left: 34px;
    background-image: url("../../assets/img/common/icon-plus-lg-pc.svg");
    background-position: 14px;
  }
  .p-cart-change-add__content-new button {
    width: 230px;
    max-height: 46px;
    padding: 12px 15px 12px 40px;
  }
  .p-cart-change-add__content-new button::before {
    top: 28%;
    left: 15px;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("../../assets/img/common/icon-plus-lg-pc.svg");
            mask-image: url("../../assets/img/common/icon-plus-lg-pc.svg");
  }
  .p-home-works-list.--right-text-white .p-home-works__list-link .c-hover-arrow__text {
    color: #ffffff !important;
  }
  .p-home-works-list.--right-text-white .p-home-works__list-link:hover .c-hover-arrow__text {
    color: #EB5CCA !important;
  }
  .p-home-works-list.--right-text-black .p-home-works__list-link .c-hover-arrow__text {
    color: #000000 !important;
  }
  .p-home-works-list.--right-text-black .p-home-works__list-link:hover .c-hover-arrow__text {
    color: #EB5CCA !important;
  }
}
@media screen and (max-width: 1023px) {
  .p-login__input-txt input[type=email],
  .p-login__input-txt input[type=password] {
    height: 44px;
    margin-bottom: 12px;
  }
  .p-forgot__input-txt input[type=email]:not(:first-child),
  .p-forgot__input-txt input[type=password]:not(:first-child) {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .c-btn--confirm-custom {
    width: 254px;
    height: 48px;
  }
  .c-modal.p-register-mail-news {
    width: 95% !important;
    padding: 30px 20px;
  }
  .p-cart-popup-address__content-new button {
    width: 196px;
    padding-top: 10px;
    padding-left: 24px;
    background-image: url("../../assets/img/common/icon-plus-md-sp.svg");
    background-position: 20px;
  }
  .p-home-works-list.--left-text-white .p-home-works__header .p-home-works__list-link .c-hover-arrow__text {
    color: #ffffff !important;
  }
  .p-home-works-list.--left-text-white .p-home-works__header .p-home-works__list-link:hover .c-hover-arrow__text {
    color: #EB5CCA !important;
  }
  .p-home-works-list.--left-text-black .p-home-works__header .p-home-works__list-link .c-hover-arrow__text {
    color: #000000 !important;
  }
  .p-home-works-list.--left-text-black .p-home-works__header .p-home-works__list-link:hover .c-hover-arrow__text {
    color: #EB5CCA !important;
  }
  .p-sitemap__message-top {
    padding-top: 29px !important;
    padding-bottom: 4px !important;
    border-bottom: 2px solid #B3B3B3 !important;
  }
  .p-sitemap__message-top a.c-text--md:nth-of-type(1) {
    font-size: 1.125rem !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    margin-left: -1px !important;
  }
  .p-sitemap__message-top a.c-text--md:nth-of-type(2) {
    font-size: 0.875rem !important;
    margin-right: -2px !important;
  }
  .p-detail .c-fav,
  .p-detail__ttl .c-fav {
    position: relative;
  }
  .p-detail .c-fav::before, .p-detail .c-fav::after,
  .p-detail__ttl .c-fav::before,
  .p-detail__ttl .c-fav::after {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .p-detail .c-fav.is-active.is-tip::before, .p-detail .c-fav.is-active.is-tip::after,
  .p-detail__ttl .c-fav.is-active.is-tip::before,
  .p-detail__ttl .c-fav.is-active.is-tip::after {
    opacity: 1;
  }
  .p-detail .c-fav::before,
  .p-detail__ttl .c-fav::before {
    content: "登録しました";
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #808080;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.4;
    pointer-events: none;
    white-space: nowrap;
    z-index: 9999;
  }
  .p-detail .c-fav::after,
  .p-detail__ttl .c-fav::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #808080 transparent transparent transparent;
    pointer-events: none;
    z-index: 9999;
  }
  .p-detail .c-fav:hover:not(.is-active) path,
  .p-detail__ttl .c-fav:hover:not(.is-active) path {
    fill: none !important;
    fill-opacity: 1 !important;
    stroke-opacity: 1 !important;
  }
  .p-detail .c-fav:not(.is-active) path,
  .p-detail__ttl .c-fav:not(.is-active) path {
    fill: none !important;
    stroke: currentColor;
  }
  .c-product-card .c-fav::before, .c-product-card .c-fav::after,
  .js-search-results .c-fav::before,
  .js-search-results .c-fav::after,
  .p-list .c-fav::before,
  .p-list .c-fav::after {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .c-product-card .c-fav.is-active.is-tip::before, .c-product-card .c-fav.is-active.is-tip::after,
  .js-search-results .c-fav.is-active.is-tip::before,
  .js-search-results .c-fav.is-active.is-tip::after,
  .p-list .c-fav.is-active.is-tip::before,
  .p-list .c-fav.is-active.is-tip::after {
    opacity: 1;
  }
  .c-product-card .c-fav::before,
  .js-search-results .c-fav::before,
  .p-list .c-fav::before {
    content: "登録しました";
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #808080;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.4;
    pointer-events: none;
    white-space: nowrap;
    z-index: 9999;
  }
  .c-product-card .c-fav::after,
  .js-search-results .c-fav::after,
  .p-list .c-fav::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #808080 transparent transparent transparent;
    pointer-events: none;
    z-index: 9999;
  }
  .c-product-card .c-fav:hover:not(.is-active) path,
  .js-search-results .c-fav:hover:not(.is-active) path,
  .p-list .c-fav:hover:not(.is-active) path {
    fill: none !important;
    fill-opacity: 1 !important;
    stroke-opacity: 1 !important;
  }
  .c-product-card .c-fav:not(.is-active) path,
  .js-search-results .c-fav:not(.is-active) path,
  .p-list .c-fav:not(.is-active) path {
    fill: none !important;
    stroke: currentColor;
  }
}
@media (max-width: 768px) {
  .cart-error-message-responsive {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-cut__select-input-confirm label {
    align-items: flex-start;
  }
  .p-cut__select-input-confirm input[type=checkbox] {
    margin-top: 2px;
    flex-shrink: 0;
  }
}
/*# sourceMappingURL=main.css.map */