
/*------------------------------------------
全体
------------------------------------------*/
#store-interior .pc_none {
  display: none !important;
}
#store-interior {
  padding-top: 5px;
  }
#wrap_categorylp {
  margin: 0 auto 50px;
  max-width: 900px;
}
#wrap_categorylp img {
  width: 100%;
}

/*------------------------------------------
看板
------------------------------------------*/
#wrap_categorylp .back{
  background-color: #eee;
  padding-bottom: 5px;
}
#wrap_categorylp h1 {
    color: #fff;
    background-color: #9a8266;
    display: inline-block;
    padding: 3px 72px;
    /* margin-bottom: 3px; */
    font-size: 24px;
    font-weight: 400;
    position: relative;
    word-break: break-all;
}
#wrap_categorylp h1:after {
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  content: '';
  border-width: 42px 17px 0 0;
  border-style: solid;
  border-color: #9a8266 transparent transparent transparent;
}
/*------------------------------------------
検索窓
------------------------------------------*/
#store-interior #c_search {
  width: 100%;
  margin: auto;
}
#store-interior #c_search form{
  clear: both;
}
#store-interior #search_window {
  box-sizing: border-box;
  background-color: #eee;
  padding: 5px 20px;
}

#store-interior #search_window .title{
  color: #333;
  font-size: 15px;
  margin-bottom: 3px;
}

#store-interior #search_window .input-box input{
  border: none;
  width: calc(100% - 70px);
  padding: 6px 1em;
  height: 100%;
  background-color: #fff;
}

#store-interior #search_window .input-box input:focus {
  outline: none;
}

#store-interior #search_window .input-box{
  display: flex;
  border: 1px solid #222;
}

#store-interior #search_window .input-box .button {
  cursor: pointer;
  border: none;
  background-color: #222;
  color: #fff;
  padding: 0 1em;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  border-left: 1px solid;
}

#store-interior #search_window .input-box .button:hover {
  background-color: #fff;
  color: #222;
}

#store-interior #search_window .input-box .button::before {
  content: "\e955";
  color: #fff;
  font-family: "fontPlazaIcon" !important;
  font-size: 16px;
  margin-right: 2px;
  transition: 0.5s;
}

#store-interior #search_window .input-box .button:hover::before{
  color: #222;
}

/*------------------------------------------
ホットワード
------------------------------------------*/

#store-interior #search_window .hotword2 {
  overflow: hidden;
}

#store-interior #search_window .hotword2 dd {
  margin-right: 10px;
  float: left;
}

#store-interior #search_window .hotword2 dd a{
  color: #1170d5;
}

/*------------------------------------------
スライダー
------------------------------------------*/
#c_slider_5 {
 margin-top:10px;
}

#c_slider_5 li,
#c_slider_1 li {
  padding: 0 5px;
  box-sizing: border-box;
  width: 65%;
}
#c_slider_5 .swiper-slide-next, #c_slider_5 .swiper-slide-prev{
  opacity: .3;
  position: relative;
}
#c_slider_5 .swiper-slide-next::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, transparent 0 100%, #FFF 100%);
}

#event_banner {
  margin: 10px 8px;
}
#event_banner ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#event_banner h2{
  color:#fff!important;
  text-align:center;
  background-color: #be375e;
  border-bottom:none!important;
  width: 100%;
}
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}
.event.m10 .swiper-button-next {
  right: 9px;
  left: auto;
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 55px;
  opacity: .7;
  width: 55px;
}
.event.m10 .swiper-button-prev {
  left: 9px;
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 55px;
  opacity: .6;
  width: 55px;
}



#store-interior #m10{
  margin: 20px 0;

}

/*------------------------------------------
アイリス祭仕様
------------------------------------------*/
#irisfes_banner .camp_banner {
  /* background-color: #fffadd; */
    /* padding: 10px 0; */
}
#irisfes_banner .camp_banner .coupon_title {
  text-align: center;
  font-size: 20px;
  margin: -15px 0 3px;
  color: #725a61;
}
#irisfes_banner h2{
  color: #ffffff !important;
    text-align: center;
    background-color: #ff0014;
  border-bottom:none!important;
  width: 100%;
}
#irisfes_banner {
  margin: 10px 8px;
}
#irisfes_banner ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 900px;
}

#irisfes_banner ul li p {
  line-height: 0;
}
#irisfes_banner  .namber{
  font-size: 24px;
}
#irisfes_banner ul li .off{
  font-size: 22px;
}
#irisfes_banner ul li:first-child{
  
}
.action-cpget {
  padding: 3px;
  display: inline-block;
  border-radius: 5px;
  align-items: center;
  background-color: #ea4b4b;
  color: #fff;
  border: 1px solid #ea4b4b;
  padding: 0.25em 11em;
  margin: .25em 0;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
}


