/* カスタマイズ用CSS */
/* 全体調整
---------------------------------------- */
body {
  font-family: "Noto Sans JP", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo,sans-serif !important;
  font-weight: 400;
  color: #333;
}
.ec-role {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 980px;
  }
}
.ec-headerNav .ec-headerNav__itemLink,
.ec-itemNav__nav li a,
.ec-eyecatchRole .ec-eyecatchRole__intro,
.ec-secHeading--tandem,
.ec-newItemRole .ec-newItemRole__listItem:not(:first-child) a,
.ec-secHeading,
.ec-categoryRole__listItem a,
.ec-newsRole .ec-newsRole__newsDate,
.ec-newsRole .ec-newsRole__newsTitle {
  color: #333;
}





/* ヘッダー調整
---------------------------------------- */

@media only screen and (min-width: 768px) {
  .ec-layoutRole__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1090px;
    margin: auto;
    padding-bottom: 15px;
  }
  .ec-headerNaviRole {
    width: 100%;
    padding-bottom: 17px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dbebe4;
  }
  .ec-headerRole {
    width: 35%;
    padding-top: 22px;
    padding-left: 0;
  }
  .ec-categoryNaviRole {
    width: 65%;
    padding-left: 0;
    padding-right: 0;
  }
  .ec-headerTitle .ec-headerTitle__title h1 {
    text-align: left;
  }
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.ec-headerNav .ec-headerNav__itemIcon {
  width: 30px;
  height: 30px;
  margin-right: 9px;
  margin-left: 12px;
}
.ec-headerNav .ec-headerNav__itemIcon:before {
  content: none!important;
}
.ec-headerNav .ec-headerNav__itemIcon.fa-user {
  background: url(https://www.presen-na.com//shop/html/user_data/assets/img/common/icon-user.png)no-repeat;
  background-size: contain;
}
.ec-headerNav .ec-headerNav__itemIcon.fa-heart {
  background: url(https://www.presen-na.com//shop/html/user_data/assets/img/common/icon-heart.png)no-repeat;
  background-size: contain;
}
.ec-headerNav .ec-headerNav__itemIcon.fa-lock {
  background: url(https://www.presen-na.com//shop/html/user_data/assets/img/common/icon-lock.png)no-repeat;
  background-size: contain;
}
.ec-cartNavi .ec-cartNavi__icon {
  background: url(https://www.presen-na.com//shop/html/user_data/assets/img/common/icon-cart.png)no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.ec-cartNavi .ec-cartNavi__badge {
  font-size: 18px;
  background: none;
  color: #e72347;
  padding: 0;
  line-height: inherit;
  min-width: inherit;
  height: inherit;
  position: static;
  transform: translateY(20%);
  margin-left: 20px;
}
.ec-cartNavi .ec-cartNavi__badge:before {
  content: "（";
}
.ec-cartNavi .ec-cartNavi__badge:after {
  content: "）";
}
.ec-cartNavi .ec-cartNavi__price {
  font-size: 19px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #e65c17;
}
.ec-headerSearch .ec-headerSearch__keyword {
  border: 1px solid #e65c17;
  background-color: #e7e8e8;
}
.ec-cartNavi__icon.fa-shopping-cart::before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi {
    display: flex;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 9px 14px;
    width: auto;
    min-width: 200px;
    height: 48px;
    white-space: nowrap;
    cursor: pointer;
    background: #f0f1f1;
    margin-left: 12px;
  }
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% / 2.5);
    max-width: 400px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search {
    margin-top: 0;
    display: block;
  }
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    font-size: 16px;
    height: 39px;
  }
  .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    height: 37px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767.98px) {
  .ec-headerTitle img {
    max-width: 180px;
  }
  .ec-headerNaviRole {
    padding-right: 10px;
    border-bottom: 1px solid #dbebe4;
    padding-bottom: 8px;
    
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: 100%;
    min-width: 240px;
    align-items: flex-start;
  }
  .ec-headerNav .ec-headerNav__itemIcon {
    margin-left: 12px;
  }
  .ec-cartNavi {
    padding: 0;
    margin-left: 15px;
  }
  .ec-cartNavi .ec-cartNavi__icon {
    padding-right: 60px;
  }
  .ec-cartNavi .ec-cartNavi__badge {
    font-size: 14px;
    transform: translateY(37%);
    margin-left: 19px;
  }
}

.ec-itemNav__nav li a {
  font-weight: 500;
}
/* フッター調整
---------------------------------------- */
.ec-footerRole {
  border-top: none;
  background: #e65c17;
}
.ec-footerNavi .ec-footerNavi__link {
  display: block;
}
.ec-footerNavi .ec-footerNavi__link a {
  padding-bottom: 5px;
  text-decoration: none;
}
.ec-footerTitle {
  padding: 10px 0 50px;
}
.ec-footerTitle .ec-footerTitle__logo {
  margin-bottom: 0;
  margin-right: 24px;
}
.ec-footerTitle .ec-footerTitle__logo img {
  vertical-align: inherit;
}
.ec-footerTitle__add {
  font-size: 14px;
  margin-bottom: 0;
}
.ec-blockTopBtn {
  background-color: #e65c17;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .ec-footerRole {
    padding-top: 43px;
    margin-top: 120px;
  }
  .ec-footerTitle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ec-footerRole .ec-footerRole__inner {
    text-align: center;
  }
  .ec-footerNavi {
    display: inline-flex;
    justify-content: center;
    border-bottom: 1px solid #ec8653;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .ec-footerNavi {
    text-align: left;
  }
  .ec-footerNavi .ec-footerNavi__link a {
    padding: 10px 20px;
    border-bottom: 1px solid #ec8653;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
  }
  .ec-footerNavi .ec-footerNavi__link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 7px;
    height: 7px;
    display: block;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .ec-footerTitle {
    padding: 10px 0 30px;
  }
  .ec-footerTitle .ec-footerTitle__logo {
    text-align: left;
    margin-left: 2rem;
    margin-bottom: 5px;
  }
  .ec-footerTitle .ec-footerTitle__logo img {
    max-width: 100px;
  }
  .ec-footerTitle__add {
    margin-left: 15px;
    line-height: 1.4;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 0;
    text-align: left;
  }
}
/* トップページ調整
---------------------------------------- */

