main,
main#wrapper {
  padding: 0;
  max-width: none !important;
}

#store-home .pc_none {
  display: none !important;
}

.everything {
  position: relative;
  width: 100%;
}

/*------------------------------------------
ベース
------------------------------------------*/
#store-home {
  margin: 0 auto 50px;
  max-width: 900px;
  width: 100%;
}

#store-home a {
  text-decoration: none;
}

#store-home a:active * {
  opacity: 0.8;
}

#store-home img {
  width: 100%;
}

#store-home section {
  padding: 10px 0 40px;
}

#store-home #event {
  padding: 0 0 15px;
}

#store-home #c_search {
  padding: 10px 0 15px;
}

#store-home .col_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

#store-home .col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

#store-home .col_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

#store-home .col_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/*------------------------------------------
テキスト
------------------------------------------*/

/*メイン見出し
================*/
#store-home div.cate_title {
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-items: center;
  margin: 10px 0 3px 0;
}

#store-home .sub_title {
  font-style: italic;
  padding: 0 0 0 18px;
  font-size: 20px;
  color: #d80000;
}

#store-home .sub_title span {
  font-size: 25px;
  color: #d80000;
}

#store-home div.cate_title span {
  font-size: 14px;
  margin: 3px 0 0 6px;
}

#store-home h1 {
  color: #fff;
  background-color: #d9a104;
  display: inline-block;
  padding: 3px 72px;
  /* margin-bottom: 3px; */
  font-size: 24px;
  font-weight: 400;
  position: relative;
  word-break: break-all;
}

#store-home h1:after {
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  content: '';
  border-width: 42px 17px 0 0;
  border-style: solid;
  border-color: #d9a104 transparent transparent transparent;
}

#store-home h3 {
  font-size: 16px;
}

#store-home h4 {
  color: #d9a104;
  margin: 10px auto 15px;
  border-bottom: dashed 3px;
  font-size: 25px;
  padding-bottom: 6px;
  padding-left: 20px;
  position: relative;
}

#store-home h4::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 2%;
  transform: translate(-50%, -50%);
  width: 2.7em;
  height: 2.7em;
  background-color: #fffdc2;
  border-radius: 50%;
  z-index: -1;
}

#store-home h5 {
  color: #d9a104;
  font-size: 20px;
  padding-bottom: 3px;
}

#store-home h6 {
  color: #d9a104;
  font-size: 15px;
}

/*------------------------------------------
検索窓
------------------------------------------*/
#store-home #c_search {
  padding-top: 25px;
}

#store-home .search_window {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}

#store-home .search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 2px solid #c9c9c9;
  border-radius: 50px;
}

/* 虫眼鏡アイコン */
#store-home .search-form::before {
  width: 60px;
  height: 20px;
  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-home .search-form input {
  width: 700px;
  height: 50px;
  padding: 5px 25px 5px 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}

#search_window {
  margin: 0 !important;
  padding: 0px 40px 0px !important;
}


/*---------ホットワード------------*/

#store-home #search_window .hotword2 {
  margin: 6px 0 0;
  overflow: hidden;
}

#store-home #search_window .hotword2 dd {
  margin-right: 10px;
  float: left;
}

#store-home #search_window .hotword2 dd a {
  color: #1170d5;
}




/*------------------------------------------
■お買い得商品 #c_item
------------------------------------------*/
#store-home #c_item .name {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#store-home #c_item .spesicalprice {
  display: none;
}

#store-home #c_item .price {
  color: #e50012;
  font-size: 30px;
}

#store-home #c_item .intax {
  color: #e50012;
  font-size: 10px;
}

/*価格上のアイコン*/
#store-home #c_item [class^="icon_"] {
  width: fit-content;
  padding: 0.2rem 0.5rem;
  font-size: 13px;
  margin: 2px auto;
}

#store-home #c_item .prices {
  display: flex;
}

#store-home #c_item p.icon_medama {
  background-color: yellow;
  color: red;
}

#store-home #c_item p.icon_sale {
  background-color: red;
  color: white;
}

