@charset "utf-8";
/* CSS Document */
* {
  min-height: 0vw;
}
/*===============================================
●共通
===============================================*/
/* prettier-ignore */
#ice-sale_cp_2508 h1,h2,h3,h4,h5,p,figure {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
/* prettier-ignore */
#ice-sale_cp_2508 ul,li,dl,dt,dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
/* prettier-ignore */
#ice-sale_cp_2508 a:link,a:visited,a:hover,a:active,a:focus {
    text-decoration: none;
  }
#ice-sale_cp_2508 .text-area .leadB {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2.3rem);
  margin: 0 0 1.5rem;
  /*  text-shadow: 0 0px 0 #fcc906, 0 4px 0 #fff4bf, 0 4px 10px rgba(0, 0, 0, .2);*/
}
#ice-sale_cp_2508 .text-area .leadB span {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.15rem, 1.7vw, 1.6rem);
  display: block;
  /*  text-shadow: 2px 1px 0 #fff4bf;*/
  margin: 0 0 0.5rem;
}
#ice-sale_cp_2508 .text-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  margin: 0.5rem 0;
}
#ice-sale_cp_2508 .text-area .leadT span {
  margin: 5px auto 0;
  display: block;
  color: #fff;
  font-size: clamp(0.8rem, 2vw, 0.95rem);
  padding: 0 1rem;
}
#ice-sale_cp_2508 .date-area {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
}
#ice-sale_cp_2508 .date-area dd span {
  font-size: clamp(0.95rem, 2vw, 1.2rem);
}
#ice-sale_cp_2508 .item-area .date {
  text-align: center;
  background: #630100;
  border-radius: 6px;
  padding: 2px 8px;
  box-sizing: border-box;
  width: clamp(145px, 15vw, 150px);
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  color: #fff;
}
#ice-sale_cp_2508 .item-area .name {
  text-align: center;
  font-size: clamp(1rem, 1.9vw, 1.15rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ice-sale_cp_2508 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  display: block;
}
#ice-sale_cp_2508 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
#ice-sale_cp_2508 .item-area .price {
  text-align: center;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 500;
}
#ice-sale_cp_2508 .item-area .item-grp .goukei .price {
  text-align: left;
  font-size: clamp(1rem, 1.9vw, 1.1rem);
}
#ice-sale_cp_2508 .item-area .item-grp .goukei .price.sale {
  text-align: left;
  font-size: clamp(1.1rem, 2.1vw, 1.4rem);
  color: #d80010;
  font-weight: 600;
}
#ice-sale_cp_2508 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 500;
}
#ice-sale_cp_2508 .item-area .txt {
  font-size: clamp(0.92rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
}
#ice-sale_cp_2508 .item-area .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0 0;
}
#ice-sale_cp_2508 .ttl_h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  position: relative;
  background: #fff;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 50px;
}
#ice-sale_cp_2508 .ttl_h3 {
  text-align: left;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  position: relative;
}

#ice-sale_cp_2508 .c-txt div .fc-list {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  display: block;
  width: 100%;
  text-align: left;
}
#ice-sale_cp_2508 .item-area .area {
  text-align: left;
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  margin: 0.8rem 0 1rem;
}

