.pokemon_photo__wrap .pc,
.pokemon_photo__wrap .pc_in,
.pokemon_photo__wrap .pc_inbl,
.pokemon_photo__wrap .tab,
.pokemon_photo__wrap .tab_in,
.pokemon_photo__wrap .tab_inbl {
    display: none;
}

.pokemon_photo__wrap .sp,
.pokemon_photo__wrap .sptab {
    display: block;
}

.pokemon_photo__wrap .sp_in,
.pokemon_photo__wrap .sptab_in {
    display: inline;
}

.pokemon_photo__wrap .sp_inbl,
.pokemon_photo__wrap .sptab_inbl {
    display: inline-block;
}

.pokemon_photo__wrap .pokemon_photo__wrap {
    color: #000;
}


/* main */

.pokemon_photo__wrap .lead_wrap {
    padding: 0 12px;
}

.pokemon_photo__wrap .wrap {
    padding: 0 30px;
}

.pokemon_photo__wrap .c-lead {
    margin-top: 25px;
}

.pokemon_photo__wrap .c-lead__kikan {
    background: url("/data/feature/pokemon_photo/image/bg_kikan_sp.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 33vw;
}

.pokemon_photo__wrap .c-lead__kikan_txt {
    font-size: 21px;
    line-height: calc(33 / 30);
    font-weight: bold;
    color: #fff;
    padding-top: 3vw;
}

.pokemon_photo__wrap .c-lead__textarea {
    display: flex;
    margin: 10px 0 40px;
}

.pokemon_photo__wrap .c-lead__chara_img {
    width: 103px;
    margin-right: 13px;
}

.pokemon_photo__wrap .c-lead__txt {
    width: calc(100% - 116px);
    font-size: 18px;
    line-height: calc(31 / 18);
    font-weight: bold;
}

.pokemon_photo__wrap .c-btn__result {
    max-width: 305px;
    margin: 0 auto;
}

.pokemon_photo__wrap .c-txt_project-btn {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

.pokemon_photo__wrap .c-post {
    margin-top: 60px;
    padding-bottom: 25px;
    background-color: #12B8D7;
    position: relative;
}

.pokemon_photo__wrap .c-recruitment__img img {
    width: 100%;
}

.pokemon_photo__wrap .c-post::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 87px 0 87px;
    border-color: #12B8D7 transparent transparent transparent;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.pokemon_photo__wrap .c-post__ttl_area {
    position: relative;
}

.pokemon_photo__wrap .c-post__ttl {
    font-size: 30px;
    line-height: calc(34 / 30);
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 20px 0 30px;
    letter-spacing: 10px;
}

.pokemon_photo__wrap .c-post__left_img,
.pokemon_photo__wrap .c-post__right_img {
    position: absolute;
    top: 0;
}

.pokemon_photo__wrap .c-post__left_img {
    left: 20px;
    width: 85px;
}

.pokemon_photo__wrap .c-post__right_img {
    right: 15px;
    width: 122px;
}

.pokemon_photo__wrap .c-post__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    margin-bottom: 25px;
}

.pokemon_photo__wrap .c-post__list li {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 30px;
}

.pokemon_photo__wrap .c-post__list li:nth-child(2n) {
    margin-right: 0;
}

.pokemon_photo__wrap .c-post__list li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.pokemon_photo__wrap .c-post__btn {
    text-align: center;
    width: 208px;
    margin: 0 auto;
    padding: 10px 0;
    background: linear-gradient(to bottom, #187FC4, #12B8D7);
    border-radius: 7px;
}

.pokemon_photo__wrap .c-post__btn a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.pokemon_photo__wrap .c-recruitment {
    background-color: #FAEE00;
    padding: 100px 0 45px;
    position: relative;
}

.pokemon_photo__wrap .c-recruitment::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 87px 0 87px;
    border-color: #FAEE00 transparent transparent transparent;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.pokemon_photo__wrap .c-recruitment__ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 54px;
}

