@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');


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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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-style: normal;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;

}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

ol,
ul {
    list-style: none
}

input,
textarea {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

a:focus {
    outline: none
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}

.both {
    clear: both
}

.inline_block {
    display: inline-block;
    zoom: 1
}

button:focus,
select:focus {
    outline: 0
}

:focus {
    outline: -webkit-focus-ring-color none
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

html {
    width: 100%;
    font-size: 62.5%
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 61.5%
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 54.6%
    }
}

body {
    margin: 0px;
    overflow: hidden;
    font-size: 1.6em !important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif !important;
    letter-spacing: 0.1em;
    line-height: 1.8 !important;

    background-image: url(https://page-in.com/wp-content/uploads/2026/04/body-bg.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    font-weight: 400;
}

select,
option,
span {}

a {
    text-decoration: none;
    transition: .4s
}

p {
    line-height: 1.9;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 400px) {
    p {
        line-height: 1.9;
        font-size: 3.8vw;
    }
}

section {
    position: relative
}

b {
    font-weight: bold
}

i {
    font-style: italic
}

select::-ms-expand {
    display: none
}

img {
    display: block
}

.d-f {
    display: flex
}

.d-f-spnone {
    display: flex
}

.jsb {
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .jcc {
        justify-content: center;
    }

    .d-f-spnone {
        display: inline;
    }
}

.aic {
    align-items: center;
}

.aifs {
    align-items: flex-start;
}

.tac {
    text-align: center
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

@media screen and (max-width: 768px) {
    .sp-none {
        display: none !important;
    }

    .pc-none {
        display: block !important;
    }
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb60 {
    margin-bottom: 60px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.w100-txtc {
    width: 100%;
    text-align: center;
}

/* ヘッダー */
.site-header {
    background: #000;
    color: #fff;
    padding: 0 40px;
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 120px;
    display: flex;
    align-items: center;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}

.header-logo img {
    width: 17vw;
    max-width: 198px;
}

.header-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    width: 100%;
    max-width: 1100px;
}

.nav-list li {
    position: relative;
    padding: 0 25px;
}

.nav-list li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nav-list li .header-inner-jp {
    font-size: clamp(12px, 1.3vw, 22px);
    display: block;
}


.nav-list li:not(:last-child) .header-inner-jp::after {
    content: "｜";
    position: absolute;
    right: -25px;
    top: 28%;
    transform: translateY(-50%);
    font-weight: normal;
    color: #fff;
    pointer-events: none;
}

.nav-list li .header-inner-en {
    font-size: clamp(9px, 1vw, 14px);
    margin-top: 4px;
    text-transform: uppercase;
    display: block;
}

.hamburger {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 2000;
}

.hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 11px;
}

.hamburger span:nth-child(3) {
    bottom: 0;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(11px) rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-11px) rotate(45deg);
}

.sp-nav {
    position: fixed;
    top: 0;
    right: -100%;
    /* 画面の外へ */
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    transition: all 0.4s;
    z-index: 1500;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sp-nav.active {
    right: 0;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .header-nav {
        display: none;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        gap: 30px;
        list-style: none;
        width: 100%;
        max-width: 1100px;
    }

    .nav-list li .header-inner-jp {
        font-size: clamp(14px, 4vw, 22px);
        font-weight: bold;
        display: block;
    }
}

/* WP用 */
ul,
ol,
li {
    list-style: none !important;
    list-style-type: none !important;
}



a {
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none !important;
}


a:hover .header-inner-jp,
a:hover .header-inner-en {
    color: #7d7d7d;
}

.entry-content a {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* TOPページ */
.fv-wrap {
    width: 100%;
    background: url(../img/fv-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 680px;
}

.fv-wrap img {
    width: 80%;
    max-width: 722px;
    margin: auto;
}

.container {
    width: 95%;
    max-width: 1400px;
    margin: 50px auto;
}

.container-top {
    width: 95%;
    max-width: 1400px;
    margin: 100px auto;
}

.container-sc {
    width: 95%;
    max-width: 1400px;
    margin: auto;
}

.heading2 {
    font-size: 44px;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    letter-spacing: 0.2em;
    font-weight: normal;
}

.heading2-l {
    font-size: 44px;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-bottom: 50px;
}

.heading3 {
    font-size: 44px;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-bottom: 50px;
}

.top-txt {
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 1.8;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    font-weight: normal;
    letter-spacing: 0.15em;
}

.top-inner-content {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    position: relative;

}

.top-inner-content ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.top-inner-content ul li {
    padding: 100px 40px;
}

.top-inner-content-about {
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    width: 50vw;
    max-width: 458px;
    aspect-ratio: 458 / 223;
    background-image: url('../img/top-btn-01.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    line-height: 2;
    color: #fff;
    text-shadow: 0 0 10px #000,
        0 0 10px #000,
        0 0 10px #000,
        0 0 10px #000,
        0 0 10px #000;
}

.top-inner-content-library {
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    width: 50vw;
    max-width: 458px;
    aspect-ratio: 458 / 223;
    background-image: url('../img/top-btn-02.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    line-height: 2;
    color: #fff;
    text-shadow: 0 0 10px #000,
        0 0 10px #000,
        0 0 10px #000,
        0 0 10px #000,
        0 0 10px #000;
}


.top-inner-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 194px;
    height: 142px;
    background: url('../img/top-bg-02.png') no-repeat center center / contain;
    z-index: -1;
}


.top-inner-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 194px;
    height: 142px;
    background: url('../img/top-bg-01.png') no-repeat center center / contain;
    z-index: -1;
}

.top-inner-column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    padding: 30px 0;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
}

.top-news {
    width: 100%;
    max-width: 1300px;
    border-radius: 15px;
    margin: auto;
    padding: 0 10px 30px 10px;
    background: rgba(255, 255, 255, 0.75);
}

.news-section {
    max-width: 1200px;
    margin: 0 auto;
}

.news-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #000;
    transition: opacity 0.3s;
    font-size: 18px;
}

.news-item:hover {
    opacity: 0.7;
}

.news-date {
    flex: 0 0 100px;
    font-size: 18px;
    color: #4e290e;
}

.news-category {
    flex: 0 0 140px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 2px 10px;
    text-align: center;
    margin: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.news-title {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-arrow {
    margin-left: 10px;
    font-size: 14px;
}

.news-item:last-child {
    border-bottom: none !important;
}

@media (max-width: 768px) {}

/* パンくずリスト */

.breadcrumb {
    font-size: 15px;
    width: 95%;
    max-width: 1400px !important;
    margin: 50px auto 0;
}

.breadcrumb-about {
    font-size: 15px;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
}

.breadcrumb__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    align-items: center;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    color: #000;
}

.breadcrumb__item-about {
    display: flex;
    align-items: center;
    color: #fff;
}

.breadcrumb__item:not(:last-child)::after {
    content: "＞";
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    cursor: default;
}

.breadcrumb__item-about:not(:last-child)::after {
    content: "＞";
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    cursor: default;
}

.breadcrumb__item a {
    color: #000;
    text-decoration: none;
}

.breadcrumb__item-about a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb__item a:hover {
    text-decoration: underline;
}

.breadcrumb__item:last-child {
    color: #000;
}

.breadcrumb__item-about:last-child {
    color: #fff;
}

/* PAGEINについて */
.about-container {}

.about-wrap {
    background: url(../img/about-bg.jpg);
    background-size: cover;
    padding: 50px 0 100px;
    color: #fff;
}

.about-wrap section:first-of-type {
    margin-bottom: 150px;
}

.about-welcom-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 50px;
}

.about-welcom-title-img {
    width: 60%;
    max-width: 1012px;
}

.about-welcom-title-img img {
    width: 100%;
    max-width: 804px;
}

.about-welcom-title-txt {
    width: 35%;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    font-size: clamp(12px, 3.3vw, 35px);
    font-weight: bold;
    color: #fff;
    line-height: 2.5;
}

.about-welcom-title-txt h2 {
    font-weight: normal;
}

.about-welcom-desc {
    width: 99%;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    font-size: 18px;
    line-height: 2.3;
    margin: auto;
}


.about-love-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 50px;
}

.about-love-title-img {
    width: 70%;
    max-width: 804px;
}

.about-love-title-img img {
    width: 100%;
}

.about-love-title-txt {
    width: 50%;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    font-size: clamp(12px, 3.3vw, 35px);
    font-weight: bold;
    color: #fff;
    line-height: 2.5;
}

.about-love-title-txt h2 {
    font-weight: normal;
}

.about-love-desc {
    width: 100%;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    font-size: 18px;
    line-height: 2.3;
    margin-bottom: 30px;
}

.about-director-message {
    width: 100%;
    padding: 40px 0 0;
    font-size: 16px;
    border-top: 2px solid #fff;
    line-height: 1.7;
}







/* ライブラリ */
.library-novel {
    padding-bottom: 30px;
}

.library-novel > .container {
    max-width: 1250px;
}

.library-pbook > .container-sc {
    max-width: 1200px;
}

.library-pstory > .container-sc {
    max-width: 1200px;
}

.library-title {
    width: 95%;
    max-width: 600px;
    margin: 0 auto 50px;
    text-align: center;
}

.library-title img {
    width: 100%;
}

.library-box {}

.library-pbook {
    background: url(../img/body-bg-sh.jpg);
    background-size: cover;
    padding: 80px 0;
}

.library-pstory {
    padding: 80px 0 100px;
}

.library-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;

}

.library-box ul li {
    list-style: none;
    width: 49%;
    background: #fff;
}

.library-box ul li a {
    box-sizing: border-box;
    position: relative;
    display: flex;
    column-gap: 20px;
    padding: 20px 40px 20px 20px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
}

.library-box ul li a:hover {
    color: #a7341f !important;
    opacity: 0.5;
}

.library-box-img {
    width: 35%;
    max-width: 200px;
}

.library-box-detail {
    width: 65%;
}

.library-box-img img {
    width: 100%;
}

.library-box-category {
    display: inline-block;
    font-size: clamp(12px, 1.3vw, 14px);
    padding: 3px 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    min-width: 130px;
    text-align: center;
}

.library-box ul li:hover .library-box-category {
    border-color: #a7341f;
}

.library-box-title {
    font-size: clamp(12px, 1.7vw, 18px);
    margin-bottom: 15px;
}

.library-box-summary {
    font-size: clamp(12px, 1.3vw, 13px);
    line-height: 1.6;
}

.library-box-author {
    font-size: clamp(12px, 1.5vw, 14px);
    margin-bottom: 15px;
}

.library-box ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    pointer-events: none;
    transition: all 0.3s;
}

