#pet_winter_preparation {
    background-color: #fffbdd;
    color: #222222;
    text-align: center;
    padding: 0 0 1rem;
    margin-bottom: 3%;
    box-shadow: 0px 4px 11px #a17641c9;
}
#pet_winter_preparation .inner {
    width: 95%;
    margin:auto;
}
#pet_winter_preparation img{
    width: 100%;
    height:auto;
}

#pet_winter_preparation .inner img {
    border-radius:10px;
}
#pet_winter_preparation .flyer {
    width: 80%;
    margin:auto;
}
/* 追加個所 */
#pet_winter_preparation section {
    padding: 1% 2% 4%;
    margin: 2%;
    border-radius: 10px;
}

#pet_winter_preparation #event_anchor {
    padding: 0;
    margin: 0 2%;
}
#pet_winter_preparation .bf{
    background-color: #222;
}

#pet_winter_preparation .winter{
    background-color: #e57421;
}
#pet_winter_preparation .coupon{
    background-color: #ab5413;
}
#pet_winter_preparation .event{
    background-color: #ef3141;
}
#pet_winter_preparation .category{
    background-color:#efb631;
}
/* 追加個所 */


/* ----------------
赤い商品
---------------- */
.scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 90%;
    margin: auto;
    gap:1rem;
}

.scroll li {
    width: 220px;
    flex: 0 0 auto;
    background-color: #ffffff;
    padding: .5rem;
    margin: 0 auto .5rem;
    border-radius: 15px;
    box-sizing: border-box;
    border: solid #fff;
}
.scroll li.bf {
    background-color: #222222;
    border: solid #edc54e;
}

.scroll .detail {
    color: #fff;
}

.scroll_none .item_name,
.scroll .item_name {
    font-size: .8rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    color: #222;
}
.bf .scroll .item_name {
    color: #fff;
}


.scroll_none .item_sale,
.scroll .item_sale {
    background-color: #dc3717;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 5px;
    display: inline-block;
    padding: 0 7%;
    margin: 0 0 .5rem;
}

.scroll_none .item_price{
    font-size: 3rem;
}
.scroll .item_price {
    font-size: 2rem;
}

.scroll_none .item_price,
.scroll .item_price {
    font-weight: 700;
    color: rgb(214, 47, 47);
    font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 2px 2px #ffed5f;
}

.bf .scroll .item_price {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(255 237 95);
    font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 2px 2px #c43902;
}

.scroll_none .item_price .yen,
.scroll .item_price .yen {
    font-size: .9rem;
}

.scroll_none .item_price .border,
.scroll .item_price .border {
    color: #fff;
    text-decoration: solid;
    padding: 0 0 0 3%;
    text-shadow: none;
    text-decoration: line-through;
    letter-spacing: 0;
    font-weight: lighter;
}
/* ----------------
白い商品
---------------- */
.scroll_2 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 90%;
    margin: auto;
    gap:1rem;
}
.scroll_2 li {
    width: 200px;
    flex: 0 0 auto;
    background-color: #fff;
    padding: .5rem;
    margin: 0 auto .5rem;
    border-radius: 5px;
    border: solid 3px #fff5ad;
    box-sizing: border-box;
}
.scroll_2 .detail {
    color: #222;
}

.scroll_2 .item_name {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* max-height: 3rem; */
    line-height: 1.3;
    margin: 2px 0 5px;
}
.scroll_2 .item_sale {
    background-color: #dc3717;
    color: #fff;
    font-weight: bold;
    font-size: .8rem;
    border-radius: 5px;
    display: inline-block;
    padding: 0 7%;
    margin: 0 0 .5rem;
}
.scroll_2 .item_price {
    font-size: 2.1rem;
    font-weight: 700;
    color: #dc3717;
    font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 3px 3px #fffe26;
}

.scroll_2 .item_price .yen {
    font-size: .9rem;
}
.scroll_2 .item_price .border {
    color: #fff;
    text-decoration: solid;
    padding: 0 0 0 3%;
    text-shadow: none;
    text-decoration: line-through;
    letter-spacing: 0;
}


.scroll_2 .pro {
    margin-left: -.8rem ;
}
.scroll_2 .pro::first-letter {
    opacity: 0;
}

/* ----------------
banner
---------------- */
.banner_scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap:1rem;
    width: 90%;
    margin: auto;
}
.banner_scroll a {
    width: 200px;
    flex: 0 0 auto;
    margin: 0 auto .5rem;
    border-radius: 5px;
}


.bn_col_2 {
    width: 90%;
    margin: auto;
}
.bn_col_2 li {
    overflow: hidden;
}
.bn_col_2 li a img {
    transform: scale(1) rotate(0deg);
    transition: transform 0.3s ease;
}
.bn_col_2 li a img:hover {
    transform: scale(1.05) rotate(1deg);
}

/* ----------------
title
---------------- */
.h2 h3 {
    margin: 2% auto;
    font-size: 2em;
    color: #fff;
    line-height: 1.2;
}
.bf .h2 h3{
    color: #edc54e;
}

