#store-daily .pc_none {
  display: none !important;
}

/*------------------------------------------
■
------------------------------------------*/
#store-daily {
  margin: 0 auto 50px;
  width: 900px;
}
#store-daily a {
  text-decoration: none;
}
#store-daily a:active * {
  opacity: 0.9;
}
#store-daily img {
  width: 100%;
}
#store-daily #c_search {
  margin: 10px;
}
#store-daily h2.title {
  color: #5ca391;
  margin: 25px 0 5px;
  padding: 0 0 0 6px;
  font-size: 24px;
  border-bottom: dashed 1px;
}
#store-daily .border_none {
  border: none;
}

/*---------------------------------
看板+検索窓
---------------------------------*/
#store-daily .title_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1% 0;
  max-width: 900px;
}
#store-daily .search_window {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
#store-daily .search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  border-radius: 24px;
}
#store-daily .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-daily .search-form input {
  width: 300px;
  height: 40px;
  padding: 5px 25px 5px 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}
#store-daily .back{
  padding-bottom: 5px;
  margin-top: 5px;
}
#store-daily h1 {
  color: #fff;
  background-color: #5ca391;
  display: inline-block;
  padding: 3px 72px;
  /* margin-bottom: 3px; */
  font-size: 24px;
  font-weight: 400;
  position: relative;
  word-break: break-all;
}
#store-daily h1:after {
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  content: '';
  border-width: 42px 17px 0 0;
  border-style: solid;
  border-color: #5ca391 transparent transparent transparent;
}
#search_window {
  margin: 0 !important;
  padding: 5px 20px 12px !important;
}

/*------------------------------------------
リンク（ブランド・アウトレットなど）
------------------------------------------*/
#store-daily #link .col_3{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin: 8px 0 18px;
}
#store-daily #link .col_4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin: 8px 0 18px;
}
#store-daily #link .col_3 li,
#store-daily #link .col_4 li {
  text-align: center;
  position: relative;
}
#store-daily #link .col_3 li a,
#store-daily #link .col_4 li a {
  font-size: 18px;
  border-bottom: dashed 2px #333;
  display: inline;
  padding: 0 20% 3px;
  position: relative;
}
#store-daily #link .col_3 li::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 22%;
  right: 22%;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  transform: rotate(45deg);
}
#store-daily #link .col_3 li:last-child::after {
  content: none;
}
#store-daily #link .col_3 li .icon {
  position: absolute;
  top: -7px;
  right: 20%;
  width: 45px;
  height: 45px;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  background-image: url(../IMAGE/store-daily/repair/togetoge.webp);
  background-size: cover;
}
#store-daily #link .col_4 li .icon {
  position: absolute;
  top: -7px;
  right: 10%;
  width: 45px;
  height: 45px;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  background-image: url(../IMAGE/store-daily/repair/togetoge.webp);
  background-size: cover;
}
/* #store-daily #link .col_3 li a::after {
  content: "";
  width: 13px;
  height: 9px;
  position: absolute;
  bottom: -4px;
  right: 0%;
  border-top: solid 1px;
  transform: rotate(45deg);
} */

/*------------------------------------------
スライダー
------------------------------------------*/
#store-daily #c_slider_4 {
  width: 60%;
  padding: 0 6% 20px;
  margin: 0 auto;
}
#store-daily #c_slider_4 li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#store-daily #c_slider_4 .swiper-slide {
  opacity: 0;
  transition: 0.3s;
}
#store-daily #c_slider_4 .swiper-slide-active {
  opacity: 1;
  transition: 0.3s;
}
#store-daily .slider_re {
  position: relative;
}
#store-daily .slider_re .swiper-button-next {
  left: auto;
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 35px;
  opacity: .7;
  width: 35px;
}
#store-daily .slider_re .swiper-button-prev {
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 35px;
  opacity: .6;
  width: 35px;
}
.swiper-container {
  padding-bottom: 20px;
}
#store-daily .swiper-container {
  z-index: 0;
}
#store-daily #c_slider_3 .swiper-slide {
  opacity: 0.5;
  transition: 0.3s;
}
#store-daily #c_slider_3 .swiper-slide-active {
  opacity: 1;
  transition: 0.3s;
}
.swiper-wrapper~.swiper-pagination-bullets {
  text-align: center;
}
.swiper-wrapper~.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: unset;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  background-color: #222;
  opacity: .2;
  border-radius: 50%;
}
.swiper-wrapper~.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #222;
  opacity: 1;
}
.swiper-button-next {
  right: 9px;
  left: auto;
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 35px;
  opacity: .7;
  width: 35px;
}
.swiper-button-prev {
  left: 9px;
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 35px;
  opacity: .6;
  width: 35px;
}

