@charset "UTF-8";

/* コピーボタンの背景 */
.contents_stj .background_ {
  background-color: #fff;
}

/* コピーボタン */
#coupon_ .coupon_main .copy_btn_wrapper {
  background-color: #8FAFBE;
}

/* 彩度・輝度を20%減少 */
#coupon_ .coupon_main .copy_btn_wrapper div[class^=copy_btn_] {
  background-color: #343A5C;
  filter: drop-shadow(0px 2px 0px #575f62);
}

/*カテゴリーで探す*/
#category_ ul.ctg_container li.ctg_ {
  background-color: #641d1d;
}

/*ブランドごとに探す*/
#brand_ ul.brand_list li.brand_ ul.brd_container li.brd_ {
  background-color: #343A5C;
}

/*ブランドごとに探すKZのみ*/
#brand_ ul.brand_list li.brand_:nth-last-child(1) ul.brd_container li.brd_ {
  background-color: #343A5C;
}

/*公開予定文言*/
#yokoku_{
    padding: 0 20px;
}
#yokoku_ p{
    text-align: center;
}
#yokoku_ .setumei span{
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 12px;
    display: inline-block;
}
#yokoku_ .setumei span{
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 12px;
}
#yokoku_ .tyuui{
    margin-top: 48px;
    margin-bottom: 64px;
}
.br-sp{
    display: none;
}
@media (max-width: 710px){
    .br-sp{
        display: block;
    }
}