@charset "UTF-8";

/* Template & Designed by Orihashi Ren */
/* http://kerry.php.xdomain.jp/ */

/* webフォント */
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400i,700,700i,800|Noto+Sans+JP|Noto+Serif+JP|Quicksand:400,700&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.7;
    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: #08192D;
    color: #fff;
    font-family: 'Quicksand','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.7;
    letter-spacing: 0.075em;
    color: #fff;
}

/* リンク */
a {
    transition: .8s color;
    border-bottom: dotted 1px #668BAD;
    text-decoration: none;
    outline: none;
    color: #fff;
}
a:hover {
    border-bottom-color: transparent;
    color: #668BAD !important;
}

/* 文字装飾 */
strong, b, .b {
    font-weight: 700; /*太字*/
}
strong {
    color: #E20613;
}
em, i {
    font-style: italic; /*斜体*/
}
em {
    border-bottom: 1px dashed #E20613;
}

/* text */
p {
    text-align: justify;
    margin: 0 0;
    padding: 0rem 0;
    font-size: 13px;
    line-height: 1.7rem; /*行間*/
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'EB Garamond', 'Noto Serif JP',serif;
    font-weight: 800;
    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 1rem .5rem;
}
h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin: .5rem 1rem .5rem;
}
h3 {
    font-size: 1.5rem;
    margin: .5rem 1rem .5rem;
}
h4 {
    font-size: 1.2rem;
    margin: .5rem 1rem .5rem;
}
h5 {
    font-size: 1.1rem;
    margin: .5rem 1rem .5rem;
}
h6 {
    font-size: 0.9rem;
    margin: .5rem 1rem .5rem;
}

/* 上付き */
sub {
    font-size: 0.6rem;
    position: relative;
    top: 0.5rem;
}
/* 下付き */
sup {
    font-size: 0.6rem;
    position: relative;
    top: -0.5rem;
}

/* マーカー */
mark {
    display: inline-block;
    padding: .2rem .5rem;
    background: linear-gradient(transparent 60%, #6E7CB4 60%);
    color: #fff;
}

/* 引用 */
blockquote {
    position: relative;
    padding: 5px 15px 5px 55px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 0px;
    color: #fff;
    background: rgba(255,255,255,.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: rgba(255,255,255,1);
    font-size: 18px;
    line-height: 30px;
    background: #572A3F;
    font-weight: 900;
}
blockquote:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #572A3F;
    border-right: 19px solid #572A3F;
    border-bottom: 10px solid transparent;
}
blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    font-size: 0.9em;
    color: #888888;
}

/* コード */
code {
    border: none;
    font-family: "Courier New", monospace !important;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
    background: rgba(220, 220, 220, 0.25);
    border-color: #eeeeee;
}
pre {
    width :100% !important;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    font-family: "Courier New", monospace !important;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}
pre code {
    width: 100% !important;
    overflow-x: auto;
    display: block;
    line-height: 1.75;
    padding: 1rem 1.5rem;
    box-sizing: border-box !important;
}

/* 区分線 */
hr {
    border: 0;
    border-bottom: solid 2px;
    margin: 3rem 0rem;
    border-bottom-color: var(--border);
}

/* 文字揃え */
/*  <span class="align-center">例</span> 等と使用してください  */
.align-left {
    text-align: left;
}
.align-center,
.align-center p {
    text-align: center;
}
.align-right {
    text-align: right;
}

/* Box */
.box {
    text-align: left;
    width: 100%;
    height: auto;
    margin: 3rem 0rem;
    padding: 1.5rem;
    border: 5px double rgba(243, 210, 172,.6);
    border-radius: 10px;
    background: transparent;
}
.box > p {
    padding: 0 0;
}

/* lists */
ol, ul {
    margin: 1rem 1rem 1rem 2rem;
    list-style: none;
}
.list_no {
    list-style: none;
}
.list_un {
    list-style: disc;
}
.list_or {
    list-style: decimal;
}
.list_no > li,
.list_un > li,
.list_or > li {
    padding-left: .5rem;
    text-align: left;
}
.float li {
    float: left;
    margin: 0 0.3em;
}
.float:after {
    display: block;
    content: '';
    clear: both
}

