@charset "utf-8";

.pc {
  display: block !important;
}
.sp{
  display: none !important;
}

/*試し読みボタンカラー*/
.harusomu{
  background: #31c495 !important;
}


@media (max-width: 1000px) {
  .pc {
    display: none !important;
  }
  .sp{
    display: block !important;
  }

  .trial_sp_bt{
    position: relative;
    display: block;
    text-align: center;
    font-size: 4.5vw;
    color: #fff;
    padding: 3vw;
    border-radius: 2vw;
    letter-spacing: 0.2em;
    margin-top: 2vw;
  }

  .trial_sp_bt:before {
    content: "▶︎";
    float: left;
    font-size: 3vw;
    padding: 1% 0 0;
  }

}