@charset "UTF-8";

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

/* webフォント */
@import url('https://fonts.googleapis.com/css?family=Caladea:400,400i,700,700i|Dawning+of+a+New+Day|Noto+Sans+JP|Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

/* 全体設定 */
* {
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}

/* 基本設定 */

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.9;
    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: #e9e9e9;
    color: #231d25;
}
*:before, *:after {
    box-sizing: inherit;
}
* {
    margin: 0px;
    padding: 0px;
    -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;
}
@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}
body, input, select, textarea {
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.075em;
    color: #231d25;
}

/* リンク */
a {
    border-bottom: dotted 1px #69a7b6;
    text-decoration: none;
    outline: none;
    transition: color .5s;
    color: #69a7b6;
}
a:hover {
    border-bottom-color: transparent;
    color: #002c44 !important;
}

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

/* text */
p {
    text-align: justify;
    margin: 0 0;
    padding: 0rem 0;
    font-size: 13px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.9rem; /*行間*/
}

h1 {
    text-align: center;
    font-family: 'Dancing Script', cursive;
    line-height: 1.9;
    letter-spacing: 0.05em; /*文字間隔*/
}
h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Caladea','Noto Serif JP',serif !important;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.05em; /*文字間隔*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    border-bottom: 0;
    color: inherit;
    text-decoration: none;
}
h1 {
    font-size: 4rem;
    font-family: 'Dancing Script', cursive;
    line-height: 1.1;
    margin: 2rem 1rem 1rem;
}
h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 2rem 1rem 1rem;
}
h3 {
    font-size: 1.5rem;
    margin: 2rem 1rem 1rem;
}
h4 {
    font-size: 1.2rem;
    margin: 2rem 1rem 1rem;
}
h5 {
    font-size: 1.1rem;
    margin: 2rem 1rem 1rem;
}
h6 {
    font-size: 0.9rem;
    margin: 2rem 1rem 1rem;
}

/* 上付き */
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-color: rgba(255,255,255,.7);
    color: #231d25;
}

/* 引用 */
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: #69a7b6;
    font-weight: 900;
}
blockquote:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #69a7b6;
    border-right: 19px solid #69a7b6;
    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: #69a7b6;
}

/* 文字揃え */
/*  <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 #69a7b6;
    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;
}
.float:after {
    display: block;
    content: '';
    clear: both
}

/* dl */
.dltype1 {
    text-align: left;
    margin: 0.5rem 1rem;
}
.dltype1 > dt a,
.dltype1 > dt {
    color: #231d25 !important;
    font-size: 13px;
    border-bottom: none;
}
.dltype1 > dd {
    margin-left: 1.3rem;
    font-size: 12px;
    color: rgba(93, 65, 87, 1);
}

/* 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: 'Caladea','Noto Serif JP', 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: 22px;
    margin: .2rem auto;
    padding: .1rem .3rem;
    border: 1px solid #5d4157 !important;
    transition: all .5s
}
.link:hover {
    background-color: #5d4157;
    color: #fff !important;
}
.btn-def {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 54px;
    margin: 0 auto 2rem;
    text-align: center;
    text-decoration: none;
    outline: none;
    line-height: 48px;
    letter-spacing: 0.10rem;
    font-size: 16px;
    font-family: 'Caladea', serif;
    border: 2px solid #69a7b6 !important;
    border-radius: 5px;
    background-color: rgba(255,255,255,.25);
    color: #69a7b6 !important;
    z-index: 2;
}
.btn-def::before,
.btn-def::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.btn-def,
.btn-def::before,
.btn-def::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-def::after {
    top: 4px;
    left: 4px;
    width: 188px;
    height: 42px;
    border: 2px solid #69a7b6;
    border-radius: 5px;
    opacity: 0;
}
.btn-def:hover::after {
    opacity: 1;
}

/* form */
form {
    text-align: center;
}
textarea,
input[type=text],
input[type=email] {
    -webkit-appearance: none;
    padding: 0.2em 0.5em;
    color: #fff;
    background-color: #69a7b6;
    border: 1px solid #69a7b6;
    border-radius: 0px;
    
}
textarea {
    height: 200px;
    width: 380px;
}
input[type=text] {
    width: 160px;
}
.action {
    text-align: center;
}
textarea::placeholder,
input[type]::placeholder {
    color: rgba(255,255,255,.8)
}
.submit {
    -webkit-appearance: none;
    display: inline-block;
    padding: .3rem .5rem !important;
    height: 40px !important;
    width: 180px !important;
    line-height: 27px !important;
    font-size: 14px !important;
}
.form-div {
    margin: 0.5rem 0;
}
@media screen and (max-width: 980px) {
    input[type=text] {
        width: 100px;
    }
    textarea {
        height: 150px;
        width: 275px;
    }
}

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

/* image */
.parallax-container {
    text-align: center;
    height: 500px;
    width: 100%;
}

/* menu */
header {
    text-align: center;
    position: fixed;
    width: 100%;
    padding: .3rem 0;
    background: #000;
    z-index: 100;
}
header ul li {
    display: inline-block;
    margin: 0 1rem;
}
header ul li a {
    position: relative;
    display: inline-block;
    transition: .5s;
    border-bottom: none;
    font-size: 13px;
    color: #fff;
}
@media screen and (min-width:980px) {
    header ul li {
        margin: 0 3rem;
    }
}

/* site title */
.container h1,
.container h2,
.head-h {
    margin: 5rem auto 2rem;
}
aside a {
    border-bottom: none;
}

