@charset "UTF-8";
/* カスタマイズ用CSS 2023*/
body {
  background: none;
}

.ec-layoutRole {
  min-height: auto;
  position: absolute;
  min-height: auto;
  z-index: 1000;
}

.have_curtain .ec-overlayRole {
  z-index: 1001;
}

.ec-cartRow .ec-cartRow__amountColumn {
  min-width: 60px;
}
.ec-cartRow .ec-cartRow__contentColumn {
  padding: 10px 0 10px 10px;
}

@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__amountColumn {
    min-width: 210px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__contentColumn {
    padding: 10px 0;
  }
}
.ec-imageGrid .ec-imageGrid__content p:nth-child(n+2) {
  padding: 10px 0 0;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
  display: none;
}

.ec-layoutRole__contents {
  position: relative;
  padding: 250px 0 0 0;
  background: none;
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole__contents {
    padding: 340px 0 0 0;
  }
}
.ec-sliderRole {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  max-width: none;
}

.ec-footerRole {
  background: #5bb1b1;
}

.ec-footerTitle__logo > a {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.ec-footerTitle__logo > a > img {
  width: 100%;
}

.ec-footerTitle {
  padding: 20px 0;
}

.ec-blockTopBtn {
  background-color: #000;
  border-radius: 10px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #5bb1b1;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
  font-weight: bold;
  padding: 12px 30px 14px 14px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  height: 48px;
}

@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    padding: 8px 24px 8px 18px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    top: 0;
    right: 0.4em;
  }
}
@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    height: 34px;
  }
}
.ec-favoriteRole__itemTitle {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ec-favoriteRole .ec-favoriteRole__item {
  margin-bottom: 18px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px 10px 10px;
}
.ec-favoriteRole .ec-favoriteRole__itemThumb {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
}
.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle.custom2023 {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ededed;
  border: 4px solid #fff;
}

@media only screen and (min-width: 768px) {
  .ec-favoriteRole .ec-favoriteRole__item {
    margin-bottom: 8px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle.custom2023 {
    position: absolute;
    right: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.ec-historyListHeader .ec-historyListHeader__action a {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ec-historyListHeader .ec-historyListHeader__action a {
    width: auto;
  }
}
.ec-imageGrid .ec-imageGrid__content span {
  display: block;
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  .ec-imageGrid .ec-imageGrid__content span {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
.ec-historyRole .ec-historyRole__contents {
  padding-bottom: 32px;
}

@media only screen and (min-width: 768px) {
  .ec-historyRole .ec-historyRole__contents {
    padding-bottom: 16px;
  }
}
.ec-itemNav {
  display: none;
}

@media only screen and (min-width: 768px) {
  .ec-itemNav {
    display: block;
  }
}
.ec-headerCategoryArea {
  display: none;
}
.ec-headerCategoryArea .ec-itemNav {
  display: block;
}

@media only screen and (min-width: 768px) {
  .ec-headerCategoryArea {
    display: block;
  }
}
.ec-itemNav__nav li ul li a {
  background: #5bb1b1;
}
.ec-itemNav__nav li ul li:hover {
  cursor: pointer;
}

.ec-drawerRole {
  background: #5bb1b1;
}
.ec-drawerRole .ec-headerLinkArea {
  background: #5bb1b1;
}

.ec-shelfGrid.custom2023 .product__name {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ec-shelfGrid.custom2023 .product__name {
    width: calc(100% - 455px);
  }
}
.js-form-favorite {
  width: 160px;
}

@media only screen and (min-width: 768px) {
  .js-form-favorite {
    width: auto;
  }
}
.custom2023 {
  display: block;
}
.custom2023 .w-25 {
  display: none;
}
.custom2023 .w-50 {
  width: 100% !important;
}
.custom2023 .ec-shelfGrid__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 16px;
}
.custom2023 .ec-shelfGrid__item-image {
  display: none;
}
.custom2023 .ec-shelfGrid__item:nth-child(odd) {
  background: #f9f9f9;
  margin: 0;
  padding: 16px 16px;
}
.custom2023 .ec-shelfGrid__item:nth-child(even) {
  margin: 0;
  padding: 16px 16px;
}
.custom2023 .ec-shelfGrid__item > form {
  padding: 0;
  width: calc(100% - 160px);
}
.custom2023 .ec-shelfGrid__item .product__detail {
  width: 100%;
}
.custom2023 .ec-numberInput > input {
  margin: 0;
}
.custom2023 .ec-numberInput > span {
  font-size: 0.8rem;
}
.custom2023 .ec-shelfGrid__item .ec-productRole__btn {
  margin: 0;
  width: 160px;
}
.custom2023 .ec-favoriteRole__itemTitle .product__code {
  margin: 0 20px 0 0;
}
.custom2023 .ec-topicpath {
  color: #5CB1B1;
}
.custom2023 .ec-topicpath__divider {
  position: relative;
  margin: 0 0 0 0;
  width: 12px;
  height: 12px;
}
.custom2023 .ec-topicpath__divider > span {
  position: absolute;
  width: 12px;
  height: 24px;
  background: url("/html/user_data/assets/img/common/arrow_toright.svg") center center/cover no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.custom2023 .product__detail {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto auto auto 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom2023 .product__maker {
  width: 40%;
  margin: 0 auto 0 0;
}
.custom2023 .product__code {
  width: 50%;
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  background: #5CB1B1;
  border-radius: 100px;
  margin: 0;
  padding: 4px 10px;
}
.custom2023 .product__name {
  width: 100%;
  padding: 30px 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.custom2023 .product__price {
  display: none;
  margin: auto 0 auto auto;
}
.custom2023 .product__price .price01-default {
  margin: 0 16px 0 0;
}
.custom2023 .product__inventory {
  font-size: 0.8rem;
}
.custom2023 .product__inventory > span {
  padding: 4px 8px 4px 0;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .custom2023 .w-25 {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .custom2023 .w-50 {
    width: 50% !important;
  }
}
@media only screen and (min-width: 768px) {
  .custom2023 .ec-shelfGrid__item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .custom2023 .ec-shelfGrid__item > form {
    padding: 0 16px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .custom2023 .ec-shelfGrid__item .product__detail {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .custom2023 .ec-shelfGrid__item .ec-productRole__btn {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .custom2023 .product__detail {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .custom2023 .product__maker {
    width: 140px;
    padding: 0 16px 0 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .custom2023 .product__code {
    width: 150px;
    font-size: 1rem;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .custom2023 .product__name {
    width: calc(100% - 310px);
    padding: 0;
    font-size: 1rem;
  }
}
.ec-headerNaviRole__left {
  display: none;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 100%;
}