:root {
  --frozen-jelly01: #122c8a;
}

/*上書きリセットcss*/

/*上書きリセットcss*/
div.product_box {
  padding-top: 30px;
}
div.product_box div.center{
  padding-bottom: 0px;
}
div.product_about_box{
  position: relative;
    top: -80px;
}
div.about_grid p {
    text-align: left;
    font-size: 20px;
}

@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: #c3e1ed;
  background: linear-gradient(180deg, #fff 30%, #c3e1ed 100%);
}

/*白枠のタイトル*/
div.product_about_box h4 {
  background: #c3e1ed;
  color: var(--frozen-jelly01);
}

div.product_about_box h5 {
  display: inline-block;
  padding: 0 15px 0 30px;
  margin: 30px auto 20px;
  color: var(--frozen-jelly01);
  font-size: 28px;
  font-weight: 700;
  position: relative;
  border: none;
}
div.product_about_box h5::before,
div.product_about_box h5::after{
  content: "";
  display: block;
  width: 6px;
  height: 28px;
  line-height: 1.35;
  border-left: 2px solid var(--frozen-jelly01);
  border-right: 2px solid var(--frozen-jelly01);
  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 h5 {
  font-size: 6vw;
}

}



/*コンテンツ内容*/

div.about_item {
  max-width: 800px;
}
@media screen and (max-width:768px) {

  div.about_item {
    max-width: 400px;
    margin: auto;
  }

}



div.about_grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 800px;
}

div.about_grid div.about_item {
  margin: 0 0 auto;
}

div.about_grid div.about_grid p {
  text-align: left;
  font-size: 20px;
}

div.about_grid p.about_item_label {
  display: block;
  width: 100%;
  margin: 20px 0 10px;
  padding: 10px 20px;
  background: #e6e6e6;
  color: var(--frozen-jelly01);
  ;
  font-weight: 700;
}

div.about_grid p.about_item_text {
  text-align: left;
  font-size: 18px;
  color: var(--frozen-jelly01);
}

div.about_grid p.about_item_come {
  display: block;
  font-size: 14px;
  color: #adadad;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width:768px) {
  div.about_item {
    max-width: 400px;
    margin: auto;
  }

  div.about_grid {
    grid-template-columns: 1fr;
    gap: 10px
  }

  div.about_grid div.about_item {
    max-width: 400px;
    margin: auto;
  }

  div.about_grid div.about_item img{
  width: 70%;
  margin: auto;
}
div.about_grid p.about_item_title,
  div.about_grid p.about_item_label,
  div.about_grid p.about_item_text {
    font-size: 16px;
  }

  p.about_item_title.sp {
    margin-bottom: 10px;
  }
}



/*チラシはこちらのボタン*/
div.flyerBtn a {
  background: var(--frozen-jelly01);
}