/* カスタマイズ用CSS */
.ec-sliderRole {
  max-width: 100%;
  padding: 0;
}

.ec-eyecatchRole .ec-eyecatchRole__image {
    width: 500px
}

.ec-eyecatchRole .ec-eyecatchRole__intro{
    width: calc(100% - 500px);
}
.ec-eyecatchRole__introTitle {
  margin-bottom: .8em;
  font-size: 24px;
  font-weight: bold;
}

.ec-eyecatchRole__introEnTitle {
  margin-bottom: .8em;
  font-size: 16px;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .ec-role.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .ec-role.flex.col-2 > * {
    width: 50%;
  }
  .ec-role.flex.col-2 > *:first-child {
    padding-right: 20px;
  }
  .ec-role.flex.col-2 > *:last-child {
    padding-left: 20px;
  }
  .ec-role.flex .ec-eyecatchRole__introEnTitle {
    width: 100%;
    margin-top: 45px;
    margin-bottom: .8em;
    font-size: 16px;
    font-weight: normal;
  }
  .ec-role.flex .ec-eyecatchRole__introTitle {
    width: 100%;
    margin-bottom: 1em;
    font-size: 26px;
    font-weight: bold;
  }

  .ec-eyecatchRole .ec-eyecatchRole__intro {
    padding-right: 0;
    padding-left: 5%;
    order: 2;
  }
  .ec-eyecatchRole .ec-eyecatchRole__image {
    order: 1;
  }
}
.footer {
  margin-top: 80px;
  background-color: #000000;
  -webkit-text-size-adjust: 100%;
}
.footer * {
  font-size: 14px;
}
.footer ul, .footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-top {
  padding: 40px 0;
  color: #FFFFFF;
  background-color: #1F1F1F;
}
.footer-top .footer-top__inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1130px;
}
.footer-top .footer-top__list {
  display: flex;
  flex-wrap: wrap;
}
.footer-top .footer-top__list > * {
  width: 33.333%;
  display: flex;
  padding: 0 20px;
  border-right: 1px solid #FFFFFF;
}
.footer-top .footer-top__list > *:first-child {
  padding-left: 0;
}
.footer-top .footer-top__list > *:last-child {
  padding-right: 0;
  border: none;
}
.footer-top .footer-top__list-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top .footer-top__list-right {
  padding-left: 20px;
}
.footer-top .footer-top__list-icon i {
  font-size: 31px;
}
.footer-top .footer-top__list-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-bottom {
  padding: 40px 0 20px;
  color: #FFFFFF;
}
.footer-bottom .footer-bottom__inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1130px;
}
.footer-bottom .footer-bottom__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-bottom .footer-bottom__list > * {
  width: 25%;
  padding: 0 20px;
  border-right: 1px solid #1F1F1F;
}
.footer-bottom .footer-bottom__list > *:first-child {
  padding-left: 0;
}
.footer-bottom .footer-bottom__list > *:last-child {
  padding-right: 0;
  border: none;
}
.footer-bottom .footer-bottom__list > * a {
  color: #AAAAAA;
}
.footer-bottom .footer-bottom__link > * {
  margin-bottom: 10px;
}
.footer-bottom .footer-bottom__link > *:last-child {
  margin-bottom: 0;
}
.footer-bottom .footer-bottom__address > * {
  margin-bottom: 10px;
}
.footer-bottom .footer-bottom__address > *:last-child {
  margin-bottom: 0;
}
.footer-bottom .footer-bottom__address-title {
  font-weight: bold;
}
.footer-bottom .footer-bottom__list-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-bottom .footer-bottom__list-title a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}
.footer-bottom .footer-bottom__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-bottom .footer-bottom__sns-list > * {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
.footer-bottom .footer-bottom__sns-list > *:last-child {
  margin-right: 0px;
}
.footer-bottom .footer-bottom__sns-icon {
  display: block;
}
.footer-bottom .footer-bottom__site-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.footer-bottom .footer-bottom__site-name * {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}
.footer-bottom .footer-bottom__copy {
  font-size: 12px;
  text-align: center;
}




@media only screen and (max-width: 768px) {
    .ec-eyecatchRole .ec-eyecatchRole__image {
        width: 100%;
    }
    .ec-eyecatchRole .ec-eyecatchRole__intro{
        width: 100%;
    }
  .footer-bottom .footer-bottom__list > * {
      width: 100%;
      padding: 10px;
      border-right: none;
      border-bottom: 1px solid #1F1F1F;
  }
  .footer-bottom .footer-bottom__list-title {
      font-size: 16px;
      margin-bottom: 10px;
  }
  .footer-top {
    padding: 20px 0;
    color: #FFFFFF;
    background-color: #1F1F1F;
  }
  .footer-bottom {
    padding: 20px 0;
    color: #FFFFFF;
  }
  .footer-top .footer-top__list > * {
    width: 100%;
    display: flex;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
  }
  .footer-top .footer-top__list > *:first-child {
    padding-left: 10px;
  }
  .footer-top .footer-top__list > *:last-child {
    padding-right: 10px;
    border-bottom: 1px solid #FFFFFF;
  }
}

.newItemList {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
.newItemList * {
    color: inherit;
}
.newItemList__content {
    width: 25%;
    padding: 10px;
}
.related-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
}
.ec-shelfRole {
    margin-top: 40px;
}
@media only screen and (max-width: 768px) {
    .newItemList {
        /*margin: 0;*/
    }
    .newItemList__content {
        width: 50%;
    }
}
.ec-borderedDefs dd {
  line-height: 1.6;
}
.pp-page {
  padding: 0 2em;
}
@media only screen and (max-width: 768px) {
  .pp-page {
    padding: 0;
  }
}
.pp-page h2 {
  font-size: 1.4em;
  font-weight: bold;
}
.pp-page ul,.pp-page ol {
  padding: 1em;
}
.cart-scoreTxt {
  padding: 1em;
  background-color: #f9f8f8;
}