#store-home #c_item p.icon_point {
  background-color: white;
  color: red;
  border: 1px red solid;
}

#store-home #c_item p.icon_coupon {
  border: 1px blue solid;
  color: blue;
}

/**---テキストボタンの場合---*/
#store-home #c_brand ul.textbotan {
  padding: 10px;
}

#store-home #c_brand ul.textbotan li {
  padding: 0.5rem 0;
  text-align: center;
  width: calc((100% / 4) - 1rem);
  margin: 0.5rem;
  box-sizing: border-box;
  background-color: #f3f3f3;
}

/*▼aの前に空のdiv.tryつくる*/
#store-home #c_brand ul.textbotan li div.try {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #e50012;
  border-left: 10px solid transparent;
}

/**---バナー設置の場合---*/

#store-home #c_brand .banner_2 h4 {
  margin: 0.3rem 0;
  line-height: 1.2rem;
  color: #333;
  text-align: center;
  font-size: 15px;
}

#store-home #c_brand .banner_2 p {
  text-align: center;
  color: #535353 !important;
  font-weight: 300;
}

#store-home #c_brand .banner_3 p {
  line-height: 1.2rem;
  font-size: 0.8rem;
  font-weight: 300;
}

#store-home #c_brand li p {
  line-height: 1.2rem;
  padding: 1rem 0;
}


/*------------------------------------------
■ボタン
------------------------------------------*/
.btn_1 {
  width: 700px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #222222;
  background-color: #ffffff;
  color: #222222;
  transition: .3s;
  border-radius: 50px;
  position: relative;
}

.btn_cotegory {
  width: 700px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #d9a104;
  background-color: #d9a104;
  color: #fff;
  transition: .3s;
  border-radius: 10px;
  position: relative;
  font-size: 20px;
}

.btn_1:hover {
  background-color: #222222;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn_cotegory:hover {
  background-color: #fff;
  border: 2px solid #d9a104;
  color: #d9a104;
}

#store-home .btn_1:hover::after {
  border-right: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff;
  right: 7%;
}

#store-home .btn_cotegory:hover::after {
  border-right: solid 3px #d9a104;
  border-bottom: solid 3px #d9a104;
  right: 7%;
}

.h2p {
  padding: 20px 0 20px 0;
}

#store-home .btn_1::after {
  position: absolute;
  bottom: calc(50% - 5px);
  right: 10%;
  width: 9px;
  height: 9px;
  border-right: solid 3px #222222;
  border-bottom: solid 3px #222222;
  transform: rotate(-45deg);
  transition: 0.5s all;
  content: "";
}

#store-home .btn_cotegory::after {
  position: absolute;
  bottom: calc(50% - 5px);
  right: 10%;
  width: 9px;
  height: 9px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  transform: rotate(-45deg);
  transition: 0.5s all;
  content: "";
}

#search_window {
  margin: 0 !important;
  padding: 5px 30px 15px;
}

.swiper-container {
  padding-bottom: 15px;
}


/* 商品一覧 */
#store-home .item ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  row-gap: 10px;
}

#store-home .al {
  padding: 0;
}

#store-home .item .swiper-container {
  padding-bottom: 5px;
}

#store-home .item ul li {
  margin: 0 5px;
}

#store-home .item li dd.p_wish {
  margin: 5px 0;
  /* height: 25px; */
  letter-spacing: 0;
}

#store-home .item li dd .wish {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

#store-home .item li .icon .p_icon {
  display: none;
}

#store-home .item li .icon span img {
  width: calc(100% / 3 - 2px);
}

#store-home .item div.price-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}

#store-home .item .sale {
  color: #E50012;
}

#store-home .item .m_price {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 1.7em;
  font-weight: 700;
}

#store-home .item span.m_price_grid {
  background: #383838;
  color: #fff;
  padding: 0 6px;
  font-size: 0.7em;
  display: table-cell;
}

#store-home .item .sale span.m_price_grid {
  background: #E50012;
  display: inline-flex;
  align-items: center;
}

#store-home .item .price_comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-size: 15px;
}

#store-home .item .teiki_price {
  color: #D5570B;
  border: 1px solid #D5570B;
}

