body,
html {
    margin: 0;
    padding: 0;
    /* font-family: Arial, sans-serif; */
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

.layout {
    display: flex;
    min-height: 100vh;
    position: relative;
}


.layout::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -5;
}

.column {
    height: 100svh;
    overflow-y: auto;
    padding: 1rem;
    box-sizing: border-box;
}

.left-menu,
.right-sidebar {
    flex: 1;
    min-width: 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
}

@media screen and (max-width:768px) {

    .left-menu,
    .right-sidebar {
        display: none;
    }

    .main-content {
        width: 100% !important;
    }
}


.main-content {
    width: 540px;
    flex-shrink: 0;
    /* background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px); */

    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
    padding: 0;
    position: relative;
}

.main-content::after {
    content: '';
    background: inherit;

    background-image: url('../img/kv_bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;

    filter: blur(4px);
    position: fixed;
    top: -5px;
    left: 50%;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    width: 540px;
    transform: translateX(-50%);
}


.main-content::-webkit-scrollbar {
    display: none;
}

.menu-container,
.sidebar-container {
    max-width: 256px;
    margin: 0 auto;
}

.menu-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    background: none;
    border: none;
    color: white;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 1.7rem;
    font-weight: 600;
}

.menu-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.menu-button .icon {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.menu-container img {
    height: 30px;
    margin-right: 10px;
}

.card {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: white;
}

.card-content {
    color: rgba(255, 255, 255, 0.8);
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 1rem;
}

h1,
h2 {
    color: white;
}

.character-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.character-item:last-child {
    margin-bottom: 0;
}


.video-wrapper {
    /* position: relative; */
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: -5;
}

@media screen and (max-width:768px) {
    .video-wrapper {
        display: none;
    }
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.video-wrapper p.catch-copy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    text-align: center;
    font-size: calc(22px + 4vw);
    text-shadow: 1px 1px 20px #000;
    color: #fff;
    margin: auto;
}


.box {
    height: 100svh;
}

.sec {
    position: relative
}


/* ---------------------- box ---------------------  */
.top .box {
    background-image: url('../img/kv_top_bg.jpg');
    background-size: cover;
    background-position: center;
}

.sec-box {
    height: 100%;
}


/* ------------------- top ---------------- */
.top-logo {
    margin-top: 80px;
}

.top-release-text{
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
@media screen and (max-width:768px) {
    .top-release-text{
        font-size: 1.6rem;
    }
}

.jizen-title-text {
    /* position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    z-index: 5; */
    margin-bottom: 20px;
}

.store-btn-box {
    color: white;
}

.store-btn-box img {
    height: 50px;
    margin: auto 3px;
}
@media screen and (max-width:768px) {
    .store-btn-box img {
        max-height: 45px;
    }
}

.jizen-text-box {
    color: white;
    margin-bottom: 20px;
}

.jizen-text-box img {
    height: 50px;
    margin: auto 3px;
}
@media screen and (max-width:768px) {
    .jizen-text-box img {
        height: auto;
        max-height: 40px;
    }
}

/* ------------------- jizen ------------------- */
.jizen-item img {
    border-radius: 15px;
}

/* ------------------- news ------------------- */
.news-title-sns img,
.news-title-news img {
    height: 60px;
}

.news-sns-btn img {
    height: 50px;
}

.bg-box-out {
    background-color: black;
    border-radius: 20px;
    padding: 0.1rem;
}

@media screen and (max-width:768px) {
    .news-sns-btn-box .bg-box-out {
        height: auto;
        border-radius: 15px;
    }

    .bg-box-in-1 {
        padding: 5px;
        border-radius: 15px;
    }

    .bg-box-in-2 {
        border-radius: 15px;
        border: 2px solid #ff8900;
    }
}

@media screen and (max-width:768px) {
    .news-sns-btn-box .bg-box-out {
        height: auto;
    }
}

.bg-box-in-1 {
    background: linear-gradient(0deg, rgb(254 221 128) 0%, rgb(245 186 81) 20%, rgb(255 233 140) 100%);
    /* background-color: black; */
    border-radius: 20px;
    padding: 8px;
    height: 100%;
}

.bg-box-in-2 {
    background-color: white;
    padding: 5px 5px;
    border-radius: 20px;
    border: 3px solid #ff8900;

    display: flex;
    flex-flow: column;
    align-items: center;
    margin: auto;
    justify-content: space-evenly;
    height: 100%;
}

@media screen and (max-width:768px) {
    .news-sns-btn-box .bg-box-out {
        height: auto;
        border-radius: 15px;
    }

    .bg-box-in-1 {
        padding: 5px;
        border-radius: 15px;
    }

    .bg-box-in-2 {
        border-radius: 15px;
        border: 2px solid #ff8900;
    }
}

.news-sns-inbox {
    height: 250px;
    min-height: 185px;
    width: 100%;
}

@media screen and (max-width:768px) {
    .news-sns-inbox {
        height: 30svh;
        min-height: 150px;
    }

    .news-sns-btn-box .news-sns-inbox {
        height: 15svh;
        min-height: 100px;
    }
}

/* ------------------- game-info ------------------- */
.bg-box-in {
    overflow-x: hidden;
}

/*==================================================
スライダーのためのcss
===================================*/
.slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 10px auto;
    padding: 0;
}

.slider img {
    /*width:30vw;*/
    /*スライダー内の画像を60vwにしてレスポンシブ化 */
    width: auto;
    height: 55svh;
    border-radius: 15px;
}

@media screen and (max-width:768px) {
    .slider img {
        height: 55svh;
    }
}

.slider .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
}

.slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}



/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 5px solid #fae8a8;
    /*矢印の色*/
    border-right: 5px solid #fae8a8;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev::before,
.slick-next::before {
    content: '' !important;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 16px;
    /*ドットボタンのサイズ*/
    height: 16px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

/* .slick-dots .slick-active button{
    background:white;
    width: 10px;
    height: 10px;
    font-size: 12px;

} */
.slick-dots li button::before {
    /* font-size:2px!important; */
    content: '●';
    width: 10px;
    height: 10px;
    color: gray;
    font-size: 12px;
    line-height: 10px;
}

.slick-dots li.slick-active button:before {
    /* color: rgb(155, 18, 18); */
    color: white;
}


/* ----------------------- footer ------------------------ */
footer {
    font-size: 0.8rem;
    background-color: black;
}

.footer-store-info-bnr img {
    height: 45px;
    margin: auto 10px;
}

@media screen and (max-width:768px) {
    .footer-store-info-bnr img {
        height: 35px;
        margin: auto 5px;
    }
}

.footer-store-text-box {
    /* width: 760px; */
    margin: auto;
}

@media screen and (max-width:768px) {
    .footer-store-text-box {
        width: 100%;
    }
}

.footer-store-text-box table {
    width: 390px;
    margin: auto;
    border-collapse: separate;
    border: 1px solid white;
    border-radius: 15px;
    padding: 10px 1px;
}

@media screen and (max-width:768px) {
    .footer-store-text-box table {
        width: 90%;
    }
}

.footer-store-text-box table td {
    /* border-bottom:2px solid white;
	border-right:2px solid white; */
}

.footer-store-text-box table td {
    padding: 0 5spx;
}

.footer-store-text-box table td {
    border-radius: 18px 0 0 0;
}

.footer-store-text-box table td:last-child {
    border-radius: 0 18px 0 0;
}

.footer-store-text-box table tr:last-child td {
    border-radius: 0 0 0 18px;
}

.footer-store-text-box table tr:last-child td:last-child {
    border-radius: 0 0 18px 0;
}

.footer-store-icon {
    border-radius: 5px;
}

footer .container {
    margin: 0;
}


.top .container {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    margin: 0;
    /* ビューポートの高さを確保 */
}

.top .container.top-info {
    position: absolute;
    bottom: 10vh;
}

.container {
    position: relative;
    margin: 100px auto;
}

.wobbly-image-1,
.wobbly-image-2,
.wobbly-image-3 {
    /* width: 300px; */
    /* 画像の幅を固定 */
    height: auto;
    /* アスペクト比を維持 */
    position: fixed;
    /* 固定位置に配置 */
    top: 100px;
    /* 上部から100pxの位置 */
    left: 0%;
    /* 水平方向中央に配置 */
    transform: translateX(-50%) translateY(0);
    /* 中央揃え＆上下揺れ初期化 */
    transition: transform 0.1s ease-out;
    /* 動きをスムーズに */
}

.ani-chara {
    position: relative;
    /* margin: 100px auto; */
}


.ani-chara img {
    height: 170px;
}

.ani-chara.chara-1 img {
    position: absolute;
    top: 10vh;
    left: 40%;
    /* 水平方向中央に配置 */
    transform: translateY(0);
    /* 中央揃え＆上下揺れ初期化 */
    transition: transform 0.1s ease-out;
    /* 動きをスムーズに */
}

.ani-chara.chara-2 img {
    position: absolute;
    top: 30vh;
    left: 40%;
    /* 水平方向中央に配置 */
    transform: translateY(0);
    /* 中央揃え＆上下揺れ初期化 */
    transition: transform 0.1s ease-out;
    /* 動きをスムーズに */
}

.ani-chara.chara-3 img {
    position: absolute;
    top: 60vh;
    left: 30%;
    /* 水平方向中央に配置 */
    transform: translateY(0);
    /* 中央揃え＆上下揺れ初期化 */
    transition: transform 0.1s ease-out;
    /* 動きをスムーズに */
}


/* ------------------------ お知らせモーダル表示 -------------------- */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 9;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.mordalContents {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eee;
    border-radius: 15px;
    width: 450px;
    /* height: 450px; */
    max-height: 75svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* row-gap: 65px; */
    row-gap: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 10;
    padding: 15px;
}

.mordalContents.open {
    opacity: 1;
    visibility: visible;
}

.mordalContents p {
    overflow-y: auto;
}

.btn {
    width: 150px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.btn:hover {
    background-color: gray;
}

.closeBtn {
    background-color: #333;
}

.openBtn {
    /* background-color: rgb(234, 55, 55); */
    margin-top: 250px;
    margin-bottom: 250px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .mordalContents {
        width: 330px;
        /* height: 330px; */
        max-height: 75svh;
        width: 90%;
        /* height: 60svh; */
        overflow-y: scroll;
    }

    .mordalContents p {
        font-size: 14px;
        overflow-y: scroll;
        padding: 3px;
    }
}

.md-news-title {
    padding: 10px 5px 15px;
    overflow-y: hidden !important;
    /* line-height: 1rem; */
    border-bottom: 1px solid gray;
    width: 100%;
}

@media (max-width: 768px) {
    .md-news-title {
        padding: 10px 5px 15px !important;
    }
}

.news-title-news-text-box .new::after {
    content: 'New!';
    /* 最後に入れたい任意の文字を入力 */
    font-size: 11px;
    /* 文字サイズを11pxに指定 */
    font-weight: bold;
    /* 太文字に指定 */
    line-height: 1.3;
    /* 行間を指定 */
    display: inline-block;
    /* line-heightの背景にも色を入れるため */
    color: #fff;
    /* 文字色を白に指定 */
    background: #F00;
    /* 背景色を赤に指定 */
    border-radius: 15px;
    /* 楕円形にするため角丸 */
    padding: 0 5px;
    /* 上下左右に少し余白 */
    margin-left: 10px;
    /* これを指定すれば上寄せや下寄せが可能 */
    vertical-align: baseline;
    /* これを指定すれば上寄せや下寄せが可能 */
}



/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#gb-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
}

/*丸の拡大*/
.circle-bg {
    position: fixed;
    z-index: 10;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: #999; */
    background: #fff;
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    top: -50px;
    left: calc(50% - 50px);
    /*50%から円の半径を引いた値*/
    transition: all .6s;
    /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#gb-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.gb-nav-sns-link-box{
    display: none;
}

#gb-nav.panelactive #gb-nav-list {
    display: block;
    /*クラスが付与されたら出現*/
}
#gb-nav.panelactive .gb-nav-sns-link-box {
    display: block;
    /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#gb-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0;
}

