@charset "Shift_JIS";
/* 文字コード Shift_JIS */

html {
    font-size: 10px;
}

body {
    font-size: 16px;
}

#pagetop {
    cursor: pointer;
}

/* article
-----------------------------------------------------------*/
.main__wrapper {
    background-color: #DEC898;
}

.article img {
    width: 100%;
    height: auto;
}

.article :is(img, iframe) {
    vertical-align: top;
}

.article *,
.article *:before,
.article *:after {
    box-sizing: border-box;
}

.contents {
    width: 98rem;
    margin: 0 auto;
    line-height: 1.5;
    color: #000000;
}

.article.bg {
    width: 98rem;
    margin: 0 auto;
    background-image:
        url(./img/bg1.png),
        url(./img/bg2.png),
        url(./img/bg3.png),
        url(./img/bg2.png),
        url(./img/bg2.png);
    background-repeat: no-repeat;
    background-size:
        100% 135.7rem,
        100% 135.7rem,
        100% 143.4rem,
        100% 135.7rem,
        100% 135.7rem;
    background-position:
        top 3.6rem center,
        top 188.5rem center,
        top 314.9rem center,
        top 662.1rem center,
        top 805.6rem center;
}

/* mv
-----------------------------------------------------------*/


/* early_purchase
-----------------------------------------------------------*/
.early-purchase-bonus {
    background-color: #FBF4DD;
    padding: 1rem;
    width: 90rem;
    margin: 0 auto;
}

.early-purchase-bonus__inner {
    border: solid 0.2rem #000000;
    border-radius: 1rem;
    padding: 1rem 0;
}

.early-purchase-bonus__item {
    padding: 2rem;
}

.early-purchase-bonus__item h3 {
    color: #FFF;
    background-color: #9C8B6F;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.early-purchase-bonus__item-lead {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.early-purchase-bonus__item-info {
    display: flex;
    align-items: center;
    gap: 0 3rem;
}

.early-purchase-bonus__item-img {
    width: 32.3rem;
    flex-shrink: 0;
}

.early-purchase-bonus__item-list>li {
    font-size: 2.2rem;
    font-weight: bold;
}

.early-purchase-bonus__item-list>li:not(:last-child) {
    margin-bottom: 2rem;
}

.early-purchase-bonus__item-list>li span {
    display: block;
    text-indent: 0;
    font-size: 1.6rem;
    font-weight: inherit;
}

.early-purchase-bonus__item-notes {
    font-size: 1.2rem;
}

/* product
-----------------------------------------------------------*/
.product {
    width: 82rem;
    margin: 0 auto;
    background-color: #FBF4DD;
    padding-bottom: 3.5rem;
}

.product__item:has(+.product__item) {
    margin-bottom: 4rem;
}

.product__item:last-child {
    margin-bottom: 3.5rem;
}

.product__item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 4rem;
    margin: 0 auto;
}

.product__image {
    width: 25.4rem;
}

.product__image>img {
    aspect-ratio: 254/318;
    object-fit: contain;
}

.product__info {
    width: 44rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.product_info-label {
    background-color: #CECECE;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 0.4rem 0;
}

.product_info-label.switch {
    background-color: #FF4433;
    color: #FFF;
}

.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: 2.4rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: calc(49/28);
}

.product__price-num {
    font-size: 9.5rem;
    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: 1rem;
    width: 4.5rem;
}

.product__price-yen .tax {
    letter-spacing: -0.02em;
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    margin-bottom: 1rem;
}

.product__price-yen .yen {
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 4.5rem;
    width: 100%;
}

.product__notes {
    margin-top: 4rem;
    font-size: 1.2rem;
    text-align: center;
}

.product__notes a {
    color: inherit;
    text-decoration: none;
}

/* movie
-----------------------------------------------------------*/
.movie_wrapper {
    width: 88rem;
    margin: 0 auto;
}

.movie_wrapper iframe {
    aspect-ratio: 560 / 315;
    width: 88rem;
    height: auto;
}

/* concept
-----------------------------------------------------------*/
.concept__inner {
    width: 83.8rem;
    margin: 0 auto;
}

.concept__bg {
    background-color: #002A40;
}

/* story
-----------------------------------------------------------*/
.story {
    padding-top: 10rem;
    background-image: url(./img/story_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

/* world
-----------------------------------------------------------*/
.world {
    width: 90rem;
    margin: 0 auto;
}

.world__box {
    display: flex;
    align-items: center;
}

.world__img {
    width: 46rem;
}

.world__text {
    width: 44rem;
    height: 22.1rem;
    background-color: #38220F;
    color: #FFF;
    border-radius: 0 2rem 2rem 0;
    padding: 3rem 3.5rem 3rem 2rem;
    font-size: 2.2rem;
}

.world__eras {
    display: flex;
    justify-content: center;
    gap: 0 6.6rem;
}

.world__eras-title {
    width: 17.1rem;
}

.world__eras-list {
    width: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem 0;
}

/* character
-----------------------------------------------------------*/
.character {
    width: 90rem;
    margin: 0 auto;
}

.character__list>li {
    display: grid;
    grid-template-columns: 38.7rem 24rem 27.3rem;
    grid-template-rows: 6.5rem auto;
}

.character__list>li:nth-child(odd) .character__img {
    margin-left: -4rem;
}

.character__img {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    width: 62.7rem;
    z-index: 1;
}

.character__text {
    grid-column: 2 / 4;
    grid-row: 2;
    width: 51.3rem;
    height: 39.2rem;
    background-color: #38220F;
    border-radius: 2rem;
    padding: 3rem 0;
    background-image:
        linear-gradient(#F2F0C5, #F2F0C5),
        linear-gradient(#F2F0C5, #F2F0C5),
        linear-gradient(#F2F0C5, #F2F0C5),
        linear-gradient(#F2F0C5, #F2F0C5);
    background-repeat: no-repeat;
    background-size:
        calc(474/513 * 100%) 0.1rem,
        0.1rem calc(342/392 * 100%),
        calc(474/513 * 100%) 0.1rem,
        0.1rem calc(342/392 * 100%);
    background-position:
        top 1.5rem center,
        center right 1.5rem,
        bottom 1.5rem center,
        center left 1.5rem;
}

.character__list>li:nth-child(even) {
    grid-template-columns: 51.3rem 38.7rem;
    grid-template-rows: 13rem auto;
}

.character__list>li:nth-child(even) .character__img {
    grid-column: 2 / 3;
    width: 38.7rem;
}

.character__list>li:nth-child(even) .character__text {
    grid-column: 1 / 2;
    width: 51.3rem;
}

.character__name-wrapper {
    background-color: #231811;
    color: #F2F0C5;
    font-size: 2.8rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    padding: 0 11rem 0 3rem;
    margin-bottom: 2rem;
}

.character__desc {
    color: #FFF;
    font-size: 2rem;
    padding: 0 3rem;
}


/* link__wrapper
-----------------------------------------------------------*/
.link__wrapper {
    padding-bottom: 10rem;
}

.link__wrapper .notes {
    font-size: 1.2rem;
    text-align: center;
}

/* article__footer
-----------------------------------------------------------*/
.article__footer {
    text-align: center;
    padding: 0 0 10.5rem;
    font-size: 1.2rem;
}

.article__footer>p:not(:last-child) {
    margin-bottom: 1em;
}

.article__footer img {
    vertical-align: middle;
    width: auto;
    width: fit-content;
}