@charset "UTF-8";
/* カスタマイズ用CSS */
:root {
  --bs-body-font-size: .75rem;
  --bs-body-line-height: 1.4;
  --bs-body-color: #333;
  --bs-body-font-family: YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

html {
  font-size: var(--bs-body-font-size);
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  color: var(--bs-body-color);
  font-size: 3.5vw;
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }

  textarea, input[type=search], input[type=text], input[type=password], input[type=mail], input[type=tel] {
    font-size: 14px;
  }

  .ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
    font-size: 0.875em;
  }

  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    font-size: 0.875em;
  }

  .ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
    font-size: 0.875em;
  }
}
textarea, input[type=search], input[type=text], input[type=password], input[type=mail], input[type=tel] {
  font-size: 1em;
}

/* ボタン */
.ec-blockBtn--action {
  background-color: #666;
  border-color: #666;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
}

.btn-check:focus + .ec-blockBtn--action, .ec-blockBtn--action:focus, .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, .ec-blockBtn--action:hover, .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:disabled, .ec-blockBtn--action.disabled {
  background-color: #666;
  border-color: #666;
  box-shadow: none;
  opacity: 0.8;
  outline: none;
}

.ec-blockBtn--cancel {
  background-color: #fff;
  border-color: #666;
  color: var(--bs-body-color) !important;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
}

.btn-check:checked + .ec-blockBtn--cancel, .btn-check:active + .ec-blockBtn--cancel, .ec-blockBtn--cancel:active, .ec-blockBtn--cancel.active, .show > .ec-blockBtn--cancel.dropdown-toggle, .ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus, .btn-check:checked + .ec-blockBtn--cancel, .btn-check:active + .ec-blockBtn--cancel, .ec-blockBtn--cancel:active, .ec-blockBtn--cancel.active, .show > .ec-blockBtn--cancel.dropdown-toggle, .ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus, .btn-check:checked + .ec-blockBtn--cancel:focus, .btn-check:active + .ec-blockBtn--cancel:focus, .ec-blockBtn--cancel:active:focus, .ec-blockBtn--cancel.active:focus, .show > .ec-blockBtn--cancel.dropdown-toggle:focus, .ec-blockBtn--cancel:disabled, .ec-blockBtn--cancel.disabled {
  background-color: #fff;
  border-color: #666;
  box-shadow: none;
  color: var(--bs-body-color) !important;
  opacity: 0.8;
  outline: none;
}

.ec-inlineBtn {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
}

/* パンくず */
#breadcrumb_container {
  padding: 0 3.125vw;
  margin-bottom: 5.469vw;
  font-size: 12px;
}
#breadcrumb_container ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb_container ol li + li {
  margin-left: 0.5em;
}
#breadcrumb_container ol li + li:before {
  content: "〉";
}

@media only screen and (min-width: 768px) {
  #breadcrumb_container {
    padding: 20px 20px 0;
    margin-bottom: 0;
  }
}
/* ヘッダー */
.ec-headerTRole {
  display: none;
}

.ec-headerTRole__inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 36px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.ec-headerTRole__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}
.ec-headerTRole__bottom > h1, .ec-headerTRole__bottom > div {
  order: 2;
  min-width: 150px;
  margin: 0;
}
.ec-headerTRole__bottom > h1 a, .ec-headerTRole__bottom > div a {
  display: inline-block;
  max-width: 100%;
}
.ec-headerTRole__bottom > h1 a img, .ec-headerTRole__bottom > div a img {
  max-width: 100%;
  height: auto;
}

.ec-headerTRole__left {
  order: 1;
  width: 30em;
}
.ec-headerTRole__left > ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ec-headerTRole__left > ul li {
  margin-right: 5em;
}
.ec-headerTRole__left > ul li a {
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  color: inherit;
}

.ec-headerTRole__right {
  order: 3;
  width: 30em;
}
.ec-headerTRole__right > ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ec-headerTRole__right > ul li {
  margin-left: 5em;
}
.ec-headerTRole__right > ul li a {
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  color: inherit;
}

.ec-headerTRole__top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 30px;
  width: 100%;
}

