* {
    font-family: 'BIZ UDPGothic';
    color: #FFF;
    box-sizing: border-box;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
a,
a:active,
a:visited {
    text-decoration: none;
    color: #FFF;
}
a:hover {
    text-decoration: underline;
}
html, body {
    height: 100%;
}
body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    /* background-image: var(--bg-image);
    background-position: 0 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    transition: 500ms;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1000;
    background-color: rgb(0,0,0);
}
.bg img {
    height: 100vh;
}
/*********************************/
.logo-container {
    position: fixed;
    top: 40px;
    left: 0;
    transition: 500ms;
}
.logo-container span {
    position: absolute;
    top: -25px;
    left: 20px;
    font-size: 36px;
    /* filter: drop-shadow(0px 0px 16px rgba(255,255,255,0.6)); */
}
.logo-container img {
    width: 200px;
    transition: 500ms;
}
@media screen and (max-width: 450px) {
    .logo-container img {
        width: 150px;
    }
}
/*********************************/
header {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    transition: 500ms;
    background-color: #000;
    padding: 75px 25px 25px 25px;
    overflow-x: hidden;
    overflow-y: auto;
}
header.open {
    left: 0;
}
header span.btn-menu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 36px;
}
header ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
header ul li {
    margin-bottom: 15px;
}
header ul li img {
    width: 100%;
}
.chapter-container {
    z-index: -1;
}
/*********************************/
@media screen and (min-width: 451px) {
    .chapter-container {
        position: fixed;
        top: 15px;
        right: 35px;
        width: 200px;
        transform-origin: right top;
        transform: scale(0.9);
    }
    .chapter-body {
        display: flex;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding: 0 15px;
        justify-content: center;
        letter-spacing: 0.2em;
        white-space: nowrap;
        align-items: center;
        line-height: 1.0;
    }
    .moved {
        right: calc(100% - 200px);
    }
}
@media screen and (max-width: 450px) {
    .chapter-container {
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 200px;
        transform-origin: left bottom;
        transform: scale(0.8);
        text-shadow: var(--black-shadow);
    }
    .chapter-body {
        display: flex;
        letter-spacing: 0.2em;
        white-space: nowrap;
        align-items: center;
        line-height: 1.0;
    }
    .moved {
    }
}
.chapter-container ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
.chapter-container ul li {
    margin-bottom: 15px;
}
.chapter-container ul li.chapter-box {
    display: flex;
}
.chapter-container ul li.chapter-box div {
    display: flex;
    align-items: center;
}
.chapter-container ul li.chapter-box div:nth-child(2) {
    font-size: 16px;
    padding: 0 10px;
}
.chapter-container ul li.chapter-box div:nth-child(2) span {
    font-size: 28px;
    padding: 0 5px;
}
.chapter-container ul li.chapter-box div:not(:nth-child(2)) {
    flex-grow: 2;
}
.chapter-container ul li.chapter-box div:not(:nth-child(2)) hr {
    border-top: 1px solid #FFF;
    height: 1px;
    width: 100%;
}
.chapter-title-flex {
    display: flex;
    justify-content: space-between;
}
.chapter-title-flex div:first-of-type {
    flex-grow: 2;
}
.chapter-title-flex div:first-of-type div {
    display: flex;
    justify-content: flex-start;
}
.chapter-title-flex div:first-of-type div:first-of-type {
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
}
.chapter-title-flex div:first-of-type div:last-of-type {
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    margin: 5px 5px 0 0;
}
.chapter-title-flex div:last-of-type {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.chapter-title,
.chapter-name {
    position: relative;
    text-align-last: justify;
    text-align: justify;
    text-justify: inter-character;
}
.chapter-name .ruby {
    position: absolute;
    top: -15px;
    right: 50px;
    letter-spacing: 0.3em;
    font-size: 12px;
}
.m15 {
    margin-top: 10px;

}
.force-left {
    text-align-last: left !important;
    text-align: left !important;
}
.chapter-name {
    font-size: 28px;
    font-weight: 700;
    color: #EFEA3A !important;
    align-items: flex-end;
}
.chapter-name span {
    color: #FFF !important;
    font-size: 16px;
}
.animated {
    transition: 750ms;
}

.chapter-body span {
    /* font-style: normal;
    text-combine-upright: all; */
}
.fix7th {
    
    line-height: 120%;
    font-size: 90%;
}
/*********************************/
main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
main.noscroll {
    overflow: hidden;
}
/*********************************/
.sec-blank {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 60vw;
    max-width: 60vw;
}
h1 {
    position: absolute;
    transition: 500ms;
    text-shadow: var(--black-shadow);
}
@media screen and (min-width: 451px) {
    h1 {
        right: 25px;
        bottom: 25px;
        /* font-size: 32px; */
        font-weight: 700;
        line-height: 150%;
        margin: 0;
        padding: 0;
        /* width: 100%; */
        /* text-align-last: justify; */
        text-align: justify;
        text-justify: inter-character;
        white-space: nowrap;
        /* letter-spacing: .3em; */
        letter-spacing: .3em;
    }
}
@media screen and (max-width: 450px) {
    h1 {
        right: 15px;
        top: 15px;
        font-size: 24px;
        font-weight: 700;
        line-height: 150%;
        margin: 0;
        padding: 0;
        /* width: 100%; */
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        white-space: nowrap;
        /* letter-spacing: .3em; */
        letter-spacing: .3em;
    }
}

.sec-content {
    max-width: 50vw;
    padding: 10px 15px;
    margin-bottom: 25px;
}
.sec-content h2 {
    margin: 0;
    padding: 0;
    line-height: 150%;
    letter-spacing: .2em;
    color: #EFA2B5;
    font-size: 22px;
}
.sec-content p {
    text-indent: 1em;
    letter-spacing: .2em;
    line-height: 180%;
    text-align: justify;
    text-justify: inter-character;
}

.sec-meta {
    position: relative;
    display: flex;
    padding: 15px;
    width: 50vw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.sec-meta > div {
    margin-bottom: 50px;
}
.meta-images {
    width: 100%;
}
.sec-meta > div picture {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.sec-meta > div h5 {
    font-size: medium;
    padding-left: 25px;
    letter-spacing: 0.1em;
    line-height: 120%;
    position: relative;
    text-align: left;
}
.sec-meta > div h5:before {
    content: '▲';
    font-size: medium;
    position: absolute;
    left: 0;
    top: 0;
    /* top: 50%;
    transform: translateY(-50%); */
}
.sec-meta > div img {
    width: 50%;
    display: inline-block;
    border-radius: 15px;
    position: relative;

}
.sec-meta h3,
.sec-meta h4,
.sec-meta ul,
.sec-meta ul li {
    margin: 0;
    padding: 0;
    letter-spacing: .2em;
}
.sec-meta h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
}
.sec-meta h4 {
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #FFF;
    padding: 5px 10px;
    margin: 10px 0;
}
.sec-meta ul {
    list-style-type: none;
}
.sec-meta ul li {
    padding: 10px 0;
}
.sec-meta ul li span {
    font-size: 80%;
    padding: 0 5px;
}
.sec-meta ul li img {
    width: 25px;
    height: auto;
    vertical-align: middle;
}
.sec-end {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: rgba(0,0,0,.5);
}
.sec-end > div {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
}
.sec-end div.logo {
    width: 150px;
    padding-right: 10px;
}
.sec-end div.logo img {
    margin-top: -10px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
}
.sec-end ul.chapters {
    flex-grow: 2;
    width: calc(100% - 150px);
    min-height: 100px;
}
.sec-end ul.chapters {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    width: 100%;
}
.sec-end ul.chapters br {
    display: none;
}
.sec-end ul.chapters li {
    margin-bottom: 10px;
    width: 100%;
    margin-bottom: 35px;
}
.sec-end ul.chapters li h5 {
    padding: 0;
    margin: 0;
}
.sec-end ul.chapters li h5.chapter-copy {
    width: 100%;
    margin: 10px 0;
    font-size: medium;
    font-weight: bold;
    line-height: 150%;
}
.sec-end ul.chapters li .chapter-num {
    color: #fff;
    font-size: 120%;
    font-weight: 700;
    padding: 0 2px;
}
.sec-end ul.chapters li .chapter-name {
    font-weight: 700;
    font-size: medium;
    padding-left: 5px;
}
.btn-menu {
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,1.0));
    cursor: pointer;
}
.color-1 {
    color: #EFEA3A !important;
}
.color-2 {
    color: #A3ABD5 !important;
}
.color-3 {
    color: #3DB587 !important;
}
.color-4 {
    color: #F5E345 !important;
}
.color-5 {
    color: #BD9EC9 !important;
}
.color-6 {
    color: #EC6865 !important;
}
.color-7 {
    color: #E32221 !important;
}
.color-8 {
    color: #EFEA3A !important;
}
.color-9 {
    color: #D95A9C !important;
}
.color-10 {
    color: #F5C264 !important;
}
.color-11 {
    color: #E84143 !important;
}
.color-12 {
    color: #EF7E34 !important;
}
.color-13 {
    color: #E84143 !important;
}
.color-14 {
    color: #549509 !important;
}
.color-15 {
    color: #F5A518 !important;
}
.color-16 {
    color: #E32221 !important;
}
.color-17 {
    color: #E32221 !important;
}
.sec-end ul.chapters li .chapter-sub {
    font-size: 80%;
    padding-left: 5px;
}
@media screen and (max-width: 840px) {
    .sec-end > div {
        flex-direction: row;
    }
    .sec-end ul.chapters {
        border: none;
        border-left: 1px solid #FFF;
        padding: 0 15px;
    }
}
@media screen and (max-width: 580px) {
    .sec-end ul.chapters br {
        display: block;
    }
    .sec-end {
        background-color: transparent;
    }
    .sec-end > div {
        flex-direction: column;
    }
    .sec-end div.logo img {
        margin-left: -10px;
    }
    .sec-end ul.chapters {
        border: none;
        border-top: 1px solid #FFF;
        padding: 15px;
        line-height: 130%;
    }
}