.library-box ul li a:hover::after {
    border-top-color: #a7341f;
    border-right-color: #a7341f;
}

.library-box ul li a:hover {
    color: #a7341f;
    opacity: 0.8;
    background: #fafafa;
}


.library-box ul li a:hover::after {
    border-top: 2px solid #a7341f;
    border-right: 2px solid #a7341f;
}



/* ご利用方法 */
.guide-container {
    max-width: 1200px;
}

.guide-txt {
    font-size: 20px;
    line-height: 2.2;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
}

.guide-usage ul {
    width: 98%;
    max-width: 1350px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
}

.guide-usage ul li {
    width: 30%;
    max-width: 380px;
    font-size: clamp(12px, 1.5vw, 17px);
    line-height: 1.5;
}

.guide-usage-category {
    padding: 7px;
    text-align: center;
    color: #4e290f;
    font-size: clamp(13px, 1.7vw, 20px);
    border: 3px solid #4e290f;
    border-radius: 10px;
}

.guide-usage-summary {
    padding: 10px 0;
    line-height: 1.7;
}

.guide-img {
    width: 95%;
    max-width: 900px;
    margin: 0 auto 60px;
}

.guide-img img {
    width: 100%;
}

.guide-contact-txt {
    width: 100%;
    margin: 0 auto 60px;
    font-size: 18px;
    text-align: center;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
}