/* dl */
.dltype1 {
    text-align: left;
    margin: 0.5rem 1rem;
}
.dltype1 > dt a,
.dltype1 > dt {
    color: #F3D2AC !important;
    font-size: 13px;
    border-bottom: none;
}
.dltype1 > dd {
    margin-left: 1.3rem;
    font-size: 12px;
    color: #fff;
}

/* table */
.table_div {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin: 0 0rem;
}
table {
    margin: 0rem 0rem;
    width: 100%;
}
table thead {
    border-bottom: solid 2px #231d25;
}
table tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0;
    border-color: #231d25;
}
table tbody tr:nth-child(odd) {
    background-color: rgba(220, 220, 220, 0.25);
}
table td {
    padding: 0.75rem 0.75rem;
}
table th {
    font-family: 'Quicksand','Noto Sans JP', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.5;
    padding: 0 0.75rem 0.75rem 0.75rem;
    text-align: left;
}
table tfoot {
    border-top: solid 2px;
    border-top-color: #eeeeee;
}
@media screen and (max-width: 980px) {
    table th {
        font-size: 0.9rem;
    }
}

/* link button */
.link {
    display: inline-block;
    height: 25px;
    line-height: 21px;
    margin: .2rem auto;
    padding: .1rem .3rem;
    border: 1px solid #396B97 !important;
    transition: all .5s
}
.link:hover {
    background-color: #396B97;
    color: #fff!important;
}
.btn {
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    position: relative;
    white-space: nowrap;
    border: none;
    margin: .5rem;
    padding: 9px 24px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1rem;
    font-weight: 400;
    background: #572A3F;
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:hover, .btn:link, .btn:active, .btn:visited, .btn:focus {
    color: #fff !important;
}
.btn svg {
    position: relative;
    left: -4px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin: 2px 0;
    fill: #fff;
}

/* form */
form {
    text-align: center;
}
.box-a {
    margin: 2rem auto;
    padding: 1rem;
}
.form-field,
textarea {
    outline: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: #08192D;
    border: 1px solid #08192D;
    padding: 8px 16px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}
.form-field::-webkit-input-placeholder
textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,.8);
}
.form-field::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255,255,255,.8);
}
.form-field:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255,255,255,.8);
}
.form-field::placeholder,
textarea::placeholder {
    color: rgba(255,255,255,.8);
}
.form-field:focus,
textarea:focus {
    outline: none;
    border-color: #396B97;
}
.form-element {
    margin-bottom: 20px;
}
form label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--text-color-headline);
    font-weight: 500;
}
.submit {
    background-color: transparent !important;
    font-weight: 700;
}
@media screen and (min-width: 768px){
    .box-a {
        max-width: 640px;
    }
    form {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
    }
    form > div {
        margin: 1rem;
        flex-basis: 50%;
    }
}
@media screen and (min-width:1024px) {
    .box-a {
        max-width: 50rem;
    }
}

/*-------------------- トップページ --------------------*/

/* 枠 */
html:before,
html:after,
body:before,
body:after {
    content: "";
    background: #572A3F;
    position: fixed;
    display: block;
    z-index: 1;
}
/* 上 */
html:before {
    height: 3px; 
    width: 90vw;
    left: 5%;
    top: 3%;
}
/* 右 */
html:after {
    width: 3px;
    height: 94vh;
    right: 5%;
    top: 3%;
}
/* 下 */
body:before {
    height: 3px;
    width: 90vw;
    bottom: 3%;
    left: 5%;
}
/* 左 */
body:after {
    width: 3px;
    height: 94vh;
    top: 3%;
    left: 5%;
}

