/* ====ここからこのページ内共通部分のスタイル==== */
@media (min-width: 768px) {
    #suntory_contents {
        min-width: 960px;
    }
}

#suntory_contents a {
    color: #0066aa;
    text-decoration: underline;
    word-wrap:break-word;
}

body {
    background-color: #fff9df;
}

/* img共通のスタイル */
img {
    width: 100%;
}

/* section共通のスタイル */
section {
    margin-bottom: 50px;
    padding: 0 12px;
}
section:last-of-type {
    margin-bottom: 0;
}

/* h共通のスタイル */
h2 {
    width: 70%;
    margin: 0 auto;
}

/* 注釈文 */
.annotation {
    padding-left: 1em;
    position: relative;
}
.annotation::before {
    content: "※";
    position: absolute;
    top: 0.9em;
    left: 0;
    transform: translateY(-50%);
}

/* 数字付きリスト */
.numList li {
    margin-bottom: 5px;
}

.numList li p{
    display: flex;
}

/* ●付きリスト */
.dotListL li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1em;
}

.dotListL li::before {
    content: "●";
    position: absolute;
    top: 0.9em;
    left: 0;
    transform: translateY(-50%);
}

/* ○付きリスト */
.dotListL.whiteCir li::before {
    content: "○";
}

/* ・付きのリスト */
.dotListS li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 1em;
}

.dotListS li::before {
    content: "・";
    position: absolute;
    top: 0.9em;
    left: 0;
    transform: translateY(-50%);
}

@media (min-width:768px) {
    h2 {
        width: 540px;
    }
}
/* ====ここまでこのページ内共通部分のスタイル==== */


/* ====ここから各セクション個別のスタイル==== */
.mainvisual {
    width: 100%;
    padding: 15px 10px 25px 20px;
    background-image: url("../img/mvbg_sp.png");
    background-size: cover;
    background-position: top center;
    margin-bottom: 45px;
}
.mainvisual picture img {
    width: 100%;
}
@media (min-width:768px) {
    .mainvisual{
        padding: 70px 20px 60px;
        background-image: url("../img/mvbg_pc.png");
        margin-bottom: 90px;
    }
    .mainvisual picture img {
        max-width: 1124px;
        margin: 0 auto;
        display: block;
    }
}

.section-step h2 {
    margin-bottom: 14px;
}
.section-step ol{
    width: 100%;
}
@media (min-width:768px) {
    .section-step {
        margin-bottom: 90px;
    }
    .section-step h2 {
        margin-bottom: 35px;
    }
    .section-step ol {
        display: flex;
        max-width: 970px;
        margin: 0 auto;
    }
}

.section-prize {
    background-image: url("../img/bg_prize_sp.png");
    background-size: cover;
    background-position: top center;
    padding-top: 42px;
    padding-bottom: 50px;
}
.section-prize h2 {
    margin-bottom: 16px;
}
.section-prize_body {
    width: 100%;
    background-image: url("../img/bg_prizeBody_sp.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4.97% 22.5px 50px;
}
.subttlArea {
    width: 64%;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}
.section-prize_body h3::after {
    content: "";
    width: 38.356%;
    height: 86.83%;
    background-image: url("../img/prizecoin_pc.png");
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    right: -30%;
    z-index: -1;
}
@media (min-width:768px) {
    .section-prize {
        background-image: url("../img/bg_prize_pc.png");
        background-size: cover;
        background-position: top center;
        padding-top: 90px;
        padding-bottom: 90px;
        margin-bottom: 90px;
    }
    .section-prize h2 {
        margin-bottom: 25px;
        width: 480px;
    }
    .section-prize_body {
        padding: 55px 67px 105px;
        max-width: 970px;
        margin: 0 auto;
        background-image: url("../img/bg_prizeBody_pc.png");
    }
    .subttlArea {
        width: 80.6%;
        margin: 0 auto 44px 30px;
    }
    .section-prize_body h3::after {
        width: 140px;
        height: 140px;
        top: -10px;
        right: -155px;
    }
}

.section-howto {
    padding: 7.25% 30px 40px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: url("../img/bg_howto_sp.png");
    background-size: 100% 100%;
}
.section-howto h2 {
    margin-bottom: 35px;
    width: 100%;
}
.section-howto ol {
    width: 100%;
}
.section-howto ol li {
    margin-bottom: 20px;
}
.section-howto_appArea {
    position: relative;
}
.section-howto_BtnApp {
    width: 31%;
    position: absolute;
    top: 28.08%;
    left: 53.5%;
}
.section-howto_BtnGoogle {
    width: 39%;
    position: absolute;
    top: 38.27%;
    left: 53.5%;
}
.pcLink {
    display: none;
}
@media (min-width:768px) {
    .section-howto {
        padding: 55px 90px 105px;
        max-width: 970px;
        margin: 0 auto 90px;
        background-image: url("../img/bg_howto_pc.png");
        background-size: 100% 100%;
    }
    .section-howto h2 {
        margin-bottom: 65px;
        width: 580px;
    }
    .section-howto ol {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .section-howto ol li {
        width: calc(50% - 20px);
    }
    .section-howto_BtnApp {
        width: 122px;
        top: 210px;
        left: 202px;
    }
    .section-howto_BtnGoogle {
        width: 152px;
        top: 265px;
        left: 202px;
    }
    .pcLink {
        display: block;
    }
    .spLink {
        display: none;
    }
}

.section-outline {
    background-image: url("../img/bg_outline_sp.png");
    background-size: cover;
    padding: 40px 20px;
}
.section-outline h2 {
    margin-bottom: 30px;
}
.section-outline_body {
    height: 567.5px;
    padding: 26.5px 5px 26.5px 25px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.769;
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
.section-outline_body_inner {
    overflow: hidden scroll;
    width: 100%;
    height: 100%;
    padding-right: 21.5px;
}
.section-outline_body_inner h4 {
    background-color: #402110;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.section-outline_txtBlockL {
    margin-bottom: 30px;
}
.section-outline_txtBlockS {
    margin: 10px 0;
}
@media (min-width:768px) {
    .section-outline {
        background-image: url("../img/bg_outline_pc.png");
        padding: 90px 20px 100px;
    }
    .section-outline h2 {
        width: 480px;
        margin-bottom: 55px;
    }
    .section-outline_body {
        height: 770px;
        max-width: 970px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 43px 10px 43px 40px;
        font-size: 15px;
    }
    .section-outline_body_inner {
        padding-right: 50px;
    }
    .section-outline_body_inner h4 {
        border-radius: 10px;
        padding: 10px 20px;
    }
}

.footer {
    width: 100%;
    background-color: #5ac4dd;
    padding: 60px 20px;
}
.brandBtn {
    display: block;
    margin: 0 auto;
    width: 100%;
}
@media (min-width:768px) {
    .footer {
        padding: 50px 0 60px;
    }
    .brandBtn {
        width: 460px;
        -webkit-transition: -webkit-filter 0.1s linear;
        transition: -webkit-filter 0.1s linear;
        transition: filter 0.1s linear;
        transition: filter 0.1s linear, -webkit-filter 0.1s linear;
    }
    .brandBtn:hover {
        -webkit-filter: brightness(110%) contrast(110%);
        filter: brightness(110%) contrast(110%);
    }
}





