/* Primary Color */
/* Accent Color */
html {
  font-size: 16px;
  line-height: 1.6;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #EEE9DF;
  color: #333;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.imgSp {
  display: none !important;
}

@media (max-width: 768px) {
  .imgPc {
    display: none !important;
  }
  .imgSp {
    display: block !important;
  }
}
.ec-customizeRole {
  background-color: #EEE9DF;
}
.ec-customizeRole .ec-headerNaviObi a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  background-color: #434A46;
  color: #FFFFFF;
}
.ec-customizeRole .ec-headerRole__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ec-customizeRole .ec-headerRole__title .ec-headerTitle {
  margin: 0;
}
.ec-customizeRole .ec-headerRole__title .ec-headerTitle a {
  margin: 0;
}
.ec-customizeRole .ec-headerNaviRole {
  border-bottom: 1px solid #434A46;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 5.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}
.ec-customizeRole .ec-headerNaviRole__left {
  width: inherit;
}
.ec-customizeRole .ec-cartNaviNull {
  left: 0;
  right: inherit;
}
.ec-customizeRole .ec-cartNaviNull .ec-cartNaviNull__message {
  background-color: #B8232F;
}
.ec-customizeRole .ec-cartNaviIsset {
  left: 0;
  right: inherit;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-cartNaviIsset {
    right: 0;
    left: inherit;
  }
}
.ec-customizeRole .ec-headerNav {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.ec-customizeRole .ec-headerNav__logo a {
  display: block;
  width: 32px;
}
.ec-customizeRole .ec-headerNav__logo svg {
  width: 100%;
  height: auto;
}
.ec-customizeRole .ec-headerNav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}
.ec-customizeRole .ec-headerNav__item {
  height: 2rem;
  display: flex;
  align-items: center;
}
.ec-customizeRole .ec-headerNav__itemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
}
.ec-customizeRole .ec-headerNav__itemText {
  font-size: 1rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: #434A46;
  line-height: 1;
  margin: 0;
}
.ec-customizeRole .ec-headerNav__item.-entry svg {
  display: none;
}
.ec-customizeRole .ec-headerNav__item.-entry .ec-headerNav__itemText {
  width: 6rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border: 1px solid #6D6D6D;
  border-radius: 2px;
}
.ec-customizeRole .ec-headerNav__item.-logout svg {
  display: none;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-headerNav__item.-logout svg {
    display: block;
  }
}
.ec-customizeRole .ec-headerNav__item.-logout .ec-headerNav__itemText {
  display: block;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-headerNav__item.-logout .ec-headerNav__itemText {
    display: none;
  }
}
.ec-customizeRole .ec-headerNav__item.-login svg {
  display: none;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-headerNav__item.-login svg {
    display: block;
  }
}
.ec-customizeRole .ec-headerNav__item.-login .ec-headerNav__itemText {
  display: block;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-headerNav__item.-login .ec-headerNav__itemText {
    display: none;
  }
}
.ec-customizeRole .ec-headerNav__item.-like svg {
  display: none;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-headerNav__item.-like svg {
    display: block;
  }
}
.ec-customizeRole .ec-headerNav__item.-like .ec-headerNav__itemText {
  display: block;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-headerNav__item.-like .ec-headerNav__itemText {
    display: none;
  }
}
.ec-customizeRole .ec-headerNav__item.-mypage {
  padding-left: 0.75rem;
  border-left: 1px solid #6D6D6D;
}
.ec-customizeRole .ec-headerNav__item.-mypage .ec-headerNav__itemText {
  display: none;
}
.ec-customizeRole .ec-cartNavi {
  padding: 10px 0 0 20px;
  width: auto;
  color: #434A46;
  background: transparent;
  font-family: "Urbanist", sans-serif;
}
@media (min-width: 768px) {
  .ec-customizeRole .ec-cartNavi {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    border-radius: 0;
    padding: 0;
    height: 2rem;
  }
}
.ec-customizeRole .ec-cartNavi__icon {
  display: grid;
  gap: 0.75rem;
  font-size: 20px;
  position: relative;
}
.ec-customizeRole .ec-cartNavi__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ec-customizeRole .ec-cartNavi__badge {
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 0.7;
  background-color: transparent;
  color: #978F80;
  position: absolute;
  left: 60%;
  top: -10px;
}
@media (min-width: 768px) {
  .ec-customizeRole .ec-cartNavi__badge {
    display: inline-block;
    min-width: 17px;
    position: relative;
    left: 0;
    top: 0;
  }
}
.ec-customizeRole .ec-cartNavi__price {
  display: none;
}
@media (min-width: 768px) {
  .ec-customizeRole .ec-cartNavi__price {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: normal;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-cartNaviIsset {
    left: 0;
  }
}
.ec-customizeRole .ec-cartNaviIsset::before {
  left: 8px;
}
.ec-customizeRole .ec-cartNaviIsset__cart {
  display: flex;
}
.ec-customizeRole .ec-cartNaviIsset__cartImage {
  float: none;
}
.ec-customizeRole .ec-cartNaviIsset__cartImage {
  float: none;
}
.ec-customizeRole .ec-cartNavi.is-active .ec-cartNavi__icon:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.ec-customizeRole .ec-cartNavi.is-active .ec-cartNavi__badge {
  display: none;
}
@media (min-width: 768px) {
  .ec-customizeRole .ec-cartNavi.is-active .ec-cartNavi__badge {
    display: none;
  }
}
.ec-customizeRole .ec-categoryNaviRole {
  width: 100%;
  max-width: 100%;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.1rem;
  background-color: #EEE9DF;
  border-bottom: 1px solid #434A46;
}
.ec-customizeRole .ec-categoryNaviRole .ec-itemNav__nav li a {
  background-color: #EEE9DF;
  font-size: 14px;
  padding: 12px;
}
.ec-customizeRole .ec-categoryNaviRole .ec-itemNav__nav li a:hover {
  background-color: #CFC19E;
  filter: brightness(1);
}
.ec-customizeRole .ec-categoryNaviRole .ec-itemNav__nav li ul {
  color: #222222;
  margin-top: 1px;
}
.ec-customizeRole .ec-categoryNaviRole .ec-itemNav__nav li ul li a {
  color: #FFFFFF;
  background-color: #222222;
}
.ec-customizeRole .ec-categoryNaviRole .ec-itemNav__nav > li:hover li:hover > a {
  background: #E8DDC9;
  color: #434A46;
  filter: brightness(1);
}
.ec-customizeRole .ec-categoryNaviRole .ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #E8DDC9;
  color: #434A46;
  filter: brightness(1);
}

