@charset "utf-8";

/*------------------------------------------------------------
    pokemon_sleep
------------------------------------------------------------*/
/* lp_wrapper */
.special.pokemon_sleep .lp_wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    max-width: 375px;
    background: url(../images/pattern_01.png) top left / 119px,
        #ABDB7B;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.251);
    overflow: auto;
}

@media all and (min-width: 520px) {
    .special.pokemon_sleep .lp_wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .special.pokemon_sleep .lp_wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media all and (max-width: 519px) {
    .special.pokemon_sleep .lp_wrapper {
        max-width: none;
        overflow: visible;
    }
}

/* base */
.special.pokemon_sleep {
    overflow: hidden;
    background: url(../images/pattern_01.png) repeat-x top left / 119px,
        url(../images/pattern_01.png) repeat-x bottom left / 119px,
        #ABDB7B;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Noto Sans JP", sans-serif;
    max-height: 748px;
}

@media all and (max-width: 519px) {
    .special.pokemon_sleep {
        display: block;
        max-height: none;
    }
}


.special.pokemon_sleep #mustbuy,
.special.pokemon_sleep #lottery {
    scroll-margin-top: 10px;
}

.special.pokemon_sleep .pageTitle {
    background-color: #fff;
}

.special.pokemon_sleep::before {
    content: "";
    position: relative;
    display: block;
    width: 26.7rem;
    aspect-ratio: 533 / 443;
    background: url(../images/camp_logo.png) no-repeat center / contain;
}

.special.pokemon_sleep .bg_btn_area {
    position: relative;
    width: 264px;
}

.special.pokemon_sleep .bg_btn_area__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.special.pokemon_sleep .indent_list {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #009949;
    -webkit-text-stroke-width: 0;
}

.special.pokemon_sleep .indent_title {
    color: #009949;
    font-weight: 700;
    font-size: 1.4rem;
    margin: 1.2rem 0 0.8rem;
    -webkit-text-stroke-width: 0;
}

.special.pokemon_sleep .indent_list>.indent_list {
    margin-top: 0;
}

.special.pokemon_sleep .indent_list:first-child {
    margin-top: 0;
}

.special.pokemon_sleep .indent_title+.indent_list {
    margin-top: 0;
}

.special.pokemon_sleep .txt_blank {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}

@media all and (max-width: 1039px) {

    .special.pokemon_sleep::before,
    .special.pokemon_sleep .bg_btn_area {
        display: none;
    }
}

@media all and (min-width: 520px) {
    .special.pokemon_sleep .headLine01 {
        font-size: 16px;
    }

    .special.pokemon_sleep .indent_list {
        margin-top: 16px;
    }

    .special.pokemon_sleep .txt_blank {
        font-size: 12px;
    }
}

.special.pokemon_sleep h2 {
    position: relative;
    width: 35.1rem;
    margin: -0.7rem 0 0 -2.4rem;
}

.special.pokemon_sleep h3 {
    position: relative;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    padding-left: 3.8rem;
    height: 4.3rem;
    color: #00914E;
    font-weight: 800;
    background: url(../images/title_h3.png) no-repeat left center / contain;
}

.special.pokemon_sleep h3.goods {
    position: relative;
    width: 38.6rem;
    margin-left: calc(-1.75rem - 6px - 0.8rem - 0.5rem);
    padding: 0;
    height: auto;
    background: none;
}

.special.pokemon_sleep h3.goods::after {
    content: "";
    position: relative;
    width: 38.6rem;
    height: auto;
}

.special.pokemon_sleep h4 {
    position: relative;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    color: #00914E;
    line-height: 2.6rem;
    display: flex;
    align-items: center;
    padding-left: 3.7rem;
    padding-bottom: 0.4rem;
    height: 3.3rem;
    font-weight: 800;
    background: url(../images/title_h4.png) no-repeat left bottom / contain;
}

.special.pokemon_sleep h4>span {
    font-size: 1.2rem;
    align-self: flex-end;
}

