@charset "UTF-8";

body {
    color: white;
    font-family: NotoSerifJP, sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
}

a.link-bright:hover {
    opacity: 1;
    filter: brightness(1.2);
}

.red {
    color: red;
    font-weight: bold;
}

.campaign {
    margin: 0 auto;
    background-color: #1e2d45;
    background-image: url('/v2/img/static_page/media/newsaga/bg.jpg');
    background-repeat: repeat;
    background-position: top center;
}

.campaign--hidden {
    visibility: hidden;
}

.campaign__kv {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}

.campaign__kv-image {
    position: relative;
    z-index: 1;
    width: 100%;
}

.campaign__trial {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 1%;
    width: calc(100vw * 115 / 375);
    height: calc(100vw * 64 / 375);
}

.campaign__trial-image {
    width: calc(100vw * 115 / 375);
    height: calc(100vw * 64 / 375);
}

.campaign__title {
    margin-bottom: 16px;
    font-family: NotoSerifJP, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.campaign__title:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100vw * 20 / 375);
    margin-bottom: 4px;
    background-image: url('/v2/img/static_page/campaign/newsaga/heading.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.campaign__title--book {
    margin-bottom: 4px;
}

.campaign__title--precautions {
    margin-bottom: 8px;
}

.campaign__title--precautions:before {
    content: none;
}

.campaign__text {
    margin: 0 16px 16px;
    line-height: 24px;
}

.campaign__section {
    display: block;
    position: relative;
    margin: 0 16px 56px;
    padding: 0 16px 24px;
    background-color: white;
}

.campaign__title-image {
    display: block;
    width: calc(100vw * 226 / 375);
    height: calc(100vw * 69 / 375);
    margin: 0 auto 16px;
    padding-top: 8px;
}

.campaign__link {
    color: #fc8800;
    font-size: 14px;
}

.campaign__link--back {
    display: block;
    font-size: 16px;
    text-align: center;
}

.campaign__link--result {
    padding-bottom: 40px;
}

.book {
    margin-bottom: 24px;
    padding: 0 8px;
    text-align: center;
}

