@charset "utf-8";

.campaign-detail-wrap {

    .x-post-link, a {
        color: #60aae6;
    }

    a {
        color: #fffeb2;
        text-decoration: underline;
    }

    a:hover, a:active {
        color: #68beed;
    }
}

.chara01-description {
    a {
        color: #fffeb2;
        text-decoration: underline;
    }

    a:hover, a:active {
        color: #ffe7b2;
    }
}

.chara02-description {
    a {
        color: #fffeb2;
        text-decoration: underline;
    }

    a:hover, a:active {
        color: #75cab2;
    }
}

/* キャンペーンページ全体の背景はここで変更できます */
.campaign .container {
    background: url(../image/bg_campaign_2504.png) repeat-y center top;
    background-size: 100% auto;
}

.campaign .container .sub-container {
    background: url(../image/bg_campaign_deco01_2504.png) repeat-y center top;
    background-size: 100% auto;
}

.btn-goto-officialSite {
    position: fixed;
    top: 24px;
    left: -960px;
    right: 0;
    z-index: 100;
    width: 210px;
    height: 171px;
    margin: auto;
    background: url(../image/btn_campaignpage_goto_officialsite.png) no-repeat center top;
    background-size: 210px 171px;
    transition: transform 150ms ease-out;
}

@media ( min-width: 801px ) and ( max-width: 1170px ) {
    .btn-goto-officialSite {
        left: 0;
        right: auto;
    }
}

.btn-goto-officialSite:hover {
    transform: scale(1.1);
}

.fv-campaign {
    position: relative;
    width: 100%;
}

.fv-campaign::before {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 24px;
    background: url(../image/line_rainbow01.png) repeat 42% center;
    background-size: auto 24px;
    content: "";
}

.fv-campaign::after {
    display: block;
    position: absolute;
    top: 574px;
    z-index: 1;
    width: 100%;
    height: 24px;
    background: url(../image/line_rainbow01.png) repeat 328% center;
    background-size: auto 24px;
    content: "";
}

.fv-campaign-inner {
    position: relative;
}

.fv-campaign-inner .bg {
    position: absolute;
    z-index: 0;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 554px;
    margin: auto;
    background: url(../image/bg_campaign_mainvisual_2504.png) no-repeat center top;
    background-size: 1100px 554px;
}

.fv-campaign-inner .bg img {
    width: 1100px;
}

.fv-campaign-inner .banner {
    position: relative;
    z-index: 10;
    width: 750px;
    margin: 0 auto;
}

.fv-campaign-inner .banner img {
    width: 750px;
}

.campaign-detail-wrap {
    width: 750px;
    margin: 0 auto 64px;
    padding: 48px 24px 24px;
    background: #f58ca3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}

.campaign-detail-wrap .text {
    font-size: 1.8rem;
    line-height: 1.5;
}

.gift-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 24px;
}

.gift-detail {
    position: relative;
    width: 48%;
}

.gift-detail .img {
    margin: 0 0 8px;
}

.gift-detail .img img {
    width: 100%;
}

.gift-detail .heading {
    width: 70%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 16px;
}

.gift-detail .description {
    font-size: 1.6rem;
    line-height: 1.5;
}

.gift-detail .num {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 6px;
    bottom: 50px;
    z-index: 1;
    width: 96px;
    height: 96px;
    padding: 0 0 4px;
    background: url(../image/base_jagged_2504.png) no-repeat center top;
    background-size: 96px 96px;
    font-size: 3rem;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
}

.gift-detail .num span {
    font-size: 1.8rem;
}

.line01 {
    margin: 0 0 32px;
}

.line01 img {
    width: 100%;
}

h2.heading {
    position: relative;
    padding: 0 0 0 45px;
    font-size: 2.8rem;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin: 50px 0 8px;
}

h2.heading::after {
    display: inline-block;
    width: 45px;
    height: 33px;
    margin: auto;
    background: url(../image/campaign_h2_deco.png) no-repeat center top;
    background-size: 45px 33px;
    content: "";
    transform: translate(10px, 2px);
}

h2.heading span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin: 0 -37px 0 0;
    padding: 0 0 4px;
    background: #e55a92;
    border-radius: 5px;
    box-shadow: 5px 5px 1px rgba(255, 255, 255, 0.5);
    transform: translate(-46px, -5px);
}

