@charset "UTF-8";
p.bnr_shopl img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #menus {
    position: initial;
    width: 200px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    display: block;
  }
  #pc-logo {
    position: relative;
  }
  .hm_btn {
    display: none;
  }
  .hm_menu_close {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #menus {
    width: 85%;
    left: -85%;
    background: #F5E9D0;
  }
  #pc-logo {
    display: none;
  }
}
.head-nav-inner {
  border-bottom: none;
}

.s_menu ul {
  margin-bottom: 20px;
}

.s_menu li {
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: #fff;
}

label.a_tit {
  background: #eee;
}

label.c_tit {
  background: #eee;
}

label.pop_tit {
  background: #eee;
}

label.pro_tit {
  background: #eee;
}

a.ttl {
  font-size: 15px;
  color: #fff !important;
}

ul.popular li:last-child {
  border-bottom: none;
}

ul.product li:last-child {
  border-bottom: none;
}

li.member_login {
  padding: 10px;
}

.s_menu li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.s_menu li a:hover {
  color: #ff9900;
}

.notice img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #fff;
}

.s_menu {
  width: 100%;
}

.s_menu input {
  display: none;
}

.s_menu label {
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  padding: 10px 0 5px 10px;
  color: #333;
  display: block;
  border-radius: 3px 3px 0 0;
  border-left: #ffcc00 5px solid;
}

li.andmore {
  padding: 7px 5px 15px 5px;
  height: 30px;
}

li.andmore a {
  display: block;
  color: #FF9900;
  border: 1px solid #FF9900;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
}

.s_menu .notice a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px 0 0 0;
  width: 100%;
  display: block;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .s_menu li.andmore {
    padding: 0;
  }
  .account, .featured,
.popular, .product {
    border: 0px;
    margin: 0px;
  }
  .featured li a {
    color: #333;
    font-weight: normal;
  }
  .s_menu {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .s_menu:last-of-type {
    padding: 5px;
  }
  .s_menu ul {
    margin: 0;
  }
  .s_menu label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    position: relative;
    height: 30px;
    padding: 15px 0px 0px 12px;
    font-weight: bold !important;
    background: #FF9900;
    border-bottom: 1px #fff solid;
    border-left: none;
  }
  .s_menu .notice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }
  .s_menu .notice a {
    margin: 0;
    border: none;
  }
  ul.account li, ul.featured li,
ul.popular li, ul.product li {
    border: none;
  }
  .a_border, .f_border,
.pop_border, .pro_border {
    margin: 0;
    border: none;
  }
  .s_menu li {
    max-height: 0 !important;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0px;
    border: 0;
    font-size: 13px;
  }
  .s_menu ul li::before {
    display: none;
  }
  #s_menu_bar01:checked ~ .account li.member_login {
    padding: 10px;
  }
  #s_menu_bar01:checked ~ .account li,
#s_menu_bar02:checked ~ .featured li,
#s_menu_bar03:checked ~ .popular li,
#s_menu_bar04:checked ~ .product li,
#s_menu_bar05:checked ~ .infomation li {
    max-height: 75px !important;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  #s_menu_bar03:checked ~ .popular li.andmore,
#s_menu_bar04:checked ~ .product li.andmore {
    padding: 7px 5px 15px 5px;
  }
  .s_menu label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #333 2px solid;
    border-right: #333 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  .s_menu input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
  }
}
#ecmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  #ecmenu {
    background: #fff;
    z-index: 120;
    max-width: 200px;
  }
}
@media screen and (min-width: 769px) {
  #acMenu dt, #acMenu dd {
    display: none !important;
  }
  .sp-logo {
    display: none;
  }
}
#header_category_btn_category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ff9900;
  color: white;
  padding: 5px;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1.2;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #header_category_btn_category a {
    font-size: 11px;
    padding: 5px;
  }
}
#item_search {
  /* border: 1px solid #ccc; */
  text-align: left;
  padding: 0px 0px 10px 0px;
  vertical-align: bottom;
}

#item_search select {
  width: 100%;
}

