@charset "UTF-8";

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

/* webフォント */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;900&family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@300&family=Source+Sans+Pro&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.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: #fff;
    color: #26191b;
    font-family: 'Source Sans Pro','Noto Sans JP', sans-serif;
}
@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: #26191b;
}

/* リンク */
a {
    transition: .8s color;
    border-bottom: dotted 1px #fffdfe;
    text-decoration: none;
    outline: none;
    color: #b24687;
}
a:hover {
    border-bottom-color: transparent;
    color: #9D1717;
}

/* 文字装飾 */
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: 'Cinzel Decorative','Noto Serif JP', serif;
    font-weight: 400;
    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 0rem .5rem;
}
h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin: .5rem 0rem .5rem;
}
h3 {
    font-size: 1.5rem;
    margin: .5rem 0rem .5rem;
}
h4 {
    font-size: 1.2rem;
    margin: 0rem 0rem .5rem;
}
h5 {
    font-size: 1.1rem;
    margin: .5rem 0rem .5rem;
}
h6 {
    font-size: 0.9rem;
    margin: .5rem 0rem .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%, rgba(175, 139, 175,.3) 0%);
    color: #584153;
}

/* 引用 */
blockquote {
    position: relative;
    padding: 5px 15px 5px 55px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 0px;
    color: #fff;
    background: rgba(38, 25, 27,.25);
}
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: #fff;
    font-size: 18px;
    line-height: 30px;
    background: #122;
    font-weight: 900;
}
blockquote:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #122;
    border-right: 19px solid #122;
    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: #fff2e5;
}

/* コード */
code {
    border: none;
    font-family: "Courier New", monospace !important;
    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;
    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: #af8baf;
}

/* 文字揃え */
/*  <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-radius: 0px;
    border: 1px dashed #26191b;
    background: transparent;
    color: #231d25;
}
.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: #f6acc8 !important;
    font-size: 13px;
    border-bottom: none;
}
.dltype1 > dd {
    margin-left: 1.3rem;
    font-size: 12px;
}

/* 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: 'Source Sans Pro','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-radius: 5px;
    border: 1px solid #f6acc8 !important;
    color: #f6acc8;
    transition: all .5s;
}
.link:hover {
    background-color: #f6acc8;
    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: 1rem;
    padding: 9px 24px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1rem;
    font-weight: 400;
    background: #9D1717;
    border: 1px solid #9D1717;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all .5s  !important;
    transition: all .5s !important;
    font-family: 'Source Sans Pro','Noto Sans JP', sans-serif !important;
}
.btn:hover {
    border-radius: 5px;
    border: solid 1px #f6acc8;
    background: #f6acc8;
    color: #fff !important;
}
.btn:hover svg {
    fill: #fff;
}
.btn svg {
    position: relative;
    left: -4px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin: 2px 0;
    fill: #fff;
    transition: all .5s;
}

/* form */
form {
    text-align: center;
}
.box-a {
    max-width: 340px;
    margin: 4rem auto;
    padding: 1rem;
    border: 1px solid transparent;
    background: transparent;
    color: #584153;
}
input[type=text],
textarea {
    outline: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: rgba(255, 213, 171,0);
    border: 1px dashed #584153;
    padding: 8px 16px;
    margin-left: 0 !important;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    font-family: 'Source Sans Pro','Noto Sans JP', sans-serif !important;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(175, 139, 175,.8);
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(175, 139, 175,.8);
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(175, 139, 175,.8);
}
input[type=text]::placeholder,
textarea::placeholder {
    color: rgba(175, 139, 175,.8);
}
input[type=text]:focus,
textarea:focus {
    outline: none;
    background: rgba(88, 65, 83,.15);
    border-color: rgba(175, 139, 175,1);
    color: #26191b;
}
.form-element {
    margin-bottom: 20px;
}
form label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--text-color-headline);
    font-weight: 500;
}

/*-------------------- index --------------------*/

