main, main#wrapper {
  padding: 0;
  max-width: none !important;
}

#store-kaden .pc_none {
  display: none !important;
}

.everything {
  position: relative;
  width: 100%;
}

/*------------------------------------------
ベース
------------------------------------------*/
#store-kaden {
  margin: 0 auto 50px;
  max-width: 900px;
  width: 100%;
}

#store-kaden a {
  text-decoration: none;
}

#store-kaden a:active * {
  opacity: 0.8;
}

#store-kaden img {
  width: 100%;
}

#store-kaden section {
  padding: 10px 0 40px;
}

#store-kaden #event {
  padding: 0 0 15px;
}

#store-kaden #c_search {
  padding: 10px 0 15px;
}

#store-kaden .col_1{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

#store-kaden .col_2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

#store-kaden .col_3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

#store-kaden .col_4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/*------------------------------------------
テキスト
------------------------------------------*/

/*メイン見出し
================*/
#store-kaden div.cate_title {
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-items: center;
  margin: 10px 0 3px 0;
}

#store-kaden .sub_title {
  font-style: italic;
  padding: 0 0 0 18px;
  font-size: 20px;
  color: #d80000;
}
#store-kaden .sub_title span {
  font-size: 25px;
  color: #d80000;
}

#store-kaden div.cate_title span {
  font-size: 14px;
  margin: 3px 0 0 6px;
}

#store-kaden h3 {
  font-size: 16px;
}

#store-kaden h4 {
  color: #2d3341;
  margin: 10px auto 15px;
  border-bottom: dashed 3px;
  font-size: 25px;
  padding-bottom: 6px;
  padding-left: 20px;
  position: relative;
}
#store-kaden 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-kaden h5 {
  color: #2d3341;
  font-size: 20px;
  padding-bottom: 3px;
}
#store-kaden h6 {
  color: #2d3341;
  font-size: 15px;
}

/*------------------------------------------
検索窓
------------------------------------------*/
#store-kaden #c_search {
  padding-top: 25px;
}
#store-kaden .search_window {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
#store-kaden .search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 2px solid #c9c9c9;
  border-radius: 50px;
}
/* 虫眼鏡アイコン */
#store-kaden .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-kaden .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-kaden #search_window .hotword2 {
  margin: 6px 0 0;
  overflow: hidden;
}

#store-kaden #search_window .hotword2 dd {
  margin-right: 10px;
  float: left;
}

#store-kaden #search_window .hotword2 dd a {
  color: #1170d5;
}




/*------------------------------------------
■お買い得商品 #c_item
------------------------------------------*/
#store-kaden #c_item .name {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#store-kaden #c_item .spesicalprice {
  display: none;
}

#store-kaden #c_item .price {
  color: #e50012;
  font-size: 30px;
}

#store-kaden #c_item .intax {
  color: #e50012;
  font-size: 10px;
}

/*価格上のアイコン*/
#store-kaden #c_item [class^="icon_"] {
  width: fit-content;
  padding: 0.2rem 0.5rem;
  font-size: 13px;
  margin: 2px auto;
}

#store-kaden #c_item .prices {
  display: flex;
}

#store-kaden #c_item p.icon_medama {
  background-color: yellow;
  color: red;
}
#store-kaden #c_item p.icon_sale {
  background-color: red;
  color: white;
}
#store-kaden #c_item p.icon_point {
  background-color: white;
  color: red;
  border: 1px red solid;
}
#store-kaden #c_item p.icon_coupon {
  border: 1px blue solid;
  color: blue;
}

/*------------------------------------------
■ブランド　#c_brand
------------------------------------------*/

#store-kaden #c_brand ul {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
#store-kaden #c_brand li {
  position: relative;
  width: calc((100% / 4));
  float: left;
}
#store-kaden #c_brand li img {
  width: 100%;
}

#store-kaden #c_brand li:hover {
  box-shadow: #b8b8b8 0px 0px 5px;
}

/**---テキストボタンの場合---*/
#store-kaden #c_brand ul.textbotan {
  padding: 10px;
}
#store-kaden #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-kaden #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-kaden #c_brand .banner_2 h4 {
  margin: 0.3rem 0;
  line-height: 1.2rem;
  color: #333;
  text-align: center;
  font-size: 15px;
}
#store-kaden #c_brand .banner_2 p {
  text-align: center;
  color: #535353 !important;
  font-weight: 300;
}
#store-kaden #c_brand .banner_3 p {
  line-height: 1.2rem;
  font-size: 0.8rem;
  font-weight: 300;
}
#store-kaden #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 #2d3341;
  background-color: #2d3341;
  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 #2d3341;
  color: #2d3341;
}
#store-kaden .btn_1:hover::after{
  border-right: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff;
  right: 7%;
}
#store-kaden .btn_cotegory:hover::after{
  border-right: solid 3px #2d3341;
  border-bottom: solid 3px #2d3341;
  right: 7%;
}
.h2p{
  padding: 20px 0 20px 0;
}
#store-kaden .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-kaden .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: "";
}
#store-kaden h1 {
    color: #fff;
    background-color: #263657;
    display: inline-block;
    padding: 3px 72px;
    /* margin-bottom: 3px; */
    font-size: 24px;
    font-weight: 400;
    position: relative;
    word-break: break-all;
}
#store-kaden h1:after {
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  content: '';
  border-width: 42px 17px 0 0;
  border-style: solid;
  border-color: #263657 transparent transparent transparent;
}
#search_window {
  margin: 0 !important;
  padding: 5px 30px 15px;
}
.swiper-container {
  padding-bottom: 15px;
}


