/* オンラインショップ人気商品 */

.top_kojin_reco_pc{
background-color: #FBEFF0;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.kojin_reco_pc{
	margin: auto;
    text-align: center;
    display: block;
    max-width: 1240px;
}

/* オンラインショップ人気商品のタイトル */
.kojin_reco_cnt_title_pc h2{
    color: #D9374B;
    font-size: 34px;
    margin: 0;
    font-weight: bold;
    background-color: unset;
    font-family: "M PLUS Rounded 1c", sans-serif;
}


/* オンラインショップ人気商品の詳細 */
.kojin_reco_cnt_goods_pc{
	margin-top: 38px;
}


.kojin_reco_cnt_goods_pc ul{
	margin: 0;
    padding: 0;
}

.kojin_reco_cnt_goods_pc ul li{
	display: flex;
    align-items: flex-start;
 justify-content: flex-start;
    gap: 20px;
    margin-bottom: 65px;
}

.kojin_reco_cnt_goods_pc ul li a{
	width: 50%;
}

.kojin_reco_cnt_goods_pc ul li img{
	  width: 100%;
  object-fit: contain; 
  display: block;
}

/* 詳細 */

.kojin_reco_cnt_goods_detail_pc{
	width: 50%;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kojin_reco_cnt_goods_detail_pc h2{
	margin: 0;
    background-color: unset;
    color: #D9374B;
    font-size: 20px;
    font-weight: bold;
}

.kojin_reco_cnt_goods_detail_pc p{
    margin: 0;
    color: #484848;
    font-size: 13px;
    margin-top: 4px;
  flex-grow: 1;
}

/* ボタン */
.kojin_reco_cnt_goods_btn_pc{
	margin-top: 27px;
}

.kojin_reco_cnt_goods_btn_pc a{
	display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 15px;
    color: #fff;
    width: 138px;
    height: 40px;
    font-weight: 400;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 15px;
    background-color: #D9374B;
}