@charset "UTF-8";

/* Template & Designed by Orihashi Ren */
/* http://kerry.php.xdomain.jp/ */

/* webフォント */
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Meddon|Noto+Serif+JP&display=swap');

/* 全体設定 */
* {
    padding: 0;
    margin: 0;
    font-weight: 400;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
*::-webkit-scrollbar{  /* Chrome, Safari 対応 */
    display: none;
}
@-ms-viewport {
    width: device-width;
}

/* 基本設定 */

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1.7;
    font: inherit;
    vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;}
html,body {
    padding:0;
    margin:0;
    height: 100%;
}
html {
    font-size: 14pt;
}
@media screen and (max-width: 1680px) {
    html {
        font-size: 12pt;
    }
}
@media screen and (max-width: 1280px) {
    html {
        font-size: 11pt;
    }
}
@media screen and (max-width: 360px) {
    html {
        font-size: 10pt;
    }
}
body {
    width: 100%;
    text-align: justify;
    word-wrap: break-word; /* 禁則処理 */
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%; /* Safari横向き対策 */
    background-color: #fff;
    color: #231d25;
    font-family: '游明朝', TsukuAntiqueLMinStd-L,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}
body, input, select, textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.075em;
    color: #231d25;
}

/* リンク */

a {
    text-decoration: none;
    background: linear-gradient(transparent 60%, #BADCAD 40%);
    color: #1F3134;
cursor:help;
}
   a:hover {
        transition: .5s;
        text-shadow: 0 0 3px #043c78;
        color: transparent;
    }

/* 文字装飾 */
strong, b, .b {
    font-weight: 700; /*太字*/
}
strong {
    color: #E20613;
}
em, i {
    font-style: italic; /*斜体*/
}
em {
    border-bottom: 1px dashed #E20613;
}

/* text */
p {
    text-align: justify;
    margin: 0 0;
    padding: 0rem 0;
    font-size: 13px;
    line-height: 1.7rem; /*行間*/
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Libre Baskerville', TsukuAntiqueLMinStd-L,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.05em; /*文字間隔*/
    color: var(--text-color-headline);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    border-bottom: 0;
    color: inherit;
    text-decoration: none;
}
h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin: .5rem 1rem .5rem;
}
h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin: .5rem 1rem .5rem;
}
h3 {
    font-size: 1.5rem;
    margin: .5rem 1rem .5rem;
}
h4 {
    font-size: 1.2rem;
    margin: .5rem 1rem .5rem;
}
h5 {
    font-size: 1.1rem;
    margin: .5rem 1rem .5rem;
}
h6 {
    font-size: 0.9rem;
    margin: .5rem 1rem .5rem;
}

/* 上付き */
sub {
    font-size: 0.6rem;
    position: relative;
    top: 0.5rem;
}
/* 下付き */
sup {
    font-size: 0.6rem;
    position: relative;
    top: -0.5rem;
}

/* マーカー */
mark {
    display: inline-block;
    padding: .2rem .5rem;
    margin: .5rem 0;
    background: linear-gradient(transparent 0%, #507EA4 0%);
    color: #fff;
}

/* 引用 */
blockquote {
    position: relative;
    padding: 5px 15px 5px 55px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 0px;
    color: #fff;
    background: rgba(255,255,255,.3);
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 38px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: rgba(255,255,255,1);
    font-size: 18px;
    line-height: 30px;
    background: #A8C97F;
    font-weight: 900;
}
blockquote:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #A8C97F;
    border-right: 19px solid #A8C97F;
    border-bottom: 10px solid transparent;
}
blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    font-size: 0.9em;
    color: #888888;
}

/* コード */
code {
    border: none;
    font-family: "Courier New", monospace !important;
    margin: 0 .25rem;
    padding: .25rem .65rem;
    background: rgba(220, 220, 220, 0.25);
    border-color: #eeeeee;
}
pre {
    width :100% !important;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    font-family: "Courier New", monospace !important;
    margin: 0 0 2rem 0;
}
pre code {
    width: 100% !important;
    overflow-x: auto;
    display: block;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    box-sizing: border-box !important;
}

