@charset "UTF-8";

/* Template & Designed by Orihashi Ren */
/* http://kerry.php.xdomain.jp/ */

/* webフォント */
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,700;1,400&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: #fff;
    font-family: 'Alegreya Sans', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-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;
}
@media screen and (min-width: 768px) {
    body, input, select, textarea {
        font-size: 13px;
    }
}

/* リンク */
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 #fff;
    text-decoration: none;
    outline: none;
    color: #fff;
}
a:hover {
    border-bottom-color: transparent;
    color: #9e92ae;
}

/* 文字装飾 */
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: 'Alegreya Sans', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    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: 2.5rem;
    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%, #8fa0ce 0%);
    color: #fff;
    text-shadow: none;
}

/* 引用 */
blockquote {
    position: relative;
    padding: 5px 15px 5px 55px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 0px;
    color: ;
    background: rgba(220,220,220,.3);
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 38px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    background: #8fa0ce;
    font-weight: 900;
}
blockquote:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #8fa0ce;
    border-right: 19px solid #8fa0ce;
    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;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
    background: rgba(220, 220, 220, .3);
    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: #ccc;
}

/* 文字揃え */
/*  <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(195, 207, 238,.7);
    color: #fff;
}
.box > p {
    padding: 0 0;
    text-shadow: none;
}
.box a {
    color: ;
}

/* 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.5rem;
}
.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: #8fa0ce !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, .3);
}
table td {
    padding: 0.75rem 0.75rem;
}
table th {
    font-family: 'Alegreya Sans', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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 #ee76ad !important;
    color: #ee76ad !important;
    transition: all .5s;
}
.link:hover {
    background-color: #ee76ad;
    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;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .5s  !important;
    transition: all .5s !important;
    -moz-transition: all .5s !important;
    font-family: 'Alegreya Sans', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif　!important;
}
.btn-1 {
    background: rgba(255,255,255,.3);
    color: #fff !important;
}
.btn-1:hover {
    background: rgba(255,255,255,.7);
    color: #8fa0ce !important;
}
.btn-2 {
    background: linear-gradient(rgba(170, 182, 248,.7), rgba(255, 117, 198,.7));
    background: -webkit-linear-gradient(rgba(170, 182, 248,.7), rgba(255, 117, 198,.7));
    background: -moz-linear-gradient(rgba(170, 182, 248,.7), rgba(255, 117, 198,.7));
    border: 1px solid rgba(170, 182, 248,.7) !important;
    color: #fff !important;
}
.btn-2:hover {
    background: #fff;
    color: rgba(170, 182, 248,.7) !important;
}
.btn-1:hover svg {
    fill: #8fa0ce;
}
.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;
    color: ;
}
input[type=text],
textarea {
    outline: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px 16px;
    line-height: 22px;
    color: #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;
    font-family: 'Alegreya Sans', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
input[type=text]:focus,
textarea:focus,
.cp_ipselect select:focus {
    outline: none;
    border-color: rgba(255,255,255,1);
    background: rgba(255,255,255,.25);
    color: #888;
}
.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 #fff;
    border-radius: 4px;
    background: transparent;
}
.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: #fce7f1;
    color: #ee76ad;
}

/*-------------------- index --------------------*/

