@media print, screen and (min-width: 901px) {
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .sp {
    display: block !important;
  }
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.c-link-arrow {
  position: relative;
  margin: 25px auto 0;
  padding: 9px 0;
  line-height: 1;
  display: block;
  text-align: center;
  border: 1px solid #3b4043;
  max-width: 224px;
  font-size: 12px;
  color: #3b4043;
}
.c-link-arrow::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #3b4043;
  border-right: solid 1px #3b4043;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -4px;
}
.c-link-arrow--white {
  border: 1px solid #fff;
  color: #fff;
}
.c-link-arrow--white::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.c-btn--cross {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
}
.c-btn--cross::before, .c-btn--cross::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: #3b4043;
  content: "";
  display: block;
}
.c-btn--cross::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s ease-out;
}

.is-show {
  display: block;
  visibility: visible;
  opacity: 1;
}

.is-none {
  display: none;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.is-visible {
  visibility: visible;
  opacity: 1;
}

.accordion__trigger {
  position: relative;
  cursor: pointer;
}
.accordion__content {
  display: none;
}
.accordion__cross {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
}
.accordion__cross::before, .accordion__cross::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #3b4043;
  content: "";
  display: block;
}
.accordion__cross::after {
  transform: rotate(90deg);
  transition: transform 0.25s ease-out;
}
.accordion__trigger.is-red .accordion__cross::before, .accordion__trigger.is-red .accordion__cross::after {
  background-color: #ee696f;
}
.accordion__trigger--active .accordion__cross::after {
  transform: rotate(0deg);
  transition: transform 0.25s ease-out;
}

