@charset "UTF-8";            
                
/* Template & Designed by Orihashi Ren */
/* http://kerry.php.xdomain.jp/ */

/* webフォント */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Noto+Sans+JP|Playfair+Display:400,700,900&display=swap');
@font-face {
    font-family: XANO明朝;
    src: url('https://cdn.leafscape.be/XANO-mincho/XANO-mincho_web.woff2')
        format("woff2");
}

/* 全体設定 */
* {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: 'Lato','Noto Sans JP',  sans-serif;
}
*, *::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.5;
    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: #000;
    color: #fff;
}
@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}
body, input, select, textarea {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.075em;
    color: #fff;
}

/* リンク */
a {
    transition: .8s color;
    border-bottom: dotted 1px #668BAD;
    text-decoration: none;
    outline: none;
    color: #fff;
}
a:hover {
    border-bottom-color: transparent;
    color: #668BAD !important;
}

/* 文字装飾 */
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.5rem; /*行間*/
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Playfair Display', XANO明朝, serif;
    font-weight: 900;
    line-height: 1.5;
    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;
    background: linear-gradient(transparent 60%, #6E7CB4 60%);
    color: #fff;
}

/* 引用 */
blockquote {
    position: relative;
    padding: 5px 15px 5px 55px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 0px;
    color: #231d25;
    background: #f1f1f1;
}
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: #6E7CB4;
    font-weight: 900;
}
blockquote:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #6E7CB4;
    border-right: 19px solid #6E7CB4;
    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;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.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;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}
pre code {
    width: 100% !important;
    overflow-x: auto;
    display: block;
    line-height: 1.75;
    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 {
    width: 100%;
    height: auto;
    margin: 5rem 0rem;
    padding: 1.5rem;
    border: 5px double #555C62;
    border-radius: 0px;
    background: transparent;
}
.box > p {
    padding: 0 0;
}

/* lists */
ol, ul {
    margin: 1rem 2rem;
    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 {
    padding-left: .5rem;
    text-align: left;
}
.float li {
    float: left;
    margin: 0 0.3em;
}
.float:after {
    display: block;
    content: '';
    clear: both
}

/* dl */
.dltype1 {
    text-align: left;
    margin: 0.5rem 1rem;
}
.dltype1 > dt a,
.dltype1 > dt {
    color: #fff !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 #231d25;
}
table tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0;
    border-color: #231d25;
}
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: 'Lato','Noto Sans JP',  sans-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 #396B97 !important;
    transition: all .5s
}
.link:hover {
    background-color: #396B97;
    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: 600;
    background: #396B97;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:hover, .btn:link, .btn:active, .btn:visited, .btn:focus {
    color: #fff !important;
}
.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 {
    max-width: 340px;
    margin: 4rem auto;
    padding: 1rem;
    border: 1px solid #396B97;
    background-color: #fff;
    color: rgba(85, 92, 98,1);
    outline: 5px solid #fff;
}
.form-field {
    outline: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: rgba(57, 107, 151,.3);
    border: 1px solid rgba(57, 107, 151,.3);
    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(85, 92, 98,.8);
}
.form-field::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(85, 92, 98,.8);
}
.form-field:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(85, 92, 98,.8);
}
.form-field::placeholder,
textarea::placeholder {
    color: rgba(85, 92, 98,.8);
}
.form-field:focus,
textarea:focus {
    outline: none;
    border-color: #396B97;
}
textarea {
    outline: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: rgba(57, 107, 151,.3);
    border: 1px solid rgba(57, 107, 151,.3);
    padding: 8px 16px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}
.form-element {
    margin-bottom: 20px;
}
form label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--text-color-headline);
    font-weight: 500;
}

/*-------------------- トップページ --------------------*/

/* 背景画像 */
body::before {
    position: fixed;
    display: block;
    content: '';
    top: 0;
    left: 0;
    z-index: -10000;
    width: 100vw;
    height: 100vh;
    background: url('../../images/rain-2538429_1920.jpg') center/cover;
}

.cover {
    color: #ffffff;
    font-family: 'Lato','Noto Sans JP',  sans-serif !important;
    padding: 2em;
    z-index: 1;
}
.cover__content {
    max-width: 1000px;
    margin: 0 auto;
}