/* nav */
nav,
.txt {
    width: 100%;
    z-index: 1000;
}
nav {
    position: fixed;
    text-align: center;
    width: 100%;
}
nav a {
    border-bottom: none;
    font-size: 16px;
    color: #fff;
}
nav > a {
    display: none;
}
nav ul {
    display: inline-block;
    right: 5rem;
    margin: 1.5rem 0;
}
nav ul li {
    display: inline-block;
    margin: 0 .5rem;
}
nav.m_fixed {
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
nav.m_fixed a {
    color: #404044;
}

/* top text */
.txt {
    position: absolute;
    margin-top: calc(50vh - 43px);
    text-align: center;
}
.txt p {
    text-align: center;
}

/* wrapper */
.wrapper {
    position: relative;
}
.contents {
    text-align: center;
    position: relative;
    padding: 2rem 4rem;
}
.contents a {
    color: #8fa0ce;
}
.con-1 {
    background: #F8FAFF;
    color: #404044;
}
.con-2 {
    background: #fff;
    color: #888;
}
.con-3  {
    background: linear-gradient(rgba(170, 182, 248,.7), rgba(255, 117, 198,.7));
    background: -webkit-linear-gradient(rgba(170, 182, 248,.7), rgba(255, 117, 198,.7));
    background: -moz-linear-gradient(rgba(170, 182, 248,.7), rgba(255, 117, 198,.7));
    color: #fff;
}
.con-3 a {
    color: #fff;
}
.con-2 h2,.con-2 h3,.con-2 h3, .con-2 h4, .con-2 h5, .con-2 h6 {
    color: #404044;
}
.inner-1 {
    max-width: 600px;
    margin: 0 auto;
}
.inner-2,
.inner-3,
.inner-7 {
    max-width: 1100px;
    margin: 0 auto;
}
.inner-5 {
    max-width: 1000px;
    margin: 0 auto;
}
section,
article {
    text-align: center;
    margin: 4rem auto;
}

/* icon */
.icon {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 50px;
    margin-bottom: 2rem;
}
.icon::before, .icon::after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}
.icon::before {
    top: -20px;
    border-width: 0 45px 20px 45px;
}
.icon::after {
    bottom: -20px;
    border-width: 20px 45px 0 45px;
}
.icon.color-1::before {
    border-color: transparent transparent #def4fb transparent;
}
.icon.color-1::after {
    border-color: #def4fb transparent transparent transparent;
}
.icon.color-2::before {
    border-color: transparent transparent #fce7f1 transparent;
}
.icon.color-2::after {
    border-color: #fce7f1 transparent transparent transparent;
}
.icon.color-3::before {
    border-color: transparent transparent #fdf2ea transparent;
}
.icon.color-3::after {
    border-color: #fdf2ea transparent transparent transparent;
}
.icon.color-4::before {
    border-color: transparent transparent #ebfdf4 transparent;
}
.icon.color-4::after {
    border-color: #ebfdf4 transparent transparent transparent;
}
.color-1 {
    background: #def4fb;
}
.color-2 {
    background: #fce7f1;
}
.color-3 {
    background: #fdf2ea;
}
.color-4 {
    background: #ebfdf4;
}
.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    font-size: 30px;
}
.icon.color-1 i {
    color: #29bae4;
}
.icon.color-2 i {
    color: #ee76ad;
}
.icon.color-3 i {
    color: #efac78;
}
.icon.color-4 i {
    color: #79efb4;
}

/* aside */
aside {
    1rem 0;
}
aside h6 {
    margin: 0;
    color: #404044;
}
aside ul,
aside ul li {
    text-align: center !important;
    margin: 0;
}
.list-1 li {
    display: inline-block;
    margin: 0 .5rem;
}

/* scroll */
.scroll {
    position: relative;
    overflow-y: scroll;
    height: 3rem;
    width: 100%;
}
.scroll ul li {
    margin: 0;
}

/* new */
.new::after {
    content: "new";
    color: #8fa0ce;
    margin-left: 0.5rem;
    opacity: .6;
}

/* contact */
.box-b {
    max-width: 800px;
}

/* footer */
.footer {
    position: absolute;
    margin-top: -5.5rem;
    text-align: center;
    width: 100%;
    opacity: 1;
}
.contents:last-of-type {
    padding-bottom: 5rem;
}
.homepage__features__wave {
    width: 100%;
    position: relative;
    left: 0;
    height: 100%;
    display: block;
}
footer {
    background-color: #fff;
    position: relative;
    top: -.5px;
    padding-bottom: 2em;
    color: #888;
}
footer a {
    color: #888;
}
.color-5 {
    background: rgba(170, 182, 248,.7);
    color: #fff;
}
.color-5 a {
    color: #fff;
}