.l-header {
  background-color: white;
  border-bottom: 1px solid white;
  box-sizing: border-box;
}
[data-scroll="true"] .l-header {
  border-bottom: 1px solid #e3e3e3;
}
.l-header__area.is-logged-in .modal--header .is-state--logout, .l-header__area.is-logged-out .modal--header .is-state--login {
  display: none;
}
.l-header__logo {
  width: 142px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 4px auto 0;
}
.l-header__inner {
  margin: 15px 16px;
  padding: 0;
  width: calc(100% - 32px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.l-header__inner .js-cart-count.badge {
  float: none;
  margin: 0;
  padding: 1px 2px;
  font-size: 12px;
  color: #fff;
  min-width: 9px;
  max-height: 11px;
  line-height: 11px;
  background-color: #e60012;
  border-radius: 999px;
  position: absolute;
  top: -1px;
  right: -4px;
  text-align: center;
  vertical-align: baseline;
  border: 1px solid #e60012;
}
.l-header .l-hamburger-menu__inner {
  right: 0;
  left: -60%;
}
.l-header .l-hamburger-menu__open-button {
  width: 28px;
  height: 28px;
  background-color: transparent;
}
.l-header .l-hamburger-menu__close-button {
  position: fixed;
  top: 14px;
  right: inherit;
  left: 16px;
  width: 28px;
  height: 28px;
  background: #fff;
  z-index: 100;
  opacity: 0;
}
.l-header .l-account-nav {
  width: 64px;
  display: block;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  transform: none;
  margin-left: auto;
}
.l-header .l-account-nav__list__item.is-search, .l-header .l-account-nav__list__item.is-cart {
  width: 28px;
  font-size: 0;
}
.l-header .l-account-nav__list__item + .l-account-nav__list__item {
  margin-left: 8px;
}
.l-header body.modal--open {
  height: 100vh;
  overflow-y: hidden;
}
.l-header .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}
.l-header .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.l-header .modal__content {
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.l-header .modal--header {
  display: none;
  height: 100vh;
  position: absolute;
  top: 59px;
  width: 100%;
  z-index: 98;
}
.l-header .modal--header .modal__bg {
  background: rgba(85, 85, 85, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.l-header .modal--header .modal__content {
  background: #fff;
  border-top: 1px solid #e3e3e3;
  box-sizing: border-box;
  top: 0;
  left: 50%;
  padding: 0;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  -webkit-filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.4));
}
[data-scroll="true"] .l-header .modal--header .modal__content {
  margin-top: -1px;
}
.l-header .modal--header .modal__inner {
  margin: 29px auto 0;
  padding-bottom: 19px;
  width: calc(100% - 40px);
}
.l-header .js-modal--open {
  cursor: pointer;
  display: block;
}
.l-header .p-modal-search-box__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.l-header .p-modal-search-box__form {
  box-sizing: border-box;
  width: calc(100% - 70px);
}
@media only screen and (max-width: 359px) {
  .l-header .p-modal-search-box__form {
    width: calc(100% - 64px);
  }
}
.l-header .p-modal-search-box__form input {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  overflow: visible;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}
.l-header .p-modal-search-box__form__keyword {
  padding: 10px 8px !important;
  height: 36px !important;
  width: calc(100% - 40px);
  box-sizing: border-box !important;
  border-top: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid #e3e3e3 !important;
  border-left: 1px solid #e3e3e3 !important;
}
@media only screen and (max-width: 359px) {
  .l-header .p-modal-search-box__form__keyword {
    width: calc(100% - 32px);
  }
}
.l-header .p-modal-search-box__form__submit-btn {
  width: 40px;
  height: 100%;
  background-image: url("/carte/assets/img/layout/header/icon/sp_search.png");
  background-size: 28px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #c8c8c8 !important;
  box-sizing: border-box !important;
  border-top: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid #e3e3e3 !important;
  border-right: 1px solid #e3e3e3 !important;
}
@media only screen and (max-width: 359px) {
  .l-header .p-modal-search-box__form__submit-btn {
    width: 32px;
    background-size: 20px auto;
  }
}
.l-header .p-modal-search-box__close {
  font-size: 12px;
  color: #3b4043;
  text-align: right;
  height: 36px;
  line-height: 36px;
  display: block;
  width: 70px;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 359px) {
  .l-header .p-modal-search-box__close {
    font-size: 10px;
    width: 64px;
  }
}
.l-header .p-modal-nav {
  margin: 25px auto 0;
  width: 100%;
}
.l-header .p-modal-nav__items {
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
}
.l-header .p-modal-nav__item {
  position: relative;
  font-size: 12px;
  color: #3b4043;
  height: 43px;
  line-height: 43px;
  border-top: 1px solid #e3e3e3;
  box-sizing: border-box;
}
.l-header .p-modal-nav__item__link {
  position: relative;
  color: #3b4043;
  padding-left: 45px;
}
.l-header .p-modal-nav__item--login .p-top-nav__item__link, .l-header .p-modal-nav__item--logout .p-top-nav__item__link {
  padding: 3px 7px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.l-header .p-modal-nav__item--cate a {
  display: block;
  background-image: url("/carte/assets/img/layout/header/icon/sp_category_search.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 33px auto;
}
.l-header .p-modal-nav__item--brand a {
  display: block;
  background-image: url("/carte/assets/img/layout/header/icon/sp_brand_search.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 33px auto;
}
.l-header .p-modal-nav__item--topics a {
  display: block;
  background-image: url("/carte/assets/img/layout/header/icon/sp_topics.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 33px auto;
}
.l-header .p-modal-nav__item--staff a {
  display: block;
  background-image: url("/carte/assets/img/layout/header/icon/sp_staff.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 33px auto;
}
.l-header .p-modal-nav__item__txt {
  text-align: left;
  font-size: 12px;
  height: 43px;
  line-height: 43px;
}
@media only screen and (max-width: 359px) {
  .l-header .p-modal-nav__item__txt {
    font-size: 10px;
  }
}
.l-header .p-modal-login {
  margin: 20px 0 0 auto;
  width: calc((361/670) * 100%);
  max-width: 180px;
}
.l-header .p-modal-login__link {
  margin: 0 0 0 auto;
  padding: 3px 7px;
  position: relative;
  color: #3b4043;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.is-logged-out .l-header .p-modal-login__link {
  color: #fff;
  background-color: #3b4043;
  border: 1px solid #3b4043;
}
.l-header .p-modal-login__icon {
  font-size: 0;
  width: 28px;
  margin: 0;
  position: absolute;
  top: 3px;
  left: 7px;
}
@media only screen and (max-width: 359px) {
  .l-header .p-modal-login__icon {
    width: 24px;
  }
}
.l-header .p-modal-login__icon img {
  width: 100%;
}
.l-header .p-modal-login__txt {
  text-align: center;
  font-size: 11px;
  line-height: 28px;
  height: 28px;
  margin-left: 20px;
  width: 100%;
}
@media only screen and (max-width: 359px) {
  .l-header .p-modal-login__txt {
    font-size: 10px;
    margin-left: 16px;
    line-height: 24px;
    height: 24px;
  }
}

.c-breadcrumb__inner {
  padding: 8px 20px;
}
.c-breadcrumb__item {
  font-size: 10px;
  position: relative;
  color: #231815;
}
.c-breadcrumb .breadcrumb__item__arrow {
  background-size: 4px 7px;
}

.l-main {
  padding-top: 59px;
}
.l-main__content {
  max-width: inherit;
}

.p-top-section__kv {
  margin-top: 15px;
}
.p-top-section__kv__slide .slick-dots {
  bottom: calc(-20px - 12px);
}
.p-top-section__kv__slide .slick-dots li {
  background: #4493c8;
}
.p-top-section__kv__slide .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
}

.l-footer__global-nav-area__media {
  display: block;
}

/*# sourceMappingURL=sp_add__dev.css.map */
