@charset "utf-8";
html,
body {
    height: auto;
}

body {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 1.8em;
    color: #333333;
    background: #fbfaf6;
    /* text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);*/
    -webkit-text-size-adjust: 100%;
}


/*
.wrap {
    background: url(../img/bg.png) repeat-y;
}
*/

* {
    box-sizing: border-box;
}

*.* {
    box-sizing: border-box;
}

a:hover {
    opacity: 1;
    -webkit-animation: none 1.5s;
    animation: none 1.5s;
}

.wrap {}

img {
    max-width: 100%;
    vertical-align: middle;
}

.mt {
    margin-top: 20px;
}

.mtx4 {
    margin-top: 80px;
}

.pt {
    padding-top: 10px;
}

.ptm {
    padding-top: 5px;
}

.pb {
    padding-bottom: 10px;
}

.ptx2 {
    padding-top: 40px;
}

.pbx2 {
    padding-bottom: 40px;
}

.mta {
    margin-top: auto;
}

.mbm {
    margin-bottom: 20px;
}

.mb {
    margin-bottom: 40px;
}

.mbi {
    margin-bottom: 40px !important;
}

.mbx2 {
    margin-bottom: 40px;
}

.mbx3 {
    margin-bottom: 60px;
}

.mbx4 {
    margin-bottom: 80px;
}

.cen {
    text-align: center;
}

.rel {
    position: relative;
}

.pcpt {
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.pw {
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
}

.ph100 {
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.right {
    text-align: right;
}

.flexc {
    display: flex;
    justify-content: center;
}


/**Page Section*/

header {
    background: #B9A561;
    border: 0px solid #645D44;
    box-sizing: border-box;
}


/* h1 */

h1 {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 29px;
    color: #FFFFFF;
    padding: 3px 0;
    text-align: center;
}

.top h2.title {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    text-align: center;
    background-image: url(../img/h2_bg.png);
    background-size: 100% 100%;
    line-height: 124px;
    margin-bottom: 20px;
}

h2.title.fontw {
    color: #ffffff;
}

header .title {
    background: linear-gradient(0deg, #000C40 0%, #607D8B 100%);
}

header nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

header nav ul li {
    width: 17%;
    text-align: center;
    border-left: 1px solid #ffffff;
}

header nav ul li img {
    display: block;
    margin: 0 auto;
    height: 40px;
    width: auto;
}

header nav ul li:last-child {
    width: 20%;
    text-align: center;
    border-left: 0px solid #ffffff;
    width: auto;
}

header nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.inner02 {
    padding-left: 2%;
    padding-right: 2%;
}

.ttl {
    display: flex;
    justify-content: center;
}

.ttl img {
    margin: 2px 5px;
}

.naviwrap {
    background: #006cba;
    padding: 15px 0 10px 0;
}

strong {
    color: #f26b7c;
    font-size: 18px;
    font-weight: bold;
}

.st {
    font-size: 100%;
    font-weight: bold;
}

#key {
    background: #530808;
    border-bottom: 28px solid #B9A561;
}

.slick-prev {
    left: -36px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 28px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next {
    right: -28px;
}

.thumbnail .slick-track {
    transform: unset !important;
}

.thumbnail-img {
    opacity: .3;
    transition: opacity .3s linear;
    float: none!important;
    cursor: pointer;
    margin: 20px 1%;
}

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

.thumbnail .slick-current {
    opacity: 1;
}

.thumbnail .slick-track {
    display: flex;
    justify-content: center;
}

#sec01 {
    background-size: auto;
    background-image: url(../img/bg02.jpg);
}

.tab_wrap {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

.tab_wrap li {
    position: relative;
    padding: 22px 0 22px 0;
    width: 30%;
    margin: 0 10px;
    background-color: #eaeaea;
    background: #eaeaea;
    border-color: #eaeaea;
    color: #000000;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    height: 80px;
}

.tab_wrap li.cur {
    background: #36357e;
    border-color: #36357e;
    color: #fff;
}

.tab_wrap li.cur:before {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -15px;
    border-top: 20px solid #36357e;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.tabgroup {
    display: none!important;
    background: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    align-items: stretch;
}

.tabgroup.cur {
    display: flex!important;
}

.fontg {
    font-family: 'Noto Sans JP', sans-serif;
}

#sec02 {
    /*
    background-size: auto;
    background-image: url(../img/bg02.jpg);*/
}

#sec03 {
    background-color: #22324A;
}

#sec04 {
    background-size: auto;
    background-image: url(../img/bg02.jpg);
}