/*------------------------------------------
■ブランド
------------------------------------------*/
#store-daily #bland .col_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#store-daily #bland .col_4 li:hover{
  box-shadow: #b4b4b4 1px 1px 4px;
}

/*------------------------------------------
■注釈
------------------------------------------*/
#store-daily .t_text {
  font-size: 16px;
  color: rgb(236, 14, 14);
  text-align: right;
}

/*------------------------------------------
■検索窓
------------------------------------------*/
#search_window {
  margin: 0 !important;
  padding: 8px 20px 5px !important;
  background-color: #fff !important;
}
#store-daily #c_search {
  width: 100%;
  margin: auto;
  padding: 0;
}
#store-daily .search_window {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
#store-daily .search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  border-radius: 24px;
  background-color: #fff;
}
#store-daily .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-daily .search-form input {
  width: 300px;
  height: 40px;
  padding: 5px 25px 5px 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}

/*------------------------------------------
■ホットワード
------------------------------------------*/
#store-daily #search_window .hotword2,
#store-daily #search_window .hotword2 {
  margin-bottom: 10px;
  overflow: hidden;
}
#store-daily #search_window .hotword2 div,
#store-daily #search_window .hotword2 dd {
  margin-right: 10px;
  float: left;
}
#store-daily #search_window .hotword2 a,
#store-daily #search_window .hotword2 dd a {
  color: #1170d5;
}

/*------------------------------------------
■生活応援 camp-bn
------------------------------------------*/
#store-daily .camp-bn {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

/*------------------------------------------
■モーダルウィンドウ
------------------------------------------*/
#store-daily .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  overscroll-behavior: contain;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
#store-daily .modal::before,
#store-daily .modal::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}
#store-daily .modal::-webkit-scrollbar {
  display: none;
}
#store-daily .modal-bg {
  position: absolute;
  top: 1px;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 101;
}
#store-daily .modal-content,
#store-daily .modal-content02 {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  bottom: 0;
  will-change: transform;
  margin: auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  height: 38%;
  max-height: 60%;
  z-index: 102;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#store-daily .modal-btn {
  width: 80%;
  margin: 15px auto 0;
  font-size: 20px;
  color: #fff;
  background-color: #5ca391;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
#store-daily .modal-btn .material-symbols-outlined {
  font-size: 35px;
  position: absolute;
  top: 19%;
  right: 22%;
}
#store-daily .closebtn {
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
#store-daily .closebtn .material-symbols-outlined {
  padding-top: 3px;
}

/*------------------------------------------
■アンカーリンク
------------------------------------------*/
#store-daily .ank_search {
  border-radius: 90px;
  border: 1px solid;
  overflow: hidden;
  margin: 10px 0 5px;
  background-color: #fff;
}
#store-daily .ank_search ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#store-daily .ank_search li {
  text-align: center;
}
#store-daily .ank_search ul.link_2 li {
  width: calc(100% / 2);
  border-right: 1px solid;
}
#store-daily .ank_search ul.link_2 li:last-of-type {
  border: none;
}
#store-daily .ank_search ul.link_3 li {
  width: calc(100% / 3);
  border-right: 1px solid;
  padding: 5px 0 0 0;
}
#store-daily .ank_search ul.link_3 li:last-of-type {
  border: none;
}
#store-daily .ank_search ul.link_4 li {
  width: calc(100% / 4);
  border-right: 1px solid;
  padding: 5px 0;
  margin: 5px 0;
}
#store-daily .ank_search ul.link_4 li:last-child {
  border: none;
}

/*---------ランキング---------*/
#store-daily #rank h2 {
  position: relative;
}
#store-daily #rank .more_btn {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translateY(-50%);
}