.enter,
.enter h1,
.enter span {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
.enter {
    top: 45%;
}
.enter img:first-of-type {
    display: block;
    height: 350px;
    width: auto;
}
.enter h1 {
    top: 120%;
    color: #584153;
}
.enter span:first-of-type {
    top: 135%;
}
.enter span:nth-of-type(2) {
    display: inline-block;
    top: 142%;
    margin-bottom: 1rem;
}
.enter span:nth-of-type(2) a {
    margin-right: .5rem;
}
.enter span:nth-of-type(2) a:last-of-type {
    margin-right: 0;
}

/*-------------------- home --------------------*/

/* header */
header {
    position: relative;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    margin: auto;
}
header img {
    display: inline-block;
    height: 300px;
    width: auto;
}

/* nav */
nav {
    position: absolute;
    background: #000;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding: 1rem;
    z-index: 999;
}
nav.n-left {
    left: 50%;
}
nav.home-h {
    top: 75%;
}
nav.sub-h {
    position: relative;
    display: inline-block;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    margin: 0 auto;
    left: 0;
    top: 3rem;
}
nav > div::before,
nav > div::after,
nav::before,
nav::after {
    display: block;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}
nav > div::before {
    top: -8px;
    left: -8px;
}
nav > div::after {
    top: -8px;
    right: -8px;
}
nav::before {
    bottom: -8px;
    left: -8px;
}
nav::after {
    bottom: -8px;
    right: -8px;
}
nav ul li {
    display: inline-block;
    margin-right: .5rem;
}
nav ul li:last-of-type {
    margin-right: 0
}
nav ul li a {
    border: none;
    color: #9D1717;
}
nav.m_fixed {
    position: fixed;
    display: block;
    width: 100vw;
    top: 0;
    right: 0;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    background: rgba(255,255,255,.55);
}
nav.m_fixed ul {
    text-align: right;
    font-size: 15px;
}
nav.m_fixed::before,
nav.m_fixed::after,
nav.m_fixed > div::before,
nav.m_fixed > div::after {
    display: none;
}

/* section */
main {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
}
section {
    text-align: center;
    position: relative;
    padding: 1rem;
    margin: 5rem auto;
    border: .5px solid #222;
}
section:first-of-type {
    margin: 0 auto 5rem;
}
section::before {
    display: block;
    content: '';
    position: relative;
    width: auto;
    height: 70px;
    margin-bottom: -2.5rem;
    z-index: -1;
}
section:nth-of-type(ODD)::before {
    background: url('../../images/flower.png') no-repeat top right/70px;
}
section:not(:nth-of-type(ODD))::before {
    background: url('../../images/flower.png') no-repeat top left/70px;
}

/* headline, aside */
section h5 {
    text-align: left;
    display: inline-block;
    margin-top: 1.5rem;
    padding: .2rem .5rem;
    font-family: 'Source Sans Pro','Noto Sans JP', sans-serif;
    font-size: 14.2px;
    background: #9D1717;
    color: #fff;
}
section aside {
    margin: .5rem 1rem;
    padding: .3rem 1rem;
    background: rgba(38, 25, 27,.25);
}
section .float {
    margin: 0;
}

/* scroll box */
.scroll {
    position: relative;
    overflow-y: scroll;
    height: 6rem;
    width: 90%;
    max-width: 28rem;
    margin: 0 auto 0rem;
    padding: .5rem 1rem;
    font-size: 11px;
    border-radius: 0px;
    border: 1px solid transparent;
    background: transparent;
}
.scroll mark {
    padding: 0.2em 0.5em;
    background: linear-gradient(transparent 0%, #584153 0%);
    color: #fff;
}
.scroll .list_no {
    margin: 0;
}
.scroll .list_no li {
    margin: .5rem 0;
}

/* new */
.new::after {
    content: "new";
    color: #9D1717;
    margin-left: 0.5rem;
    opacity: .8;
}

/* form */
#mail form {
    width: 90%;
    margin: 0 auto;
}
.form-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}
.form-flex div:first-of-type {
    flex-basis: 45%;
}
.form-flex div:nth-of-type(2) {
    flex-basis: 50%;
}
#mail .btn {
    height: 60px;
    width: 60px;
    padding: 0;
    border-radius: 50%;
}

/* footer */
footer {
    text-align: center;
}

/*-------------------- main --------------------*/

/* form */
.main form {
    margin: 1rem 0;
}
.main input[type] {
    display: inline-block;
}
.main input[type=text] {
    width: 100px;
    padding: .1rem .3rem;
}
.main input[type=submit] {
    -webkit-appearance: none;
    transition: all .5s;
    padding: .2rem .3rem;
    border: 1px solid #9D1717;
    background: #9D1717;
    color: #fff;
}
.main input[type=submit]:hover {
    border: 1px solid #f6acc8;
    background: #f6acc8;
}


.long,
.main h6 {
    text-align: right;
}
.long > div > div {
    display: inline-block;
    vertical-align: middle;
}
.long > div img {
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
    width: 45px;
    height: 45px;
    margin: 0rem 0rem .7rem .5rem;
    border-radius: 50%;
    border: 3px solid #9D1717;
}
.main h6,
.main p {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    font-family: 'Cinzel Decorative','Noto Serif JP', serif;
}
.long h6,
.long p,
.long span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
}
.long h6,
.long > div > div p,
.long span {
    display: block;
}
.main p {
    font-size: 13.7px;
}
.main span {
    opacity: .8;
    margin-left: .7rem;
    font-size: 12px;
}
.long span {
    margin-left: 0;
}
time {
    display: inline-block;
    margin: .2rem .7rem .2rem 0;
    padding: .15rem .35rem;
    background: #000000;
    color: #fff;
}
.main a {
    color: #26191b;
}
.short {
    margin: 0 0 0 1rem;
}
.short a:not(:nth-of-type(1)) {
    margin-left: .5rem;
}

