/*---------------
    右端コンテンツ
---------------*/
.right-content-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: auto 0 auto auto;
}

.horizontal-content-wrapper {
    display: flex;
}

.width-full {
    width: 100%;
}


/*============================
    ヘッダー
============================*/
header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: black;
    z-index: 10;
}

header img {
    display: block;
}

.header-content-wrapper {
    display: flex;
}

/*---------------
    QBアイコン
---------------*/
.qb-icon {
    width: 12rem;
    display: inline-block;
    vertical-align: middle;
    margin: auto 0;
}

.qb-icon-image {
    width: 100%;
}

/*---------------
    Xアイコン
---------------*/
.x-icon {
    width: 1.5rem;
    margin: auto 0 auto 1rem;
}

.x-icon-image {
    width: 100%;
}

/*---------------
    サウンド
---------------*/
.sound-button {
    width: 30%;
    margin: auto 0;
}

.sound-button img {
    width: 100%;
}

.button-hide {
    display: none;
}

/*---------------
    言語切り替え
---------------*/
.language-switching {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif';
    font-weight: bold;
    color: #fff;
}

.language-switching button {
    font-family: 'Noto Serif';
    font-weight: bold;
    color: #fff;
}

.grow-switch-language {
    text-shadow: 1px 1px 5px rgb(63, 253, 255, 0.9),
        -1px 1px 5px rgb(63, 253, 255, 0.9),
        1px -1px 5px rgb(63, 253, 255, 0.9),
        -1px -1px 5px rgb(63, 253, 255, 0.9);
}

/*============================
    ボディ
============================*/
body {
    margin: 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}

body:lang(ja) {
    font-family: 'Noto Serif JP';
}

body:lang(en) {
    font-family: 'Noto Serif';
}

span {
    display: inline-block;
}

button {
    background: transparent;
    border: none;
}

.heading {
    width: 100%;
}

.subheading {
    margin-bottom: 1rem;
    width: 100%;
}

.catchcopy-image {
    position: relative;
}

/*---------------
    開発中
---------------*/
.development-content-wrapper {
    position: relative;
}

.development-image-wrapper {
    display: flex;
    justify-content: center;
}

.development-attention-text {
    color: gray;
}

/*---------------
    プラットフォーム
---------------*/
.platform-text a {
    color: black;
    text-decoration: none;
}

/*---------------
    出店情報
---------------*/
.information-attention {
    color: gray;
}

.information-cards {
    display: flex;
    justify-content: center;
}

.information-card {
    width: 40%;
}

/*---------------
    クイーンズブレイドとは
---------------*/
.qb-image {
    margin-top: 1rem;
    width: 100%;
}

/*---------------
    ムービー
---------------*/
.movie-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
}

.movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------
    キャラクター
---------------*/
.character-list {
    display: flex;
    width: 100%;
}

.character-list-button img {
    width: 100%;
}

.character-detail-image {
    width: 100%;
}

/*---------------
    プレスキット
---------------*/
.presskit-button {
    position: relative;
    text-align: left;
    padding: 0;
}

.presskit-button img {
    width: 100%;
    margin: 0;
}

.presskit-button p {
    position: absolute;
    top: 50%;
    transform: translate(-1%, -50%);
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP';
    font-weight: bold;
}

/*---------------
    製品概要
---------------*/
.product-text {
    text-align: left;
}

.product-text a {
    text-decoration: none;
}

/*============================
    フッター
============================*/
footer {
    text-align: left;
    background-color: black;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}


