html {
    font-size: 3.125vw;
}

.body-new25 {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    line-height: 1.2;
    letter-spacing: .02rem;
    font-family: "source-han-sans-jp-variable", "Open Sans", serif, sans-serif, "ヒラギノ丸ゴ ProN", ' Noto Sans JP', sans-serif, " Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variation-settings: "wght"350;
    font-style: normal;
    background-color: #FFFFFF;
    font-size: 1.095rem;
    color: #5D5D5D;
    font-display: swap;

}


.open-sans {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth"100;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

h2 {
    font-variation-settings: "wght"500;
}

.container-new25 {
    position: relative;
    background-color: #f8f4e9;
}

.content-new25 {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 440px;
    background-color: #fff;
    min-height: 100dvh;
}

.main-new25 {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}

p {
    margin: 0;
    padding: 0;
    line-height: 2.2;
    text-align: justify;
    font-size: 1.095rem;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}



/**tリンクをタップ時の選択可能領域を削除**/
a, button {
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 440px) {
    html {
        font-size: 13.5px;
    }
}

* {
    box-sizing: border-box;
}

footer {
    position: sticky;
    top: 100%;
    z-index: 2;
}

.posi-fixed {
    position: fixed;
    z-index: 1000;
}

.wid100 {
    width: 100%;
}

.bg-fff {
    background-color: #fff;
}

.widmax440 {
    max-width: 440px;
}
.drop-s-header01 {
    filter: drop-shadow(0 2px 4px rgba(93, 93, 93, 0.3));
}
/**===========  ヘッダーメニュー スタイル  ======================================================= **/
.header-sp {
    display: block;
}

.header-pc {
    display: none;
}

.header-style01 {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    max-width: 440px;
}

.menu-area {
    color: #fff;
}

/** ヘッダーのメニュー0以外のスタイル**/
.re_header_rogo_img {
    width: 11rem;
}

.re_head_flex {
    display: flex;
    padding: 1rem 6rem 1rem 1rem;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.re_head_flex-mov {
    display: flex;
    padding: 1rem 6rem 1rem 1rem;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: relative;
    z-index: 100;

}

.header-under-img-pc {
    display: none;
}

@media (min-width: 820px) {
    .header-under-img-pc {
        display: block;
    }

    .re_head_flex-mov {
        background-color: #fff;
    }
}

/** ヘッダーのメニュー0以外のスタイル end**/
.header-flexd-box {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.header-flexd {
    position: absolute;
    background: rgba(93, 93, 93);
    top: 2.5rem;
    left: 29.5rem;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
}

@media (min-width: 440px) {
    .header-flexd {
        left: 30.1rem;
    }
}

@media (min-width: 820px) {
    .header-flexd {
        left: -2.5rem;
    }

    .header-flexd-box {
        top: 1rem;
    }

    .re_head_flex {
        padding: 2rem 6rem 1rem 2rem;
    }

    .header-sp {
        display: none;
    }

    .header-pc {
        display: block;
    }

    .container-new25 {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .header-flexd {
        left: -2.5rem;
    }
}

.sec-top {
    margin-top: 5rem;
}

@media (min-width: 820px) {
    .sec-top {
        margin-top: 0;
    }
}

/**===========  PC 左bg-01　右 bg-02　共通 スタイル ======================================================= **/
.bg-01,
.bg-02 {
    display: none;
}

.bg-01-rogo {
    width: 18rem;
    height: 6rem;
    position: relative;
}

.bg-01-rogo::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/zai-new/anime-pokeko.webp);
    background-repeat: no-repeat;
    width: 11rem;
    height: 11rem;
    left: 50%;
    top: -30%;
    transform: translate(-50%, -100%);
}


.fot-menu-bg04-new {
    border: 1px solid #1f1f1f;
    border-radius: 2rem;
    height: 4rem;
    width: 23rem;
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.fot-menu-bg04-new::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/poke-sig.gif);
    background-repeat: no-repeat;
    width: 3.5rem;
    height: 2.5rem;
    left: 14%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fot-menu-bg04-new::after {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/zai-new/sig-tri.svg);
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    right: 6%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fot-menu-bg04-new a p {
    color: #1f1f1f;
    font-variation-settings: "wght"700;
    font-size: 1.4rem;
    display: inline-block;
    padding-left: 1rem;
}

.bg-02-box ul li {
    background-color: #fff;
    padding: .5rem;
    margin-bottom: 1rem;
    border: 1px solid #1f1f1f;
    list-style: none;
}

.reg-web-textbtn-new {
    position: relative;
    /*margin-top: 1rem;
    padding-left: 2re;
    margin-left: 2.5rem;*/
    color: #040404;
    letter-spacing: -1px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.reg-web-textbtn-new p {
    font-size: 1.2rem;
}

.reg-line-textbtn-new {
    display: inline-block;
    color: #fff;
    background-color: #03C755;
    border: 1px solid #1f1f1f;
    padding: .5rem 2rem .5rem 5rem;
    border-radius: 2rem;
    margin-top: 1rem;
}

.reg-line-textbtn-new p {
    position: relative;
    font-size: 1.1rem;
    font-variation-settings: "wght"700;
}

.reg-line-textbtn-new p::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/zai-new/line-w.svg);
    background-repeat: no-repeat;
    width: 2.3rem;
    height: 2.3rem;
    left: -14%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*.reg-web-textbtn-new::before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-image: url(/assets/images/zai-new/web-sig-icon0.svg);
    background-repeat: no-repeat;
    transform: translateY(0%) translateX(-50%);
    width: 3rem;
    height: 2rem;
    top: 6px;
    left: -10%;
}*/

@media (min-width: 820px) {
    .bg-01 {
        display: block;
        z-index: 2;
    }

    .bg-01 {
        width: 100%;
    }

    .bg-02 {
        width: 35%;
    }

    .content-new25 {
        width: 440px;
        background-color: #fff;

    }

    .main-new25 {
        width: 440px;
        border-radius: 2rem;
        margin-top: 1rem;
    }

    .bg-01-box,
    .bg-02-box {
        position: fixed;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bg-01-box {
        top: 30rem;
        flex-direction: column;
        left: calc(50% - (560px + 20%)/2);
    }

    .bg-02-box {
        margin-left: 2rem;
    }
}

@media (min-width: 1280px) {
    .bg-02 {
        display: block;
        z-index: 2;
    }

    .bg-01-box {
        top: 20rem;
        left: calc(50% - (580px + 35%)/2);
    }
}

/**===========  PC 左bg-01　右 bg-02　共通 スタイル end======================================================= **/

/**===========  footer　スタイル======================================================= **/
/*****  fot sp  ************************/
.fot-cont {
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.fot-copy {
    background-color: #404040;
    font-size: .9rem;
    text-align: left;
    padding: .5rem 0rem .5rem 5rem;
    color: #fff;
    font-variation-settings: "wght"700;
}




.fot-cont>.bg-fot-box {
    display: flex;
    margin-top: 2rem;
    flex-direction: column;
    padding: 1rem 3rem 3rem 5rem;
}

.fot-cont>.bg-fot-box p {
    padding-right: 1.5rem;
    font-size: 1rem;
    font-variation-settings: "wght"700;
    padding-bottom: 1rem;
}

.fot-cont>.bg-fot-box p:last-of-type {
    padding-right: 0;
}

.fot-cont>.bg-fot-box p a {

    font-size: 1rem;
    color: #404040;
    text-decoration: none;
}


@media (min-width: 820px) {
    .fot-cont {
        display: none;
    }
}

/*****  fot sp  end ************************/
/*****  fot pc  ************************/
@media (min-width: 820px) {
    .bg-fot-box {
        display: block;
        margin-top: 15rem;
        margin-left: -10rem;
    }

    .bg-fot-box p {
        padding-right: 1.5rem;
        font-size: 1rem ;
        font-variation-settings:"wght"500;
        padding-bottom: .5rem;
    }

    .bg-fot-box p:last-of-type {
        padding-right: 0;
    }

    .bg-fot-box p a {
        text-decoration: underline;
        text-underline-offset: 5px;
        color: #1f1f1f;
    }
}

@media (min-width: 1280px) {

    .bg-fot-box {
        display: flex;
        margin-left: 0;
    }

    .bg-fot-box p {
        padding-bottom: 0;
    }
}

/*****  fot pc  end ********************/


/**===========  footer　スタイル  end  ======================================================= **/
.box-lr15 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}



/**====== 共通スタイル ====================================================================================**/
.col-line {
    color: #00B900;
}

.col-pink {
    color: #FFDEDE;
}

.col-pink02 {
    color: #FF7876;
}

.all-box {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

.fw-l {
    font-variation-settings: "wght"300;
}

.fw-n {
    font-variation-settings: "wght"350;
}

.fw-r {
    font-variation-settings: "wght"400;
}

.fw-m {
    font-variation-settings: "wght"500;
}

.fw-b {
    font-variation-settings: "wght"700;
}

.fw-h {
    font-variation-settings: "wght"900;
}



.other-link-box-a {
    display: inline-block;
    color: #404040;
    position: relative;
    z-index: 10;
}

.other-link-box {
    line-height: 1.3;
    border: 1px solid #ccc;
    position: relative;
    left: -2px;
    font-size: 1.095rem;
    font-variation-settings: "wght"500;
    padding: 1rem 2.5rem 1rem 5rem;
    display: inline-block;
    border-radius: 0 2rem 2rem 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}

.other-link-box::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-image: url(/assets/images/zai-new/pokeko-img02.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 3rem;
    width: 3.2rem;
    height: 3.2rem;

}

/** テキスト装飾  *****************************************/
.pink-span {
    color: #E87C97;
}

.blue-span {
    color: #5286CE;
}

.span-pink {
    color: #E87C97;
}

.span-blue {
    color: #5286CE;
}

/** 下線 **/
.under-pink {
    background: linear-gradient(transparent 50%, #FFD5DF 0%);
}

.under_yellow {
    background: linear-gradient(transparent 65%, #ff1 50%)
}

/** テキスト装飾 end *****************************************/

/** カラー *****************************************/
.c-ff7600 {
    color: #FF7600;
}

.col-FF5D86 {
    color: #FF5D86;
}

/** カラー end*****************************************/

/** フォント *****************************************/
.f-w700 {
    font-weight: 700;
}

.f-wbld {
    font-weight: bold;
}

.fs-1 {
    font-size: 1.095rem;
}

.fs-07 {
    font-size: .7rem;
}

.fs-09 {
    font-size: .9rem;
}

/** カラー *end****************************************/

/** マージン  *****************************************/
.mg-0 {
    margin: 0rem;
}

.mg-1 {
    margin: 1rem;
}

.mg-2 {
    margin: 2rem;
}

/**  top  **/
.mg-t1 {
    margin-top: 1rem;
}

.mg-t2 {
    margin-top: 2rem;
}

.mg-t3 {
    margin-top: 3rem;
}

.mg-t4 {
    margin-top: 4rem;
}

.mg-t5 {
    margin-top: 5rem;
}

.mg-t6 {
    margin-top: 6rem;
}

.mg-t7 {
    margin-top: 7rem;
}

.mg-t7 {
    margin-top: 7rem;
}


/**  top -  **/

.mg-t-1 {
    margin-top: -1rem;
}

.mg-t-2 {
    margin-top: -2rem;
}

.mg-t-3 {
    margin-top: -3rem;
}

.mg-t-5 {
    margin-top: -5rem;
}

.mg-t-7 {
    margin-top: -7rem;
}



/**  bottom   **/
.mg-b1 {
    margin-bottom: 1rem;
}

.mg-b2 {
    margin-bottom: 2rem;
}

.mg-b3 {
    margin-bottom: 3rem;
}

.mg-b4 {
    margin-bottom: 4rem;
}

.mg-b5 {
    margin-bottom: 5rem;
}

.mg-b6 {
    margin-bottom: 6rem;
}

.mg-b7 {
    margin-bottom: 7rem;
}

.mg-b8 {
    margin-bottom: 8rem;
}

/**  left  - **/
.mg-l0 {
    margin-left: 0rem;
}
.mg-l1 {
    margin-left: 1rem;
}
.mg-l2 {
    margin-left: 2rem;
}

.mg-l1_3 {
    margin-left: 1.3rem;
}

/**  bottom  - **/
.mg-b-1 {
    margin-bottom: -1rem;
}

.mg-b-3 {
    margin-bottom: -3rem;
}

.mg-b-8 {
    margin-bottom: -8rem;
}

.mg-lr2 {
    margin-left: 2rem;
    margin-right: 2rem;
}
.mg-lr1-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mg-tb8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.mg-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

/**       - **/
.mg-t-4-5 {
    margin-top: -4.5rem;
}


/** マージン end *****************************************/

/** padding  *****************************************/
.pd-05 {
    padding: .5rem;
}

.pd-1 {
    padding: 1rem;
}

.pd-2 {
    padding: 2rem;
}

/** top **/
.pd-t2 {
    padding-top: 2rem;
}

.pd-t2_2 {
    padding-top: 2.2rem;
}

.pd-t3 {
    padding-top: 3rem;
}

.pd-t4 {
    padding-top: 4rem;
}

.pd-t5 {
    padding-top: 5rem;
}

.pd-t20 {
    padding-top: 2rem;
}

/** bottom **/
.pd-b1 {
    padding-bottom: 1rem;
}

.pd-b3 {
    padding-bottom: 3rem;
}

.pd-r1 {
    padding-right: 1rem;
}

.pd-l0 {
    padding-left: 0rem;
}

.pd-l05 {
    padding-left: .5rem;
}

.pd-lr2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

/** padding  end *****************************************/
/** 上下左右  *****************************************/
/** top **/
.t0 {
    top: 0;
}

.t-2 {
    top: -2rem;
}

.t-3 {
    top: -3rem;
}

.t-4 {
    top: -4rem;
}

/** bottom **/
.bt-0 {
    bottom: 0;
}

.b-2 {
    bottom: -2rem;
}

.bottom11 {
    bottom: 11rem;
}

.bottom13 {
    bottom: 13rem;
}

/***display****/
.disp-inb {
    display: inline-block;
}

.disp-sp {
    display: block;
}

.disp-pc {
    display: none;
}

.disp-flex {
    display: flex;
}

/** left **/
.left-4rem {
    left: 4rem;
}

/** right **/
.right-4rem {
    right: 4rem;
}

/*** width ****/
.wid50 {
    width: 50%;
}

.wid100 {
    width: 100%;
}

/** line-hight **/
.line-h05 {
    line-height: .5rem;
}

.line-h1 {
    line-height: 1rem;
}

/**ポジション***/
.posi-re {
    position: relative;
}
.posi-fixed {
    position: fixed;
}

.ver-align-m {
    vertical-align: middle;
}

/****ボーダー*****/
.border-1 {
    border: 1px solid;
}

.bb-none {
    border-bottom: none;
}

/****z-index*******/
.z-index1000{
    z-index: 1000;
}