@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura&family=Meddon&family=Noto+Sans+JP&display=swap');

@font-face
{
font-family:"ロゴたいぷゴシック-コンデンスド" ;
src: url('https://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff2')
     format("woff2");
}

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
    -webkit-appearance: none;
}


body {
    font-family: HiraKakuPro-W3, 'メイリオ', "Noto Sans JP", verdana, sans-serif;
    color: #555;
    background-color: #f5f5f5;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.wrp {
    max-width: 500px;
    position: relative;
    padding: 2em 2% 0;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f5f5f5;
    white-space: pre-wrap;
}

a {
    color: #b59c36;
    transition: 0.2s;
}

a:hover {
    color: #ded198;
}

/* 表紙ページ */
h1 {
    font-size: 18px;
    letter-spacing: 0.25em;
    font-weight: 600;
    margin: 1em auto -30px;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 5px;
}

.top {
    width: 100%;
    text-align: center;
    padding: 0;
}

.line {
    color: #b59c36;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 30px;
}

.line img {
    width: 15px;
}

.dream input {
    width: 8em;
    margin-right: 10px;
    padding: 2px 5px 1px;
    line-height: normal;
}

.dream input[type="submit"] {
    width: auto;
    padding: 0px 10px;
    line-height: normal;
}

main {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 auto;
}

main br {
    display: none;
}

.novel-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 5%;
    justify-content: space-between;
}

.novel-list li {
    width: 30%;
}

.novel-list .stone {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.3s;
}

.novel-list img {
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.novel-list p {
    line-height: 1.2em;
    font-size: 12px;
    color: #999;
}

.novel-list p br {
    display: block;
}


/* 目次ページ */
.stone-l {
    width: 120px;
}

.novel-ttl {
    font-family:"ロゴたいぷゴシック-コンデンスド", HiraKakuPro-W3, 'メイリオ', verdana, sans-serif;
    font-size: 18px;
    margin: 20px auto 10px;
    color: #b59c36;
}

.story-list {
    width: 500px;
    text-align: left;
}

.story-list br {
    display: block;
}

.story-list img {
    width: 16px;
    vertical-align: middle;
}

.story-list a {
    line-height: 16px;
}

.story-list p {
    font-size: 12px;
    color: #999;
    margin: 15px 0;
}
.story-list p::first-line {
    color: #555;
}

.text {
    width: 350px;
    text-align: left;
    padding-bottom: 20px;
    margin: 0 auto;
}

.chapter {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.chapter+.chapter {
    margin-top: 40px;
}

.chapter h2 {
    background: repeating-linear-gradient(135deg, #e0e0e0, #e0e0e0 1px, #f5f5f5 1px, #f5f5f5 4px);
    padding: 6px 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* 本文 */
h3 {
    font-family:"ロゴたいぷゴシック-コンデンスド", HiraKakuPro-W3, 'メイリオ', verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    background: repeating-linear-gradient(135deg, #ebdda9, #ebdda9 1px, #f5f5f5 1px, #f5f5f5 4px);
    padding: 8px 25px;
    margin-bottom: 40px;
}

.novel {
    text-align: left;
    margin-top: 20px;
}

.novel br {
    display: block;
}

.novel-text {
    padding-bottom: 60px;
}

.novel-text m {
    color: #999;
    font-size: 12px;
}

.novel-text c {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.page{
    border-top: 1px #555 dotted;
    padding-top: 10px;
    text-align: center;
}

/* フッター */
footer{
    text-align: center;
    margin-bottom: 7px;
}

input[type],textarea{
    height: 2em;
    width: 100%;
    letter-spacing: 1px;
    background: #fff;
    border: solid 1px #b59c36;
    border-radius: 2px;
    -webkit-appearance: none;
    box-shadow: none;
}

input[type=text]{
    height: 2em;
    width: 80px;
    padding: 3px;
    margin: 5px 5px 0;}

input[type=submit]{
    font-weight: normal;
    height: 2em;
    width: auto;
    cursor: pointer;
    text-shadow: none;
    border: solid 1px #b59c36;
    background: #b59c36;
    color: #fff;
    padding: 0 5px;
}

input[type=submit]:hover{
    background-color: #262626;
    color: #fff;
}

/* 500px以下のデバイス */
@media screen and (max-width: 500px) {
    .wrp{
        padding: 45px 8% 0;
    }

    .top{
        padding: 0;
    }

    main{
        margin-top: 0;
        padding: 0;
    }

    .dream input{
        line-height: normal;
    }

    .novel-list{
        gap: 50px 3%;
    }

    .story-list{
        max-width: 500px;
        width: 100%;
    }

    .story-list br {
        display: block;
    }

    .story-list a{
        line-height: 18px;
    }

    .novel-list li{
        width: 46%;
    }

    .novel-cover {
        padding-top: 40px;
    }

    .novel-cover main{
        padding: 0;
    }

    .text {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }

    .stone-l{
        width: 80px;
    }

    .chapter{
        width: 100%;
    }
}

@media screen and (min-width:768px) {

    body {
        font-family: "Noto Sans JP", 'メイリオ', verdana, sans-serif;
        font-size: 14px;
        letter-spacing: 2.2px;
        line-height: 26px;
    }

    .novel-cover {
        margin-top: 1em;
    }
}