/* カスタマイズ用CSS */

.headermenu ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.headermenu ul li {
  list-style: none;
  width: 200px;
  border-left: solid 1px #fff;
}

.headermenu ul li:last-child {
  border-right: solid 1px #fff;
}

.headermenu ul {
  background-color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 5px;
}

.ec-itemNav__nav li {
  float: none;
}

.ec-itemNav__nav li a {
  text-align: left;
}

.ec-headerNaviRole {
  justify-content: flex-end;
}



.ec-osusume .ec-osusume__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ec-osusume .ec-osusume__listItem {
  margin-bottom: 4%;
  width: 48%;
  height: auto;
}

.ec-osusume .ec-osusume__listItem:nth-child(odd) {
  margin-right: 4%;
}

.ec-osusume .ec-osusume__listItemHeading {
  margin-top: calc(45% - 20px);
}

.ec-osusume .ec-osusume__listItemTitle {
  margin: 8px 0;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.ec-osusume .ec-osusume__listItemPrice {
  font-size: 12px;
  color: black;
}

.new {
  border-bottom: solid black 10px;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.osusume {
  border-bottom: solid black 10px;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.ec-headerNav {
  text-align: left;
  margin-left: 40px;
  margin-top: 20px;
}

.ec-headerNav .ec-headerNav__item {
  display: inherit;
}

.ec-productRole {
  margin-top: 20px;
}

.ec-headerNav-flex {
  display: flex!important;
  justify-content: space-between;
}

.ec-headerNav-flex span {
  line-height: 4.5rem;
  font-weight: 700;
}

.cartBtnMini{
  width: 50%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

.ec-borderedDefs dl dd p{
  line-height: 28px;
}

.ec-pageHeader h2 {
  border-top: none;
  border-bottom: 1px solid #ccc;
  margin: 10px 16px 10px 10px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}

.deliveryContents {
  margin-left: 10px;
}

.deliveryContents h3 {
  font-size: 1em;
  font-weight: 600;
  padding: 5px;
}

.deliveryContents p {
  padding: 0 0 0 5px;
  font-size: 0.9em;
}

.deliveryContents img {
  width: 20%;
  height: auto;
  margin-bottom: 13px;
}

.main_visual_img {
    position: relative;
}

.main_visual_keyword {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ec-borderedDefs dl {
    border-bottom: 1px solid #ccc!important;
}

.ec-headerNavSP {
    background: rgba(255, 255, 255, 0);
}

/* CSS Document */
/*smartphone css*/
@media only screen and (min-width: 768px) {
  /* .ec-osusume {
    padding: 60px 0;
  } */

  .pc_none {
      display: none;
  }

  .ec-osusume .ec-osusume__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .ec-osusume .ec-osusume__listItem {
    margin-bottom: 15px;
    width: calc(100% / 4);
  }

  .ec-osusume .ec-osusume__listItem:not(:last-of-type) {
    margin-right: 30px;
  }

  .ec-osusume .ec-osusume__listItem:nth-child(odd) {
    margin-right: 30px;
  }

  .ec-osusume .ec-osusume__listItemTitle {
    margin: 20px 0 10px;
  }

  .ec-pageHeader h2 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 16px 48px 44px;
    padding: 8px;
    font-size: 24px;
    font-weight: bold;
  }

  .deliveryContents {
    margin-left: 44px;
  }

  .deliveryContents h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
  }
  
  .deliveryContents p {
    padding: 10px;
  }
  
  .deliveryContents img {
    width: 20%;
    height: auto;
    margin-bottom: 13px;
  }
  
    .main_visual_keyword p {
        text-align:right;
        font-size: 1.6em;
        line-height: 1.6em;
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .headermenu {
        display: none;
    }
    .ec-headerSearch__category2 {
        padding: 10px 5px 5px 5px;
        color: #fff;
    }
    .ec-headerSearch__keyword2 {
        padding: 10px 5px 20px 5px;
        color: #fff;
    }
    .ec-headerNav__item {
        margin-bottom: 10px;
    }

    .mt-60-pc {
        margin-top: 60px;
    }
    .main_visual_keyword p {
        text-align:right;
        color: #fff;
        font-size: 1em;
        line-height: 1.2em;
    }
}

/* margin-top */
.mt20 {
  margin-top: 20px!important;
}
.mt60 {
  margin-top: 60px!important;
}
/* margin-right */
.mr30 {
  margin-right: 30px!important;
}
/* margin-left */
.ml25{
  margin-left: 25px!important;
}
/* margin-bottom */
.mb05{
  margin-bottom: 5px!important;
}