#store-home .item .price_comment * {
  line-height: 1;
  padding: 3px 5px;
}

#store-home .btn-black {
  margin: 20px 0 20px;
}

#store-home .color1 .btn-black a {
  background-color: #d9a104;
  border: 2px solid #d9a104;
  width: 80%;
  padding: 12px 0;
  font-size: 20px;
}

#store-home .color1 .btn-black a:hover {
  background-color: #fff;
  border: 2px solid #d9a104;
  color: #d9a104;
  width: 80%;
}

#store-home .color1 .btn-black::after {
  font-family: "Material Icons";
  color: #fff;
  font-size: 2rem;
  position: absolute;
  content: "expand_more";
  transform: rotate(-90deg);
  transition: 0.3s all;
  right: 36%;
  margin: 18px auto 0;
}

#store-home .color1 .btn-black:hover::after {
  color: #d9a104;
  right: 34%;
  margin: 17px auto 0;
}


/* item 価格下アイコン */
#store-home .item .price-icons .m_price_grid {
  width: calc(100% / 3 - 8px);
  text-align: center;
  font-size: 10px;
}

#store-home .item .price-icons .sale {
  background-color: #e50012;
  color: #fff;
}

#store-home .item .price-icons .medama {
  background-color: #f1da3e;
  color: #bd1e18;
}

#store-home .item .price-icons .coupon_i {
  background-color: #1051c9;
  color: #fff;
}

#store-home .item .price-icons .pointup {
  background-color: #a6a40e;
  color: #fff;
}

#store-home .item .price-icons .outlet {
  background-color: #e50012;
  color: #fff;
}

/* タブ切り替え */
#store-home .tab-wrap>ul.tab-btn3 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  background: #fff;
  margin: 0;
}

#store-home .tab-btn {
  padding: 15px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}

#store-home .tab-btn.show {
  background: #d9a104;
  color: #fff;
  position: relative;
}

#store-home .tab-btn.show::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 45%;
  border: transparent solid 8px;
  border-top: solid #d9a104 11px;
}

#store-home .tab-contents {
  display: none;
  background-color: #fff;
}

#store-home .tab-contents.show {
  display: block;
  padding: 15px 0;
}

/* ボタン削除 */
#store-home .btn-black {
  display: none;
}


/*---------ランキング---------*/
#store-home div.ranking {
  margin-bottom: 20px;
}

#store-home .ranking .p_wish,
#store-home .ranking .price_comment,
#store-home .ranking .btn-black,
#store-home .ranking .price-icons {
  display: none !important;
}

#store-home .pickup-item-slider {
  overflow-x: auto;
  width: 100%;
}

#store-home .ranking ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 15px;
  width: 180%;
  padding-top: 30px;
}

#store-home .ranking ul li {
  margin: 0 5px;
  position: relative;
}

#store-home .ranking ul li:nth-child(1)::after {
  content: "1";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../IMAGE/c_8578/rank_1.png);
  background-size: contain;
  background-color: transparent;
  line-height: 47px;
  color: #222;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

#store-home .ranking ul li:nth-child(2)::after {
  content: "2";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../IMAGE/c_8578/rank_2.png);
  background-size: contain;
  background-color: transparent;
  line-height: 47px;
  color: #222;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

#store-home .ranking ul li:nth-child(3)::after {
  content: "3";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../IMAGE/c_8578/rank_3.png);
  background-size: contain;
  background-color: transparent;
  line-height: 47px;
  color: #222;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

#store-home .ranking ul li:nth-child(n+4)::after {
  position: absolute;
  top: -27px;
  left: 0px;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background-color: #222;
}

#store-home .ranking ul li:nth-child(4)::after {
  content: "4";
}

#store-home .ranking ul li:nth-child(5)::after {
  content: "5";
}

#store-home .ranking ul li:nth-child(6)::after {
  content: "6";
}

#store-home .ranking ul li:nth-child(7)::after {
  content: "7";
}

#store-home .ranking ul li:nth-child(8)::after {
  content: "8";
}