/* 区分線 */
hr {
    border: 0;
    border-bottom: solid 2px;
    margin: 3rem 0rem;
    border-bottom-color: var(--border);
}

/* 文字揃え */
/*  <span class="align-center">例</span> 等と使用してください  */
.align-left {
    text-align: left;
}
.align-center,
.align-center p {
    text-align: center;
}
.align-right {
    text-align: right;
}

/* Box */
.box {
    text-align: center;
    width: 100%;
    height: auto;
    margin: 3rem 0rem;
    padding: 1.5rem;
    border: 1px solid #877F6C;
    border-radius: 0px;
    background: transparent;
}
.box > p {
    padding: 0 0;
}

/* lists */
ol, ul {
    text-align: left;
    margin: .5rem 0;
    list-style: none;
}
.list_no {
    list-style: none;
}
.list_un {
    list-style: disc;
}
.list_or {
    list-style: decimal;
}
.list_no > li,
.list_un > li,
.list_or > li {
    margin: .5rem 0 .5rem 2rem;
    padding-left: .5rem;
    text-align: left;
}
.float li {
    float: left;
    margin: 0 0.3em;
}
.float:after {
    display: block;
    content: '';
    clear: both
}

/* dl */
dl {
    text-align: left;
}
.dltype1 {
    text-align: left;
    margin: 0.5rem 1rem;
}
.dltype1 > dt a,
.dltype1 > dt {
    color: #F3D2AC !important;
    font-size: 13px;
    border-bottom: none;
}
.dltype1 > dd {
    margin-left: 1.3rem;
    font-size: 12px;
    color: #fff;
}

/* table */
.table_div {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin: 0 0rem;
}
table {
    margin: 0rem 0rem;
    width: 100%;
}
table thead {
    border-bottom: solid 2px #A8C97F;
}
table tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0;
    border-color: #A8C97F;
}
table tbody tr:nth-child(odd) {
    background-color: rgba(220, 220, 220, 0.25);
}
table td {
    padding: 0.75rem 0.75rem;
}
table th {
    font-family: 'Libre Baskerville', TsukuAntiqueLMinStd-L,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.5;
    padding: 0 0.75rem 0.75rem 0.75rem;
    text-align: left;
}
table tfoot {
    border-top: solid 2px;
    border-top-color: #eeeeee;
}
@media screen and (max-width: 980px) {
    table th {
        font-size: 0.9rem;
    }
}

/* link button */
.link {
    display: inline-block;
    height: 25px;
    line-height: 21px;
    margin: .2rem auto;
    padding: .1rem .3rem;
    border: 1px solid #877F6C !important;
    transition: all .5s
}
.link:hover {
    background-color: #877F6C;
    color: #fff!important;
}
.btn {
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    position: relative;
    white-space: nowrap;
    border: none;
    margin: .5rem;
    padding: 9px 24px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1rem;
    font-weight: 400;
    background: #572A3F;
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: all .5s  !important;
    transition: all .5s !important;
    font-family: 'Libre Baskerville', TsukuAntiqueLMinStd-L,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.btn:hover, .btn:link, .btn:active, .btn:focus {
    color: #fff !important;
    background: rgba(81, 84, 125,1);
}
.btn svg {
    position: relative;
    left: -4px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin: 2px 0;
    fill: #fff;
}

/* form */
form {
    text-align: center;
}
.box-a {
    width: 100%;
    display: inline-block;
    margin: 2rem auto;
    padding: 1rem;
}
.form-field,
textarea {
    outline: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: rgba(8, 25, 45,.5);
    border: 1px solid rgba(8, 25, 45,9);
    padding: 8px 16px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}
.form-field::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,.8);
}
.form-field::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255,255,255,.8);
}
.form-field:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255,255,255,.8);
}
.form-field::placeholder,
textarea::placeholder {
    color: rgba(255,255,255,.8);
}
.form-field:focus,
textarea:focus {
    outline: none;
    border-color: #396B97;
}
.form-element {
    margin-bottom: 20px;
}
form label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--text-color-headline);
    font-weight: 500;
}
.submit {
    background-color: transparent !important;
    font-weight: 700;
}
@media screen and (min-width: 768px){
    .box-a {
        max-width: 640px;
    }
    form {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
    }
    form > div {
        margin: 1rem;
        flex-basis: 50%;
    }
}
@media screen and (min-width:1280px) {
    .box-a {
        max-width: 50rem;
    }
}