.ec-headerSearch .ec-headerSearch__keyword {
  position: static;
  color: inherit;
  border: none;
  background: none;
  border-radius: 0;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-input {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  border: 1px solid #ccc;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-input input[type=search] {
  margin: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding: 5px 10px;
  font-size: 14px;
  border: none;
  width: 87.6%;
  height: 32px;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-input input[type=search]:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-input input[type=search], .ec-headerSearch .ec-headerSearch__keyword .ec-input button {
  transition: all 0.2s ease;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-input button {
  border: none;
  background: #fff;
  color: #333;
  font-size: 12px;
  width: 12.4%;
  height: 32px;
  line-height: 32px;
  padding: 0;
  position: static;
  transform: none;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-input button:hover {
  cursor: pointer;
  background-color: rgba(128, 128, 128, 0.1);
}

.ec-headerTRole__nav {
  display: flex;
  justify-content: end;
  align-items: center;
}

.ec-headerNav .ec-headerNav__item {
  font-size: inherit;
}
.ec-headerNav .ec-headerNav__item a {
  margin-right: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 24px;
  color: inherit;
}

.ec-headerNav .ec-headerNav__itemIcon {
  margin-right: 8px;
  line-height: 1;
  font-size: inherit;
  margin-left: 0;
  color: inherit;
  width: auto;
}

.ec-headerNav .ec-headerNav__itemLink {
  font-size: inherit;
  line-height: 1;
  margin-right: 0;
  color: inherit;
}

.ec-cartNavi {
  padding: 0;
  border-radius: 0;
  background: none;
  display: flex;
  justify-content: end;
  align-items: center;
  min-width: 0;
  height: auto;
  color: inherit;
}
.ec-cartNavi .ec-cartNavi__icon {
  margin-right: 8px;
  line-height: 1;
  font-size: inherit;
  width: auto;
}
.ec-cartNavi .ec-cartNavi__label {
  margin-right: 10px;
  line-height: 1;
}
.ec-cartNavi .ec-cartNavi__badge {
  font-size: inherit;
  width: 2em;
  height: 2em;
  background-color: #b3b3b3;
  line-height: 2;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  min-width: 0;
  position: static;
  padding: 0;
}

.ec-headerNaviRole {
  max-width: 100%;
  align-items: start;
  padding: 3.125vw 3.125vw 4.688vw;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  position: fixed;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
  background: #fff;
}
.ec-headerNaviRole.on {
  opacity: 1;
  z-index: 100;
}
.ec-headerNaviRole:after {
  content: none;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
  display: flex;
  justify-content: start;
  align-items: center;
  width: auto;
  margin: 0 auto;
}
.ec-headerNaviRole .ec-headerNaviRole__left ul {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__left ul li {
  margin-right: 20px;
}
.ec-headerNaviRole .ec-headerNaviRole__left ul li a {
  padding: 5px;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  color: inherit;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: auto;
  flex-wrap: wrap;
}
.ec-headerNaviRole .ec-headerNaviRole__nav {
  display: none;
}
.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav__item {
  margin: 5px 0;
}
.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav__item a {
  margin-right: 20px;
}
.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav__itemLink {
  display: none;
}
.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav__itemIcon {
  margin: 0;
}
.ec-headerNaviRole .ec-cartNavi {
  margin: 0;
}
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__icon {
  font-size: 5vw;
  margin-right: 4px;
}
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__label {
  display: none;
}
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__badge {
  width: 5vw;
  height: 5vw;
  line-height: 5vw;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
  display: none;
  margin: 5px 0;
}

.ec-headerNav {
  display: flex;
  align-items: center;
  justify-content: end;
}

.ec-headerNaviRole__logo {
  width: 27.656vw;
}

.ec-headerRole__navSP {
  display: block;
}

.ec-headerNavSP {
  position: static;
  width: 10vw;
  height: auto;
  font-size: 5vw;
  padding: 0;
  text-align: left;
}
.ec-headerNavSP .fa-bars {
  position: static;
  transform: none;
  line-height: 1;
}

.ec-overlayRole {
  background: #fff !important;
}

.ec-drawerRole {
  width: 100%;
  transform: translateY(-100%);
  background: #b3b3b3;
}
.ec-drawerRole .ec-headerSearch {
  padding-top: 3.125vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-bottom: 3.125vw;
  background: none;
}
.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword .ec-input {
  width: 100%;
}
.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword .ec-input input[type=search] {
  font-size: 1em;
  width: 90.3%;
  height: 9.063vw;
  padding: 1.563vw 3.125vw;
}
.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword .ec-input button {
  font-size: 3.75vw;
  width: 9.7%;
  height: 9.063vw;
  line-height: 9.063vw;
}
.ec-drawerRole .ec-headerLinkArea {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-bottom: 6.25vw;
  background: none;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-top: 1px solid #999;
  display: flex;
  flex-wrap: wrap;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item {
  width: 33.3333333333%;
  font-size: 3.75vw;
  padding: 4.8vw 3.125vw 3.438vw;
  text-align: center;
  border-bottom: 1px solid #999;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item:nth-child(1), .ec-drawerRole .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item:nth-child(2) {
  border-right: 1px solid #999;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item .ec-headerLink__icon {
  display: block;
  width: 100%;
  font-size: 5vw;
  margin-bottom: 0.3em;
  line-height: 1;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__text {
  width: 50%;
  text-align: center;
  padding: 1.026em 0 1em;
  font-size: 3.75vw;
  color: #fff;
  border-bottom: 1px solid #999;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__text:nth-child(2n) {
  border-right: 1px solid #999;
}

.ec-drawerRoleClose {
  right: 3.125vw;
  top: 3.125vw;
  font-size: 5vw;
  line-height: 1;
  left: auto;
  z-index: 1000000;
}

@media only screen and (min-width: 768px) {
  textarea:focus, input[type=search]:focus, input[type=text]:focus, input[type=password]:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
  }

  .ec-headerTRole {
    display: block;
  }

  .ec-headerSearch .ec-headerSearch__keyword {
    float: none;
    width: auto;
    border-radius: 0;
  }

  .ec-headerNaviRole {
    padding: 23px 30px;
    align-items: center;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left {
    margin: 0;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav {
    display: inline-block;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: block;
  }
  .ec-headerNaviRole .ec-cartNavi {
    margin: 5px 20px 5px 0;
  }
  .ec-headerNaviRole .ec-cartNavi .ec-cartNavi__icon {
    font-size: inherit;
    margin-right: 8px;
  }
  .ec-headerNaviRole .ec-cartNavi .ec-cartNavi__badge {
    width: 2em;
    height: 2em;
    line-height: 2;
  }

  .ec-headerNaviRole__logo {
    width: auto;
    margin-right: 35px;
  }

  .ec-headerRole__navSP {
    display: none;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .ec-headerTRole__inner, .ec-headerNaviRole {
    padding: 20px;
  }
}
/* フッター */
.ec-footerRole {
  margin: 0;
  background: none;
  border-top: none;
  padding: 0;
}
.ec-footerRole .ec-footerRole__inner {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ec-footerRole__logo {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}
.ec-footerRole__logo a {
  display: inline-block;
}

.ec-footerNavi {
  color: inherit;
  display: none;
  margin-bottom: 30px;
}
.ec-footerNavi .ec-footerNavi__link {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 1.063em;
}
.ec-footerNavi .ec-footerNavi__link a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  font-size: inherit;
}

.ec-footerNavi2 {
  display: none;
  list-style: none;
}
.ec-footerNavi2 li {
  padding: 0 1.143em;
  border-right: 1px solid #adadad;
  line-height: 1;
}
.ec-footerNavi2 li:last-child {
  border-right: none;
}
.ec-footerNavi2 li a {
  text-decoration: none;
  color: inherit;
}

.ec-footerTitle {
  border-top: 1px solid #b3b3b3;
  color: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
.ec-footerTitle .ec-footerTitle__info {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.75em 0 0 0;
  font-size: 3.5vw;
}
.ec-footerTitle .ec-footerTitle__info li {
  padding: 0 0.5em;
  width: 100%;
}
.ec-footerTitle .ec-footerTitle__copyright {
  font-size: 3vw;
  padding: 1.823em 0;
  color: #b3b3b3;
  letter-spacing: 1px;
}

.ec-footerSNS ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.67em 0;
}
.ec-footerSNS ul li {
  display: inline-block;
  margin: 0 2.344vw;
}
.ec-footerSNS ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.813vw;
  height: 7.813vw;
  color: #fff;
  background: #333;
  border-radius: 50%;
}
.ec-footerSNS ul li a i {
  font-size: 3.75vw;
  line-height: 1.1em;
  height: 1em;
}
.ec-footerSNS .ec-footerSNS__pc {
  display: none;
}

.ec-blockTopBtn {
  position: static;
  background: rgba(179, 179, 179, 0.8);
  color: #fff;
  line-height: inherit;
  opacity: 1;
  width: 100%;
  height: 12.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-blockTopBtn .ec-blockTopBtn__pc {
  display: none;
}
.ec-blockTopBtn .ec-blockTopBtn__sp {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.75vw;
  line-height: 1;
  letter-spacing: 1px;
}
.ec-blockTopBtn .ec-blockTopBtn__sp i {
  margin-right: 0.75em;
}

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

  .ec-footerNavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .ec-footerNavi2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .ec-footerTitle {
    margin-top: 40px;
    padding-top: 40px;
  }
  .ec-footerTitle .ec-footerTitle__info {
    padding: 0 0 50px 0;
    font-size: inherit;
  }
  .ec-footerTitle .ec-footerTitle__info li {
    padding-bottom: 10px;
    width: auto;
  }
  .ec-footerTitle .ec-footerTitle__copyright {
    padding: 0 0 40px;
    font-size: inherit;
  }

  .ec-footerSNS {
    position: fixed;
    right: 0;
    top: 93px;
    z-index: 1998;
    width: 50px;
    padding-top: 25px;
  }
  .ec-footerSNS ul {
    display: block;
    text-align: center;
    padding: 0;
  }
  .ec-footerSNS ul li {
    margin: 0 0 10px;
  }
  .ec-footerSNS ul li a {
    width: 2em;
    height: 2em;
  }
  .ec-footerSNS ul li a i {
    font-size: 1.1em;
    line-height: 1.2em;
    height: 1.1em;
    vertical-align: middle;
  }
  .ec-footerSNS .ec-footerSNS__pc {
    display: block;
    width: 11px;
    margin: 0 auto;
  }

  .ec-blockTopBtn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 180px;
  }
  .ec-blockTopBtn .ec-blockTopBtn__pc {
    display: block;
  }
  .ec-blockTopBtn .ec-blockTopBtn__sp {
    display: none;
  }
}
/* サイドバナー */
.ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
  display: block;
  width: 100%;
  padding: 0;
  order: 2;
}
.ec-layoutRole .ec-layoutRole__left .ec-categoryNaviRole, .ec-layoutRole .ec-layoutRole__left .ec-tagNaviRole, .ec-layoutRole .ec-layoutRole__right .ec-categoryNaviRole, .ec-layoutRole .ec-layoutRole__right .ec-tagNaviRole {
  display: none;
  padding: 0;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.ec-layoutRole .ec-layoutRole__left .ec-categoryNaviRole.on, .ec-layoutRole .ec-layoutRole__left .ec-tagNaviRole.on, .ec-layoutRole .ec-layoutRole__right .ec-categoryNaviRole.on, .ec-layoutRole .ec-layoutRole__right .ec-tagNaviRole.on {
  display: block;
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background: #b3b3b3;
  text-align: center;
  overflow-y: auto;
  padding-bottom: 3.125vw;
}
.ec-layoutRole .ec-layoutRole__left .ec-itemNav, .ec-layoutRole .ec-layoutRole__right .ec-itemNav {
  text-align: left;
  height: auto;
}
.ec-layoutRole .ec-layoutRole__left .ec-itemNav__title, .ec-layoutRole .ec-layoutRole__right .ec-itemNav__title {
  text-align: center;
  color: #fff;
  margin: 6.25vw 0 8.595vw;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
}
.ec-layoutRole .ec-layoutRole__left .ec-itemNav__nav, .ec-layoutRole .ec-layoutRole__right .ec-itemNav__nav {
  display: block;
  text-align: center;
  margin-bottom: 6.25vw;
}
.ec-layoutRole .ec-layoutRole__left .ec-itemNav__nav li, .ec-layoutRole .ec-layoutRole__right .ec-itemNav__nav li {
  float: none;
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.ec-layoutRole .ec-layoutRole__left .ec-itemNav__nav li a, .ec-layoutRole .ec-layoutRole__right .ec-itemNav__nav li a {
  display: inline-block;
  background: none;
  padding: 0;
  text-align: left;
  color: inherit;
  font-size: 3.75vw;
  font-weight: inherit;
  line-height: 1.3;
  border: none;
  color: #fff;
}

.ec-navBtnRole {
  display: flex;
  justify-content: space-between;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  margin-bottom: 5.469vw;
}
.ec-navBtnRole .btn_sp {
  width: 48.333%;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  cursor: pointer;
  max-width: 290px;
  height: 9.375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.75vw;
  z-index: 0;
  color: inherit;
}
.ec-navBtnRole .btn_sp i {
  font-size: 3.75vw;
  margin-right: 3.125vw;
  line-height: 1;
}
.ec-navBtnRole .btn_sp span {
  font-size: 3.75vw;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 1px;
}

.ec-calendarRole {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
.ec-calendarRole .link {
  display: flex;
  justify-content: space-between;
}
.ec-calendarRole .link.bf {
  margin-bottom: 8.594vw;
}
.ec-calendarRole .link.af {
  margin-top: 8.594vw;
}
.ec-calendarRole .link > div {
  width: 48.333%;
  margin: 0;
}
.ec-calendarRole .link > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  height: 12.5vw;
  color: inherit;
}
.ec-calendarRole .link > div a i {
  margin-right: 0.5em;
}
.ec-calendarRole .ec-calendar {
  display: block;
  margin: 0;
}
.ec-calendarRole .ec-calendar .ec-calendar__month {
  margin: 0 0 6.25vw;
  width: 100%;
}
.ec-calendarRole .ec-calendar .ec-calendar__month th, .ec-calendarRole .ec-calendar .ec-calendar__month td {
  font-size: 3.75vw;
  padding: 0.475em 0 0.5em;
  color: inherit;
  border-color: #ccc;
}
.ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__holiday, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__holiday {
  background: #b3b3b3;
  color: #fff !important;
}
.ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__today, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__today {
  color: #00f !important;
}
.ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__today:before, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__today:before {
  content: none;
}
.ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__sun, .ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__mon, .ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__tue, .ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__wed, .ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__thu, .ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__fri, .ec-calendarRole .ec-calendar .ec-calendar__month th.ec-calendar__sat, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__sun, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__mon, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__tue, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__wed, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__thu, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__fri, .ec-calendarRole .ec-calendar .ec-calendar__month td.ec-calendar__sat {
  background: none;
  border-top: none;
}
.ec-calendarRole .ec-calendar .ec-calendar__month .ec-calendar__title {
  text-align: left;
  padding-top: 0;
}
.ec-calendarRole .ec-calendar #next-month-table {
  display: none;
}
.ec-calendarRole .ec-calendar .holiday-text {
  display: flex;
  align-items: center;
}
.ec-calendarRole .ec-calendar .holiday-text:before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: #b3b3b3;
  margin-right: 5px;
}

.btn_sale {
  display: block;
  margin-top: 6.25vw;
  margin-bottom: 5.469vw;
  font-size: 3.75vw;
  font-weight: bold;
  background: #de0010;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  padding: calc(0.558em + 1px) 0;
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    width: 240px;
    padding: 0 30px 30px 50px;
    order: 0;
  }
  .ec-layoutRole .ec-layoutRole__left .ec-categoryNaviRole, .ec-layoutRole .ec-layoutRole__left .ec-tagNaviRole, .ec-layoutRole .ec-layoutRole__right .ec-categoryNaviRole, .ec-layoutRole .ec-layoutRole__right .ec-tagNaviRole {
    margin-bottom: 50px;
    display: block;
  }
  .ec-layoutRole .ec-layoutRole__left .ec-itemNav__title, .ec-layoutRole .ec-layoutRole__right .ec-itemNav__title {
    font-size: 18px;
    margin: 0 0 15px;
    color: inherit;
    text-align: left;
  }
  .ec-layoutRole .ec-layoutRole__left .ec-itemNav__nav, .ec-layoutRole .ec-layoutRole__right .ec-itemNav__nav {
    text-align: left;
    margin-bottom: 0;
  }
  .ec-layoutRole .ec-layoutRole__left .ec-itemNav__nav li, .ec-layoutRole .ec-layoutRole__right .ec-itemNav__nav li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  .ec-layoutRole .ec-layoutRole__left .ec-itemNav__nav li a, .ec-layoutRole .ec-layoutRole__right .ec-itemNav__nav li a {
    color: inherit;
    font-size: inherit;
  }

  .ec-navBtnRole {
    display: none;
  }

  .ec-calendarRole {
    padding: 0;
  }
  .ec-calendarRole .link {
    display: block;
  }
  .ec-calendarRole .link.bf {
    margin-bottom: 50px;
  }
  .ec-calendarRole .link.af {
    margin-top: 50px;
  }
  .ec-calendarRole .link > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .ec-calendarRole .link > div a {
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
  }
  .ec-calendarRole .ec-secHeading {
    margin-bottom: 15px;
  }
  .ec-calendarRole .ec-calendar {
    display: block;
    margin: 0;
  }
  .ec-calendarRole .ec-calendar .ec-calendar__month {
    margin: 0 0 20px;
  }
  .ec-calendarRole .ec-calendar .ec-calendar__month th, .ec-calendarRole .ec-calendar .ec-calendar__month td {
    padding: 5px 0 3px;
    font-size: inherit;
  }
  .ec-calendarRole .ec-calendar #next-month-table {
    display: table;
  }

  .btn_sale {
    font-size: 16px;
    font-weight: normal;
    padding: 0.25em;
    width: 80%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    width: 210px;
    padding: 0 20px 30px 20px;
  }
}
/* コンテンツ */
.ec-pageHeader h1, .ec-pageHeader .h1 {
  border: none;
  margin: 0 auto 3.125vw;
  padding: 3.125vw;
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #b3b3b3;
}

.ec-layoutRole .ec-layoutRole__contents {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
  margin-bottom: 15.625vw;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
  flex: none;
  width: 100%;
  padding: 0 0 9.375vw;
}

.ec-categoryRole {
  padding: 0 3.125vw;
  margin: 0 auto 6.25vw;
  color: inherit;
  background: none;
}
.ec-categoryRole .ec-categoryRole__list {
  flex-wrap: nowrap;
  justify-content: center;
}
.ec-categoryRole .ec-categoryRole__list .ec-categoryRole__listItem {
  width: auto;
  margin: 0;
}
.ec-categoryRole .ec-categoryRole__list .ec-categoryRole__listItem a {
  color: inherit;
  font-weight: bold;
  line-height: 1;
}
.ec-categoryRole .ec-categoryRole__list .ec-categoryRole__listItem:not(:last-of-type) {
  padding-right: 5vw;
  border-right: 1px solid #a3a3a3;
  margin-right: 5vw;
}

@media only screen and (min-width: 768px) {
  .ec-pageHeader h1, .ec-pageHeader .h1 {
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 100px;
    padding: 5px 20px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
  }

  .ec-layoutRole .ec-layoutRole__contents {
    padding: 60px 0 80px;
    margin-bottom: 0;
  }

  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    flex: 1;
    padding: 0 60px 0 45px;
    width: 0;
  }

  .ec-categoryRole {
    padding: 0;
    margin-bottom: 40px;
  }
  .ec-categoryRole .ec-categoryRole__list {
    justify-content: start;
  }
  .ec-categoryRole .ec-categoryRole__list .ec-categoryRole__listItem:not(:last-of-type) {
    padding-right: 18px;
    margin-right: 18px;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    padding: 0 50px 0 20px;
  }
}
/* 下層ページ */
.other_page .ec-role {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  max-width: 100%;
  padding: 0 3.125vw;
  margin: 0;
}
.other_page .ec-role h2 {
  font-size: 4.25vw;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 1.563vw;
}
.other_page .ec-role h3, .other_page .ec-role #size_guide h2 {
  margin: 0 0 3.125vw;
  font-size: 3.75vw;
  line-height: 1.3;
  padding-left: 1.1em;
  position: relative;
  font-weight: bold;
}
.other_page .ec-role h3:before, .other_page .ec-role #size_guide h2:before {
  content: "";
  display: inline-block;
  width: 2.813vw;
  height: 2.813vw;
  line-height: 3.75vw;
  background: #b3b3b3;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.other_page .ec-role img {
  width: auto;
}
.other_page .ec-role ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.other_page .ec-role ul li {
  line-height: 1.45;
  margin-left: 1em;
  text-indent: -0.5em;
}
.other_page .ec-role ul li:before {
  content: "・";
  display: inline-block;
}
.other_page .ec-role ul.notice-list li {
  margin-left: 0.9em;
  text-indent: -0.9em;
}
.other_page .ec-role ul.notice-list li:before {
  content: none;
}
.other_page .ec-role p.notice-text {
  margin-left: 0.9em;
  text-indent: -0.9em;
}
.other_page .ec-role .ec-borderedDefs {
  border-top: 1px solid #b3b3b3;
  margin-bottom: 9.375vw;
}
.other_page .ec-role .ec-borderedDefs dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #b3b3b3;
}
.other_page .ec-role .ec-borderedDefs dl dt, .other_page .ec-role .ec-borderedDefs dl dd {
  line-height: 1.6;
  font-size: inherit;
  font-weight: normal;
  padding: 1.95vw 3.125vw 2.022vw 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .other_page .ec-role {
    max-width: 855px;
    padding: 0;
  }
  .other_page .ec-role h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .other_page .ec-role h3, .other_page .ec-role #size_guide h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .other_page .ec-role h3:before, .other_page .ec-role #size_guide h2:before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    top: 0.25em;
  }
  .other_page .ec-role ul li {
    margin-bottom: 2px;
    margin-left: 1em;
    line-height: 1.6;
    text-indent: -0.5em;
  }
  .other_page .ec-role .ec-borderedDefs {
    margin-bottom: 60px;
  }
  .other_page .ec-role .ec-borderedDefs dl dt, .other_page .ec-role .ec-borderedDefs dl dd {
    padding: 15px 10px 14px;
  }
}
/* トップページ */
#page_homepage .ec-layoutRole .ec-layoutRole__contentTop .slider-manager {
  width: 100%;
  height: 62.5vw;
}
#page_homepage .ec-layoutRole .ec-layoutRole__contentTop .slider-manager .main_visual {
  margin-bottom: 0 !important;
}
#page_homepage .ec-layoutRole .ec-layoutRole__contentTop .slider-manager .slick-dots {
  display: none !important;
}
#page_homepage .ec-layoutRole .ec-layoutRole__contentTop .slider-manager img {
  max-width: 100%;
}
#page_homepage .ec-layoutRole .ec-layoutRole__contentTop .banner_block {
  padding: 3.125vw 3.125vw 9.375vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
}
#page_homepage .ec-layoutRole .ec-layoutRole__contentTop .banner_block .banner-item {
  width: 49.167%;
  max-width: 295px;
  margin-bottom: 1.563vw;
}
#page_homepage .ec-layoutRole .ec-layoutRole__contentTop .banner_block .banner-item img {
  max-width: 100%;
}

