@charset "UTF-8";

body {
    color: #333333;
    font-family: 'M PLUS 1p', serif;
    font-size: 16px;
    line-height: 1.5;
    font-optical-sizing: auto;
}

a {
    color: #00c9db;
}

a:hover {
    opacity: 0.8;
}

.menu-button {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 28px;
    padding: 11px;
    background-color: #52dffd;
}

.menu-button__icon {
    width: 28px;
    height: 3px;
    background-color: #ffffff;
}

.menu__content {
    text-align: center;
}

.menu {
    visibility: hidden;
    position: fixed;
    z-index: 101;
    width: 100vw;
    height: max(100vh, 100%);
    overflow: auto;
    transition: all 0.2s linear;
    opacity: 0;
    background-image: linear-gradient(to bottom, #9ed7fc, #ffe2f7 71%, #ffffff);
}

.menu--open {
    visibility: visible;
    right: 0;
    transition: all 0.2s linear;
    opacity: 1;
    background-image: linear-gradient(to bottom, #9ed7fc, #ffe2f7 71%, #ffffff);
}

.menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 10px;
    background-color: #52dfff;
}

.logo__image {
    width: calc(100vw / 375 * 125);
    height: calc(100vw / 375 * 37);
}

.close-button {
    width: 24px;
    height: 24px;
    margin: 4px;
}

.close-button__icon {
    content: url('/v2/img/static_page/common/close_button_white.png');
    width: 100%;
    height: 100%;
}

.nav-detail {
    height: 74px;
    border-bottom: 1px solid white;
    line-height: 74px;
}

.nav-detail__link {
    display: block;
    color: white;
    font-family: "MPLUS1p", serif;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 0 14px #138ed7;
}

.nav-detail__link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.sns-buttons {
    padding-top: 16px;
    padding-bottom: 16px;
}

.x-share,
.facebook-share {
    margin-right: 8px;
}


@keyframes fade-out {

    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        visibility: hidden;
        animation-play-state: paused;
        opacity: 0;
    }
}

.campaign__kv {
    display: block;
    position: relative;
    height: calc(100vw / 375 * 399);
}

.campaign__kv-image {
    width: 100%;
    height: calc(100vw / 375 * 399);
}

.campaign__kv-image--fade {
    display: flex;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    animation: fade-out 2s 0s forwards;
    animation-duration: 4s;
    animation-iteration-count: 1;
    opacity: 0;
}

.campaign__nav {
    margin: 0 8px 24px;
}