#store-daily #rank h2:nth-child(5) .more_btn {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translateY(-50%);
}
#store-daily .more {
  font-size: 16px;
  color: #1076c9;
  position: relative;   
}
#store-daily .more::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 35%;
  right: -16%;
  border-top: solid 1px #1076c9;
  border-right: solid 1px #1076c9;
  transform: rotate(45deg);
}
#store-daily div.ranking {
  margin-bottom: 20px;
}

#store-daily .ranking .p_name,
#store-daily .ranking .p_wish,
#store-daily .ranking .price_comment,
#store-daily .ranking .btn-black,
#store-daily .ranking .price-icons {
    display: none !important;
}
#store-daily .pickup-item-slider {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 5px;
}
#store-daily .ranking ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
    width: 180%;
    padding-top: 30px;
}
#store-daily .ranking ul li {
    margin: 0 5px;
    position: relative;
}
#store-daily .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-daily .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-daily .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-daily .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-daily .ranking ul li:nth-child(4)::after {
  content: "4";
}
#store-daily .ranking ul li:nth-child(5)::after {
  content: "5";
}
#store-daily .ranking ul li:nth-child(6)::after {
  content: "6";
}
#store-daily .ranking ul li:nth-child(7)::after {
  content: "7";
}
#store-daily .ranking ul li:nth-child(8)::after {
  content: "8";
}
#store-daily .ranking ul li:last-child {
    margin: 0;
}
#store-daily .ranking li dd.p_wish {
    margin: 2px 0;
    height: 25px;
    letter-spacing: 0;
}
#store-daily .ranking li dd .wish {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
#store-daily .ranking li .icon .p_icon {
    display: none;
}
#store-daily .ranking li .icon span img {
    width: calc(100% / 3 - 2px);
}
#store-daily .ranking div.price-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#store-daily .ranking .sale {
    color: #E50012;
}
#store-daily .ranking .m_price {
    font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
    font-size: 1.3em;
    font-weight: 700;
}
#store-daily .ranking span.m_price_grid {
    background: #383838;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
#store-daily .ranking .sale span.m_price_grid {
    background: #E50012;
    display: inline-flex;
    align-items: center;
}
#store-daily .ranking .price_comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
#store-daily .ranking .teiki_price {
    color: #D5570B;
    border: 1px solid #D5570B;
}
#store-daily .ranking .price_comment * {
    line-height: 1;
    font-size: 80%;
    padding: 2px 3px;
}
#store-daily .p_name {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#store-daily .btn-black {
    margin: 0 auto;
    display: none;
}
#store-daily .btn-red {
    background-color: #e50012;
    border: 1px solid #e50012;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
#store-daily .btn-red a {
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    display: block;
}
#store-daily .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;
}

/*------------------------------------------
カテゴリ
------------------------------------------*/
#store-daily > ul.recommend__item-col4 > li {
  width: calc(95%/4);
}
#store-daily > ul.recommend__item-col4 > li:nth-child(4) {
  margin: 0px;
}
#store-daily > ul.recommend__item-col4 > li p{
  line-height: 20px;
}
#store-daily .recommend__item-col4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	position: relative;
}
#store-daily .recommend__item-list{
	border-right: solid 1px #b4b4b4;
	padding: 0 10px 5px 0;
  width: 100%;
}
#store-daily .recommend__item-list:nth-child(4n),
#store-daily .recommend__item-list:nth-child(17){
	border-right: none;
}
#store-daily .recommend__item-list:nth-child(n+6){
	border-bottom: none;
  margin: 0;
}
#store-daily .recommend__item-list .main_txt{
  text-align: center;
  font-weight: 500;
  padding: 3px 0;
  background-color: #c9f0dc;
  margin-top: 3px;
  font-size: 13px;
}
#store-daily .recommend__item-list p {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	font-weight: 400;
  padding: 3px 0;
  border-top: solid 1px #d6d6d6;
}
#store-daily .recommend__item-list p a{font-size: 13px; text-align: center;}
#store-daily .f_line{position:absolute; top: 29.9%; left: 50%; transform: translateX(-50%); border-bottom: solid 1px #b4b4b4; width: 100%;}
#store-daily .f_line2{position:absolute; top: 56.6%; left: 50%; transform: translateX(-50%); border-bottom: solid 1px #b4b4b4; width: 100%;}
#store-daily .f_line3{position:absolute; top: 85.7%; left: 50%; transform: translateX(-50%); border-bottom: solid 1px #b4b4b4; width: 100%;}
#store-daily .w_line,#store-daily .d_line{position:absolute; top: 50.5%; left: 50%; transform: translateX(-50%); border-bottom: solid 1px #b4b4b4; width: 100%;}
#store-daily ul[class^="cate_col_"] li .main_txt{text-align: center; font-weight: 700;}
#store-daily ul[class^="cate_col_"]>li .txt{text-align: center;}
#store-daily ul[class^="cate_col_"]>li p a:before{display: none;}
#store-daily ul[class^="cate_col_"]>li{border-right: solid 1px #333; border-bottom: solid 1px #333;}