.heading_2 h4 {
    color: #fff;
}
.heading_2.color_2 h4 {
    color: #0ba1bd;
}
.heading_2 {
    position: relative;
    width: fit-content;
    padding: 1rem 2rem;
    color: #ffffff;
    border-radius: 10px;
    background: linear-gradient(135deg, #0ba1bd, #0ba2bd);
    margin: 1rem  auto 1.5rem;
  }
  .heading_2::after {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    width: 20px;
    height: 12px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background: linear-gradient(135deg, #0ba1bd, #0ba2bd);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .heading_2.color_2 {
    background: linear-gradient(135deg, #fffbdd, #fbf4bd);
    color:#0ba1bd;
  }
  .heading_2.color_2::after {
    background: linear-gradient(135deg, #fffbdd, #fbf4bd);
  }

  .heading_2.color_3,.heading_2.color_3 h4 {
    background: linear-gradient(135deg, #fffbdd, #fbf4bd);
    color:#f15a1d!important;
  }
  .heading_2.color_3::after {
    background: linear-gradient(135deg, #fffbdd, #fbf4bd);
  }


/* ----------------
Campaign
---------------- */

  summary {
    font-size: 1rem;
}
details {
    background: linear-gradient(135deg, rgb(255 103 77) 0.000%, rgb(248 75 65) 50.000%, rgb(255 41 35) 100.000%);
    color: #fff;
    padding: .5rem 0;
    border-radius: 50px;
    width: 70%;
    border: solid ;
    cursor:pointer;
    margin: auto;
}
.details_inner {
    text-align: left;
    width: 93%;
    margin: 1rem auto;
    background-color: #fff;
    color: #222;
    padding: .1rem 1rem 1rem;
    border-radius: 20px;
    box-sizing: border-box;
}
.m10 {
    padding: 0 1rem;
}
.icon_1 {
    margin:.5rem 0 0;
    font-weight: bold;
}
.icon_1::before {
    content: "■";
    margin-right: 0.5em;
  }
  .icon_4 {
    padding-left:1rem;
	text-indent:-1rem;
  }
.icon_4::before {
    content: "・";
    margin-right: 0.5em;
}
  

.text {
    font-size: 1rem;
    line-height: 1;
}
.strong {
    font-size: 1.5rem;
    font-weight: bold;
}
.review_present {
    margin: 1rem auto;
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    width: 80%;
    gap: 2rem;
}
.present_details {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.review_present .present_details .step {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
}
.review_present .present_details .step p {
    line-height: 1.2;
    margin: 3px 0 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review_present .present_details .step img {
    width: 88%!important;
    margin: auto;
}

.btn_col_4 {
    width: 90%;
    margin: auto;
}



/* ----------------
scroll
---------------- */

@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0;
      gap:.5rem;
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 50s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
        width: calc(60vw / 6);
        background-color: #fff;
        box-shadow: 4px 4px 4px #dfd68e;
        margin: .5rem;
        transition: .3s;
    }

    .scroll-infinity__item img{
        border-radius: 5px;
    }
    .scroll-infinity__item::before {
        content: "";
        width: 90%;
        height: 10px;
        position: absolute;
        top: 100%;
        left: 5%;
        background: radial-gradient(ellipse at center, rgba(223, 214, 142, 0.35) 0%, rgba(223, 214, 142, 0) 100%);
        z-index: -1;
        opacity: 0;
        transition: .3s;
      }
    .scroll-infinity__item:hover {
        transform: translateY(-7px);
        box-shadow: none;
      }
    .scroll-infinity__item:hover::before {
        transform: translateY(7px) scale(1.1);
        opacity: 1;
      }
    .scroll-infinity__item:first-child {
        margin-left: 1rem;
      }
    .scroll-infinity__item>img {
      width: 100%;
    }


/* 追加個所 */
.banner{
    margin: 3% auto;
    width: 90%;
}
.bf .banner{
    border: solid 2px #edc54e;
}


/* 追加個所 */
.scroll_none {
    margin-top: 2%;
}
.scroll_none a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.scroll_none li{
    width: 90%;
    flex: 0 0 auto;
    background-color: #fff;
    padding: 1%;
    margin: 0 auto 1%;
    border-radius: 5px;
    box-sizing: border-box;
}
.scroll_none .item_left{
    width: 30%;
}
.scroll_none .item_right{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.scroll_none.column .item_name{
    font-size: 1.3rem;
    font-weight: bold;
}

.scroll_none.column .item_sale{
    background-color: #dc3717;
    color: #ffffff;
    font-size: 1.3rem;
}

/* 追加個所 */
#coupon .h2 h3{
    margin: 0;
}
#coupon .h2_flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
#coupon .h2_flex .dog{
    width: 20%;
}

#event_anchor ul{
    display: flex; 
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}
#event_anchor li{
    width: 33%;
}
.coupon {
    margin-top: 0;
}