@media screen and (min-width: 768px) {
    nav > a {
        display: block;
        position: absolute;
        margin: 2rem 0;
        left: 5rem;
        font-weight: 700;
        font-size: 20px;
    }
    nav ul {
        position: absolute;
        display: block;
        margin: 2rem 0;
    }
    .inner-2,
    #contact form,
    .inner-5,
    .inner-4 section,
    .inner-6,
    .inner-7  {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .inner-2 section {
        flex-basis: 33.333333333%;
        margin: 0 auto;
        padding: 2rem 1rem;
    }
    #contact form > div {
        flex-basis: 50%;
        padding: 0 1rem;
    }
    .footer {
        margin-top: -9rem;
    }   
    .contents:last-of-type {
        padding-bottom: 7rem;
    }
}
@media screen and (min-width: 1024px) {
    .inner-2 section {
        flex-basis: 25%;
    }
    .footer {
        margin-top: -12rem;
    }   
    .contents:last-of-type {
        padding-bottom: 9.5rem;
    }
}

/*-------------------- works --------------------*/

/* long */
.inner-4 section > a {
    position: relative;
}
.inner-4 section > a img {
    position: relative;
    object-fit: cover;
    height: 200px;
    width: 200px;
}
.inner-4 section:nth-of-type(odd) > a img {
    -webkit-box-shadow: 20px 20px 0 0 #fce7f1;
    box-shadow: 20px 20px 0 0 #fce7f1;
}
.inner-4 section:not(:nth-of-type(odd)) > a img {
    -webkit-box-shadow: -20px 20px 0 0 #fce7f1;
    box-shadow: -20px 20px 0 0 #fce7f1;
}
.inner-4 section > div {
    margin-top: 1.5rem;
    flex-basis: 55%;
}
.inner-4 section > div h6 {
    margin: 0;
}
.main h6 a {
    color: #404044;
}

/* short */
ul.pl-l {
    counter-reset: num;
}
ul.pl-l li::before {
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    padding-right: 8px;
}

/* button */
.full {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: .375rem .75rem;
    margin-top: .5rem;
    background: #fce7f1;
    border: 2px solid #fce7f1;
    color: #ee76ad;
}

/* form */
.main form {
    margin: 1rem 0;
}
.main input[type] {
    display: inline-block;
    border-radius: 2px;
}
.main input[type=text] {
    width: 105px;
    padding: .1rem .3rem;
    border: 1px solid #ee76ad;
    background: #fff !important;
    color: #ee76ad !important;
}
.main input[type=submit] {
    -webkit-appearance: none;
    transition: all .5s;
    padding: .1rem .3rem;
    border-radius: 20px;
    border: 1px solid transparent;
    background: #fce7f1 !important;
    color: #ee76ad !important;
}
.main input[type=submit]:hover {
    border: 1px solid #ee76ad;
    background: #fff;
    color: #ee76ad;
}
.main input[type=text]::-webkit-input-placeholder {
    color: #ee76ad;
}
.main input[type=text]::-moz-placeholder {
    color: #ee76ad;
}
.main input[type=text]:-ms-input-placeholder {
    color: #ee76ad;
}
.main input[type=text]::placeholder {
    color: #ee76ad;
}

@media screen and (min-width: 768px) { 
    .main input[type=text] {
        width: 150px;
    }
    .inner-4 section > a {
        flex-basis: 45%;
    }
    .inner-5 section {
        flex-basis: 50%;
        padding: 0 2rem;
    }
}
@media screen and (min-width: 1024px) {
    .inner-4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .inner-4 section {
        flex-basis: 50%;
        padding: 0 2rem;
    }
}

/*-------------------- novel --------------------*/

