﻿
/* 2018ary
-----------------------------------------------------------------------------------------------------------*/


*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html{
    font-szize:10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
html,body,div,dl,dt,dd,ul,ol,li,code,form,fieldset,input,textarea,p,blockquote,th,td,h1,h2,h3,h4,h5,h6,a{
    border:0;
    margin:0;
    padding:0;
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight:normal;
    letter-spacing: 0.1rem;
    line-height:2.3rem;
    -webkit-text-size-adjust: 100%;
}
ul{
    list-style-type: none;
}
a{
    cursor:pointer;
    transition: all 0.3s;
    color:#bf0808;
    font-weight:600;
    text-decoration: underline;
}
a:hover{
    opacity: 0.8;
}
a.btn{
    background-color:#bf0808;
    color:#fff!important;
    border-radius: 5px;
    text-align:center;
    text-decoration: none;
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;
    touch-action: manipulation;*/
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

body{background-color: #660808;}

img{
    max-width:100%;
    height:auto;
}
.cf:after {
    content: "";
    clear: both;
    display: block;
}
.pc	{ display:inline!important; }
.mb	{ display:none!important; }
@media screen and (max-width: 768px) {
.pc	{ display:none!important; }
.mb { display:inline!important; }
}

#wrap{
    max-width:768px;
    height:auto;
    margin:0 auto;
    padding-top:70px;
    background-color: #000000;
    font-size:1.2rem!important;
    overflow:hidden;
}
@media screen and (max-width: 480px) {
    #wrap{
        padding-top:50px;
    }
}
#contents{
    width:100%;
}

.center{
    text-align:center;
}

sup{
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: block;
    margin: 15px auto;
    color:#888;
}

.ad{
    text-align:center;
    margin:20px auto;
    width:100%;
}

/* ---- header-new --------------------------------*/
.div_header{
    max-width: 768px;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%, 0%);
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 9999;
    background-size: cover;
    background-color:rgba(0,0,0,0.9);
}
.div_header h1{
    margin: 0 auto;
    padding: 0;
    font-size: 1em;
    line-height: 0;
    height:auto;
    text-align:center;
    padding: 0 0 0 0;
    width:65%;
}
.div_header h1 a{
    display: inline-block;
}
.div_header h1 img{
    width: auto;
}
#btn_setting,#btn_home{
    position: absolute;
    top:0;
    left:0;
    width:15%;
    height:100%;
    text-align:left;
}
#btn_fav,#btn_regist{
    position: absolute;
    top: 0px;
    right: 0px;
    width:15%;
    height:100%;
    text-align:right;
}
#btn_setting img,#btn_home img,#btn_fav img,#btn_regist img{
    width:auto;
    height:100%;
}

