#wrap_categorylp .pc_none {
  display: none !important;
}

/*------------------------------------------
■
------------------------------------------*/

#wrap_categorylp {
  margin: 0 auto 50px;
  width: 900px;
}
#wrap_categorylp a {
  text-decoration: none;
}
#wrap_categorylp a:active * {
  opacity: 0.9;
}
#wrap_categorylp img {
  width: 100%;
}

/*------------------------------------------
イベント
------------------------------------------*/
#store-baby #event {
  background-color: #0a0a0a;
  padding-bottom: 4%;
  margin-bottom: 20px;
}
#store-baby #event h2 {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
}
#store-baby #event h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 5% 0 5px;
}
#store-baby #event ul {
  width: 90%;
  margin: 0 auto;
}
#store-baby #event .col_2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
}
#store-baby #event .col_3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
#store-baby #event ul li {
  background-color: #b9b9b9;
  margin-bottom: 15px;
  position: relative;
}
#store-baby #event ul li .point_icon {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 120px;
  height: 120px;
}
#store-baby #event .event_btn {
  width: 90%;
  margin: 10px auto 20px;
  /* background: linear-gradient(90deg, #ea1c1c, #ff3000); */
  background-color: #fff;
  border: solid 2px #ea1c1c;
  border-radius: 5px;
  position: relative;
}
#store-baby #event .event_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 18%;
  border-top: solid 3px #ea1c1c;
  border-right: solid 3px #ea1c1c;
  transform: rotate(45deg);
  transition: 0.3s;
}
#store-baby #event .event_btn a {
  font-size: 24px;
  color: #ea1c1c;
  text-align: center;
  padding: 10px 0;
  display: block;
  transition: 0.3s;
}
#store-baby #event .event_btn:hover {
  background: #fff;
  transition: 0.3s;
}
#store-baby #event .event_btn:hover::after {
  right: 15%;
  border-top: solid 3px #ea1c1c;
  border-right: solid 3px #ea1c1c;
  transition: 0.3s;
}
#store-baby #event .event_btn:hover a {
  color: linear-gradient(90deg, #ea1c1c, #ff3000);
}

/*------------------------------------------
ブラックフライデーベビー
------------------------------------------*/
#store-baby #blackfriday {
  background-color: #ffe850;
  padding-bottom: 4%;
  margin-bottom: 20px;
}
#store-baby #blackfriday h2 {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
}
#store-baby #blackfriday h3 {
  font-size: 30px;
  color: #333232;
  text-align: center;
  margin: 5% 0 5px;
}
#store-baby #blackfriday ul {
  width: 90%;
  margin: 0 auto;
}
#store-baby #blackfriday .col_1 {
  width: 90%;
  margin-top: 3%;
}

#store-baby #blackfriday .col_2 {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
}
#store-baby #blackfriday .col_3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
#store-baby #blackfriday ul li {
  /* background-color: #b9b9b9; */
  margin-bottom: 14px;
  margin-top: 3%;
  position: relative;
}
#store-baby #blackfriday ul li .point_icon {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 120px;
  height: 120px;
}
#store-baby #blackfriday .blackfriday_btn {
  width: 90%;
  margin: 10px auto 20px;
  /* background: linear-gradient(90deg, #ea1c1c, #ff3000); */

  background-color: #53ccbe;
  /* border: solid 2px #ea1c1c; */
  border-radius: 5px;
  position: relative;
}
#store-baby #blackfriday .blackfriday_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 18%;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
#store-baby #blackfriday .blackfriday_btn a {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  display: block;
  transition: 0.3s;
}
#store-baby #blackfriday .blackfriday_btn:hover {
  background: #53ccbe;
  transition: 0.3s;
}

#store-baby #blackfriday .blackfriday_btn a:hover {
  color: #ffffff !important;
}

#store-baby #blackfriday .blackfriday_btn:hover::after {
  right: 15%;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transition: 0.3s;
}
#store-baby #blackfriday .blackfriday_btn:hover a {
  color: linear-gradient(90deg, #fff, #fff);
}

/*------------------------------------------
テキスト
------------------------------------------*/

/*メイン見出し
================*/
#wrap_categorylp .cate_title {
  font-size: 22px;
  color: #d58458;
  border-bottom: dashed 1px #d58458;
  display: flex;
  align-items: center;
  justify-items: center;
  margin: 20px 0 10px;
}

#wrap_categorylp .cate_title span {
  font-size: 14px;
  margin: 3px 0 0 6px;
}

#wrap_categorylp h3 {
  font-size: 16px;
}

#store-baby .back{
  /* background-color: #eee; */
  padding-bottom: 5px;
  margin-top: 5px;
}