.ec-secHeading {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 4.375vw;
  color: inherit;
}
.ec-secHeading .ec-secHeading__en {
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}

.ec-newsRole {
  padding: 0;
}
.ec-newsRole .ec-role {
  padding: 0 3.125vw 9.375vw;
  margin: 0;
  max-width: 100%;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.ec-newsRole .ec-newsRole__news {
  border: 1px solid #CCC;
  height: 46.875vw;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1.563vw;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem {
  margin-bottom: 3.125vw;
  padding: 0;
  border-bottom: none;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem a {
  color: inherit;
}
.ec-newsRole .ec-newsRole__newsHeading {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.ec-newsRole .ec-newsRole__newsDate {
  font-size: 3.5vw;
  white-space: nowrap;
  line-height: 1;
  width: 26.7%;
  color: inherit;
  margin: 0;
}
.ec-newsRole .ec-newsRole__newsColumn {
  display: block;
  flex: 1;
  width: 100%;
  margin-top: -0.05em;
  min-width: 0;
}
.ec-newsRole .ec-newsRole__newsDescription {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.ec-newsRole .ec-newsRole__newsTitle, .ec-newsRole .ec-newsRole__newsDescription {
  font-weight: bold;
  line-height: 1.3;
  font-size: 3.5vw;
  margin-bottom: 1.563vw;
  display: block;
  width: 100%;
  color: inherit;
}

@media only screen and (min-width: 768px) {
  #page_homepage .ec-layoutRole .ec-layoutRole__contentTop {
    max-width: 1321px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
  }
  #page_homepage .ec-layoutRole .ec-layoutRole__contentTop .slider-manager {
    margin-right: 50px;
    order: 2;
    width: 896px;
    height: 560px;
  }
  #page_homepage .ec-layoutRole .ec-layoutRole__contentTop .banner_block {
    margin-left: 50px;
    width: 325px;
    padding: 30px 30px 30px 0;
    background: #fff;
    z-index: 1;
  }
  #page_homepage .ec-layoutRole .ec-layoutRole__contentTop .banner_block .banner-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #page_homepage .ec-layoutRole .ec-layoutRole__contentTop .banner_block .banner-item:last-child {
    margin-bottom: 0;
  }

  .ec-secHeading {
    font-size: 18px;
  }

  .ec-newsRole .ec-role {
    padding: 0 0 60px;
  }
  .ec-newsRole .ec-secHeading {
    margin-bottom: 35px;
  }
  .ec-newsRole .ec-newsRole__news {
    height: 190px;
    padding: 5px 0 0;
    border: none;
  }
  .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem {
    margin-bottom: 10px;
  }
  .ec-newsRole .ec-newsRole__newsDate {
    font-size: inherit;
    width: 10.5%;
    min-width: 80px;
  }
  .ec-newsRole .ec-newsRole__newsColumn {
    width: 89.5%;
    margin-top: -3px;
  }
  .ec-newsRole .ec-newsRole__newsTitle, .ec-newsRole .ec-newsRole__newsDescription {
    margin-bottom: 10px;
    font-size: inherit;
  }

  .ec-recommendRole .ec-secHeading {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1321px) and (min-width: 768px) {
  #page_homepage .ec-layoutRole .ec-layoutRole__contentTop .slider-manager {
    width: 67.828%;
    height: 42.3925vw;
    margin-right: 3.785%;
    position: relative;
    overflow: hidden;
  }
  #page_homepage .ec-layoutRole .ec-layoutRole__contentTop .banner_block {
    margin-left: 3.785%;
    width: 24.602%;
    padding: 30px 1.514% 30px 0;
  }
  #page_homepage .ec-layoutRole .ec-layoutRole__contentTop .banner_block .banner-item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  #page_homepage .ec-layoutRole .ec-layoutRole__contentTop .banner_block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* 商品一覧 */
.ec-shelfRole {
  padding: 0 3.125vw;
  max-width: 100%;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.ec-shelfRole .ec-shelfGrid {
  margin-bottom: 0;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item {
  width: 50%;
  margin-bottom: 4.688vw;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image {
  margin-top: 1.563vw;
  margin-bottom: 1.563vw;
  border: 1px solid #eee;
  position: relative;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image .soldout {
  display: inline-block;
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  background-color: rgba(104, 104, 104, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7em;
  text-align: center;
  height: 4.689vw;
  line-height: 4.689vw;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image .status {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image .status .list {
  position: absolute;
  top: -13px;
  right: -13px;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image .status .list li {
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  padding: 0 1px;
  text-align: center;
  word-break: break-all;
  width: 42px;
  height: 36px;
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image .status .list li.sale {
  background: #de0010;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image .status .list li.pre_reserve {
  font-size: 9px;
  background: #0f005e;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image .status .list li.new {
  background: #08a016;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_type {
  font-weight: bold;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_price_regular {
  display: none;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_price_regular.sale {
  display: block;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_price_regular:after {
  display: block;
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 3rem;
  margin-bottom: 0.5rem;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_price_regular .tax {
  font-size: 2.5vw;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_price.sale {
  color: #DE5D50;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_price .tax {
  font-size: 2.5vw;
}

.ec-pagerRole {
  margin-top: 4.688vw;
}

.ec-pager {
  display: flex;
  justify-content: center;
  padding: 0;
}
.ec-pager .ec-pager__item, .ec-pager .ec-pager__item--active {
  background: none !important;
  min-width: 0;
  padding: 0;
}
.ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a {
  font-size: 3.75vw;
  font-weight: normal;
  min-width: 7.031vw;
  height: 7.031vw;
  line-height: 7.031vw;
  padding: 0;
  margin: 0 1.03vw 1.563vw;
}
.ec-pager .ec-pager__item--active a {
  background: #b3b3b3;
  color: #fff;
}

.ec-searchnavRole {
  color: inherit;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0 3.125vw;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ec-shelfRole {
    padding: 0;
  }
  .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item {
    width: 285px;
    margin-bottom: 20px;
  }
  .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image {
    margin-top: 13px;
    margin-bottom: 15px;
  }
  .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image .soldout {
    font-size: 12px;
    padding: 6px 0;
    line-height: 1;
    height: auto;
  }
  .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_type {
    margin-bottom: 5px;
  }
  .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_name {
    margin-bottom: 5px;
  }
  .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_price_regular .tax,
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .item_price .tax {
    font-size: 10px;
  }

  .ec-pagerRole {
    margin-top: 40px;
  }

  .ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a {
    font-size: 14px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px 10px;
  }

  .ec-searchnavRole {
    padding: 0;
    text-align: left;
  }
}
/* ABOUT US */
.about__img {
  margin-bottom: 5.469vw;
}

.about__info, .about__msg {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12.5vw;
  font-size: 3.75vw;
}
.about__info a, .about__msg a {
  color: inherit;
}
.about__info br, .about__msg br {
  display: none;
}

#gmap {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
#gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .about__img {
    margin-bottom: 60px;
  }

  .about__info, .about__msg {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 80px;
  }
  .about__info br, .about__msg br {
    display: inline;
  }
}
/* SHOPPING GUIDE */
#shop_guide_area_sp {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  margin-bottom: 5.469vw;
}

#shop_guide_area_sp .swrap {
  width: 100%;
}

#shop_guide_area_sp {
  display: block;
  margin-bottom: 5.469vw;
  position: relative;
}
#shop_guide_area_sp select {
  appearance: none;
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  padding: 0.402em 2.679em 0.402em 0.69em;
  border: 1px solid #ccc;
  font-size: inherit;
}
#shop_guide_area_sp i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: inherit;
  height: 100%;
  width: 2.679em;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

#shop_deliv {
  margin-bottom: 7.813vw;
}
#shop_deliv h3 {
  margin-bottom: 1.563vw;
}
#shop_deliv .deliv_price {
  margin-bottom: 5.469vw;
}
#shop_deliv .deliv_price p {
  font-weight: bold;
  margin-bottom: 2.344vw;
}
#shop_deliv .deliv_price p .req {
  color: #ec6d65;
}
#shop_deliv .deliv_price .tax {
  text-align: right;
  display: none;
  margin-bottom: 0.5em;
}
#shop_deliv .deliv_price .ec-borderedDefs {
  margin-bottom: 2.344vw;
}
#shop_deliv .deliv_price .ec-borderedDefs dl dt {
  width: 15%;
}
#shop_deliv .deliv_price .ec-borderedDefs dl dd:nth-child(2) {
  width: 70%;
}
#shop_deliv .deliv_price .ec-borderedDefs dl dd:nth-child(3) {
  width: 15%;
  text-align: right;
  white-space: nowrap;
  padding-right: 0;
}
#shop_deliv .deliv_price .ec-borderedDefs dl dd > div {
  display: flex;
  flex-wrap: wrap;
}
#shop_deliv .deliv_price .ec-borderedDefs dl dd > div span {
  display: inline-block;
  padding-right: 1em;
}
#shop_deliv .deliv_date p {
  margin-bottom: 1.563vw;
}
#shop_deliv .deliv_date .timezone {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 1.563vw;
}
#shop_deliv .deliv_date .timezone > span {
  display: inline-block;
}
#shop_deliv .deliv_date .timezone > span:nth-child(1) {
  padding-right: 1em;
}