/*-------------------- トップページ --------------------*/

/* 枠 */
html:before,
html:after,
body:before,
body:after {
    content: "";
    background: #A8C97F4;
    position: fixed;
    display: block;
    z-index: 1;
}
/* 上 */
html:before {
    height: 10px;
    width: 100vw;
    left: 0;
    top: 0;
}
/* 右 */
html:after {
    width: 10px;
    height: 100vh;
    right: 0;
    top: 0;
}
/* 下 */
body:before {
    height: 10px;
    width: 100vw;
    bottom: 0;
    left: 0;
}
/* 左 */
body:after {
    width: 10px;
    height: 100vh;
    top: 0;
    left: 0;
}

/* nav */
nav {
    position: absolute;
    top: 0%;
    z-index: 2;
}
nav ul li {
    display: none;
    margin: 0 1rem;
}
nav ul li a {
    border: none;
}
@media screen and (max-width: 767px) {
    nav.m_fixed {
        position: fixed;
        left: 1%;
        top: 10%;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        background: transparent;
    }
    nav.m_fixed ul {
        margin: 0;
        padding: 0;
    }
    nav.m_fixed ul li {
        display: inline-block;
        margin: 1rem .5rem;
    }
    nav.m_fixed ul li a {
        color: #fff;
    }
    nav.nav_color ul li a {
        color: #231d25;
    }
}
@media screen and (min-width: 768px) {
    nav {
        position: fixed;
        text-align: right;
        top: 30px;
        right: 30px;
        background: transparent;
    }
    nav ul li {
        display: inline-block;
    }
    nav ul li a {
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
    }
    .nav_color ul li a {
        color: #231d25;
    }
}
@media screen and (min-width: 1280px) {
    nav ul li a {
        color: #231d25;
    }
}