/* story */
.novel h5 {
    text-align: center !important;
    background: transparent;
    color: ;
}
.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;
    top: -1.01rem;
    right: 0;
    left: -4px;
    margin-left: 0.25em;
    font-size: 0.5em;
    text-align: center;
    letter-spacing: 0.25em;
    white-space: nowrap;
    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;
    font-size: 11px;
}

/* pagination */
ul.pagination {
    display: inline-block;
    position: relative;
    text-align: center !important;
    margin: 1rem auto 1rem;
    padding: .3rem 1rem;
    line-height: 1.9rem;
    transition: all .5s;
    background: transparent;
}
ul.pagination > li {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #8fa0ce;
    font-size: 11px;
}
ul.pagination > li a {
    border: none;
    color: ;
}
ul.pagination > li:last-child {
    margin: 0 0;
}
ul.pagination .off {
    display: none;
}

@media screen and (min-width:768px) {
    .cap-af {
        font-size: 12px;
    }
    ul.pagination .off {
        display: inline-block;
    }
}

/*-------------------- notebook --------------------*/

article {
    margin: 4rem -2rem;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 4px 18px -12px rgba(0,0,0,.75);
    border: 1px solid #f7f7f7;
    color: #888;
}
article img {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    height: 250px;
    width: 100%;
}
article > div {
    overflow-y: scroll;
    height: 12rem;
    padding: 1.5rem;
}
article > div h5 a {
    color: #404044 !important;
}

.note .pagination,
.article .pagination {
    margin: 3rem auto 0;
}

@media screen and (min-width:768px) {
    .inner-6 {
        justify-content: space-between;
    }
    .inner-6 article {
        flex-basis: 45%;
        margin: 1rem;
    }
}
@media screen and (min-width:1024px) {
    .inner-6 article {
        flex-basis: 23%;
        margin: .5rem;
    }
}

/*-------------------- article --------------------*/


/* section */
.inner-7 section:first-of-type {
    margin-bottom: 30px;
    font-size: 15px;
    width: 100%;
}
.inner-7 section:nth-of-type(2) {
    max-width: 600px;
}

.inner-7 section:first-of-type > div {
    margin: 0 0 3rem;
}

/* categories */
.category li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
}
.category li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.category a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

/* recent blog */
.recent > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 1.5rem;
}
.recent > div img {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-right: 1.5rem;
}
.recent > div div {
    width: calc(100% - 100px);
}
.recent h6 {
    text-align: left;
    overflow-y: scroll;
    height: 80px;
    margin: 0;
    line-height: 1.2rem;
    font-size: 13px;
}
.recent > div div p {
    font-size: 12px;
    color: #ccc;
}

/* image */
.img {
    display: block;
    object-fit: cover;
    width: 80%;
    max-width: 300px;
    height: auto;
    margin: 2.5rem auto .5rem;
}
.aside {
    display: block;
    text-align: center;
    margin: 1rem auto;
    max-width: 300px;
    opacity: .6;
    font-size: 10px;
}

@media screen and (min-width:768px) {
    .inner-7 section:first-of-type {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .inner-7 section:nth-of-type(2) {
        flex: 0 0 66.66667%;
        padding: 25px;
    }
}

/*-------------------- elements --------------------*/

.con-1 input[type],
.con-1 textarea,
.con-1 .cp_ipselect select,
.con-2 input[type],
.con-2 textarea,
.con-2 .cp_ipselect select {
    background: rgba(195, 207, 238,.7);
    color: #fff;
}

.sub {
    display: block;
    text-align: left;
    margin: 1rem 0;
    font-size: 15px;
    border-bottom: 1px solid #404044;
    color: #404044;
}

/*-------------------- other --------------------*/

/* pagetop button */
#page-top {
    position: fixed;
    left: 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(255,255,255,.6); 
    color: #888;
    background-color: rgba(255,255,255,.6);
}
#page-top a:visited,
#page-top a:hover {
    color: #888 !important;
    background: rgba(255,255,255,.6);
}

