@font-face {
    font-family: 'Realm Light';
    src: url('N028-2/visions_One/Realm-light.otf') format('opentype');
  }

body {

    background: #121122;
    color: #fedbe6;
    margin: 1.5em;
    font-family: serif;

    /*  padding: 0;
    overflow-x: hidden;
    */
}


sup {
    color: #8b093b;
    margin-right: 0.5em;
}

h1,
h2 {
    font-size: 1.8em;
    margin-top: 6em;
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

h1.imgtitle {
    margin-top: 1em;
}

h3 {
    margin-top: 9em;
    margin-bottom: 4em;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

h4 {
    margin-top: 4em;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}


blockquote {
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 1.5em;
    margin-right: 1.5em;
    line-height: 1.8em;
    font-style: italic;
    text-align:justify;
    word-break:break-word; 
    text-justify:inter-ideograph;
    text-justify:inter-character;
    word-wrap:break-word;
    overflow-wrap:break-word;
    font-feature-settings: "palt";
 
}

a {
    color: #feb2c9;
}

@media only screen and (min-width: 750px) { /* PC */
.footer {
    margin-top: 8em;
    font-size: 0.8em;
    float: left;
}
}

@media only screen and (max-width: 750px) { /* Mobile */
    .footer {
        margin-top: 8em;
        font-size: 0.25em;
        float: left;
    }
    }

@media only screen and (min-width: 750px) { /* PC */
.mobile {
    display: none;
}
}

@media only screen and (max-width: 750px) { /* Mobile */
    .mobile {
        display: block;
    }
    }
.divider {
    text-align: center;
}

@media only screen and (min-width: 750px) { /* PC */
    p {
    line-height: 2em;
    text-align:justify;
    word-break:break-word; 
    text-justify:inter-ideograph;
    text-justify:inter-character;
    word-wrap:break-word;
    overflow-wrap:break-word;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
}

@media only screen and (max-width: 750px) { /* Mobile */
    p {
    line-height: 2em;
    text-align:justify;
    word-break:break-word; 
    text-justify:inter-ideograph;
    text-justify:inter-character;
    word-wrap:break-word;
    overflow-wrap:break-word;
    font-feature-settings: "palt";

}
}
 
@media only screen and (min-width: 750px) { /* PC */
    .centering {
        margin-left: auto;
        margin-right: auto;
        width: 41em;
    }
}

@media only screen and (min-width: 750px) { /* PC */

    .centeringW {
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
}

.title {
    text-align: center;
}

span {
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.075em;
}

@media only screen and (min-width: 750px) { /* PC */
    img.pics {
        width: 41em;
    }

    img.picsW {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) { /* Mobile */
    img.pics {
        width: 100%;
    }

    img.picsW {
        width: 100%;
    }
}

@media only screen and (min-width: 750px) { /* PC */
li.toc {
    margin-left: 2em;
    margin-bottom: 0.75em;
    list-style-type: upper-roman;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;

}
}

@media only screen and (max-width: 750px) { /* Phone */
    li.toc {
        margin-left: 3em;
        text-indent: -1.75em;
        margin-bottom: 0.75em;
        list-style-type: upper-roman;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;

    }
    }

li.titles {
    margin-bottom: 0.75em;
    list-style-type: none;
}

.breadcrumb {
    font-size: 0.8em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.name {
    font-style: italic;
    margin-top: 2em;
}

b {
    font-weight: bold;
    font-family: sans-serif;
    color: #2781af;

}

figcaption {
    font-size: 0.8em;
}

p.yomogi {
    font-family: 'Yomogi', cursive;
}

/* カルーセルスライダ用 */

.carousel {
    background: #2b2a48;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel__container {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 3s cubic-bezier(.5,0,0,1);
}

.carousel__slide {
    width: 100%;
    height: 100%;
    flex: 0 0 auto;
    transition: transform 3s cubic-bezier(.5,0,0,1);
    transform-origin: center center;

}

.carousel__prevBtn, .carousel__nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: white;
    font-size: 2em;
    border: none;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.carousel__prevBtn {
    left: 0px;
}

.carousel__nextBtn {
    right: 0px;
}

.carousel__prevBtn:hover, .carousel__nextBtn:hover {
    color: #feb2c9;
}


.watermark {
    position: absolute;
    top: 50%;  /* 中央に配置 */
    left: 1em; /* 左端に配置 */
    transform: translateY(-50%); /* 縦方向の中央揃えの調整 */  
    left: 1em;
    font-family: 'Realm Light';
    font-size: 1em;
    letter-spacing: 0.225em;
    line-height: 2em;
    z-index: 1;
    color: white;
}