#store-baby h1 {
    color: #fff;
    background-color: #eea680;
    display: inline-block;
    padding: 3px 72px;
    /* margin-bottom: 3px; */
    font-size: 24px;
    font-weight: 400;
    position: relative;
    word-break: break-all;
}

#store-baby h1:after {
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  content: '';
  border-width: 42px 17px 0 0;
  border-style: solid;
  border-color: #eea680 transparent transparent transparent;
}

/*------------------------------------------
■検索窓
------------------------------------------*/
#search_window {
  margin: 0 0 10px !important;
  padding: 8px 20px 5px !important;
  background-color: #fff !important;
}
#store-baby #c_search {
  width: 100%;
  margin: auto;
  padding: 0;
}
#store-baby .search_window {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
#store-baby .search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  border-radius: 24px;
  background-color: #fff;
}
#store-baby .search-form::before {
  width: 45px;
  height: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%239aa0a6%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
#store-baby .search-form input {
  width: 300px;
  height: 40px;
  padding: 5px 25px 5px 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}

/*---------ホットワード------------*/

#wrap_categorylp #search_window .hotword2 {
  margin-bottom: 10px;
  overflow: hidden;
}

#wrap_categorylp #search_window .hotword2 dd {
  margin-right: 10px;
  float: left;
}

#wrap_categorylp #search_window .hotword2 dd a {
  color: #1170d5;
}

/*------------------------------------------
アンカーリンク
------------------------------------------*/
#wrap_categorylp .ank_search {
  border-radius: 90px;
  border: 1px solid;
  overflow: hidden;
  margin-top: 15px;
  background-color: #fff;
}

#wrap_categorylp .ank_search ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wrap_categorylp .ank_search li {
  text-align: center;
}

#wrap_categorylp .ank_search ul.link_2 li {
  width: calc(100% / 2);
  border-right: 1px solid;
}

#wrap_categorylp .ank_search ul.link_2 li p {
  padding: 8px 0;
}

#wrap_categorylp .ank_search ul.link_2 li:last-of-type {
  border: none;
}

#wrap_categorylp .ank_search ul.link_3 li {
  width: calc(100% / 3);
  border-right: 1px solid;
}

#wrap_categorylp .ank_search ul.link_3 li:last-of-type {
  border: none;
}

#wrap_categorylp .ank_search ul.link_4 li {
  width: calc(100% / 4);
  border-right: 1px solid;
}

#wrap_categorylp .ank_search ul.link_4 li:nth-child(3) {
  border: none;
}

/*------------------------------------------
スライダー
------------------------------------------*/

#c_slider_5 li,
#c_slider_1 li {
  padding: 0 5px;
  box-sizing: border-box;
  width: 65%;
}

/*------------------------------------------
カテゴリ
------------------------------------------*/
#c_iconcategory {
  width: 100%;
  margin: 0 auto;
}
#c_iconcategory .cate_col {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
#c_iconcategory .cate_col > li {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c_iconcategory .cate_col > li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 7px 0;
}
#c_iconcategory .cate_col li dd {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
#c_iconcategory .cate_col > li.active::after {
  content: "";
  position: absolute;
  bottom: -21%;
  left: 40%;
  /* width: 20px; */
  height: 20px;
  border: transparent solid 17px;
  border-bottom: solid 20px #c4e4ef;
}
#c_iconcategory .btn_col_1 li {
  width: 100%;
  border: solid 1px #333;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 15px;
}
#c_iconcategory .btn_col_1 li a {
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  display: block;
}
#c_iconcategory .omutsu_btn {
  display: none;
  background-color: #c4e4ef;
  border-radius: 5px;
  z-index: 2;
  padding: 5%;
  position: relative;
  margin-top: 10px;
}
/* #c_iconcategory .omutsu_btn::after {
  content: "";
  width: 0;
  height: 11px;
  position: absolute;
  top: -18%;
  left: 9%;
  border: transparent solid 20px;
  border-bottom: solid 20px #c4e4ef;
} */
#c_iconcategory .omutsu_btn.is-open {
  display: block;
}
#c_iconcategory .omutsu_btn .btn_col_3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-bottom: 20px;
}
#c_iconcategory .btn_col_3 li {
  border: solid 1px #333;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
#c_iconcategory .tab-btn.show::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 33%;
  right: 13%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
#c_iconcategory .btn_col_3 li a {  
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  display: block;
}
#c_iconcategory .tab-btn a {
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  display: block;
  pointer-events: none;
}
#c_iconcategory .tab-btn.show {
  background-color: #244e9c;
  color: #fff;
  border: solid 1px #244e9c;
}
#c_iconcategory .tab-btn.show a {
  pointer-events: all;
}
#c_iconcategory .tab-contents {
  display: none;
}
#c_iconcategory .tab-contents.show {
  display: block;
}
#c_iconcategory .tab-contents .col_5 {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}
#c_iconcategory .tab-contents li {
  border: solid 1px #333;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}
