@charset "UTF-8";

body {
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    font-optical-sizing: auto;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}

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

.campaign {
    min-width: 375px;
    background-color: #d3be96;
}

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

.campaign__kv-images {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    z-index: 2;
}

.campaign__kv-logo {
    position: relative;
    top: 8px;
    max-width: 130px;
    width: auto;
    height: auto;
}

.campaign__kv-title {
    max-width: 210px;
    width: auto;
    height: auto;
}

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

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

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

.campaign__section:last-of-type {
    margin-bottom: 24px;
}

.campaign__heading {
    position: relative;
    max-width: 300px;
    width: calc(100% - 40px);
    margin: 0 auto -32px;
    transform: translateY(-75%);
}

.campaign__heading-image {
    display: block;
    width: 100%;
    height: auto;
}

.campaign__heading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transform: translate(-50%, -50%);
}

.campaign__subhead {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #349634;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.campaign__subhead::before,
.campaign__subhead::after {
    content: "";
    height: 1px;
    background-color: #349634;
    flex-grow: 1;
}

.campaign__subhead::before {
    margin-right: 8px;
}

.campaign__subhead::after {
    margin-left: 8px;
}

.campaign__character-contents {
    display: flex;
    max-width: 320px;
    margin: 0 auto 16px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 16px;
}

.campaign__character-contents:last-child {
    margin-bottom: 0;
}

.campaign__character-content {
    width: calc(50% - 16px);
    height: auto;
    font-weight: bold;
}

.top25-content {
    position: relative;
    overflow: visible;
    width: calc(35% - 16px);
}

.campaign__character-image {
    display: block;
    margin: 0 auto 16px;
    max-width: 400px;
    width: 100%;
    height: auto;
    image-rendering: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.rank {
    margin: 0 auto;
    width: calc(100% - 56px);
}

.special-border {
    border: 2px solid #707070;
}

.border {
    margin-bottom: 8px;
    width: calc(100% - 8px);
    border: 4px solid #ccaf34;
}

.top25-border {
    width: calc(100% - 2px);
    border: 1px solid #707070;
}

.top25-image {
    margin-bottom: 0;
}

.campaign__character-head {
    margin-bottom: 16px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: red;
}

.campaign__character-subhead {
    font-size: 16px;
}

.campaign__character-rank {
    margin-bottom: 8px;
    width: 100%;
    height: 20px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    background-color: #ffe2a0;
}

.top25-rank {
    font-size: 16px;
}

.campaign__character-name {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.top25-name {
    font-size: 16px;
}

.large-width {
    width: 128px;
    margin: 0 -15px 8px;
    font-size: 16px;
}

.campaign__character-text {
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
    background-image: url('/v2/img/static_page/campaign/kanchigai/rank1_bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.campaign__free-content {
    display: flex;
    margin-bottom: 16px;
    gap: 15px;
    justify-content: center;
}

.campaign__free-content:last-child {
    margin-bottom: 0;
}

.campaign__free-image {
    width: 45%;
    height: auto;
    border: 1px solid #707070;
}

.campaign__free-detail {
    width: 50%;
    height: auto;
}

.campaign__free-text {
    margin: 0 auto;
}

.banner {
    display: block;
    margin-bottom: 24px;
}

.banner__img {
    display: block;
    margin: auto;
    max-width: 320px;
    width: 100%;
    height: auto;
}

.campaign__button {
    display: block;
    margin-top: 16px;
    max-width: 320px;
    width: 100%;
    height: 40px;
    border: solid 1px #1e6f1e;
    background-image: linear-gradient(to bottom, #28b528, #378e37);
    border-radius: 3px;
    box-sizing: border-box;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.campaign__button:hover {
    opacity: 0.8;
}

.campaign__button-free {
    font-size: 15px;
    line-height: 40px;
}

.sns-buttons {
    display: flex;
    margin: 0 auto 24px;
    width: fit-content;
    height: auto;
    gap: 16px;
}

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

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

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

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