@media screen and (min-width: 768px) {
    #btn_setting img,#btn_fav img,#btn_regist img,#btn_home img{
        width:auto;
        height:auto;
    }
}
.navbar-offcanvas{
    position: fixed;
    width:100%;
    max-width: 220px;
    top: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    background-color: rgba(10,10,10,0.85);
    color: #fff;
    font-size: 0.7em;
    font-weight: normal;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    z-index:-2;
}
.navbar-offcanvas.offcanvas-transform.in{
    z-index:999;
    opacity: 1;
    box-shadow: 10px 0px 20px rgba(0,0,0,0.9);
    padding-bottom:100px;
    border-right: 1px solid #555;
}
.navbar-offcanvas .li_link{
    height: 4em;
    padding: 0 10px;
    border-bottom: 1px solid #555;
    font-size: 12px;
    display: block;
    font-weight: normal;
    text-decoration: none;
}
.navbar-offcanvas .li_link_sub{
    color:#aaa;
    font-size: 11px;
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 10px;
    line-height:200%;
}
@media screen and (min-width: 768px) {
    .navbar-toggle{
        display:block;
    }
    .navbar-header{
        float:none;
    }
}
.navbar-offcanvas .li_link > span{
    line-height: 4em;
    color:#fff;
}
.navbar-offcanvas .li_link .fa-caret-right,.navbar-offcanvas .li_link .drawer-caret{
    top: 5px;
    display: inline-block;
    font-size: 16px;
    float: right!important;
    color: #c2c1c7 !important;
    line-height: 4rem;
    top: 4px;
    position: relative;
    border:none;
    width:auto;
    height:auto;
    -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: transform .2s ease,opacity .2s ease;
    transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.offcanvas-stop-scrolling{
    height: 100%!important;
    overflow: hidden!important;
}
.offcanvas-stop-scrolling:after{
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:rgba(0,0,0,0.3);
    width:100%;
    height:100%;
}
.navbar-offcanvas .drawer-dropdown{
    border-bottom: 1px solid #ccc;
}
.navbar-offcanvas .drawer-dropdown a{
    text-decoration: none;
}
.navbar-offcanvas .drawer-dropdown-menu{
    background-color:rgba(255,255,255,0);
    width:auto;
    display:none;
}
.navbar-offcanvas .drawer-dropdown.open .drawer-dropdown-menu{
    display:block;
}

.navbar-offcanvas .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navbar-offcanvas .drawer-dropdown-menu-item{
    line-height: 2.5rem;
    font-size: 1.2rem;
    width: 100%;
    font-weight: normal;
    color:#6a6247;
    display:block;
    padding-left:20px;
}
.navbar-offcanvas .drawer-dropdown-menu li:last-child{
    margin-bottom:10px
}
.navbar-offcanvas .drawer-dropdown .drawer-menu-item{
    border-bottom:none;
}

.navbar-offcanvas.offcanvas-transform.js-offcanvas-done{
    height: 100%!important;
}
.navbar-toggle{
    margin-top:0;
    padding:0;
    margin:0;
    border:0;
    border-radius:0;
}
@media screen and (min-width: 768px) {
  .navbar-offcanvas {
    max-width: 250px;
  }
  .navbar-offcanvas .li_link {
    font-size: 16px;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    font-size: 20px;
    line-height: 3.5rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 2.5rem;
    font-size: 1rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu li:last-child {
    margin-bottom: 20px
  }
}
@media screen and (max-width: 320px), screen and (max-height: 450px) {
  .navbar-offcanvas .drawer-dropdown-menu {
    display: block;
  }
  .navbar-offcanvas .drawer-dropdown .drawer-menu-item {
    pointer-events: none;
  }
  .menu_garapho {
    display: none !important;
  }
  .navbar-offcanvas .li_link {
    height: 3em;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    line-height: 3rem;
  }
  .navbar-offcanvas .li_link > span {
    line-height: 3.6rem;
  }
}

/* ----  --------------------------------*/

/*roop_contents*/
.box3{
    width : 33.33333%;
    width : -webkit-calc(100% / 3);
    width : calc(100% / 3);
}
.box4{
    width : 25%;
    width : -webkit-calc(100% / 4);
    width : calc(100% / 4);
}
.float{
    float:left;
}

/* ----sensei btn ------------------------------------*/
#more_read_btn {
    color: #bf0808;
    padding: 8px 0px;
    margin: 0 auto;
    font-weight: bold;
    border: solid 1px #bf0808;
    border-radius: 3px;
    text-align: center;
    width: 90%;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    font-family: 'Sawarabi Mincho', 'Georgia',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    cursor: pointer;
    background-color:rgba(191,8,8,0.2);
    text-shadow: 0px 0px 2px #bf0808;
}
@media screen and (min-width: 768px) {
    #more_read_btn {
        padding: 15px 0px;
        font-size: 2.2rem;
    }
}
.afraid_mark {
    font-size: 1.4rem;
    padding: 2px 10px;
    border: solid 1px rgba(191,8,8,1);
    border-radius: 10px;
    width: 25%;
    text-align: center;
}
.afraid_mark.active{
    background-color: rgba(191,8,8,0.7);
    color:rgba(255,255,255,0.8);
}

/*.last_story_history:active,.story_list_tr:active,.last_story_history:hover,.story_list_tr:hover,#more_read_btn:active,#more_read_btn:hover{
    background-color:rgba(191,8,8,0.4);
}*/
.last_story_history:active,.story_list_tr:active,#more_read_btn:active,#more_read_btn:hover{
    background-color:rgba(191,8,8,0.4);
}

/* ----sensei list_p ------------------------------------*/
p.desc{
    font-size:1.4rem;
    color:#888;
    letter-spacing: 0.5px;
}
p.story_size{
    font-size: 1.4em;
    float: left;
    /*color:#bf0808;*/
    color:red;
    margin:5px 0;
}
p.story_fav{
    font-size: 1.4em;
    float:right;
    /*color:#bf0808;*/
    color:red;
    margin:5px 0;
}

/* ----sensei story_list ------------------------------------*/
.story_list_table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    /* border: 3px solid #232020; */
}

.story_list_tr {
    background-color: #000000;
    border-width: 1px 0 0 0;
    border-color: #555;
    border-style: solid;
}
.story_list_tr td.left{
    width:40%;
    text-align:center;
}
.story_list_tr td.left .story_list_img {
    display:inline-block;
    padding:10px;
}
.story_list_tr td.right{
    width:60%;
    padding-right: 5px;
}
.story_list_tr h3{
    color:#fff;
    font-size:1.45rem;
    margin:5px auto;
    line-height: 140%;
}
.story_list_tr p.desc{
    font-size:1.28rem;
}
.story_list_tr p.story_size{
    font-size: 1.2em;
    margin:15px 0 3px 0;
}
.story_list_tr p.story_fav{
    font-size: 1.2em;
    margin:15px 5px 0 0;
}
.story_list_tr .afraid_mark{
    font-size:1.2rem;
}
.story_list_tr.active{
    background-color:rgba(191,8,8,0.4);
}
.story_list_table .adbnr{
    border-top:1px solid #555;
    border-bottom:1px solid #555;
}

@media screen and (min-width: 768px) {
    .story_list_tr h3{
        font-size:1.9rem;
    }
    .story_list_tr p.desc{
        font-size:1.8rem;
    }
    .story_list_tr p.story_size{
        font-size: 1.7rem;
    }
    .story_list_tr p.story_fav{
        font-size: 1.7rem;
    }
    .story_list_tr .afraid_mark{
        font-size:1.7rem;
    }
    .story_list_tr td.right{
        width:60%;
        padding-right:20px;
    }
}