#c_iconcategory .tab-contents li a {
  padding: 7px 0;
  display: block;
}
#c_iconcategory .tab-contents li img {
  border-radius: 5px;
}

/*------------------------------------------
ランキング
------------------------------------------*/
#store-baby #c_ranking {
  width: 100%;
  margin: 0 auto;
}
#store-baby #c_ranking .col_6 {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 10px;
  margin: 40px 0 0;
}
#store-baby #c_ranking .col_6 li {
  position: relative;
}
#store-baby #c_ranking .rank span {
  font-size: 18px;
}
#store-baby #c_ranking .name {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
  letter-spacing: normal;
  word-break: break-all;
}
#store-baby #c_ranking .price {
  color: #e23a2d;
}
#store-baby #c_ranking .price .spesicalprice {
  display: none;
}
#store-baby #c_ranking .intax {
  color: #e23a2d;
}
#store-baby #c_ranking .col_6 li .rank {
  position: absolute;
  top: -27px;
  left: 0px;
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background-color: #222;
}
#store-baby #c_ranking .col_6 li:nth-child(-n+3) .rank {
  position: absolute;
  top: -44px;
  left: -7px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 27px;
}
#store-baby #c_ranking .col_6 li:nth-child(1) .rank {
  background-image: url(../IMAGE/c_8578/rank_1.png);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-color: transparent;
  line-height: 60px;
  color: #222;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
#store-baby #c_ranking .col_6 li:nth-child(2) .rank {
  background-image: url(../IMAGE/c_8578/rank_2.png);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-color: transparent;
  line-height: 60px;
  color: #222;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
#store-baby #c_ranking .col_6 li:nth-child(3) .rank {
  background-image: url(../IMAGE/c_8578/rank_3.png);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-color: transparent;
  line-height: 60px;
  color: #222;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------------------------
キャンペーン
------------------------------------------*/
#store-baby .col_4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}

/*------------------------------------------
■商品一覧
------------------------------------------*/
#store-baby .item h2 {
  font-size: 22px;
  color: #fff;
  background-color: #eea680;
  text-align: center;
  padding: 5px 0;
  margin-top: 25px;
}
#store-baby .item ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:10px;
  row-gap: 10px;
  margin: 5px 0;
}
#store-baby .item ul li {
    margin: 0 5px;
}
#store-baby .item ul li:last-child {
  margin: 0;;
}
#store-baby .item li dd.p_wish {
  margin: 2px 0;
  height: 25px;
  letter-spacing: 0;
}
#store-baby .item li dd .wish {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#store-baby .item li .icon .p_icon {
  display: none;
}
#store-baby .item li .icon span img {
  width: calc(100% / 3 - 2px);
}
#store-baby .item div.price-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#store-baby .item .sale {
  color: #E50012;
}
#store-baby .item .m_price {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 1.5em;
  font-weight: 700;
}
#store-baby .item span.m_price_grid {
  background: #383838;
  color: #fff;
  padding: 0 6px;
  font-size: 0.7em;
  display: table-cell;
}
#store-baby .item .sale span.m_price_grid {
  background: #E50012;
  display: inline-flex;
  align-items: center;
}
#store-baby .item .price_comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
#store-baby .item .teiki_price {
  color: #D5570B;
  border: 1px solid #D5570B;
}
#store-baby .item .price_comment * {
  line-height: 1;
  font-size: 80%;
  padding: 2px 3px;
}
#store-baby .p_name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#store-baby .btn-black {
  margin: 0 auto;
}
#store-baby .btn-black a {
  background-color: #eea680;
  border: 1px solid #eea680;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
}
#store-baby .btn-black a:hover {
  background-color: #fff;
  border: 1px solid #eea680;
  color: #eea680!important;
}

/*------------------------------------------
■価格下アイコン
------------------------------------------*/
#store-baby .item .price-icons{
  padding-bottom: 2px;
}
#store-baby .item .price-icons .m_price_grid{
  width: calc(100% / 3 - 4px);
  text-align: center;
  font-size: 10px;
}
#store-baby .item .price-icons .sale{
  background-color: #e50012;
  color: #fff;
}
#store-baby .item .price-icons .medama{
  background-color: #f1da3e;
  color: #bd1e18;
}
#store-baby .item .price-icons .coupon_i{
  background-color: #1051c9;
  color: #fff;
}
#store-baby .item .price-icons .pointup{
  background-color: #a6a40e;
  color: #fff;
}
#store-baby .item .price-icons .outlet{
  background-color: #e50012;
  color: #fff;
}