@charset "UTF-8";

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

/* webフォント */
@import url('https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap');

/* 全体設定 */
* {
    padding: 0;
    margin: 0;
}
*, *::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: inherit;
    font-size: 100%;
    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: #1b262c;
    font-family: 'Slabo 27px', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}
body, input, select, textarea {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.055em;
}

/* リンク */
a {
    -moz-transition: color .8s ease-in-out, background-color .8s ease-in-out, border-bottom-color .8s ease-in-out;
    -webkit-transition: color .8s ease-in-out, background-color .8s ease-in-out, border-bottom-color .8s ease-in-out;
    -ms-transition: color .8s ease-in-out, background-color .8s ease-in-out, border-bottom-color .8s ease-in-out;
    transition: color .8s ease-in-out, background-color .8s ease-in-out, border-bottom-color .8s ease-in-out;
    border-bottom: dotted 1px #1d9bf0;
    text-decoration: none;
    outline: none;
    color: #1d9bf0;
}
a:hover {
    border-bottom-color: transparent;
    color: #78c0f0;
}

/* 文字装飾 */
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;
    line-height: 1.5rem; /*行間*/
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Slabo 27px', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.25em; /*文字間隔*/
    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: 2rem;
    line-height: 1.1;
    margin: 1rem 0rem 1rem;
}
h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 1rem 0rem 1rem;
}
h3 {
    font-size: 1.3rem;
    margin: 1rem 0rem 1rem;
}
h4 {
    font-size: 1.2rem;
    margin: 1rem 0rem 1rem;
}
h5 {
    font-size: 1.1rem;
    margin: 1rem 0rem 1rem;
}
h6 {
    font-size: 1.05rem;
    margin: 1rem 0rem 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: .1rem .5rem;
    margin: 0rem 0;
    background: linear-gradient(transparent 0%, #78c0f0 0%);
    color: #fff;
    text-shadow: none;
}

/* 引用 */
blockquote {
    position: relative;
    padding: 5px 15px 5px 55px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 0px;
    background: rgba(255,255,255,.7);
    box-shadow: 3px 3px 9px 0px #888;
}
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: #78c0f0;
    font-weight: 900;
}
blockquote:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #78c0f0;
    border-right: 19px solid #78c0f0;
    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;
    opacity: .8;
}

/* コード */
code {
    border: none;
    font-family: "Courier New", monospace !important;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
    background: rgba(255, 255, 255, .7);
    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: #fff;
}

/* 文字揃え */
/*  <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 solid transparent;
    background: rgba(255,255,255,.8);
    box-shadow: 3px 3px 9px 0px #888;
}
.box > p {
    padding: 0 0;
    text-shadow: none;
}

/* 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: 0 0 0 2rem;
    line-height: 1.5rem;
    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: #78c0f0 !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(255, 255, 255, .7);
}
table td {
    padding: 0.75rem 0.75rem;
}
table th {
    font-family: 'Slabo 27px', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, 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 #1d9bf0 !important;
    color: #1d9bf0;
    transition: all .5s;
}
.link:hover {
    background-color: #1d9bf0;
    color: #fff !important;
}
.btn {
    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;
    box-shadow: 2px 2px 6px 0px #888;
    border: 1px solid transparent;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all .5s  !important;
    transition: all .5s !important;
    font-family: 'Slabo 27px', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif !important;
}
.btn-1 {
    background: rgba(209, 175, 195,1);
    color: #fff;
}
.btn-1:hover {
    background: #1d9bf0;
    color: #fff !important;
}
.btn-2 {
    background: #78c0f0;
    color: #fff;
}
.btn-2:hover {
    background: rgba(223, 217, 230,1);
    color: #78c0f0 !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: 1rem auto;
    padding: 0rem;
    border: 1px solid transparent;
    background: transparent;
}
input[type=text],
textarea {
    outline: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: #1d9bf0;
    border: 1px solid #1d9bf0;
    border-radius: 2px;
    padding: 8px 16px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    box-shadow: 2px 2px 6px 0px #888;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,1);
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255,255,255,1);
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255,255,255,1);
}
input[type=text]::placeholder,
textarea::placeholder {
    color: rgba(255,255,255,1);
}
input[type],
textarea,
.cp_ipselect select {
    -moz-transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out, background-color .4s ease-in-out;
    -webkit-transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out, background-color .4s ease-in-out;
    -ms-transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out, background-color .4s ease-in-out;
    transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out, background-color .4s ease-in-out;
}
input[type=text]:focus,
textarea:focus,
.cp_ipselect select:focus {
    outline: none;
    border-color: rgba(209, 175, 195,1);
    background: rgba(209, 175, 195,1);
    color: #fff;
}
.form-element {
    margin-bottom: 20px;
}
form label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--text-color-headline);
    font-weight: 500;
}
.cp_ipselect {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #1d9bf0;
    border-radius: 2px;
    background: #1d9bf0;
    box-shadow: 2px 2px 6px 0px #888;
}
.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255,255,255,1);
    pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: rgba(255,255,255,.8);
}
.cp_ipselect select option{
    background-color: rgba(209, 175, 195,1);
    color: #fff;
}

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

/* bg */
body::before {
    position: fixed;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../../images/top.jpg') no-repeat center;
    background-size:  cover;
    z-index: -2;
}
body::after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.15);
    z-index: -1;
}

