@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
#campaign {
    font-size: 1.8rem !important;
    @media screen and (max-width: 640px) {
        font-size: 1.7rem !important;
    }
    * {
        font-family: "Noto Serif JP", serif;
    }
    .border-b {
        padding-bottom: 25px;
        margin-bottom: 20px;
        background: url(../img/prize_border.gif) repeat-x left bottom;
    }
}
.wrap.body {
    padding-top: 0;
    padding-bottom: 70px;
}
.sr_contents {
    width: 100%;
    margin: 0 auto;
}
#campaign .heading01 > * {
    font-size: 2.8rem;
    font-weight: 700;
    @media screen and (max-width: 640px) {
        font-size: 2.4rem;
    }
}
#campaign .pageLink {
    margin-top: 50px;
}
#campaign .heading01 {
    margin-bottom: 24px;
}
#campaign .btn01 a:before, #campaign .btn02 a:before {
    display: none;
}
#campaign .btn01 a:after, #campaign .btn02 a:after {
    content: "";
    background: url(../img/ico_arrowunder_w.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 10px;
    display: inline-block;
    position: relative;
    left: 6px;
    top: 0;
}

/*---------------------------
メインビジュアル
----------------------------*/
.sr_header_W_item {
    text-align: center;
}
.sr_header_W_item-img {}
.sr_header_W_item-text {
    max-width: 600px;
    margin-top: 40px;
}
.sr_header_W_lead {
    margin-top: 40px;
    padding: 40px 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    margin-bottom: 30px;
}
.sr_header_W_lead_text {}
.sr_header_W_lead_W {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}
.sr_header_W_lead_W_kikan {
    /*float:left;*/
    /*width:480px;*/
    padding: 15px 0;
    border: 3px solid #630000;
    text-align: center;
}
.sr_header_W_lead_W_kikan_dt {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #663300;
    font-size: 2.4rem;
    margin: 0 auto;
    position: relative;
    @media screen and (max-width: 640px) {
        font-size: 2rem;
    }
}
.sr_header_W_lead_W_kikan_dt:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -23px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #663300;
    border: 1px solid #ee860f;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sr_header_W_lead_W_kikan_dt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -23px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #663300;
    border: 1px solid #ee860f;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sr_header_W_lead_W_kikan_dd {
    margin-top: 4px;
    text-align: center;
}
.sr_header_W_lead_W_info {
    float: right;
    width: 340px;
    margin-top: 18px;
}
/*---------------------------
ページ内リンク
----------------------------*/
#campaign .pageLink ul.btn01 {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}
#campaign .pageLink ul.btn01 li {
    display: inline-block;
    margin-left: 15px;
}
#campaign .pageLink ul.btn01 li:first-of-type {
    margin-left: 0;
}
#campaign .pageLink ul.btn01 a {
    padding: 7px 15px;
    color: #fff;
    font-weight: bold;
    & > * {
        text-decoration: none;
    }
}
/*---------------------------
コンポーネント
----------------------------*/
#campaign {
    .ctaBtn-container {
        text-align: center;
    }
    .ctaBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 400px;
        width: 100%;
        padding: 25px 16px;
        margin: 3.2rem auto 0;
        border-radius: 5px;
        background: #006D6A;
        color: #fff;
        font-size: 2rem;
        font-weight: 700;
        position: relative;
        transition: all .3s;
        @media screen and (max-width: 640px) {
            font-size: 1.7rem;
        }
        &::before, &::after {
            display: block;
            content: "";
            height: auto;
        }
        &::before {
            aspect-ratio: 1 / 1;
            width: 30px;
            margin-right: 2rem;
            background: url(../img/icon_deco_01.svg) no-repeat center / contain;
        }
        &::after {
            aspect-ratio: 9 / 16;
            width: 9px;
            margin-left: 2.8rem;
            background: url(../img/icon_arrow_01.svg) no-repeat center / contain;
        }
        @media screen and (max-width: 640px) {
            &::before {
                width: 20px;
                margin-right: 1rem;
            }
            &::after {
                width: 8px;
                margin-left: 1rem;
                background: url(../img/icon_arrow_01.svg) no-repeat center / contain;
            }
        }
        &:hover {
            text-decoration: none;
            background: #640000;
        }
    }
    .list {
        list-style: none;
        &:is(.list--participate) {
            margin-top: 2.4rem;
            font-weight: 700;
            &>li {
                display: flex;
                align-self: flex-start;
                gap: 5px;
                &+& {
                    margin-top: .5rem;
                }
            }
        }
    }
    .cardList-Wrapper {
        margin-top: 4rem;
    }
    .cardList {
        &:is(.cardList--participate) {
            display: flex;
            justify-content: space-between;
            gap: 3.6rem 18px;
            @media screen and (max-width: 640px) {
                flex-direction: column;
            }
            .cardList__item {
                width: calc((100% - (18px * 3)) / 4);
                @media screen and (max-width: 640px) {
                    width: 100%;
                    max-width: 480px;
                    margin: 0 auto;
                }
            }
            .cardList__num {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 4px;
                margin-bottom: 1rem;
                font-family: "Oswald", "メイリオ", 'Meiryo', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
                color: #4F0000;
                font-size: 1.8rem;
                font-weight: 700;
                &::before {
                    display: block;
                    content: "";
                    width: 13px;
                    height: 13px;
                    background: #4F0000;
                }
            }
            .cardList__figure {
                width: 90%;
                margin: 0 auto;
                @media screen and (max-width: 640px) {
                    max-width: 280px;
                }
                @media screen and (max-width: 414px) {
                    max-width: 230px;
                }
            }
            .cardList__summary {
                margin-top: 1.4rem;
                line-height: 1.3;
                letter-spacing: 0;
                ul {
                    margin-top: 1rem;
                    font-size: 1.6rem;
                    font-weight: 500;
                    line-height: 1.3;
                    &>li {
                        display: flex;
                        align-items: flex-start;
                        gap: 4px;
                        &+& {
                            margin-top: .4rem;
                        }
                    }
                }
            }
        }
    }
    .link {
        transition: all .3s;
        &:is(.link-common) {
            text-decoration: underline !important;
            color: #640000;
            &:hover {
                text-decoration: none !important;
            }
        }
    }
}
/*---------------------------
ユーティリティ
----------------------------*/
.mt-8 {
    margin-top: .8rem;
}
.mt-16 {
    margin-top: 1.6rem;
}
.color-brown {
    color: #640000;
}
.fsz-16 {
    font-size: 1.6rem;
}
.br-sp {
    display: none;
    @media screen and (max-width: 414px) {
        display: block;
    }
}
/*---------------------------
参加方法
----------------------------*/
.sr_participate {
    padding: 40px 50px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
#list_participate {
    padding-bottom: 0;
    .cardList.cardList--participate {
        background: url(../img/pic_bg_01.svg) no-repeat top 20% center / 56%;
        @media screen and (max-width: 640px) {
            background: unset;
        }
    }
    .cta {
        width: calc(100% + 100px);
        margin-top: 70px;
        padding: 24px 24px 40px;
        border-top: 8px solid #006D6A;
        border-radius: 0 0 6px 6px;
        background: #B3D3D2;
        position: relative;
        left: -50px;
        @media screen and (max-width: 640px) {
            .ctaBtn {
                max-width: 300px;
            }
        }
        &::before {
            display: block;
            content: "";
            aspect-ratio: 70 / 68.63;
            width: 70px;
            height: auto;
            margin: 0 auto;
            background: url(../img/icon_deco_02.svg) no-repeat center / contain;
            position: absolute;
            top: -4px;
            left: 0;
            right: 0;
            transform: translateY(-50%);
        }
    }
}
/*---------------------------
景品
----------------------------*/
.sr_prize {
    padding: 40px 50px;
    background: #fff;
    border-radius: 6px;
    margin-top: 50px;
    overflow: hidden;
}
#list_prize {
    position: relative;
    &::before, &::after {
        display: block;
        content: "";
        height: auto;
        position: absolute;
        z-index: 0;
    }
    &::before {
        aspect-ratio: 191 / 193;
        width: 191px;
        background: url(../img/pic_bg_wave_01.svg) no-repeat center / contain;
        top: 0;
        right: 0;
    }
    &::after {
        aspect-ratio: 217 / 232;
        width: 217px;
        background: url(../img/pic_bg_wave_02.svg) no-repeat center / contain;
        bottom: 0;
        left: 0;
    }
    .heading01, .prizeList, .sr_apply_list_item_attention, p {
        position: relative;
        z-index: 1;
    }
    .prizeList {
        .prizeList__item {
            display: flex;
            align-items: center;
            gap: 12px;
            max-width: 740px;
            margin: 0 auto;
            position: relative;
            &+& {
                margin-top: 1.6rem;
                @media screen and (max-width: 640px) {
                    margin-top: 3rem;
                }
            }
        }
        .prizeList__summary {
            display: flex;
            flex-grow: 1;
            @media screen and (max-width: 640px) {
                flex-direction: column;
            }
        }
        .prizeList__heading {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            min-width: 140px;
            padding: 10px;
            background: #4F0000;
            color: #fff;
            font-size: 1.8rem;
            font-weight: 700;
            letter-spacing: -.04em;
            @media screen and (max-width: 640px) {
                font-size: 1.7rem;
            }
        }
        .prizeList__body {
            flex-grow: 1;
            padding: 10px;
            border: 1px solid #4F0000;
            background: #fff;
            color: #4F0000;
            font-size: 1.8rem;
            font-weight: 700;
            @media screen and (max-width: 640px) {
                padding: 2rem 16px;
                font-size: 1.7rem;
            }
        }
        .prizeList__num {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            flex-shrink: 0;
            border-radius: 50%;
            aspect-ratio: 1 / 1;
            width: 8rem;
            height: auto;
            background: #ECE0E0;
            color: #4F0000;
            font-size: 1.6rem;
            font-weight: 600;
            @media screen and (max-width: 640px) {
                width: 7.2rem;
                position: absolute;
                top: 0;
                right: -10px;
                transform: translateY(-15%);
            }
            div:has(+ div) {
                margin-top: -5px;
            }
            .large {
                font-size: 2.4rem;
                line-height: 1;
                position: relative;
                top: 1px;
            }
        }
    }
}
.sr_apply_list_item_attention {
    margin-top: 1.6rem;
}
.sr_apply_list_item_attention_item {
    font-size: 1.6rem;
    padding-left: 1em;
    text-indent: -1em;
}
/*---------------------------
ご注意
----------------------------*/
.sr_attention {
    padding: 40px 50px;
    background: #fff;
    border-radius: 6px;
    margin-top: 50px;
}
.sr_attention_header {
    font-weight: bold;
    color: #4f0000;
}
.sr_attention_header:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background-color: #4f0000;
    margin-right: 5px;
}
.sr_attention_list {
    padding-bottom: 25px;
    margin-bottom: 20px;
    background: url(../img/prize_border.gif) repeat-x left bottom;
}
.sr_attention_list:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
}
.sr_attention_list_item {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 10px;
}
/*------------------------------------------------------------------------------------------------------------
レスポンシブ
-------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
    /*---------------------------
メインビジュアル
----------------------------*/
    .sr_contents {
        width: 100%;
        padding: 0;
    }
    .sr_header_W_item-img {
        width: 100%;
        height: auto;
    }
    .sr_header_W_item-text {
        width: 70% !important;
        min-width: 300px;
        height: auto;
        margin-top: 20px;
    }
    .sr_header_W_lead {
        width: 96%;
        margin: 20px auto 0;
        padding: 20px;
    }
    .sr_header_W_lead_W_kikan {
        float: none;
        width: 100%;
    }
    .sr_header_W_lead_W_kikan_dd {
        padding: 0 10px;
    }
    .sr_header_W_lead_W_info {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    /*---------------------------
ページ内リンク
----------------------------*/
    #campaign .pageLink ul.btn01 {
        width: 90%;
        margin: 0 auto 5%;
        overflow: hidden;
    }
    #campaign .pageLink ul.btn01 li {
        margin-left: 0;
    }
    #campaign .pageLink ul.btn01 li:nth-child(even) {
        display: block;
        margin-right: 0;
        margin-bottom: 4%;
        float: right;
        width: 48%;
    }
    #campaign .pageLink ul.btn01 li:nth-child(odd) {
        display: block;
        margin-right: 0;
        margin-bottom: 4%;
        float: left;
        width: 48%;
    }
    /*---------------------------
参加方法
----------------------------*/
    .sr_participate {
        width: 96%;
        margin: 0 auto;
        padding: 20px;
    }
    .sr_participate_left {
        float: none;
        width: 100%;
    }
    .sr_participate_left_text {
        margin-bottom: 1em;
    }
    .sr_participate_left_text:last-of-type {
        margin-bottom: 0;
    }
    .sr_participate_right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .sr_participate_right_figure_img {
        width: 100%;
        height: auto;
    }
    /*---------------------------
景品
----------------------------*/
    .sr_prize {
        width: 96%;
        margin: 50px auto 0;
        padding: 20px;
    }
    .sr_prize_list_item,
    .sr_prize_list_item:nth-of-type(3) {
        position: relative;
        float: none;
        width: 100%;
        margin: 0 0 25px 0;
        padding-bottom: 20px;
        background: url(../img/prize_border.gif) repeat-x left bottom;
        box-sizing: content-box !important;
    }
    .attList {
        clear: both;
        margin: 0 0 25px 0;
        padding-bottom: 20px;
        background: url(../img/prize_border.gif) repeat-x left bottom;
    }
    .sr_prize_list_item:nth-of-type(even) {
        padding-left: 0;
    }
    .sr_prize_list_item:last-of-type {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
    }
    .sr_prize_list_item_text {
        width: 152px !important;
        height: 23px;
    }
    .sr_prize_list_item_text:last-of-type {
        width: 100% !important;
        height: auto;
    }
    .sr_prize_list_item_img {
        display: block;
        margin-top: 10px;
        width: 100% !important;
        height: auto;
    }
    .sr_prize_list_item_stamp {
        right: 5px;
        width: 82px !important;
        height: 83px;
    }
    .sr_prize_list_item_final_left {
        float: none;
        width: 100%;
    }
    .sr_prize_list_item_final_right {
        float: none;
        width: 100%;
    }
    /*---------------------------
ご注意
----------------------------*/
    .sr_attention {
        width: 96%;
        margin: 50px auto 0;
        padding: 20px;
    }
}
