@charset "UTF-8";

html,
body,
p,
h1,
h2,
h3,
h4,
ul,
ol {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    min-width: 960px;
    background: #b4c4d0;
    color: #454545;
    font-family: 'Hiragino Kaku Gothic ProN', "Meiryo", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-feature-settings: 'palt';
    text-size-adjust: 100%;
}

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


.header {
    position: relative;
    width: 960px;
}

.header__image {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.header__character-novel,
.header__character-comic {
    position: absolute;
    z-index: 1;
    top: 0;
    transition: opacity 1s;
}

.header__character-novel.hide,
.header__character-comic.hide {
    opacity: 0;
}

.button {
    display: inline-block;
    width: 276px;
    padding: 15px;
    border: 2px solid #ffffff;
    background: linear-gradient(to bottom, #3b9de5, #065eb5);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.button:hover {
    opacity: 0.8;
}

.menu {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 960px;
    padding: 16px 0;
    background: #003276;
    box-shadow: 5px 0 10px 0 #000000;
    text-align: center;
    white-space: nowrap;
}

.menu__content {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}

.nav {
    max-width: 832px;
}

.nav__content {
    display: flex;
    margin-right: 8px;
    padding-top: 10px;
    line-height: 1;
}

.nav-detail__link {
    display: inline-block;
    padding: 0 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}

.nav-detail__link:hover {
    color: #ffeb00;
}

.nav-detail:not(:last-child) {
    margin-right: 4px;
    border-right: 2px solid #ffffff;
}

.sns-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 132px;
    height: 40px;
    margin-right: 8px;
}

.x-share {
    width: 36px;
}

.main {
    width: 960px;
    margin: auto;
    background: #ffffff;
    box-shadow: 0 0 99px 0 #10270f;
}

.headline {
    position: relative;
    margin-bottom: 32px;
    border-bottom: 3px solid #1d51b4;
    color: #e60012;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

.headline:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #1d51b4;
    background: url('/v2/img/static_page/media/sayounararyusei/heading_left.svg') left 225px bottom 10px/ 87px 30px no-repeat,
    url('/v2/img/static_page/media/sayounararyusei/heading_right.svg') right 225px bottom 10px/ 87px 30px no-repeat;
}

.banner {
    display: block;
    width: 735px;
    margin: 24px auto 0;
}

.banner-image {
    width: 735px;
    height: 90px;
}

.news {
    padding: 40px 60px 0;
}

.news__list {
    position: relative;
    z-index: 3;
    width: 780px;
    max-height: 124px;
    margin: 0 auto;
    overflow: auto;
    list-style-type: none;
}

.news__link {
    color: #0046b5;
    text-decoration: underline;
}

.news__content {
    line-height: 1;
}

.news__content:nth-child(n+2) {
    margin-top: 10px;
}

.recently {
    padding: 40px 60px 0;
}

.recently__subhead {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 20px;
    background-color: #113da0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.recently__content {
    position: relative;
    padding: 0 30px;
    overflow: hidden;
}

.recently__content--book {
    margin-bottom: 30px;
}

.recently__cover {
    max-width: 235px;
    float: left;
    vertical-align: top;
}

.recently__image {
    display: block;
    height: 344px;
}

.recently__detail {
    max-width: 539px;
    padding: 0 0 20px 20px;
    float: left;
    vertical-align: top;
}

.recently__title {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 1;
}

.recently__text {
    font-size: 16px;
    line-height: 27px;
}

.recently__button-warp {
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    width: 519px;
}

.recently__button {
    width: 48%;
    padding: 17px 0;
    border: 2px solid #ffffff;
    background: linear-gradient(to bottom, #3b9de5, #065eb5);
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 16%);
    color: #ffffff;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}

.story {
    padding: 40px 60px 0;
}

.story__content {
    padding: 0 42px;
    line-height: 1.89;
}

.story__text {
    font-weight: bold;
}

.character {
    padding: 40px 60px 0;
}

.character__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 104px;
}

.character__hero {
    display: block;
    margin: 0 auto 30px;
}

.character__content {
    width: 140px;
    margin: 0 24px 20px 0;
}

.character__content:nth-child(4n) {
    margin-right: 0;
}

.character__content:nth-child(n+9) {
    margin-bottom: 0;
}

.character__image {
    width: 100%;
    margin-bottom: 10px;
}

.character__image--airi {
    border: 1px solid #707070;
}

.character__name {
    margin-bottom: 8px;
    color: #3e4baa;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}

.character__text {
    font-size: 14px;
    line-height: 20px;
}

.lightbox-characters {
    display: none;
    visibility: hidden;
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    opacity: 0;
    background: rgb(0 0 0 / 50%);
}

.lightbox-characters.visible {
    visibility: visible;
    opacity: 1;
}

.lightbox-character {
    display: none;
    position: relative;
    z-index: 13;
    width: 268px;
    max-width: 80vw;
    height: 468px;
    max-height: 90vh;
    margin: auto;
    padding: 40px;
    transition: all 0.5s;
    background: #ffffff;
}

.lightbox-character.visible {
    display: block;
}

.comment {
    padding: 40px 60px 0;
}

.comment__content {
    padding: 0 30px;
}

.comment__detail {
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
}

.comment__detail--illustrator {
    border-bottom: 1px solid #707070;
}

.comment__subhead {
    padding: 5px;
    background: #113da0;
    color: #ffffff;
    text-align: center;
}

.comment__message {
    padding: 20px;
    overflow: hidden;
    font-feature-settings: normal;
}

.comment__text {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 27px;
}

.comment__text--illustrator {
    width: 553px;
    float: left;
}

.open-lightbox-illust {
    position: relative;
    float: right;
    cursor: pointer;
}

.open-lightbox-illust .comment__image {
    width: 154px;
    height: 213px;
}

.open-lightbox-illust:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -22px;
    width: 19px;
    height: 24px;
    background: url('/v2/img/static_page/media/sayounararyusei/zoom.svg') no-repeat center/19px 24px;
}

.lightbox-illust {
    visibility: hidden;
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(0 0 0 / 50%);
}

.lightbox-illust.visible {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.lightbox-illust__detail {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    margin: auto;
}

.lightbox-illust img {
    max-width: 90vw;
    max-height: 90vh;
}

.lightbox-character .close,
.lightbox-illust .close {
    position: absolute;
    top: -10px;
    right: -50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.lightbox-character .close:before,
.lightbox-character .close:after,
.lightbox-illust .close:before,
.lightbox-illust .close:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 2px;
    height: 30px;
    margin: auto;
    background: #ffffff;
}

.lightbox-character .close:before,
.lightbox-illust .close:before {
    transform: rotate(-45deg);
}

.lightbox-character .close:after,
.lightbox-illust .close:after {
    transform: rotate(45deg);
}

.book {
    padding: 40px 60px 0;
}

.book__meta {
    padding: 0 30px;
}

.book__catchcopy {
    position: relative;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #dd0101 0%, #e21100 100%);
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
}

.book__catchcopy:before,
.book__catchcopy:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
}

.book__catchcopy:before {
    left: 0;
    border-left-color: #ffffff;
}

.book__catchcopy:after {
    right: 0;
    border-right-color: #ffffff;
}

.book__writer {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.book__author {
    margin-right: 20px;
}

.book__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-left: 12px;
}

.book__link {
    width: 148px;
    margin: 0 20px 20px 0;
}

.book__link:nth-child(5n) {
    margin-right: 0;
}

.book__image:last-child {
    height: 217px;
}

.book__button {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.animation {
    position: relative;
    padding: 40px 60px 100px;
}

.animation__wrap {
    position: relative;
    margin: 0 auto;
}

.animation__kv {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.animation__subhead {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.animation__staff-cast {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.animation__staff {
    font-size: 30px;
}

.animation__cast {
    padding-top: 16px;
    font-size: 30px;
}

.animation__link {
    display: flex;
    justify-content: space-evenly;
    width: 660px;
    margin: 0 auto;
    text-align: center;
}

.footer {
    padding: 30px 20px 45px;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.footer img {
    max-width: 100%;
    margin-bottom: 8px;
}

.page-top-icon {
    position: fixed;
    z-index: 3;
    right: 195px;
    bottom: 10px;
    transition: all 0.5s;
}

.page-top-icon:hover {
    transform: rotate(360deg);
    color: #ffffff;
    text-decoration: none;
}
