@charset "utf-8";
/*============================

ボディちゃんDX SETぺージ用css PC

============================*/

/*全体
=====================*/

/*--見出し--*/
#itemdtl_features .itemdtl_subtitle {
    background: url(/img/dx_item/20211119_body_yabuki_dx/body_bg_ttl.png) no-repeat center;
    padding: 30px 0;
    margin: 0;
    background-size: 100%;
    color: #fff;
}

#itemdtl_features .itemdtl_subtitle._underline::before {
  display: none;
}

/* メイン */
#itemdtl_main{
  margin-top: 0;
  padding-top: 60px;
}

#item_images span{
  background: #eaeaea;
}

#item_outline .item_outline_txt{
  border-top: 2px solid #efd1d1;
  border-left: 2px solid #efd1d1;
}

#item_outline .item_outline_txt dt,
#item_outline .item_outline_txt dd{
  border-bottom: 2px solid #efd1d1;
  border-right: 2px solid #efd1d1;
}

#item_outline .item_outline_txt dt{
  color: #fff;
  background: #ff65c7;
}

#item_outline .item_outline_txt dd{
  background: #ffecec;
}

/* ページ内リンク */
#itemdtl_link .p_link li a{
    background: #ff69e5;
    border-color: #ff69e5;
    color: #fff;
}

#itemdtl_link .p_link li a:after{
  border-color: #fff;
}

#itemdtl_link .p_link .btn_link a:after {
    background: #fff;
}


/* 商品の特長 */
#itemdtl_features{
  margin-top: 0;
  position: relative;
}

#itemdtl_features::after{
  position: absolute;
  top: -270px;
  bottom: -130px;
  left: 0;
  right: 0;
  content: '';
  display: block;
  background: url(/img/dx_item/20211119_body_yabuki_dx/bodydx_bg.png) no-repeat top center;
  background-size: cover;
  z-index: -1;
}

#itemdtl_features .itemdtl_inner{
  background: rgba(255,255,255,.7);
}

.itemdtl_news_img_area{
  padding-bottom: 70px;
}

.itemdtl_news_img_area .news_img_01{
  padding: 0 20px;
}

.itemdtl_news_txt_area{
  margin: 0;
  padding: 10px 20px;
}

#itemdtl_info{
  margin-bottom: 70px;
}

#notice{
  margin-top: 70px;
}

#itemdtl_brand.itemdtl_contentsarea{
  margin-bottom: 60px;
}

.bnr_catalog{
  padding: 70px 0 200px;
  text-align: center;
}

.bnr_body{
  text-align: center;
}

#itemdtl_chara.itemdtl_intro .intro_txt{
  width: 100%;
  border: none;
  padding: 0;
}


/* 20220520 動画追加 */
#itemdtl_features .yt {
    text-align: center;
    margin: 20px auto;
}