#sec04 .txt01 {
    font-size: 20px;
    line-height: 1.6em;
}

#sec04 .name {
    font-size: 40px;
    line-height: 1.6em;
}

#sec04 .sub {
    font-size: 25px;
    line-height: 1.6em;
}

#sec04 .txt02 {
    font-size: 16px;
    line-height: 1.8em;
}

#sec04 .flexb {
    align-items: center;
}

#sec05 {
    background-color: #530808;
}

#sec06 {
    background-size: auto;
    background-image: url(../img/bg02.jpg);
}

.sns_box {
    box-sizing: border-box;
}

.sns_box .name {
    background: #FFAAAA;
    border-radius: 30px 30px 0 0;
    padding: 10px 20px;
    box-sizing: border-box;
}

.sns_box .bgw {
    background: #ffffff;
    border-radius: 0 0 30px 30px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.sns_box .floating {
    font-family: width: 100%;
    height: 428px;
    overflow-y: auto;
    font-family: 'Noto Sans JP', sans-serif;
}

.sns_box .floating article {
    margin-bottom: 20px;
}

.sns_box .floating article .head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.sns_box .floating article .head time {
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
}

.sns_box .floating article .label01 {
    background: #C3DFFF;
    font-size: 18px;
    padding: 5px 10px;
}

.sns_box .floating article .label02 {
    background: #FFC3C3;
    font-size: 18px;
    padding: 5px 10px;
}

.sns_box .floating article .body {
    background: #FFFDF3;
    font-size: 16px;
    padding: 5px 10px;
}

.title01 {
    background: #b9a561;
    color: #ffffff;
    padding: 1px 10px;
    box-sizing: border-box;
    line-height: normal;
}

.title02 {
    background: none;
    color: #a20837;
    padding: 1px 10px;
    border-bottom: 1px solid #a20837;
    box-sizing: border-box;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

.title01 span,
.title02 span {
    font-size: 30px;
    font-weight: bold;
}

.bgw {
    background: #ffffff;
    z-index: 1;
    position: relative;
}

.flexb {
    flex-wrap: wrap;
}

.flexb .col3 {
    width: 30%;
    margin-bottom: 40px;
}

.flexb .col4 {
    width: 22%;
    margin-bottom: 40px;
}

.tabgroup.flexb .col4 {
    display: flex;
    flex-direction: column;
}

.flexb article .img {
    text-align: center;
    border: 1px solid #333333;
}

.flexb article .img img {
    width: 100%;
}

.flexb article .title {
    font-weight: bold;
    line-height: 1.4em;
    padding: 5px 0;
}

.flexb article .author {
    padding: 5px 0;
}

.flexb article .detail {
    color: #a20837;
    font-weight: bold;
    padding: 5px 0;
}

#sec02 .books {
    display: flex;
    flex-direction: column;
}

#sec02 .books article {
    border-top: 3px solid #CBBB85;
    background: #FFFDF3;
    padding: 10px 40px;
}

#sec02 .books article:last-child {
    border-bottom: 3px solid #CBBB85;
}

#sec02 .books article .title {
    border-bottom: 1px solid #CBBB85;
    padding: 5px 0;
    font-size: 20px;
}

#sec02 .books article .author {
    padding: 5px 0;
    text-align: right;
}

#sec05 .lineup_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

#sec05 .lineup_wrap article {
    width: 24%;
    background: #ffffff;
    padding: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

#sec05 .lineup_wrap article a {
    text-decoration: none;
}

#sec05 .lineup_wrap article .title_wrap {
    background: #B9A561;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 5px;
    min-height: 130px;
    margin-bottom: 0px;
}

#sec05 .lineup_wrap article .title_wrap .title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
}

#sec05 .lineup_wrap article .title_wrap .subtitle {
    font-size: 11px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.6em;
}

#sec05 .lineup_wrap article .img {
    padding: 0px;
    text-align: center;
    background: #ffffff;
}

#sec05 .lineup_wrap article .img img {
    width: 100%;
}

#sec05 .lineup_wrap article .author {
    padding: 20px 20px;
    background: #ffffff;
    margin-top: auto;
}

#sec05 .lineup_wrap article dl {
    display: flex;
    justify-content: flex-start;
    color: #000000;
    font-weight: 100;
    margin-bottom: 15px;
}