/* menu */
nav {
    text-align: center;
    position: fixed;
    bottom: 3%;
    left: 5%;
    padding: 0;
    width: 90vw;
    background-color: #572A3F;
    z-index: 900;
}
nav span {
    display: none;
}
nav ul {
    margin: .5rem 0;
}
nav ul li {
    margin: 0 .5rem;
    display: inline-block;
}
nav ul li a {
    border-bottom: none;
}
@media screen and (min-width: 768px) {
    nav {
        position: fixed;
        height: 94vh;
        width: 40px;
        top: 3%;
        left: 5%;
        padding: 0.5em 0;
        background-color: #572A3F;
    }
    nav span {
        display: block;
        position: absolute;
        top: 20vh;
        margin: 1rem .3rem !important;
        font-size: 20px;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
    }
    nav ul {
        position: absolute;
        top: 35vh !important;
        margin: 1rem .6rem;
        text-align: center;
    }
    nav ul li {
        text-align: center;
        margin: 1rem 0;
        display: list-item;  /* 縦に並べる */
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
    }
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
    nav {
        text-align: center;
        position: fixed;
        top: 3%;
        left: 5%;
        padding: 0;
        height: 40px;
        width: 90vw;
        background-color: #572A3F;
        z-index: 900;
    }
    nav span {
        display: none;
    }
    nav ul {
        position: relative;
        margin: .5rem 0;
        top: 4% !important;
    }
    nav ul li {
        margin: 0 .5rem;
        display: inline-block;
        writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
    }
    nav ul li a {
        border-bottom: none;
    }
}

/* header */
header {
    height: 100vh;
    margin: 18vh auto 5rem;
    text-align:center;
}
.head-p {
    margin: -3rem auto 2.5rem;
    max-width: 600px;
    padding: 2rem;
}
.head-p p {
    text-align: center;
}
.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
}
.lnr-arrow-down {
    color: #fff;
    font-size: 60px;
    padding: .5rem;
    border-radius: 50%;
    border: solid 1px #fff;
    background-color: rgba(255,255,255,.07);
}
.icon a {
    border-bottom: none;
}
@media screen and (min-width: 678px) {
    .head-p {
        margin: 5rem auto 2.5rem;
    }
}

/* section */
.wrapper {
    text-align: center;
    min-height: 100vh;
    position: relative;
    padding-bottom: 0rem;
    box-sizing: border-box;
}
.w-a {
    padding-bottom: 110vh;
}
.w-b {
    padding-bottom: 10rem;
}
section {
    max-width: 620px;
    margin: 1.5rem auto;
    padding: 2rem;
}
footer {
    left: 0;
    bottom: 0px;
    margin: auto 1rem 2rem;
    padding: 1rem 1rem 5rem;
    width: 100%;
    text-align: center !important;
    position: absolute;
    display: inline-block;
    background: #000;
    margin: 0 auto;
}
footer p {
    font-size: 12px;
    text-align: center;
}
@media screen and (min-width:768px) {
    .w-a {
        padding-bottom: 80vh;
    }
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 640px;
        margin: 0 auto;
    }
    section {
        flex-basis: 50%;
    }
}
@media screen and (min-width:1024px) {
    .flex {
        max-width: 1000px;
    }
}

/* スクロールボックス */
.scroll {
    position: relative;
    overflow-y: scroll;
    height: 6rem;
    width: 80%;
    max-width: 28rem;
    margin: 0 auto 2rem;;
    font-size: 11px;
    border: 1px solid #fff;
    border-radius: 0px;
}
.scroll mark {
    padding: 0.2em 0.5em;
    background-color: #F3D2AC;
    color: #231d25;
}
.scroll > .list no {
    margin: 0 2rem;
}
.scroll .list_no li {
    padding-left: 0;
}

/* new */
.new::after {
    content: "new";
    color: #F3D2AC;
    margin-left: 0.5rem;
    opacity: .6;
}

/* リスト */
section ul.float li a {
    border-bottom: none;
}

/*-------------------- ワークス --------------------*/

.head-h {
    display: block;
    max-width: 50rem;
    width: 80%;
    margin: 15vh auto 3rem;
}