.top-section {
    background-color: #ffffff;
    color: #555C62;
    padding: 3em;
    margin-bottom: 4em;
}
.top-section__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end !important;
    flex-wrap: wrap;
}
.top-section .content-preview {
    -webkit-box-flex: 0;
    flex: 0 1 230px;
}
@media screen and (max-width: 520px) {
    .top-section .content-preview {
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
}

/* 画像 */
.title img,
.top-section-2 img,
main img,
.contents img {
    position: absolute;
    display: inline-block !important;
    width: 300px;
    height: auto;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
.title img {
    top: 50%;
    left: 35%;
}

.title {
    position: relative;
    text-align: center !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: last baseline;
    align-items: last baseline;
    margin-bottom: 2em;
    flex-wrap: wrap;
}
.title__text {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 3em;
    -webkit-box-flex: 1;
    flex-grow: 1;
    letter-spacing: 0.025em;
    margin-bottom: 0.33em;
}
@media screen and (min-width: 520px) {
    .title__text {
        font-size: 4em;
    }
}
@media screen and (min-width: 700px) {
    .title__text {
        font-size: 6em;
    }
}
.title__details {
    font-weight: 400;
}
.title a {
    color: inherit;
    text-decoration: inherit;
}
.title a:hover {
    color: #FBD5B0;
}

.content-preview {
    margin: .5rem 1rem;
    padding: 0.5em;
    justify-self: start;
}
@media screen and (min-width: 700px) {
    .content-preview--left {
        text-align: right;
        justify-self: end;
    }
}
.content-preview__cat, .content-preview__title {
    font-family: "Playfair Display", serif;
    font-size: 1.2em;
}
.content-preview__cat {
    text-decoration: underline;
    margin-bottom: 0.25em;
}
.content-preview__title {
    font-weight: 700;
    margin-bottom: 0.5em;
}
.content-preview__excerpt {
    text-transform: lowercase;
    font-weight: 300;
}

.lower-section {
    margin: 0 1em;
    grid-template-columns: 10% 2fr 10px 2fr 10%;
    grid-auto-flow: row dense;
}
@media screen and (min-width: 700px) {
    .lower-section {
        display: grid;
        margin-top: 8em;
    }
}
.lower-section .content-preview {
    max-width: 240px;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.lower-section .content-preview--top {
    margin-top: 2em;
}
.lower-section .content-preview--bottom {
    margin-bottom: 2.5em;
}

.headline {
    grid-row: 2;
    grid-column: 1 / -1;
    display: -webkit-box;
    display: flex;
}

.boxed-headline {
    text-align: center;
    margin: 0 auto;
    padding: 1em;
    border: 1px solid #ffffff;
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    line-height: 1.3;
    font-size: 1.2em;
    font-weight: 900;
    max-width: 100%;
}
.boxed-headline:before {
    content: "";
    position: absolute;
    border: inherit;
    left: 0.5em;
    right: 0.5em;
    top: -0.5em;
    bottom: -0.5em;
}

.line {
    position: relative;
}
@media screen and (max-width: 520px) {
    .line {
        display: none;
    }
}
.line:before {
    content: '';
    height: 0.8em;
    width: 0.8em;
    background: #ffffff;
    display: block;
    position: absolute;
}
.line:after {
    content: '';
    border-color: #ffffff;
    position: absolute;
    display: block;
}
.line--vertical {
    grid-column: 3;
    display: none;
}
@media screen and (min-width: 700px) {
    .line--vertical {
        display: block;
    }
}
.line--vertical:after {
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
}
.line--vertical:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.line--bottom:before {
    bottom: 0;
}
.line--horizontal {
    -webkit-box-flex: 1;
    flex: 1 0 30px;
}
.line--horizontal:after {
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid;
}
.line--horizontal:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.line--right:before {
    right: 0;
}

/*-------------------- インフォ --------------------*/

/*  画像　*/
.op {
    z-index: -3;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.top-section-2 img {
    top: 20%;
    left: 35%;
}
main img {
    bottom: 0%;
    right: 0%;
}

/* メニューセクション */
.top-section-2 {
    background-color: rgba(85, 92, 98,.3);
    color: #fff;
    padding: 3em;
    margin-bottom: 4em;
}

/* ナビ　*/
nav {
    margin: 0;
    max-width: 30rem;
    text-align: left;
    z-index: 9000;
}
nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}
nav ol li {
    font-family: "Playfair Display", serif;
    margin: .5rem 1rem;;
    border-bottom: .3px dashed #000; 
    font-size: 15px;
}

nav ol li.active {
    border-bottom: 1px solid #396B97;
}
nav ol li a {
    padding-left: .5rem;
    color: #fff;
    border-bottom: none;
}

/* ヘッダー */
header {
    margin: 3rem auto;
    display: block;
    width: 100%;
}

/* セクション */
main {
    position: relative;
    background-color: rgba(85, 92, 98,.3);
    padding: 0 1rem;
}
section {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 3rem;
}
section::after {
    display: block;
    content: '';
    clear: both;
}

/* スクロールボックス */
.scroll {
    position: relative;
    overflow-y: scroll;
    height: 6rem;
    width: 80%;
    max-width: 28rem;
    margin: 0 auto 2rem;;
    font-size: 11px;
    border: 1px solid #fff;
    border-radius: 0px;
}
.scroll mark {
    padding: 0.2em 0.5em;
    background-color: #6E7CB4;
}
.scroll > .list no {
    margin: 0 2rem;
}
.scroll .list_no li {
    padding-left: 0;
}

/* new */
.new::after {
    content: "new";
    color: #F3D2AC;
    margin-left: 0.5rem;
    opacity: .6;
}

/* 右線 */
.border {
    display: inline;
    padding-right: 0.5em;
    border-right: 5px solid #6E7CB4;
}

/* リスト */
section ul.float li a {
    border-bottom: none;
}

@media screen and (max-width:767px) {
    section:first-of-type {
        padding: 3rem 0 3rem;
    }
}
@media screen and (min-width:768px) {
    main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 700px;
        margin: 0 auto;
    }
    section {
        margin: 0rem;
        padding: 3rem 1rem;
        flex-basis: 50%;
    }
}
@media screen and (min-width:1024px) {
    main {
        max-width: 1000px;
    }
    section {
        flex-basis: 33%;
    }
}

/*-------------------- メインコンテンツ --------------------*/

/* リスト */
ul.work {
    display: block;
    margin: 1rem 1rem;
}
ul.work li a {
    margin-left: 1rem !important;
}

.pl {
    margin: 0;
    counter-reset: cnt;
}
.pl > div {
    margin: 2rem auto;
}
.pl > div p {
    margin-left: 1rem;
}
.pl h4 {
    text-align: left !important;
    margin: 1rem auto;
    font-size: 16px;
    font-family: 'Playfair Display', XANO明朝, serif !important;
}
.pl h4 span {
    border-bottom: 1px solid #fff;
}
.pl h4::before {
    counter-increment: cnt;
    content: counter(cnt, decimal-leading-zero);
    margin-right: 10px;
    padding: .5rem;
    border: 1px solid #F3D2AC;
    border-radius: 0;
    color: #F3D2AC;
}

.pl ul.pl-l {
    counter-reset: num;
}
.pl ul.pl-l li::before {
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    padding-right: 8px;
    font-family: 'Playfair Display', XANO明朝, serif !important;
}
.pl ul li a {
    border-bottom: none;
    font-family: 'Playfair Display', XANO明朝, serif !important;
    font-size: 14px;
}

/*-------------------- ノベル --------------------*/

/* contents */
.contents {
    text-align: center;
    position: relative;
    margin: 4rem auto;
    padding: 1rem;
    max-width: 620px;
    border: 1.5px solid #396B97;
    outline: 7.5px solid #fff;
    background-color: #fff;
    color: #555C62;
}

/* image */
.img-1 {
    top: 10rem;
    right: -10rem;
    opacity: .6;
}
.img-2 {
    bottom: -10rem;
    right: 0rem;
    opacity: .6;
}
@media screen and (min-width:768px) {
    .img-2 {
        right: 10rem;
    }
}

/* caption afterword */
.c-a {
    text-align: left;
    margin: 5rem auto 3rem !important;
    padding: 2rem 1.5rem;
    background-color: rgba(85, 92, 98,.6);
    color: #fff;
    width: 100%;
}

/* 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;
}
ul.pagination > li a {
    border-bottom: none;
    color: #fff;
}
ul.pagination > li:last-child {
    margin: 0 0;
}
.lnr-chevron-left,
.lnr-chevron-right {
    display: inline-block;
    fill: currentColor;
    vertical-align: -0.05em;
    fill: #fff;
    width: 14px;
    height: 14px;
}
.contents ul.pagination > li a,
.contents .lnr-chevron-left,
.contents .lnr-chevron-right{
    color: #555C62 !important;
    fill: #555C62;
}


/* story */
.novel {
    text-align: center !important;
}
.novel > h3 {
    display: inline-block !important;
}
.novel > p {
    /*小説部分の段落に間隔を作りたくない場合はmargin-topに0を指定してください*/
    margin-top: 2rem;
    font-size: 13px;
    line-height: 2rem; /*小説部分の行間*/
    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;
    top: -0.97rem;
    right: 0;
    left: -4px;
    margin-left: 0.25em;
    font-size: 0.5em;
    text-align: center;
    letter-spacing: 0.25em;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif !important;
}
[data-ruby] rt {
    display: none;
}

/*-------------------- ノート --------------------*/

.note p a {
    padding: 0 0 0 1rem;
    border-bottom: none;
}

@media screen and (min-width:768px) {
    .note {
        position: relative;
        margin-bottom: 5rem;
    }
    .note ul.pagination {
        position: absolute;
        bottom: -5%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0;
        padding:0;
    }
}

/*-------------------- アーティクル --------------------*/

.sub {
    display: inline-block;
    margin: .5rem .3rem;
    font-size: 14.5px;
    border-bottom: double 4px #396B97;
    color: #396B97;
}

/*-------------------- エレメンツ --------------------*/

.contents .dltype1 > dt a,
.dltype1 > dt {
    color: #396B97 !important;
}
.contents .dltype1 > dd {
    color: rgba(85, 92, 98,.6);
}

.contents mark {
    color: rgba(85, 92, 98,1);
}

.contents a {
    color: #396B97
}

.ornament{
    width:100%;
    text-align:center;
}
.ornament h3{
    position:relative;
    display:inline-block;
    padding:24px 64px;
}
.ornament h3:before, .ornament h3:after{
    content:"";
    display:block;
    width:50%;
    height:4px;
    border-top:1px solid rgba(85, 92, 98,1);
    position:absolute;
    top:0;
}
.ornament h3:before{left:-24px;}
.ornament h3:after{right:-24px;}
.ornament h3 span{
    display:block;
    width:8px;height:8px;
    border:2px solid rgba(85, 92, 98,1);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    position:absolute;
    top:-4px;
    left:50%;
    margin-left:-4px;
}

/*-------------------- other --------------------*/

/* pagetop button */
#page-top {
    position: fixed;
    right: 1%;
    bottom: 2%;
}
#page-top a {
    display: block;
    padding: 0.1rem 0.4rem;
    border-radius: 50%;
    border-bottom: none;
    font-size: 0.9rem;
    color: #555C62;
    background-color: rgba(205, 217, 237,.6);
    z-index: 100;
}
#page-top a:visited,
#page-top a:hover {
    color: #555C62 !important; 
}
#page-top a > .lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
}
.lnr-chevron-up {
    font-size: 12px;
}