.text-innerFrameBox {
    height: 380px;
    padding: 12px 14px;
    background: #6646C4;
    border: 2px solid #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    overflow-y: auto;
}

.text-innerFrameBox::-webkit-scrollbar {
    width: 10px;
}

.text-innerFrameBox::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
}

.text-innerFrameBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #A58FEB;
}

.text-frameBox {
    padding: 8px 8px 36px;
    background: #fff;
    border: 5px solid #d9709a;
    border-radius: 10px;
}

.text-frameBox .step {
    margin: 0 0 16px;
    font-size: 2.8rem;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 2px #d9709a;
    text-shadow: 3px 3px 0 #d9709a;
}

.text-frameBox .text {
    padding: 0 12px;
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.5;
}

.arrow {
    width: 30px;
    height: 30px;
    margin: 4px 0;
}

.arrow img {
    width: 30px;
    height: 30px;
}

.list {
    padding: 0 0 0 24px;
    font-size: 1.8rem;
    line-height: 1.5;
    list-style-type: disc;
}

.list.style-none {
    padding: 0;
    list-style-type: none;
}

.line02 img {
    width: 100%;
}

.campaign .container .sub-container.chara {
    position: relative;
    padding: 1px 0 80px;
    background: url(../image/bg_campaign_deco02.png) repeat-y center top;
    background-size: 100% auto;
}

.campaign .container .sub-container.chara::after {
    display: block;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 32px;
    background: url(../image/line_campaign03.png) repeat center center;
    background-size: 1134px 32px;
    content: "";
}

.chara01-description, .chara02-description {
    position: relative;
    width: 800px;
    margin: 0 auto 80px;
}

.chara01-description .chara {
    position: relative;
    z-index: 1;
    left: 64px;
    top: 54px;
    width: 247px;
}

.chara01-description .chara img {
    width: 247px;
}