@media (max-width: 1000px) {
  .ec-customizeRole .ec-headerNaviRole .ec-headerRole__title .ec-headerTitle {
    width: 10rem;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-headerRole__title .ec-headerTitle a, .ec-customizeRole .ec-headerNaviRole .ec-headerRole__title .ec-headerTitle svg {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .ec-customizeRole .ec-headerNaviRole {
    height: 64px;
    padding: 0;
    display: flex;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-headerNavSP {
    position: absolute;
    top: 12px;
    left: 12px;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-headerNaviRole__nav {
    width: 100%;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-headerNav {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-headerNaviRole__left {
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-cartNavi {
    padding: 5px 0 0;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-cartNaviIsset.is-active {
    display: grid;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-cartNavi__badge {
    display: none;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-headerRole__title .ec-headerTitle {
    width: 10rem;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-headerRole__title .ec-headerTitle a, .ec-customizeRole .ec-headerNaviRole .ec-headerRole__title .ec-headerTitle svg {
    width: 100%;
    height: auto;
  }
  .ec-customizeRole .ec-headerNaviRole .ec-headerRole__right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4rem;
    z-index: 999;
    background-color: rgba(238, 233, 223, 0.7411764706);
    border-top: 1px solid #CFC19E;
  }
}
.ec-customizeRole {
  width: 100%;
}
.ec-customizeRole .ec-layoutRole__footer {
  background-color: #EEE9DF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-customizeRole .ec-layoutRole__footer .ec-footerRole {
  background-color: #EEE9DF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-layoutRole__footer .ec-footerRole {
    padding: 60px 0 80px;
  }
}
.ec-customizeRole .ec-layoutRole__footer .ec-footerRole__inner {
  width: 100%;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-layoutRole__footer .ec-footerRole__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.ec-customizeRole .ec-layoutRole__footer .ec-footerTitle__logo span {
  display: none;
}
.ec-customizeRole .ec-layoutRole__footer .ec-footerNavi {
  color: #434A46;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-layoutRole__footer .ec-footerNavi {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-layoutRole__footer .ec-footerNavi__link {
    width: 100%;
  }
}
.ec-customizeRole .ec-layoutRole__footer .ec-footerNavi__link a {
  border-bottom: none;
}
.ec-customizeRole .ec-layoutRole__footer .ec-footerTitle__copyright {
  color: #434A46;
  font-family: "Urbanist", sans-serif;
}

.ec-customizeRole .ec-layoutRole .ec-layoutRole__contents {
  max-width: inherit;
}
.ec-customizeRole .ec-layoutRole .ec-layoutRole__contents {
  max-width: inherit;
}
.ec-customizeRole a {
  color: #434A46;
  transition: 0.4s;
}
.ec-customizeRole a:hover {
  filter: brightness(0.7);
}
.ec-customizeRole .ec-link {
  color: #B8232F;
  text-decoration: underline;
}
.ec-customizeRole .ec-pageHeader {
  text-align: center;
}
.ec-customizeRole .ec-pageHeader h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  border-bottom: none;
  border-top: none;
  font-size: 2rem;
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-pageHeader h1 {
    font-size: 1.75rem;
  }
}
.ec-customizeRole .ec-pageHeader__en {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
}
.ec-customizeRole .ec-pageHeader__ja {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}
.ec-customizeRole .ec-inlineBtn--top {
  display: block;
  width: 12.5rem;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.1em;
  color: #434A46;
  border: 1px solid #434A46;
  background-color: transparent;
  margin: 2.5rem auto;
}
.ec-customizeRole .ec-layoutRole__contents .ec-secHeading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0.75rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.ec-customizeRole .ec-layoutRole__contents .ec-secHeading__en {
  font-family: "Urbanist", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.ec-customizeRole .ec-layoutRole__contents .ec-secHeading__line {
  display: none !important;
}
.ec-customizeRole .ec-layoutRole__contents .ec-secHeading__ja {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-commonSearchRole {
    max-width: 100%;
    margin: 0 20px 40px;
  }
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch {
  padding: 1.75rem 0;
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch form {
  max-width: 45rem;
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-commonSearchRole .ec-headerSearch form {
    grid-template-columns: 1fr;
    height: inherit;
  }
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch__category {
  width: inherit;
  float: none;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-commonSearchRole .ec-headerSearch__category {
    height: 2.75rem;
  }
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch__category .ec-select {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid #434A46;
  border-radius: 0;
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch__category .ec-select::before {
  top: 50%;
  transform: translate(0, -50%);
  right: 0.5rem;
  border-top: 6px solid #434A46;
  pointer-events: none;
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch__category .ec-select select {
  height: 100%;
  color: #434A46;
  font-family: "Urbanist", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch .ec-headerSearch__keyword {
  float: none;
  width: inherit;
  height: 100%;
  border: none;
  background-color: transparent;
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  height: 100%;
  border: 1px solid #434A46;
  border-radius: 0;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-commonSearchRole .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    height: 2.75rem;
  }
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch .ec-headerSearch__keyword .ec-input {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-commonSearchRole .ec-headerSearch .ec-headerSearch__keyword .ec-input {
    height: 2.75rem;
  }
}
.ec-customizeRole .ec-commonSearchRole .ec-headerSearch .ec-headerSearch__keyword .ec-input .ec-headerSearch__keywordBtn {
  position: relative;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CFC19E;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-commonSearchRole .ec-headerSearch .ec-headerSearch__keyword .ec-input .ec-headerSearch__keywordBtn {
    height: 2.75rem;
  }
}
.ec-customizeRole .ec-blockBtn {
  background-color: transparent;
  color: #6D6D6D;
  border-color: #6D6D6D;
}
.ec-customizeRole .ec-inlineBtn {
  background-color: #6D6D6D;
  color: #FFFFFF;
  border-color: #6D6D6D;
}
.ec-customizeRole .ec-blockBtn--cancel {
  background-color: transparent;
  color: #6D6D6D;
  border-color: #6D6D6D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.ec-customizeRole .ec-blockBtn--cancel svg {
  width: 20px;
  height: 20px;
}
.ec-customizeRole .ec-blockBtn--cancel:hover {
  color: #fff;
  background-color: #6D6D6D;
  border-color: #6D6D6D;
}
.ec-customizeRole .ec-blockBtn--cancel:hover svg path {
  fill: #FFFFFF;
}
.ec-customizeRole .ec-blockBtn--action {
  color: #FFFFFF;
  background-color: #B8232F;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: 0.4s;
}
.ec-customizeRole .ec-blockBtn--action svg {
  width: 20px;
  height: 20px;
}
.ec-customizeRole .ec-blockBtn--action:hover {
  filter: brightness(0.8);
}
.ec-customizeRole .ec-inlineBtn--action:hover {
  background-color: #B8232F;
  color: #FFFFFF;
  transition: 0.4s;
}
.ec-customizeRole .ec-inlineBtn--white {
  background-color: #FFFFFF;
  color: #434A46;
  border-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.ec-customizeRole .ec-inlineBtn--white svg {
  width: 20px;
  height: 20px;
}
.ec-customizeRole .ec-layoutRole__contents {
  max-width: 100%;
}
.ec-customizeRole .ec-searchnavRole__topicpath {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.04em;
}
.ec-customizeRole .ec-searchnavRole__topicpath .ec-topicpath .ec-topicpath__item a {
  color: #6D6D6D;
  text-decoration: underline;
  font-weight: 500;
}
.ec-customizeRole .ec-searchnavRole__topicpath .ec-topicpath .ec-topicpath__item--active a {
  color: #6D6D6D;
  text-decoration: underline;
  font-weight: 500;
}
.ec-customizeRole .ec-searchnavRole .ec-searchnavRole__counter {
  color: #6D6D6D;
}

.ec-blockTopBtn {
  background-color: #6D6D6D;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .ec-blockTopBtn {
    right: 12px;
    bottom: 5rem;
  }
}

.ec-select select,
.ec-birth select {
  color: #6D6D6D;
  background-color: transparent;
  border: 1px solid #6D6D6D;
  border-radius: 0;
  appearance: none;
  background-image: url("/html/user_data/assets/img/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 12px center;
  min-width: 160px;
}
.ec-select label,
.ec-birth label {
  color: #6D6D6D;
}

@media (max-width: 768px) {
  .ec-birth select {
    min-width: 100px;
  }
}

.ec-input,
.ec-zipInput,
.ec-halfInput,
.ec-telInput {
  margin-bottom: 16px;
}
.ec-input textarea,
.ec-input input[type=text],
.ec-input input[type=email],
.ec-input input[type=email],
.ec-input input[type=password],
.ec-input input[type=tel],
.ec-input input[type=number],
.ec-zipInput textarea,
.ec-zipInput input[type=text],
.ec-zipInput input[type=email],
.ec-zipInput input[type=email],
.ec-zipInput input[type=password],
.ec-zipInput input[type=tel],
.ec-zipInput input[type=number],
.ec-halfInput textarea,
.ec-halfInput input[type=text],
.ec-halfInput input[type=email],
.ec-halfInput input[type=email],
.ec-halfInput input[type=password],
.ec-halfInput input[type=tel],
.ec-halfInput input[type=number],
.ec-telInput textarea,
.ec-telInput input[type=text],
.ec-telInput input[type=email],
.ec-telInput input[type=email],
.ec-telInput input[type=password],
.ec-telInput input[type=tel],
.ec-telInput input[type=number] {
  color: #6D6D6D;
  margin: 0;
  text-align: left;
  background-color: transparent;
  border: 1px solid #6D6D6D;
  border-radius: 0;
}

.ec-input input:focus, .ec-birth input:focus, .ec-select input:focus, .ec-halfInput input:focus, .ec-numberInput input:focus, .ec-zipInput input:focus, .ec-telInput input:focus, .ec-input textarea:focus, .ec-birth textarea:focus, .ec-select textarea:focus, .ec-halfInput textarea:focus, .ec-numberInput textarea:focus, .ec-zipInput textarea:focus, .ec-telInput textarea:focus {
  border-color: #0F834D;
}

.ec-zipInputHelp span {
  color: #0F834D;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
  background: #0F834D;
}

.ec-login__input .ec-input input {
  margin-bottom: 12px;
}

.ec-customizeRole .ec-sliderRole {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-sliderRole {
    margin: 0;
  }
}
.ec-customizeRole .ec-sliderRole .main_visual {
  margin: 0;
}
.ec-customizeRole .ec-sliderRole .slick-arrow {
  z-index: 99;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.7;
}
.ec-customizeRole .ec-sliderRole .slick-arrow:hover {
  opacity: 0.6;
}
.ec-customizeRole .ec-sliderRole .prev-arrow {
  left: 20px;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-sliderRole .prev-arrow {
    left: 0;
  }
}
.ec-customizeRole .ec-sliderRole .next-arrow {
  right: 20px;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-sliderRole .next-arrow {
    right: 0;
  }
}
.ec-customizeRole .ec-sliderRole .slick-dots {
  bottom: 40px;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-sliderRole .slick-dots {
    bottom: 28px;
  }
}
.ec-customizeRole .ec-sliderRole .slick-dots li {
  margin: 0 3px;
}
.ec-customizeRole .ec-sliderRole .slick-dots .slick-active button:before {
  background-color: #B8232F;
}
.ec-customizeRole .ec-sliderRole .slick-dots li button:before {
  background-color: #EEE9DF;
  opacity: 0.8;
}
.ec-customizeRole .ec-categoryRole {
  padding: 80px 0 40px;
  background: inherit;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-categoryRole {
    padding: 60px 0 40px;
  }
}
.ec-customizeRole .top_categoryList {
  display: block;
  padding: 0;
  margin: 0;
}
.ec-customizeRole .top_categoryList .slick-arrow {
  z-index: 99;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.7;
}
.ec-customizeRole .top_categoryList .slick-arrow:hover {
  opacity: 0.6;
}
.ec-customizeRole .top_categoryList .prev-arrow {
  left: -14px;
}
@media (max-width: 768px) {
  .ec-customizeRole .top_categoryList .prev-arrow {
    left: 0;
  }
}
.ec-customizeRole .top_categoryList .next-arrow {
  right: -14px;
}
@media (max-width: 768px) {
  .ec-customizeRole .top_categoryList .next-arrow {
    right: 0;
  }
}
.ec-customizeRole .top_categoryList .ec-categoryRole__listItem {
  box-sizing: border-box;
  padding: 0 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .ec-customizeRole .top_categoryList .ec-categoryRole__listItem {
    margin: 0;
    padding: 0;
  }
}
.ec-customizeRole .top_categoryList .ec-categoryRole__listItem a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ec-customizeRole .top_categoryList .ec-categoryRole__listItem a {
    display: grid;
    grid-template-columns: 40px 1fr;
    justify-items: flex-start;
    align-items: center;
    gap: 0.625rem;
  }
}
.ec-customizeRole .top_categoryList .ec-categoryRole__listItem a img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .top_categoryList .ec-categoryRole__listItem a img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 0.25rem;
  }
}
.ec-customizeRole .top_categoryList .ec-categoryRole__listItem a em {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .top_categoryList .ec-categoryRole__listItem a em {
    font-size: 0.875rem;
    position: static;
    left: auto;
    bottom: auto;
    text-align: left;
    color: #434A46;
  }
}
.ec-customizeRole .top_categoryList.slick-initialized {
  display: block;
}
@media (max-width: 768px) {
  .ec-customizeRole .top_categoryList {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .ec-customizeRole .top_categoryList .ec-categoryRole__listItem {
    width: calc(50% - 0.5rem);
  }
}

@media (max-width: 768px) {
  .ec-customizeRole .top_categoryList .ec-categoryRole__listItem.pc {
    display: none;
  }
}

.ec-customizeRole .ec-eyecatchRole {
  max-width: 77.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-eyecatchRole {
    margin: 40px auto 0;
  }
}
.ec-customizeRole .ec-eyecatchRole__intro {
  position: relative;
  z-index: 2;
  max-width: 50rem;
  width: 100%;
  text-align: center;
  padding: 0;
}
.ec-customizeRole .ec-eyecatchRole__introEnTitle {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2em;
}
.ec-customizeRole .ec-eyecatchRole__introTitle {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.ec-customizeRole .ec-eyecatchRole__introDescription {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-eyecatchRole__introDescription {
    font-size: 0.75rem;
    text-align: left;
  }
}
.ec-customizeRole .ec-eyecatchRole__imgLeft {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  max-width: 12.5rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-eyecatchRole__imgLeft {
    max-width: 10rem;
    opacity: 0.6;
  }
}
.ec-customizeRole .ec-eyecatchRole__imgRight {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  max-width: 12.5rem;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-eyecatchRole__imgRight {
    max-width: 10rem;
    opacity: 0.6;
  }
}
.ec-customizeRole .ec-topicRole {
  padding: 40px 0 80px;
  background-color: transparent;
}
.ec-customizeRole .ec-topicRole__listItem a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ec-customizeRole .ec-topicRole__listItemTitle {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Urbanist", sans-serif;
  color: #FFFFFF;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}
.ec-customizeRole .ec-newItemRole {
  padding: 60px 0;
}
.ec-customizeRole .ec-newItemRole__listItem a {
  font-family: "Urbanist", sans-serif;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: center;
}
.ec-customizeRole .ec-newItemRole__listItemDetail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.ec-customizeRole .ec-newItemRole__listItemTitle {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  font-style: normal;
  margin: 0;
}
.ec-customizeRole .ec-newItemRole__listItemPrice {
  color: #434A46;
  font-size: 0.875rem;
  text-align: center;
  font-style: normal;
  margin: 0;
}
.ec-customizeRole .ec-newsRole {
  background-color: #434A46;
  color: #FFFFFF;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-newsRole {
    padding: 3.75rem 0;
  }
}
.ec-customizeRole .ec-newsRole .ec-secHeading {
  color: #FFFFFF;
}
.ec-customizeRole .ec-newsRole__inner {
  max-width: 60rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-newsRole__inner {
    padding: 0 1.5rem;
  }
}
.ec-customizeRole .ec-newsRole__news {
  border: none;
}
.ec-customizeRole .ec-newsRole__newsItem {
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
.ec-customizeRole .ec-newsRole__newsItem:not(:last-of-type) {
  border-top: 1px solid #FFFFFF;
}
.ec-customizeRole .ec-newsRole__newsHeading {
  flex-direction: column;
}
.ec-customizeRole .ec-newsRole__newsDate {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.ec-customizeRole .ec-newsRole__newsTitle {
  color: #FFFFFF;
}
.ec-customizeRole .ec-newsRole__newsClose {
  position: absolute;
  top: 20px;
  right: 20px;
}
.ec-customizeRole .ec-newsRole__newsCloseBtn {
  width: 28px;
  height: 28px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: inherit;
}

.ec-customizeRole .ec-aboutRole {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-aboutRole {
    margin: 0;
  }
}
.ec-customizeRole .ec-aboutRoll__cell {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-aboutRoll__cell {
    gap: 24px;
  }
}
.ec-customizeRole .ec-aboutRoll__cell__movie {
  max-width: 70rem;
}
.ec-customizeRole .ec-aboutRoll__cell__movie iframe {
  width: 100%;
  height: 520px;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-aboutRoll__cell__movie iframe {
    height: 148px;
  }
}
.ec-customizeRole .ec-aboutRoll__cell__text {
  max-width: 55rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
.ec-customizeRole .ec-aboutRoll__cell__text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-aboutRoll__cell__text h2 {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.ec-customizeRole .ec-aboutRoll__cell__text p {
  font-size: 1rem;
  line-height: 2;
}
.ec-customizeRole .ec-aboutRoll__cell__imageSlide {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin: 20px 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-customizeRole .marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.ec-customizeRole .marquee-content {
  display: inline-block;
  animation: scroll-left-marquee 20s linear infinite;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .ec-customizeRole .marquee-content {
    animation: scroll-left-marquee 15s linear infinite;
  }
}
.ec-customizeRole .marquee-content img {
  width: 320px;
  height: auto;
  flex-shrink: 0;
  margin-right: 40px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ec-customizeRole .marquee-content img {
    width: 200px;
    height: auto;
    margin-right: 15px;
  }
}
.ec-customizeRole .marquee-container:hover .marquee-content {
  animation-play-state: paused;
}
.ec-customizeRole .ec-aboutRoll__cell__landrover {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3C4A3A;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 120px;
  margin-bottom: -60px;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-aboutRoll__cell__landrover {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.ec-customizeRole .ec-aboutRoll__landrover__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-aboutRoll__landrover__inner {
    gap: 40px;
  }
}
.ec-customizeRole .ec-aboutRoll__landrover__header {
  text-align: center;
}
.ec-customizeRole .ec-aboutRoll__landrover__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  gap: 60px;
  flex-wrap: wrap;
}
.ec-customizeRole .ec-aboutRoll__landrover__logo--left,
.ec-customizeRole .ec-aboutRoll__landrover__logo--right {
  max-width: 200px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-aboutRoll__landrover__logo--left,
  .ec-customizeRole .ec-aboutRoll__landrover__logo--right {
    display: none;
  }
}
.ec-customizeRole .ec-aboutRoll__landrover__logo--landrover {
  max-width: 280px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-aboutRoll__landrover__logo--landrover {
    max-width: 200px;
  }
}
.ec-customizeRole .ec-aboutRoll__landrover__title {
  display: none;
}
.ec-customizeRole .ec-aboutRoll__landrover__mainVisual,
.ec-customizeRole .ec-aboutRoll__landrover__subVisual {
  width: 100%;
}
.ec-customizeRole .ec-aboutRoll__landrover__mainVisual img,
.ec-customizeRole .ec-aboutRoll__landrover__subVisual img {
  display: block;
  width: 100%;
  height: auto;
}
.ec-customizeRole .ec-aboutRoll__landrover__textBox {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.ec-customizeRole .ec-aboutRoll__landrover__textBox__heading {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ec-customizeRole .ec-aboutRoll__landrover__textBox__heading {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.ec-customizeRole .ec-aboutRoll__landrover__textBox__text {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 30px;
  text-align: left;
}
.ec-customizeRole .ec-aboutRoll__landrover__textBox__btn .ec-blockBtn--action {
  background-color: #5C6E5A;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.ec-customizeRole .ec-aboutRoll__landrover__textBox__btn .ec-blockBtn--action:hover {
  background-color: rgb(68.54, 81.95, 67.05);
}

@keyframes scroll-left-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.mypage .ec-layoutRole__main,
.product_page .ec-layoutRole__main,
.cart_page .ec-layoutRole__main,
.registration_page .ec-layoutRole__main,
.other_page .ec-layoutRole__main {
  padding: 3.75rem 0;
}
@media (max-width: 768px) {
  .mypage .ec-layoutRole__main,
  .product_page .ec-layoutRole__main,
  .cart_page .ec-layoutRole__main,
  .registration_page .ec-layoutRole__main,
  .other_page .ec-layoutRole__main {
    padding: 2.5rem 0;
  }
}

.product_page .ec-customizeRole .ec-sliderItemRole .slideThumb img {
  width: 100%;
}
.product_page .ec-customizeRole .slick-dots {
  bottom: -32px;
}
.product_page .ec-customizeRole .ec-productRole {
  max-width: 77.5rem;
}
.product_page .ec-customizeRole .ec-productRole__tags {
  border-bottom: none;
  margin: 0 0 12px;
  padding: 0;
}
.product_page .ec-customizeRole .ec-productRole__tag {
  font-family: "Urbanist", sans-serif;
  background-color: #434A46;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  border-radius: 0;
  border-color: #434A46;
}
.product_page .ec-customizeRole .ec-productRole__title {
  font-family: "Urbanist", sans-serif;
  margin-bottom: 12px;
}
.product_page .ec-customizeRole .ec-productRole__title h2 {
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .product_page .ec-customizeRole .ec-productRole__title h2 {
    font-size: 1.375rem;
  }
}
.product_page .ec-customizeRole .ec-productRole__price {
  padding: 0;
  border-bottom: none;
  display: grid;
  gap: 0.25rem;
  margin-bottom: 32px;
}
.product_page .ec-customizeRole .ec-productRole__price .ec-price {
  color: #434A46;
  font-size: 1.5rem;
}
.product_page .ec-customizeRole .ec-productRole__price .ec-price .ec-price__price {
  font-family: "Urbanist", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #434A46;
  padding: 0;
}
.product_page .ec-customizeRole .ec-productRole__price .ec-price .ec-price__tax {
  font-size: 0.875rem;
}
.product_page .ec-customizeRole .ec-productRole__priceRegular {
  padding: 0;
  font-size: 0.875rem;
  color: #978F80;
}
.product_page .ec-customizeRole .ec-productRole__priceRegularPrice {
  color: #978F80;
  font-size: 0.875rem;
}
.product_page .ec-customizeRole .ec-productRole__priceRegularTax {
  font-size: 0.75rem;
  color: #978F80;
}
.product_page .ec-customizeRole .ec-productRole__description {
  margin-top: 32px;
  color: #6D6D6D;
  font-size: 0.875rem;
  line-height: 1.7;
}
.product_page .ec-customizeRole .ec-productRole__actions {
  color: #6D6D6D;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 32px;
  padding: 0 0 32px;
  border-bottom: 1px solid #BEB9B1;
}
@media (max-width: 768px) {
  .product_page .ec-customizeRole .ec-productRole__actions {
    grid-template-columns: 1fr;
  }
}
.product_page .ec-customizeRole .ec-productRole__actions .ec-select {
  margin-bottom: 0;
}
.product_page .ec-customizeRole .ec-productRole__actions .ec-select .mb-3 {
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0;
}
.product_page .ec-customizeRole .ec-productRole__actions .ec-select label {
  font-size: 0.75rem;
  font-weight: 500;
  min-width: 72px;
  display: flex;
  align-items: center;
  margin: 0;
}
.product_page .ec-customizeRole .ec-productRole__actions .ec-select select {
  color: #6D6D6D;
  background-color: transparent;
  border: 1px solid #6D6D6D;
  border-radius: 0;
  min-width: inherit;
}
.product_page .ec-customizeRole .ec-productRole__actions .ec-numberInput {
  display: flex;
  align-items: center;
  gap: 0;
}
.product_page .ec-customizeRole .ec-productRole__actions .ec-numberInput span {
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
  min-width: 72px;
}
.product_page .ec-customizeRole .ec-productRole__actions .ec-numberInput input[type=number] {
  color: #6D6D6D;
  margin: 0;
  text-align: left;
  background-color: transparent;
  border: 1px solid #6D6D6D;
  border-radius: 0;
}
.product_page .ec-customizeRole .ec-productRole__btn {
  width: 100%;
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  margin-bottom: 12px;
}
.product_page .ec-customizeRole .ec-productRole__code {
  margin-top: 32px;
  padding: 32px 0 0;
  border-bottom: none;
  border-top: 1px solid #BEB9B1;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.product_page .ec-customizeRole .ec-productRole__category {
  padding: 0;
  margin-top: 20px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: none;
}
.product_page .ec-customizeRole .ec-productRole__category div {
  font-weight: 500;
}
.product_page .ec-customizeRole .ec-productRole__category a {
  color: #6D6D6D;
  text-decoration: underline;
}
.product_page .ec-customizeRole .ec-grid2 {
  gap: 40px;
}
.product_page .ec-customizeRole .ec-sliderItemRole {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .product_page .ec-customizeRole .ec-sliderItemRole {
    margin: 0 0 20px;
  }
}
.product_page .ec-customizeRole .ec-sliderItemRole .item_nav {
  gap: 12px;
}
.product_page .ec-customizeRole .ec-sliderItemRole .slideThumb {
  width: calc(20% - 9.6px);
}
.product_page .ec-customizeRole .ec-productRole__profile {
  margin: 0;
}
.product_page .ec-shelfGrid__item-image {
  margin-bottom: 16px;
}
.product_page .ec-shelfGrid__item p {
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
.product_page .ec-shelfGrid__item .price02-default {
  font-weight: 500;
  margin-top: 6px;
}
.product_page .ec-shelfGrid__item .ec-productRole__actions {
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 20px 0;
  padding: 0;
  border-bottom: none;
}
.product_page .ec-shelfGrid__item .ec-productRole__actions .ec-select select {
  width: 100%;
}
.product_page .ec-shelfGrid__item .ec-productRole__actions .ec-numberInput span {
  min-width: 40px;
}
.product_page .ec-shelfGrid__item .ec-productRole__actions .ec-numberInput input[type=number] {
  width: 100%;
  max-width: 100%;
}

.cart_page .ec-cartRole {
  margin-top: 20px;
}
.cart_page .ec-cartRole .ec-cartRole__cart {
  margin: 0;
}
.cart_page .ec-customizeRole .ec-cartHeader {
  background-color: #FFFFFF;
}
.cart_page .ec-customizeRole .ec-cartHeader .ec-cartHeader__label {
  font-size: 1rem;
  font-weight: normal;
  color: #434A46;
}
.cart_page .ec-cartRole__totalText strong {
  font-family: "Urbanist", sans-serif;
}
.cart_page .ec-cartRow .ec-cartRow__img {
  max-width: 120px;
}
.cart_page .ec-cartRow .ec-cartRow__summary {
  width: calc(100% - 160px);
}
.cart_page .ec-cartRow .ec-cartRow__name {
  font-family: "Urbanist", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #978F80;
  font-weight: normal;
}
.cart_page .ec-cartRow .ec-cartRow__name a {
  font-size: 1rem;
  color: #434A46;
  font-weight: 600;
}
.cart_page .ec-cartRow .ec-cartRow__unitPrice {
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cart_page .ec-cartRow .ec-cartRow__sutbtotalSP {
  font-family: "Urbanist", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.cart_page .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton,
.cart_page .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled,
.cart_page .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton,
.cart_page .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButtonDisabled {
  border: none;
}
.cart_page .ec-cartRow__amountColumn .ec-cartRow__amount {
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.cart_page .ec-cartRow__subtotalColumn {
  padding: 20px;
}
.cart_page .ec-cartRow__sutbtotal {
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cart_page .ec-cartRole__actions {
  margin-right: 0;
}
.cart_page .ec-cartRole__actions .ec-cartRole__total {
  padding: 20px;
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 20px;
}
.cart_page .ec-cartRole__actions .ec-cartRole__total span {
  font-size: 1.5rem;
}
.cart_page .ec-cartRole {
  padding: 0;
}
@media (max-width: 768px) {
  .cart_page .ec-progress {
    padding: 0 20px;
  }
  .cart_page .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 1em;
    height: 1em;
  }
  .cart_page .ec-cartRow .ec-cartRow__img {
    width: 36%;
  }
  .cart_page .ec-cartRole__actions {
    padding: 0 20px;
  }
  .cart_page .ec-cartRole .ec-cartRole__cart {
    padding: 0 12px;
  }
}

.ec-progress {
  max-width: 560px;
}

.ec-progress .ec-progress__item:after {
  display: none;
}

.ec-progress .ec-progress__number {
  background-color: #978F80;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
}

.ec-progress .ec-progress__label {
  color: #978F80;
}

.ec-progress .is-complete .ec-progress__number {
  background-color: #3C382D;
}

.ec-progress .is-complete .ec-progress__label {
  color: #3C382D;
}

.ec-login, .ec-guest {
  background-color: #FFFFFF;
}

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

.ec-totalBox .ec-totalBox__btn a {
  color: #6D6D6D;
}

.ec-orderRole .ec-orderRole__detail {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.04em;
}

.ec-shelfRole {
  margin: 60px auto 0;
}
.ec-shelfRole .ec-shelfGrid__item p {
  font-family: 0.875rem;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/*# sourceMappingURL=customize.css.map */
/* 検索フォーム吹き出しのスタイル */
.search-form-container {
  display: none;                 /* 初期は非表示 */
  position: absolute;
  top: calc(100% + 15px);         /* 親要素（アイコン）から5px下に配置 */
  right: -260px;
  width: 350px;/* 親要素の右端に揃える */
  background: #f8f8f8;              /* 背景色（例: 白）*/
  color: #333;
  padding: 15px;
  z-index: 1000;                 /* 他の要素より前面に表示 */
}
/* 吹き出し上部の三角 */
.search-form-container::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 260px;            /* 親アイコン位置に合わせて調整 */
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #f8f8f8 transparent;
}
.ec-customizeRole .ec-headerNaviRole__left {
  display: flex;
  align-items: center;
}
/* 検索アイコンだけさらに右に寄せたいなら（オプション） */
.ec-customizeRole .header-search-toggle {
  margin-left: 0.5rem;
}
.ec-customizeRole .header-search-toggle .fa-search {
  font-size: 20px;  /* ←お好みで調整 */
}
/* 2. スマホ（画面幅768px以下）では虫眼鏡アイコンを非表示に */
@media (max-width: 768px) {
  .ec-customizeRole .header-search-toggle {
    display: none !important;
  }
}
.header-search-toggle .search-form-container .ec-headerSearch .ec-headerSearch__category .ec-select_search {
  background-color: #434A46;
  border-radius: 0;
}
.header-search-toggle .search-form-container .ec-headerSearch .ec-headerSearch__keyword {
  border-color: #434A46;
  border-radius: 0;
}
.header-search-toggle .search-form-container .ec-headerSearch .ec-headerSearch__keyword .ec-input {
  margin-bottom: 0;
}
.ec-customizeRole .ec-cartNaviNull::before {
  left: 8px;
}
@media (max-width: 768px) {
  .ec-headerSearch .ec-headerSearch__keyword .ec-input .search-name {
    padding-top: 16px;
  }
}
.ec-overlayRole .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  right: 0.2em;
}
.ec-customizeRole a.size-text {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
  font-size: 1rem;
}

.ec-headerCategoryArea .ec-itemNav__nav li.ec-itemNav__our_story.sp a {
  color: #FFFFFF;
  background-color: #434A46;
}

.ec-itemNav__nav .ec-itemNav__our_story {
  margin-left: 100px;
}

@media (max-width: 1000px) {
  .ec-itemNav__nav .ec-itemNav__our_story {
    margin-left: 0;
  }
}