.guide-contact-btn {
    width: 300px;
    height: 70px;
    background: #a7341f;
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 25px;
    letter-spacing: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-indent: 0.3em;
    line-height: 1;
    padding-bottom: 5px;
    box-sizing: border-box;
    position: relative;
    transition: background 0.3s, transform 0.2s;
}

.guide-contact-btn::after {
    content: '＞';
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    top: 50%;
    transform: translateY(-50%);
}

.terms-container {
    max-width: 1200px;
}

.terms-wrap {
    margin-top: 150px;
    margin-bottom: 100px;
}

.terms-inner-item {
    margin-bottom: 40px;
    font-size: 16px;
}

.terms-inner-item div {
    padding-left: 15px;
}

.terms-inner-item ul {
    padding-left: 15px;
}

.terms-inner-item ul li {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.terms-container {}

.terms-inner-number {
    font-size: 18px;
    font-weight: bold;
}

.terms-inner-title {
    font-weight: bold;
}

.terms-contact {
    font-size: 16px;
}

/* 小説ページ */
.works-wrap {
    margin-bottom: 100px;
}

.works-grid-container {
    display: grid;
    gap: clamp(20px, 5vw, 100px);
    grid-template-columns: 40% 60%;
    grid-template-areas:
        "left-col right-col";
    align-items: start;
    padding-bottom: 70px;
}



.works-left-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.works-left-column img {
    width: 100%;
}

.works-right-column {
    width: 90%;
}

.works-right-column ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    list-style: none;
    gap: 20px;
}

