/* ====ここからこのページ内共通部分のスタイル==== */


@media (min-width: 769px) {
    #suntory_contents {
        min-width: 960px;
    }
}

#suntory_contents a {
    color: #0066aa;
    text-decoration: underline;
    word-wrap:break-word;
}

/* img共通のスタイル */
img {
    width: 100%;
}

/* section共通のスタイル */
section {
    padding: 0 20px;
    position: relative;
    z-index: 100;
}
section:last-of-type {
    margin-bottom: 0;
}

/* h共通のスタイル */
h2 {
    width: 53.7313%;
    max-width: 360px;
    margin: 0 auto 35px;
}

/* 注釈文 */
.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: "○";
}
.dotListL.whiteCir li.nonList {
    padding-left: 0;
}
.dotListL.whiteCir li.nonList::before {
    content: none;
}

/* ・付きのリスト */
.dotListS li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 1em;
}

.dotListS li::before {
    content: "・";
    position: absolute;
    top: 0.9em;
    left: 0;
    transform: translateY(-50%);
}

/* 字下げ用、基本Pタグに使用 */
.txtindent{
    padding-left: 1em;
}

@media (min-width:769px) {
    h2 {
        width: 360px;
        margin-bottom: 70px;
    }
}
/* ====ここまでこのページ内共通部分のスタイル==== */


/* ====ここから各セクション個別のスタイル==== */
.mainvisual {
    background-image: url("../img/mv_bg_pc.png");
    background-size: 1920px;
    background-position: center;
}

@media(min-width:769px) {

    .mainvisual picture img {
        max-width: 1164px;
        margin: 0 auto;
        display: block;
    }
}

.section-step {
    background-image: url(../img/step_bg_sp.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 60px;
}

.section-step ol li{
    margin-bottom: 15px;
}
.section-step ol li:last-child{
    margin-bottom: 0;
}

@media (min-width:769px) {
    .section-step {
        background-image: url(../img/step_bg_pc.png);
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .section-step ol {
        display: flex;
        max-width: 970px;
        margin: 0 auto;
        column-gap: 20px;
    }

    .section-step ol li {
        margin-bottom: 0;
    }
}

.section-prize {
    background-image: url("../img/prize_bg_sp.png");
    background-size: cover;
    background-position: center;
    padding-top: 55px;
    padding-bottom: 55px;
    z-index: 50;
}

.section-prize p,h3 {
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

.section-prize_body {
    margin-left: calc(-0.0597015 * calc(100% - 40px));
    margin-right: calc(-0.0597015 * calc(100% - 40px));
}
.section-prize_body > picture:last-child img {
    margin-top: 45px;
}

.section-prize_body h3 {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    background-color: #000;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
}

.section-prize_lead {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.section-prize_lead p {
    position: relative;
}

.section-prize_lead p::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    bottom: -1em;
    transform: translateX(-50%);
}

.section-prize_text img {
    margin-bottom: 25px;
}

.section-prize_text:first-of-type img {
    width: 85%;
}

.section-prize_text:nth-of-type(2) img {
    width: 77%;
}

.section-prize_text:nth-of-type(3) img {
    width: 57%;
}

.section-prize_note {
    color: #fff;
    font-size: 11px;
}

.section-prize_note small {
    display: inline-block;
    width: 155px;
    margin-right: 20px;
}

@media(min-width:769px) {
    .section-prize {
        background-image: url("../img/prize_bg_pc.png");
        margin-left: 0;
        margin-right: 0;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-prize_lead {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        max-width: 970px;
        margin: 0 auto 50px;
    }

    .section-prize_lead p {
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }

    .section-prize_lead br{
        display: none;
    }

    .section-prize_lead p::before {
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .section-prize_lead p::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 8px 0 8px;
        border-color: #fff transparent transparent transparent;
        right: 50%;
        bottom: -1em;
        transform: translateX(-50%);
    }
    .section-prize_lead p::after {
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .section-prize_body {
        max-width: 970px;
        margin: 0 auto;
    }

    .section-prize_body > picture:last-child img {
        margin-top: 90px;
    }

    .section-prize_text {
        display: flex;
        align-items: stretch;
        column-gap: 20px;
        vertical-align: middle;
        flex-wrap: nowrap;
        margin-bottom: 55px;
    }

    .section-prize_body h3 {
        width: 170px;
        font-size: 40px;
        margin: 0;
        display: block;
        text-align: center;
        line-height: normal;
    }

    .section-prize_text picture img {
        width: 100%;
        margin-bottom: 0;
    }
    
    .section-prize_text:first-of-type picture img{
        max-width: 685px;
        width: 100%;
    }
    
    .section-prize_text:nth-of-type(2) picture img {
        max-width: 710px;
        width: 100%;
    }
    
    .section-prize_text:nth-of-type(3) h3 {
        min-height: 95px;
    }

    .section-prize_text:nth-of-type(3) {
        align-items: center;
    }

    .section-prize_text:nth-of-type(3) picture img {
        max-width: 329px;
        width: 100%;
    }

    .section-prize_text:nth-of-type(4) {
        max-width: 748px;
        display: block;
        margin:  0 auto 55px;
    }

    .section-prize_note {
        font-size: 18px;
    }

    .section-prize_note small {
        width: 240px;
    }
}

@media(min-width:2000px){
    .section-prize {
        margin-top: -9%;
    }
}

.section-outline {
    background-image: url("../img/outline_bg_sp.png");
    background-size: cover;
    padding: 40px 20px;
}

.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: #000;
    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.dbDashedLine {
    border-top: dashed 1px #000;
    border-bottom: dashed 1px #000;
    padding: 1em 0;
    position: relative;
    margin: 1em 0;
}

.dbDashedLine::before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: dashed 1px #000;
    position: absolute;
    top: 0.5em;
    left: 0;
}

.dbDashedLine::after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: dashed 1px #000;
    position: absolute;
    bottom: 0.5em;
    left: 0;
}

.section-outline_txtBlockS {
    margin: 10px 0;
}

@media (min-width:769px) {
    .section-outline {
        background-image: url("../img/outline_bg_pc.png");
        padding: 90px 20px 90px;
    }

    .section-outline_body {
        height: 770px;
        max-width: 970px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 55px 10px 50px 40px;
        font-size: 15px;
    }

    .section-outline_body_inner {
        padding-right: 50px;
    }

    .section-outline_body_inner h4 {
        border-radius: 10px;
        padding: 10px 20px;
    }

    @media (min-width:2000px){
        .section-outline {
            margin-top: -8%;
        }
    }
}



.footer {
    width: 100%;
    background-color: #5ac4dd;
    padding: 60px 20px;
}
.brandBtn {
    display: block;
    margin: 0 auto;
    width: 100%;
}
@media (min-width:769px) {
    .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%);
    }

}