.special.pokemon_sleep h4::before {
    content: "";
    position: absolute;
    display: block;
    width: 2rem;
    aspect-ratio: 1 / 1;
    left: 0.8rem;
    background: url(../images/title_h4_dot.png) no-repeat center / contain;
}

.special.pokemon_sleep h4.line2 {
    font-size: 1.4rem;
    height: 5.4rem;
    line-height: calc(3.8rem / 2);
}

.special.pokemon_sleep .present_acc__item {
    padding-bottom: 2.4rem;
}

.special.pokemon_sleep .present_acc__toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    width: 100%;
    padding: 0.7rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #009949;
    background: transparent;
    border: 1px solid #7BBF49;
    border-radius: 0.8rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
}

.special.pokemon_sleep .present_acc__toggle::after {
    content: "";
    position: relative;
    display: block;
    width: 1.6rem;
    aspect-ratio: 1 / 1;
    rotate: 180deg;
    background: url(../images/arrow.svg) no-repeat center / contain;
}

.special.pokemon_sleep .present_acc__toggle.on::after {
    rotate: 0deg;
}


/* lead_area */
.special.pokemon_sleep .lead_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.2rem;
    padding: 5.6rem 1.6rem 4rem;
    background: url(../images/pattern_04.png) top left / 119px,
        #E9EFAB;
}

.special.pokemon_sleep .lead_area .img_num02 {
    width: 28.1rem;
}

@media all and (min-width: 520px) {
    .special.pokemon_sleep .lead_area {
        gap: 32px;
        padding: 56px 16px 40px;
    }

    .special.pokemon_sleep .lead_area .img_num02 {
        width: 281px;
    }
}

/* btn_area */
.special.pokemon_sleep .btn_area {
    padding: 3.2rem 1.6rem 0.8rem;
}

.special.pokemon_sleep .btn_area__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}

@media all and (min-width: 520px) {
    .special.pokemon_sleep .btn_area {
        padding: 32px 16px 8px;
    }

    .special.pokemon_sleep .btn_area__list {
        gap: 16px;
    }

}

/* bg_wrapper */
.special.pokemon_sleep .bg_wrapper {
    padding: 4rem 0.8rem;
}

.special.pokemon_sleep .bg_wrapper.-lottery {
    padding-top: 0;
}

.special.pokemon_sleep .bg_wrapper.-border {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    background: url(../images/pattern_02.png) top left / 119px,
        #E9EFAB;
}

.special.pokemon_sleep .present__inner {
    margin: auto;
    padding: 0 calc((100% - (31.2rem + (6px * 2))) / 2) 4.2rem;
    color: #38AF46;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    paint-order: stroke;
    font-weight: 900;
    background: #F7F7C6;
    border: 6px solid #fff;
    border-radius: 8px;
}

.special.pokemon_sleep .present__inner__lead {
    margin: 2.4rem auto;
}

.special.pokemon_sleep .present__inner__lead__btn {
    display: block;
    margin: 2.4rem auto;
}

.special.pokemon_sleep .present__inner__section {
    margin-top: 4rem;
}

.special.pokemon_sleep .present__inner__section.goods_block {
    margin-top: 6.4rem;
}

.special.pokemon_sleep .present__inner__dl {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.special.pokemon_sleep .present__inner__dl .normal_txt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #009949;
    -webkit-text-stroke-width: 0;
}

.special.pokemon_sleep .present__inner__card {
    position: relative;
    width: 34.3rem;
    margin-bottom: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.6rem;
    gap: 2.4rem;
    background: #fff;
    margin-left: -1.5rem;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.251);
}

.special.pokemon_sleep .present__inner__card:nth-of-type(1) {
    rotate: 4deg;
}

.special.pokemon_sleep .present__inner__card:nth-of-type(2) {
    rotate: -4.57deg;
}

.special.pokemon_sleep .present__inner__card:nth-of-type(3) {
    rotate: 4.68deg;
    margin-top: -1rem;
    margin-bottom: 6rem;
}

