@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: url('./img/bg.jpg');
}

/* mv
-----------------------------------------------------------*/
.mv div {
    margin: 4rem 6.7rem;
}

/* product
-----------------------------------------------------------*/
.product {
    background: url('./img/product__frame.jpg') center/100% auto no-repeat;
    height: calc(1020 * 100vw / 640);
    padding: 9.5rem 10rem 0;
}

.product h2 {
    color: #502D19;
    font-size: 3.3rem;
    font-weight: bold;
    padding: 0 0 3.9rem;
}

.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_wrapper {
    width: 55rem;
    margin: 6rem auto;
}

.movie_wrapper iframe {
    aspect-ratio: 560 / 315;
    width: 55rem;
    height: auto;
}

/* concept
-----------------------------------------------------------*/
.concept {
    background: url(./img/catch.png) center/100% auto no-repeat;
    color: #fff;
    height: calc(1035 * 100vw / 640);
    text-align: center;
}

.concept p {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 36rem 0 0;
}

/* story
-----------------------------------------------------------*/
.story {
    padding-top: 6rem;
}

.story h2 {
    width: 45.2rem;
}
.story+.story h2 {
    width: 39.8rem;
}
.story+.story+.story h2 {
    width: 48rem;
}

.story p {
    color: #502D19;
    font-size: 2rem;
    font-weight: bold;
    margin: 4rem 3rem;
    text-align: center;
}

.story .-capture {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
    width: 57rem;
}

/* link__wrapper
-----------------------------------------------------------*/
.link {
    width: 39rem;
    margin: 10rem auto 0;
}

/* 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;
}