/* header */
.header {
    position: relative;
    width: 100%;
    color: #fff;
}
.top-head {
    height: 15rem;
}
.sub-head {
    height: 13rem;
}
.header div {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
.header div,
.header span {
    display: block;
    text-align: center;
}
.header span {
    margin-bottom: .3rem;
}
.header a {
    display: inline-block;
    margin: .1rem .5rem;
    padding: 0 .5rem;
    border-bottom: none;
    background: rgba(0,0,0,.5);
    color: #fff;
}

/* main */
.wrapper {
    text-align: center;
    width: 100%;
    padding: 2rem 4rem 4rem;
    background: rgba(255,255,255,.8);
}
.top-wrap {
    min-height: calc(100vh - 15rem);
}
.sub-wrap {
    min-height: calc(100vh - 13rem);
}
.inner {
    text-align: center;
    margin: 0 auto;
}
.inner-1{
    max-width: 900px;
}
.inner-2 {
    max-width: 600px;
}
section, .section {
    padding: 4rem 0;
}

/* aside */
aside  {
    text-align: left;
    margin: 1rem 0;
}
aside h6 {
    text-align: left;
    margin: 0 0 .5rem;
    border-bottom: 1px solid #1b262c;
}
/* aside a {
    border-bottom: none;
    color: #1b262c;
} */

@media screen and (min-width: 768px) {
    .inner-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    section, .section {
        flex-basis: 50%;
        padding: 4rem 2rem;
    }
}
@media screen and (min-width: 1280px) {
    section, .section {
        padding: 4rem;
    }
}

/*-------------------- box --------------------*/

/* menu */
nav ul {
    display: inline-block;
}
nav ul li {
    display: inline-block;
}

/* top */
.main > center {
    margin: 4rem 0;
}

/* color */
.main dl,
.main > div {
    color: #1d9bf0;
}
.main h3,
.main a,
.main aside {
    color: #1b262c;
}

/* long */
.main dl,
.main section > div,
.main .section > div,
.cap-af {
    padding-left: 1rem;
    border-left: 1px solid #1b262c;
    border-bottom: .5px solid #1b262c;
}
.main dl dd {
    margin: 0 1.5rem 1rem 1.5rem;
    font-size: .75rem;
    opacity: .8;
}

/* short */
.main section > div > div, .main .section > div > div {
    text-align: left;
    padding-bottom: 1rem;
}
.main section > div > div a:not(:first-of-type), .main .section > div > div a:not(:first-of-type) {
    margin-right: .5rem;
    border-bottom: none;
}
.main section > div > div a:nth-of-type(2), .main .section > div > div a:nth-of-type(2) {
    margin-left: 1.5rem;
    padding-left: .5rem;
    border-left: 1px solid #78c0f0;
}
.main time {
    margin-right: .5rem;
    padding: .1rem .3rem;
    font-size: .8rem;
    border: .5px solid rgba(138, 68, 109,.7);
    color: rgba(138, 68, 109,.7);
}
.main span {
    margin-left: 1rem;
    font-size: .75rem;
    opacity: .8;
}

/* aside */
.main aside {
    text-align: right;
    margin: 0;
    opacity: .6;
}

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

/* form */
.main form {
    margin: 1rem 0;
}
.main input[type] {
    display: inline-block;
    box-shadow: 2px 2px 6px 0px #888;
}
.main input[type=text] {
    width: 105px;
    padding: .1rem .3rem;
}
.main input[type=submit] {
    -webkit-appearance: none;
    transition: all .5s;
    padding: .1rem .3rem;
    border-radius: 2px;
    border: 1px solid rgba(209, 175, 195,1);
    background: rgba(209, 175, 195,1);
    color: #fff;
}
.main input[type=submit]:hover {
    border: 1px solid #1d9bf0;
    background: #1d9bf0;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .main input[type=text] {
        width: 150px;
    }
}

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