.chara01-description .serif {
    position: absolute;
    top: 0;
    right: 115px;
    z-index: 0;
    width: 375px;
    height: 160px;
    padding: 38px 0 53px 32px;
    background: url(../image/balloon_chara03.png) no-repeat center top;
    background-size: 375px 160px;
    color: #FF8396;
    font-size: 2rem;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.chara01-description .text {
    position: absolute;
    bottom: -31px;
    right: 98px;
    z-index: 0;
    width: 435px;
    height: 268px;
    padding: 64px 22px 42px 43px;
    background: url(../image/base_text04.png) no-repeat center top;
    background-size: 435px 268px;
    color: #fff;
    line-height: 1.5;
}

.chara02-description .chara {
    position: relative;
    top: 108px;
    right: -465px;
    z-index: 1;
    width: 246px;
}

.chara02-description .chara img {
    width: 246px;
}

.chara02-description .serif {
    position: absolute;
    top: 15px;
    left: 140px;
    z-index: 0;
    width: 375px;
    height: 150px;
    padding: 37px 0 53px 44px;
    background: url(../image/balloon_chara04.png) no-repeat center top;
    background-size: 375px 150px;
    color: #409DFF;
    font-size: 2rem;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.chara02-description .text {
    position: absolute;
    bottom: -66px;
    left: 98px;
    z-index: 0;
    width: 435px;
    height: 268px;
    padding: 36px 47px 47px 19px;
    background: url(../image/base_text05.png) no-repeat center top;
    background-size: 435px 268px;
    color: #fff;
    line-height: 1.5;
}

.btn-goto-top {
    background: url(../image/btn_goto_top_campaign_2504.png) center top no-repeat;
    background-size: 60px 60px;
}

.btn-toppage {
    display: block;
    width: 210px;
    height: 40px;
    margin: 0 auto 72px;
}

.btn-toppage a {
    display: block;
    width: 210px;
    height: 40px;
    background: #65C787;
    border: 5px solid #fff;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 1.9rem;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: transform 200ms ease-out;
}

.btn-toppage a:hover {
    transform: scale(105%);
}

.contents.cont06 .chara01 {
    position: relative;
    left: 70px;
    transform: translate(0, -100px);
}

.contents.cont06 .chara02 {
    position: relative;
    right: 70px;
    transform: translate(0, -100px);
}

.footer {
    margin-top: -64px;
}

.footer .footer-links02 {
    font-size: 1.3rem;
    flex-wrap: wrap;
    line-height: 1.5;
}

/* スマホ・タブレット用CSS */
@media ( max-width: 800px ) {

    @media ( max-width: 376px ) {
        .campaign .container {
            background: #5734c6;
        }
    }

    .campaign .container {
        background: url(../image/bg_campaign_2504.png) repeat-y center top;
        background-size: 100% auto;
    }

    .campaign .container .sub-container {
        background: none;
    }

    .fv-campaign::before {
        display: block;
        width: 100%;
        height: 12px;
        background: url(../image/line_rainbow01.png) repeat 42% center;
        background-size: auto 12px;
        content: "";
    }

    .fv-campaign::after {
        display: block;
        position: absolute;
        top: 422px;
        z-index: 1;
        width: 100%;
        height: 12px;
        background: url(../image/line_rainbow01.png) repeat 328% center;
        background-size: auto 12px;
        content: "";
    }

    .fv-campaign-inner .bg {
        display: none;
    }

    .fv-campaign-inner .banner {
        position: relative;
        z-index: 10;
        width: 375px;
        height: 410px;
        margin: 0 auto;
    }

    .fv-campaign-inner .banner img {
        width: 375px;
        height: 410px;
    }

    .btn-goto-officialSite {
        position: fixed;
        top: 15px;
        left: -270px;
        right: 0;
        z-index: 100;
        width: 100px;
        height: 85px;
        margin: auto;
        background: url(../image/btn_campaignpage_goto_officialsite.png) no-repeat center top;
        background-size: 100px 85px;
        transition: transform 150ms ease-out;
    }

    .campaign-detail-wrap .text {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .campaign-detail-wrap {
        width: 375px;
        margin: 0 auto 64px;
        padding: 24px 12px 48px;
        background: #f58ca3;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #fff;
    }

    .gift-detail .heading {
        width: 70%;
        font-size: 1.6rem;
    }

    .gift-detail .description {
        font-size: 1.5rem;
    }

    .gift-detail .num {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: -7px;
        top: 103px;
        z-index: 1;
        width: 60px;
        height: 60px;
        padding: 0 0 4px;
        background: url(../image/base_jagged_2504.png) no-repeat center top;
        background-size: 60px 60px;
        font-size: 2rem;
    }

    .gift-detail .num span {
        font-size: 1.3rem;
    }

    .gift-wrap-sp {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0;
    }

    .gift-detail-sp {
        position: relative;
        width: 100%;
        margin: 0 0 24px;
    }

    .gift-detail-sp .heading {
        width: 82%;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
        margin: 0 0 16px;
    }

    .gift-detail-sp .description {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .gift-detail-sp .img {
        margin: 0 0 8px;
    }

    .gift-detail-sp .img img {
        width: 100%;
    }

    .gift-detail-sp .num {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 4px;
        top: 217px;
        z-index: 1;
        width: 60px;
        height: 60px;
        padding: 0 0 4px;
        background: url(../image/base_jagged_2504.png) no-repeat center top;
        background-size: 60px 60px;
        font-size: 2rem;
        font-family: "Mochiy Pop One", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .gift-detail-sp .num span {
        font-size: 1.3rem;
    }

    h2.heading {
        position: relative;
        margin: 0 0 8px;
        padding: 0 0 0 33px;
        font-size: 2rem;
        line-height: 1.5;
    }

    h2.heading span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 26px;
        height: 26px;
        margin: 0 -26px 0 0;
        padding: 0 0 4px;
        background: #e55a92;
        border-radius: 5px;
        box-shadow: 3px 3px 1px rgba(255, 255, 255, 0.5);
        transform: translate(-33px, -3px);
    }

    h2.heading::after {
        display: inline-block;
        width: 33px;
        height: 24px;
        margin: auto;
        background: url(../image/campaign_h2_deco.png) no-repeat center top;
        background-size: 33px 24px;
        content: "";
        transform: translate(6px, 2px);
    }

    .btn-goto-top {
        background: url(../image/btn_goto_top_campaign_2504.png) center top no-repeat;
        background-size: 48px 48px;
    }

    .text-frameBox .step {
        margin: 0 0 16px;
        font-size: 2rem;
        font-family: "Mochiy Pop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-stroke: 2px #d9709a;
        text-shadow: 2px 2px 0 #d9709a;
    }

    .list {
        padding: 0 0 0 24px;
        font-size: 1.5rem;
        line-height: 1.5;
        list-style-type: disc;
    }

    .text-innerFrameBox {
        height: 380px;
        padding: 8px 10px;
        background: #6646C4;
        border: 2px solid #fff;
        font-size: 1.5rem;
        line-height: 1.5;
        overflow-y: auto;
    }

    .line02 {
        display: none;
    }

    .campaign .container .sub-container.chara::after {
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        height: 18px;
        background: url(../image/line_campaign03.png) repeat-x center center;
        background-size: 1050px 18px;
        content: "";
    }

    .chara01-description, .chara02-description {
        position: relative;
        width: 375px;
        margin: 0 auto 234px;
    }

    .chara01-description .chara img {
        width: 160px;
    }

    .chara01-description .chara {
        position: relative;
        z-index: 1;
        left: 6px;
        top: 100px;
        width: 160px;
    }

    .chara01-description .serif {
        position: absolute;
        top: -30px;
        right: 9px;
        z-index: 0;
        width: 320px;
        height: 133px;
        padding: 33px 0 82px 35px;
        background: url(../image/balloon_chara03.png) no-repeat center top;
        background-size: 320px 133px;
        color: #FF8396;
        font-size: 1.6rem;
        font-family: "Mochiy Pop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.5;
    }

    .chara02-description .serif {
        position: absolute;
        top: 10px;
        left: 9px;
        z-index: 0;
        width: 320px;
        height: 128px;
        padding: 35px 0 54px 45px;
        background: url(../image/balloon_chara04.png) no-repeat center top;
        background-size: 320px 128px;
        color: #409DFF;
        font-size: 1.6rem;
        font-family: "Mochiy Pop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.5;
    }

    .chara01-description .text {
        position: absolute;
        bottom: -177px;
        right: 10px;
        z-index: 0;
        width: 240px;
        height: 350px;
        padding: 65px 3px 42px 43px;
        background: url(../image/base_text04.png) no-repeat center top;
        background-size: 240px 350px;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .chara02-description .text {
        position: absolute;
        bottom: -230px;
        left: 8px;
        z-index: 0;
        width: 240px;
        height: 350px;
        padding: 36px 30px 58px 14px;
        background: url(../image/base_text05.png) no-repeat center top;
        background-size: 240px 350px;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .text-frameBox {
        padding: 8px 8px 36px;
        background: #fff;
        border: 3px solid #d9709a;
        border-radius: 10px;
    }

    .campaign .container .sub-container.chara {
        position: relative;
        padding: 1px 0 80px;
        background: url(../image/bg_campaign_deco02_sp.png) repeat-y 66% top;
        background-size: 238% auto;
    }

    .chara02-description .chara {
        position: relative;
        top: 143px;
        right: -214px;
        z-index: 1;
        width: 160px;
    }

    .chara02-description .chara img {
        width: 160px;
    }

    .contents.cont06 .chara01 {
        position: relative;
        left: 0;
        transform: translate(0, -66px);
    }

    .contents.cont06 .chara02 {
        position: relative;
        right: 0;
        transform: translate(0, -66px);
    }

    .btn-toppage {
        display: block;
        width: 160px;
        height: 32px;
        margin: 0 auto 72px;
    }

    .btn-toppage a {
        display: block;
        width: 160px;
        height: 32px;
        background: #65C787;
        border: 3px solid #fff;
        border-radius: 16px;
        color: #fff;
        cursor: pointer;
        font-size: 1.7rem;
        font-family: "Mochiy Pop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        transition: transform 200ms ease-out;
    }

    .footer {
        margin-top: -32px;
    }

    .footer .footer-links02 li:first-child::before {
        margin: 0 8px;
    }

    .footer .footer-links02 {
        margin: 0 0 114px;
    }

}

/* スマホ・タブレット用CSS end */