.special.pokemon_sleep .present__inner__card__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    -webkit-text-stroke-width: 0;
    width: 20rem;
    aspect-ratio: 200 / 43;
    background: url(../images/btn_shop.png) no-repeat center / contain;
}

.special.pokemon_sleep .present__inner__btn-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
}

.special.pokemon_sleep .present__inner__btn-list.regist {
    margin-top: 2.4rem;
    gap: 3.2rem;
}

.special.pokemon_sleep .present__inner__btn-list.regist li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
}

.special.pokemon_sleep .sleep__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 1.6rem;
    padding: 2.4rem 1.65rem 3.6rem;
    box-shadow: 0px 1.5px 0px 0px rgba(0, 0, 0, 0.502);
}

.special.pokemon_sleep .sleep__inner__logo {
    margin: 1.6rem auto 3.2rem;
    width: 24.9rem;
}

.special.pokemon_sleep .sleep__inner__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 24px;
    width: 29rem;
    color: #38AF46;
}

.special.pokemon_sleep .sleep__inner__txt .indent_list {
    margin-top: 0;
}

/* pokemon_divider_pair (花に囲まれて眠るポケモン2体・横並び) */
.special.pokemon_sleep .divider_01 {
    display: block;
    width: 24.7rem;
    aspect-ratio: 247 / 46;
    object-fit: contain;
    margin: 4.8rem auto;
}

/* shop__inner (店舗ページへの導線) */
.special.pokemon_sleep .shop__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.special.pokemon_sleep .shop__inner__img {
    width: 100%;
    margin: 0 auto 2.4rem;
    border-radius: 1.6rem;
    filter: drop-shadow(0px 1.5px 0px rgba(0, 0, 0, 0.502));
}

.special.pokemon_sleep .shop__inner__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 24px;
    width: 30rem;
    color: #00914E;
}

.special.pokemon_sleep .shop__inner__txt .indent_list {
    margin-top: 0;
    color: #009949;
}

.special.pokemon_sleep .shop__inner__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    padding: 1.2rem 0;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke-width: 0;
    background: #007840;
    border-radius: 0.8rem;
}

/* pokemon_divider (flower strip / sleeping pokemon / flower strip) */
.special.pokemon_sleep .divider_02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7.7rem 0;
    background: url(../images/pattern_04.png) top left / 119px,
        #E9EFAB;
}

.special.pokemon_sleep .divider_02>img {
    display: block;
    width: 17.2rem;
}

.special.pokemon_sleep .divider_02::before,
.special.pokemon_sleep .divider_02::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4.7rem;
    background: url(../images/divider_02.png) repeat-x center / contain;
}

.special.pokemon_sleep .divider_02::before {
    top: 0;
}

.special.pokemon_sleep .divider_02::after {
    bottom: 0;
}

.special.pokemon_sleep .pokemon_annotation {
    padding: 2.4rem 1.6rem;
    color: rgba(0, 0, 0, 0.502);
    background: #fff;
}

.special.pokemon_sleep .pokemon_annotation .indent_list {
    color: rgba(0, 0, 0, 0.502);
}

.special.pokemon_sleep .pokemon_annotation p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-stroke-width: 0;
}

.special.pokemon_sleep .pokemon_annotation__copyright {
    margin-top: 1.6rem;
}