#shop_pay {
  margin-bottom: 7.813vw;
}
#shop_pay h3 {
  margin-bottom: 1.563vw;
}
#shop_pay p {
  line-height: 1.45;
}
#shop_pay .pay_credit {
  margin-bottom: 5.469vw;
}
#shop_pay .pay_credit p {
  margin-bottom: 2.344vw;
}
#shop_pay .pay_credit img {
  margin-bottom: 3.125vw;
}
#shop_pay .pay_after {
  margin-bottom: 5.469vw;
}
#shop_pay .pay_after p {
  margin-bottom: 0.781vw;
}
#shop_pay .pay_bank {
  margin-bottom: 5.469vw;
}
#shop_pay .pay_bank p {
  margin-bottom: 1.563vw;
}
#shop_pay .pay_bank .bank-account {
  margin-bottom: 1.563vw;
  font-weight: bold;
}
#shop_pay .pay_bank .bank-account p {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#shop_pay .pay_bank .bank-account p span {
  display: inline-block;
  padding-right: 0.5em;
}
#shop_pay .pay_way p {
  margin-bottom: 0.781vw;
}
#shop_pay .pay_way ul {
  margin-bottom: 1.563vw;
}
#shop_pay .link a {
  display: inline-block;
  font-weight: bold;
}