.works-right-column ul li {
    border: 2px solid #000;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1;
}

.works-title {
    font-size: 35px;
    margin-bottom: 40px;
}

.works-summary {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.works-author {
    font-size: 24px;
    margin-bottom: 40px;
}

.works-cast {
    font-size: 16px;
}

.works-cast span {
    font-size: 20px;
}

.works-btn-wrap {
    border-bottom: 2px solid #000;
}

.works-btn-inner {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.works-btn-inner-use {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 60px;
}

.works-btn-inner a {
    width: 48%;
}

.works-btn-inner a img {
    width: 100%;
}

.works-btn-inner a:hover {
    opacity: 0.5;
}

.works-p-button img {
    width: 100%;
}

.works-profile {
    margin-bottom: 50px;
    padding-top: 50px;
    font-size: 16px;
}

.works-profile span {
    font-size: 18px;
}

.works-detail {
    font-size: 16px;
    padding: 20px 30px;
    border: 1px solid #000;
}

.pbook-title span {
    font-size: 30px;
}

.pstory-chapter span {
    font-size: 26px;
    font-weight: bold;
}

.pstory-chapter p {
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
}

.pstory-chapter ul {
    width: 100%;
    margin-bottom: 40px;
}

.pstory-chapter ul li {
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.pstory-chapter li div:first-child {
    flex: 1;
}

.pstory-chapter li div:last-child {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 120px;
    align-items: center;
    justify-content: center;
}

.pstory-chapter li div img {
    max-width: 250px;
}

.pstory-chapter-use {
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    min-height: 80px;
}

.pstory-chapter-use img {
    max-width: 490px;
    text-align: center;
}


.footer-original {
    width: 100%;
    height: 220px;
    background-color: #000;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
}

.footer-original-inner {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    height: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}


.footer-original-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-original-logo img {
    width: 100%;
    max-width: 430px;
}

.footer-original-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.footer-original-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}


.footer-original-menu li:not(:last-child)::after {
    content: "｜";
    margin-left: 5px;
    color: #fff;
}


.footer-original-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
    row-gap: 20px;
}

.footer-original-facebook img {
    width: 30px;
    height: auto;
}

.copyright {
    font-size: 12px;
    margin: 0;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
}

/* WP用 */
#go-to-top,
#admin-panel,
.admin-panel,
.mobile-footer-menu-buttons,
.mobile-menu-buttons {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

.colum-only {
    display: none;
}

.contact-only {
    display: none;
}

.contact-txt {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0;
}

.contact-txt span {
    width: 100%;
    text-align: center;
    font-size: 19px;
}

.wp-inner-column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 44px;
    padding: 50px 0 0;
    font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", 游明朝, "MS Mincho", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
}