/* 目玉家電はこちら */
#store-kaden .item ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
  row-gap: 10px;
}

#store-kaden .al {
  padding: 0;
}

#store-kaden .item .swiper-container {
  padding-bottom: 5px;
}

#store-kaden .item ul li {
    margin: 0 5px;
}
#store-kaden .item li dd.p_wish {
  margin: 5px 0;
  /* height: 25px; */
  letter-spacing: 0;
}
#store-kaden .item li dd .wish {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#store-kaden .item li .icon .p_icon {
  display: none;
}
#store-kaden .item li .icon span img {
  width: calc(100% / 3 - 2px);
}
#store-kaden .item div.price-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#store-kaden .item .sale {
  color: #E50012;
}
#store-kaden .item .m_price {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 1.7em;
  font-weight: 700;
}
#store-kaden .item span.m_price_grid {
  background: #383838;
  color: #fff;
  padding: 0 6px;
  font-size: 0.7em;
  display: table-cell;
}
#store-kaden .item .sale span.m_price_grid {
  background: #E50012;
  display: inline-flex;
  align-items: center;
}
#store-kaden .item .price_comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
#store-kaden .item .teiki_price {
  color: #D5570B;
  border: 1px solid #D5570B;
}
#store-kaden .item .price_comment * {
  line-height: 1;
  font-size: 80%;
  padding: 2px 3px;
}
#store-kaden .btn-black {
  margin: 20px 0 20px;
}
#store-kaden .color1 .btn-black a {
  background-color: #2d3341;
  border: 2px solid #2d3341;
  width: 80%;
  padding: 12px 0;
  font-size: 20px;
}
#store-kaden .color1 .btn-black a:hover {
  background-color: #fff;
  border: 2px solid #2d3341;
  color: #2d3341;
  width: 80%;
}
#store-kaden .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-kaden .color1 .btn-black:hover::after  {
  color: #2d3341;
  right: 34%;
  margin: 17px auto 0;
}


/* item 価格下アイコン */
#store-kaden .item .price-icons .m_price_grid{
  width: calc(100% / 3 - 8px);
  text-align: center;
  font-size: 10px;
}

#store-kaden .item .price-icons .sale{
  background-color: #e50012;
  color: #fff;
}

#store-kaden .item .price-icons .medama{
  background-color: #f1da3e;
  color: #bd1e18;
}

#store-kaden .item .price-icons .coupon_i{
  background-color: #1051c9;
  color: #fff;
}

#store-kaden .item .price-icons .pointup{
  background-color: #a6a40e;
  color: #fff;
}

#store-kaden .item .price-icons .outlet{
  background-color: #e50012;
  color: #fff;
}

/* ボタン削除 */
#store-kaden .btn-black {
  display: none;
}


/*---------ランキング---------*/
#store-kaden div.ranking {
  margin-bottom: 20px;
}
#store-kaden .ranking .p_wish,
#store-kaden .ranking .price_comment,
#store-kaden .ranking .btn-black,
#store-kaden .ranking .price-icons {
    display: none !important;
}
#store-kaden .pickup-item-slider {
    overflow-x: auto;
    width: 100%;
}
#store-kaden .ranking ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
    width: 180%;
    padding-top: 30px;
}
#store-kaden .ranking ul li {
    margin: 0 5px;
    position: relative;
}
#store-kaden .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-kaden .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-kaden .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-kaden .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-kaden .ranking ul li:nth-child(4)::after {
  content: "4";
}
#store-kaden .ranking ul li:nth-child(5)::after {
  content: "5";
}
#store-kaden .ranking ul li:nth-child(6)::after {
  content: "6";
}
#store-kaden .ranking ul li:nth-child(7)::after {
  content: "7";
}
#store-kaden .ranking ul li:nth-child(8)::after {
  content: "8";
}
#store-kaden .ranking ul li:last-child {
    margin: 0;
}
#store-kaden .ranking li dd.p_wish {
    margin: 2px 0;
    height: 25px;
    letter-spacing: 0;
}
#store-kaden .ranking li dd .wish {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
#store-kaden .ranking li .icon .p_icon {
    display: none;
}
#store-kaden .ranking li .icon span img {
    width: calc(100% / 3 - 2px);
}
#store-kaden .ranking div.price-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#store-kaden .ranking .sale {
    color: #E50012;
}
#store-kaden .ranking .m_price {
    font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
    font-size: 1.5em;
    font-weight: 700;
}
#store-kaden .ranking .intax {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 0.8em;
}
#store-kaden .ranking span.m_price_grid {
    background: #383838;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
#store-kaden .ranking .sale span.m_price_grid {
    background: #E50012;
    display: inline-flex;
    align-items: center;
}
#store-kaden .ranking .price_comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
#store-kaden .ranking .teiki_price {
    color: #D5570B;
    border: 1px solid #D5570B;
}
#store-kaden .ranking .price_comment * {
    line-height: 1;
    font-size: 80%;
    padding: 2px 3px;
}
#store-kaden .p_name {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 auto 5px;
}
#store-kaden .btn-black {
    margin: 0 auto;
    display: none;
}
#store-kaden .btn-red {
    background-color: #e50012;
    border: 1px solid #e50012;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
#store-kaden .btn-red a {
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    display: block;
}
#store-kaden .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-kaden #new_item .col_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#store-kaden #new_item .col_4 li dd .m_price {
  color: #E50012;
  font-size: 1.7em;
}
#store-kaden #new_item .col_4 li dd .intax {
  color: #E50012;
}
#store-kaden #new_item .col_4 li dd .wish {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#store-kaden #new_item .col_4 li dd .price-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}
#store-kaden #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;
}