/* --------------
    PC
---------------*/
@media screen and (min-width: 600px) {

    /* ヘッダー */
    .header-content-wrapper {
        margin: 0 4rem;
        padding: 5px 0;
    }

    .language-switching {
        margin: auto 0 auto 1rem;
        font-size: 1.2rem;
    }

    .language-switching button {
        font-size: 1.2rem;
    }

    body {
        background-image: url(./images/PC/TEX_\ pc_bg_01.jpg);
        font-size: 1.25rem;
    }

    .catchcopy-image {
        top: -1rem;
    }

    .content-wrapper {
        margin: 0 4rem 2rem 4rem;
    }

    /* 開発中 */
    .development-content-wrapper {
        top: -4.2rem;
        margin-bottom: -4.2rem;
    }

    .development-image-wrapper {
        gap: 20px;
    }

    .development-image {
        width: 45%;
    }

    .development-attention-text {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    .development-text {
        margin-bottom: 2rem;
    }

    /* プラットフォーム */
    .platform-image {
        margin-bottom: 1.3rem;
        width: 18%;
    }

    .platform-widget {
        width: 600px;
    }

    .platform-text {
        font-size: 1.75rem;
    }

    /* 出店情報 */
    .information-text {
        font-size: 2.5rem;
    }

    .information-cards {
        margin: 1rem 0;
    }

    .information-card-image {
        width: 55%;
    }

    .information-card-name-image {
        width: 50%;
    }

    .information-card-text {
        margin: 0.3rem 0;
    }

    .information-map-image {
        width: 90%;
    }

    /* ムービー */
    .movie-wrapper {
        margin: 0 auto;
        width: 80%;
        padding-bottom: 45%;
    }

    /* キャラクター */
    .character-content-wrapper {
        display: flex;
        gap: 10px;
    }

    .character-list-wrapper {
        width: 30%;
        margin: auto 0;
    }

    .character-arrow-increase-button {
        width: 20%;
    }

    .character-arrow-decrease-button {
        width: 20%;
        transform: scale(1, -1);
    }

    .character-arrow-sp {
        display: none;
    }

    .character-list {
        flex-wrap: wrap;
        margin: 1rem 0;
    }

    .character-list-button {
        width: 33.3%;
    }

    .character-detail-pc {
        width: 70%;
    }

    .character-detail-sp {
        display: none;
    }

    /* プレスキット */
    .presskit-button p {
        left: 25%;
        font-size: 1.1rem;
    }

    /* 製品概要 */
    .product-text-wrapper {
        display: flex;
        gap: 4rem;
        margin: 1rem 13%;
        font-size: 1rem;
    }

    .product-text {
        width: 50%;
    }

    /* フッター */
    footer {
        padding: 0.5rem 4rem 4rem 4rem;
        font-size: 0.8rem;
    }

    footer p {
        margin-bottom: 3rem;
    }

    .footer-attention {
        font-size: 1rem;
    }

    .footer-large-text {
        font-size: 1.1rem;
    }
}

/* --------------
    スマホ
---------------*/
@media screen and (max-width: 599px) {

    /* ヘッダー */
    .header-content-wrapper {
        margin: 0 0.5rem;
        padding: 5px 0;
    }

    .sound-button {
        padding: 0;
    }

    .sound-button img {
        margin: auto 0;
    }

    .language-switching {
        margin: auto 0 auto 15px;
        font-size: 1rem;
    }

    .language-switching button {
        padding: 0 3px;
        font-size: 1rem;
    }

    /* ボディ */
    body {
        font-size: 0.7rem;
        background-image: url(./images/SP/TEX_sp_bg_01.jpg);
        background-size: 180%;
    }

    .sp-paragraph {
        margin-bottom: 1rem;
    }

    .catchcopy-image {
        top: -0.5rem;
    }

    .content-wrapper {
        margin: 0 1rem 1rem 1rem;
    }

    /* 開発中 */
    .development-content-wrapper {
        top: -2.2rem;
        margin-bottom: -2.2rem;
    }

    .development-image-wrapper {
        gap: 10px;
    }

    .development-image {
        width: 50%;
    }

    .development-attention-text {
        margin-bottom: 0.3rem;
        font-size: 0.6rem;
    }

    .development-text {
        margin-bottom: 1rem;
    }

    /* プラットフォーム */
    .platform-image {
        margin-bottom: 0.5rem;
        width: 30%;
    }

    .platform-text {
        font-size: 0.8rem;
    }

    /* 出店情報 */
    .information-text {
        font-size: 0.85rem;
    }

    .information-attention {
        font-size: 0.6rem;
    }

    .information-cards {
        margin: 0.5rem 0;
    }

    .information-card-image {
        width: 70%;
    }

    .information-card-name-image {
        width: 65%;
    }

    .information-card-text {
        font-size: 0.57rem;
        line-height: 1.1;
    }

    .information-map-image {
        margin-top: 0.5rem;
        width: 100%;
    }

    /* ムービー */
    .movie-wrapper {
        padding-bottom: 56.25%;
    }

    /* キャラクター */
    .character-list-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .character-list {
        gap: 5px;
        width: 80%;
    }

    .character-list-button {
        padding: 0;
    }

    .character-arrow-increase-button {
        width: 15%;
        transform: scale(-1, 1);
    }

    .character-arrow-decrease-button {
        width: 15%;
    }

    .character-arrow-pc {
        display: none;
    }

    .character-arrow-sp {
        width: 80%;
    }

    .character-detail-pc {
        display: none;
    }

    .character-detail-sp {
        width: 100%;
    }

    /* プレスキット */
    .presskit-button p {
        left: 15%;
        font-size: 0.6rem;
    }

    /* 製品概要 */
    .product-text-wrapper {
        margin: 0 8% 2rem 8%;
        font-size: 0.6rem;
    }

    /* フッター */
    footer {
        padding: 5px 20px 4rem 20px;
        font-size: 0.5rem;
    }

    footer p {
        margin: 0 0 1.5rem 0;
    }

    .footer-attention {
        font-size: 0.6rem;
    }

    .footer-large-text {
        font-size: 0.7rem;
    }
}