/* header */
header {
    position: relative;
    width: 100%;
    min-height: 100vh;
    animation-name: FadeIn;
    animation-duration: 2.5s;
}
@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    90% {
        opacity: .9;
    }
}
header h1,
header h1::after,
header aside,
header aside::before {
    position: absolute;
}
header h1 {
    top: 10%;
    left: 5%;
    letter-spacing: 0;
    font-size: 3em;
    font-family: 'Meddon', cursive;
    color: #A8C97F4;
}
header h1::after,
header aside::before {
    display: block;
    content: '';
    height: 1px;
    top: 50%;
    background-color: #A8C97F4;
    mix-blend-mode: difference;
}
header h1::after {
    width: 150%;
    left: 110%;
}
header aside {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
header aside::before {
    width: 400%;
    right: 115%;
}
header aside a {
    color: #fff;
}

.background1 {
    background: url(../../images/in-01.png) repeat center;
}
.background2 {
    background: url(../../images/in-02.jpg) repeat center;
}
.background3 {
    background: url(../../images/in-03.jpg) repeat center;
    opacity: .9;
}

/* section */
.wrap {
    text-align: center;
    overflow: hidden;
}
section {
    padding: 8.5rem 2rem 2rem;
    margin-left: 1.1rem;
}
section:last-of-type {
    margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
    .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    section {
        width: 50%;
        margin-left: 0;
    }
}
@media screen and (min-width: 1280px) {
    header,
    section {
        width: 30%;
    }
}

/* aside */
section > aside {
    width: 90%;
    margin: 2rem auto;
    padding: 0;
    font-size: .9rem;
}
section > aside dd {
    margin: 0 0 1rem 1rem;
}
section > aside dd a {
    margin-left: 1rem;
    border-bottom: none;
}
section > aside dd a:first-child {
    margin-left: 0;
}

/* main */
#main h4 {
    position: relative;
    font-size: 1.12rem;
}
#main h4::before {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    top: 50%;
    left: -1rem;
    width: 30%;
    background-color: #A8C97F;
}
#main dl,
#main ul {
    margin-left: 1rem;
}
#main dl dt span,
#main ul li span {
    padding: .3rem;
    margin: 0 .5rem 0 -.5rem;
    border-radius: 50%;
    background-color: #A8C97F;
    color: #fff;
    font-style: italic;
}
#main dl dt {
    padding-bottom: .5rem;
}
#main dl dt a,
#main ul li a {
    border-bottom: none;
}
#main dl dd {
    margin: 0 0 1rem 1rem;
    opacity: .8;
    font-size: 12px;
}
#main ul li a {
    margin-left: 2.5rem;
}
#main .float li {
    margin: 0;
}
.first a {
    margin-left: 2.5rem !important;
}
#main .float li a {
    margin-left: .5rem;
}
#main .float li:first-child {
  float: none;
}
#main .float li a {
    border-bottom: solid 1px #231d25;
}
#main > aside {
    text-align: left;
    padding-left: 1rem;
    border-left: 1px dashed #231d25;
    opacity: .9;
}


/* hidden box */
.accbox {
    margin: 0;
    padding: 0;
    max-width: 50rem;
}
.accbox label {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
    background :transparent;
    cursor :pointer;
    transition: all 0.5s;
}
.accbox label:hover {
    background: transparent;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    margin: 0rem;
    overflow: hidden !important;
    opacity: 0;
    transition: 0.8s;
    font-size: 12px;
}
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px 5px 5px 1rem;
    background: transparent;
    opacity: 1;
}

