@charset "Shift_JIS";
/* 文字コード Shift_JIS */

/* util
-----------------------------------------------------------*/
.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-155 {
    margin-bottom: 155px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}

.mb-165 {
    margin-bottom: 165px !important;
}

.mb-170 {
    margin-bottom: 170px !important;
}

.mb-170 {
    margin-bottom: 170px !important;
}

.mb-1em {
    margin-bottom: 1em !important;
}

.w-fit_m-auto {
    width: fit-content;
    margin: auto;
}

.text-center {
    text-align: center;
}

.text-indent {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

.btn-hover {
    *zoom: 1;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-hover:hover {
    opacity: .8;
}

#pagetop {
    cursor: pointer;
}

.text-color-white {
    color: #fff;
}

.common_text {
    font-size: 25px;
    color: #fff;
    line-height: calc(48/25);
    text-align: center;
}


/* article
-----------------------------------------------------------*/
.main_wrapper {
    background-color: #08143B;
}

.article img {
    width: 100%;
    height: auto;
}

.article :is(img, iframe) {
    vertical-align: top;
}

.article *,
.article *:before,
.article *:after {
    box-sizing: border-box;
}

.contents {
    width: 980px;
    background-color: #08143B;
    margin: 0 auto;
    line-height: 1.5;
    color: #000000;
}

/* mv
-----------------------------------------------------------*/

/* geo_original
-----------------------------------------------------------*/
.geo_original {
    width: 840px;
    margin: 0 auto;
}

.geo_original_item {
    display: flex;
    background-color: #FEFEFE;
}

.geo_original_img {
    width: 520px;
}

.geo_original_text {
    width: 320px;
    background-color: #FEEF9F;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.geo_original_item_title {
    font-size: 27px;
    font-weight: bold;
}

.geo_original_item_notes {
    font-size: 12px;
}

/* early_purchase
-----------------------------------------------------------*/
.early_purchase_inner {
    width: 840px;
    margin: 0 auto;
    background-color: #FEFEFE;
    padding: 20px;
}

.early_purchase_subtitle {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.early_purchase_pokemon {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.early_purchase_pokemon_info {
    width: 261px;
}

.early_purchase_pokemon_name {
    width: 261px;
    height: 52px;
    background-image: url(./img/pokemon_name_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    margin-top: 38px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.early_purchase_pokemon_deatil {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.early_purchase_pokemon_label {
    width: 67px;
    height: 27px;
    background-color: #00B1E8;
    color: #FFF;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.early_purchase_pokemon_value {
    padding: 5px 0;
    font-weight: bold;
}

.early_purchase_pokemon_img {
    width: 604px;
    margin-left: -66px;
}

.early_purchase_item {
    display: flex;
    justify-content: space-between;
    background-color: #FEFEFE;
}

.early_purchase_item_img {
    width: 392px;
}

.early_purchase_item_text {
    width: 388px;

}

.early_purchase_item_title {
    font-size: 22px;
    font-weight: bold;
}

.early_purchase_item_description {
    font-size: 16px;
}

.list-style-ball {
    background-image: url(./img/icon_ball.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 35px;
    background-size: 26px;
}

.early_purchase_text {
    font-size: 16px;
    font-weight: bold;
    border-top: solid 4px #42AFE3;
    padding-top: 25px;
}

.early_purchase_notes {
    font-size: 12px;
}


/* product
-----------------------------------------------------------*/
.product {
    position: relative;
}

.product_wrapper {
    background-color: #FFF;
    width: 840px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 30px;
}

.product_name {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.product_item {
    padding: 10px;
    position: relative;
}

.product_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 11px solid #6BE5AC;
    border-left: 11px solid #6BE5AC;
    border-right: 11px solid transparent;
    border-bottom: 11px solid transparent;
    /* 
    width: 22px;
    height: 22px;
    background-color: #6BE5AC;
    clip-path: polygon(0 0, 100% 0, 0 100%); 
    */
}

.product_wrapper:has(+.product_wrapper) {
    margin-bottom: 10px;
}

.product_item_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 40px;
    margin: 0 auto;
}

.product_image {
    width: 232px;
}

.product_info {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.product_info_logo {
    width: 200px;
}

.product_info_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product_price {
    color: #FF1500;
    display: flex;
    justify-content: center;
}

.product_price_type {
    color: #FF1500;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: calc(49/28);
}

.product_price_num {
    font-size: 95px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1;
    font-family: 'arial black', sans-serif;
}

.product_price_yen {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-left: 10px;
    width: 45px;
}

.product_price_yen .tax {
    letter-spacing: -0.02em;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.product_price_yen .yen {
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 45px;
    width: 100%;
}

.product_notes {
    margin-top: 40px;
    font-size: 14px;
}

.switch2_edition {
    width: 800px;
    margin: 0 auto;
    color: #FFFFFF;
}

.switch2_edition_text {
    font-size: 18px;
}

.switch2_edition_notes {
    font-size: 12px;
}

.switch2_edition_list_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.switch2_edition_list li:not(:last-child) {
    margin-bottom: 25px;
}

/* movie
-----------------------------------------------------------*/
.movie {
    padding-bottom: 80px;
    background-image: url(./img/movie_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.movie_wrapper {
    width: 880px;
    margin: 0 auto;
}

.movie_wrapper iframe {
    aspect-ratio: 560 / 315;
    width: 880px;
    height: auto;
}

/* stage_story
-----------------------------------------------------------*/
.stage_story {
    background-image: url(./img/details_bg.png);
    background-size: 100%;
    padding-bottom: 40px;
}

.details {
    width: 920px;
    margin: 0 auto;
}

.details:has(+.details) {
    margin-bottom: 30px;
}

.details_title {
    margin-bottom: 20px;
}

.details_wrapper {
    background-color: #FFF;
    border-radius: 0 40px 0 40px;
    padding: 10px;
}

.details_bg {
    position: relative;
    background-color: #F5F5F5;
    border-radius: 0 40px 0 40px;
    padding: 40px 50px;
}

.details_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #FFF;
    border-left: 20px solid #FFF;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;

    /* 
    width: 40px;
    height: 40px;
    background-color: #FFF;
    clip-path: polygon(0 0, 100% 0, 0 100%); 
    */
}

.details_content+.details_content {
    border-top: solid 3px #01A0E9;
    padding-top: 30px;
    margin-top: 30px;
}

.details_content h4 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
}

.details_img:has(+.details_text) {
    margin-bottom: 20px;
}

.details_text {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: -0.036em;
    line-height: calc(30 / 18);
}

.details_text:has(+.details_notes) {
    margin-bottom: 8px;
}

.details_notes {
    color: #08143B;
    font-size: 12px;
    margin-bottom: 15px;
}

.details_img_box {
    display: flex;
    justify-content: space-between;
}

.details_img_box>li {
    width: 394px;
}

.details_subtitle {
    width: 880px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: solid 4px #42AFE3;
    padding-left: 7px;
}

/* features
-----------------------------------------------------------*/
.features {
    background-image: url(./img/details_bg.png);
    background-size: 100%;
    padding-bottom: 40px;
}

/* mega_evolution
-----------------------------------------------------------*/
.mega_evolution {
    background-image: url(./img/details_bg.png);
    background-size: 100%;
    padding-bottom: 40px;
}

/* characters
-----------------------------------------------------------*/
.characters {
    background-color: #FFF;
}

.character_wrapper {
    background-image: url(./img/characters_bg.png);
    background-size: 372px;
    padding: 35px;
    padding-bottom: 50px;
}

.character_info {
    background-image: url(./img/character_info_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 771px;
    height: 116px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.character_name {
    width: 223px;
    text-align: center;
    line-height: 1;
    font-size: 38px;
    font-weight: bold;
}

.character_text {
    width: 530px;
    padding: 0 15px;
    font-size: 18px;
}


/* link_wrapper
-----------------------------------------------------------*/
.link_wrapper {
    padding-bottom: 100px;
}

.link_wrapper .notes {
    font-size: 12px;
    text-align: center;
}


/* article_footer
-----------------------------------------------------------*/
.article_footer {
    text-align: center;
    padding: 0 0 105px;
    font-size: 12px;
    color: #FFFFFF;
}

.article_footer img {
    vertical-align: middle;
    width: auto;
    width: fit-content;
}