.in_item_box{
    margin-top: 100px;
    margin-bottom: 60px;
    background-color: rgb(243, 227, 137); 
    height: 1000px;
  }


  .circle-1 {
  color: #fff;
  padding: 5%;
  width: 180px;
  height: 180px;
  margin: 0 -15px;
  mix-blend-mode: multiply;

  background: rgb(238, 158, 152);
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}

.circle-1 h1{
  font-size: 35px;
}



.circle-2 {
  color: #fff;
  padding: 5%;
  width: 190px;
  height: 190px;
  margin-left: 300px;

  background: rgb(248, 244, 244,0.80);
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}


.right{
  margin-left: 700px;
  padding: 70px;
}

.right p{
  margin-right: 30px;
  margin-top: -400px;
  font-size: 20px;
  position: absolute;
}




.item-imag_box{
    margin-left: 100px ;
    width: 600px;
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  600px;       /* ※縦横を同値に */
    height: 600px;      /* ※縦横を同値に  */
    position: absolute;
    top: 460px;
    left: 50px;
}

.item_img-t{
  display: flex;
}

.circle-1,.item-imag_box{
  margin-left: 80px;
  margin-top: 50px;
}



/* ボタン */
.cart_btn{
  margin-left: 160px;
  margin-top: -100px;
  font-size: 15px;
  width: 150px;
  padding: 10px;
}

/* bxslider */
/* .sliderBox .bxslider img{width: 100%;
height: 400px;
} */