.pokemon_photo__wrap .c-recruitment__sub_ttl {
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.pokemon_photo__wrap .c-recruitment__matters_txt {
    font-size: 18px;
    line-height: calc(28 / 18);
    margin-bottom: 35px;
}

.pokemon_photo__wrap .c-recruitment__matters_txt:last-child {
    margin-bottom: 0;
}

.pokemon_photo__wrap .c-recruitment__matters_link {
    color: #E60012;
    text-decoration: underline;
}

.pokemon_photo__wrap .c-contents {
    background-color: #12B8D7;
    padding: 93px 0 55px;
    position: relative;
}

.pokemon_photo__wrap .c-contents::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 87px 0 87px;
    border-color: #12B8D7 transparent transparent transparent;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.pokemon_photo__wrap .c-contents__ttl_area {
    position: relative;
    width: 260px;
    margin: 0 auto;
    background-color: #FFF100;
    border-radius: 7px;
    border: 3px solid #000;
    padding: 23px 0 23px 35px;
}

.pokemon_photo__wrap .c-contents__ttl {
    font-size: 30px;
    font-weight: bold;
}

.pokemon_photo__wrap .c-contents__ttl_img {
    position: absolute;
    top: -25px;
    right: -30px;
    width: 107px;
}

.pokemon_photo__wrap .c-contents__kikan {
    margin: 45px 0;
}

