#dogs-day {
    background-color: #fffbdd;
    color: #222222;
    text-align: center;
    padding:0 0 3rem;
}
#dogs-day .inner {
    width: 95%;
    margin:auto;
}
#dogs-day img{
    width: 100%;
    height:auto;
}

#dogs-day .inner img {
    border-radius:10px;
}
#dogs-day .flyer {
    width: 80%;
    margin:auto;
}
#dogs-day section {
    padding: 1rem 0;
}
#dogs-day section:nth-of-type(2) {
    background:linear-gradient(135deg,#09b0b7, #0c97c1);
    color: #fff;
}
/* ----------------
赤い商品
---------------- */
.scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 90%;
    margin: auto;
    gap:1rem;
}
.scroll li {
    width: 200px;
    flex: 0 0 auto;
    background-color: #dc3717;
    padding: .5rem;
    margin: 0 auto .5rem;
    border-radius: 5px;
    box-sizing: border-box;
}
.scroll .detail {
    color: #fff;
}

.scroll .item_name {
    font-size: 1rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
.scroll .item_sale {
    background-color: #fff;
    color: #dc3717;
    font-weight: bold;
    font-size: .8rem;
    border-radius: 50px;
    display: inline-block;
    padding: 0 7%;
    margin: 0 0 .5rem;
}
.scroll .item_price {
    font-size: 2rem;
    font-weight: 700;
    color: #fffe26;
    font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 3px 3px #222;
}
.scroll .item_price .yen {
    font-size: .9rem;
}
.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: 50px;
    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;
}

/* ----------------
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;
}

/* ----------------
title
---------------- */
.heading_2 h3 {
    margin: 0 auto;
}
.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);
  }

/* ----------------
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%;
    }