/* スクロールボックス */
.scroll {
    position: absolute;
    overflow-y: scroll;
    top: 23%;
    right: 3%;
    height: 10rem;
    width: 80%;
    max-width: 28rem;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    font-size: 11px;
    border-radius: 0px;
    border: 1px solid transparent;
    background: rgba(255,255,255,.55);
    color: #231d25;
}
.scroll mark {
    padding: 0.2em 0.5em;
    background: linear-gradient(transparent 0%, #507EA4 0%);
    color: #fff;
}
.scroll .list_no li {
    padding-left: 0.5rem;
}
.scroll .new::after {
    color: #507EA4;
}

/* new */
.new::after {
    content: "new";
    color: #ff0000;
    margin-left: 0.5rem;
    opacity: .6;
}

/*-------------------- novel --------------------*/

main {
    text-align: center;
    max-width: 50rem;
    padding: 8.5rem 2rem 7rem 3.1rem;
    margin: 0 auto;
}
main::after {
    content: '';
    display: block;
    clear: both;
}

/* time */
.main-novel time {
    border-bottom: 3px solid #A8C97F;
    padding: 0 .3rem;
}

/* title */
.title {
    margin: 2rem auto;
}
.title::before,
.title::after {
    content: '';
    display: block;
    position: relative;
    width: auto;
    height: 60px;
    left: -3px;
    background: url('../../images/sp.jpg') no-repeat center/100px;
}
.title::after {
    transform: rotate(180deg)
}

/* caption, afterword */
.cap-af {
    margin: 2rem auto;
    padding: 1rem 0;
}
.cap {
    border-bottom: solid 1px #A8C97F;
}
.af {
    border-top: solid 1px #A8C97F;
}

/* pagination */
ul.pagination {
    display: inline-block;
    text-align: center !important;
    margin: 1rem auto;
    padding: .3rem .5rem;
    line-height: 1.9rem;
    transition: all .5s
}
ul.pagination > li {
    margin: 0 20px 0 0;
    float: left;
    font-size: 11px;
}
ul.pagination > li a {
    border: none;
    color: #231d25;
}
ul.pagination > li:last-child {
    margin: 0 0;
}
ul.pagination li a img {
    border-style:none;
    position: relative;
    top: -5.5px;
    width: auto;
    height: 35px;
}

/* story */
.novel {
    text-align: center !important;
}
.novel > h3 {
    display: inline-block !important;
}
.novel > p {
    /*小説部分の段落に間隔を作りたくない場合はmargin-topに0を指定してください*/
    margin-top: 2rem;
    font-size: 17px;
    line-height: 2.5rem; /*小説部分の行間*/
    letter-spacing: 0.025rem; /*小説部分の文字間隔*/
}
.novel > p:first-child {
    margin-top: 0;
}

/* ruby */
[data-ruby] {
    display: inline-block;
    position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  display: inline-block;
  position: absolute;
  transform: translateX(-50%) scale(.5);
  white-space: nowrap;
  top: -1rem;
  left: calc(50%);
  text-align: center;
  letter-spacing: 0.25em;
  font-size: 1em;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
[data-ruby] rt {
    display: none;
}

@media screen and (min-width: 768px) {
    main {
        padding: 8.5rem 2rem 2rem;
    }
    .title::before,
    .title ::after {
        background-size: 120px;
    }
}

/*-------------------- note --------------------*/

.flex article {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 9rem auto;
    padding: 5rem 1.5rem 1.5rem;
}
.flex article time {
    position: absolute;
    font-size: 11px;
    opacity: .8;
    margin: -6.1rem 0;
}
.top-image {
    display: inline-block;
    position: absolute;
    object-fit: cover;
    width: 120px;
    height: 120px;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    background-position: center;
    border-radius: 50%;
}
.flex article > div {
    margin-top: auto;
    padding: 1rem 0 0;
}
.flex article > div::after {
    content: '';
    display: block;
    clear: both;
}
article .more {
    text-align: left !important;
    float: left;
    border-bottom: none;
    color: #877F6C;
    opacity: .8;
}
article .cate {
    text-align: right;
    float: right;
    opacity: .7;
}
.article-image,
.article article img {
    object-fit: cover;
    width: 80%;
    height: auto;
    margin: 1.5rem auto;
}
article aside {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 40%;
    left: 60%;
    font-size: 11px;
    border-left: 1px dashed #fff;
}
@media screen and (min-width: 768px) {
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .flex article {
        width: 45%;
        margin: 4rem auto;
    }
}

/*-------------------- article --------------------*/

.article article {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 2rem auto;
    padding: 3rem 1.5rem;
}
.article article::before,
.article article::after {
    content: '';
    display: block;
    position: relative;
    max-width: 70px;
    width: auto;
    height: 60px;
}
.article article::before {
    left: -1.5rem;
    top: -2.7rem;
    background: url('../../images/title-1.png') left top/70px no-repeat;
    transform: rotate(315deg);
}
.article article::after {
    left: 96%;
    top: 100%;
    bottom: -3.65rem;
    background: url('../../images/title-1.png') right bottom/70px no-repeat;
    transform: rotate(135deg);
}
.article article h4 {
    display: inline-block;
    margin: 1.5rem auto;
    padding-bottom: .5rem;
    border-bottom: 1px solid #fff;
}
.article article time {
    font-size: 11px;
    opacity: .8;
}

/*-------------------- elements --------------------*/

.ornament {
    display: inline-block;
    position: relative;
}
.ornament h3::before,
.ornament h3::after {
    content: '';
    display: block;
    position: relative;
    max-width: 70px;
    width: auto;
    height: 50px;
}
.ornament h3::before {
    left: -2rem;
    top: 1.5rem;
    background: url('../../images/title-1.png') left top/50px no-repeat;
    transform: rotate(315deg);
}
.ornament h3::after {
    left: 97%;
    top: -1.5rem;
    background: url('../../images/title-1.png') right bottom/50px no-repeat;
    transform: rotate(135deg);
}

.sub {
    display: block;
    margin: 1rem 0;
    font-size: 15px;
    border-bottom: 3px double #231d25;
}

/*-------------------- ライト／ダークモード --------------------*/

/* light mode */
.light nav.nav-sub-color ul li a,
.light .scroll a {
    color: #231d25 !important;
}
.light .wrap {
    background-color: #fff;
    color: #231d25;
}
.light #page-top a {
    color: #fff;
    background: rgba(35, 29, 37,.6);
}
.light #page-top a:visited,
.light #page-top a:hover {
    color: #fff !important;
}
.light article {
    background: rgba(153, 156, 167,.125);
}
.light .top-image {
    border: solid 8px rgba(153, 156, 167,.175);
}
.light article aside {
    border-left-color: #231d25;
}
.light .article article h4 {
    border-bottom: solid 1px #231d25;
}
.light .dltype1 > dt a,
.light .dltype1 > dt {
    color: #572A3F !important;
}
.light .dltype1 > dd {
    color: rgba(35, 29, 37,.8);
}
.light blockquote {
    color: #231d25;
    background: rgba(153, 156, 167,.3);
}
.light .form-field,
.light textarea {
    background: rgba(39, 29, 37,.5);
    color: #fff;
}
.light .submit svg,
.light .submit,
.light .submit:hover {
    fill: #231d25;
    color: #231d25 !important;
}
.light .title::before,
.light .title::after {
    border-bottom: solid 1px #524456;
}

