:root {
    --main: #00ff27;
    --main-dark: #41bb54;
    --main-light: #74ff89;
    --black: #000;
    --white: #fff;
    --gray: #636363;
    --gray-light: #b6bdbf;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    margin: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "YuMincho", "Meiryo", "メイリオ", serif;
    background-color: var(--black);
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
    background-size: 90%;
    background-position: 0 0;
    color: var(--white);
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: transparent;
    position: relative;
    z-index: 2;
}

.lp {
    background: transparent;
    min-height: 100%;
    position: relative;
    z-index: 2;
    overflow-x: clip;
}

/* hero */
.hero {
    width: 100%;
}

.hero__img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    outline: 1px solid #000;
    outline-offset: -1px;
}

/* contents */
.contents {
    padding: 0 16px;
    display: grid;
    gap: 48px;
    margin-bottom: 32px;
}

/* result-intro */
.result-intro {
    display: grid;
    gap: 16px;
    text-align: center;
    color: var(--white);
    padding-top: 16px;
}

.result-intro p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    font-feature-settings: "halt";
}

.result-intro__main {
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

.result-intro__accent {
    color: var(--main);
}

.result-intro__sub {
    line-height: 1.5 !important;
}

/* anchor-btn */
.anchor-btn {
    position: relative;
    width: 100%;
}

.anchor-btn > img {
    width: 100%;
    height: auto;
    display: block;
}

.anchor-btn__links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.anchor-btn__link {
    flex: 1;
    display: block;
}

/* award section */
.award-sec {
    position: relative;
    display: grid;
    gap: 32px;
    width: 100%;
    padding-top: 16px;
    overflow: visible;
    isolation: auto;
}

.award-sec__ef {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 32px);
    max-width: 600px;
    height: 155px;
    object-fit: cover;
    pointer-events: none;
    opacity: 0.5;
}

.award-sec--garyoku .award-sec__ef {
    top: -22px;
}

.award-sec__title {
    margin: 0;
    font-size: 37px;
    font-weight: 900;
    line-height: 1;
    color: var(--main);
    text-align: center;
    font-feature-settings: "halt";
}

.award-card {
    width: 100%;
    position: relative;
    z-index: 1;
}

.award-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* result-summary */
.result-summary {
    display: grid;
    gap: 16px;
    text-align: center;
    color: var(--white);
}

.result-summary__title {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--main);
    font-feature-settings: "halt";
}

.result-summary__body {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    font-feature-settings: "halt";
}

.result-summary__body strong {
    font-weight: 700;
    font-size: 16px;
}

/* entry-btn */
.entry-btn {
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entry-btn a {
    display: block;
    width: 100%;
}

.entry-btn img {
    width: 100%;
    height: auto;
}

.entry-btn a:hover img {
    opacity: 0.8;
}

/* footer-visual */
.footer-visual {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.footer-visual img {
    width: 100%;
    height: auto;
    display: block;
}

/* Footer */
.footer-block {
    flex-shrink: 0;
    background-color: #fff;
    padding: 4%;
    border-bottom: 1px solid #fff;
}

.footer-block__sns-background {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    z-index: 99999;
}

.footer-block__sns {
    margin: 0 auto 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
}

.footer-block__max-icon {
    margin: auto;
    width: 70%;
    max-width: 80px;
}

.footer-block__icon1:hover,
.footer-block__icon2:hover {
    opacity: 0.8;
    filter: brightness(110%);
}

.footer-block__icon3:hover {
    opacity: 0.7;
    filter: brightness(120%);
}

.footer-block__webry {
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 53%;
    max-width: 384px;
}

.footer-block__copyright-background {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-block__copyright-area {
    box-sizing: border-box;
    margin: auto;
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-block__shogakukan {
    padding-top: 3%;
    font: 13px verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #000;
    text-align: center;
}

.footer-block__shogakukan a {
    display: inline;
    color: #000;
    text-decoration: none;
}

.footer-block__shogakukan a:active,
.footer-block__shogakukan a:focus,
.footer-block__shogakukan a:hover {
    outline: 0;
    color: #f84a40;
    text-decoration: underline;
}

.footer-block__copyright {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3%;
}

.footer-block__abj_img {
    width: 102px;
    height: 84px;
    filter: brightness(0) saturate(100%);
}

.footer-block__abj_text {
    font: 13px verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #000;
}

/* responsive */
@media (min-width: 600px) {
    .contents {
        padding: 0 24px;
    }

    .award-sec__ef {
        width: calc(100% + 48px);
    }
}

/* fadein animation */
.fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadein.scrollin {
    opacity: 1;
    transform: translateY(0);
}