/*背景が出現後にナビゲーションを表示*/
#gb-nav.panelactive ul {
    opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#gb-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    /*0.2 秒遅らせて出現*/
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*リストのレイアウト設定*/
#gb-nav li {
    text-align: center;
    list-style: none;
}

#gb-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.gb-nav-sns-link {
    width: 25svw;
    padding: 20px;
    border-top: 1px solid gray;
}

@media screen and (max-width:768px) {
    .gb-nav-sns-link {
        width: 80svw;
    }
}

.gb-nav-sns-link img {
    height: 40px;
    margin: auto 15px;
}

.gb-nav-sns-link-box {
    position: absolute;
    z-index: 999;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0;
}

@media screen and (max-width:768px) {
    .gb-nav-sns-link-box {
        top: 70%;
    }
}

.gb-nav-logo-box {
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0;
}

.gb-nav-logo img {
    height: 70px;
    border-radius: 10px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    background: #333;
    border-radius: 10px;
}

@media screen and (max-width:768px) {
    .openbtn {
        width: 35px;
        height: 35px;
        top: 7px;
    }
}

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}

@media screen and (max-width:768px) {
    .openbtn span {
        left: 10px;
    }
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

@media screen and (max-width:768px) {
    .openbtn span:nth-of-type(1) {
        top: 9px;
    }

    .openbtn span:nth-of-type(2) {
        top: 16px;
    }

    .openbtn span:nth-of-type(3) {
        top: 23px;
    }
}


.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

@media screen and (max-width:768px) {
    .openbtn.active span:nth-of-type(1) {
        top: 11px;
        left: 13px;
    }
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media screen and (max-width:768px) {
    .openbtn.active span:nth-of-type(3) {
        top: 23px;
        left: 13px;
    }
}



/* ローディング画面 */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    /* 最前面に配置 */
}

#loading-image {
    width: 100px;
    /* ローディング画像のサイズ */
    animation: wobble 2s infinite;
    /* ゆらゆらアニメーション */
}

/* ゆらゆらアニメーション */
@keyframes wobble {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* コンテンツ初期非表示 */
/* .container {
    display: none;
  } */