#shop_regist {
  margin-bottom: 7.813vw;
}
#shop_regist h3 {
  margin-bottom: 1.563vw;
}
#shop_regist p {
  line-height: 1.45;
  margin-bottom: 2.344vw;
}
#shop_regist .regist_point, #shop_regist .regist_mypage, #shop_regist .regist_wish, #shop_regist .regist_mail {
  margin-bottom: 5.469vw;
}
#shop_regist .regist_point p, #shop_regist .regist_mypage p, #shop_regist .regist_wish p, #shop_regist .regist_mail p {
  margin-bottom: 0;
}
#shop_regist .regist_mail p {
  margin-bottom: 5.469vw;
}
#shop_regist .link a {
  display: inline-block;
  font-weight: bold;
}

#shop_point {
  margin-bottom: 7.813vw;
}
#shop_point h3 {
  margin-bottom: 1.563vw;
}
#shop_point p {
  line-height: 1.45;
  margin-bottom: 2.344vw;
}
#shop_point .point_range, #shop_point .point_confirm, #shop_point .point_grant, #shop_point .point_ex {
  margin-bottom: 5.469vw;
}
#shop_point .point_range p, #shop_point .point_confirm p, #shop_point .point_grant p, #shop_point .point_ex p {
  margin-bottom: 0;
}
#shop_point .point_return p {
  margin-bottom: 5.469vw;
}
#shop_point .link a {
  display: inline-block;
  font-weight: bold;
}

