:root {
  --stick-cake01: #ed5151;
}

/*上書きリセットcss*/
div.product_box {
  padding-top: 30px;
}
div.product_box div.center{
  padding-bottom: 0px;
}
div.product_about_box{
  position: relative;
    top: -80px;
}


@media screen and (min-width:769px) {
  div.product_box.stick-sherbetGrp::before {
    height: 43%;
  }

  div.product_box.stick-sherbetGrp:after {
    height: 30%;
  }

}

@media screen and (max-width:768px) {
  div.product_box div.center{
  padding-bottom: 30px;
}
}
@media screen and (max-width:500px) {
  div.product_about_box{
    top: -60px;
  }
  div.product_box div.center{
  padding-bottom: 50px;
}
}

/*各ページ：凍らせて!フローズンゼリー*/
/*シェイプ*/
svg.shape02{ 
  fill: #fff;
}


/*グラデ背景*/
div.product_about {
  background: #fae2ea;
  background: linear-gradient(180deg, #fff 30%, #fae2ea 100%);
}

/*白枠のタイトル*/
div.product_about_box h4 {
  background:var(--stick-cake01); 
  color: #fff;
}

div.product_about_box h5 {
  display: inline-block;
  padding: 0 15px 0 30px;
  margin: 30px auto 20px;
  color: var(--stick-cake01);
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
div.product_about_box h5::before,
div.product_about_box h5::after{
  content: "";
  display: block;
  width: 3px;
  height: 28px;
  line-height: 1.35;
  border-left: 2px solid var(--stick-cake01);
  border-right: 2px solid var(--stick-cake01);
  position: absolute;
  bottom: 5%;
}
div.product_about_box h5::before{
  left: 0;
  transform: rotate(-20deg);
}
div.product_about_box h5::after{
  right: 0;
  transform: rotate(20deg);
}
@media screen and (max-width:500px) {

div.product_about_box h4 {
  font-size: 4.5vw;
}

}



/*コンテンツ内容*/

div.about_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.about_item{
  width: calc(calc(100% / 3) - 20px);
  margin: 10px;
  padding: 10px 20px 20px;
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
  /* border-radius: 20px; */
}
div.about_item_img{
  max-width: 200px;
}
p.about_item_title{
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0.5em 0;
}
p.about_item_text{
  font-size: 14px;
  color: #793f24;
  text-align: justify;
}
p.about_item_material{
  display: block;
  margin-top: 15px;
  padding-top:10px;
  border-top: 1px dashed #414141;
  font-size: 14px;
  text-align: left;
  color: #414141;
}

/*オレンジケーキ*/
div.about_item.orange{
background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20250602/contents_stick-cake_bg_2.png)repeat center / 60px, rgba(250, 160, 15,0.3);
}
div.orange p.about_item_title{
  color: #ed5b0e;
}
/*ミックスベリーケーキ*/
div.about_item.mixberry{
background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20250602/contents_stick-cake_bg_2.png)repeat center / 60px, rgba(165, 140, 235,0.3);
}
div.mixberry p.about_item_title{
  color: #9128c2;
}/*キャラメルアップルケーキ*/
div.about_item.caramelapple{
background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20250602/contents_stick-cake_bg_2.png)repeat center / 60px, rgba(255, 120, 130,0.3);
}
div.caramelapple p.about_item_title{
  color: #ef415a;
}/*抹茶ショコラケーキ*/
div.about_item.matcha{
background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20250602/contents_stick-cake_bg_2.png)repeat center / 60px, rgba(120, 160, 35,0.3);
}
div.matcha p.about_item_title{
  color: #5d800e;
}/*ニューヨークブラウニー*/
div.about_item.brownie{
background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20250602/contents_stick-cake_bg_2.png)repeat center / 60px, rgba(165, 75, 35,0.3);
}
div.brownie p.about_item_title{
  color: #a74b24;
}


@media screen and (max-width:768px) {
  div.about_flex{
    justify-content: space-between;
  }
div.about_item{
  width: calc(calc(100% / 2) - 10px);
  margin: 5px;
  padding: 10px 15px 15px;
  border-radius: 15px;
}
p.about_item_title{
  font-size: 16px;
}
p.about_item_text{
  font-size: 14px;
  color: #3f3f3f;
}
}

@media screen and (max-width:500px) {
  div.about_flex{
    justify-content: space-between;
  }
div.about_item{
  width: calc(100% - 10px);
  max-width: 275px;
  margin: 5px auto;
  padding: 10px 15px 15px;
  border-radius: 15px;
}
p.about_item_title{
  font-size: 16px;
}
p.about_item_text{
  font-size: 14px;
  color: #3f3f3f;
}
}



/*キャッチコピー*/
div.catchcopyGrp{
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  max-width: 800px;
  margin:40px auto;
}
div.catchcopy_item p{
  text-align: left;
  color: var(--stick-cake01);
}
div.catchcopy_item p.catchcopy_title{
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
}
div.catchcopy_item p.catchcopy_text{
  font-size: 20px;
}

@media screen and (max-width:768px) {
 div.catchcopyGrp{
  grid-template-columns: 1fr;
  max-width: 350px;
 }
 div.catchcopy_item p.catchcopy_title{
  text-align: center;
  font-size: 24px;
 }
 div.catchcopy_item p.catchcopy_text{
  font-size: 16px;
 }
}
@media screen and (max-width:400px) {
 div.catchcopy_item p.catchcopy_title{
  font-size: 6vw;
 }
}

/*チラシはこちらのボタン*/
div.flyerBtn a {
  background: var(--stick-cake01);
}