html {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #222;
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
}

body, section, div, p, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
}

.contents-block {
    /*	position: relative;
    */
}

@media screen and (min-width: 680px) {
    .contents-block {
        position: relative;
        width: 680px;
        margin: 0 auto;
    }
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

a {
    color: #E26993;
}

.primary-btn {
    background: #ff4d52;
    border-radius: 4px;
    padding: 24px 32px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

.contents-block img {
    vertical-align: top;
}

.sample {
    display: flex;
}

.share-sns {
    display: flex;
    justify-content: center;
    background: #e5f5fd;
}

.share-sns a {
    margin: 0 24px;
}

.install-badge {
    display: flex;
    justify-content: center;
    padding-bottom: 176px;
}

.install-badge a {
    margin: 0 24px;
}

.footer-entry {
    color: #fff;
    padding: 35px 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -.6px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remaining-time {
    margin-right: 40px;
    font-size: 24px;
}

.remaining-time span {
    font-size: 32px;
    margin: 0 4px;
}

.result-top-margin {
    background-color: #4dbdef;
    padding: 20px 0px;
    width: 100%;
}

.result-accessory-box-top {
    margin-bottom: 40px;
}

.result-accessory-box {
    margin-top: 65px;
    background-color: #019fe8;
    width: 100%;
    padding: 60px 0px 50px 0px;
}

.award-product-box {
    background: #ffffff;
    width: 76%;
    margin: 0 auto 40px auto;
    padding: 40px 40px;
    box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
}

.award-product-image a {
    border: 2px solid #eaeaea;
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.award-product-image > a > img {
    height: 80%;
    width: auto;
}

.award-product-brand a {
    display: flex;
    color: #000000;
    text-decoration: none;
}

.award-product-brand-icon {
    width: 90px;
    height: 90px;
    margin-top: 35px;
}

.award-product-brand-icon img {
    border-radius: 50%;
    border: 2px solid #eaeaea;
    padding: 3px;
}

.award-product-brand-name {
    margin-top: 65px;
    margin-left: 40px;
    font-size: 2em;
    letter-spacing: 0.05em;
    font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN";
}

.result-buy-button {
    margin: 0 auto;
    width: 75%;
}