/* スライダー
---------------- */
.ec-sliderRole img {
  border: 1px solid #d2d0cf;
}
@media only screen and (min-width: 768px) {
  .ec-sliderRole {
    margin-bottom: 37px;
  }
}

/* 新入荷商品特集
---------------- */
.ec-blockBtn--top {
  background-color: #e65c17;
  border-color: #e65c17;
  font-weight: 500;
}
.ec-blockBtn--top:hover {
  background-color: #e39167;
  border-color: #e39167;
}
.ec-eyecatchRole {
  margin-bottom: 20px;
}
.ec-eyecatchRole .ec-eyecatchRole__image {
  margin-bottom: 25px;
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole {
    margin-bottom: 45px;
  }
  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .ec-eyecatchRole .ec-eyecatchRole__introDescription {
    margin-bottom: 45px;
    font-size: 15px;
  }
  .ec-blockBtn--top {
    font-size: 17px;
    padding: 17px 16px;
    height: inherit;
    line-height: inherit;
  }
}


/* タイトル
---------------- */
.ec-secHeading {
  display: flex;
  align-items: center;
}
.ec-secHeading .ec-secHeading__en {
  font-size: 19px;
  font-weight: 500;
}
.ec-secHeading .ec-secHeading__line {
  height: 15px;
  width: 2px;
  margin: 0 9px;
}
.ec-secHeading .ec-secHeading__ja {
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-secHeading .ec-secHeading__en {
    font-size: 22px;
  }
  .ec-secHeading .ec-secHeading__line {
    height: 18px;
  }
  .ec-secHeading .ec-secHeading__ja {
    font-size: 14px;
  }
}


/* 新着商品
---------------- */
.ec-newItemRole__listItem {
  position: relative;
}
.ec-newItemRole .ec-newItemRole__listItemHeading {
  padding-top: 0;
  background-color: inherit;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-75%);
  padding-bottom: 0;
}

.ec-secHeading--tandem {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.ec-secHeading--tandem .ec-secHeading__en {
  font-size: 21px;
  font-weight: 500;
}
.ec-secHeading--tandem .ec-secHeading__line {
  margin: 5px auto 10px;
  width: 45px;
}
.ec-secHeading--tandem .ec-secHeading__ja {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
}
.ec-inlineBtn--top {
  background-color: #e65c17;
  border-color: #e65c17;
  font-size: 13px;
  padding: 2px 16px;
  font-weight: 500;
  letter-spacing: 2px;
}
.ec-inlineBtn--top:hover {
  background-color: #e39167;
  border-color: #e39167;
}
.ec-newItemRole .ec-newItemRole__listItemTitle {
  font-weight: 400;
  text-decoration: underline;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .ec-newItemRole {
    padding: 0 0 35px;
  }
  .ec-newItemRole__listItem {
    position: relative;
  }
  .ec-newItemRole .ec-newItemRole__listItemHeading {
    transform: translateY(-64%);
  }
  .ec-secHeading--tandem .ec-secHeading__en {
    font-size: 26px;
  }
  .ec-secHeading--tandem .ec-secHeading__line {
    margin: 9px auto 15px;
    width: 57px;
  }
  .ec-secHeading--tandem .ec-secHeading__ja {
    margin-bottom: 17px;
    font-size: 14px;
  }
  .ec-inlineBtn--top {
    font-size: 17px;
    padding: 3px 16px;
  }
  .ec-newItemRole .ec-newItemRole__listItemTitle {
    margin: 14px 0 10px;
    font-size: 14px;
  }
}

/* カテゴリ
---------------- */
.ec-categoryRole {
  background: #fbe7dc;
}
.ec-categoryRole .ec-categoryRole__listItem {
  margin-bottom: 15px;
}
.ec-categoryRole__listItem a {
  color: #333;
}
.ec-categoryRole__listItem p {
  padding-top: 5px;
  font-size: 12px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ec-categoryRole {
    background: #fbe7dc;
    max-width: 1090px;
    margin: auto;
    padding: 60px 0 25px;
  }
  .ec-categoryRole__listItem p {
    padding-top: 10px;
    font-size: 14px;
  }
}

/* 新着情報
---------------- */
.ec-newsRole .ec-newsRole__newsDate {
  letter-spacing: 2px;
}
.ec-newsRole .ec-newsRole__newsTitle {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole {
    padding: 84px 0 0;
  }
  .ec-newsRole .ec-newsRole__news {
    border: 10px solid #eee;
    padding: 5px 30px;
  }
}

/* 特定商取引法に基づく表記
---------------- */
.ec-borderedDefs dl{
    padding: 10px 0;
}
.ec-borderedDefs dt{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1.5;
}
.ec-borderedDefs dd{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .ec-borderedDefs dt{
    }
    .ec-borderedDefs dd{
    }
    
}