div.info_text ul li{
 background-image: url("https://file002.shop-pro.jp/PA01396/365/arrow.png");
 background-repeat: no-repeat;
 background-position: 5px 7px;
 padding: 5px 5px 5px 20px;
}
div.info_text{
 display:flex;
 flex-direction: row-reverse;
 gap:10%;
}
div.info_text p.text{
 flex:1;
 text-align:left;
 line-height:2em;
}
div.info_text p.img{
 width:15%;
}
div.info_text p.img a{
  transform:rotate(10deg) translateX(-20px);
  display:inline-block;
}
div.info_text p.img img{
 max-width:100%;
  border:1px solid #ccc;
}
.brsp{
  display:none;
  }
.brpc{
  display:block;
  }
div.sale div{
 text-align:center;
 overflow:hidden;
}
div.sale div.pcleft{
 text-align:left;
}
.floatleft{
  width:150px;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.floatright{
  width:150px;
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}
.floatleft,.floatright > *{
   width:100%;
  }
.imgbox{
 text-align:left;
 border:1px solid #a9a588;
 display:flex;
 flex-direction : row-reverse;
  align-items:center;
 margin-bottom:15px;
}
.imgbox h2{
 font-size:1.7em;
 font-weight:900;
 color:#669999;
}
.imgbox > div.txt{
  padding:15px;
}
body .imgbox > div > *{
  line-height:1.5em;
}
.imgbox .img{
 max-width:200px;
 padding-right:5px;
}
.imgbox .img img{
  width:100%;
  object-fit: contain;
}
@media screen and (max-width: 640px){
  .brsp{
  display:block;
  }
  .brpc{
  display:none;
  }
  div.sale div .spleft{
  text-align:left;
  }
  #slider >div{
  width:100% !important;
  }
  div.info_text{
   display:block;
  }
  div.info_text p.img{
   text-align:center;
   width:100%;
  }
  div.info_text p.img a{
   transform:rotate(10deg) translateX(0);
   margin:5px auto;
  }
  div.info_text p.img img{
   max-width:40%;
  }
  .floatleft,.floatright{
  float:none;
  clear:both;
  display:block;
  text-align:center;
  margin-right:0;
  margin-left:0;
  margin-bottom:10px;
  }
  .floatleft,.floatright > *{
    width:90%;
    margin:0 auto;
   }
  .imgbox{
   display:block;
   background-position:center top;
   background-size:100% auto;
   }
  .imgbox h2{
  font-size:1.1em;
  }
  .imgbox > div{
  margin-right:0;
  background-color:#fff;
  }
  .imgbox > div.img{
  width:100%;
  max-width:100%;
  text-align:center;
  padding:15px 0 0 0;
  }
  .imgbox > div.img img{
  max-width:200px;
  max-height:200px;
  }
}
div.salebanner{
}
div.sale.winter2 h2{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
color:#fff;
}

div.sale.winter2 div:nth-of-type(1){
    margin-bottom:1em;
}
div.sale.winter2 h3{
  font-size:1.4em;
  font-weight:bold;
  position:relative;
  padding-bottom:10px;
}
div.sale.winter2 h3:after{
 position:absolute;
 content:"";
 width:40%;
 height:2px;
 background-color:#f85032;
 left:30%;
 bottom:0;
}
div.sale.winter2 div p.date{
  color:#f85032;
  letter-spacing:1px;
  font-weight:bold;
  font-size:1.5em;
  margin:15px;
}
div.sale.summer h2{
background: rgb(195,34,132);
background: linear-gradient(0deg, rgba(195,34,132,1) 0%, rgba(253,114,45,1) 100%);
color:#fff;
}
div.sale.summer div:nth-of-type(1){
    margin-bottom:0;
}
div.sale h3{
  font-size:1.6em;
  font-weight:bold;
}
div.sale.summer div p.date{
  color:#22c1c3;
  letter-spacing:1px;
}
div.sale.jade h2{
background: rgb(195,34,132);
background: linear-gradient(0deg, #1cbbb3,30%, #00a653);
color:#fff;
}
div.sale.jade div p.date{
  color:#22c1c3;
  letter-spacing:1px;
  font-weight:bold;
  font-size:2em;
}
div.sale.jade div.text{
   margin:1em;
}
div.sale h2.yokoku {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
div.sale h2.yokoku:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.couponcode {
  position: relative;
  padding: 1em 1em;
  border-top: solid 2px #a9a588;
  border-bottom: solid 2px #a9a588;
  font-weight:bold;
  font-size:1.3em;
  width:50%;
  margin:0 auto 20px auto;
}
.couponcode:before, .couponcode:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #a9a588;
}
.couponcode:before {
  left: 7px;
}
.couponcode:after {
  right: 7px;
}
@media screen and (max-width: 640px){
  .couponcode {
    width:70%;
  }
}