@charset "UTF-8";
/********************************************************************
	小説
********************************************************************/

#onihana0913 button {
    border: none;
    background: none;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* モーダルと背景の指定 */
#onihana0913 .js-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
}

/* モーダルの擬似要素の指定 */
#onihana0913 .js-modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
#onihana0913 .js-modal.is-active{
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
#onihana0913 .modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
  max-height: 730px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  /*scrollbar-color: #f59798 #e0dad7;*/
  background: url(/auto/images/fix/title/onihana/images/pcc/bg_ss.png)no-repeat;
}

#onihana0913 .js-modal .title {
    padding: 2% 7%;
    font-size: 1.5rem;
    position: sticky;
    top: -1px;
    z-index: 9999;
}

/* モーダルを閉じるボタンの指定 */
#onihana0913 .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 4px;
    right: 0;
    width: 45px;
    height: 45px;
    color: #750e0a;
    cursor: pointer;
    font-size: 3rem;
}

/* モーダルのコンテンツ部分の指定 */
#onihana0913 .modal-content{
  text-align: left;
}

/* モーダルのコンテンツ部分のテキストの指定 */
#onihana0913 .modal-content p {
    margin: 1em 0;
    font-size: 1.2rem;
    color: #750e0a;
    padding: 0 3%;
}