@charset "UTF-8";

body {
    width: 100vw;
    font-size: 16px;
    line-height: 1.5;
}

p:not(:last-child) {
    margin-bottom: 16px;
}

.nowrap-word {
    white-space: nowrap;
}

.cloud-background {
    background-image: url(/v2/img/static_page/promotion/novelist/cloud_background.png), url(/v2/img/static_page/promotion/novelist/cloud_background.png);
    background-repeat: repeat-x;
    background-position: bottom center, top center;
    background-size: 70px auto;
}

.section-heading {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.text-marker {
    padding-right: 8px;
    padding-left: 8px;
    background: linear-gradient(transparent 60%, #c6fffb 30%);
}

.text-marker--future {
    background: linear-gradient(transparent 60%, #ffccb1 30%);
}

.text-marker--left-short {
    padding-left: 0;
}

.section-content {
    margin-right: 8px;
    margin-left: 8px;
}

.section-content:not(:last-child) {
    margin-bottom: 32px;
}

.section-content__heading {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 12px 8px;
    background-color: #2c9fff;
    color: #ffffff;
    font-weight: bold;
}

.section-content__heading--future {
    background-color: #ff6c00;
}

.small-heading {
    margin-bottom: 4px;
    color: #2c9ffc;
    font-size: 18px;
    font-weight: bold;
}

.annotation {
    display: inline-block;
    padding-left: 1em;
    color: #444444;
    font-size: 14px;
    text-indent: -1em;
}

.annotation:not(:last-child) {
    margin-bottom: 8px;
}

.annotation:before {
    content: '※';
}

.icon-arrow {
    display: inline-block;
    color: #0000aa;
}

.icon-arrow:not(:last-child) {
    margin-bottom: 16px;
}

.icon-arrow:before {
    content: '\f0a9';
    display: inline-block;
    margin-right: 3px;
    color: #b0b0b0;
    font-family: FontAwesome;
    text-decoration: none;
}

.comment {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment__balloon {
    position: relative;
    max-width: calc(100% - 20px);
    margin-right: 12px;
    padding: 12px;
    border: 2px solid #8dcbff;
    border-radius: 12px;
    background-color: #ffffff;
}

.comment__balloon--girl {
    border: 2px solid #ffaad8;
}

.comment__balloon:before,
.comment__balloon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #8dcbff;
}

.comment__balloon--girl:before,
.comment__balloon--girl:after {
    border-left: 20px solid #ffaad8;
}

.comment__balloon:after {
    right: calc(4px - 20px);
    border-left: solid 20px #ffffff;
}

.comment__image {
    width: 120px;
    height: 120px;
}

.app {
    width: 100%;
}

.app__explanation {
    display: flex;
    padding: 8px 8px 10px;
    border-radius: 10px 10px 0 0;
    background-color: #ffffff;
    color: #444444;
    gap: 16px;
}

.app__icon {
    width: 97px;
    height: 97px;
}

.app__title {
    color: #0000aa;
    font-size: 18px;
    font-weight: bold;
}

.app__stores {
    display: flex;
    justify-content: center;
    padding: 10px 8px 8px;
    border-radius: 0 0 10px 10px;
    background-color: #fdf8ee;
    gap: 4px;
}

.app__store-banner {
    width: 168px;
    height: 50px;
}

.slider__item {
    text-align: center;
}

.slider__link {
    display: inline-block;
}

.slider__image {
    width: 160px;
    height: 236px;
}

.slider .slick-arrow {
    z-index: 2;
}

.slider .slick-arrow img {
    width: 30px;
    height: 30px;
}

.slider .slick-next {
    right: 8px;
}

.slider .slick-prev {
    left: 8px;
}

.first-view {
    padding-bottom: 12px;
    background-color: #d3ebff;
}

.key-visual__image {
    width: 100%;
}

.catchphrase {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.catchphrase__content {
    width: min(100%, 359px);
}

.catchphrase__top {
    font-weight: bold;
    text-align: center;
}

.catchphrase__emphasize {
    color: #ff6c00;
}

.catchphrase__main {
    color: #ea0032;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.catchphrase__annotation {
    box-sizing: border-box;
    width: 100%;
    text-align: right;
}

.commercial-introduce {
    padding-bottom: 8px;
    text-align: center;
}

.commercial {
    box-sizing: border-box;
    width: calc(100% - 16px);
    height: auto;
    aspect-ratio: 16 / 9;
    margin-right: 8px;
    margin-left: 8px;
}

.reason-use-alphapolis {
    padding-top: 24px;
    padding-bottom: 32px;
    background-color: #fffff0;
}

.schedule {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 8px;
    padding: 16px 21px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.schedule__check {
    content: url('/v2/img/static_page/promotion/novelist/icon_check.png');
    position: absolute;
    top: -40px;
    right: 0;
    width: 66px;
    height: 66px;
}

.schedule__table {
    border-spacing: 0;
    font-weight: bold;
}

.schedule__table th:first-child {
    padding-right: 12px;
    text-align: right;
}

.schedule__table th:last-child {
    text-align: left;
}

.cheering {
    padding: 0 8px 16px;
}

.cheering__heading {
    padding-left: 1em;
    font-weight: bold;
    text-indent: -1em;
}

.cheering__heading:before {
    content: '・';
}

.reason-use-alphapolis__app {
    margin: 0 -8px 16px;
    padding: 8px;
    border-radius: 15px;
    background-color: #f5a524;
}

.future {
    padding-top: 24px;
    padding-bottom: 32px;
    background-color: #fff5ea;
}

.media-page-banner {
    display: inline-block;
    margin-bottom: 16px;
}

.media-page-banner__image {
    width: 100%;
}

.start-posting {
    padding-top: 24px;
    padding-bottom: 32px;
    background-color: #fffff0;
}

.guide-steps {
    margin-bottom: 16px;
}

.guide-steps .step {
    position: relative;
    padding: 10px;
    background: #f9eae5;
}

.guide-steps .step:not(:last-child) {
    margin-bottom: 60px;
}

.guide-steps .step:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    box-sizing: border-box;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 40px solid #f9eae5;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}

.guide-steps .step h3 {
    padding-bottom: 10px;
}

.guide-steps .step h3 span {
    display: inline-block;
    margin-right: 10px;
    padding: 0 5px;
    background: #8b3e24;
    color: #ffffff;
}

.welcome-external-content {
    margin: 0 -8px 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: solid 3px #f5a524;
    border-bottom: solid 3px #f5a524;
    background-color: #ffffff;
}

.welcome-external-content__text {
    padding: 8px;
    border-top: solid 1px #f5a524;
    border-bottom: solid 1px #f5a524;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
}

.alphapolis-apps {
    background: linear-gradient(180deg, #fffff0 0%, #fffff0 50%, #d3ebff 50%, #d3ebff 100%);
}

.alphapolis-apps__content {
    display: flex;
    flex-direction: column;
    padding: 16px 8px 32px;
    border-radius: 15px;
    background-color: #f5a524;
    gap: 16px;
}

.alphapolis-apps__title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.introduce-alphaca {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #d3ebff;
}

.introduce-alphaca__content {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 216px;
    padding: 24px 16px;
    background-color: #d3ebff;
    gap: 16px;
}

.introduce-alphaca__image {
    width: 92px;
    height: 168px;
}

.floating-content {
    display: flex;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    bottom: 0;
    box-sizing: border-box;
    justify-content: center;
    width: 100vw;
    padding: 8px 8px 24px;
    transition: opacity 0.5s, visibility 0s 0.5s;
    border-top: solid 1px #c1c1c1;
    opacity: 0;
    background-color: #f0f0f0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    gap: 8px;
}

.floating-content--show {
    visibility: visible;
    transition: opacity 0.5s;
    opacity: 1;
}

.floating-content__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 40px;
    border-radius: 32px;
    background-color: #00bc23;
    color: #ffffff;
}

.floating-content__button--reading {
    background-color: #ff9505;
}

.page-top-icon {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: -52px;
    width: 50px;
    height: 52px;
    transition: all 0.5s;
    font-weight: bold;
}

.page-top-icon:hover {
    opacity: 0.7;
}

.footer {
    padding: 32px 0 140px;
    background: #000000;
    text-align: center;
}

.footer img {
    max-width: 100%;
}

.footer .copyright {
    margin-top: 8px;
    color: #ffffff;
    font-size: 12px;
}
