.cocorostore_detail a {
  color: #000;
  text-decoration: none;
}

.cocorostore_detail .mv-img200 {
  max-height: 200px;
}

.cocorostore_detail .sub-img200 {
  max-height: 200px;
}

.cocorostore_detail .sub-img207 {
  height: 207px;
}

.cocorostore_detail .sub-img170 {
  max-height: 170px;
}

.text-line01 {
  background: linear-gradient(transparent 75%, #57846c 65%)
}

.textstyle01 {
  font-family: 'Noto Serif JP';
}

.ingredient02 {
  max-width: 450px;
}

.annotation {
  color: #00a0e9;
}

.volume-height {
  height: 207px;
}

.btn-buy01 {
  background-color: #c9338e;
  max-width: 170px;
  border-radius: 2px;
  color: #fff;
}

/* カラム調整 */
.flex {
  display: flex;
  justify-content: space-around;
}

.box {
  display: flex;
  flex-direction: column;
}

.box_inner {
  flex-grow: 0.2;
  display: flex;
  flex-direction: column;
}

.box h3 {
  flex-grow: 1;
}

@media screen and (min-width:1100px) {
  .box_inner {
    flex-grow: 0;
  }
}

@media screen and (max-width:800px) {
  .volume-height {
    height: 145px;
  }
}

@media screen and (max-width:767px) {
  .ingredient02 {
    max-width: 250px;
  }

  .cocorostore_detail .sub-img200 {
    height: 230px;
  }

  .cocorostore_detail .sub-img170 {
    height: 200px;
  }

  /* .volume-height {
        height: 175px;
      } */
}