@charset 'Shift_JIS';
/* 文字コード Shift_JIS */

html {
    font-size: min(calc(10 / var(--content-width) * var(--window-width, 100vw)), 10px);
}

body {
    font-size: 1.6rem;
}

.article *,
.article *:before,
.article *:after {
    box-sizing: border-box;
}

.article {
    overflow-x: hidden;
}

.article img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.article iframe {
    vertical-align: top;
}

.wrapper {
    background-color: #DEC898;
}

.article.bg {
    background-image:
        url(./img/bg1.png),
        url(./img/bg2.png),
        url(./img/bg3.png),
        url(./img/bg2.png),
        url(./img/bg2.png),
        url(./img/bg1.png);
    background-repeat: no-repeat;
    background-size:
        98rem 135.7rem,
        98rem 135.7rem,
        98rem 143.4rem,
        98rem 135.7rem,
        98rem 135.7rem,
        98rem 135.7rem;
    background-position:
        top 63rem left -9rem,
        top 253.1rem left -3.5rem,
        top 385rem right -4.5rem,
        top 749.1rem right -10rem,
        top 877.9rem right -2.5rem,
        top 1012.4rem left -19rem;
}

/* mv
-----------------------------------------------------------*/
.mv__release-date {
    width: 39.8rem;
}

/* early_purchase
-----------------------------------------------------------*/
.early-purchase-bonus {
    background-color: #FBF4DD;
    padding: 1.5rem;
    width: 52rem;
    margin: 0 auto;
}

.early-purchase-bonus__inner {
    border: solid 0.2rem #000000;
    border-radius: 1rem;
    padding: 2rem 0;
}

.early-purchase-bonus__item {
    padding: 2rem 2.5rem 0;
}

.early-purchase-bonus__item h3 {
    color: #FFF;
    background-color: #9C8B6F;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding: 0.4rem 0;
}

.early-purchase-bonus__item-lead {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.early-purchase-bonus__item-img {
    width: 32.3rem;
}

.early-purchase-bonus__item-list>li {
    font-size: 2.2rem;
    font-weight: bold;
}

.early-purchase-bonus__item-list>li:not(:last-child) {
    margin-bottom: 1rem;
}

.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: 52rem;
    margin: 0 auto;
    background-color: #FBF4DD;
    padding-bottom: 4rem;
}

.product__item {
    width: 44rem;
    margin: 0 auto;
}

.product__item:has(+.product__item) {
    margin-bottom: 4.5rem;
}

.product__item:last-child {
    margin-bottom: 3.5rem;
}

.product__image {
    width: 30.4rem;
    margin: 0 auto 2rem;
}

.product__image>img {
    aspect-ratio: 304/351;
    object-fit: contain;
}

.product_info-label {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: calc(20em / 1000);
    font-weight: bold;
    background-color: #CECECE;
    padding: 1.2rem 2.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 3rem;
}

.product_info-label.switch {
    background-color: #FF4433;
    color: #FFF;
}

.product__info-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product__price-type {
    color: #FF1500;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: calc(59/34);
}

.product__price {
    color: #FF1500;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.product__price-num {
    font-size: 11rem;
    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: 1.5rem;
    width: 5.6rem;
}

.product__price-yen .tax {
    letter-spacing: -0.02em;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.product__price-yen .yen {
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 5.28em;
    font-size: 3.4em;
    font-weight: bold;
    width: 100%;
}

.product__link {
    width: 39rem;
    margin: 0 auto;
}

.product__notes {
    font-size: 1.2rem;
    margin-top: 3rem;
    padding: 0 2rem;
}

.product__notes a {
    color: inherit;
    text-decoration: none;
}

/* movie
-----------------------------------------------------------*/
.movie__title {
    width: 24.7rem;
    margin: 0 auto;
}

.movie_wrapper {
    width: 55rem;
    margin: 0 auto;
}

.movie_wrapper iframe {
    aspect-ratio: 560 / 315;
    width: 55rem;
    height: auto;
}

/* concept
-----------------------------------------------------------*/
.concept__inner {
    width: 60rem;
    margin: 0 auto;
}

.concept__title {
    width: 60rem;
    margin: 0 auto;
}

.concept__text1 {
    width: 44.3rem;
    margin: 0 auto;
}

.concept__text2 {
    width: 44rem;
    margin: 0 auto;
}

.concept__bg {
    background-color: #002A40;
}

/* story
-----------------------------------------------------------*/
.story {
    padding-top: 7.7rem;
    background-image: url(./img/story_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.story__title {
    width: 23.6rem;
    margin: 0 auto;
}

.story__subtitle {
    width: 43.7rem;
    margin: 0 auto;
}

.story__lead {
    width: 58.1rem;
    margin: 0 auto;
}

.story__img {
    width: 57rem;
    margin: 0 auto;
}

/* world
-----------------------------------------------------------*/
.world {
    width: 57rem;
    margin: 0 auto;
}

.world__text {
    width: 50.3rem;
    margin: 0 auto;
    background-color: #38220F;
    color: #FFF;
    border-radius: 2rem;
    padding: 1.5rem 3rem;
    font-size: 2.2rem;
}

.world__eras {
    display: flex;
    justify-content: center;
    gap: 0 1rem;
}

.world__eras-title {
    width: 17.1rem;
}

.world__eras-list {
    width: 33.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem 0;
}

/* character
-----------------------------------------------------------*/
.character {
    width: 59.5rem;
    margin: 0 auto;
}

.character__title {
    width: 44.7rem;
    margin: 0 auto;
}

.character__text {
    width: 52rem;
    margin: 0 auto;
    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/520 * 100%) 0.1rem,
        0.1rem calc(342/392 * 100%),
        calc(474/520 * 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__name-wrapper {
    width: 100%;
    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 3.5rem;
}

/* link__wrapper
-----------------------------------------------------------*/
.link__wrapper .notes {
    font-size: 1.6rem;
    text-align: center;
}

.link {
    width: 39rem;
    margin: 0 auto;
}

/* article__footer
-----------------------------------------------------------*/
.article__footer {
    text-align: center;
    padding: 8rem 2rem 14.5rem;
    font-size: 1.4rem;
}

.article__footer>p:first-child {
    margin-bottom: 1em;
}

.article img.playstation_familymark {
    width: 2.5rem;
}

.article img.ps5_logo {
    width: 5.5rem;
}

.article img.ps4_logo {
    width: 5.5rem;
}

.article img.playstation_familymark,
.article img.ps5_logo,
.article img.ps4_logo {
    vertical-align: middle;
}