#store-daily .accordion{ display: none; }
#store-daily .nav-open{
	position: relative;
  cursor: pointer;
}
#store-daily .nav-open::before,
#store-daily .nav-open::after{
  position: absolute;
  top: 50%;
  right: 4%;
  display: inline-block;
  content: "";
  width: 14px;
  height: 2px;
  margin-top: -2px;
  background-color: #333;
}
#store-daily .nav-open::after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
#store-daily .nav-open.active::after {
  transform: rotate(0deg);
}
#category .all {position: relative;}
#category .material-symbols-outlined {
  position: absolute;
  top: 10%;
  right: 4%;
  font-size: 22px !important;
}

/*------------------------------------------
■商品一覧
------------------------------------------*/
#store-daily .item ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:10px;
  row-gap: 10px;
  margin: 5px 0;
}
#store-daily .item ul li {
    margin: 0 5px;
}
/* #store-daily .item ul li:last-child {
  margin: 0;;
} */
#store-daily .item li dd.p_wish {
  margin: 2px 0;
  height: 25px;
  letter-spacing: 0;
}
#store-daily .item li dd .wish {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#store-daily .item li .icon .p_icon {
  display: none;
}
#store-daily .item li .icon span img {
  width: calc(100% / 3 - 2px);
}
#store-daily .item div.price-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#store-daily .item .sale {
  color: #E50012;
}
#store-daily .item .m_price {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 1.5em;
  font-weight: 700;
}
#store-daily .item span.m_price_grid {
  background: #383838;
  color: #fff;
  padding: 0 6px;
  font-size: 0.7em;
  display: table-cell;
}
#store-daily .item .sale span.m_price_grid {
  background: #E50012;
  display: inline-flex;
  align-items: center;
}
#store-daily .item .price_comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
#store-daily .item .teiki_price {
  color: #D5570B;
  border: 1px solid #D5570B;
}
#store-daily .item .price_comment * {
  line-height: 1;
  font-size: 80%;
  padding: 2px 3px;
}
#store-daily .p_name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#store-daily .btn-black {
  margin: 0 auto;
  display: none;
}
/* #store-daily .btn-black a {
  background-color: #5ca391;
  border: 1px solid #5ca391;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
}
#store-daily .btn-black a:hover {
  background-color: #fff;
  border: 1px solid #5ca391;
  color: #5ca391!important;
} */
#store-daily .btn-red {
  background-color: #5ca391;
  border: 1px solid #5ca391;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
#store-daily .btn-red a {
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  display: block;
}
#store-daily .btn-red a:hover {
  background-color: #fff;
  border: 1px solid #5ca391;
  color: #5ca391!important;
}

/*------------------------------------------
■価格下アイコン
------------------------------------------*/
#store-daily .item .price-icons{
  padding-bottom: 2px;
}
#store-daily .item .price-icons .m_price_grid{
  width: calc(100% / 3 - 4px);
  text-align: center;
  font-size: 10px;
}
#store-daily .item .price-icons .sale{
  background-color: #e50012;
  color: #fff;
}
#store-daily .item .price-icons .medama{
  background-color: #f1da3e;
  color: #bd1e18;
}
#store-daily .item .price-icons .coupon_i{
  background-color: #1051c9;
  color: #fff;
}
#store-daily .item .price-icons .pointup{
  background-color: #a6a40e;
  color: #fff;
}
#store-daily .item .price-icons .outlet{
  background-color: #e50012;
  color: #fff;
}