.fg-progress {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
}
.fg-progress div {
    position: fixed;
    height: 3px;
    top: 0;
    left: 0;
    background-color: #EFEA3A !important;
    opacity: 0.85;
    width: 0%;
    height: 1px;
    transition: 250ms;
    border-radius: 2px;
}
.bg-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    opacity: 0;
    z-index: -1;
    transition: 250ms;
    /* display: none; */
}

@media screen and (max-width: 840px) {
}
@media screen and (max-width: 580px) {
    .sec-content,
    .sec-meta,
    .sec-images {
        width: 80vw;
        max-width: 80vw;
    }
    .meta-images {
        width: 100%;
    }
    
    h1 {
        letter-spacing: .2em;
    }
    .sec-end > div {
        background: none;
    }
}
@media screen and (max-width: 450px) {
    .sec-content,
    .sec-meta,
    .sec-images {
        width: 100vw;
        max-width: 100vw;
        padding: 0 25px;
    }

    h1 span {
        letter-spacing: .2em;
        text-combine-upright: all;
        font-style: normal;
    }
    .sec-end > div {
        background: none;
    }
}
:root {
    --black-shadow: 0 0 10px #000,
    0 0 10px #000, 
    0 0 10px #000, 
    0 0 10px #000, 
    0 0 10px #000;
}