@charset "UTF-8";

/*  keep codev  */

.ec-headerSearch .ec-headerSearch__category .ec-select .ec-select_search{
    background: none;
}

.searchform .ec-select {
    background:#c8dfd1 !important;
}

.ec-role{
    max-width: none;
}


/*toiro_nav custom_css ↓↓↓↓↓↓↓↓↓↓↓↓*/

.ec-headerRole {
    max-width: 100%;
    background: rgba(255, 255, 255, 0.4);
}
.ec-layoutRole__header {
    display: flex;
    flex-direction: column;
}
.ec-cartNavi,
.ec-categoryNaviRole__title,
.ec-headerNav .ec-headerNav__item .ec-headerNav__itemIcon,
.ec-headerNav .ec-headerNav__itemLink,
.ec-headerRole .ec-categoryNaviRole,
.ec-headerRole .ec-headerTitle a {
    color: #000;
}
@media (min-width: 768px) {
    .ec-headerRole:hover {
        background: #fff;
    }
    .ec-cartNavi,
    .ec-headerNav .ec-headerNav__item .ec-headerNav__itemIcon {
        color: #000;
    }
    .ec-headerRole .ec-categoryNaviRole li a {
        width: 180px;
        color: #000;
        background: rgba(255, 255, 255, 0.8);
    }
    .ec-headerRole .ec-categoryNaviRole ul ul {
        left: 180px;
    }
    .ec-headerRole .ec-categoryNaviRole li a:hover {
        background: rgba(250, 250, 250, 0.8);
    }
    .ec-headerRole .ec-categoryNaviRole li ul:before {
        color: #000;
    }
}
.ec-headerRole {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 15px;
    z-index: 999;
}
.ec-headerRole .ec-headerTitle {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 30px;
}
.ec-headerRole .ec-headerNav {
    margin-right: 0;
}
.ec-headerRole .ec-headerNaviRole {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 0 0 auto;
}
.ec-headerNav .ec-headerNav__item {
    font-size: 14px;
}
.ec-headerNav .ec-headerNav__itemIcon {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 18px;
}
.ec-headerNav .ec-headerNav__item .ec-headerNav__itemIcon {
    display: inline-block;
}
.ec-cartNavi {
    padding: 3px 0 0 10px;
}
.ec-headerNavSP {
    top: 8px;
}
.ec-headerNav {
    display: none;
}
.ec-headerRole .ec-categoryNaviRole {
    display: none;
}
@media (min-width: 768px) {
    .ec-headerRole {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: 0.4s;
    }
    .ec-headerRole a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    .ec-headerRole .ec-headerTitle {
        margin: 0;
    }
    .ec-headerRole .ec-headerNav {
        margin-right: 20px;
    }
    .ec-headerNav .ec-headerNav__item {
        margin: 0 10px;
    }
    .ec-headerNav .ec-headerNav__item .ec-headerNav__itemIcon {
        display: inline-block;
    }
    .ec-headerNav .ec-headerNav__item a {
        font-size: 14px;
        font-weight: 700;
    }
    .ec-headerRole .ec-cartNavi {
        padding: 12px 17px 10px;
    }
    .ec-headerNav {
        display: block;
    }
    .ec-headerRole .ec-categoryNaviRole {
        position: relative;
        padding: 0;
        font-size: 14px;
        font-weight: 700;
        color: #000;
        margin-right: 18px;
        transform: translateY(1px);
        max-width: none;
        width: auto;
        display: block;
    }
    .ec-headerRole .ec-categoryNaviRole__title {
        cursor: pointer;
    }
    .ec-headerRole .ec-categoryNaviRole__item {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        padding-top: 45px;
    }
    .ec-headerRole .ec-categoryNaviRole:hover .ec-categoryNaviRole__item {
        display: block;
    }
    .ec-headerRole .ec-categoryNaviRole ul {
        margin: 0;
        padding: 0;
    }
    .ec-headerRole .ec-categoryNaviRole ul ul {
        position: absolute;
        top: 0;
    }
    .ec-headerRole .ec-categoryNaviRole ul ul li {
        display: none;
    }
    .ec-headerRole .ec-categoryNaviRole li:hover > ul > li {
        display: block;
    }
    .ec-headerRole .ec-categoryNaviRole li {
        list-style: none;
        position: relative;
        box-sizing: border-box;
    }
    .ec-headerRole .ec-categoryNaviRole li a {
        display: block;
        padding: 15px;
    }
    .ec-headerRole .ec-categoryNaviRole li ul:before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 10px;
        position: absolute;
        top: 18px;
        right: auto;
        left: -20px;
    }
}
.ec-headerTitle__title {
    width: 20%;
    padding-top: 0;
    margin-left: 2%;
}
@media (max-width: 768px) {
    .ec-headerTitle__title {
        width: 50%;
        padding-top: 0;
        margin-left: 20%;
    }
    
}