@media all and (min-width: 520px) {
    .special.pokemon_sleep::before {
        width: 267px;
    }

    .special.pokemon_sleep .indent_list {
        font-size: 12px;
    }

    .special.pokemon_sleep .indent_title {
        font-size: 14px;
        margin: 12px 0 8px;
    }

    .special.pokemon_sleep h2 {
        width: 351px;
        margin: -7px 0 0 -24px;
    }

    .special.pokemon_sleep h3 {
        margin-bottom: 16px;
        font-size: 18px;
        padding-left: 38px;
        height: 43px;
    }

    .special.pokemon_sleep h3.goods {
        width: 386px;
        margin-left: calc(-17.5px - 6px - 8px - 5px);
    }

    .special.pokemon_sleep h3.goods::after {
        width: 386px;
    }

    .special.pokemon_sleep h4 {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 26px;
        padding-left: 37px;
        padding-bottom: 4px;
        height: 33px;
    }

    .special.pokemon_sleep h4>span {
        font-size: 12px;
    }

    .special.pokemon_sleep h4::before {
        width: 20px;
        left: 8px;
    }

    .special.pokemon_sleep h4.line2 {
        font-size: 14px;
        height: 54px;
        line-height: calc(38px / 2);
    }

    .special.pokemon_sleep .present_acc__item {
        padding-bottom: 24px;
    }

    .special.pokemon_sleep .present_acc__toggle {
        gap: 16px;
        padding: 7px 0;
        font-size: 16px;
        border-radius: 8px;
    }

    .special.pokemon_sleep .present_acc__toggle::after {
        width: 16px;
    }

    .special.pokemon_sleep .bg_wrapper {
        padding: 40px 8px;
    }

    .special.pokemon_sleep .bg_wrapper.-border {
        padding-right: 16px;
        padding-left: 16px;
    }

    .special.pokemon_sleep .present__inner {
        padding: 0 calc((100% - (312px + (6px * 2))) / 2) 42px;
    }

    .special.pokemon_sleep .present__inner__lead {
        margin: 24px auto;
    }

    .special.pokemon_sleep .present__inner__lead__btn {
        margin: 24px auto;
    }

    .special.pokemon_sleep .present__inner__section {
        margin-top: 40px;
    }

    .special.pokemon_sleep .present__inner__section.goods_block {
        margin-top: 64px;
    }

    .special.pokemon_sleep .present__inner__dl {
        gap: 24px;
    }

    .special.pokemon_sleep .present__inner__dl .normal_txt {
        font-size: 12px;
    }

    .special.pokemon_sleep .present__inner__card {
        width: 343px;
        margin-bottom: 32px;
        padding: 20px 16px;
        gap: 24px;
        margin-left: -15px;
    }

    .special.pokemon_sleep .present__inner__card:nth-of-type(3) {
        margin-top: -10px;
        margin-bottom: 60px;
    }

    .special.pokemon_sleep .present__inner__card__btn {
        width: 200px;
    }

    .special.pokemon_sleep .present__inner__btn-list {
        gap: 16px;
    }

    .special.pokemon_sleep .present__inner__btn-list.regist {
        margin-top: 24px;
        gap: 32px;
    }

    .special.pokemon_sleep .present__inner__btn-list.regist li {
        gap: 8px;
    }

    .special.pokemon_sleep .sleep__inner {
        border-radius: 16px;
        padding: 24px 16.5px 36px;
    }

    .special.pokemon_sleep .sleep__inner__logo {
        margin: 16px auto 32px;
        width: 249px;
    }

    .special.pokemon_sleep .sleep__inner__txt {
        gap: 24px;
        font-size: 15px;
        width: 290px;
    }

    .special.pokemon_sleep .divider_01 {
        width: 247px;
        margin: 48px auto;
    }

    .special.pokemon_sleep .shop__inner__img {
        margin: 0 auto 24px;
        border-radius: 16px;
    }

    .special.pokemon_sleep .shop__inner__txt {
        gap: 16px;
        font-size: 15px;
        width: 300px;
    }

    .special.pokemon_sleep .shop__inner__btn {
        width: 200px;
        padding: 12px 0;
        font-size: 15px;
        border-radius: 8px;
    }

    .special.pokemon_sleep .divider_02 {
        padding: 77px 0;
    }

    .special.pokemon_sleep .divider_02>img {
        width: 172px;
    }

    .special.pokemon_sleep .divider_02::before,
    .special.pokemon_sleep .divider_02::after {
        height: 47px;
    }

    .special.pokemon_sleep .pokemon_annotation {
        padding: 24px 16px;
    }

    .special.pokemon_sleep .pokemon_annotation p {
        font-size: 12px;
    }

    .special.pokemon_sleep .pokemon_annotation__copyright {
        margin-top: 16px;
    }
}