/* loader */
.page-loader {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(170, 182, 248,1);
    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: rgba(170, 182, 248,1);
    border-radius: 50%;
}

/* particles */
#particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 33;
}

/* mood lighting */
.holder,
.first,
.second,
.third {
    height: 100vh;
    width: 100vw;
}
.first,
.second,
.third {
    position: absolute;
}
.second,
.third {
    opacity: 0;
}
.holder {
    height: 100vh;
    position: relative;
    top: 0;
    z-index: 1;
}
.first {
    animation: first 10s infinite;
    background: linear-gradient(#5ff8ca, #60e08c);
    background: -webkit-linear-gradient(#5ff8ca, #60e08c);
    background: -moz-linear-gradient(#5ff8ca, #60e08c);
    z-index: 10;
}
@keyframes first {
    0% {opacity: 1.0;}
    10% {opacity: 0.8;}
    20% {opacity: 0.6;}
    30% {opacity: 0.4;}
    40% {opacity: 0.2;}
    50% {opacity: 0.1;}
    60% {opacity: 0.2;}
    70% {opacity: 0.4;}
    80% {opacity: 0.6;}
    90% {opacity: 0.8;}
    100% {opacity: 1.0;}
}
.second {
    animation: second 10s infinite; animation-delay: 2s;
    background: linear-gradient(#19eaa6, #00a1f0);
    background: -webkit-linear-gradient(#19eaa6, #00a1f0);
    background: -moz-linear-gradient(#19eaa6, #00a1f0);
    z-index: 20;
}
@keyframes second {
    0% {opacity: 0;}
    10% {opacity: 0.2;}
    20% {opacity: 0.4;}
    30% {opacity: 0.6;}
    40% {opacity: 0.8;}
    50% {opacity: 1.0;}
    60% {opacity: 0.8;}
    70% {opacity: 0.6;}
    80% {opacity: 0.4;}
    90% {opacity: 0.2;}
    100% {opacity: 0;}
}
.third {
    animation: third 10s infinite;
    animation-delay: 8s;
    background: linear-gradient(#aab7f8, #ff75c6);
    background: -webkit-linear-gradient(#aab7f8, #ff75c6);
    background: -moz-linear-gradient(#aab7f8, #ff75c6);
    z-index: 30;
}
@keyframes third {
    0% {opacity: 0;}
    10% {opacity: 0.2;}
    20% {opacity: 0.4;}
    30% {opacity: 0.6;}
    40% {opacity: 0.8;}
    50% {opacity: 1.0;}
    60% {opacity: 0.8;}
    70% {opacity: 0.6;}
    80% {opacity: 0.4;}
    90% {opacity: 0.2;}
    100% {opacity: 0;}
}

/* animation */
.fadeInUp {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -ms-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(45px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(45px); -ms-transform: translateY(45px); transform: translateY(45px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*-------------------- color --------------------*/
/* blue */
.blue1 {
    color: #8fa0ce !important;
    display: inline;
}
/* blue */
.blue2 {
    color: #29bae4 !important;
    display: inline;
}
/* pink */
.pink1 {
    color: #ee76ad !important;
    display: inline;
}
/* pink */
.pink2 {
    color: rgba(255, 117, 198,.7) !important;
    display: inline;
}
/* yellow */
.yellow {
    color: #efac78 !important;
    display: inline;
}
/* green */
.green {
    color: #79efb4 !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: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*--------------------アンダーライン--------------------*/
.dot {
    border-bottom: dotted 1px #8fa0ce;
    display: inline;
}
.none {
    border-bottom: none;
}

/*--------------------マーカー--------------------*/
/* marker */
.marker1 {
    padding: 0;
    height: 2rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(255, 117, 198,.7) 60%);
    color: var(--text-color-headline);
}
                