#shop_return h3 {
  margin-bottom: 1.563vw;
}
#shop_return p {
  line-height: 1.45;
  margin-bottom: 2.344vw;
}
#shop_return p.other {
  font-weight: bold;
}
#shop_return .return_about {
  margin-bottom: 5.469vw;
}
#shop_return .return_cannot {
  margin-bottom: 10.938vw;
}
#shop_return .return_cannot ul {
  margin-top: 2.344vw;
  margin-bottom: 2.344vw;
}

@media only screen and (min-width: 768px) {
  #shop_guide_area_pc {
    margin-bottom: 50px;
  }

  #shop_guide_area_pc ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #shop_guide_area_pc ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  #shop_guide_area_pc ul li a {
    display: block;
    font-weight: bold;
    letter-spacing: -1px;
    color: #333;
  }

  #shop_guide_area_sp {
    display: none;
  }

  #shop_deliv {
    margin-bottom: 55px;
  }
  #shop_deliv h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #shop_deliv .deliv_price {
    margin-bottom: 35px;
  }
  #shop_deliv .deliv_price p {
    font-size: 16px;
    margin-bottom: 11px;
  }
  #shop_deliv .deliv_price .tax {
    display: block;
  }
  #shop_deliv .deliv_price .ec-borderedDefs {
    margin-bottom: 15px;
  }
  #shop_deliv .deliv_price .ec-borderedDefs dl dt {
    width: 9.4%;
  }
  #shop_deliv .deliv_price .ec-borderedDefs dl dd:nth-child(2) {
    width: 79.7%;
  }
  #shop_deliv .deliv_price .ec-borderedDefs dl dd:nth-child(3) {
    width: 10.9%;
  }
  #shop_deliv .deliv_date p {
    margin-bottom: 10px;
  }
  #shop_deliv .deliv_date .timezone {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #shop_pay {
    margin-bottom: 55px;
  }
  #shop_pay h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #shop_pay p {
    line-height: 1.6;
  }
  #shop_pay .pay_method {
    margin-bottom: 35px;
  }
  #shop_pay .pay_method p {
    margin-bottom: 15px;
  }
  #shop_pay .pay_method img {
    margin-bottom: 20px;
  }
  #shop_pay .pay_method ul {
    margin-bottom: 15px;
  }
  #shop_pay .pay_bank .bank-account {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #shop_pay .link a {
    font-size: 16px;
  }

  #shop_regist {
    margin-bottom: 55px;
  }
  #shop_regist h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #shop_regist p {
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #shop_regist .regist_point, #shop_regist .regist_mypage, #shop_regist .regist_wish, #shop_regist .regist_mail {
    margin-bottom: 35px;
  }
  #shop_regist .regist_mail p {
    margin-bottom: 35px;
  }
  #shop_regist .link a {
    font-size: 16px;
  }

  #shop_point {
    margin-bottom: 55px;
  }
  #shop_point h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #shop_point p {
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #shop_point .point_range, #shop_point .point_confirm, #shop_point .point_grant, #shop_point .point_ex {
    margin-bottom: 35px;
  }
  #shop_point .point_return p {
    margin-bottom: 35px;
  }
  #shop_point .link a {
    font-size: 16px;
  }

  #shop_return h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #shop_return p {
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #shop_return .return_about {
    margin-bottom: 35px;
  }
  #shop_return .return_cannot {
    margin-bottom: 70px;
  }
  #shop_return .return_cannot ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* SIZE GUIDE */
