@charset "utf-8";
/* CSS Document */
#papicosweater_cp_2606 * {
  min-height: 0vw;
  box-sizing: border-box;
}
/*===============================================
●共通
===============================================*/
#papicosweater_cp_2606 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#papicosweater_cp_2606 :is(ul, ol, li, dl, dt, dd) {
  list-style: none;
  padding: 0;
  margin: 0;
}
#papicosweater_cp_2606 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}
#papicosweater_cp_2606 img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
}
#papicosweater_cp_2606 {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  color: #130402;
  box-sizing: border-box;
  background-color: #3e8535;
}
/*================ text ==============*/
#papicosweater_cp_2606 .date-area {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
}
#papicosweater_cp_2606 .date-area dd span {
  font-size: clamp(0.95rem, 2vw, 1.2rem);
}
#papicosweater_cp_2606 .item-area .name {
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.3rem;
}
#papicosweater_cp_2606 .item-area .price {
  text-align: left;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  display: block;
}
#papicosweater_cp_2606 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
#papicosweater_cp_2606 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 500;
}
#papicosweater_cp_2606 .item-area .txt {
  font-size: clamp(0.92rem, 1.1vw, 1rem);
  text-align: left;
  line-height: 1.6;
  margin-top: .3rem;
}
#papicosweater_cp_2606 .item-area .txt span {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.4;
  display: block;
  margin: 0.2rem 0 0;
}
#papicosweater_cp_2606 .item-area .txt span::before {
  content: "※";
}
#papicosweater_cp_2606 .ttl_h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  position: relative;
  background: #d10303;
  color: #fff;
  margin: 0 auto 2rem;
  padding: .8rem 2rem;
  border-radius: 1rem;
  width: fit-content;
}
#papicosweater_cp_2606 .ttl_h3 {
  text-align: left;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  position: relative;
}
#papicosweater_cp_2606 .c-txt div .fc-list {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  display: block;
  width: 100%;
  text-align: left;
}
#papicosweater_cp_2606 .item-area .area {
  text-align: left;
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  margin: 0.8rem 0 1rem;
}
/*===== main-area ======*/
#papicosweater_cp_2606 main {
  width: 100%;
  height: auto;
  background: #3e8535;
  padding: 0 0 2rem;
}
#papicosweater_cp_2606 .imgbox {
  position: relative;
  z-index: 3;
}
#papicosweater_cp_2606 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#papicosweater_cp_2606 .text-area {
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 3;
  background-color: #ff8600;
  color: #313131;
  margin: 1rem auto 2rem;
}
#papicosweater_cp_2606 .text-area .summary {
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  font-weight: 500;
}
#papicosweater_cp_2606 .text-area .summary span {
  font-weight: 700;
  font-size: clamp(0.95rem, 0.78rem + 1.5vw, 1.6rem);
  width: 75%;
  margin: 0 auto .5rem;
  display: block;
  letter-spacing: -0.03em;
}
#papicosweater_cp_2606 .date-area {
  text-align: center;
  font-weight: 500;
}
#papicosweater_cp_2606 .date-area .cp_date {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-radius: 1rem;
  background-color: #5a2f05;
  border: solid 2px #5a2f05;
  width: 71%;
  margin: 1.5rem auto 0;
  align-items: center;
  overflow: hidden;
  font-weight: 600;
}
#papicosweater_cp_2606 .date-area .cp_date dt {
  color: #fff;
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#papicosweater_cp_2606 .date-area .cp_date dd {
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#papicosweater_cp_2606 .date {
  display: grid;
  grid-template-columns: 4fr 6fr;
  justify-content: center;
  align-items: center;
  background: #fbfbfb;
  width: 70%;
  margin: 0 auto;
  border-radius: 50px;
}
#papicosweater_cp_2606 .date > dt {
  background: #231717;
  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;
  border-radius: 50px 0 0 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#papicosweater_cp_2606 .date > dd {
  color: #231717;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 0;
}
#papicosweater_cp_2606 dd span {
  background: #231717;
  color: #fff;
  border-radius: 50%;
  width: 0.9em;
  height: 0.9em;
  padding: 1rem;
  display: inline-flex;
  justify-content: center;
  margin: 0 0.2rem;
  align-items: center;
}
#papicosweater_cp_2606 .date dd > dl div {
  display: flex;
}
#papicosweater_cp_2606 .date dd > dl div:first-of-type {
  margin: 0 0 0.4rem;
}
#papicosweater_cp_2606 .text-area .text-kome {
  text-align: center;
  margin: 1rem 0 0;
  font-size: clamp(0.8rem, 0.729rem + 0.301vw, 1rem);
}
#papicosweater_cp_2606 .text-area .text-kome ul li::before {
  content: "※";
}
#papicosweater_cp_2606 .text-area .comment-area {
  margin: 1.5rem auto 0;
  text-align: left;
  width: min(100%, 1110px);
}
#papicosweater_cp_2606 .text-area .comment-area .comment-content {
  background-color: #fff;
  padding: 1rem 1.6rem;
  border-radius: 1rem;
  border: solid 2px #5a2f05;
}
#papicosweater_cp_2606 .text-area .comment-area .comment-content dt {
  border-bottom: dotted 4px #5a2f05;
  padding: 0 0 .4rem;
  margin: 0 0 .4rem;
  font-weight: 600;
}
/*===== item-area ======*/
#papicosweater_cp_2606 .item-area {
  width: min(100%, 1110px);
  margin: 0 auto;
}
#papicosweater_cp_2606 .item-area .item-wrap {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 2rem
}
#papicosweater_cp_2606 .item-area .items {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 0;
}
#papicosweater_cp_2606 .item-area .item-grp {
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #ddd;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .1));
  padding: 1rem;
}
#papicosweater_cp_2606 .item-grp .item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
#papicosweater_cp_2606 .item-area .item-grp .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  gap: 0.2rem;
}
#papicosweater_cp_2606 .item-area .pic img {
  border-radius: .8rem;
}
#papicosweater_cp_2606 .item-area .kome-area {
  margin: 1rem 0 0;
  text-align: left;
  font-size: clamp(0.8rem, 0.729rem + 0.301vw, 1rem);
}
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  /*===== common ======*/
  #papicosweater_cp_2606 .pc-none {
    display: none;
  }
  /* 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;
  } */
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  /*===== common ======*/
  #papicosweater_cp_2606 .sp-none {
    display: none;
  }
  #papicosweater_cp_2606 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #313131;
    box-sizing: border-box;
  }
  /* [id^="group"] {
    scroll-margin-top: 54px;
  } */
  #papicosweater_cp_2606 .text-area {
    padding: 1rem 1rem 1.5rem;
    margin: .5rem auto 1rem;
  }
  #papicosweater_cp_2606 .text-area .summary {
    text-align: left;
  }
  #papicosweater_cp_2606 .text-area .summary span {
    width: 100%;
    font-feature-settings: "halt";
    text-align: center;
  }
  #papicosweater_cp_2606 .date-area .cp_date {
    grid-template-columns: 1fr;
    width: 100%;
    border-radius: .8rem;
    margin: 1rem auto 0;
  }
  #papicosweater_cp_2606 .date {
    width: 100%;
    grid-template-columns: 2.8fr 6fr;
  }
  #papicosweater_cp_2606 .date > dt {
    padding: 0.5rem 1rem 0.7rem;
    width: 100%;
  }
  #papicosweater_cp_2606 .date > dd {
    color: #130402;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  #papicosweater_cp_2606 dd span {
    background: #130402;
    color: #fff;
    border-radius: 50%;
    padding: .8rem;
    width: 0.7em;
    height: 0.7em;
    line-height: 0.2em;
  }
  #papicosweater_cp_2606 .ttl_h2 {
    width: 50%;
    margin: 1rem auto;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  #papicosweater_cp_2606 .text-area .text-kome {
    margin: .6rem auto 0;
    text-align: left;
  }
  #papicosweater_cp_2606 .text-area .comment-area {
    margin: 1rem auto 0;
  }
  #papicosweater_cp_2606 .text-area .comment-area .comment-content {
    padding: 1rem;
  }
  /*===== item-area ======*/
  #papicosweater_cp_2606 .item-area {
    width: 92%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #papicosweater_cp_2606 .item-area .item-wrap {
    border-radius: 1rem;
    padding: 1rem;
  }
  #papicosweater_cp_2606 .item-area .items {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0;
  }
  #papicosweater_cp_2606 .item-grp .item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0;
  }
  #papicosweater_cp_2606 .item-area li .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  #papicosweater_cp_2606 .kome {
    font-size: 0.8rem;
  }
  .others {
    padding: 0 0.8rem;
  }
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #papicosweater_cp_2606 .item-area {
    width: min(90%, 1100px);
  }
  #papicosweater_cp_2606 .item-area .item-wrap {
    padding: 3rem;
  }
  #papicosweater_cp_2606 .item-grp .item {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 737px) and (max-width: 1023px) {
  #papicosweater_cp_2606 .date {
    width: 80%;
  }
  #papicosweater_cp_2606 .item-area {
    width: min(95%, 1100px);
  }
  #papicosweater_cp_2606 .item-area .item-wrap {
    padding: 2rem 1rem;
  }
  #papicosweater_cp_2606 .item-area .txt {
    min-height: 100px;
  }
}