.main h2 {
  background: #eac1a3;
  color: #FFF;
  padding: 7px 2rem;
  position: relative;
  margin: 0 0 3rem;
  text-align: left;
}
.main h2:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  height: 0.2rem;
  background: #eac1a3;
  width: 100%;
  left: 0;
}
.main h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  height: 0.2rem;
  background: #eac1a3;
  width: 100%;
  left: 0;
}

/******************************/
/* SLIDER */
/******************************/

.slide_box {
  position: relative;
  width:100%; 
  max-width:1486px; 
  height: auto;
  margin: 0 auto 25px;
}
.slider img{
  width: 100%;
  object-fit: cover;
}
.slide_box p{
  position: absolute;
  padding: 10px 25px;
  box-sizing: border-box;
  margin: auto;
  left: 25px;
  bottom: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.slide_box .slider_copy {
  background-color: rgba(255,255,255,0.8);
  font-size: 2.4em;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-viewport .bxslider li {
  display: block!important;
}
@media (max-width: 750px) { 
.slide_box {
  margin-bottom: 0;
}
.slide_box p{
  left: 10px;
  padding: 5px 10px;
  bottom: 10px;
}
.slide_box .slider_copy {
  font-size: 1.8em;
}
}
@media (max-width: 442px) { 
.slide_box .slider_copy {
  font-size: 1.2em;
}
}

/******************************/
/* お知らせ */
/******************************/

.p-line-informaiton {
  border-radius: 15px;
  padding: 15px 25px;
  margin-bottom: 15px;
  border: 1px solid #EE6D45;
}
.p-line-informaiton h3 {
  margin: 7px 0;
  color: #EE6D45;
  text-align: center;
}
.p-line-informaiton ul {
  display: flex;
  flex-wrap: wrap;
}
.p-line-informaiton ul li{
  width: 78%;
}  
.p-line-informaiton ul li:nth-child(2n+1){
  width: 22%;
}
.p-line-informaiton ul li a:hover{
  text-decoration: underline;
  color: #EE6D45;
}
@media (max-width: 750px) {
.p-line-informaiton {
  margin-top: 25px;
}
.p-line-informaiton h3 {
  margin: 0;
}
.p-line-informaiton ul {
  display: block;
}
.p-line-informaiton ul li{
  width: 100%;
}
.p-line-informaiton ul li:nth-child(2n+1){
  width: 100%;
  margin-top: 3px;
}
}

/******************************/
/* 売れ筋ランキング */
/******************************/

#box_sellers {
  width: 100%;
}
#box_sellers img{
  max-width: initial;
}
.seller_box{
  text-align: center;
}
#box_sellers ul{
  display: flex;
  flex-wrap: nowrap;
}
#box_sellers ul li{
  position: relative;
  width: 20%;
  padding: 2rem 0.5rem 0;
}
#box_sellers ul li img.seller_image {
    width: 156px;
    height: 156px;
    object-fit: cover;
}
#box_sellers .top_seller:before{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 15px;
}
.scroll li img{
  max-height: 190px;
}
.seller_detail{
  text-align: left;
  margin: 10px 0 0;
}
#box_sellers .seller_name{
  font-size: 0.7em;
  margin-bottom: 5px;
}
#box_sellers .seller_teika{
  font-size: 0.9em;
  font-weight: bold;
  color: #3d3935;
  text-align: right;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
.scroll {
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
#box_sellers ul li{
  width: auto;
}
.scroll li img{
  height: auto;
  width: auto;
}
.scroll .seller_name{
  width: 150px;
  white-space: normal;
}
}

/******************************/
/* おすすめ商品 */
/******************************/

.cartjs_cart_in {
margin-bottom: 0px!important; 
position: absolute;
bottom: 0;
}
.cartjs_product_table {
display: none;
}
.cartjs_cart_in input,
.cartjs_cart_in input {
background-color: #c5a68f !important;
width: 95% !important;
margin: auto;
height:  47px !important;
}
.p-recommend {
  text-align: center;
}
.c-item-list__item {
  padding: 0 0 40px 0;
}
.c-item-list {
  margin-left: 0;
  margin-right: 0;
}
.p-recommend .cartjs_cart_in input,
.p-recommend .cartjs_cart_in input {
  width: 87% !important;
}
.p-recommend .c-item-list__btn {
  bottom: -15px;
}

/******************************/
/* 商品カテゴリ */
/******************************/

.p-category ul {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-category ul::after{
  content:"";
  display: block;
  width: 32%;
}
.p-category ul li {
  padding: 20px 0;
  margin: 0 0 20px;
  width: 32%;
  background: #fffce4;
  text-align: center;
  border: 1px solid #756e6a;
  border-radius: 10px;
}
.p-category ul li a {
  font-weight: bold;
  display: block;
}
@media (max-width: 750px) {
.p-category ul li {
  padding: 15px 0;
  margin: 0 0 15px;
  width: 48%;
}
}

/******************************/
/* お役立ち情報 */
/******************************/
ul.useful_info {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.useful_info li {
  margin: 0 0 20px;
  width: 48%;
}

/*20231226 info下注意喚起*/
.top_caution {
  margin-top: -10px;
  padding-top: 5px;
}

.top_caution a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: red;
  text-decoration:underline;
  height: 40px;
  width: 60%;
  margin: 3px 0 0 0;
  padding: 10px;
  position: relative;
}

.top_caution a:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration:underline;
}
@media (max-width: 768px) {
.top_caution a {
  width: 100%;
  font-size: 0.85em;
}
}