@media screen and (min-width: 360px) {
    .long h6,
    .long p,
    .long span {
        max-width: 200px;
    }
}
@media screen and (min-width: 375px) {
    .long h6,
    .long p,
    .long span {
        max-width: 230px;
    }
}
@media screen and (min-width: 768px) {
    .main input[type=text] {
        width: 150px;
    }
    .long {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .long > div {
        flex-basis: 48%;
    }
    .long h6,
    .long p,
    .long span {
        max-width: 170px;
    }
}

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

.sub-page {
    border: none;
}

/* story */
.novel h5 {
    text-align: center !important;
    background: transparent;
    color: #584153;
}
.novel {
    text-align: center !important;
}
.novel > p {
    /*小説部分の段落に間隔を作りたくない場合はmargin-topに0を指定してください*/
    margin-top: 2rem;
    font-size: 13px;
    line-height: 2rem; /*小説部分の行間*/
    letter-spacing: 0.025rem; /*小説部分の文字間隔*/
}
.novel > p:first-of-type {
    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: 1.25em;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
[data-ruby] rt {
    display: none;
}

/* caption, afterword */
.cap-af {
    display: block;
    margin: 4rem 0 !important;
    padding: 1rem;
    border: dashed 1px #26191b;
    background: #fff;
}
.cap-af h5 {
    margin: .5rem 0;
}

/* pagination */
ul.pagination {
    display: inline-block;
    text-align: center !important;
    margin: 1rem auto 3rem;
    padding: .3rem 1rem;
    line-height: 1.9rem;
    transition: all .5s;
    background: transparent;
}
ul.pagination > li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 11px;
}
ul.pagination > li a {
    border: none;
}
ul.pagination > li:last-child {
    margin: 0 0;
}
ul.pagination > li:nth-of-type(2) {
    margin-bottom: -10px;
    font-size: 17px;
}

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

/* wrap */
.wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
}
.note {
    border: none;
}

/* article */
.note .flex {
    margin: 1.5rem 0;
}
article {
    position: relative;
    margin: 4rem 0;
    padding: 1rem;
}
article div::after {
    display: block;
    content: '';
    clear: both;
}
article:before,
article:after{
    content:'';
    width: 25px;
    height: 20px;
    position: absolute;
}
article:before{
    top:0;
    left:0;
    border-top: #26191b solid .9px;
    border-left: #26191b solid .9px;
}
article:after{
    bottom:0;
    right:0;
    border-bottom: #26191b solid .9px;
    border-right: #26191b solid .9px;
}

article h6 {
    text-align: left;
}
article time {
    float: left;
    vertical-align: middle;
    margin: .5rem 0;
}
.more {
    float: right;
    margin: .5rem 0;
}

@media screen and (min-width: 768px) {
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    article {
        flex-basis: 48%;
        margin: 2rem 0;
    }
}

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

.article .pagination {
    margin: 3rem 0 0;
}
.sub-page img {
    display: block;
    object-fit: cover;
    width: 80%;
    max-width: 300px;
    height: auto;
    max-height: 300px;
    margin: 2.5rem auto .5rem;
    border: .7px solid #26191b;
}
.sub-page aside {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 2rem;
    opacity: .6;
    font-size: 11px;
    line-height: 19px;
}

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

.sub {
    display: block;
    position: relative;
    text-align: left;
    margin: 1rem 0;
    padding-bottom: .5rem;
    font-size: 15px;
}
.sub::after {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-top: #584153 solid 3px;
    border-bottom: #584153 solid 1px;
    position: absolute;
}

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

/* pagetop button */
#page-top {
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: 100000;
}
#page-top a {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: .5rem 0 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border-bottom: none;
    font-size: 11px;
    border: 1px solid #9D1717;
    color: #fff;
    background-color: #9D1717;
    z-index: 100;
}
#page-top a:visited,
#page-top a:hover {
    color: #fff !important;
    background: #9D1717;
}
@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: #26191b;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to{
        transform: rotate(359deg);
    }
}
.spinner-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(63,249,220);
    background: linear-gradient(0deg, rgba(246, 172, 199,0.1) 33%, rgba(246, 172, 199,1) 100%);
    animation: spin .8s linear 0s infinite;
}
.circle-core {
    width: 100%;
    height: 100%;
    background-color: #26191b;
    border-radius: 50%;
}


/*-------------------- color --------------------*/
/* red */
.red {
    color: #584153 !important;
    display: inline;
}
/* purple */
.purple {
    color: #af8baf !important;
    display: inline;
}
/* pink */
.pink {
    color: #f6acc8 !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 --------------------*/

.deco {
    font-family: 'Cinzel Decorative', 'Noto Serif JP', serif;
}

/*--------------------アンダーライン--------------------*/
.dot {
    border-bottom: dotted 1px #af8baf;
    display: inline;
}
.none {
    border-bottom: none;
}

/*--------------------マーカー--------------------*/
/* blue */
.marker1 {
    padding: 0;
    height: 2rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #f6acc8 60%);
    color: var(--text-color-headline);
}
