@charset "UTF-8";
/* カスタマイズ用CSS */
ul {
  list-style: none;
  padding: 0;
}

.pc_only {
  display: block;
}
@media (max-width: 640px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 640px) {
  .sp_only {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-red {
  color: #f50004;
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.counter_list li {
  counter-increment: name-item 1;
}
.counter_list li h3::before {
  content: counter(name-item) ".";
}

.btn-check:checked + .ec-blockBtn--action,
.btn-check:active + .ec-blockBtn--action,
.ec-blockBtn--action:active,
.ec-blockBtn--action.active,
.show > .ec-blockBtn--action.dropdown-toggle,
.btn-check:focus + .ec-blockBtn--action,
.ec-blockBtn--action:focus,
.btn-check:checked + .ec-blockBtn--action:focus,
.btn-check:active + .ec-blockBtn--action:focus,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action.active:focus,
.show > .ec-blockBtn--action.dropdown-toggle:focus,
.ec-blockBtn--action:hover,
.btn-check:focus + .ec-inlineBtn--action,
.ec-inlineBtn--action:focus,
.btn-check:checked + .ec-inlineBtn--action:focus,
.btn-check:active + .ec-inlineBtn--action:focus,
.ec-inlineBtn--action:active:focus,
.ec-inlineBtn--action.active:focus,
.show > .ec-inlineBtn--action.dropdown-toggle:focus .btn-check:checked + .ec-inlineBtn--action,
.btn-check:active + .ec-inlineBtn--action,
.ec-inlineBtn--action:active,
.ec-inlineBtn--action.active,
.show > .ec-inlineBtn--action.dropdown-toggle {
  background: inherit;
  border: none;
  box-shadow: none;
  outline: 1px solid #323232;
  color: #333;
}

.btn_cart a,
.btn_cart button {
  border-radius: 5px;
  background: #323232;
  border-color: #323232;
  color: #fff;
  font-weight: 100;
}
.btn_cart a:hover,
.btn_cart button:hover {
  background: #323232;
  color: #fff;
  opacity: 0.6;
}
.btn_login a,
.btn_login button, .btn_cancel a,
.btn_cancel button {
  border-radius: 5px;
  background: #b0b0b0;
  border-color: #b0b0b0;
  font-weight: 100;
  padding: 0.5em 0;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.btn_login a:hover,
.btn_login button:hover, .btn_cancel a:hover,
.btn_cancel button:hover {
  background: #323232;
  color: #fff;
  opacity: 0.6;
}
.btn_entry {
  margin-top: 2em;
}
.btn_entry a,
.btn_entry button,
.btn_entry .ec-blockBtn--action {
  width: 100%;
  background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 1em;
}
.btn_entry a:hover,
.btn_entry button:hover,
.btn_entry .ec-blockBtn--action:hover {
  background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
  opacity: 0.6;
}
.btn_vip {
  border-color: #e4e4e4;
}
.btn_vip a,
.btn_vip button {
  width: 100%;
  background: #e4e4e4;
  padding: 0.5em 0;
  color: #333;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-color: #e4e4e4;
}
.btn_vip a:hover,
.btn_vip button:hover {
  background: #e4e4e4;
  border-color: #e4e4e4;
  color: #333;
  opacity: 0.6;
}
.btn_favorite a,
.btn_favorite button {
  border-radius: 5px;
  background: #b0b0b0;
  border-color: #b0b0b0 !important;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.btn_favorite a:hover,
.btn_favorite button:hover {
  background: #323232;
  opacity: 0.6;
}
.btn_double .btn_entry,
.btn_double .btn_cancel {
  width: 45%;
  margin: 0;
}
.btn_double .ec-off4Grid__cell {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 80%;
  margin: 0 auto;
}

.ec-layoutRole .ec-layoutRole {
  font-size: 1rem;
  color: #333;
}
@media (max-width: 640px) {
  .ec-layoutRole .ec-layoutRole__left {
    margin-top: 30px;
    display: block;
  }
  .ec-layoutRole .ec-layoutRole__left .ec-role {
    padding: 0;
  }
}
.ec-layoutRole .ec-layoutRole__contents {
  margin-top: 3em;
}
@media (max-width: 640px) {
  .ec-layoutRole .ec-layoutRole__contents {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .ec-pageHeader {
    background: #b5b19f;
    color: #fff;
    text-align: center;
    width: calc(100% + 40px);
    margin: 0 0 2em -20px;
  }
  .ec-pageHeader h1 {
    font-size: 1.25rem;
  }
}

.ec-secHedding_ttl {
  background: linear-gradient(to bottom, #fff, #e4e4e4);
  border-left: #000 5px solid;
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.ec-secHedding_ttl-side {
  background: #333;
  color: #fff;
  font-weight: 700;
  padding: 0.25em;
  font-size: 1.8125rem;
}

.ec-headerNaviRole {
  background: #fff;
  color: #000000 !important;
  padding-bottom: 0;
  max-width: 100%;
}
@media (max-width: 640px) {
  .ec-headerNaviRole {
    display: none;
  }
}
.ec-headerNaviRole__search {
  margin-top: 0 !important;
}
.ec-headerNaviRole__container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
}
.ec-headerNaviRole .ec-headerTitle__title a {
  margin-bottom: 0;
}
.ec-headerNaviRole span {
  color: #000000 !important;
}
.ec-headerNaviRole .ec-headerNaviRole__right_container {
  display: block;
  width: 50%;
}
.ec-headerNaviRole .ec-headerNaviRole__right_container_right {
  display: flex;
  gap: 1.25rem;
  justify-content: right;
  align-items: center;
}
.ec-headerNaviRole .ec-headerNaviRole__right_container_left {
  display: block;
  margin-bottom: 1em;
}
.ec-headerNaviRole .ec-headerNaviRole__right_container_left .ec-headerNav__item {
  line-height: 1;
}
.ec-headerNaviRole .ec-headerNaviRole__right_container_left .ec-headerNav__item a:hover {
  opacity: 0.6;
}
.ec-headerNaviRole .ec-headerNaviRole__right_container_left .ec-headerNav__item a:hover span {
  text-decoration: underline;
}
.ec-headerNaviRole::after {
  display: none;
}
.ec-headerNaviRole .ec-headerSearch .ec-headerSearch__category {
  display: none;
}
.ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 0;
  width: 100%;
}
.ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 0;
  float: none;
  height: 36px;
  width: 100%;
}
@media (max-width: 640px) {
  .ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword {
    box-sizing: border-box;
    width: calc(100% - 2.5rem);
    margin: 0 auto;
  }
}
.ec-headerNaviRole .ec-headerSearch .ec-headerSearch__category {
  display: none;
}
.ec-headerNaviRole .ec-cartNavi {
  border-radius: 0;
  height: 34px;
  min-width: 50px;
  align-items: center;
  border-right: 1px solid #333;
  box-sizing: border-box;
}
.ec-headerNaviRole .ec-cartNaviWrap {
  display: flex;
  box-sizing: border-box;
  border: #333 1px solid;
}
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__badge, .ec-headerNaviRole .ec-cartNavi .ec-cartNavi__price {
  font-size: 1rem;
  font-weight: 100;
  background: none;
  color: #333 !important;
}
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__badge {
  height: auto;
  line-height: auto;
}
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__badge::before {
  content: "/";
  padding-right: 0.25em;
}
.ec-headerNaviRole .btn_cart_header {
  display: flex;
  align-items: center;
  position: relative;
}
.ec-headerNaviRole .btn_cart_header a {
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
  padding: 0.5em 0.5em 0.5em 3em;
  height: 34px;
  line-height: 1.6;
  color: #333;
  font-weight: 700;
}
.ec-headerNaviRole .btn_cart_header a:hover {
  background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
  border-color: #333;
  opacity: 0.6;
}
.ec-headerNaviRole .fa-shopping-cart:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  display: block;
  color: #333;
}
.ec-headerNaviRole:hover .fa-shopping-cart:before {
  color: #333;
}

.ec-headerPageNaviRole {
  width: 100%;
  background: linear-gradient(to bottom, #fff, #e4e4e4);
}
.ec-headerPageNaviRole .inner {
  padding: 0;
}
@media (max-width: 640px) {
  .ec-headerPageNaviRole {
    display: none;
  }
}
.ec-headerPageNaviRole_list {
  list-style: none;
  display: flex;
  justify-content: center;
}
.ec-headerPageNaviRole_list_item {
  width: 20%;
  border-left: #ccc 1px solid;
}
.ec-headerPageNaviRole_list_item:last-child {
  border-right: #ccc 1px solid;
}
.ec-headerPageNaviRole_list_item a {
  display: block;
  text-align: center;
  padding: 1em 0;
  color: #000000;
}
.ec-headerPageNaviRole_list_item a:hover {
  background: #fff;
  color: #000;
}

.ec-headerSPRole {
  background: #000;
  color: #fff !important;
  padding-bottom: 0;
  max-width: 100%;
  display: none;
}
.ec-headerSPRole_search_container {
  display: flex;
}
.ec-headerSPRole_container {
  padding: 1em;
}
@media (max-width: 640px) {
  .ec-headerSPRole {
    display: block;
    width: 100%;
    background: #000;
  }
  .ec-headerSPRole_ttl {
    width: 100%;
  }
  .ec-headerSPRole_ttl h1 {
    margin: 0;
  }
  .ec-headerSPRole_ttl h1 a {
    display: block;
    text-align: center;
  }
  .ec-headerSPRole_ttl h1 a img {
    width: 30%;
  }
  .ec-headerSPRole_nav {
    display: none;
  }
  .ec-headerSPRole_nav-btn {
    border-top: 1px solid #c7c7c7;
  }
  .ec-headerSPRole_nav-btn h2 {
    text-align: center;
    font-size: 1.25rem;
    margin: 0;
    padding: 0.5em;
  }
  .ec-headerSPRole_nav.open {
    display: block;
  }
  .ec-headerSPRole_nav_list {
    display: block;
    margin-bottom: 0;
  }
  .ec-headerSPRole_nav_list_item {
    width: 100%;
    text-align: center;
    background: #444;
  }
  .ec-headerSPRole_nav_list_item + li {
    border-top: 1px solid #aaaaaa;
  }
  .ec-headerSPRole_nav_list_item a {
    display: block;
    padding: 1em 0;
    color: #fff;
  }
  .ec-headerSPRole_nav_list_item a:hover {
    background: #fff;
    color: #333;
  }
  .ec-headerSPRole .ec-headerSPRole_search_container {
    display: block;
  }
  .ec-headerSPRole::after {
    display: none;
  }
  .ec-headerSPRole .ec-headerSearch {
    margin: 1em 0;
  }
  .ec-headerSPRole .ec-headerSearch .ec-headerSearch__category {
    display: none;
  }
  .ec-headerSPRole .ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 0;
    width: 100%;
    border-radius: 0;
    float: none;
    height: 36px;
    width: 100%;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .ec-headerSPRole .ec-headerSearch .ec-headerSearch__keyword {
    box-sizing: border-box;
    width: calc(100% - 2.5rem);
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .ec-headerSPRole .ec-headerSearch .ec-headerSearch__category {
    display: none;
  }
}
@media (max-width: 640px) {
  .ec-headerSPRole .ec-cartNavi {
    border-radius: 0;
    height: 34px;
    min-width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #333;
    box-sizing: border-box;
    background: #fff;
    padding: 0.5em;
  }
  .ec-headerSPRole .ec-cartNaviWrap {
    width: calc(100% - 2.5rem);
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    border: #333 1px solid;
  }
  .ec-headerSPRole .ec-cartNavi .ec-cartNavi__badge, .ec-headerSPRole .ec-cartNavi .ec-cartNavi__price {
    display: block;
    font-size: 80%;
    font-weight: 100;
    background: none;
    color: #333 !important;
  }
  .ec-headerSPRole .ec-cartNavi .ec-cartNavi__badge {
    height: auto;
    position: static;
  }
  .ec-headerSPRole .ec-cartNavi .ec-cartNavi__badge::before {
    content: "/";
    padding-right: 0.25em;
  }
}
@media (max-width: 640px) {
  .ec-headerSPRole .btn_cart_header {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .ec-headerSPRole .btn_cart_header a {
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
    padding: 0.5em 0.5em 0.5em 3em;
    height: 34px;
    line-height: 1.6;
    color: #333;
    font-weight: 700;
  }
  .ec-headerSPRole .btn_cart_header a:hover {
    background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
    border-color: #333;
  }
}
@media (max-width: 640px) {
  .ec-headerSPRole .fa-shopping-cart:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    display: block;
    color: #333;
  }
}

.ec-cartNaviIsset__cartContent {
  color: #333;
}

.ec-role_top_container_top {
  margin-bottom: 2em;
}
.ec-role_top_container_middle {
  margin-bottom: 2em;
}
.ec-role_top_container_bottom {
  margin-bottom: 2em;
}
.ec-role_top_movie {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.ec-role_top_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ec-role_top_movie_container a {
  display: block;
  margin: 1em auto;
  color: #333;
  text-align: center;
}

.topPage_bottom_btn {
  display: flex;
  justify-content: space-between;
  margin: 2em auto 0;
  width: 90%;
}
.topPage_bottom_btn p {
  width: 45%;
}
.topPage_bottom_btn p a {
  display: block;
}
.topPage_bottom_btn p a:hover {
  opacity: 0.6;
}

.ec-newsRole {
  margin-top: 1.875rem;
  padding-top: 0;
}
.ec-newsRole .ec-secHedding_ttl {
  margin-bottom: 0;
}
.ec-newsRole .ec-newsRole__news {
  border: #ccc 1px solid;
  border-top: none;
  padding: 0 30px;
  border-radius: 0 0 5px 5px;
}
.ec-newsRole .ec-newsRole__newsHeading {
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .ec-newsRole .ec-newsRole__newsHeading {
    display: block !important;
  }
}
.ec-newsRole .ec-newsRole__newsDate {
  color: #7d7d7d;
}
.ec-newsRole .ec-newsRole__newsTitle {
  color: #333;
  font-weight: 700;
}
.ec-newsRole .ec-newsRole__newsDescription {
  margin-top: 50px;
}

.ec-newArchive .ec-newsRole__newsHeading {
  cursor: initial;
  display: flex;
  align-items: baseline;
}
.ec-newArchive .ec-newsRole__newsTitle {
  font-size: 1.5rem;
}
.ec-newArchive .ec-newsRole__newsDate {
  font-size: 1rem;
}
.ec-newArchive .ec-newsRole__newsDescription {
  margin-top: 50px;
  display: block !important;
}

.product_list_btn {
  width: 100%;
  background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
  box-sizing: border-box;
  padding: 1em;
  margin: 2rem 0;
  text-align: center;
  border: #333 1px solid;
  border-radius: 1em;
}
.product_list_btn a {
  display: block;
  color: #333;
}
.product_list_btn a:hover {
  opacity: 0.6;
}

.ec-footerRole {
  border: none;
  padding: 1em 0;
  background: #e4e4e4;
}
@media (max-width: 640px) {
  .ec-footerRole {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .ec-footerRole__inner {
    display: block;
  }
}
.ec-footerRole .ec-footerTitle__copyright {
  text-align: center;
}
.ec-footerRole .ec-footerNavi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-left: #333 1px solid;
  border-right: #333 1px solid;
  margin: 0 auto 1em;
}
@media (max-width: 640px) {
  .ec-footerRole .ec-footerNavi {
    border: 0;
    display: block;
    width: 100%;
  }
}
.ec-footerRole .ec-footerNavi__link + li {
  border-left: #333 1px solid;
}
@media (max-width: 640px) {
  .ec-footerRole .ec-footerNavi__link + li {
    border: 0;
  }
}
.ec-footerRole .ec-footerNavi__link a {
  color: #333;
  text-decoration: none;
}
.ec-footerRole .ec-footerNavi__link a:hover {
  opacity: 0.6;
}

.ec-secHedding_txt {
  background: #f7f7f7;
  padding: 1em;
  box-sizing: border-box;
}

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

.ec-itemNav h2 {
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
}
.ec-itemNav_list .ec-secSubHeading {
  text-align: left;
}
.ec-itemNav_list_item a {
  color: #333;
}
.ec-itemNav_list_item a:hover p {
  text-decoration: underline;
}
.ec-itemNav_list_item_name {
  text-align: left;
}
.ec-itemNav_list_item_name.parent {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.ec-itemNav_list_item_name.children {
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.ec-itemNav_list_item_name.children::before {
  content: "├";
  font-weight: 700;
  font-size: 1em;
}
.ec-itemNav_list_item:last-child .ec-itemNav_list_item_name.children::before {
  content: "└";
  font-size: 1em;
}

.ec-announceNaviRole {
  margin-bottom: 1rem;
}
.ec-announceNaviRole h2 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0;
}
.ec-announceNaviRole_list_item + li {
  margin-top: 0.5em;
}
.ec-announceNaviRole_list_item a {
  color: #333;
}
.ec-announceNaviRole_list_item a:hover {
  text-decoration: underline;
}

.ec-shippingNaviRole {
  text-align: center;
  margin-bottom: 1rem;
}
.ec-shippingNaviRole h2 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1em;
}
.ec-shippingNaviRole p .text-red {
  color: red;
}
.ec-shippingNaviRole p small {
  display: block;
}
.ec-shippingNaviRole p + p {
  margin-top: 1em;
}

.ec-aboutNaviRole h2 {
  margin-top: 0;
}

.ec-pageMemberRole p,
.ec-pageShoppingRole p {
  margin-bottom: 0.5em;
}
.ec-pageMemberRole small,
.ec-pageShoppingRole small {
  text-indent: -1em;
}
.ec-pageMemberRole .cash-plan li,
.ec-pageShoppingRole .cash-plan li {
  width: 50%;
  display: flex;
}
@media (max-width: 640px) {
  .ec-pageMemberRole .cash-plan li,
.ec-pageShoppingRole .cash-plan li {
    width: 100%;
  }
}
.ec-pageMemberRole .cash-plan li span,
.ec-pageShoppingRole .cash-plan li span {
  width: 70%;
}
.ec-pageMemberRole .delivery-time,
.ec-pageShoppingRole .delivery-time {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0;
}
.ec-pageMemberRole .delivery-time li,
.ec-pageShoppingRole .delivery-time li {
  width: 16.6666666667%;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}
.ec-pageMemberRole .delivery-time li:first-child,
.ec-pageShoppingRole .delivery-time li:first-child {
  border-left: #333 1px solid;
}
.ec-pageMemberRole .delivery-time li:last-child,
.ec-pageShoppingRole .delivery-time li:last-child {
  border-right: #333 1px solid;
}
@media (max-width: 640px) {
  .ec-pageMemberRole .delivery-time li,
.ec-pageShoppingRole .delivery-time li {
    width: 33.3333333333%;
  }
  .ec-pageMemberRole .delivery-time li:nth-child(-n+3),
.ec-pageShoppingRole .delivery-time li:nth-child(-n+3) {
    margin-bottom: 0.5em;
  }
  .ec-pageMemberRole .delivery-time li:nth-child(3),
.ec-pageShoppingRole .delivery-time li:nth-child(3) {
    border-right: #333 1px solid;
  }
}
.ec-pageMemberRole .delivery-time li + li,
.ec-pageShoppingRole .delivery-time li + li {
  border-left: #333 1px solid;
}
.ec-pageMemberRole_list_item h3,
.ec-pageShoppingRole_list_item h3 {
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 640px) {
  .ec-pageMemberRole_list_item h3,
.ec-pageShoppingRole_list_item h3 {
    font-size: 1rem;
  }
}
.ec-pageMemberRole_list_item_benefit h3,
.ec-pageShoppingRole_list_item_benefit h3 {
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .ec-pageMemberRole_list_item_benefit h3,
.ec-pageShoppingRole_list_item_benefit h3 {
    font-size: 1.25rem;
  }
}

.ec-productListRole {
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .ec-productListRole {
    padding: 0;
  }
}
.ec-productListRole_ttl {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .ec-productListRole_ttl {
    border-top: 1px solid #ccc;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 1em;
  }
}
.ec-productListRole_ttl h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 640px) {
  .ec-productListRole_ttl h2 {
    font-size: 1.25rem;
  }
}
.ec-productListRole_ttl ul {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1rem;
}
@media (max-width: 640px) {
  .ec-productListRole_ttl ul {
    font-size: 0.875rem;
  }
}
.ec-productListRole_ttl ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.ec-productListRole_ttl ul li::before {
  content: "●";
  color: #e71610;
}
.ec-productListRole_list {
  border-collapse: collapse;
  table-layout: fixed;
}
.ec-productListRole_list_item {
  width: 100%;
  margin: 0;
}
.ec-productListRole_list_item th,
.ec-productListRole_list_item td {
  text-align: center;
  border: 1px solid #b5b19f;
}
@media (max-width: 640px) {
  .ec-productListRole_list_item th,
.ec-productListRole_list_item td {
    font-size: 0.75rem;
  }
}
.ec-productListRole_list_item th {
  padding: 0;
  background: #333;
  color: #fff;
  font-size: 1rem;
  padding: 0.25em;
}
@media (max-width: 640px) {
  .ec-productListRole_list_item th {
    font-size: 0.875rem;
  }
}
.ec-productListRole_list_item td {
  padding: 0.5em;
}
@media (max-width: 640px) {
  .ec-productListRole_list_item td {
    font-size: 0.875rem;
  }
}
.ec-productListRole_list_item .ec-productListRole_list_item_category {
  width: 100%;
  padding-right: 0.5em;
  font-size: 1rem;
  background: #f7f7f7;
  color: #333;
  text-align: left;
}
@media (max-width: 640px) {
  .ec-productListRole_list_item .ec-productListRole_list_item_category {
    font-size: 0.875rem;
  }
}
.ec-productListRole_product {
  width: 45% !important;
}
.ec-productListRole_product_img {
  width: 15%;
}
@media (max-width: 640px) {
  .ec-productListRole_product_img {
    width: 30%;
  }
}
.ec-productListRole_product_img img {
  width: 100%;
}
.ec-productListRole_product_name {
  text-align: left;
  padding-left: 1em;
}
@media (max-width: 640px) {
  .ec-productListRole_product_name {
    width: 70%;
  }
}
.ec-productListRole_product_link {
  display: flex;
  align-items: baseline;
  color: #333;
}
.ec-productListRole_product_link:hover {
  text-decoration: underline;
  color: #333;
}
@media (max-width: 640px) {
  .ec-productListRole_product_link {
    align-items: center;
  }
}
.ec-productListRole_stock {
  width: 10%;
}
@media (max-width: 640px) {
  .ec-productListRole_stock {
    width: 10%;
  }
}
.ec-productListRole_stock_number {
  margin: 0 auto;
}
.ec-productListRole_stock_number input[type=number] {
  margin: 0 auto;
}
@media (max-width: 640px) {
  .ec-productListRole_stock_number input[type=number] {
    max-width: 50px;
  }
}
.ec-productListRole_sum, .ec-productListRole_price {
  justify-content: right;
  width: 17.5%;
}
.ec-productListRole_sum {
  width: 20%;
}
.ec-productListRole tbody td {
  text-align: right;
}
.ec-productListRole tfoot .ec-productListRole_list_item th {
  width: 100%;
  text-align: right;
  padding-right: 0.5em;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .ec-productListRole tfoot .ec-productListRole_list_item th {
    font-size: 1rem;
  }
}

.ec-topicpath {
  border-top: 0 !important;
}

.ec-productRole {
  margin-top: 2em;
}
.ec-productRole .ec-productRole__profile * {
  border: 0 !important;
}
.ec-productRole .ec-productRole_ttl {
  font-weight: 700;
  border-bottom: #cccccc 1px solid !important;
  margin-bottom: 1.75rem;
}
.ec-productRole .ec-productRole_price {
  padding-top: 0;
  color: #525263;
  font-size: 1rem;
}
.ec-productRole .ec-productRole_price .ec-price span {
  padding: 0;
}
.ec-productRole .ec-productRole_actions_container {
  padding: 1em;
  background: #f9f8f7;
  border-radius: 5px;
}
.ec-productRole .ec-productRole_actions_container input {
  border: 1px solid #c7c7c7 !important;
}
.ec-productRole .ec-productRole_detail {
  margin-top: 3em;
}
.ec-productRole .ec-productRole_detail .ec-secHedding_ttl {
  margin-bottom: 0;
}
.ec-productRole .ec-productRole_detail_content p {
  padding: 1em;
}

#product_review_area {
  border: 0 !important;
}
#product_review_area .ec-rectHeading {
  cursor: initial !important;
}

.ec-reviewRole {
  padding: 1em;
  margin: 3em 20px 0;
  border: 1px solid #e4e4e4;
}
@media (max-width: 640px) {
  .ec-reviewRole {
    margin: 0;
    box-sizing: border-box;
  }
}
.ec-reviewRole .ec-rectHeading {
  margin-top: 0 !important;
}
.ec-reviewRole .ec-rectHeading h4 {
  margin: 0;
  padding: 0;
  background: none;
}
.ec-reviewRole_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 1em;
}
.ec-reviewRole_content:has(.review_list) {
  align-items: flex-end;
}
@media (max-width: 640px) {
  .ec-reviewRole_content {
    display: block;
  }
}
.ec-reviewRole_content .review_list {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .ec-reviewRole_content .review_list {
    padding: 0 !important;
  }
}
.ec-reviewRole_content .review_list li {
  margin-bottom: 0 !important;
}
.ec-reviewRole_content .review_list li:has(+ li) {
  padding-bottom: 1em;
}
.ec-reviewRole_content .review_list li + li {
  border-top: 1px solid #ccd;
  padding-top: 1em;
}
@media (max-width: 640px) {
  .ec-reviewRole_content .review_list li {
    padding-bottom: 1em;
  }
}
.ec-reviewRole_content .btn_vip {
  width: 40%;
}
@media (max-width: 640px) {
  .ec-reviewRole_content .btn_vip {
    width: 100%;
  }
}
.ec-reviewRole_content .btn_vip a {
  padding: 1em;
}

.ec-registerCompleteRole .ec-off3Grid {
  justify-content: center;
}
.ec-registerCompleteRole .ec-off3Grid .ec-off3Grid__cell {
  width: 100%;
  margin: 0;
}
.ec-registerCompleteRole .btn_cart {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.ec-loginRole {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.ec-loginRole_container {
  background: #fff;
  padding: 30px 0;
}
.ec-loginRole_container_txt {
  margin-bottom: 1em;
}
.ec-loginRole_container .ec-login__input {
  margin-bottom: 0;
}
.ec-loginRole_container_input {
  border: 1px solid #b5b19f;
}
.ec-loginRole_container_input .login_area {
  display: flex;
}
.ec-loginRole_container_input .login_area_left {
  display: flex;
  align-items: center;
  padding: 1em;
  width: 30%;
  background: #f4f3f0;
  border-right: 1px solid #b5b19f;
}
.ec-loginRole_container_input .login_area_right {
  flex: 1;
  padding: 1em;
}
.ec-loginRole_container_input .login_area_right input {
  margin: 0;
}
.ec-loginRole_container_input_loginID {
  border-bottom: 1px solid #b5b19f;
}
.ec-loginRole_container .ec-checkbox {
  margin: 2em 0;
  text-align: center;
}
.ec-loginRole_container_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.ec-loginRole_container_btn_item {
  width: 100% !important;
}
.ec-loginRole_container_btn_item .ec-login__link {
  margin: 1em 0 0;
}
.ec-loginRole_container_btn_item .ec-login__link a {
  display: block;
  color: #333;
}
.ec-loginRole_container_btn_item .ec-login__link a:first-child {
  margin-bottom: 1em;
}
.ec-loginRole_container_btn_item .ec-login__link a:hover {
  text-decoration: underline;
}
.ec-loginRole .ec-noEntryRole_ttl {
  margin: 1em 0;
}
.ec-loginRole .ec-noEntryRole .entry_link {
  width: 40%;
  margin: 3em auto 0;
  background: #333;
  padding: 1em;
}
.ec-loginRole .ec-noEntryRole .entry_link:hover {
  opacity: 0.6;
}
.ec-loginRole .ec-noEntryRole .entry_link a {
  display: block;
  text-align: center;
  color: #fff;
}

.ec-stepRole .flow_area {
  margin: 2em 0;
}
@media (max-width: 640px) {
  .ec-stepRole .flow_area {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
  }
}
.ec-stepRole .flow_area ul {
  display: table;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .ec-stepRole .flow_area ul {
    margin: 0;
  }
}
.ec-stepRole .flow_area ul li {
  text-align: center;
  background-color: #d0d0d0;
  color: #fff;
  font-weight: bold;
  width: 16%;
  height: 44px;
  display: table-cell;
  padding-left: 15px;
  line-height: 34px;
}
.ec-stepRole .flow_area ul li::before {
  display: block;
  background: #d0d0d0;
  width: 15px;
  height: 22px;
  border-right: 2px solid #ffffff;
  margin: 0 -11px -17px auto;
  content: " ";
  transform: skew(20deg);
}
.ec-stepRole .flow_area ul li::after {
  display: block;
  background: #d0d0d0;
  width: 15px;
  height: 22px;
  border-right: 2px solid #ffffff;
  margin: -17px -11px 0 auto;
  content: " ";
  transform: skew(-20deg);
}
.ec-stepRole .flow_area ul li.active {
  background: #424242;
}
.ec-stepRole .flow_area ul li.active::before, .ec-stepRole .flow_area ul li.active::after {
  background: #424242;
}
.ec-stepRole .flow_area ul li .pc_only {
  display: none;
}

.ec-agreementRole {
  display: block;
}
.ec-agreementRole_container {
  width: 80%;
  height: 500px;
  border: 1px solid #000;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 1em;
}
@media (max-width: 640px) {
  .ec-agreementRole_container {
    width: 100%;
    height: 300px;
  }
}

.ec-borderedDefs:has(dl) {
  border: 1px solid #e4e4e4;
}
.ec-borderedDefs dl {
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 640px) {
  .ec-borderedDefs dl {
    padding: 1em;
  }
}
.ec-borderedDefs dt {
  display: flex;
  align-items: center;
  border-right: 1px solid #e4e4e4;
  padding: 1em;
  background: #f4f3f0;
}
@media (max-width: 640px) {
  .ec-borderedDefs dt {
    border: none;
    background: none;
    padding-left: 0;
  }
}
.ec-borderedDefs dd {
  line-height: 1.6;
  padding-left: 1em;
  margin-bottom: 0;
  padding: 1em;
}
.ec-borderedDefs dd input {
  margin: 1em 0;
}
@media (max-width: 640px) {
  .ec-borderedDefs dd {
    padding: 0;
    margin-top: 0.5em;
    line-height: 1.6;
  }
}

@media (max-width: 640px) {
  #page_help_about .ec-borderedDefs dt,
#page_help_tradelaw .ec-borderedDefs dt {
    padding: 0;
  }
}
#page_help_about .ec-borderedDefs dd,
#page_help_tradelaw .ec-borderedDefs dd {
  line-height: 1.6;
}

@media (max-width: 640px) {
  .ec-mypageRole .ec-pageHeader {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .ec-mypageRole_top {
    padding: 0;
  }
  .ec-mypageRole_top .ec-pageHeader {
    margin-bottom: 0;
  }
  .ec-mypageRole_top .ec-pageHeader h1 {
    margin-bottom: 0;
  }
}
.ec-mypageRole .ec-welcomeMsg {
  border: 0;
}
.ec-mypageRole_container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .ec-mypageRole_container {
    display: block;
  }
}
.ec-mypageRole .ec-addressRole_actions {
  margin: 0;
  padding: 0;
  border: none;
}
.ec-mypageRole .ec-addressRole_actions a {
  background: #b0b0b0;
  width: 100%;
  padding: 0.5em;
}
.ec-mypageRole .ec-mypageRole_txt {
  margin-bottom: 1em;
}
.ec-mypageRole .ec-off1Grid .ec-off1Grid__cell {
  width: 100%;
  margin: 0;
}

.ec-navlistRole .ec-navlistRole_list {
  flex-wrap: wrap;
  border: 0;
}
.ec-navlistRole .ec-navlistRole_list_item {
  background: #f7f7f7;
  border: 1px solid #fff;
}
.ec-navlistRole .ec-navlistRole_list_item:hover {
  background: #e4e4e4;
}
.ec-navlistRole .active {
  background: #e4e4e4;
}
.ec-navlistRole .active a {
  color: #333;
}

.ec-favoriteRole,
.ec-withdrawRole {
  text-align: left;
}

.ec-introductRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding: 0 16px;
}

.ec-cartNaviWrap_side .bold {
  font-weight: 700;
}
.ec-cartNaviWrap_side .ec-secHedding_ttl-side {
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 640px) {
  .ec-cartNaviWrap_side .ec-secHedding_ttl-side {
    border-radius: 0;
  }
}
.ec-cartNaviWrap_side .ec-cartNavi_side {
  display: block;
  width: 100%;
  padding: 1em;
  height: auto;
  border-radius: 5px;
  background: #f7f7f7;
}
.ec-cartNaviWrap_side .ec-cartNavi_side .ec-cartNavi_side__badge {
  display: block;
  background: none;
  color: #333;
  padding: 0;
  font-size: 1rem;
}
.ec-cartNaviWrap_side .ec-cartNavi_side .ec-cartNavi_side__txt {
  margin-top: 0.5em;
  font-size: 1rem;
}
.ec-cartNaviWrap_side .ec-cartNavi_side .ec-cartNavi_side_null_message {
  background: #000;
}
.ec-cartNaviWrap_side .ec-cartNavi_side .btn_cart {
  margin-top: 1em;
}
.ec-cartNaviWrap_side .ec-cartNavi_side .btn_cart .ec-blockBtn--action {
  font-size: 1rem;
  height: 2em;
  line-height: 2em;
}
.ec-cartNaviWrap_side .ec-cartNavi_side .btn_cart .ec-blockBtn--action:hover {
  background: #323232;
  opacity: 0.6;
}

.ec-loginNaviRole {
  background: #f7f7f7;
  padding: 1em;
  margin-top: 20px;
}
.ec-loginNaviRole_list_item + li {
  margin-top: 0.5em;
}
.ec-loginNaviRole_name {
  font-size: 1rem;
  text-align: center;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
.ec-loginNaviRole_name small {
  font-size: 0.875rem;
}
.ec-loginNaviRole .btn_entry a {
  padding: 0.5em;
}

.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable {
  border-collapse: collapse;
  margin-bottom: 0;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable li {
  border: #e4e4e4 solid 1px;
  box-sizing: border-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable li.cartHeader__label {
  background: #f9f9f7;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_product {
  width: 40%;
}
@media (max-width: 640px) {
  .ec-cartRole .ec-cartRole__cart .ec-cartTable_product {
    width: 90%;
  }
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_product * {
  text-align: left;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_price {
  width: 18%;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_amount {
  width: 18%;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_amount .ec-cartRow__amountDownButtonDisabled,
.ec-cartRole .ec-cartRole__cart .ec-cartTable_amount .ec-cartRow__amountUpButton {
  border-radius: 0;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_subtotal {
  width: 18%;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_del {
  width: 6%;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_detail {
  width: 100%;
  display: flex;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_detail h4 {
  background: #f4f3f0;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-top: 0;
  width: 76%;
  text-align: right;
  padding: 0.5em;
  margin-bottom: 0;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ec-cartRole .ec-cartRole__cart .ec-cartTable_detail div {
  flex: 1;
  padding: 0.5em;
  border: 1px solid #e4e4e4;
  border-left: 0;
  border-top: 0;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable {
  border: 0;
  margin-bottom: 0;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable .ec-cartRow {
  display: block;
  background: #f9f9f7;
  border: 1px solid #e4e4e4;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable .ec-cartRow li {
  padding: 1em;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable .ec-cartRow li small {
  font-size: 0.75rem;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable .ec-cartRow li:last-child {
  border: 0;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_product {
  background: #fff;
  width: 100%;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_product .ec-cartRow__img {
  width: 20%;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_amount {
  width: 13%;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_amount .ec-cartRow__amountDownButtonDisabled,
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_amount .ec-cartRow__amountUpButton {
  border-radius: 0;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_price {
  width: 100%;
  display: block;
  margin-left: auto;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_price div {
  text-align: right;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_subtotal {
  width: 100%;
  display: block;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_del {
  width: 10%;
  border: 0;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_detail {
  width: 100%;
  display: flex;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_detail h4 {
  background: #f9f9f7;
  border: 1px solid #e4e4e4;
  border-top: 0;
  width: 79%;
  text-align: right;
  padding: 0.5em;
  margin-bottom: 0;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ec-cartRole .ec-cartRole__cart_sp .ec-cartTable_detail div {
  flex: 1;
  padding: 0.5em;
  border: 1px solid #e4e4e4;
  border-left: 0;
  border-top: 0;
}
.ec-cartRole .ec-cartRole__actions {
  margin: 2em 0 0;
  width: 100%;
}
/*# sourceMappingURL=theme_customize.css.map */