/* story */
.novel h5 {
    text-align: center !important;
    background: transparent;
}
.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: 1em;
  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 {
    position: relative;
    margin: 4rem 0 !important;
    padding-bottom: .5rem;
}

/* pagination */
ul.pagination {
    display: inline-block;
    position: relative;
    text-align: center !important;
    margin: 1rem auto 3rem;
    padding: .3rem 1rem;
    line-height: 1.9rem;
    transition: all .5s;
    background: #fff;
    box-shadow: 2px 2px 6px 0px #888;
}
ul.pagination > li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 11px;
}
ul.pagination > li a {
    border: none;
    color: #1d9bf0;
}
ul.pagination > li:last-child {
    margin: 0 0;
}

/*-------------------- record --------------------*/

article {
    position: relative;
    padding-bottom: 1rem;
    margin: 4rem 0;
}
article > div {
    max-height: 6rem;
    overflow-y: scroll;
}
.more {
    display: inline-block;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0rem auto .3rem;
    padding: .2rem 2rem;
    border: 1px solid #78c0f0;
    color: #fff;
    background: #78c0f0;
    box-shadow: 2px 2px 6px 0px #888;
    transition: all .5s;
}
.more:hover {
    border: 1px solid rgba(255,255,255,.9);
    background: rgba(255,255,255,.9);
    color: #1b262c;
}
article time,
.article time {
    margin-right: .5rem;
}

@media screen and (min-width: 768px) {
    article {
        flex-basis: 40%;
        margin: 4rem 2rem;
        padding-left: 1rem;
        border-left: 1px solid #1b262c;
        border-bottom: .5px solid #1b262c;
    }
    .more {
        margin-top: -.5rem;
    }
}

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

.article .pagination {
    margin: 3rem 0 0;
}
.inner-2 img {
    display: block;
    object-fit: cover;
    width: 80%;
    max-width: 300px;
    height: auto;
    max-height: 300px;
    margin: 2.5rem auto .5rem;
    box-shadow: 3px 3px 9px 0px #888;
}
.inner-2 aside {
    display: block;
    text-align: center;
    margin: 1rem auto;
    max-width: 300px;
    opacity: .6;
    font-size: 10px;
}

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

.sub {
    display: block;
    margin: 1rem 0;
    padding: 0 0 .2rem 1rem;
    border-left: 1px solid #1b262c;
    border-bottom: .5px dashed #1b262c;
    font-size: 15px;
}

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

/* pagetop button */
#page-top {
    position: fixed;
    right: 1%;
    bottom: 1%;
    z-index: 999;
}
#page-top a {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 0 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-bottom: none;
    font-size: 11px;
    border: 1px solid rgba(155, 186, 176,.6);
    color: #fff;
    background-color: rgba(155, 186, 176,.6);
}
#page-top a:visited,
#page-top a:hover {
    color: #fff !important;
    background: rgba(155, 186, 176,.6);
}

/* loader */
.page-loader {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #1d9bf0;
    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: #fff;
    background: linear-gradient(0deg, rgba(255,255,255,0.1) 33%, rgba(255,255,255,1) 100%);
    animation: spin .8s linear 0s infinite;
}
.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d9bf0;
    border-radius: 50%;
}

/*-------------------- color --------------------*/
/* purple */
.purple1 {
    color: #78c0f0 !important;
    display: inline;
}
/* purple */
.purple2 {
    color: rgba(223, 217, 230,1) !important;
    display: inline;
}
/* pink */
.pink1 {
    color: rgba(209, 175, 195,1) !important;
    display: inline;
}
/* pink */
.pink2 {
    color: #1d9bf0 !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 --------------------*/

.san-serif {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

/*--------------------マーカー--------------------*/
/* marker */
.marker1 {
    padding: 0;
    height: 2rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(209, 175, 195,1) 60%);
    color: var(--text-color-headline);
}