.pl {
    margin: 0;
    counter-reset: cnt;
}
.pl > div {
    border:solid 1px #F3D2AC;
    border-radius:10px;
    margin: 3rem .5rem;
    padding: 1rem;
}
.pl h3,
.pl h4 {
    position: relative;
    bottom: 48px;
    text-align: center;
    margin: .5rem auto -30px;
    padding: 0 5px;
}
.pl h3 span,
.pl h4 span {
    display: inline-block;
    text-align:center;
    height: 50px;
    width: 50px;
    line-height: 44px;
    font-size:15px;
    padding: 5px;
    margin-bottom: .5rem;
    border-radius: 50%;
    background: #572A3F;
    color:#fff;
}
.pl ul.pl-l {
    counter-reset: num;
    margin: .5rem;
}
.pl ul.pl-l li::before {
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    padding-right: 8px;
    font-family: 'EB Garamond', 'Noto Serif JP',serif !important;
}
.pl ul li a {
    border-bottom: none;
    font-family: 'EB Garamond', 'Noto Serif JP',serif !important;
    font-size: 14px;
}
.pl ul.float {
    margin: .5rem 1rem;
}

/*-------------------- ノベル --------------------*/

.border {
    text-align: left !important;
    padding: .5rem 1rem;
    border: solid 1px #fff;
}
.c-a {
    margin: 4rem auto;
}
.c-a h4 {
    color: #F3D2AC;
}
.title {
    display: inline-block;
    padding: 0;
    font-weight: 400;
}
.title::after {
    display: block;
    content: '';
    width: 20rem;
    border-radius: 50%;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,.7);
}
.ornament {
    display: block;
    width: auto;
    height: 50px;
    background: url('../../images/dividers-4869408-2.png') no-repeat center/70px;
}

/* pagination */
ul.pagination {
    display: inline-block;
    text-align: center !important;
    margin: 1rem auto;
    padding: .3rem .5rem;
    line-height: 1.9rem;
    transition: all .5s 
}
ul.pagination > li {
    margin: 0 20px 0 0;
    float: left;
}
ul.pagination > li a {
    border-bottom: none;
}
ul.pagination > li:last-child {
    margin: 0 0;
}
.lnr-chevron-left,
.lnr-chevron-right {
    width: 14px;
    height: 14px;
}
ul.pagination > li a,
.lnr-chevron-left,
.lnr-chevron-right{
    color: #F3D2AC !important;
    fill: #F3D2AC;
}

/* story */
.novel {
    text-align: center !important;
}
.novel > h3 {
    display: inline-block !important;
    color: #F3D2AC;
    border-bottom: solid 1px #F3D2AC;
}
.novel > p {
    /*小説部分の段落に間隔を作りたくない場合はmargin-topに0を指定してください*/
    margin-top: 2rem;
    font-size: 13px;
    line-height: 2rem; /*小説部分の行間*/
    letter-spacing: 0.025rem; /*小説部分の文字間隔*/
}
.novel > p:first-child {
    margin-top: 0;
}

/* ruby */
[data-ruby] {
    display: inline-block;
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    display: inline-block;
    position: absolute;
    top: -0.97rem;
    right: 0;
    left: -4px;
    margin-left: 0.25em;
    font-size: 0.5em;
    text-align: center;
    letter-spacing: 0.25em;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif !important;
}
[data-ruby] rt {
    display: none;
}

/*-------------------- ノート --------------------*/

.pl p span {
    padding: 0 1rem 0 0;
    font-size: 14px;
}
.pl p span::after {
    display: inherit;
    content: '-';
    padding-left: 1rem;
}
.note p a {
    border-bottom: none;
}

/*-------------------- アーティクル --------------------*/

.sub {
    display: inline-block;
    margin: .5rem .3rem;
    font-size: 14.5px;
    border-bottom: solid 2px #396B97;
    color: #396B97;
}

/*-------------------- アーティクル --------------------*/

section .form-field,
section textarea {
    background-color: rgba(255,255,255,.3);
}

/*-------------------- other --------------------*/

