@charset "UTF-8";
/* メインビジュアルの高さ調整 */
@media screen and (min-width: 1024px) {
    .p-cam-mv .p-cam-mv__bg {
        height: 743px;
    }
}

@media screen and (min-width: 640px) {
    .p-cam-mv .p-cam-mv__bg {
        height: 100%;
    }
}

/* MV下OUTLINE */
.p-camSec__description .p-camSec__descriptionImg[data-style=ic_nawa] {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80px;
}

@media only screen and (min-width: 560px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_nawa] {
        max-width: 120px;
    }
}

@media screen and (min-width: 640px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_nawa] {
        top: -75px;
        max-width: 90px;
    }
}

.p-camSec__description .p-camSec__descriptionImg[data-style=ic_kazari] {
    top: -25px;
    left: 9%;
    max-width: 45px;
}

@media only screen and (min-width: 560px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_kazari] {
        left: 1%;
        max-width: 155px;
    }
}

@media screen and (min-width: 640px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_kazari] {
        top: 0;
        left: -2%;
        max-width: 60px;
    }
}

@media only screen and (min-width: 710px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_kazari] {
        left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_kazari] {
        left: 5%;
    }
}

.p-camSec__description .p-camSec__descriptionImg[data-style=ic_hagoita] {
    top: -5px;
    right: 9%;
    max-width: 75px;
}

@media only screen and (min-width: 560px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_hagoita] {
        right: 7%;
        max-width: 110px;
    }
}

@media screen and (min-width: 640px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_hagoita] {
        top: 25px;
        right: 0%;
        max-width: 100px;
    }
}

@media only screen and (min-width: 710px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_hagoita] {
        right: -8%;
    }
}

@media screen and (min-width: 1024px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_hagoita] {
        right: -3%;
    }
}

.p-camSec__description .p-camSec__descriptionImg[data-style=ic_shishi] {
    bottom: 0;
    left: 9%;
    max-width: 80px;
}

@media only screen and (min-width: 560px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_shishi] {
        max-width: 100px;
    }
}

@media screen and (min-width: 640px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_shishi] {
        bottom: 10px;
        left: 0;
        max-width: 115px;
    }
}

@media screen and (min-width: 1024px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_shishi] {
        left: 2%;
    }
}

.p-camSec__description .p-camSec__descriptionImg[data-style=ic_daruma] {
    bottom: 18px;
    right: 9%;
    max-width: 80px;
}

@media only screen and (min-width: 560px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_daruma] {
        max-width: 105px;
    }
}

@media screen and (min-width: 640px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_daruma] {
        bottom: 30px;
        right: 0;
        max-width: 110px;
    }
}

@media screen and (min-width: 1024px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_daruma] {
        right: 2%;
    }
}

.p-camSec__description .p-camSec__descriptionImg[data-style=ic_sensu] {
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 105px;
}

@media only screen and (min-width: 560px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_sensu] {
        max-width: 155px;
    }
}

@media screen and (min-width: 640px) {
    .p-camSec__description .p-camSec__descriptionImg[data-style=ic_sensu] {
        bottom: -65px;
        max-width: 170px;
    }
}

/* デジタルギフト特典注釈の枠 */
.p-cam__cont {
    border-radius: 0 0 10px 10px;
}

/* 特別賞の注釈 */
.p-cam__cont-special {
    color: #fff;
    width: 90%;
    margin: 0.8em auto 0;
}

/* MagSafeのポイント */
.p-camWrap[data-bg=yellow] {
    background-color: #ffe205;
    background-image: url(../img/main/img_cam-bg.svg);
    background-repeat: repeat;
    background-size: 25px;
}

.p-camWrap[data-bg=yellow] .p-camTtl {
    padding-bottom: 13px;
}

.p-camWrap[data-bg=yellow] .p-cam__cont {
    width: 80.4%;
    background: #fff0e2;
    margin-inline: auto;
    padding: 24px 16px;
}

.p-camWrap[data-bg=yellow] .p-cam__item {
    width: 78.2609%;
    margin-inline: auto;
    padding-bottom: 24px;
}

.p-camWrap[data-bg=yellow] .c-ListNotes {
    margin-top: 0;
}

@media screen and (min-width: 640px) {
    .p-camWrap[data-bg=yellow] {
        background-size: 38px;
    }

    .p-camWrap[data-bg=yellow] .p-camTtl {
        padding-bottom: 32px;
    }

    .p-camWrap[data-bg=yellow] .p-cam__cont {
        width: 85%;
    }
}

@media screen and (min-width: 1024px) {
    .p-camWrap[data-bg=yellow] .p-cam__cont {
        width: 84.3%;
        padding: 56px 100px;
    }

    .p-camWrap[data-bg=yellow] .p-cam__item {
        width: 100%;
        max-width: 505px;
        padding-bottom: 32px;
    }
}

@media only screen and (min-width: 1180px) {
    .p-camWrap[data-bg=yellow] .p-cam__cont {
        width: 100%;
        max-width: 800px;
        padding: 56px 100px;
    }
}

/* 応募方法 */
.p-camGrid[data-style=steps] .p-camGrid__step:nth-of-type(2)::after {
    background: none;
}