@media screen and (min-width: 980px) {
    #page-top {
        right: 2%;
        bottom: 4%;
    }
}

/* 雨 */
.rain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1001;
}
.rain > div {
    -webkit-animation: rain 500ms linear infinite;
    animation: rain 500ms linear infinite;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    top: -20vh;
    width: 1px;
    height: 20vh;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.rain > div:nth-child(1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 569ms;
    animation-duration: 569ms;
    left: 10vw;
}
.rain > div:nth-child(2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-duration: 381ms;
    animation-duration: 381ms;
    left: 13vw;
}
.rain > div:nth-child(3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 599ms;
    animation-duration: 599ms;
    left: 15vw;
}
.rain > div:nth-child(4) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-duration: 401ms;
    animation-duration: 401ms;
    left: 24vw;
}
.rain > div:nth-child(5) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-duration: 624ms;
    animation-duration: 624ms;
    left: 51vw;
}
.rain > div:nth-child(6) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-duration: 610ms;
    animation-duration: 610ms;
    left: 13vw;
}
.rain > div:nth-child(7) {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
    -webkit-animation-duration: 614ms;
    animation-duration: 614ms;
    left: 44vw;
}
.rain > div:nth-child(8) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-duration: 429ms;
    animation-duration: 429ms;
    left: 4vw;
}
.rain > div:nth-child(9) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
    -webkit-animation-duration: 616ms;
    animation-duration: 616ms;
    left: 32vw;
}
.rain > div:nth-child(10) {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-duration: 567ms;
    animation-duration: 567ms;
    left: 63vw;
}
.rain > div:nth-child(11) {
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
    -webkit-animation-duration: 536ms;
    animation-duration: 536ms;
    left: 55vw;
}
.rain > div:nth-child(12) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
    -webkit-animation-duration: 448ms;
    animation-duration: 448ms;
    left: 45vw;
}
.rain > div:nth-child(13) {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms;
    -webkit-animation-duration: 528ms;
    animation-duration: 528ms;
    left: 32vw;
}
.rain > div:nth-child(14) {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
    -webkit-animation-duration: 422ms;
    animation-duration: 422ms;
    left: 14vw;
}
.rain > div:nth-child(15) {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
    -webkit-animation-duration: 620ms;
    animation-duration: 620ms;
    left: 39vw;
}
.rain > div:nth-child(16) {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
    -webkit-animation-duration: 597ms;
    animation-duration: 597ms;
    left: 72vw;
}
.rain > div:nth-child(17) {
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms;
    -webkit-animation-duration: 470ms;
    animation-duration: 470ms;
    left: 30vw;
}
.rain > div:nth-child(18) {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
    -webkit-animation-duration: 610ms;
    animation-duration: 610ms;
    left: 6vw;
}
.rain > div:nth-child(19) {
    -webkit-animation-delay: 1900ms;
    animation-delay: 1900ms;
    -webkit-animation-duration: 534ms;
    animation-duration: 534ms;
    left: 100vw;
}
.rain > div:nth-child(20) {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
    -webkit-animation-duration: 433ms;
    animation-duration: 433ms;
    left: 21vw;
}
.rain > div:nth-child(21) {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
    -webkit-animation-duration: 376ms;
    animation-duration: 376ms;
    left: 79vw;
}
.rain > div:nth-child(22) {
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
    -webkit-animation-duration: 542ms;
    animation-duration: 542ms;
    left: 12vw;
}
.rain > div:nth-child(23) {
    -webkit-animation-delay: 2300ms;
    animation-delay: 2300ms;
    -webkit-animation-duration: 587ms;
    animation-duration: 587ms;
    left: 87vw;
}
.rain > div:nth-child(24) {
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
    -webkit-animation-duration: 535ms;
    animation-duration: 535ms;
    left: 49vw;
}
.rain > div:nth-child(25) {
    -webkit-animation-delay: 2500ms;
    animation-delay: 2500ms;
    -webkit-animation-duration: 538ms;
    animation-duration: 538ms;
    left: 74vw;
}
@-webkit-keyframes rain {
    from {
        -webkit-transform: rotate(-5deg) translateY(-20vh);
        transform: rotate(-5deg) translateY(-20vh);
    }
    to {
        -webkit-transform: rotate(-5deg) translateY(120vh);
        transform: rotate(-5deg) translateY(120vh);
    }
}
@keyframes rain {
    from {
        -webkit-transform: rotate(-5deg) translateY(-20vh);
        transform: rotate(-5deg) translateY(-20vh);
    }
    to {
        -webkit-transform: rotate(-5deg) translateY(120vh);
        transform: rotate(-5deg) translateY(120vh);
    }
}

/* loader */
.page-loader {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #555C62;
    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 --------------------*/
/* purple */
.purple {
    color: #6E7CB4 !important;
    display: inline;
}
/* blue */
.blue {
    color: #396B97 !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: XANO明朝, serif !important;
}
.san-serif {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.eng {
    font-family: 'Playfair Display', serif !important;
}

/*--------------------アンダーライン--------------------*/
.dot {
    border-bottom: dotted 1px rgba(30, 135, 229,.4);
    display: inline;
}
.none {
    border-bottom: none;
}

/*--------------------マーカー--------------------*/
/* green */
.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);
}
                