/* #ice-sale_cp_2508 .item-area .area span::before {
  content: '販売地域';
  position: absolute;
  top: -40%;
  left: -1%;
  font-weight: bold;
  padding: 0.2rem 1rem;
  background: #fabe01;
  color: #231815;
  border-radius: 15px;
  display: inline-block;
}
#ice-sale_cp_2508 .item-area .area span {
  position: relative;
  background: #fdd34e4f;
  padding: 0.8rem 1rem 0.5rem;
  border-radius: 0 6px 6px 6px;
} */

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  /*===== common ======*/
  #ice-sale_cp_2508 .pc-none {
    display: none;
  }
  #ice-sale_cp_2508 {
    width: min(100%, 1200px);
    margin: 0 auto;
    position: relative;
    color: #422513;
    box-sizing: border-box;
  }

  #ice-sale_cp_2508 img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
  }

  /* div#contents {
    background: #cf000e;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 5%, 10%;
    background-position: center center;
  } */

  /* [id^="group"] {
    scroll-margin-top: 95px;
  } */

  /*===== main-area ======*/
  #ice-sale_cp_2508 main {
    width: 100%;
    height: auto;
    background: #23b6bd;
    background-image: radial-gradient(circle, #4fc5c6 4.5px, transparent 4.5px);
    background-position: 0 0;
    background-size: 29px 29px;
    padding: 3rem 0;
  }
  #ice-sale_cp_2508 .imgbox {
    position: relative;
    z-index: 3;
  }

  #ice-sale_cp_2508 .imgbox .kv {
    width: min(100%, 1200px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  #ice-sale_cp_2508 .text-area {
    padding: 2rem;
    text-align: center;
    position: relative;
    z-index: 3;
    background-color: #81cbd0;
    color: #313131;
  }
  #ice-sale_cp_2508 .date-area {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 0;
    border-radius: 1rem;
    font-weight: 600;
  }
  #ice-sale_cp_2508 dl {
    display: grid;
    grid-template-columns: 2fr 5fr;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background: #fbfbfb;
    width: 80%;
    margin: 0 auto;
    border-radius: 1rem;
  }
  #ice-sale_cp_2508 dt {
    background: #0b3a78;
    padding: 1rem;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    border-radius: 0.7rem 0 0 0.7rem;
    color: #fff;
    box-sizing: border-box;
    margin: -1px;
  }
  #ice-sale_cp_2508 dd {
    color: #0b3a78;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  #ice-sale_cp_2508 dd span {
    background: #0b3a78;
    color: #fff;
    border-radius: 50%;
    width: 1.1em;
    height: 1em;
    line-height: 0.9em;
    padding: 0.4rem;
  }

  #ice-sale_cp_2508 .ttl_h2 {
    width: 30%;
  }

  /*===== item-area ======*/
  #ice-sale_cp_2508 .item-area ul {
    width: min(95%, 1200px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  #ice-sale_cp_2508 .item-area .item-grp {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    gap: 1rem;
    background: #81cbd0;
    padding: 1.5rem;
    border-radius: 2rem;
  }

  #ice-sale_cp_2508 .item-area .item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  #ice-sale_cp_2508 .item-area .plus {
    background: #d80010;
    border-radius: 50%;
    width: 1.1em;
    height: 1.1em;
    line-height: 1.15em;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Arial Narrow Bold', sans-serif;
    transform: translateY(-1.1em);
  }

  #ice-sale_cp_2508 .item-area .item-grp .goukei {
    grid-column: -1 / 1;
    background: #fbfbfb;
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 4fr 1.4fr;
    align-items: center;
  }
  #ice-sale_cp_2508 .item-area .goukei .sale-txt {
    background: #d80010;
    color: #fff;
    border-radius: 1rem;
    padding: 0.5rem;
    outline: solid 2px #fbfbfb;
    outline-offset: -7px;
    font-weight: 500;
  }
  #ice-sale_cp_2508 .item-area .goukei .big1 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  #ice-sale_cp_2508 .item-area .goukei .big2 {
    font-size: 1.8rem;
    font-weight: 600;
  }

  #ice-sale_cp_2508 .item-area li .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  #ice-sale_cp_2508 .pic {
    position: relative;
    background: #fbfbfb;
    border-radius: 50%;
    padding: 0.5rem;
    box-sizing: border-box;
  }

  /*===== animation-area ======*/
  #ice-sale_cp_2508 .pic img {
    will-change: filter;
    filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.3));
  }
  #ice-sale_cp_2508 .c-pic-item {
    position: relative;
    z-index: -1;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  /*===== common ======*/
  #ice-sale_cp_2508 .sp-none {
    display: none;
  }
  #ice-sale_cp_2508 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #313131;
    box-sizing: border-box;
  }

  #ice-sale_cp_2508 img {
    max-width: 100%;
    display: block;
    height: auto;
  }

  /* [id^="group"] {
    scroll-margin-top: 54px;
  } */

  #ice-sale_cp_2508 .lead-area .leadT span {
    text-align: left;
  }

  /*===== main-area ======*/
  #ice-sale_cp_2508 main {
    width: 100%;
    height: auto;
    background: #23b6bd;
    background-image: radial-gradient(circle, #4fc5c6 2.5px, transparent 2.5px);
    background-position: 0 0;
    background-size: 15px 15px;
    padding: 2rem 0;
  }
  #ice-sale_cp_2508 .imgbox {
    position: relative;
    z-index: 3;
  }

  #ice-sale_cp_2508 .imgbox .kv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  #ice-sale_cp_2508 .text-area {
    padding: 1rem 0.5rem;
    text-align: center;
    position: relative;
    z-index: 3;
    background-color: #81cbd0;
    color: #313131;
  }
  #ice-sale_cp_2508 .date-area {
    text-align: center;
    margin: 1rem 0;
    font-weight: 600;
  }
  #ice-sale_cp_2508 dl {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-direction: column;
    background: #fbfbfb;
    margin: 0 auto;
    border-radius: 1rem;
  }
  #ice-sale_cp_2508 dt {
    background: #0b3a78;
    padding: 0.5rem 1rem 0.7rem;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
    width: 100%;
    margin: -1px 0 0;
    border-radius: 0.8rem 0.8rem 0 0;
    box-sizing: border-box;
  }
  #ice-sale_cp_2508 dd {
    color: #0b3a78;
    padding: 0 0 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  #ice-sale_cp_2508 dd span {
    background: #0b3a78;
    color: #fff;
    border-radius: 50%;
    width: 1.1em;
    height: 1em;
    line-height: 0.9em;
    padding: 0.4rem;
    text-align: center;
  }
  #ice-sale_cp_2508 .ttl_h2 {
    width: 70%;
  }

  /*===== item-area ======*/
  #ice-sale_cp_2508 .item-area {
    width: 94%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #ice-sale_cp_2508 .item-area ul {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #ice-sale_cp_2508 .item-area .item-grp {
    display: grid;
    grid-template-columns: 1.2fr auto 1.2fr;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    gap: 0.5rem;
    background: #81cbd0;
    padding: 0.8rem;
    border-radius: 1rem;
  }

  #ice-sale_cp_2508 .item-area .item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  #ice-sale_cp_2508 .item-area .plus {
    background: #d80010;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Arial Narrow Bold', sans-serif;
    transform: translateY(-1.3em);
  }

  #ice-sale_cp_2508 .item-area .item-grp .goukei {
    grid-column: -1 / 1;
    background: #fbfbfb;
    width: 100%;
    padding: 0.8rem;
    border-radius: 1rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0.5rem;
  }
  #ice-sale_cp_2508 .item-area .goukei .sale-txt {
    background: #d80010;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.1rem;
    outline: solid 1px #fbfbfb;
    outline-offset: -5px;
    grid-area: 1;
  }
  #ice-sale_cp_2508 .item-area .goukei .big1 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  #ice-sale_cp_2508 .item-area .goukei .big2 {
    font-size: 1.8rem;
    font-weight: 600;
  }

  #ice-sale_cp_2508 .item-area li .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  #ice-sale_cp_2508 .pic {
    position: relative;
    background: #fbfbfb;
    border-radius: 50%;
    padding: 0.5rem;
    box-sizing: border-box;
  }

  .others {
    padding: 0 0.8rem;
  }

  /*===== animation-area ======*/
  #ice-sale_cp_2508 .pic img {
    will-change: filter;
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.3));
  }
  #ice-sale_cp_2508 .c-pic-item {
    position: relative;
    z-index: -1;
  }
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #ice-sale_cp_2508 .tb-none {
    display: none;
  }
  #ice-sale_cp_2508 .item-area .item-grp .goukei {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #ice-sale_cp_2508 .item-area .goukei .sale-txt {
    grid-area: 1;
    border-radius: 0.5rem;
  }
  #ice-sale_cp_2508 .item-area .item-grp {
    padding: 1rem;
  }
}

@media screen and (min-width: 737px) and (max-width: 1023px) {
  #ice-sale_cp_2508 .tb-none {
    display: none;
  }
  #ice-sale_cp_2508 .date-area {
    width: 90%;
  }
  #ice-sale_cp_2508 .item-area .item-grp {
    padding: 1rem;
    gap: 0.5rem;
  }
  #ice-sale_cp_2508 .item-area .plus {
    width: 1em;
    height: 1em;
    line-height: 1.05em;
  }
  #ice-sale_cp_2508 .item-area .item-grp .goukei {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #ice-sale_cp_2508 .item-area .goukei .sale-txt {
    grid-area: 1;
    border-radius: 0.5rem;
  }
}