/* dark mode */
.dark nav ul li a {
    color: #fff !important;
}
.dark,
.dark .wrap,
.dark main {
    background-color: #080808;
    color: #fff;
}
.dark .wrap a,
.dark main a,
.dark .pagination li a {
    color: #fff;
}
.dark #main h4::before {
    background-color: #fff;
}
.dark #main .float li a {
    border-bottom: solid 1px #fff;
}
.dark #main aside {
    border-left-color: #fff;
}
.dark #page-top a {
    color: #231d25;
    background-color: rgba(225,225,225,.6);
}
.dark #page-top a:visited,
.dark #page-top a:hover {
    color: #231d25 !important;
}
.dark article {
    background: #524456;
    color: #fff;
}
.dark .top-image {
    border: solid 8px #524456;
}
.dark article aside {
    border-left-color: #fff;
}
.dark article article h4 {
    border-bottom: solid 1px #fff;
}
.dark .box {
    border: 1px solid #fff;
}
.dark .submit svg,
.dark .submit {
    fill: #fff;
    color: #fff;
}
.dark .form-field,
.dark textarea {
    background: #524456;
    color: #fff
}
.dark .form-field:focus,
.dark textarea:focus {
    border-color: #fff
}
.dark .form-field::-webkit-input-placeholder,
.dark textarea::-webkit-input-placeholder {
    color: rgba(225,225,225,.8);
}
.dark .form-field::-moz-placeholder,
.dark textarea::-moz-placeholder {
    color: rgba(225,225,225,.8);
}
.dark .form-field:-ms-input-placeholder,
.dark textarea:-ms-input-placeholder {
    color: rgba(225,225,225,.8);
}
.dark .form-field::placeholder,
.dark textarea::placeholder {
    color: rgba(225,225,225,.8) !important;
}
.dark .scroll a {
    color: #231d25;
}
.dark .title::before,
.dark .title::after {
    border-bottom: solid 1px #fff;
    filter: brightness(0) invert(1);
}
.dark .article article::before,
.dark .article article::after,
.dark ul.pagination li a img,
.dark .ornament h3::before,
.dark .ornament h3::after {
    filter: brightness(0) invert(1);
}
.dark .sub {
    border-bottom: 3px double #fff;
}

.s-dark,
.s-light {
    display:none;
}
.on{
    display:block!important;
}