.action-cpget:hover {
  background-color: #fff!important;
  color: #ea4b4b;
  border: 1px solid #ea4b4b!important;
}
/*------------------------------------------
トップ正方形スライド
------------------------------------------*/
#store-interior .event .swiper-pagination-bullet-active {
  width: 2rem;
  background-color: #9a8266;
  transition: 0.3s;
}
#store-interior .event .cn .swiper-slide img {
  border-radius: 8px;
}
#store-interior #c_slider_1 .swiper-wrapper li {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
/*------------------------------------------
■カテゴリ ※アイコン並べる収納インテスタイル
------------------------------------------*/
#store-interior .wrap_tab {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #eee;
  padding: 5px 20px 10px;
}

/* メニューボタン */
#store-interior .tab-container{
  width: 100%;
  display: flex;
}

#store-interior .tab-container > li.tab{
  color: #222;
display: flex;
justify-content: center;
align-items: center;
flex: 1;
flex-grow: 1;
height: 3em;
border: #222 1px solid;
text-align: center;
cursor: pointer;
margin-right: 3px;
transition: 0.5s all;
line-height: 1.2em;
background-color: #fff;
border-radius: 50px;
}

#store-interior .tab-container > li.tab:last-child{
  margin-right: 0;
}
#store-interior .tab-container > li.tab.current{
  color: #fff;
  background-color: #c7b288;
  transition: 0.5s all;
}
#store-interior .arrow{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}

#store-interior .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#store-interior .tab-container > li.tab.current::after{
	right: 12px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
}
#store-interior .tab-container li::after{
	right: 12px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
}

#store-interior .tab-container > li.tab:hover,
#store-interior .tab-container > li.tab.current:hover{
  opacity: 1;
}

#store-interior .menu-container{
  position: relative;
  width: 100%;
padding: 0;
}
#store-interior .menu-container > .menu-box{
  display: none;
  padding: 10px 0 0;
  background-color: #eee;
}
#store-interior .menu-container > .menu-box.current{
  display: block;
}

/*タブの中身*/
#store-interior .menu-box{
  box-sizing: border-box;
  padding: 30px 20px 20px;
}
#store-interior .content > ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#store-interior .content > ul::before{
  content:"";
  display: block;
  width: calc(95%/4);
  order: 1;
}
#store-interior .content > ul::after{
  content:"";
  display: block;
  width: calc(95%/4);
}
#store-interior .content > ul > li{
  width: calc(95%/4);
}
#store-interior .content > ul > li a{
  display: block;
  text-align: center;
}
#store-interior .content > ul > li a > div{
  overflow: hidden;
}
#store-interior .content > ul > li:nth-child(n+5){
  margin-top: 10px;
}
#store-interior .content > ul > li a:hover img{
  transform: scale(1.1,1.1);
  transition: 0.5s all;
}

/* 週末セールタイトル */
#wrap_categorylp h2 {
  color: #9a8266;
  margin: 0 0 10px 0;
  padding: 0 0 0 6px;
  font-size: 24px;
  border-bottom: dashed 1px;
  }


/*---------商品一覧---------*/
#store-interior .item ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 10px;
}

#store-interior .item li dd.p_wish {
  margin: 2px 0;
  height: 25px;
  letter-spacing: 0;
}
#store-interior .item li dd .wish {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#store-interior .item li .icon .p_icon {
  display: none;
}
#store-interior .item li .icon span img {
  width: calc(100% / 3 - 2px);
}
#store-interior .item div.price-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#store-interior .item .sale {
  color: #E50012;
}
#store-interior .item .m_price {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 1.5em;
  font-weight: 700;
}
#store-interior .item span.m_price_grid {
  background: #383838;
  color: #fff;
  padding: 0 6px;
  font-size: 0.7em;
  display: table-cell;
}
#store-interior .item .sale span.m_price_grid {
  background: #E50012;
  display: inline-flex;
  align-items: center;
}
#store-interior .item .price_comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
#store-interior .item .teiki_price {
  color: #D5570B;
  border: 1px solid #D5570B;
}
#store-interior .item .price_comment * {
  line-height: 1;
  font-size: 80%;
  padding: 2px 3px;
}
#store-interior .p_name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#store-interior .btn-black {
  margin: 0 auto;
}

#store-interior .btn-black a {
  background-color: #9a8266;
  border: 1px solid #9a8266;
  width: 60%;
  font-size: 20px;
  padding: 5px 0;
}
#store-interior .btn-black a:hover {
  background-color: #fff;
  border: 1px solid #9a8266;
  color: #9a8266!important;
}

/* item 価格下アイコン */
#store-interior .item .price-icons{
  padding-bottom: 2px;
}
#store-interior .item .price-icons .m_price_grid{
  width: calc(100% / 3 - 4px);
  text-align: center;
  font-size: 10px;
}
#store-interior .item .price-icons .sale{
  background-color: #e50012;
  color: #fff;
}
#store-interior .item .price-icons .medama{
  background-color: #f1da3e;
  color: #bd1e18;
}
#store-interior .item .price-icons .coupon_i{
  background-color: #1051c9;
  color: #fff;
}
#store-interior .item .price-icons .pointup{
  background-color: #a6a40e;
  color: #fff;
}
#store-interior .item .price-icons .outlet{
  background-color: #e50012;
  color: #fff;
}