@charset "Shift_JIS";

/************************************************************************************
*  pocoapokemon section
************************************************************************************/
body {
    background-color: white;
    position: relative;
}

article.pocoapokemon {
    background-color: #ffffff;
    color: #000000;
    display: block;
    width: 100%;
}

.pocoapokemon img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: auto;
}

section {
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

/* mv
-----------------------------------------------------------*/
img.mv {
    margin-bottom: calc(20 / 640 * 100vw);
}

.releaseDate_wrap {
    background-image: url("../img/bg_greenTop.png");
    background-position: bottom;
    background-repeat: no-repeat;
}

img.releaseDate_img {
    padding-bottom: calc(46 / 640 * 100vw);
}

/* privilege_wrap
-----------------------------------------------------------*/
.privilege_wrap {
    background-color: #C0E26D;
    background-image: url("../img/bg_green.png");
    margin-top: calc(-2 / 640 * 100vw);
    padding: calc(43 / 640 * 100vw) calc(60 / 640 * 100vw) calc(50 / 640 * 100vw);
}

.privilege_wrap p {
    display: block;
    margin: auto;
    width: fit-content;
}

/* privilege_wrap > originalPrivilege */
.originalPrivilege {
    margin-bottom: calc(40 / 640 * 100vw);
}

h2 img.originalPrivilege_title {
    padding-bottom: calc(15 / 640 * 100vw);
}

.originalPrivilege_inner {
    background-color: #ffffff;
    padding: calc(10 / 640* 100vw) calc(20 / 640* 100vw) calc(30 / 640* 100vw);
}

p.originalPrivilege_productName {
    color: #80579E;
    font-size: calc(24 / 640 * 100vw);
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-bottom: calc(8 / 640 * 100vw);
    text-align: center;
}

.originalPrivilege_detail {
    font-size: calc(18 / 640 * 100vw);
    padding-bottom: calc(20 / 640 * 100vw);
}

.originalPrivilege ul.notice {
    font-size: calc(12 / 640 * 100vw);
}

.originalPrivilege ul.notice li {
    -webkit-text-size-adjust: 100%;
    font-size: calc(12 / 640 * 100vw);
    padding-left: 1em;
    text-indent: -1em;
    text-size-adjust: 100%;
}

/* privilege_wrap > earlyPurchase */
h2 img.earlyPurchase_title {
    padding-bottom: calc(15 / 640 * 100vw);
}

.earlyPurchase_inner {
    background-color: #ffffff;
    padding: calc(24 / 640* 100vw) calc(20 / 640* 100vw) calc(25 / 640* 100vw);
}

.earlyPurchase_productName {
    color: #80579E;
    font-size: calc(24 / 640 * 100vw);
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-bottom: calc(20 / 640 * 100vw);
    text-align: center;
}

p.earlyPurchase_detail {
    font-size: calc(14 / 640 * 100vw);
    letter-spacing: -0.02em;
    line-height: 1.85;
    margin: 0;
    padding-bottom: calc(20 / 640 * 100vw);
    text-align: center;
    width: 100%;
}

img.earlyPurchase_img {
    margin-bottom: calc(20 / 640 * 100vw);
}

.earlyPurchase ul.notice li {
    -webkit-text-size-adjust: 100%;
    font-size: calc(12 / 640 * 100vw);
    letter-spacing: -0.02em;
    padding-left: 1em;
    text-indent: -1em;
    text-size-adjust: 100%;
}

/* productInfo
-----------------------------------------------------------*/
.productInfo {
    background-image: url("../img/bg_product.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(880 / 640* 100vw);
    margin: calc(50 / 640 * 100vw) calc(60 / 640 * 100vw) 0;
}

.product_title {
    color: #80579E;
    font-size: calc(32 / 640 * 100vw);
    font-weight: bold;
    line-height: 1.2;
    padding: calc(27 / 640 * 100vw) 0 calc(20 / 640 * 100vw);
    text-align: center;
}

/* package */
.model_swi2 img.package_img {
    margin-bottom: calc(30 / 640 * 100vw);
    width: calc(218 / 640 * 100vw);
}

/* model */
.model {
    font-size: calc(20 / 640 * 100vw);
    font-weight: bold;
    height: calc(48 / 640 * 100vw);
    line-height: calc(49 / 640 * 100vw);
    margin: 0 auto calc(30 / 640 * 100vw);
    text-align: center;
    width: calc(460 / 640 * 100vw);
}

.model_swi2 .model {
    background-color: #E4000F;
    color: #FFF;
}

/* price */
.price_title {
    color: #FF000C;
    font-size: calc(24 / 640 * 100vw);
    font-weight: bold;
    text-align: center;
}

.item_price {
    margin-bottom: calc(30 / 640 * 100vw);
}

.item_price .price_font {
    color: #FF000C;
    font-size: calc(110 / 640 * 100vw);
    letter-spacing: calc(-4 / 640 * 100vw);
}

.item_price .yen {
    color: #FF000C;
    font-size: calc(55 / 640 * 100vw);
    left: calc(10 / 640 * 100vw);
}

.item_price .yen::before {
    left: calc(-2 / 640 * 100vw);
    top: calc(-18 / 640 * 100vw);
}

p+p.item_price {
    margin-top: calc(10 / 640 * 100vw);
}

a.cta_btn,
img.cta_btn {
    display: block;
    margin: 0 auto;
    position: static;
    width: calc(390 / 640 * 100vw);
}

/* movie
-----------------------------------------------------------*/
.movie {
    background-image: url("../img/bg_greenTop.png");
    background-position: bottom;
    background-repeat: no-repeat;
    height: calc(375 / 640 * 100vw);
    overflow: hidden;
    padding-top: calc(60 / 640 * 100vw);
}

.movie .movie_box {
    padding: 0;
}

.movie_box iframe {
    height: calc(310 * 100vw / 640);
    width: calc(550 * 100vw / 640);
}

/* story
-----------------------------------------------------------*/
.story {
    background-color: #C0E26D;
    background-image: url("../img/bg_green.png");
    background-repeat: repeat;
    padding: calc(20 / 640 * 100vw) 0 calc(60 / 640 * 100vw);
    margin-top: calc(-2 / 640 * 100vw);
}

img.story01 {
    margin-bottom: calc(30 / 640 * 100vw);
}

h2 img.story_title {
    position: relative;
    z-index: 10;
}

.story_text01,
.story_text02,
.story_text03 {
    position: relative;
}

.story_text01 p,
.story_text02 p,
.story_text03 p {
    font-size: calc(22 / 640 * 100vw);
    font-weight: bold;
    line-height: 1.6;
    position: absolute;
    text-align: center;
}

.story_text01 {
    background-color: #FFF;
    border-radius: 50%;
    font-size: calc(22 / 640 * 100vw);
    font-weight: bold;
    line-height: 1.6;
    margin: calc(-392 / 640 * 100vw) calc(60 / 640 * 90vw) 0;
    padding: calc(70 / 640 * 100vw) 0;
    position: relative;
    text-align: center;
    width: calc(520 / 640* 100vw);
    z-index: 0;
    letter-spacing: 0.08em;
}

img.story03 {
    margin-top: calc(-45 / 640* 100vw);
}

.story04_wrap,
.story05_wrap {
    position: relative;
}

.story04_wrap .story_text02,
.story05_wrap .story_text03 {
    font-size: calc(22 / 640 * 100vw);
    font-weight: bold;
    line-height: 1.63;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.story04_wrap .story_text02 {
    bottom: calc(120 / 640 * 100vw);
    letter-spacing: 0.08em;
}

.story05_wrap .story_text03 {
    bottom: calc(70 / 640 * 100vw);
    letter-spacing: 0.06em;
}

/* life
-----------------------------------------------------------*/
.life {
    background-color: #75E1F4;
    background-image: url(../img/bg_blueTop.png);
    margin-bottom: calc(183 / 640* 100vw);
    padding: calc(225 / 640 * 100vw) 0 calc(60 / 640 * 100vw);
    letter-spacing: 0.1em;
}

h2 img.life_title {
    z-index: 10;
}

.life_text01 {
    background-color: #FFF;
    border-radius: 50%;
    font-size: calc(22 / 640 * 100vw);
    font-weight: bold;
    line-height: 1.63;
    margin: calc(-80 / 640 * 100vw) auto 0;
    padding: calc(108 / 640 * 100vw) 0;
    position: relative;
    text-align: center;
    width: calc(520 / 640* 100vw);
    z-index: 0;
}

img.life02 {
    margin: calc(-68 / 640* 100vw) auto calc(20 / 640* 100vw);
}

.life_text02 {
    color: #FFF;
    font-size: calc(28 / 640 * 100vw);
    font-weight: bold;
    margin: calc(-22 / 640 * 100vw) auto calc(30 / 640 * 100vw);
    text-align: center;
    text-shadow: #4A818E calc(3 / 640 * 100vw) calc(3 / 640 * 100vw);
}

.life_text03 {
    background-image: url(../img/life03.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: calc(22 / 640 * 100vw);
    font-weight: bold;
    height: calc(196 / 640 * 100vw);
    line-height: 1.6;
    margin: auto calc(58 / 640 * 100vw);
    padding: calc(110 / 640 * 100vw) 0 calc(30 / 640 * 100vw);
    text-align: center;
    width: calc(524.54 / 640 * 100vw);
}

/* character
-----------------------------------------------------------*/
.character {
    background-color: #C0E26D;
    background-image: url("../img/bg_green.png");
    background-repeat: repeat;
    padding: 0 0 calc(70 / 640 * 100vw);
}

.character h2 {
    background-image: url("../img/bg_greenTop.png");
    background-repeat: no-repeat;
    height: calc(120 / 640 * 100vw);
    position: relative;
    top: calc(-27 / 640 * 100vw);
    z-index: 10;
}

h2 img.character_title {
    height: fit-content;
    top: calc(-95 / 640 * 100vw);
}

.character_text01 {
    background-color: #FFF;
    border-radius: 50%;
    font-size: calc(22 / 640 * 100vw);
    font-weight: bold;
    line-height: 1.63;
    margin: calc(-50 / 640 * 100vw) auto 0;
    padding: calc(54 / 640 * 100vw) 0;
    position: relative;
    text-align: center;
    width: calc(520 / 640 * 100vw);
    z-index: 0;
    letter-spacing: 0.1em;
}

.character_wrap {
    margin: auto;
    width: calc(520 / 640 * 100vw);
}

.characterText_wrap {
    background-image: url("../img/characterText_bg.png");
    background-repeat: no-repeat;
    height: calc(373 / 640 * 100vw);
    width: calc(520 / 640 * 100vw);
    text-align: center;
    font-weight: bold;
}

img.character_img {
    z-index: 10;
}

.characterText_name {
    color: #80579E;
    font-size: calc(26 / 640 * 100vw);
    letter-spacing: 0.1em;
    padding: calc(65 / 640 * 100vw) 0 calc(15 / 640 * 100vw);
    background-image: url("../img/naminami.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: calc(22 / 640 * 100vw);

}

.characterText_detail {
    line-height: 1.3;
    font-size: calc(20 / 640 * 100vw);
    letter-spacing: 0.1em;
}

img.sourceCharacter {
    margin-right: 0;
}

.character01 {
    margin: calc(-33 / 640 * 100vw) auto calc(20 / 640 * 100vw);
}

.character02 {
    margin-bottom: calc(20 / 640 * 100vw);
}

.character04 {
    margin-top: calc(-8 / 640 * 100vw);
}

.character01 .characterText_wrap {
    margin-top: calc(-29 / 640 * 100vw);
}

.character02 .characterText_wrap {
    margin-top: calc(-50 / 640 * 100vw);
}

.character03 .characterText_wrap {
    margin-top: calc(-66 / 640 * 100vw);
}

.character04 .characterText_wrap {
    margin-top: calc(-43 / 640 * 100vw);
}

.character01 .characterText_name {
    padding: calc(51 / 640 * 100vw) 0 calc(15 / 640 * 100vw);
}

.character01 img.sourceCharacter {
    margin-top: calc(-60 / 640 * 100vw);
}

.character02 img.sourceCharacter,
.character03 img.sourceCharacter,
.character04 img.sourceCharacter {
    margin-top: calc(-90 / 640 * 100vw);
}

/* cta_btn_bottom
-----------------------------------------------------------*/
.cta_btn_bottom {
    padding: 0 0 calc(54 / 640 * 100vw);
    text-align: center;
}

.cta_btn_bottom p {
    padding: calc(56 / 640 * 100vw) 0 calc(50 / 640 * 100vw);
    color: #000;
    font-size: calc(14 / 640 * 100vw);
}

.cta_btn_bottom .cta_btn {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: fit-content;
}

.cta_btn_bottom .cta_btn>img {
    width: calc(390 / 640 * 100vw) !important;
}

/* inner_footer
-----------------------------------------------------------*/
.inner_footer {
    padding: 0 calc(30 / 640 * 100vw) calc(80 / 640 * 100vw);
}

.inner_footer p.copyright {
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-size: calc(14 / 640 * 100vw);
    line-height: 1.6;
    padding-bottom: 1em;
    text-align: center;
    text-decoration: none;
    text-size-adjust: 100%;
}

.inner_footer p img {
    display: inline-block;
    margin: 0 calc(2 / 640 * 100vw);
    max-height: 1.2em;
    width: auto;
}

/* pagetopBtn
-----------------------------------------------------------*/
#pagetopBtn {
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    z-index: 100;
}

#pagetopBtnInner {
    width: calc(22 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
    top: calc(18 / 375 * 100vw);
    left: calc(14 / 375 * 100vw);
}

/* footernav_accordion
-----------------------------------------------------------*/
#footernav_accordion.open::after {
    margin: calc(-2/375*100vw) auto auto auto;
    border-top: calc(3/375*100vw) solid #fff;
    border-right: none;
    border-bottom: none;
    border-left: calc(3/375*100vw) solid #fff;
}