.searchbox {
  position: relative;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_key {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  padding: 0px 30px 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .p_key {
    display: none;
  }
}
form#searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  max-width: 500px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  form#searchform {
    margin-right: 5px;
  }
}
p#b_csr {
  position: relative;
  right: 0px;
  height: 100%;
}

#item_sf {
  margin: 0 20%;
  padding: 1em;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  border: 1px #999 solid;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#btn_search_advanced input {
  height: 100%;
  border-radius: 20px;
  padding: 15px;
  cursor: pointer;
}

/**/
@media screen and (max-width: 768px) {
  .searchbox {
    width: 100%;
  }
  #item_sf {
    margin: 0;
  }
  #sns_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
}
.imgborder1 {
  border: 1px solid #fff;
  display: block;
}

#freespace6 {
  margin: 10px 0;
}

#freespace6 div {
  border: 1px solid #ccc;
  margin: 3px 0;
}

@media screen and (max-width: 768px) {
  #freespace6 {
    margin: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  #freespace6 div {
    margin: 3px;
    width: calc(50% - 6px);
  }
  #header_category_btn_category {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
/* バナーのマウスオーバー */
div.item-box6:hover a img {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-searchform__text {
  font-family: "Noto Sans Japanese", sans-serif;
  background: #fff;
  -ms-flex-positive: 10;
  border: 1px solid #505050;
  border-radius: 3px 0 0 3px;
  padding-left: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 20px;
}

.p-searchform__submit {
  font-family: "Noto Sans Japanese", sans-serif;
  background: #505050;
  color: #fff;
  font-size: 1em;
  border: 1px solid #505050;
  border-radius: 0 3px 3px 0;
  min-width: 10%;
  height: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header_category_btn_category {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#important_area {
  width: 100%;
  margin: 0 0 10px 0;
}

#important_area ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5px;
  margin: 3px auto;
  font-size: 12px;
  border: 2px solid #eee;
  border-left: 3px solid #FFcc00;
  background-color: #ffffff;
  -webkit-border-radius: 20px 0 0 20px;
}

#important_area a {
  display: block;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #important_area {
    margin: 10px 0;
  }
  #important_area ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*カラー検索*/

.colorbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.colorgroup {
  width: 33%;
  position: relative
}

/*チェックボックスのセット*/
.colorgroup input[type="checkbox"]{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックスデザイン */
.colorgroup input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
}

.radiobutton {
  width: 13px;
  height: 13px;
  position: absolute;
  margin-top: 8px;
  margin-left: 4px;
  border: 1px solid #999;
  border-radius: 13px;
  background-color: #fff;
  display: none;
}

.clorcip2 {
  width: 15px;
  height: 15px;
  position: absolute;
  margin-top: 4px;
  border: 1px solid #999;

  display: inline;
  left: 20px;
}

.checkmark {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  border: 1px solid #999;
  height: 6px;
  width: 6px;
  top: 12px;
  left: 8px;
  border-radius: 6px;
  display: none;
}
 
.colorgroup input[type="checkbox"]:checked ~ .checkmark {
  opacity: 1;
}

.colorgroup input[type="checkbox"]:checked ~ .radiobutton {
  background-color: #4169e1;
}

.colorname {
  position: absolute;
  display: inline;
  left: 39px;
}

.colorgroup input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
  }
 
.colorgroup input[type="checkbox"]::before,
.colorgroup input[type="checkbox"]::after {
  content: "";
  display: block; 
  position: absolute;
}
 
.colorgroup input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  top: 50%;
  left: 3px;
  border-radius: 13px;
}
 
.colorgroup input[type="checkbox"]::after {
  opacity: 0;/*チェック前は非表示*/
  border: 1px solid #fff;
  height: 5px;
  width: 5px;
  transform: rotate(-45deg);
  top: -3.4px;
  left: 6.65px;
  border-radius: 5px;
  background-color: #fff;
}
 
.colorgroup input[type="checkbox"]:checked::before {
  background-color: #0075FF;
}