/*　---------------------------------------------------------------------------------------------

　   Comming soon 用 20210302作成　使用終了時削除（20210329　特典のみ表示復活）

---------------------------------------------------------------------------------------------　*/
/*　---------------------------------------------------------------------------------------------

　   特典

---------------------------------------------------------------------------------------------　*/
/*
  #benefit_btn a {
    cursor: default;
    border: 4px solid rgba(0, 0, 0, 0.7);
  }

    #benefit_btn a::before {
      opacity: 1;
      content: "Coming Soon";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

      font-size: 120%;
      font-weight: normal;
      color: rgba(255, 255, 255, 1);
      line-height: 2.2;

      background-color: rgba(0, 0, 0, 0.7);
      z-index: 10;
    }
*/

/* ---------------------------------------------------------------------------------------------

　   お客様の声

--------------------------------------------------------------------------------------------- */

.btn--voice{
  cursor: default;
}
.btn--voice.btn::after {
  content: "";
}
.btn--voice.btn:hover {
  color: #c9a873;
}
.btn--voice.btn:hover:before {
  width: auto;
  
}