#sec05 .lineup_wrap article dl dt {
    width: 110px;
    background: #FFAAAA;
    padding: 5px;
    text-align: center;
}

#sec05 .lineup_wrap article dl:last-child dt {
    background: #FFE7AA;
}

#sec05 .lineup_wrap article dl dd {
    padding: 5px 10px;
    text-align: left;
}

.inner_box {
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
}

.inner_box:after {
    content: "";
    background: url(../img/sec03_boder.png);
    background-size: 100% auto;
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 43px;
    background-repeat: no-repeat;
    z-index: 1;
}

.inner_box:last-child:after {
    content: "";
    background: none;
    background-size: 100% auto;
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 43px;
    background-repeat: no-repeat;
}

.footer-bnr {
    padding: 2% 0;
}

.footer-bnr ul {
    display: flex;
    justify-content: center;
}

.footer-bnr ul li {
    width: 38%;
    text-align: center;
}

footer {
    border-top: 0px solid #006cba;
    padding: 10px 0;
    background-color: #505661;
}

section.footer {
    background-image: -moz-linear-gradient( -90deg, rgb(31, 46, 85) 0%, rgb(0, 0, 14) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(31, 46, 85) 0%, rgb(0, 0, 14) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(31, 46, 85) 0%, rgb(0, 0, 14) 100%);
    z-index: 1;
    position: relative;
}

footer {
    z-index: 1;
    position: relative;
}

