@charset "UTF-8";

body {
    background-color: #ffe4a2;
    color: #333333;
    font-family: "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

a {
    transition: opacity 0.5s;
    @media (hover: hover) and (pointer: fine) {
        &:hover {
            opacity: 0.8;
        }
    }
}

h2 {
    margin-bottom: 16px;
    padding-left: 8px;
    height: 40px;
    background-color: #f2f2f2;
    border-left: 8px solid #999999;
    font-size: 18px;
    line-height: 40px;
}

h3 {
    font-size: 16px;
}

.campaign {
    margin: auto;
    width: 743px;
    background-color: white;
}

.campaign__kv {
    display: block;
    margin: auto;
    width: 100%;
}

.campaign__contents {
    padding: 16px 40px 40px;
}

.campaign__text--emphasis {
    font-weight: bold;
    color: #f312b9;
}

.campaign__text--subhead {
    font-weight: bold;
}

.campaign__content {
    margin-bottom: 40px;
    width: 100%;
}

.campaign__content--image {
    display: block;
    margin-bottom: 16px;
    width: 100%;
}

.campaign__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px auto;
    width: 600px;
    height: 68px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #de8b00;
    background-image: linear-gradient(to bottom, #f5a520, #f19703);
}

.campaign__content--site {
    padding: 16px 0 18px 16px;
    border-radius: 10px;
    background-color: #f9edcf;
    font-weight: bold;
}

.campaign__content--links {
    display: flex;
    gap: 24px;
}

.campaign__content__link {
    color: #0033cc;
    font-weight: normal;
    text-decoration: underline;
}

.footer {
    padding-top: 24px;
    padding-bottom: 24px;
    min-width: 743px;
    background-color: black;
    text-align: center;
}

.footer__margin {
    margin-bottom: 40px;
}

.footer-img {
    width: 330px;
}

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