/*END toiro_nav custom_css*/

/*START category_display custom */

@media only screen and (min-width: 768px) {
    .ec-categoryNaviRole {
          display: block;
          width: 100%; }
          .ec-categoryNaviRole a {
            color: inherit;
            text-decoration: none; }
          .ec-categoryNaviRole a:hover {
            text-decoration: none; }
        .ec-itemNav__nav {
    /* MODIFY THE VALUE
          /* display: inline-block; } */
          display: block;
    /* END MODIFY */
    /* ADD THE PROPERTY */
          width: 100%; }
    /* END ADD */
          .ec-itemNav__nav li {
          float: left;
    /* MODIFY THE VALUE
          width: auto; } */
          width: 100%; }
    /* END MODIFY */
          .ec-itemNav__nav > li {
            margin-top: 1.5rem; }
      .ec-itemNav__nav li a {
    /* MODIFY THE VALUE
          text-align: center; */
          text-align: left;
    /* END MODIFY */
          border-bottom: none; }
        .ec-itemNav__nav li ul {
    /* MODIFY THE VALUE & ADD THE PROPERTY
          display: block; */
          display: flex;
          flex-flow: row wrap;
    /* END MODIFY & ADD */
          z-index: 100;
    /* MODIFY THE VALUE
          position: absolute; } */
          position: relative; }
    /* END MODIFY */
          .ec-itemNav__nav li ul li {
    /* RELEASE THE PROPERTY
            overflow: hidden;
            height: 0; } */
    /* END RELEASE */
    /* ADD THE PROPERTY */
            flex: 0 0 calc(100% / 3); }
    /* END ADD */
          .ec-itemNav__nav li ul li a {
            background: none; }
      .ec-itemNav__nav > li:hover > ul > li {
        overflow: visible;
        height: auto; }
      .ec-itemNav__nav li ul li ul:before {
        content: "\f054";
    /* MODIFY THE VALUE
        font-family: "Font Awesome 5 Free"; */
        font-family: "M PLUS 1p";
    /* END MODIFY */
        font-weight: 900;
    /* MODIFY THE VALUE
        font-size: 12px; */
        font-size: 10px;
    /* END MODIFY */
        color: white;
        position: absolute;
        top: 19px;
        right: auto;
        left: -20px; }
      .ec-itemNav__nav li ul li:hover > ul > li {
        overflow: visible;
        height: auto;
        width: auto; }
    
    
    .ec-categoryNaviRole {
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
    /* MODIFY THE VALUE
      font-size: 16px;
      line-height: 1.4;
      color: #525263; */
      font-size: 12px;
      line-height: 1.2;
      color: #444;
    /* END MODIFY */
      -webkit-text-size-adjust: 100%;
      width: 100%;
      max-width: 1130px;
      display: block; }
    .ec-categoryNaviRole:after {
        content: " ";
        display: table; }
    .ec-categoryNaviRole:after {
        clear: both; }
    .ec-categoryNaviRole textarea {
        /* for chrome fontsize bug */
    /* MODIFY THE VALUE
        font-family: sans-serif; } */
        font-family: "M PLUS 1p"; }
    /* END MODIFY */
    .ec-categoryNaviRole img {
        max-width: 100%; }
    .ec-categoryNaviRole html {
        box-sizing: border-box; }
    .ec-categoryNaviRole *,
      .ec-categoryNaviRole *::before,
      .ec-categoryNaviRole *::after {
        box-sizing: inherit; }
    .ec-categoryNaviRole img {
        width: 100%; }
    .ec-itemNav {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
    /* MODIFY THE VALUE
      text-align: center; } */
      text-align: left; }
    /* END MODIFY */
    .ec-itemNav__nav {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: auto;
      width: auto;
      height: auto;
      list-style-type: none;
    /* MODIFY THE VALUE
      text-align: center; */
      text-align: left;
    /* END MODIFY */
    /* comment out the WARNING
      vertical-align: bottom;
     */
    }
    .ec-itemNav__nav li {
    /* MODIFY THE PROPERTY
      float: none; */
      clear: both;
    /* END MODIFY */
      margin: 0;
      padding: 0;
      width: 100%;
    /* MODIFY THE VALUE
      text-align: center; */
      text-align: left;
    /* END MODIFY */
      position: relative; }
    .ec-itemNav__nav li a {
      display: block;
    /* MODIFY THE VALUE
      border-bottom: 1px solid #E8E8E8; */
      border-bottom: 0px solid white;
    /* END MODIFY */
      margin: 0;
    /* MODIFY THE VALUE
      padding: 16px; */
      padding: 8px;
    /* END MODIFY */
      height: auto;
    /* MODIFY THE VALUE
      color: #2e3233;
      font-size: 16px;
      font-weight: bold;
      line-height: 20px; */
      color: #444;
      font-size: 14px;
      font-weight: normal;
      line-height: 16px;
    /* END MODIFY */
      text-decoration: none;
      text-align: left;
    /* RELEASE THE PROPERTY
      background: #fff;
     * END RELEASE */
    /* MODIFY THE VALUE
      border-bottom: 1px solid #E8E8E8; } */
      border-bottom: 0px solid white; }
    /* END MODIFY */
    .ec-itemNav__nav li ul {
      display: flex;
      z-index: 0;
      margin: 0;
      padding: 0;
      min-width: 200px;
      list-style: none;
    /* RELEASE THE PROPERTY
      position: static;
      top: 100%;
     * END RELEASE */
    /* MODIFY THE VALUE
      left: 0; } */
      left: 16px; }
    /* END MODIFY */
    .ec-itemNav__nav li ul li {
      overflow: hidden;
      width: 100%;
      height: auto;
      transition: .3s; }
    .ec-itemNav__nav li ul li a {
    /* MODIFY THE VALUE
      border-bottom: 1px solid #E8E8E8;
      padding: 16px 22px 16px 16px;
      font-size: 16px;
      font-weight: bold;
      color: white; */
      border-bottom: 0px solid #eee;
      padding: 8px;
      font-size: 12px;
      font-weight: normal;
      color: #444;
    /* END MODIFY */
      text-align: left;
    /* RELEASE THE PROPERTY
      background: black; }
     * END RELEASE */ }
    .ec-itemNav__nav > li:hover > a {
    /* MODIFY THE VALUE
      background: #fafafa; } */
      background: #f8f8f8; }
    /* END MODIFY */
    .ec-itemNav__nav > li:hover li:hover > a {
      background: #fff;
      color:#8a8a8a;}
      /* text-decoration: underline; } */
    /* END MODIFY */}
    .ec-itemNav__nav li ul li ul {
      top: 0;
      left: 100%;
      width: auto; }


/* END category_display Custom */