/* contents */
section {
    padding: 25px 0 35px;
    background: #fff;
}
.container {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 2rem;
}
.header-img {
    position: relative;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    color: rgba(255,255,255,.8);
}
.header-img h2 i {
    font-family: 'Dawning of a New Day','Noto Serif JP', cursive !important;
    font-size: 26px;
}
.c-img {
    text-align: left;
    display: inline-block;
    width: 90%;
    margin: 4rem 0rem;
    padding: 1rem;
    background-color: rgba(255,255,255,.6);
    color: #231d25 !important;
}
.c-img a {
    border-bottom-color: rgba(255,255,255,.8);
    color: #2B2128;
}
.container .list_no {
    margin: 0 2rem;
}
.container .list_no li {
    padding-left: 0;
}
.pc-only {
    display: none;
}
@media screen and (min-width: 980px) {
    .header-img h2 i {
        font-size:40px;
    }
    .c-img {
        max-width: 620px;
        width: 100%;
    }
    .pc-only {
        display: block;
    }
}

/* footer */
footer {
    bottom: 0px;
    background: #000;
    color: #ddd;
    padding: 30px 0 30px;
    text-align: center;
}

/*-------------------- ワークス --------------------*/

.work ul li a {
    margin-left: 1rem !important;
    border-bottom: none;
}
.work ul mark {
    margin: 0 0 0.5rem !important;
}
article {
    padding: 1em 1em 3em 1em;
    border-bottom: solid 2px #faebd7;
}

/*-------------------- ノート --------------------*/

article {
    text-align: left;
    width: 90%;
    margin: 1rem auto;
    padding: 1rem;
    border: solid 1px #5d4157;
    border-radius: 0px;
}
.c-img h4 {
    margin: .3rem;
}
time {
    display: inline-block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #231d25;
}

/* pagination */
ul.pagination {
    display: inline-block;
    text-align: center !important;
    margin: -1rem auto 0;
    padding: .3rem .5rem;
    background-color: rgba(255, 255, 255, .3);
}
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;
}

@media screen and (min-width: 980px) {
    article {
        width: 100%;
    }
}

/*-------------------- ノベル --------------------*/

/* 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: -1.02rem;
    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;
}

/*-------------------- エレメンツ --------------------*/

.c-a {  
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 1rem;
    width: 100%;
    background: #f1f1f1;
    box-sizing: border-box;
}
.ribbon16 {  
    display: inline-block;
    position: absolute;
    top: -6px;
    right: 10px;
    margin: 0;
    padding: 10px 0 7px;
    z-index: 2;
    width: 40px;
    text-align: center;
    color: white;
    font-size: 13px;
    background: #69a7b6;
    border-radius: 2px 0 0 0;
}
.ribbon16:before {
    position: absolute;
    content: '';
    top: 0;
    right: -5px;
    border: none;
    border-bottom: solid 6px #428595;
    border-right: solid 5px transparent;
}
.ribbon16:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #69a7b6;
}
.sub {
    margin-bottom: .5rem;
    font-size: 14.5px;
    border-bottom: double 4px #5d4157;
    color: #5d4157;
}

/*-------------------- 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: #5d4157;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 100;
}
#page-top a:visited,
#page-top a:hover {
    color: #5d4157 !important; 
}
@media screen and (min-width: 980px) {
    #page-top {
        right: 2%;
        bottom: 4%;
    }
}

/* loader */
.page-loader {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #000;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}
.circles-to-rhombuses-spinner, .circles-to-rhombuses-spinner * {
    box-sizing: border-box;
}
.circles-to-rhombuses-spinner {
    height: 15px;
    width: calc( (15px + 15px * 1.125) * 3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
.circles-to-rhombuses-spinner .circle {
    height: 15px;
    width: 15px;
    margin-left: calc(15px * 1.125);
    transform: rotate(45deg);
    border-radius: 10%;
    border: 3px solid #fff;
    overflow: hidden;
    background: transparent;

    animation: circles-to-rhombuses-animation 1200ms linear infinite;
}
.circles-to-rhombuses-spinner .circle:nth-child(1) {
    animation-delay: calc(150ms * 1);
    margin-left: 0
}
.circles-to-rhombuses-spinner .circle:nth-child(2) {
    animation-delay: calc(150ms * 2);
}
.circles-to-rhombuses-spinner .circle:nth-child(3) {
    animation-delay: calc(150ms * 3);
}
@keyframes circles-to-rhombuses-animation {
    0% {
        border-radius: 10%;
    }
    17.5% {
        border-radius: 10%;
    }
    50% {
        border-radius: 100%;
    }
    93.5% {
        border-radius: 10%;
    }
    100% {
        border-radius: 10%;
    }
}
@keyframes circles-to-rhombuses-background-animation {
    50% {
        opacity: 0.4;
    }
}

/* animation */
.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 500ms !important;
}
.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}

/*-------------------- color --------------------*/
/* green */
.green {
    color: #a8caba !important;
    display: inline;
}
/* red */
.red {
    color: #5d4157 !important;
    display: inline;
}
/* blue */
.blue {
    color: #69a7b6 !important;
    display: inline;
}
/* white */
.white {
    color: #fff !important;
    display: inline;
}
/* black */
.black {
    color: #231d25 !important;
    display: inline;
}

/*-------------------- font size --------------------*/
.s_12 {
    font-size: 12px;
}
.s_14 {
    font-size: 14px;
}
/*-------------------- font family --------------------*/
.serif {
    font-family: 'Noto Serif JP', serif !important;
}
.san-serif {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.eng {
    font-family: 'Caladea', serif !important;
}
/*--------------------アンダーライン--------------------*/
.dot {
    border-bottom: dotted 1px #69a7b6;
    display: inline;
}
.none {
    border-bottom: none;
}
/*--------------------マーカー--------------------*/
/* green */
.marker1 {
    padding: .3rem .5rem;
    height: 2rem;
    font-weight: bold; 
    background: linear-gradient(transparent 60%, #a8caba 60%);
    color: #231d25; 
}