.footer-bnr ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-bnr ul li {
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
    line-height: 97px;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-bnr ul li a img {
    max-height: 68px;
}

.copy {
    color: #ffffff;
}

.btn {
    margin: 20px;
    padding: 10px 20px;
    border: 4px solid #333333;
    display: inline-block;
    color: #333;
    font-size: 120%;
    cursor: pointer;
}

.btn:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.btn02 {
    background-color: #006cba;
    border-radius: 25px;
    box-shadow: #033a62 4px 4px 0 0;
    list-style: none;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 90%;
    z-index: 3;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.btn02:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.flexb {
    display: flex;
    justify-content: space-between;
}

.w50 {
    width: 48%;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.footer_div {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer_div .big_col {
    width: 30%;
}

.footer_div .col {
    width: 17%;
}

.footer_div .abj_col {
    width: 26%;
    font-size: 80%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.footer_div .abj_col .txt {
    line-height: 1.6em;
}

.footer_div .colbnr {
    width: 26%;
    border-left: 2px solid #475480;
    border-right: 2px solid #475480;
    padding: 0px 10px;
    box-sizing: border-box;
}

.footer_div .colbnr .link li {
    text-align: center;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 25px;
    line-height: 47px;
    margin-left: 10px;
    margin-right: 10px;
    height: 47px;
}

.footer_div .colbnr .link li a img {
    height: 30px;
}

.footer_div .txtlink li {
    margin-bottom: 20px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.footer_div .txtlink li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 110%;
}


/**Hover*/

a:hover,
a:hover img,
.nav li:hover,
.nav2 li:hover,
.nav3 li:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.novel_logo {
    text-align: right;
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .pconly {
        display: block;
    }
    .sponly {
        display: none;
    }
    .view_more {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-family: 'Noto Serif JP';
        font-style: normal;
        font-weight: 700;
        font-size: 7px;
        line-height: 16px;
        color: #ffffff;
        padding: 4px 0;
        text-align: center;
        background: #B9A561;
    }
    h2.title {
        font-family: 'Noto Serif JP';
        font-style: normal;
        font-weight: 700;
        font-size: 24px!important;
        text-align: center;
        background-image: url(../img/h2_bgsp.png)!important;
        background-size: 100% 30px!important;
        background-repeat: no-repeat;
        background-position: center;
        line-height: 30px!important;
        margin-bottom: 20px!important;
        padding-top: 20px!important;
    }
    header {
        height: 106px;
        background-color: #530808;
    }
    header nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        flex-wrap: wrap;
    }
    header nav ul li {
        width: 24%;
        text-align: center;
        border-left: 1px solid #ffffff;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    header nav ul li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
    }
    header nav ul li img {
        display: block;
        margin: 0 auto;
        height: 28px;
        width: auto;
    }
    header nav ul li:last-child {
        width: 70%;
        text-align: center;
        border-left: 0px solid #ffffff;
        padding: 5px 0;
    }
    header nav ul li:last-child img {
        display: block;
        margin: 0 auto;
        height: 40px;
        width: auto;
    }
    #key {
        background: #530808;
        border-bottom: 0px solid #B9A561;
        padding-bottom: 10px;
    }
    .slick-prev {
        left: 0px;
        z-index: 1;
    }
    .slick-next {
        right: 0px;
    }
    .inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 2%;
        box-sizing: border-box;
    }
    .spbr {
        display: block;
    }
    .pcpt {
        padding-top: 10px;
        padding-bottom: 0px;
        margin-top: -10px;
    }
    .sppt {
        padding-top: 20px;
    }
    .spmbn {
        margin-bottom: 0px;
    }
    .sph30 {
        height: 45px;
    }
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
    .ttl {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity .5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
        position: fixed;
    }
    .wrap {
        height: 100%;
        min-height: 100vh;
        padding: 0 0px;
        background-color: #eee;
        transition: all .5s;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .wrap.open {
        transform: translateX(-300px);
    }
    header .title .logo {
        margin-left: 4%;
        margin-right: auto;
        width: 60%;
    }
    header.spfixed {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 102;
    }
    .menu-trigger {
        display: inline-block;
        width: 36px;
        height: 28px;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        top: 2px;
        right: 20px;
        z-index: 1;
    }
    /* .menu-trigger.active {
  transform: translateX(-300px);
}
 */
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #ffffff;
        transition: all .5s;
    }
    .menu-trigger.active span {
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
    }
    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
    }
    .menu_title {
        background: #530808;
        color: #ffffff;
        padding: 20px 10px;
        font-size: 20px;
        line-height: 26px;
        font-family: 'Noto Sans JP', sans-serif;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu_title .menu-trigger {
        top: 0px;
    }
    nav {
        width: 301px;
        height: 100%;
        padding-top: 0px;
        background-color: #eee;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        transform: translate(300px);
        transition: all .5s;
    }
    nav.open {
        transform: translateZ(0);
    }
    nav li {
        padding: 5px 0;
        border-bottom: 1px solid #dddddd;
        background: #ffffff;
    }
    nav li a {
        display: block;
        text-align: left;
        padding: 10px 10px;
        color: #333333;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.2em;
    }
    nav li a img {
        width: auto;
        height: 34px;
        margin-right: 10px;
    }
    nav li.banner a {
        text-align: center;
    }
    nav li.banner a img {
        width: 80%;
        height: auto;
        margin-right: 0;
    }
    body.noscroll {
        overflow: hidden;
    }
    /* 　開いた時にX(0)で元の位置へ。
openというクラスをjQueryでつけます。　*/
    .header-nav.open {
        transform: translateX(0);
        opacity: 1;
        transform: transform .3s, opacity .3s;
    }
    /* 　薄暗い画面の記述　*/
    .burger-musk {
        display: none;
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    /* 　buttonのリセットです。これをしないとどうなるか以下で紹介しますね。　*/
    button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }
    .footer-bnr ul {
        display: flex;
        justify-content: space-around;
    }
    .footer-bnr ul.link {
        display: flex;
        flex-direction: row;
        margin-bottom: 0px;
        margin-top: 17px;
    }
    .footer-bnr ul.link li {
        width: 43%;
        text-align: center;
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        padding: 4px 2%;
        line-height: 40px;
    }
    .footer-bnr ul.bnr {
        width: 90%!important;
    }
    .novel_logo {
        text-align: right;
        padding: 10px 0;
        width: 50%;
        margin: 0 0 0 auto;
    }
    #sec01_div01 {
        background-image: none;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto 45%;
    }
    #sec01_div02 {
        background-image: none;
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: contain;
        padding-bottom: 60px;
        padding-top: 0;
    }
    #sec01_div02 .flexb {
        display: block;
    }
    #sec01_div02 .flexb .w50.ptx2 {
        width: 100%;
        padding-top: 0px;
    }
    #sec01_div02 .txtbox {
        margin-top: -60px;
        padding: 0px 1%;
        text-align: left;
    }
    .main_slide.inner {
        width: 100%;
        padding: 0 0;
    }
    .slick-dots li button:before {
        font-size: 12px;
        line-height: 20px;
        color: #c9c9c9;
    }
    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #fec524;
    }
    .tab_wrap li {
        position: relative;
        padding: 5px 0;
        width: 30%;
        margin: 0 10px;
        background-color: #eaeaea;
        border-radius: 3px;
        font-size: 1.2rem;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        cursor: pointer;
        height: 40px;
        color: #000000;
    }
    #sec02 .books article {
        border-top: 3px solid #CBBB85;
        background: #FFFDF3;
        padding: 10px 10px;
    }
    #sec02 .books article .title {
        border-bottom: 1px solid #CBBB85;
        padding: 5px 10px;
        font-size: 18px;
    }
    #sec04 .w50 {
        width: 100%;
        margin-bottom: 10px;
    }
    #sec04 .name {
        font-size: 25px;
        line-height: 1.6em;
    }
    #sec04 .sub {
        font-size: 18px;
        line-height: 1.6em;
    }
    #sec04 .txt01 {
        font-size: 18px;
        line-height: 1.6em;
    }
    #sec04 .txt02 {
        font-size: 14px;
        line-height: 1.2em;
    }
    #sec05 .lineup_wrap article {
        width: 48%;
    }
    #sec05 .lineup_wrap article .title_wrap {
        min-height: 150px;
    }
    #sec05 .lineup_wrap article .title_wrap .title {
        font-size: 14px;
        text-align: center;
        margin-bottom: 16px;
    }
    #sec05 .lineup_wrap article dl {
        flex-direction: column;
    }
    #sec06 .w50 {
        width: 86%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .sns_box .floating article .body {
        font-size: 14px;
    }
    .title02 {
        display: flex;
        flex-direction: column;
    }
    .flexb .col3 {
        width: 48%;
    }
    .flexb .col4 {
        width: 48%;
    }
    .bordersp {
        overflow: hidden;
        text-align: center;
        background-image: url(../img/border03.png);
        background-position: center 2px;
        height: 40px;
        background-size: 280%;
        background-repeat: no-repeat;
        border-top: 10px solid #B9A561!important;
    }
    .bordersp img {
        display: none;
    }
    .borderspu {
        overflow: hidden;
        text-align: center;
        background-image: url(../img/border01.png);
        background-position: center bottom;
        height: 60px;
        background-size: 280%;
        background-repeat: no-repeat;
        border-bottom: 10px solid #B9A561!important;
    }
    .borderspu img {
        display: none;
    }
    .flexb article .detail {
        display: none;
    }
    .tabgroup {
        padding-top: 30px;
    }
    #sec02 .books {
        display: flex;
        flex-direction: column;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    #sec02 .books article .author {
        padding: 5px 0;
        text-align: center;
    }
    #sec03 {
        background-color: #22324A;
    }
    #sec03 .flexb .w50 {
        width: 74%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    #sec05 {}
    #sec05 .lineup_wrap article dl dt {
        width: 100%;
    }
    #sec05 .lineup_wrap article dl dd {
        text-align: center;
    }
    #sec05 .lineup_wrap article .img {
        padding: 5px;
        text-align: center;
        background: #ffffff;
    }
    .copy {
        color: #ffffff;
        font-size: 12px;
    }
    .view_more {
        text-align: right;
        padding: 20px 0;
        cursor: pointer;
        width: 100%;
    }
    .view_more_close {
        display: none;
    }
    .view_more_close.open {
        display: block;
    }
    .footer .inner {
        padding: 0;
    }
    .footer_div {
        flex-direction: column;
    }
    .footer_div .big_col {
        width: 100%;
        padding-bottom: 20px;
    }
    .footer_div .col {
        width: 100%;
        background: #ffffff;
        margin-bottom: 20px;
    }
    .footer_div .abj_col {
        width: 100%;
        font-size: 80%;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .footer_div .colbnr {
        width: 100%;
        border-left: 0px solid #ffffff;
        border-right: 0px solid #ffffff;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .footer_div .txtlink {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .footer_div .txtlink li {
        width: 30%;
        text-align: center;
        margin-bottom: 0px;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .footer_div .txtlink li a {
        color: #3e361c;
        text-decoration: none;
        font-size: 110%;
    }
    .footer_div .colbnr .link {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer_div .colbnr .link li {
        text-align: center;
        margin-bottom: 20px;
        background: #ffffff;
        border-radius: 25px;
        line-height: 47px;
        margin-left: 0px;
        margin-right: 0px;
        height: 47px;
        width: 48%;
    }
    .footer_div .colbnr .link li a img {
        height: 22px;
    }
}



 /*登場人物ルビ*/
.ruby {ruby-overhang: auto;}