/* pagetop button */
#page-top {
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: 1000;
}
#page-top a {
    display: block;
    padding: 0.2rem 0.4rem;
    border-radius: 50%;
    border-bottom: none;
    font-size: 0.9rem;
    color: #555C62;
    background-color: rgba(205, 217, 237,.6);
    z-index: 100;
}
#page-top a:visited,
#page-top a:hover {
    color: #555C62 !important; 
}

@media screen and (min-width: 980px) {
    #page-top {
        right: 2%;
        bottom: 4%;
    }
}

/* carousel */
.carousel {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 3rem auto;
}
.icon-cards {
    position: relative;
    width: 60vw !important;
    height: 40vw !important;
    max-width: 380px;
    max-height: 250px;
    margin: 0;
    color: white;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.icon-cards__content {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-30vw) rotateY(0);
    transform: translateZ(-30vw) rotateY(0);
    -webkit-animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.icon-cards__content.step-animation {
    -webkit-animation: carousel 8s infinite steps(1) forwards;
    animation: carousel 8s infinite steps(1) forwards;
}
.icon-cards__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60vw;
    height: 40vw;
    max-width: 380px;
    max-height: 250px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
    -webkit-transform-origin: center;
    transform-origin: center;
}
    /* for Microsoft Edge */
    @supports (-ms-ime-align:auto) {
        .icon-cards__item {
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            width: 152px !important;
            height: 101.33333px !important;
        }
        .icon-cards__item::after {
            display: none !important; 
        }
        .icon-cards__item {
             border-radius: 10px !important;
        }  
    } 
.icon-cards__item::after {
    position: absolute;
    display: block;
    max-width: 380px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,1);
    color: #000;
    border-radius: 0 0 10px 10px;
    height: auto;
    padding: .5rem;
    font-family: 'EB Garamond','Noto Serif JP', serif;
}
.icon-cards__item:nth-child(1) {
    background: url('../../images/pdmonet.jpg') center/cover;
    -webkit-transform: rotateY(0) translateZ(35vw);
    transform: rotateY(0) translateZ(35vw);
}
.icon-cards__item:nth-child(1)::after {
    content: 'Arrival of the Normandy Train, Gare Saint-Lazare (1887) by Claude Monet. ';
    bottom: -55px;
}
.icon-cards__item:nth-child(2) {
    background: url('../../images/pdvangogh-dp346474.jpg') center/cover;
    -webkit-transform: rotateY(120deg) translateZ(35vw);
    transform: rotateY(120deg) translateZ(35vw);
}
.icon-cards__item:nth-child(2)::after {
    content: 'Irises (1890) by Vincent Van Gogh.';
    bottom: -35px;
}
.icon-cards__item:nth-child(3) {
    background: url('../../images/pdcezanne-46-rob.jpg') center/cover;
    -webkit-transform: rotateY(240deg) translateZ(35vw);
    transform: rotateY(240deg) translateZ(35vw);
}
.icon-cards__item:nth-child(3)::after {
    content: 'Leda and the Swan (L&#233;da au cygne) (ca. 1880) by Paul C&#233;zanne. ';
    bottom: -55px;
}
@media screen and (max-width: 677px) {
    .icon-cards__item::after {
        display: none;
    }
    .icon-cards__item {
        border-radius: 10px;
    }
}