.book__increase {
    margin-bottom: 10px;
    color: #fbff00;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}

.book__list {
    padding: 16px;
    border: solid 1px #9da0a4;
    background-color: rgba(153, 213, 248, 0.6);
}

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

.book__content--first {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #c3b39d;
}

.book__cover {
    width: 157px;
    height: 230px;
    margin-right: 8px;
}

.book__detail {
    width: 164px;
}

.book__kind {
    width: 60px;
    height: 28px;
    margin-bottom: 8px;
    border-radius: 5px;
    background-color: #000b4e;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.book__text {
    margin-bottom: 8px;
    font-family: NotoSans, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.book__free {
    display: block;
    color: #fbff00;
}

.book__button-wrap {
    width: 160px;
    height: 40px;
    margin: 0 auto;
    border: solid 1px #7c041e;
}

.book__button {
    display: block;
    border: solid 1px #ffde7c;
    border-radius: 1px;
    outline: 3px solid #7c041e;
    background-color: #9f0f2e;
    color: white;
    font-weight: bold;
    line-height: 40px;
}

.banner {
    display: block;
    width: calc(100vw * 250 / 375);
    height: calc(100vw * 90 / 375);
    margin: 0 auto 24px;
}

.banner__image {
    width: calc(100vw * 250 / 375);
    height: calc(100vw * 90 / 375);
    border: solid 1px #707070;
}

.precautions {
    margin-bottom: 40px;
    padding: 0 16px;
}

.precautions__list {
    list-style: none;
}

.precautions__text {
    padding-left: 1em;
    font-family: MPLUS1p, sans-serif;
    font-size: 14px;
    text-indent: -1em;
}

.nav {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 8px 12px 12px;
    background-color: #001139;
}

.nav__detail {
    width: 100%;
    height: auto;
    text-align: center;
}

.nav__text {
    margin-bottom: 12px;
    font-size: 14px;
}

.nav__text-share {
    color: #ff813e;
}

.nav__button {
    display: flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: calc(100% - 24px);
    height: 52px;
    border: solid 1px #ffde7c;
    outline: solid 4px #9f042e;
    background: #9f042e;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.nav__button:before,
.nav__button:after {
    content: '';
    position: absolute;
    width: calc(100% + 14px);
    height: 20px;
    background-image: url('/v2/img/static_page/media/newsaga/frame-corner.png'), url('/v2/img/static_page/media/newsaga/frame-corner-right.png');
    background-repeat: no-repeat;
    background-position: left, right;
}

.nav__button:before {
    top: -6px;
    right: -7px;
}

.nav__button:after {
    right: -7px;
    bottom: -6px;
    transform: scale(1, -1);
}

.nav__button:hover {
    opacity: 0.7;
}

.sns-buttons {
    display: flex;
    width: fit-content;
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px;
    gap: 12px;
}

.x-share,
.facebook-share,
.line-share {
    display: block;
    width: 40px;
    height: 40px;
}

.footer {
    padding: 32px 0;
    background-color: black;
    text-align: center;
}

.footer__top {
    padding-bottom: 136px;
}

.footer-img {
    width: 227px;
    height: auto;
}

.copyright {
    margin-top: 8px;
    color: white;
    font-size: 12px;
}

/* question用css */
.question {
    padding-bottom: 40px;
}

.question__content {
    margin: 0 16px 24px;
    padding: 16px 21px 24px;
    border: solid 1px #ffce05;
    background-color: rgba(177, 144, 98, 0.6);
    text-align: center;
}

.question__title {
    position: relative;
    margin-bottom: 8px;
}

.question__title-line {
    width: 100%;
    height: calc(100vw * 20 / 375);
    margin-bottom: 8px;
}

.question__title-wrap {
    display: flex;
}

.question__title-no {
    width: 38px;
    height: 27px;
    margin-right: 8px;
}

.question__title-no-2 {
    width: 43px;
}

.question__title-no-3,
.question__title-no-4,
.question__title-no-5,
.question__title-no-8 {
    width: 41px;
}

.question__title-no-6,
.question__title-no-7 {
    width: 42px;
}

.question__title-text {
    display: flex;
    align-items: center;
    font-family: NotoSerifJP, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.question__image {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.question__button-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: solid 1px #7c041e;
}

.question__button-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
    width: 36px;
    height: 29px;
    background-image: url('/v2/img/static_page/campaign/newsaga/answer-b.png');
    background-size: contain;
}

.question__button-wrap--first {
    margin-bottom: 14px;
}

.question__button-wrap--first:before {
    background-image: url('/v2/img/static_page/campaign/newsaga/answer-a.png');
}

.question__button {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding-left: 60px;
    border: solid 1px #ffde7c;
    border-radius: 1px;
    outline: 3px solid #7c041e;
    background-color: #9f0f2e;
    color: white;
    font-weight: bold;
    text-align: left;
}

/* present用css */
.present {
    margin: 0 8px;
    padding-bottom: 40px;
}

.present__content {
    margin-bottom: 24px;
    padding: 16px 12px 24px;
    border: solid 1px #9c8119;
    background-color: rgba(177, 144, 98, 0.6);
    text-align: center;
}

.present__heading {
    color: #ffff00;
    font-family: NotoSerifJP, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}

.present__people {
    display: block;
    margin-bottom: 16px;
    padding-top: 4px;
    color: #ffff00;
    font-family: NotoSerifJP, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.present__detail {
    display: flex;
    justify-content: center;
    padding-left: 20px;
}

.present__detail--first {
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-left: unset;
    border-bottom: solid 1px #c3b39d;
}

.present__image {
    width: 150px;
    height: 200px;
    margin-right: 16px;
}

.present__amazon {
    width: 152px;
    height: 97px;
    padding-top: 20px;
    padding-left: 36px;
}

.present__role {
    width: 166px;
    text-align: left;
    white-space: pre-line;
}

.present__actor {
    color: #fdff5d;
    font-weight: bold;
}

.application {
    padding: 0 16px;
}

.application__heading {
    margin-bottom: 8px;
    font-family: MPLUS1p, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.application__line {
    height: 1.5px;
    margin-bottom: 16px;
    background-image: linear-gradient(to right, #ffffff -2%, #e2a505 -1%, #f2ce59 9%, #fff4c9 23%, #f9df7b 36%,
    #fff4c9 47%, #e5c35c 58%, #f9df7b 62%, #fff3cb 73%, #f9df7b 86%, #d6a102 103%);
}

.application__text {
    margin-bottom: 24px;
    font-family: MPLUS1p, sans-serif;
}

.application__link {
    color: #fc8800;
    font-size: 16px;
}

.application__link--small {
    font-size: 14px;
}

.application__notes {
    display: block;
    font-size: 14px;
}

.application__term {
    height: 35px;
    margin: 8px 0;
    background-color: #6f5e4a;
    font-family: MPLUS1p, sans-serif;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}

/* result用css */

.result__content {
    margin: 0 16px;
    padding: 16px;
    text-align: center;
}

.result__image {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.result__text {
    margin-bottom: 24px;
    line-height: 22px;
    text-align: left;
    white-space: pre-line;
}

.result__button {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    margin: 0 auto 16px;
    border: solid 1px #b19062;
    border-radius: 1px;
    background-color: black;
    box-shadow: 0 0 4px 4px rgba(74, 212, 255, 0.3);
    color: white;
    font-weight: bold;
    line-height: 54px;

    &:before {
        content: url('/v2/img/component/sns/icon_transparent_x.svg');
        display: inline-block;
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }
}