#size_guide_area_sp {
  display: block;
  margin-bottom: 5.469vw;
  position: relative;
}
#size_guide_area_sp select {
  appearance: none;
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  padding: 0.402em 2.679em 0.402em 0.69em;
  border: 1px solid #ccc;
  font-size: inherit;
}
#size_guide_area_sp i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: inherit;
  height: 100%;
  width: 2.679em;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

#size_guide p {
  line-height: 1.5;
}
#size_guide p.notice-text {
  margin-top: 0.1em;
  margin-bottom: 5.469vw;
}
#size_guide #tops1, #size_guide #tops2 {
  margin-bottom: 0;
}
#size_guide .ec-grid3 .ec-grid3__cell {
  margin-bottom: 6.25vw;
  text-align: center;
}
#size_guide .ec-grid3 .ec-grid3__cell img {
  max-width: 55.625vw;
}
#size_guide .ec-borderedDefs dl dt {
  width: 23.3%;
}
#size_guide .ec-borderedDefs dl dd {
  width: 76.7%;
}

@media only screen and (min-width: 768px) {
  #size_guide_area_sp {
    display: none;
  }

  #size_guide p.notice-text {
    margin-top: 2px;
    margin-bottom: 55px;
  }
  #size_guide #tops1, #size_guide #tops2 {
    margin-bottom: 60px;
  }
  #size_guide .ec-grid3 .ec-grid3__cell {
    width: 38.6%;
    margin-bottom: 0;
    padding-right: 20px;
  }
  #size_guide .ec-grid3 .ec-grid3__cell img {
    max-width: 100%;
  }
  #size_guide .ec-grid3 .ec-grid3__cell2 {
    width: 61.4%;
  }
  #size_guide .ec-borderedDefs dl dt {
    width: 21%;
  }
  #size_guide .ec-borderedDefs dl dd {
    width: 79%;
  }
}
/* 特商法 */
#page_help_tradelaw .ec-borderedDefs {
  margin-bottom: 0;
}
#page_help_tradelaw .ec-borderedDefs dl dt {
  width: 30%;
}
#page_help_tradelaw .ec-borderedDefs dl dd {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  #page_help_tradelaw .ec-borderedDefs {
    margin-bottom: 0;
  }
  #page_help_tradelaw .ec-borderedDefs dl dt {
    width: 24.6%;
  }
  #page_help_tradelaw .ec-borderedDefs dl dd {
    width: 75.4%;
  }
}
/* プライバシーポリシー */
#privacy-policy > p {
  margin-bottom: 5.469vw;
}
#privacy-policy ol.privacy {
  counter-reset: num1;
  list-style: none;
  margin: 0;
  padding: 0;
}
#privacy-policy ol.privacy > li {
  margin-bottom: 5.469vw;
  margin-left: 0;
  position: relative;
  line-height: inherit;
  text-indent: 0;
}
#privacy-policy ol.privacy > li:before {
  content: none;
}
#privacy-policy ol.privacy > li h3 {
  position: static;
  margin: 0 0 1.563vw 1.5em;
  font-weight: normal;
  padding: 0;
}
#privacy-policy ol.privacy > li h3:before {
  content: counter(num1) ". ";
  counter-increment: num1;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  line-height: inherit;
  background: none;
  border-radius: 0;
}
#privacy-policy ol.privacy > li ol {
  list-style: none;
  margin: 1.563vw 0 0;
  padding: 0;
  counter-reset: num2;
}
#privacy-policy ol.privacy > li ol li {
  line-height: 1.6;
  position: relative;
  margin-left: 1em;
}
#privacy-policy ol.privacy > li ol li:before {
  content: counter(num2) " ";
  counter-increment: num2;
  position: absolute;
  top: 0;
  left: -1em;
}

@media only screen and (min-width: 768px) {
  #privacy-policy > p {
    margin-bottom: 35px;
  }
  #privacy-policy ol.privacy > li {
    margin-bottom: 35px;
  }
  #privacy-policy ol.privacy > li h3 {
    margin: 0 0 15px 1.5em;
  }
  #privacy-policy ol.privacy > li ol {
    margin-top: 10px;
  }
}
/* CONTACT */
.ec-contactRole .ec-label, .ec-contactConfirmRole .ec-label {
  margin-bottom: 0;
}
.ec-contactRole .ec-required, .ec-contactConfirmRole .ec-required {
  vertical-align: middle;
}

/* CART */
.ec-cartRole .ec-cartRole, .ec-customerRole .ec-cartRole {
  padding-left: 0;
  padding-right: 0;
}

.ec-orderRole img {
  width: initial;
}

.ec-cartRole__pointText {
  width: 100%;
  background-color: #eee;
  line-height: 1.7;
  padding: 3.125vw 4.688vw;
  margin-bottom: 5.469vw;
}

.ec-orderPayment #zeus_payment_input {
  margin: 0.5em 1em;
}
.ec-orderPayment #zeus_privacy_notice label[for=shopping_order_ZeusCreditPaymentPiiAgreement] {
  background: #fac589;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
}

.ec-orderGiftWrapping .modal table {
  margin-top: 1em;
}