@-webkit-keyframes carousel {
    0%,  17.5% {
        -webkit-transform: translateZ(-35vw) rotateY(0);
        transform: translateZ(-35vw) rotateY(0);
    }
    27.5%, 45% {
        -webkit-transform: translateZ(-35vw) rotateY(-120deg);
        transform: translateZ(-35vw) rotateY(-120deg);
    }
    55%, 72.5% {
        -webkit-transform: translateZ(-35vw) rotateY(-240deg);
        transform: translateZ(-35vw) rotateY(-240deg);
    }
    82.5%, 100% {
        -webkit-transform: translateZ(-35vw) rotateY(-360deg);
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}
@keyframes carousel {
    0%,  17.5% {
        -webkit-transform: translateZ(-35vw) rotateY(0);
        transform: translateZ(-35vw) rotateY(0);
    }
    27.5%, 45% {
        -webkit-transform: translateZ(-35vw) rotateY(-120deg);
        transform: translateZ(-35vw) rotateY(-120deg);
    }
    55%, 72.5% {
        -webkit-transform: translateZ(-35vw) rotateY(-240deg);
        transform: translateZ(-35vw) rotateY(-240deg);
    }
    82.5%, 100% {
        -webkit-transform: translateZ(-35vw) rotateY(-360deg);
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}
@-webkit-keyframes jelly {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    30% {
        -webkit-transform: scale(1.25, 0.75);
        transform: scale(1.25, 0.75);
    }
    40% {
        -webkit-transform: scale(0.75, 1.25);
        transform: scale(0.75, 1.25);
    }
    50% {
        -webkit-transform: scale(1.15, 0.85);
        transform: scale(1.15, 0.85);
    }
    65% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    75% {
        -webkit-transform: scale(1.05, 0.95);
        transform: scale(1.05, 0.95);
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes jelly {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    30% {
        -webkit-transform: scale(1.25, 0.75);
        transform: scale(1.25, 0.75);
    }
    40% {
        -webkit-transform: scale(0.75, 1.25);
        transform: scale(0.75, 1.25);
    }
    50% {
        -webkit-transform: scale(1.15, 0.85);
        transform: scale(1.15, 0.85);
    }
    65% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    75% {
        -webkit-transform: scale(1.05, 0.95);
        transform: scale(1.05, 0.95);
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/* loader */
.page-loader {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #08192D;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}
.trinity-rings-spinner, .trinity-rings-spinner * {
    box-sizing: border-box;
}
.trinity-rings-spinner {
    height: 66px;
    width: 66px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
}
.trinity-rings-spinner .circle {
    position:absolute;
    display:block;
    border-radius:50%;
    border: 3px solid #fff;
    opacity: 1;
}
.trinity-rings-spinner .circle:nth-child(1) {
    height: 60px;
    width: 60px;
    animation : trinity-rings-spinner-circle1-animation 1.5s infinite linear;
    border-width: 3px;
}
.trinity-rings-spinner .circle:nth-child(2) {
    height: calc(60px * 0.65);
    width: calc(60px * 0.65);
    animation : trinity-rings-spinner-circle2-animation 1.5s infinite linear;
    border-width: 2px;
}
.trinity-rings-spinner .circle:nth-child(3) {
    height: calc(60px * 0.1);
    width: calc(60px * 0.1);
    animation:trinity-rings-spinner-circle3-animation 1.5s infinite linear;
    border-width: 1px;
}
@keyframes trinity-rings-spinner-circle1-animation{
    0% {
        transform: rotateZ(20deg) rotateY(0deg);
    }
    100% {
        transform: rotateZ(100deg) rotateY(360deg);
    }
}
@keyframes trinity-rings-spinner-circle2-animation{
    0% {
        transform: rotateZ(100deg) rotateX(0deg);
    }
    100% {
        transform: rotateZ(0deg) rotateX(360deg);
    }
}
@keyframes trinity-rings-spinner-circle3-animation{
    0% {
        transform: rotateZ(100deg) rotateX(-360deg);
    }
    100% {
        transform: rotateZ(-360deg) rotateX(360deg);
    }
}


/*-------------------- color --------------------*/
/* red */
.red {
    color: #572A3F !important;
    display: inline;
}
/* blue */
.blue {
    color: #396B97 !important;
    display: inline;
}
/* yellow */
.yellow {
    color: #F3D2AC !important;
    display: inline;
}
/* white */
.white {
    color: #fff !important;
    display: inline;
}
/* gray */
.gray {
    color: #555C62 !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: 'EB Garamond', serif !important;
}

/*--------------------アンダーライン--------------------*/
.dot {
    border-bottom: dotted 1px rgba(30, 135, 229,.4);
    display: inline;
}
.none {
    border-bottom: none;
}

/*--------------------マーカー--------------------*/
/* green */
.marker1 {
    padding: .3rem .5rem;
    height: 2rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(30, 135, 229,.4) 60%);
    color: var(--text-color-headline);
}
                