/*-------------------- other --------------------*/

/* pagetop button */
#page-top {
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: 1000;
}
#page-top a {
    display: block;
    padding: 0.2rem 0.4rem;
    border-radius: 50%;
    border-bottom: none;
    font-size: 0.9rem;
    z-index: 100;
}
@media screen and (min-width: 980px) {
    #page-top {
        right: 2%;
        bottom: 4%;
    }
}

/* swich */
#light-swich,
#dark-swich {
    position: fixed;
    left: 1%;
    bottom: 2%;
    z-index: 1000;
    padding: .5rem;
    border-radius: 50%;
}
#light-swich {
    background: rgba(35, 29, 37,.6);
    color: #fff;
}
#dark-swich {
    display: none;
    background: rgba(255,255,255,.6);
    color: #231d25;
}
#swich{
    display: none;
}
@media screen and (min-width: 980px) {
    #light-swich,
    #dark-swich {
        left: 2%;
        bottom: 4%;
    }
}

/* loader */
.page-loader {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #A8C97F;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}
.trinity-rings-spinner, .trinity-rings-spinner * {
    box-sizing: border-box;
}
.trinity-rings-spinner {
    height: 66px;
    width: 66px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
}
.trinity-rings-spinner .circle {
    position:absolute;
    display:block;
    border-radius:50%;
    border: 3px solid #fff;
    opacity: 1;
}
.trinity-rings-spinner .circle:nth-child(1) {
    height: 60px;
    width: 60px;
    animation : trinity-rings-spinner-circle1-animation 1.5s infinite linear;
    border-width: 3px;
}
.trinity-rings-spinner .circle:nth-child(2) {
    height: calc(60px * 0.65);
    width: calc(60px * 0.65);
    animation : trinity-rings-spinner-circle2-animation 1.5s infinite linear;
    border-width: 2px;
}
.trinity-rings-spinner .circle:nth-child(3) {
    height: calc(60px * 0.1);
    width: calc(60px * 0.1);
    animation:trinity-rings-spinner-circle3-animation 1.5s infinite linear;
    border-width: 1px;
}
@keyframes trinity-rings-spinner-circle1-animation{
    0% {
        transform: rotateZ(20deg) rotateY(0deg);
    }
    100% {
        transform: rotateZ(100deg) rotateY(360deg);
    }
}
@keyframes trinity-rings-spinner-circle2-animation{
    0% {
        transform: rotateZ(100deg) rotateX(0deg);
    }
    100% {
        transform: rotateZ(0deg) rotateX(360deg);
    }
}
@keyframes trinity-rings-spinner-circle3-animation{
    0% {
        transform: rotateZ(100deg) rotateX(-360deg);
    }
    100% {
        transform: rotateZ(-360deg) rotateX(360deg);
    }
}

/*-------------------- color --------------------*/
/* blown */
.blown {
    color: #877F6C !important;
    display: inline;
}
/* red */
.red {
    color: #572A3F !important;
    display: inline;
}
/* white */
.white {
    color: #fff !important;
    display: inline;
}
/* black */
.gray {
    color: #555C62 !important;
    display: inline;
}

/*-------------------- font size --------------------*/
.s_12 {
    font-size: 12px;
}
.s_14 {
    font-size: 14px;
}

/*-------------------- font family --------------------*/
.serif {
    font-family: 'Noto Serif JP', serif;
}
.ja {
    font-family: TsukuAntiqueLMinStd-L, serif !important;
}
.meddon {
    font-family: 'Meddon', cursive;
}

/*--------------------アンダーライン--------------------*/
.dot {
    border-bottom: dotted 1px rgba(30, 135, 229,.4);
    display: inline;
}
.none {
    border-bottom: none;
}

/*--------------------マーカー--------------------*/
/* blue */
.marker1 {
    padding: .3rem .5rem;
    height: 2rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(30, 135, 229,.4) 60%);
    color: var(--text-color-headline);
}
