/*GLOBAL CLASS*/
body {
  font-family: Roboto, "游ゴシック Medium", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  color: #3e3e3e;
}

.inner, .ec-headerRole, .ec-headerNaviRole, .ec-sliderRole, .ec-sliderItemRole,
.ec-searchnavRole .ec-searchnavRole__infos, .ec-shelfRole, .ec-productRole, .ec-cartRole, .ec-cartCompleteRole,
.ec-orderRole, .ec-forgotRole, .ec-registerRole, .ec-registerCompleteRole, .ec-contactRole, .ec-contactConfirmRole,
.ec-contactCompleteRole, .ec-customerRole, .ec-withdrawRole, .ec-userEditCompleteRole,  .ec-footerRole .ec-footerRole__inner,
.ec-searchnavRole{
  max-width: 1200px !important;
}

.list-product-quantity .ec-numberInput{
  display: none;
}

.ec-numberInput input[type='number']{
  margin-bottom: 0 !important;
  padding: 0 !important;
  height: 30px;
  margin-left: 10px;
  max-width: 65px;
}

.ec-blockBtn--action.add-cart, .add__btn a, .ec-blockBtn--action{
  height: 45px;
  line-height: 45px;
}

.ec-topicRole__list p {
  width: 100%;
}

.ec-headerNavSP {
  box-shadow: 0 0 3px #ccc;
}

.ec-eyecatchRole .ec-eyecatchRole__intro{
  color: #3e3e3e;
}

/*画面高さ調整、フッターが下に*/
html, body, .ec-layoutRole {
  height: 100%;
  background: #fff;
}

.ec-layoutRole {
  display: flex;
  flex-direction: column;
}

.ec-layoutRole .ec-layoutRole__contents {
  flex: 1 0 auto;
}

/*////HEADER////*/
.ec-headerNav .ec-headerNav__itemIcon, .ec-cartNavi .ec-cartNavi__icon {
  font-size: 17px !important;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select{
  max-width: 95px;
}

.ec-cartNavi {
  height: 36px;
  padding: 11px 17px 10px;
}

.ec-cartNavi .ec-cartNavi__badge {
  top: -6px;
}

.ec-cartNavi .ec-cartNavi__price{
  padding-bottom: 3px;
}

.ec-headerNav .ec-headerNav__itemLink {
  margin: 5px 5px 0 -5px;
}

.ec-headerNaviRole {
  padding-top: inherit;
  padding-bottom: inherit;
}

.h_logo_wrap {
  width: 20%;
}

.h_right_wrap {
  /*width: 100%;*/
  display: flex;
  align-items: center;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  width: auto;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: auto;
  flex-wrap: wrap;
}

.ec-headerNav {
  display: flex;
}

.ec-headerNav .ec-headerNav__itemIcon, .ec-headerNav .ec-headerNav__itemLink, .ec-cartNavi .ec-cartNavi__icon {
  color: #3e3e3e;
}

/*SEARCH BAR*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #3e3e3e;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  height: 17px;
  width: 17px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
  padding: 8px 13px;
  max-width: 120px;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  padding-bottom: 6px;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  padding: 0.7em 50px 0.4em 1em;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
  top: 1em;
  right: 0.5em;border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.ec-headerNaviRole img {
  max-width: 240px;
}

.ec-newItemRole__listItem img {
  height: 60%;
  object-fit: cover;
}

.ec-shelfGrid .ec-shelfGrid__item img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.ec-sliderItemRole .slideThumb img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}

.ec-headerTitle img {
  width: 50%;
}

.ec-topicRole {
  padding: 0px;
  background: #FFFFFF;
}

.logo_img img {
  width: 65%
}

.topic_img {
  position: relative;
}

.topic_img img {
  opacity: 0.6;
}

.topic_img .top_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  color: black;
  width: 100%;
  font-family: 'ＭＳ ゴシック';
  text-shadow: 1px 5px 5px #cccccc;
  line-height: 3em;
}

.topic_img .top_text p {
  margin-bottom: 10px;
  font-family: monospace;
  font-size: 1.1em;
}

.topic_img .top_text strong {
  font-size: 2.1em;
}

.ec-itemNav__nav li ul li {
  border: none;
}

.s_regist_icon {
  color: black;
}

/*新着商品 さらに*/
.ec-blockBtn--action {
  background-color: #2639AA;
  border-color: #2639AA;
}

.ec-blockBtn--action:hover {
  background: #fff;
  color: #35468E;
  text-decoration: none;
  border-color: #35468E;
}

.btn_flex .add__btn a {
  background: #828282 !important;
}

.btn_flex .add__btn a:hover {
  background: #fff !important;
  color: #828282;
  text-decoration: none;
  border: 1px solid #828282;
}

.ec-blockBtn--action.disabled:hover, .ec-blockBtn--action.disabled:focus, .ec-blockBtn--action.disabled.focus, .ec-blockBtn--action[disabled]:hover, .ec-blockBtn--action[disabled]:focus, .ec-blockBtn--action[disabled].focus, fieldset[disabled] .ec-blockBtn--action:hover, fieldset[disabled] .ec-blockBtn--action:focus, fieldset[disabled] .ec-blockBtn--action.focus {
  background: #fff;
  color: #35468E;
  text-decoration: none;
  border-color: #35468E;
}

.ec-modal .ec-modal-overlay-close {
  width: auto !important;
}

/*商品詳細*/

#page_product_detail button, .ec-productRole__btn button, .ec-productRole__btn a {
  font-weight: 500 !important;
}

#page_product_detail .ec-productRole .ec-productRole__price {
  font-size: 1.25em !important;
  margin-top: 5px;
}