#store-home .ranking ul li:last-child {
  margin: 0;
}

#store-home .ranking li dd.p_wish {
  margin: 2px 0;
  height: 25px;
  letter-spacing: 0;
}

#store-home .ranking li dd .wish {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

#store-home .ranking li .icon .p_icon {
  display: none;
}

#store-home .ranking li .icon span img {
  width: calc(100% / 3 - 2px);
}

#store-home .ranking div.price-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#store-home .ranking .sale {
  color: #E50012;
}

#store-home .ranking .m_price {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 1.5em;
  font-weight: 700;
}

#store-home .ranking .intax {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 0.8em;
}

#store-home .ranking span.m_price_grid {
  background: #383838;
  color: #fff;
  padding: 0 6px;
  font-size: 0.7em;
  display: table-cell;
}

#store-home .ranking .sale span.m_price_grid {
  background: #E50012;
  display: inline-flex;
  align-items: center;
}

#store-home .ranking .price_comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

#store-home .ranking .teiki_price {
  color: #d9a104;
  border: 1px solid #d9a104;
}

#store-home .ranking .price_comment * {
  line-height: 1;
  font-size: 80%;
  padding: 2px 3px;
}

#store-home .p_name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 auto 5px;
}

#store-home .btn-black {
  margin: 0 auto;
  display: none;
}

#store-home .btn-red {
  background-color: #e50012;
  border: 1px solid #e50012;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

#store-home .btn-red a {
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  display: block;
}

#store-home .btn-red a:hover {
  background-color: #fff;
  border: 1px solid #e50012;
  color: #e50012 !important;
}

.star_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #ccc;
}

.com_ranking li dd.itemcg_star .star_rating {
  font-size: 1em;
}

.star_rating:after,
.star_rating:before {
  content: "★★★★★";
}

.action-wish:after {
  font-family: "Material Icons";
  content: "favorite";
  opacity: 0;
  transform: scale(.5, .5);
  transform-origin: center center;
  color: #e50012 !important;
}


/*アイコン*/
#icon {
  margin: 25px auto 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 80px;
}

#icon .col_icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

#icon .col_icon li {
  /* padding: 3%; */
  display: inline-block;
  text-align: center;
  margin: 0 0 10px;
}

#icon .col_icon li a {
  display: block;
}

#icon .col_icon li a img {
  width: 70%;
  background-color: #fff;
  border-radius: 50%;
}

#icon .col_icon li p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
}

/* ナビ */
#nav-wrap {
  position: absolute;
  z-index: 500;
  top: 0;
  right: 3%;
  height: 100%;
  background: transparent;
  transition: 0.6s;
}

#g-nav {
  position: sticky;
  top: calc(19% + 140px);
  margin-bottom: 48%;
}

#g-nav li {
  position: relative;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: start;
  align-items: center;
}

#g-nav li a {
  display: block;
  padding: 1em 2em;
  font-size: 1.1rem;
  color: #121212;
  width: 100%;
  text-align: start;
  font-weight: 300;
  white-space: nowrap;
}

#g-nav li:nth-last-child(1) a {
  padding: .5rem 1.5em;
  border: 1px solid #121212;
  border-radius: 100vw;
  text-align: center;
  transform: translateX(-4%);
  margin-top: 10%;
}

#g-nav li a::before {
  content: '▼';
  position: absolute;
  left: -3%;
  top: 28%;
  color: #121212;
  font-size: .7rem;
}

#g-nav li:nth-last-child(1) a::before {
  content: '';
}

/*新商品*/
#store-home #new_item .col_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#store-home #new_item .col_4 li dd .m_price {
  color: #E50012;
  font-size: 1.7em;
}

#store-home #new_item .col_4 li dd .intax {
  color: #E50012;
}

#store-home #new_item .col_4 li dd .wish {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

#store-home #new_item .col_4 li dd .price-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}

#store-home #new_item .col_4 li dd .price-icons .new {
  border: solid 1px #129cd5;
  background-color: #129cd5;
  color: #fff;
  width: calc(100% / 3 - 8px);
  text-align: center;
  font-size: 10px;
}