.campaign__lead {
    position: relative;
    padding: 16px 16px 24px;
    background-image: url('/img/static_page/campaign/aoharu/bg_sky.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    line-height: 1.2;
    text-align: center;
    text-shadow: 3px 1px 2px #ffffff;
}

.campaign__lead-title {
    margin-bottom: 12px;
    color: #ff3e9d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.campaign__lead-text {
    margin-bottom: 24px;
    color: #001e60;
    line-height: 1.5;
}

.campaign__lead-text--last {
    margin-bottom: 8px;
}

.campaign__youtube {
    margin-bottom: 24px;
    color: #0f0f0f;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}

.campaign__youtube-frame {
    width: calc(100vw / 375 * 300);
    height: calc(100vw / 375 * 173);
    margin-bottom: 8px;
    border: none;
}

.campaign__book {
    width: 100%;
    background-image: url('/img/static_page/campaign/aoharu/bg_pattern.png');
    background-repeat: no-repeat;
    background-position-x: -18vw;
    background-position-y: 80px;
    background-size: 155vw;
    text-align: center;
}

.campaign__heading {
    width: 100%;
    height: 80px;
    margin: 0 auto 16px;
    background-image: url('/img/static_page/campaign/aoharu/bg_heading.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    color: #009ffd;
    font-size: 26px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
}

.campaign__heading--long {
    height: 64px;
    padding-top: 16px;
    line-height: 1.1;
}

.campaign__subhead {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.campaign__subhead--benefit {
    margin-bottom: 8px;
}

.campaign__subhead-text {
    display: block;
    width: 124px;
    margin: 0 auto;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #fcffa8 50%, #fcffa8 100%);
}

.campaign__subhead-text--release {
    width: 192px;
}

.campaign__subhead-text--first {
    width: 157px;
}

.campaign__subhead-text--store {
    width: 264px;
}

.campaign__subhead-text--sns {
    width: 300px;
}

.campaign__subhead--free {
    margin-bottom: 8px;
    padding-top: 8px;
    line-height: 1;
}

.campaign__book-wrap {
    width: calc(100vw / 375 * 250);
    margin: 0 auto 24px;
    text-align: left;
}

.campaign__book-wrap--double {
    width: calc(100vw / 375 * 160);
    margin: unset;
}

.campaign__book-wrap--left {
    margin-right: calc(100vw / 375 * 8);
}

.campaign__book-image {
    width: calc(100vw / 375 * 250);
    height: calc(100vw / 375 * 367);
    margin-bottom: 4px;
}

.campaign__book-image--double {
    width: calc(100vw / 375 * 160);
    height: calc(100vw / 375 * 227.5);
}

.campaign__book-title {
    color: #333333;
    font-weight: bold;
    line-height: 1.25;
}

.campaign__book-author {
    color: #666666;
    font-size: 12px;
}

.campaign__comicalize {
    position: relative;
}

.campaign__comicalize-image {
    width: calc(100vw / 375 * 343);
    height: calc(100vw / 375 * 130);
    margin-bottom: 56px;
}

.campaign__comicalize-text {
    position: absolute;
    bottom: 70px;
    width: 100%;
    font-size: calc(100vw / 375 * 16);
}

.campaign__book-slider {
    width: calc(100vw - 12px);
    margin: 0 auto;
}

.slick-slider .slick-list {
    width: calc(100vw - 48px);
    margin: 0 auto;
}

.slick-arrow {
    width: 10px;
    height: 18px;
}

.slick-arrow:after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background-image: url('/v2/img/static_page/campaign/aoharu/arrow_left.png');
    background-size: contain;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-next:after {
    background-image: url('/v2/img/static_page/campaign/aoharu/arrow_right.png');
}

.campaign__book-block {
    padding-bottom: 40px;
    background-color: rgb(255 255 245 / 50%);
}

.campaign__book-list {
    display: flex;
    position: relative;
    justify-content: space-around;
    width: calc(100vw - 48px);
}

.campaign__book-unit {
    display: flex;
}

.campaign__circle {
    position: absolute;
    top: -3px;
    left: -7px;
    width: calc(100vw / 375 * 40);
    height: calc(100vw / 375 * 40);
    border-radius: 50%;
    background-color: #fc5daa;
}

.campaign__circle-text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100vw / 375 * 40);
    transform: translateY(-50%);
    color: white;
    font-size: calc(100vw / 375 * 6);
    text-align: center;
}

.campaign__award {
    width: calc(100vw / 375 * 108);
    height: calc(100vw / 375 * 28.5);
    margin-right: auto;
    margin-bottom: 4px;
    margin-left: auto;
    color: #ff3e9d;
    font-family: "HiraKakuProN-W6", sans-serif;
    font-size: calc(100vw / 375 * 12);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.campaign__no-award {
    height: calc(100vw / 375 * 28.5);
    margin-bottom: 4px;
}

.campaign__award--comicalize {
    margin-right: calc(100vw / 375 * 10);
}

.campaign__benefit {
    position: relative;
    padding: 20px 16px 40px;
    overflow-x: clip;
    background-image: url('/img/static_page/campaign/aoharu/bg_notes.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
}

.campaign__benefit-image {
    width: 100%;
    height: calc(100vw / 375 * 200);
    margin-bottom: 24px;
}

.campaign__ellipse {
    position: absolute;
    z-index: -1;
    right: calc(100vw / 375 * -114);
    bottom: calc(100vw / 375 * -112);
    width: calc(100vw / 375 * 228);
    height: calc(100vw / 375 * 301);
}

.campaign__present {
    position: relative;
    padding: 16px 16px 40px;
    overflow-x: clip;
    background-image: url('/img/static_page/campaign/aoharu/bg_gradation.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: calc(100vw / 375 * -60);
    background-size: calc(100vw / 375 * 600);
}

.campaign__present-end {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #e4e4e4;
    color: #fd004e;
    font-weight: bold;
}

.campaign__present-image {
    width: 100%;
    height: calc(100vw / 375 * 160);
    margin-bottom: 24px;
}

.campaign__present-bg {
    position: absolute;
    z-index: -1;
    bottom: calc(100vw / 375 * 152);
    left: calc(100vw / 375 * -90);
    width: calc(100vw / 375 * 507);
    height: calc(100vw / 375 * 618);
}

.campaign__emphasis {
    color: #ff3e9d;
}

.campaign__application {
    margin-bottom: 24px;
    padding: 16px;
    border-radius: 5px;
    background-color: rgb(255 255 255 / 80%);
}

.campaign__application-method {
    margin-bottom: 24px;
}

.campaign__indent {
    padding-left: 16px;
    text-indent: -1em;
}

.campaign__precautions-list {
    padding-left: 14px;
    font-size: 14px;
}

.campaign__precautions-list li {
    list-style: disc;
}

.campaign__precautions-list li::marker {
    font-size: 8px;
}

.campaign__precautions-list span {
    vertical-align: middle;
}

.campaign__sns {
    position: relative;
    padding: 0 16px 60px;
    overflow-x: clip;
    text-align: center;
}

.campaign__sns-ellipse {
    position: absolute;
    z-index: -1;
    top: calc(100vw / 375 * 200);
    left: calc(100vw / 375 * -78);
    width: calc(100vw / 375 * 209);
    height: calc(100vw / 375 * 162);
}

.campaign__sns-squire {
    position: absolute;
    z-index: -1;
    right: calc(100vw / 375 * -56);
    bottom: calc(100vw / 375 * -20);
    width: calc(100vw / 375 * 187);
    height: calc(100vw / 375 * 245);
}


.campaign__text {
    margin-bottom: 16px;
    line-height: 20px;
    text-align: left;
}

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

.campaign__text--indent {
    padding-left: 14px;
    text-indent: -1em;
}

.campaign__text--last {
    margin-bottom: unset;
}

.campaign__detail {
    padding: 16px;
    background-color: #fff9c9;
}

.campaign__detail--manga {
    margin-bottom: 24px;
}

.campaign__detail-wrap {
    display: flex;
    gap: 16px;
    padding-top: 8px;
}

.campaign__detail-image {
    width: 120px;
    height: 92px;
}

.campaign__button {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 179px;
    height: 28px;
    margin: 0 auto;
    background-color: #00c9db;
    color: white;
    font-size: 8px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
}

.campaign__link {
    display: block;
    text-align: right;
}

.campaign__link:before {
    content: '\f0a9';
    display: inline-block;
    margin-right: 3px;
    color: #b0b0b0;
    font-family: "FontAwesome", serif;
    font-size: 14px;
    text-decoration: none;
}

.tiktok-embed {
    z-index: 1;
}

.page-top-icon {
    display: block;
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 16px;
    width: 60px;
    height: 60px;
    transition: all 0.5s;
    background: url('/img/static_page/campaign/aoharu/page_top.png') no-repeat center;
    background-size: contain;
}

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

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

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

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