.ec-price .ec-price__tax {
  font-size: .8em !important;
}

#page_product_detail .ec-productRole, #page_product_detail .ec-layoutRole__contents{
  max-width: 1200px !important;
  padding-top: 1rem;
}

.ec-sliderItemRole {
  padding-left: 0;
  /*padding-right: 0;*/
}

.ec-productRole__tags, .ec-productRole__price, .ec-productRole__code, .ec-productRole__category {
  border-bottom: none !important;
  padding: 0px !important;
}

.ec-productRole .ec-productRole__price{
  line-height: 1.2;
}

.ec-productRole {
  margin-top: 3rem;
}

.detail-tel-btn {
  font-family: sans-serif !important;
}

button.ec-blockBtn--action:disabled {
  width: 100%;
  /*min-width: 170px !important;*/
  margin-top: 0px !important;
  height: 45px;
  line-height: 45px;
}

.product-info{
  margin: 20px 0;
}

.mb-1{
  margin-bottom: .25rem;
}

.product-info .col-sm-5, .product-info .col-sm-7 {
  display: flex;
  padding-right: 0;
}

.product-info-label {
  min-width: 120px;
  padding-right: 0px !important;
}

.ec-productRole .ec-productRole__description {
  margin-top: 16px;
}

#page_product_detail .ec-sliderItemRole .ec-productRole__category {
  margin-top: -23.6px;
  font-size: .85em;
}

#page_product_detail .ec-productRole__description {
  line-height: unset;
}
/*フッター上の問合せボタン*/


/*///////// MEDIA QUERY /////////*/

@media only screen and (min-width: 768px) {
  body, .ec-productRole {
    font-size: 15px;
  }

  .ec-cartNavi {
    box-shadow: 1px 1px 2px #eee;
  }

  .ec-cartNavi .ec-cartNavi__badge {
    left: -8px;
  }

  .ec-topicRole {
    padding: 0px;
  }

  form.searchform {
    display: flex;
    justify-content: end;
  }

  .ec-headerNaviRole{
    height: 85px;
    padding:0 15px 2px;
    max-width: 1200px;
}

  .h_right_wrap {
    margin-left: auto;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: flex;
    align-items: center;
  }

  .ec-cartNaviWrap{
    margin-top: 2px;
    margin-left: 10px;
  }

  .ec-headerSearch {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .reg_icon_nav {
    display: none !important;
  }

  /*///CATEGORY NAVIGATION///*/
  .ec-categoryNaviRole{
    border-bottom: solid 2px #e3e3e3 !important;
    background: #f5f5f5;
    margin: 0;
    padding: 0;
    max-width: none;
  }

  .ec-itemNav{
    margin: 0 auto;
    padding: 0 5px;
    max-width: 1200px;
  }

  ul.ec-itemNav__nav{
    display: flex;
    justify-content: space-between;
    flex: 1;
    flex-wrap: wrap;
  }

  .ec-itemNav__nav li a {
    font-weight: unset;
    background: transparent;
    border-bottom: solid 2px transparent;
    border-top: solid 2px transparent;
    padding: 12px 10px;
    font-size: .9em;
  }



  .ec-itemNav__nav li a:hover {
    border-bottom: solid 2px #bcbcbc;
    background: #fff;
    transition: all .1s;
  }

  .ec-itemNav__nav li ul li a{
    border-bottom: solid 2px transparent;
  }

  ul.child-nav{
    background: #fff;
    box-shadow: 1px 1px 1px 3px #f5f5f5;
    box-shadow: rgba(109, 109, 109, 0.15) 1.95px 1.95px 2.6px;
  }

  ul.child-nav li a{
    background: #fff !important;
    color: inherit !important;
    font-weight: unset !important;
    border-top: solid 1px #f3f3f3;
    padding: 11px 20px 11px 12px !important;
    font-size: .9em !important;
  }

  ul.child-nav li a:hover{
    transition: all .1s;
    transform: translateX(1px);
  }

  ul.child-nav ul.child-nav li {
    min-width: 100px;
  }

  .ec-itemNav__nav li ul.child-nav li ul:before {
    top: 16px;
    color: #444;
  }
}

@media screen and (max-width: 930px) {
  .topic_img .top_text {
    width: 85%;
    line-height: 2em;
  }

  .topic_img .top_text strong {
    margin-top: 15px;
    font-size: 1.9em;
    line-height: 1.3em;
  }
}

@media screen and (min-width: 768px) and (max-width: 934px) {
  .ec-itemNav__nav li a {
    padding: 12px 3px;
  }
}

@media only screen and (max-width: 920px) {
  .ec-headerNav .ec-headerNav__itemLink{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /*add*/
  .ec-headerNavSP {
    right: 10px;
    left: unset;
  }

  .h_logo_wrap h1 {
    margin: .5rem 0 1rem 1rem;
  }

  .reg_icon_nav {
    display: inline !important;
  }

  .topic_img .top_text {
    line-height: 1.2em;
    width: 90%;
    font-size: 14px;
    font-weight: 500
  }

  .topic_img .top_text strong {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .ec-sliderItemRole {
    padding-right: 0;
  }

  .img-zoom-lens {
    display: none !important;
  }

  .h_logo_wrap {
    width: 80%;
    padding-top: 5px;
  }

  .h_right_wrap {
    width: 100%;
    margin-right: 7rem;
    justify-content: flex-end;
  }

  #page_product_detail .ec-productRole, #page_product_detail .ec-layoutRole__contents{
    padding-top: 0rem;
  }
  .img-zoom-result {
    display: none !important;
  }
}