.pokemon_photo__wrap .c-contents__sub_ttl {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.pokemon_photo__wrap .c-contents__txt {
    font-size: 20px;
    line-height: calc(33 / 20);
    color: #fff;
}

.pokemon_photo__wrap .contents__sub_ttl {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.pokemon_photo__wrap .c-contents__photo_box {
    position: relative;
    margin-bottom: 60px;
}

.pokemon_photo__wrap .c-contents__photo_box::after {
    display: block;
    content: "";
    position: absolute;
    width: 263px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.pokemon_photo__wrap .c-contents__photo_box_ttl {
    border: 3px solid #000;
    border-radius: 7px;
    position: relative;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl::before {
    display: block;
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    top: -18px;
    left: -4px;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl p {
    font-size: 25px;
    line-height: calc(27 / 25);
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.pokemon_photo__wrap .c-contents__photo_box_txt {
    font-size: 18px;
    line-height: calc(25 / 18);
    color: #fff;
    margin-top: 30px;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_01 {
    background-color: #00AC97;
    padding: 30px 0;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_01::before {
    background: url("/data/feature/pokemon_photo/image/bg_num_01.png") no-repeat;
    background-size: contain;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_02 {
    background-color: #E83820;
    padding: 15px 0;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_02::before {
    background: url("/data/feature/pokemon_photo/image/bg_num_02.png") no-repeat;
    background-size: contain;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_03 {
    background-color: #C6A8CF;
    padding: 30px 0;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_03::before {
    background: url("/data/feature/pokemon_photo/image/bg_num_03.png") no-repeat;
    background-size: contain;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_04 {
    background-color: #F08300;
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_04::before {
    background: url("/data/feature/pokemon_photo/image/bg_num_04.png") no-repeat;
    background-size: contain;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl_img {
    width: 60px;
    margin-right: 15px;
}

.pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_04 p {
    text-align: left;
    font-size: 28px;
}

.pokemon_photo__wrap .c-contents__photo_box:last-child::after {
    display: none;
}

.pokemon_photo__wrap .c-contents__photo_box:last-child {
    margin-bottom: 0;
}

.pokemon_photo__wrap .c-goods {
    margin: 65px 0 40px;
}

.pokemon_photo__wrap .c-goods__ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.pokemon_photo__wrap .c-goods__ttl::before {
    display: block;
    content: "";
    background: url("/data/feature/pokemon_photo/image/bg_ttl_sp_01.png") no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.pokemon_photo__wrap .c-goods__ttl::after {
    display: block;
    content: "";
    background: url("/data/feature/pokemon_photo/image/bg_ttl_sp_01.png") no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.pokemon_photo__wrap .c-goods__txt {
    font-size: 12px;
    line-height: calc(27 / 18);
}

.pokemon_photo__wrap .c-goods__send_area {
    margin-top: 20px;
}

.pokemon_photo__wrap .c-goods__send_ttl_area {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pokemon_photo__wrap .c-goods__send_img {
    width: 103px;
    margin-right: 30px;
}

.pokemon_photo__wrap .c-goods__send_ttl {
    width: calc(100% - 133px);
    font-size: 30px;
    font-weight: bold;
    line-height: calc(41 / 30);
    color: #0054A7;
}

.pokemon_photo__wrap .c-goods__send_txt {
    font-size: 18px;
    line-height: calc(27 / 18);
    color: #036EB8;
}

.pokemon_photo__wrap .c-goods__send_btn {
    max-width: 285px;
    margin: 0 auto;
}

.pokemon_photo__wrap .winners {
    background-color: #BAE3F9;
    padding-bottom: 55px;
}

.pokemon_photo__wrap .c-winners__ttl_area {
    background: url("/data/feature/pokemon_photo/image/bg_kikan_sp_02.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    margin: 0 10px;
    height: 56vw;
}

.pokemon_photo__wrap .c-winners__ttl {
    font-size: 25px;
    line-height: calc(33 / 25);
    font-weight: bold;
    color: #fff;
    padding: 8.3vw 25px;
}

.pokemon_photo__wrap .c-winners__txt {
    margin: 20px 0 60px;
    font-size: 18px;
    line-height: calc(26 / 18);
}

.pokemon_photo__wrap .c-winners__box_ttl {
    margin: 0 auto 24px;
}

.pokemon_photo__wrap .c-winners__box_ttl.box_ttl_01 {
    max-width: 150px;
}

.pokemon_photo__wrap .c-winners__box_ttl.box_ttl_02 {
    max-width: 300px;
}

.pokemon_photo__wrap .c-winners__box_ttl.box_ttl_03 {
    max-width: 150px;
}

.pokemon_photo__wrap .c-winners__box_ttl.box_ttl_04 {
    max-width: 252px;
}

.pokemon_photo__wrap .c-winners__box_txt {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.pokemon_photo__wrap .c-winners__box_l {
    width: 248px;
    margin: 20px auto 45px;
}

.pokemon_photo__wrap .c-winners__box {
    position: relative;
    margin-bottom: 115px;
}

.pokemon_photo__wrap .c-winners__box::after {
    display: block;
    content: "";
    background: url("/data/feature/pokemon_photo/image/bg_border_sp.png") no-repeat;
    background-size: contain;
    width: 314px;
    height: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.pokemon_photo__wrap .c-winners__box:last-child {
    margin-bottom: 0;
}

.pokemon_photo__wrap .c-winners__box:last-child::after {
    display: none;
}

.pokemon_photo__wrap .c-winners__box:last-child .c-winners__box_l {
    margin-bottom: 0;
}

.pokemon_photo__wrap .c-bottom_area {
    margin: 40px 0 75px;
    position: relative;
}

.pokemon_photo__wrap .c-bottom_area::after {
    display: block;
    content: "";
    width: 95%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.pokemon_photo__wrap .c-bottom_address {
    font-size: 18px;
    line-height: calc(25 / 18);
    margin-bottom: 15px;
}

.pokemon_photo__wrap .c-bottom_btn a {
    display: block;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    max-width: 206px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #00A0E9;
    border-radius: 20px;
}

.pokemon_photo__wrap .c-bottom_copy {
    margin-top: 15px;
    font-size: 15px;
    line-height: calc(20 / 15);
}

.pokemon_photo__wrap .c-popup {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    height: 98vh;
    overflow: scroll;
    padding: 50px 30px 40px;
    width: 95%;
}

.pokemon_photo__wrap .c-popup.show {
    display: block;
}

.pokemon_photo__wrap .c-popup_ttl {
    font-size: 21px;
    line-height: calc(28 / 21);
    margin-bottom: 50px;
}

.pokemon_photo__wrap .c-popup_txt {
    font-size: 18px;
    line-height: calc(24 / 18);
    margin-bottom: 20px;
}

.pokemon_photo__wrap .c-popup_close_btn {
    max-width: 134px;
    margin: 40px auto;
    background-color: #21b9d7;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
    text-align: center;
}

.pokemon_photo__wrap #ulIGUGCWidget {
    margin: 0 30px;
    background-color: #12B8D7;
}

.pokemon_photo__wrap #ulIGUGCWidget iframe {
    background-color: #12B8D7;
}

.pokemon_photo__wrap #ulIGUGCWidget iframe body {
    background-color: #12B8D7;
}

@media screen and (min-width:768px) {
    /*  TAB */
    .pokemon_photo__wrap .sp,
    .pokemon_photo__wrap .sp_in,
    .pokemon_photo__wrap .sp_inbl {
        display: none;
    }
    .pokemon_photo__wrap .tab {
        display: block;
    }
    .pokemon_photo__wrap .tab_in {
        display: inline;
    }
    .pokemon_photo__wrap .tab-inbl {
        display: inline-block;
    }
    .pokemon_photo__wrap #ulIGUGCWidget {
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }
    /* main */
    .pokemon_photo__wrap .c-txt_project-btn {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .pokemon_photo__wrap .c-lead__kikan {
        background: url("/data/feature/pokemon_photo/image/bg_kikan_tub.png") no-repeat;
        background-size: cover;
        height: 17vw;
    }
    .pokemon_photo__wrap .c-lead__kikan_txt {
        text-align: center;
        font-size: 27px;
    }
    .pokemon_photo__wrap .c-lead__textarea {
        align-items: center;
    }
    .pokemon_photo__wrap .c-lead__chara_img {
        width: 190px;
    }
    .pokemon_photo__wrap .c-lead__txt {
        font-size: 30px;
        line-height: calc(46 / 30);
    }
    .pokemon_photo__wrap .c-btn__result {
        max-width: 440px;
    }
    .pokemon_photo__wrap .c-post__ttl {
        font-size: 40px;
        letter-spacing: 0;
        padding: 45px 0 90px;
    }
    .pokemon_photo__wrap .c-post__left_img {
        width: 140px;
        left: 125px;
        top: -35px;
    }
    .pokemon_photo__wrap .c-post__right_img {
        width: 261px;
        right: 35px;
        top: -35px;
    }
    .pokemon_photo__wrap .c-post__list {
        justify-content: center;
    }
    .pokemon_photo__wrap .c-post__list li {
        width: calc((100% - 140px)/4);
        margin-right: 35px;
        margin-bottom: 35px;
    }
    .pokemon_photo__wrap .c-post__list li:nth-child(2n) {
        margin-right: 35px;
    }
    .pokemon_photo__wrap .c-post__list li:nth-child(4n) {
        margin-right: 0;
    }
    .pokemon_photo__wrap .c-post__list li:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .pokemon_photo__wrap .c-post__list li:nth-last-child(-n+2) {
        margin-bottom: 35px;
    }
    .pokemon_photo__wrap .c-recruitment__ttl {
        font-size: 40px;
    }
    .pokemon_photo__wrap .c-contents {
        padding: 145px 0 83px;
    }
    .pokemon_photo__wrap .c-contents__ttl {
        font-size: 40px;
    }
    .pokemon_photo__wrap .c-contents__ttl_area {
        width: 396px;
        padding: 40px 0 40px 75px;
        border-radius: 10px;
    }
    .pokemon_photo__wrap .c-contents__ttl_img {
        width: 223px;
        top: -85px;
        right: -90px;
    }
    .pokemon_photo__wrap .c-contents__sub_ttl {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .pokemon_photo__wrap .c-contents__txt {
        font-size: 25px;
    }
    .pokemon_photo__wrap .c-contents__photo_box_area {
        display: flex;
        flex-wrap: wrap;
    }
    .pokemon_photo__wrap .c-contents__photo_box {
        width: calc((100% - 65px)/2);
        margin-right: 65px;
    }
    .pokemon_photo__wrap .c-contents__photo_box:nth-child(2n) {
        margin-right: 0;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl::before {
        width: 58px;
        height: 58px;
    }
    .pokemon_photo__wrap .c-contents__photo_box::after {
        display: none;
    }
    .pokemon_photo__wrap .c-contents__photo_box_txt {
        font-size: 25px;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl p {
        font-size: 30px;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_01,
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_03 {
        padding: 45px 0;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_02 {
        padding: 31px 0;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_04 {
        padding: 23px 0;
        align-items: center;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl_img {
        width: 80px;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_04 p {
        font-size: 30px;
    }
    .pokemon_photo__wrap .c-contents__photo_box:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .pokemon_photo__wrap .c-goods {
        margin: 125px 0 95px;
    }
    .pokemon_photo__wrap .c-goods__ttl {
        max-width: 614px;
        margin: 0 auto;
        font-size: 40px;
    }
    .pokemon_photo__wrap .c-goods__ttl::before {
        background: url("/data/feature/pokemon_photo/image/bg_ttl_pc_01.png") no-repeat;
        background-size: contain;
        width: 197px;
        height: 121px;
        transform: none;
        top: -75px;
        left: 0;
    }
    .pokemon_photo__wrap .c-goods__ttl::after {
        background: url("/data/feature/pokemon_photo/image/bg_ttl_pc_02.png") no-repeat;
        background-size: contain;
        width: 197px;
        height: 121px;
        transform: none;
        top: -75px;
        right: 0;
    }
    .pokemon_photo__wrap .c-goods__img {
        margin: 10px 0 15px;
    }
    .pokemon_photo__wrap .c-goods__txt {
        line-height: calc(35 / 18);
        text-align: center;
        font-size: 14px;
    }
    .pokemon_photo__wrap .c-goods__send_area {
        max-width: 428px;
        margin: 40px auto;
        position: relative;
    }
    .pokemon_photo__wrap .c-goods__send_area::before {
        display: block;
        content: "";
        background: url("/data/feature/pokemon_photo/image/img_chara_07.png") no-repeat;
        background-size: contain;
        width: 169px;
        height: 152px;
        position: absolute;
        top: 50%;
        left: -175px;
        transform: translateY(-50%);
    }
    .pokemon_photo__wrap .c-goods__send_area::after {
        display: block;
        content: "";
        background: url("/data/feature/pokemon_photo/image/img_chara_08.png") no-repeat;
        background-size: contain;
        width: 153px;
        height: 159px;
        position: absolute;
        top: 50%;
        right: -158px;
        transform: translateY(-50%);
    }
    .pokemon_photo__wrap .c-goods__send_ttl {
        width: 100%;
        margin-bottom: 15px;
    }
    .pokemon_photo__wrap .c-goods__send_btn {
        max-width: 561px;
    }
    .pokemon_photo__wrap .c-winners__ttl_area {
        background: url("/data/feature/pokemon_photo/image/bg_kikan_tub.png") no-repeat;
        background-size: cover;
        height: 17vw;
    }
    .pokemon_photo__wrap .c-winners__ttl {
        font-size: 28px;
        line-height: calc(49 / 28);
        padding: 1vw 25px;
    }
    .pokemon_photo__wrap .c-winners__txt {
        position: relative;
        margin: 40px auto 90px;
        width: 460px;
    }
    .pokemon_photo__wrap .c-winners__txt::before {
        display: block;
        content: "";
        background: url("/data/feature/pokemon_photo/image/img_chara_09.png") no-repeat;
        background-size: contain;
        width: 150px;
        height: 205px;
        position: absolute;
        top: -45px;
        left: -160px;
    }
    .pokemon_photo__wrap .c-winners__txt::after {
        display: block;
        content: "";
        background: url("/data/feature/pokemon_photo/image/img_chara_10.png") no-repeat;
        background-size: contain;
        width: 155px;
        height: 215px;
        position: absolute;
        top: -45px;
        right: -160px;
    }
    .pokemon_photo__wrap .c-winners__box {
        display: flex;
        justify-content: center;
    }
    .pokemon_photo__wrap .c-winners__box_r {
        order: 2;
        width: calc(100% - 392px);
    }
    .pokemon_photo__wrap .c-winners__box_ttl {
        margin: 0 0 24px;
    }
    .pokemon_photo__wrap .c-winners__box_txt {
        margin-bottom: 15px;
        line-height: 1.7;
    }
    .pokemon_photo__wrap .c-winners__box_l {
        margin: 0 40px 0 70px;
        width: 282px;
    }
    .pokemon_photo__wrap .c-winners__box::after {
        background: url("/data/feature/pokemon_photo/image/bg_border_pc.png") no-repeat;
        background-size: contain;
        width: 100%;
        bottom: -60px;
    }
    .pokemon_photo__wrap .pokemon_photo__wrap .c-bottom_area {
        margin: 40px 0 140px;
    }
    .pokemon_photo__wrap .c-bottom_address {
        text-align: center;
        margin-bottom: 40px;
    }
    .pokemon_photo__wrap .c-bottom_copy {
        margin-top: 35px;
    }
    .pokemon_photo__wrap .c-bottom_area::after {
        bottom: -60px;
        width: 95%;
    }
}

@media screen and (min-width:1025px) {
    .pokemon_photo__wrap .pokemon_photo__wrap a:hover {
        opacity: .8;
    }
    .pokemon_photo__wrap .sptab,
    .pokemon_photo__wrap .sptab_in {
        display: none;
    }
    .pokemon_photo__wrap .pc {
        display: block;
    }
    .pokemon_photo__wrap .pc_in {
        display: inline;
    }
    /* main */
    .pokemon_photo__wrap .lead_wrap,
    .pokemon_photo__wrap .wrap {
        padding: 0;
        width: 840px;
        margin: 0 auto;
    }
    .pokemon_photo__wrap .c-lead {
        margin-top: 76px;
    }
    .pokemon_photo__wrap .c-lead__kikan {
        background: url("/data/feature/pokemon_photo/image/bg_kikan_pc.png") no-repeat;
        background-size: cover;
        height: 104px;
    }
    .pokemon_photo__wrap .c-lead__kikan_txt {
        font-size: 30px;
        line-height: calc(52 / 45);
        padding: 20px 0 34px;
    }
    .pokemon_photo__wrap .c-lead__textarea {
        display: block;
        margin: 35px 0 75px;
        position: relative;
        text-align: center;
        align-items: unset;
    }
    .pokemon_photo__wrap .c-lead__chara_img {
        position: absolute;
        left: -82px;
        width: 197px;
        margin: 0;
        top: -92px;
    }
    .pokemon_photo__wrap .c-lead__txt {
        width: 100%;
        font-size: 30px;
        line-height: calc(46 / 30);
    }
    .pokemon_photo__wrap .c-btn__result {
        max-width: 436px;
    }
    .pokemon_photo__wrap .c-post {
        margin-top: 160px;
        padding-bottom: 55px;
    }
    .pokemon_photo__wrap .c-post::after {
        border-width: 87px 87px 0 87px;
        bottom: -87px;
    }
    .pokemon_photo__wrap .c-post__ttl_area {
        width: 840px;
        margin: 0 auto;
    }
    .pokemon_photo__wrap .c-post__ttl {
        font-size: 40px;
        line-height: 1.3;
        padding: 45px 0 80px;
        letter-spacing: 0;
    }
    .pokemon_photo__wrap .c-post__left_img {
        left: 120px;
        width: 140px;
        top: -45px;
    }
    .pokemon_photo__wrap .c-post__right_img {
        right: -0;
        top: -65px;
        width: 261px;
    }
    .pokemon_photo__wrap .c-post__list {
        width: 840px;
        margin: 0 auto 55px;
        padding: 0;
    }
    .pokemon_photo__wrap .c-post__list li {
        width: calc((100% - 120px)/4);
        margin-right: 40px;
        margin-bottom: 35px;
    }
    .pokemon_photo__wrap .c-post__list li:nth-child(2n) {
        margin-right: 40px;
    }
    .pokemon_photo__wrap .c-post__list li:nth-child(4n) {
        margin-right: 0;
    }
    .pokemon_photo__wrap .c-post__list li:nth-last-child(-n+2) {
        margin-bottom: 35px;
    }
    .pokemon_photo__wrap .c-post__list li:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .pokemon_photo__wrap .c-post__btn {
        width: 467px;
        padding: 20px 0;
    }
    .pokemon_photo__wrap .c-post__btn a {
        font-size: 25px;
    }
    .pokemon_photo__wrap .c-recruitment {
        padding: 150px 0 75px;
    }
    .pokemon_photo__wrap .c-recruitment::after {
        border-width: 87px 87px 0 87px;
        bottom: -87px;
    }
    .pokemon_photo__wrap .c-recruitment__ttl {
        font-size: 40px;
        margin-bottom: 45px;
    }
    .pokemon_photo__wrap .c-recruitment__sub_ttl {
        margin: 50px 0 15px;
    }
    .pokemon_photo__wrap .c-recruitment__matters_txt {
        margin-bottom: 30px;
    }
    .pokemon_photo__wrap .c-contents {
        padding: 156px 0 60px;
    }
    .pokemon_photo__wrap .c-contents::after {
        border-width: 87px 87px 0 87px;
        bottom: -87px;
    }
    .pokemon_photo__wrap .c-contents__ttl_area {
        width: 397px;
        padding: 50px 0 50px 85px;
    }
    .pokemon_photo__wrap .c-contents__ttl {
        font-size: 40px;
    }
    .pokemon_photo__wrap .c-contents__ttl_img {
        width: 223px;
        top: -70px;
        right: -85px;
    }
    .pokemon_photo__wrap .c-contents__kikan {
        margin: 56px 0 35px;
    }
    .pokemon_photo__wrap .c-contents__sub_ttl {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .pokemon_photo__wrap .c-contents__txt {
        font-size: 25px;
    }
    .pokemon_photo__wrap .c-contents__photo_box_area {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
    }
    .pokemon_photo__wrap .c-contents__photo_box {
        width: calc((100% - 98px)/2);
        margin-right: 98px;
        margin-bottom: 50px;
    }
    .pokemon_photo__wrap .c-contents__photo_box:nth-child(2n) {
        margin-right: 0;
    }
    .pokemon_photo__wrap .c-contents__photo_box:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .pokemon_photo__wrap .c-contents__photo_box::after {
        display: none;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl p {
        font-size: 30px;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl::before {
        top: -20px;
        left: -15px;
        width: 58px;
        height: 58px;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_01,
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_03 {
        padding: 45px 0;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_02 {
        padding: 30px 0;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_04 {
        padding: 23px 0;
        align-items: center;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl_img {
        width: 82px;
    }
    .pokemon_photo__wrap .c-contents__photo_box_ttl.box_ttl_04 p {
        font-size: 30px;
    }
    .pokemon_photo__wrap .c-contents__photo_box_txt {
        font-size: 25px;
    }
    .pokemon_photo__wrap .c-goods {
        margin: 170px 150px;
    }
    .pokemon_photo__wrap .c-goods__img {
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .pokemon_photo__wrap .c-goods__send_area::before {
        width: 209px;
        height: 188px;
        left: -235px;
    }
    .pokemon_photo__wrap .c-goods__send_area::after {
        width: 188px;
        height: 197px;
        right: -200px;
    }
    .pokemon_photo__wrap .c-goods__send_area {
        margin: 135px auto;
    }
    .pokemon_photo__wrap .winners {
        padding: 115px 0 80px;
    }
    .pokemon_photo__wrap .c-winners__ttl_area {
        background: url("/data/feature/pokemon_photo/image/bg_kikan_pc_02.png") no-repeat;
        background-size: cover;
        height: 154px;
        max-width: 910px;
        margin: 0 auto;
    }
    .pokemon_photo__wrap .c-winners__ttl {
        font-size: 30px;
        line-height: calc(52 / 30);
        padding: 1vw 0;
    }
    .pokemon_photo__wrap .c-winners__txt {
        width: 664px;
    }
    .pokemon_photo__wrap .c-winners__txt::before {
        top: -80px;
    }
    .pokemon_photo__wrap .c-winners__txt::after {
        top: -80px;
    }
    .pokemon_photo__wrap .c-winners__txt {
        margin: 40px auto 115px;
    }
    .pokemon_photo__wrap .c-bottom_area::after {
        width: 890px;
    }
    .pokemon_photo__wrap .c-popup {
        padding: 130px 0 60px;
    }
    .pokemon_photo__wrap .c-popup_wrap {
        width: 833px;
        margin: 0 auto;
    }
    .pokemon_photo__wrap .c-popup_ttl {
        text-align: center;
        margin-bottom: 90px;
    }
    .pokemon_photo__wrap .c-popup_close_btn {
        margin-top: 60px;
    }
    .pokemon_photo__wrap .c-recruitment__matters_link,
    .pokemon_photo__wrap .c-popup_close_btn {
        cursor: pointer;
    }
}