.ec-guest {
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .ec-cartRole__pointText {
    padding: 31px 30px;
    margin-bottom: 40px;
  }
}
/* 商品詳細 */
.ec-productRole {
  max-width: 1100px;
  padding: 0 3.125vw;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.ec-productRole .ec-sliderItemRole {
  padding: 0;
  position: relative;
  margin-bottom: 6.25vw;
  color: inherit;
  font-size: inherit;
}
.ec-productRole .ec-sliderItemRole .soldout {
  position: absolute;
  z-index: 1;
  display: inline-block;
  color: #fff;
  font-size: 3.75vw;
  font-weight: bold;
  background-color: rgba(104, 104, 104, 0.5);
  top: 1px;
  left: 1px;
  width: 7em;
  text-align: center;
  height: 6.875vw;
  line-height: 6.875vw;
  padding: 0;
}
.ec-productRole .ec-sliderItemRole .item_visual {
  margin-bottom: 0;
}
.ec-productRole .ec-sliderItemRole .slide-item {
  margin-bottom: 0;
}
.ec-productRole .ec-sliderItemRole .slide-item img {
  border: 1px solid #eee;
}
.ec-productRole .ec-sliderItemRole .slideThumb {
  width: 13%;
  margin: 0 1.5% 6px 0;
  border: 1px solid #eee;
}
.ec-productRole .ec-sliderItemRole .slideThumb:nth-child(7n) {
  margin-right: 0;
}
.ec-productRole .ec-sliderItemRole .slideThumb img {
  width: 100%;
}
.ec-productRole .ec-sliderItemRole .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4vw;
}
.ec-productRole .ec-sliderItemRole .slick-dots li {
  width: 3.125vw;
  height: 3.125vw;
  margin: 0 0.781vw;
  padding: 0;
}
.ec-productRole .ec-sliderItemRole .slick-dots li.slick-active button:before {
  background-color: #b3b3b3;
}
.ec-productRole .ec-sliderItemRole .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
}
.ec-productRole .ec-sliderItemRole .slick-dots li button:before {
  width: 100%;
  height: 100%;
  background-color: #eee;
  line-height: 1;
  position: static;
  display: inline-block;
  opacity: 1;
}
.ec-productRole .ec-productRole__profile {
  margin-left: 0;
}
.ec-productRole .ec-productRole__product_status {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 28px;
}
.ec-productRole .ec-productRole__product_status li {
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  padding: 0 1px;
  text-align: center;
  word-break: break-all;
  width: 42px;
  height: 36px;
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ec-productRole .ec-productRole__product_status li:not(last-child) {
  margin-right: 10px;
}
.ec-productRole .ec-productRole__product_status_sale {
  background: #de0010;
}
.ec-productRole .ec-productRole__product_status_pre_release {
  font-size: 9px !important;
  background: #0f005e;
}
.ec-productRole .ec-productRole__product_status_new {
  background: #08a016;
}
.ec-productRole .ec-productRole__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.781vw;
  padding: 0;
  border: none;
}
.ec-productRole .ec-productRole__tags li {
  padding: 0;
  font-size: inherit;
  color: inherit;
  font-weight: bold;
  border: none;
  background: none;
}
.ec-productRole .ec-productRole__tags li + li:before {
  content: ",";
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  color: inherit;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 3.75vw;
  margin-bottom: 4.375vw;
  border-bottom: 1px solid #b3b3b3;
}
.ec-productRole .ec-productRole__price {
  padding: 0;
  margin-bottom: 15px;
  color: inherit;
  border: none;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
}
.ec-productRole .ec-productRole__price .ec-price {
  display: flex;
  align-items: end;
}
.ec-productRole .ec-productRole__price .ec-price .ec-price__price {
  padding: 0;
  font-size: 1em;
}
.ec-productRole .ec-productRole__price .ec-price .ec-price__tax {
  font-size: 3.438vw;
  font-weight: normal;
  line-height: 1.2;
}
.ec-productRole__priceRegular {
  display: none;
}
.ec-productRole__priceRegular.sale {
  display: block;
}
.ec-productRole__priceRegular:after {
  display: block;
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 3rem;
  margin-bottom: 0.5rem;
}
.ec-productRole__price.sale {
  color: #DE5D50;
}
.ec-productRole .ec-productRole__point {
  margin-bottom: 5.469vw;
}
.ec-productRole .ec-productRole__actions .ec-select select {
  min-width: 0;
}
.ec-productRole .ec-productRole__btn {
  min-width: 0;
}
.ec-productRole .ec-productRole__link {
  margin: 55px 0 8.594vw;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.ec-productRole .ec-productRole__link li {
  font-size: 3.75vw;
  position: relative;
  line-height: 1;
  font-weight: bold;
  width: 48.333%;
  height: 9.375vw;
  border: 1px solid #b3b3b3;
}
.ec-productRole .ec-productRole__link li:first-child {
  margin-right: 3.334%;
  margin-bottom: 3.125vw;
}
.ec-productRole .ec-productRole__link li.contact {
  width: 100%;
}
.ec-productRole .ec-productRole__link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
}
.ec-productRole .ec-productRole__description {
  margin-bottom: 0;
}
.ec-productRole .ec-productRole__description table {
  max-width: 100% !important;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
}
.ec-productRole .ec-productRole__description table th {
  text-align: center;
  background-color: #b3b3b3;
  color: #fff;
}
.ec-productRole .ec-productRole__description table th, .ec-productRole .ec-productRole__description table td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.5em;
  word-break: break-all;
}
.ec-productRole .ec-productRole__description table td {
  text-align: left;
}
.ec-productRole .ec-productRole__description p {
  margin-bottom: 1em;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .ec-productRole {
    padding: 0;
  }
  .ec-productRole .ec-sliderItemRole {
    padding: 0 9% 0 0;
    margin: 0;
  }
  .ec-productRole .ec-sliderItemRole .item_visual {
    margin-bottom: 20px;
  }
  .ec-productRole .ec-sliderItemRole .slide-item img {
    margin-bottom: 15px;
  }
  .ec-productRole .ec-sliderItemRole .soldout {
    width: 7em;
    font-size: 16px;
    padding: 9px 0;
    line-height: 1;
    height: auto;
  }
  .ec-productRole .ec-sliderItemRole .slider-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
  }
  .ec-productRole .ec-sliderItemRole .slider-arrow i {
    color: #b3b3b3;
    font-size: 1em;
    line-height: 1;
    height: 1em;
    width: 1em;
  }
  .ec-productRole .ec-sliderItemRole .next-arrow {
    right: 2.5%;
  }
  .ec-productRole .ec-sliderItemRole .prev-arrow {
    left: 2.5%;
  }
  .ec-productRole .ec-productRole__tags {
    margin: 0 0 15px;
  }
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 16px;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .ec-productRole .ec-productRole__priceRegular,
.ec-productRole .ec-productRole__price {
    font-size: 16px;
  }
  .ec-productRole .ec-productRole__priceRegular .ec-price .ec-price__tax,
.ec-productRole .ec-productRole__price .ec-price .ec-price__tax {
    font-size: 12px;
  }
  .ec-productRole .ec-productRole__point {
    margin-bottom: 20px;
  }
  .ec-productRole .ec-productRole__link {
    margin-bottom: 40px;
  }
  .ec-productRole .ec-productRole__link li {
    font-size: inherit;
    border: none;
    width: auto;
    height: auto;
  }
  .ec-productRole .ec-productRole__link li:first-child {
    margin-right: 1.286em;
    padding-right: 1.285em;
    margin-bottom: 0;
  }
  .ec-productRole .ec-productRole__link li:first-child:after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1px;
    background: #747474;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .ec-productRole .ec-productRole__link li.contact {
    width: auto;
  }
}
/* 左右余白 */
.ec-forgetCompleteRole {
  padding: 0 3.125vw;
}

@media only screen and (min-width: 768px) {
  .ec-forgetCompleteRole {
    padding: 0;
  }
}
/* 会員登録 */
.kiyaku {
  padding: 1em;
  border: 1px solid #b3b3b3;
}

.ec-entryText {
  color: var(--bs-body-color);
  line-height: var(--bs-body-line-height);
  font-size: 1rem;
  margin-top: 5.468vw;
}
.ec-entryText h2 {
  margin: 0 0 3.125vw;
  font-size: 3.75vw;
  line-height: 1.3;
  padding-left: 1.1em;
  position: relative;
  font-weight: bold;
}
.ec-entryText h2:before {
  content: "";
  display: inline-block;
  width: 2.813vw;
  height: 2.813vw;
  line-height: 3.75vw;
  background: #b3b3b3;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.ec-entryText p {
  margin-bottom: 5.468vw;
  line-height: 1.4;
}
.ec-entryText p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .ec-entryText {
    margin-top: 32px;
  }
  .ec-entryText h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .ec-entryText h2:before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    top: 0.25em;
  }
  .ec-entryText p {
    margin-bottom: 32px;
    line-height: 1.6;
  }
}

/*# sourceMappingURL=customize.css.map */
