@charset "UTF-8";
/* CSS Document */

/* ========================= [ base ] */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    overflow: visible;
}

ul,
ol,
dl {
    list-style: none;
}

img {
    vertical-align:top;
}



body {
    text-align: center;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
    -webkit-text-size-adjust:100%;
    overflow-x: hidden;
    animation: fadeIn 2s ease-in-out forwards; 
    -ms-overflow-style: none;  /* IE, Edge Legacy */
    scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar {
    display: none;
}

a,a:hover,a:visited{
    color: inherit;
	cursor: pointer;
	text-decoration: none;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

*,
::before,
::after {
    background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

* {
    padding: 0; /* Reset `padding` and `margin` of all elements */
    margin: 0;
}

[data-aos=HorizontalOpen]{ clip-path:inset(0 1000px); }
[data-aos=HorizontalOpen].aos-animate{ clip-path:inset(0 0); }
[data-aos=HorizontalOpenT]{ clip-path:inset(1000px 0); }
[data-aos=HorizontalOpenT].aos-animate{ clip-path:inset(0 0); }


/* ラベルをFlexボックスにして制御 */
.ntg-rule-info label,
.ntg-rule-prof label {
    display: flex;
    align-items: center; 
    gap: 8px;  
    
    cursor: pointer; 
}

/* Flexにする場合、input側の余計な余白は消しておくと安全です */
.ntg-rule-info input,
.ntg-rule-prof input {
    margin: 0;
    accent-color: #9900cc; /* 暗めの紫（好みの色コードに変えてOK） */
    
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;

}




@media (min-width: 769px) {
    
        .invisible-pc {
            display: none;
        }
        .invisible-sp {
            display: block;
        }
        .invisible-pc500 {
            display: none;
        }
        .invisible-sp500 {
            display: block;
        }
    
    

#dmm_ntgnavi {
    background: url(../images/bg_navimain.gif) center center repeat-x #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 12px;
    font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
    display: flex;
    justify-content: space-between;
}
#dmm_ntgnavi ul {
    list-style: none;
    margin: 2px 0;
    padding: 0;
    display: flex;
    width: 50%;
}
#dmm_ntgnavi ul li {
    margin: 0 6px 0 0;
    line-height: 15px;
}
#dmm_ntgnavi .navi_left li > a {
    display: block;
    padding: 0 3px 0 8px;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 3px;
}
#dmm_ntgnavi .navi_left li > a:hover {
    background: #eee;
    border: 1px solid #666;
    border-radius: 3px;
}
#dmm_ntgnavi .navi_left li > a span {
    display: block;
    padding: 9px 10px 7px 28px;
    color: #333;
    font-weight: bold;
}
#dmm_ntgnavi .navi_left li.dmm_top img {
    margin: 8px 5px 8px 0
}
#dmm_ntgnavi .navi_left li.ntg_top {
    margin-left: 10px;
}
#dmm_ntgnavi .navi_left li.ntg_top span {
    background: url(../images/bg_bt_olgtop.gif) 0 center no-repeat;
}
#dmm_ntgnavi .navi_right {
    justify-content: flex-end;
    font-size: 10px;
}
#dmm_ntgnavi .navi_right li {
    margin: 0 10px 0 0;
    padding: 8px 5px;
}
#dmm_ntgnavi .arrow {
    padding-left: 14px;
    background: url(../images/arrow_common.gif) no-repeat left center;
}
#dmm_ntgnavi .tx-point {
    font-size: 16px;
    font-weight: bold;
    color: #ff4b4b !important;
}
#dmm_ntgnavi p {
    margin: 0;
    line-height: 2.6em;
}
#dmm_ntgnavi .clear {
    clear: both;
}




main {
    width: 100%;
    height: auto;
    margin: 0 auto 0vw auto;
    background: #000;
}


header {
    display: block;
    position: fixed; /* ヘッダーを固定 */
    z-index: 999;
    pointer-events: none;
    top: 0vw; /* 画面上部に固定 */
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0px;
    background: url("../images/nav_bg.webp") no-repeat top center;
    background-size: auto;
    background-color: rgba(28, 55, 76, 0.0);
    text-align: center;
    transition: .3s;
    transform: translateY(-100%); /* ヘッダーを初めは隠す */
}
.menu-wrapper {
    pointer-events: auto;
}
header.slideDown {
    transform: translateY(0); /* スライドダウンエフェクト */
    transition: 0.5s; /* トランジションの時間を指定 */
}


#header_box {
    position: relative;
    z-index: 996;
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    overflow: hidden;
}
nav ul {
    position: relative;
    /*top: 0.45vw;*/
    justify-content: center;
    display: flex;
    padding: 0;
    margin: 0;
}
nav li {
    width: auto;
    margin: 0px; /* 上下左右のマージン */
    padding: 0 2px;
    text-align: center; /* 画像を中央揃え */
}
@keyframes slideIn {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/* 【重要】画像下の謎の隙間を消す */
nav li img {
    /* 画像はデフォルトで下に隙間ができるため、blockまたはbottomを指定 */
    vertical-align: top; 
    
    /* または以下でもOK */
    /* display: block; */
}

/* リンクエリアの基準位置設定 */
.nav-list a {
    display: block;
    position: relative; /* 画像を絶対配置するための基準 */
    line-height: 0;     /* 画像下の隙間を消す */
}

/* 全画像の共通設定 */
.nav-list img {
    vertical-align: bottom;
    width: auto;        /* 必要に応じて調整 */
    height: auto;
}

/* ホバー画像（前面）の設定 */
.nav-list .nav-img-hover {
    position: absolute; /* 通常画像の上に重ねる */
    top: 0;
    left: 0;
    opacity: 0;         /* 最初は透明にして見えなくする */
    transition: opacity 0.3s ease; /* ふわっと切り替える */
}

/* ホバー時の動作 */
.nav-list a:hover .nav-img-hover {
    opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
}

/* リンクエリアの基準位置設定 */
.nav-list a {
    display: block;
    position: relative; /* 画像を絶対配置するための基準 */
    line-height: 0;     /* 画像下の隙間を消す */
}

/* 全画像の共通設定 */
.nav-list img {
    vertical-align: bottom;
    width: auto;        /* 必要に応じて調整 */
    height: auto;
}

/* ホバー画像（前面）の設定 */
.nav-list .nav-img-hover {
    position: absolute; /* 通常画像の上に重ねる */
    top: 0;
    left: 0;
    opacity: 0;         /* 最初は透明にして見えなくする */
    transition: opacity 0.3s ease; /* ふわっと切り替える */
}

/* ホバー時の動作 */
.nav-list a:hover .nav-img-hover {
    opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
}




/* ベースの設定 */
nav ul.nav-list {
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center; /* 中央揃え */
    align-items: center;
}

nav li {
    position: relative;
    top: 0;
    margin: 0 0.08vw;
    padding: 0;
    /* 念のため隙間対策 */
    line-height: 0;
    font-size: 0;
}


/* 【重要】画像下の謎の隙間を消す */
nav li img {
    display: block;       /* ★ブロック化 */
    width: auto;          /* ★サイズはなりゆき（画質維持） */
    height: auto;         /* ★73px/74pxそのまま表示 */
    margin: 0 auto;       /* 中央配置 */
}

/* リンクタグを基準位置（relative）にする */
nav li a {
    display: block;       /* 箱として扱う */
    position: relative;
    text-decoration: none;
    line-height: 0;       /* 隙間対策 */
}

/* 画像共通スタイル */
nav li a img {
    display: block;
    width: auto;
    height: auto;
    transition: opacity 1.3s ease;
}

/* 通常画像（normal）の設定 */
nav li a img.normal {
    position: relative; /* 通常配置 */
    opacity: 1;         /* 最初は見えている */
}

/* ホバー画像（hover）の設定 */
nav li a img.hover {
    position: absolute; /* normalの上に重ねる */
    top: 0;
    left: 0;
    opacity: 0;         /* 最初は透明で隠しておく */
}

/* --- ホバー時の動き --- */

/* マウスが乗ったら、通常画像を消す */
nav li a:hover img.normal {
    opacity: 0;
}

/* マウスが乗ったら、ホバー画像を表示する */
nav li a:hover img.hover {
    opacity: 1;
}




/* リンクエリアの基準位置設定 */
.nav-list a {
    display: block;
    position: relative; /* 画像を絶対配置するための基準 */
    line-height: 0;     /* 画像下の隙間を消す */
}

/* 全画像の共通設定 */
.nav-list img {
    vertical-align: bottom;
    width: auto;        /* 必要に応じて調整 */
    height: auto;
}

/* ホバー画像（前面）の設定 */
.nav-list .nav-img-hover {
    position: absolute; /* 通常画像の上に重ねる */
    top: 0;
    left: 0;
    opacity: 0;         /* 最初は透明にして見えなくする */
    transition: opacity 0.3s ease; /* ふわっと切り替える */
}

/* ホバー時の動作 */
.nav-list a:hover .nav-img-hover {
    opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
}

/* リンクエリアの基準位置設定 */
.nav-list a {
    display: block;
    position: relative; /* 画像を絶対配置するための基準 */
    line-height: 0;     /* 画像下の隙間を消す */
}

/* 全画像の共通設定 */
.nav-list img {
    vertical-align: bottom;
    width: auto;        /* 必要に応じて調整 */
    height: auto;
}

/* ホバー画像（前面）の設定 */
.nav-list .nav-img-hover {
    position: absolute; /* 通常画像の上に重ねる */
    top: 0;
    left: 0;
    opacity: 0;         /* 最初は透明にして見えなくする */
    transition: opacity 0.3s ease; /* ふわっと切り替える */
}

/* ホバー時の動作 */
.nav-list a:hover .nav-img-hover {
    opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
}




#fv {
    position: relative;
    overflow: hidden;
    z-index: 110;
    width: 100%;
    height: 55vw;
    min-height: 750px;
    background-image: url(../images/fv_bg.webp);
    background-image: image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
    background-size: cover;
}

#fv img {
    width: 100%;
}
#fv .fv_movie {
    display: block;
    position: relative;
    z-index: 130;
    width: 100%;
    height: 100%;
}
#fv .fv_chara {
    display: none;
    position: relative;
}
#fv .fv_chara .chara01 {
    position: relative;
    z-index: 20; 
    top: 0.5vw;
    left: -0.5vw;
    width: 45vw;
}
#fv .fv_chara .chara02 {
    position: relative;
    z-index: 10; 
    top: -30vw;
    left: -17vw;
    width: 24vw;
}
#fv .fv_chara .chara03 {
    position: relative;
    z-index: 10; 
    top: -58vw;
    right: -23vw;
    width: 28vw;
}
#fv .fv_chara .chara04 {
    position: relative;
    z-index: 30; 
    top: -85vw;
    left: -6.7vw;
    width: 38vw;
}
#fv .fv_chara .chara05 {
    position: relative;
    z-index: 30; 
    top: -114vw;
    right: -7vw;
    width: 27vw;
}
#fv .fv_chara .chara06 {
    position: relative;
    z-index: 40; 
    top: -147vw;
    left: -13vw;
    width: 28vw;
}
#fv .fv_chara .chara07 {
    position: relative;
    z-index: 40; 
    top: -177vw;
    right: -14vw;
    width: 33vw;
}

#fv .fv_txt {
    position: absolute;
    z-index: 150;
    transform: none;

    width: 38vw;
    left: 30%; 
    margin-left: -19vw;
    top: 9%;

    width: 35vw;
    max-width: 600px;
    filter: blur(50px); 
    transition: filter 2.5s ease;
}
#fv .fv_txt.aos-animate {
    filter: blur(0px);
}

#fv .fv_logo {
    position: absolute;
    z-index: 180;
    transform: none;
    width: 30vw; 
    left: 35%;
    margin-left: -15vw;
    top: 38%;
    width: 30vw; 
    max-width: 450px;
}
#fv .fv_logo.aos-animate {
    filter: blur(0px);
}


.cta_erea {
    position: relative;
    z-index: 500;
    top: -20.5vw;
    width: 1022px;
    width: 100%;
    max-width: 1022px;
    height: 100%;
    min-height: 332px;
    margin: 0 auto;
    /*
    height: 332px;
    */
    background-image: url(../images/cta_bg.webp);
    background-image: image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
    background-size: contain;
}
.cta_erea h2 {
    position: relative;
    z-index: 100;
    top: 50px;
    left: 0.5vw;
}
.cta_erea h2 img {
    width: 47%;
}
.cta_erea .games_btn_erea {
    position: relative;
    z-index: 100;
    top: 50px;
}
.cta_erea .games_btn_erea li {
    margin: 0px 14px 0px 14px;
}
.cta_erea .games_btn_erea li.btn01 {
    margin: 20px 0px 0px 120px;
    width: 243px;
    height: 100px;
    text-align: left;
    float: left;
}
.cta_erea .ntg-rule-box {
    margin-top: 10px;
    margin-left: 10px;
}

.cta_erea .games_btn_erea li.btn01 .title_policy a {
    text-decoration: underline;
}
.cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
    font-size: 12px;
    color: #FFFFFF;		
}
.cta_erea .games_btn_erea li.btn01 label {
    font-size: 12px;
    color: #FFFFFF;	
}
.cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
    font-size: 12px;
    color: #FFFFFF;		
}	
.cta_erea .games_btn_erea li.btn02 {
    margin: 15px 0px 0px 20px;
    width: 237px;
    height: 100px;
    text-align: left;
    float: left;
}	
.cta_erea .games_btn_erea li.btn02 label {
    font-size: 12px;
    color: #FFFFFF;		
}
.cta_erea .games_btn_erea li.btn03 {
    margin: 25px 0px 0px 90px;
    width: 207px;
    height: 100px;
    text-align: left;
    float: left;
}		
.cta_erea .games_btn_erea li.btn04 {
    margin: 0px 2px 0px 441px;
    width: 203px;
    height: 76px;
    text-align: left;
    float: left;
}
.cta_erea .games_btn_erea li.btn05 {
    margin: 0px 0px 0px 25px;
    width: 250px;
    height: 75px;
    text-align: left;
    float: left;
}
.cta_erea .dl_capt {
    margin: -23px 0px 0px 475px;
    position: absolute;
    animation: float 3s ease-in-out infinite;
}



#sec01 {
    position: relative;
    z-index: 110;
    top: -34.0vw;
    width: 100%;
    height: 100%;
    padding-bottom: 44vw;
    overflow: visible;
    background-image: url(../images/sec01_bg100.webp);
    background-image: image-set(url(../images/sec01_bg100.webp) 1x, url(../images/2x/sec01_bg100@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/sec01_bg100.webp) 1x, url(../images/2x/sec01_bg100@2x.webp) 2x);
    background-position: top center;
    background-size: cover;
    
}


#sec01 h2.md {
    position: relative;
    top: 16vw;
}
#sec01 .campaign {
    position: relative;
    top: 16vw;
    width: 95vw;
    max-width: 1122px;
    height: 100%;
    max-height: 750px;
    text-align: center;
    background-image: url(../images/sec01_insebg01.webp);
    background-image: image-set(url(../images/sec01_insebg01.webp) 1x, url(../images/2x/sec01_insebg01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/sec01_insebg01.webp) 1x, url(../images/2x/sec01_insebg01@2x.webp) 2x);
    background-size: contain;
}
#sec01 .campaign .camtxtpc {
    position: relative;
    top: 1.8vw;
    width: 50vw;
    max-width: 550px;
}
#sec01 .campaign .camtxtpc img {
    width: 100%;
}
#sec01 .campaign ul.insentive {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1.8vw;
    width: 75vw;
    max-width: 1000px;
    padding-bottom: 100px;
}
#sec01 .campaign ul.insentive li {
    width: calc((100% - 20px) / 3); 
}
#sec01 .campaign ul.insentive li img {
    width: 100%;
    max-width: 324px;
}

#sec01 .campaign02 {
    position: relative;
    top: 25vw;
    width: 88vw;
    max-width: 1122px;
    height: 100%;
    max-height: 650px;
    text-align: center;
}
#sec01 .campaign02bg {
    width: 88vw;
    max-width: 1122px;
    height: 100%;
    max-height: 750px;
}
#sec01 .campaign02 img {
    width: 100%;
}
#sec01 .campaign02chara01 {
    position: absolute;
    top: -170px;
    width: 50%;
    left: -25%;
}
#sec01 .campaign02chara02 {
    position: absolute;
    top: -120px;
    width: 50%;
    right: -28%;
}
[data-aos="expand-left"] {
    opacity: 0;
    /* スタート位置：本来の位置より右（画面中央寄り）に40%ズレた状態 */
    transform: translateX(40%);
    
    /* 滑らかさの設定 */
    transition-property: transform, opacity;
    transition-timing-function: ease-out; /* スーッと動く */
}
[data-aos="expand-left"].aos-animate {
    opacity: 1;
    /* 本来の位置（left: -20% など）に戻る */
    transform: translateX(0);
}
[data-aos="expand-right"] {
    opacity: 0;
    /* スタート位置：本来の位置より左（画面中央寄り）に40%ズレた状態 */
    transform: translateX(-40%);
    
    /* 滑らかさの設定 */
    transition-property: transform, opacity;
    transition-timing-function: ease-out;
}
[data-aos="expand-right"].aos-animate {
    opacity: 1;
    /* 本来の位置（right: -20% など）に戻る */
    transform: translateX(0);
}


#sec01 .campaign02txt02 {
    position: absolute;
    top: 50px;
    width: 65%;
    left: 0;
    right: 0;
    margin: auto;
}
#sec01 .campaign02txt02 img {
    width: 100%;
}







#sec015 {
    position: relative;
    overflow: hidden;
    z-index: 410;
    top: -30vw;
    width: 100%;
    height: 15vw;
    max-height: 1085px;
    background-image: linear-gradient(
    to bottom, /* 上から下へ */
  
     rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
     rgba(0, 0, 0, 1) 30%, /* 2. 10%で不透明のピーク */
     rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
     rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
)   ;
}

#sec018 {
    position: relative;
    overflow: hidden;
    z-index: 410;
    top: -31vw;
    width: 100%;
    height: 15vw;
    max-height: 1085px;
    background-image: linear-gradient(
    to bottom, /* 上から下へ */
  
     rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
     rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
     rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
     rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
)   ;
}
#sec019 {
    position: relative;
    overflow: hidden;
    z-index: 410;
    top: -25vw;
    width: 100%;
    height: 20vw;
    max-height: 1085px;
    background-image: linear-gradient(
    to bottom, /* 上から下へ */
  
     rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
     rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
     rgba(0, 0, 0, 1) 70%, /* 3. 90%まで不透明を維持 */
     rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
)   ;
}



#sec02 {
    position: relative;
    overflow: hidden;
    z-index: 90;
    top: -35vw;
    width: 100%;
    height: 85vw;
    max-height: 1200px;
    /*
    background-image: url(../images/sec01_bg.webp);
    background-image: image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
    */
    background: #000;
    background-size: cover;
}
#sec02 h2.md {
    position: relative;
    z-index: 90;
    top: 10vw;
}
#sec02 .pvbox {
    position: relative;
    overflow: hidden;
    z-index: 90;
    top: 9vw;
    width: 100%;
    max-width: 1222px;
    height: 100%;
    max-height: 764px;
    background-image: url(../images/sec02_btnbg.webp);
    background-image: image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
    /*
    */
    background-size: 100%;
}


#sec02 .background-video {
    opacity: 0.2;
}
	
/*----movie----*/
.video-container {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 730px;
    margin: 100px auto 0px auto;
}

	
.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:2;
    background:rgba(28, 55, 76, 0.7);
    pointer-events: none; 
}	

.video-container .capt01 {
    position: relative;
    z-index: 100;
    margin: 60px auto 0 auto;
}	
	
 .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: relative;
    z-index: 100;
    top: 215px;
    left: -23px;
    cursor: pointer;
    width: 198px;
    height: 198px;
    margin: 0 auto;
}
.play-button:hover {
    filter: brightness(150%);
    transform: scale(1.05,1.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;	
}
.play-icon {
    position: relative;
    overflow: hidden;
    z-index: 110;
    width: 198px;
    height: auto;
}

.popup-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.video-wrapper {
    position: relative; /* ここに `position` を追加 */
    width: 80%;
    max-width: 1080px; /* 追加: 内容物の最大幅を設定 */
    margin: auto; /* 追加: 中央揃え */
}
.popup-video video {
    width: 100%;
    height: auto;
}
.close-button {
    position: absolute;
    top: -40px; /* 変更: ボタンのサイズに合わせて変更する */
    right: -40px; /* 変更: ボタンがはみ出す場合はこの値を適切に調整する */
    background: transparent;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
	
	
/* ========================= [ player追加実装 ] ========================= */

.popupButton_player {
    background: none;
    border: none;
    cursor: pointer;
    margin: 10px;
}

.popup_player {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1100;
}

.popup-content_player {
    position: relative;
    background-color: white;
    border-radius: 8px;
    width: 80%;
    height: 80%;
    max-width: 600px;
    max-height: 400px;
}

.close-button_player {
    position: absolute;
    top: -1px;
    right: 6px;
    font-size: 24px;
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}
	
	

.atention_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
	z-index:1000;
	overflow: hidden;
}

#popupBox {
	margin:0px auto 0px auto;
    padding: 20px;
	width: 1154px;
	height: 682px;
    position: relative;
	
}
#popupBox .tx_box{
    margin:120px 0px 0px 120px;
    text-align: left;		
}
#popupBox .tx01{
    margin:0px 0px 20px 0px;
    font-size:20px;
    font-weight: bold;
    color:#0062ae;
}	
	
#popupBox .tx02 li{
    margin:8px 0px 0px 0px;
    font-size:15px;
    letter-spacing:1px;
    word-break: break-all;
    white-space: nowrap;
    text-indent: -10px;
}

#closeButton2 {
	margin:0px auto 0px auto;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
	
	
#cta_zone {
    position: relative;
    z-index: 500;
    top: -48vw;
    width: 100%;
    height: 480px;
    background-image: linear-gradient(
        to bottom, /* ← 向きを「下へ」に指定 */
        rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
        rgba(0, 0, 0, 1) 30%, /* 2. 10%で不透明のピーク */
        rgba(0, 0, 0, 1) 70%, /* 3. 90%まで不透明を維持 */
        rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    );
    background-size: cover;
}
#cta_zone .cta_erea {
    position: relative;
    z-index: 500;
    top: 5vw;
}

	
	
/*----character----*/
	
#sec03 {
    position: relative;
    overflow: hidden;
    z-index: 300;
    top: -45vw;
    width: 100%;
    height: 130vw;
    max-height: 1600px;
    background-image: linear-gradient(
        to bottom, /* ← 向きを「右へ」に指定 */
      rgba(0, 0, 0, 0), /* 開始色: Opacity 0% の黒 */
      rgba(0, 0, 0, 1) 5% /* 10%の位置（不透明な黒）*/
    );
    background-size: cover;
    /*
    background-image: url(../images/sec03_bg01.webp);
    background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
    background-size: cover;
    */
}
#sec03 h2.md {
    position: relative;
    z-index: 390;
    top: 3vw;
}
#sec03 .charabg01 {
    position: relative;
    overflow: hidden;
    z-index: 300;
    width: 100%;
    height: 1350px;
    background-image: url(../images/sec03_bg01.webp);
    background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
    background-position: top center;
    background-size: cover;
}
#sec03 .charabg02 {
    position: relative;
    overflow: hidden;
    z-index: 300;
    top: -1350px;
    width: 100%;
    height: 1350px;
    background-image: url(../images/sec03_bg02.webp);
    background-image: image-set(url(../images/sec03_bg02.webp) 1x, url(../images/2x/sec03_bg02@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/sec03_bg02.webp) 1x, url(../images/2x/sec03_bg02@2x.webp) 2x);
    background-position: top center;
    background-size: cover;
    opacity: 0;
}

/*はいけいぴかぴか*/
@keyframes blink-fast {
    0%, 31.6%, 33.8%, 36%, 100% {
      opacity: 0;
    }
    30.5%, 32.7%, 34.9% {
      opacity: 1;
    }
}
.blink-fast {
    animation: blink-fast 3.9s linear infinite;
}

/*
*/



#sec03 .container {
    position: relative;
    overflow: hidden;
    z-index: 380;
    top: -2700px;
    height: 1300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sec03 .box {
    position: relative;
    width: 1170px;
    height: 1350px;
    top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

/* メイン画像 */
#sec03 .background-image {
    position: relative;
    z-index: 300;
    top: -225px;
    width: 100%;
    height: 100%;
    object-fit: cover;
	opacity: 1;
    /* 画像切り替え時のフェードイン・アウト */
    transition: opacity 0.5s ease-in-out;
}
#sec03 .box-contentmain {
    width: 80%;
    height: 80%;
}
#sec03 .box-contentmain img {
    width: 100%;
    height: 100%;
}
/* アニメーションさせる中身 (テキストコンテナ) */
.box-content {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 120px;
  width: 80%;
  height: 80%;
}
/* スクエア */
#sec03 .sq {
    position: relative;
    z-index: 280;
    top: -60px;
    width: 100%;
    height: 100%;
}
#sec03 .sq img {
    width: 950px;
}
/* 触手 */
#sec03 .tenta {
    position: relative;
    z-index: 290;
    top: -1150px;
    width: 100%;
    height: 100%;
}
#sec03 .tenta img {
    width: 950px;
}
/* 前側エフェクト */
#sec03 .eff {
    position: relative;
    z-index: 310;
    top: -2230px;
    left: -0px;
    width: 100%;
    height: 100%;
}
#sec03 .eff img {
    width: 950px;
}
/* 紹介文 */
#sec03 .txt {
    position: relative;
    z-index: 320;
    top: -2670px;
    width: 100%;
    height: 100%;
    left: 0px;
}
#sec03 .txt img {
    width: 822px;
}
/* name */
#sec03 .name {
    position: relative;
    z-index: 320;
    top: -3520px;
    width: 80%;
    height: 80%;
    left: 0px;
}
#sec03 .name img {
    width: 332px;
}


/* --- 時差アニメーションの定義 --- */

/* --- 1. 共通の初期状態 (透明) --- */
.animate-item {
    opacity: 0;
    /* ★ 修正: clip-path もアニメーション対象に含める */
    transition: opacity 0.7s ease-out, transform 0.7s ease-out, clip-path 1s ease-out;
}

/* --- 2. [tenta と txt 以外] の初期状態 (下から) --- */
/* ★ 修正: .txt を除外 */
.animate-item.sq,
.animate-item.eff,
.animate-item.name {
    /* (※注: 現在 0px ですが、もし動かない場合、
        以前の 15px などに変更する必要があるかもしれません) */
    transform: translateY(0px);
}

/* --- 3. [tenta専用] の初期状態 (ズーム 0%) --- */
.animate-item.tenta {
    transform: scale(0); /* 0% のサイズ */
}

/* --- ★ 追加: [txt専用] の初期状態 (クリップ) ★ --- */
.animate-item.txt {
    /* 右側を100%隠す (上 右 下 左) */
    clip-path:inset(0 1000px); 
}


/* ------------------------------------ */
/* ▼ アニメーション開始 (.animate-in 付与時) ▼ */
/* ------------------------------------ */

/* --- 4. 共通のアニメーション完了状態 (表示) --- */
.box.animate-in .animate-item {
    opacity: 1;
}

/* --- 5. [tenta と txt 以外] のアニメーション完了状態 --- */
/* ★ 修正: .txt を除外 (初期状態と合わせる) */
.box.animate-in .animate-item.sq,
.box.animate-in .animate-item.eff,
.box.animate-in .animate-item.name {
    transform: translateY(0);
}

/* --- 6. [tenta専用] のアニメーション完了状態 --- */
.box.animate-in .animate-item.tenta {
    transform: scale(1); /* 100% */
}

/* --- ★ 追加: [txt専用] のアニメーション完了状態 (クリップ解除) ★ --- */
.box.animate-in .animate-item.txt {
    clip-path:inset(0 0); /* 完全に表示 */
    transform: translateY(0); /* 念のため完了状態を明記 */
}


/* (オプション) 複数の要素を順番に動かす */
.box.animate-in .animate-item:nth-child(1) {
    transition-delay: 0.1s; /* .sq が 0.1秒遅れ */
}
.box.animate-in .animate-item:nth-child(2) {
    /* ★ 修正: clip-path を追加 (バグ防止) */
    transition: scale 0.4s ease-in, transform 0.4s ease-in, opacity 0.3s ease-in, clip-path 0.2s ease-in;
    transition-delay: 4.2s; /* .tenta が 5.2秒遅れ */
}
.box.animate-in .animate-item:nth-child(3) {
    /* ★ 修正: clip-path を追加 (バグ防止) */
    transition: opacity 0.3s ease-out, transform 0.2s ease-out, clip-path 0.2s ease-out;
    transition-delay: 4.5s; /* .eff が 3.5秒遅れ */
}
.box.animate-in .animate-item:nth-child(4) {
    transition-delay: 1.7s; /* .txt が 1.7秒遅れ */
    /* (ここは transition を上書きしていないので、
     共通の transition (1s) と clip-path が適用されます) */
}
.box.animate-in .animate-item:nth-child(5) {
    transition-delay: 0.5s; /* .name が 0.5秒遅れ */
}


#sec03 .background-image.hidden {
    opacity: 0;
}	

@keyframes float {
    0%, 100% {
        transform: translateY(0); /* 初期位置 */
    }
    50% {
        transform: translateY(-10px); /* 上に移動 */
    }
}
#sec03 .arrows {
    font-size: 2em;
	width: 1200px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}
#sec03 .left-arrow {
	margin: -200px 1200px 0px 0px;
    position: absolute;
}
#sec03 .right-arrow {
	margin: -200px -1200px 0px 0px;
    position: absolute;
}
#sec03 .thumbnails {
    position: relative;
    overflow: hidden;
    z-index: 500;
    top: -3040px;
    display: flex;
    justify-content: center;
}
#sec03 .thumbnail {
    width: 181px;
    height: 181px;
    object-fit: cover;
    margin: 0 10px;
    cursor: pointer;
}



#sec035 {
    position: relative;
    overflow: hidden;
    z-index: 410;
    top: -55vw;
    width: 100%;
    height: 20vw;
    max-height: 1185px;
    background-image: linear-gradient(
    to bottom, /* 上から下へ */
  
     rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
     rgba(0, 0, 0, 1) 30%, /* 2. 10%で不透明のピーク */
     rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
     rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
)   ;
}
#sec037 {
    position: relative;
    overflow: hidden;
    z-index: 410;
    top: -40vw;
    width: 100%;
    height: 20vw;
    max-height: 1185px;
    background-image: linear-gradient(
    to bottom, /* 上から下へ */
  
     rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
     rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
     rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
     rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
)   ;
}


#sec038 {
    position: relative;
    overflow: hidden;
    z-index: 410;
    top: -50vw;
    width: 100%;
    height: 10vw;
    max-height: 1185px;
    background-image: linear-gradient(
    to bottom, /* 上から下へ */
  
     rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
     rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
     rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
     rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
}



/*----sec04----*/

#sec04 {
    position: relative;
    overflow: hidden;
    z-index: 410;
    top: 10vw;
    width: 100%;
    height: 118vw;
    max-height: 1585px;
    background-image: linear-gradient(
      to bottom, /* 上から下へ */
      
      rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
      rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
      rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
      rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    );
    background-size: cover;

    /*
    background-image: url(../images/sec03_bg01.webp);
    background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
    background-size: cover;
    */
}

#sec04 h2.md {
    position: relative;
    z-index: 390;
    top: 8vw;
}
#sec04 .container {
    position: relative;
    top: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#sec04 .box {
    position: relative;
    width: 1017px;
    height: 585px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

#sec04 .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
	opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

#sec04 .background-image.hidden {
    opacity: 0;
}	
	
#sec04 .arrows {
    font-size: 2em;
	width: 1200px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}
#sec04 .left-arrow {
	margin: 0px 1200px 0px 0px;
    position: absolute;
}
#sec04 .right-arrow {
	margin: 0px -1200px 0px 0px;
    position: absolute;
}

#sec04 .thumbnails {
    position: relative;
    top: 9.5vw;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#sec04 .thumbnail {
    width: 207px;
    height: 132px;
    object-fit: cover;
    margin: 0 0px;
    cursor: pointer;
}
	



#sec04 .cta_erea {
    position: relative;
    z-index: 500;
    top: 12vw;
    width: 1022px;
    width: 100%;
    max-width: 1022px;
    height: 100%;
    min-height: 332px;
    margin: 0 auto;
    /*
    height: 332px;
    */
    background-image: url(../images/cta_bg.webp);
    background-image: image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
    background-size: contain;
}

#sec046 {
    position: relative;
    overflow: hidden;
    z-index: 410;
    top: 10vw;
    width: 100%;
    height: 30vw;
    max-height: 1285px;
    background-image: linear-gradient(
    to bottom, /* 上から下へ */
  
     rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
     rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
     rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
     rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
)   ;
}

#sec047 {
    position: relative;
    overflow: hidden;
    z-index: 410;
    top: 15vw;
    width: 100%;
    height: 30vw;
    max-height: 1585px;
    background-image: linear-gradient(
    to bottom, /* 上から下へ */
  
     rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
     rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
     rgba(0, 0, 0, 1) 80%, /* 3. 90%まで不透明を維持 */
     rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
)   ;
}






	
/*----sec05----*/	
	
#sec05 {
    position: relative;
    overflow: hidden;
    z-index: 400;
    top: -5vw;
    width: 100%;
    height: 50vw;
    background-color: #000;
    background-image: url(../images/sec05_bg.webp);
    background-image: image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
    background-position: bottom center;
    background-size: contain;
    margin: 0 auto -78vw auto;
}	
#sec05 .txt {
    position: relative;
    overflow: hidden;
    z-index: 500;
    top: 25vw;
}
#sec05 video {
    opacity: 0.6;
}
.back_btn{
    margin: 100px auto 0px auto;		
}
	
	
	
/*----foot_btn----*/	

#foot_btn_erea {
    position: relative;
    overflow: hidden;
    z-index: 500;
    top: 71vw;
    width: 100%;
    height: auto;
    max-height: 300px;
    background-color: #000;
    background-size: cover;
    margin: 0 auto 0vw auto;
}	
#foot_btn_erea .capt01{
    margin: 100px auto 60px auto;
}
#foot_btn_erea .btn_erea02{
    margin: 0px auto 0px auto;
    width: 1104px;
    height: 260px;
    position: relative;
    overflow: visible;
}
#foot_btn_erea .btn_erea02 .btn_capt01{
    top: 0px;
    margin: 0px 0px 15px 0px;
    position: relative;
}
#foot_btn_erea .btn_erea02 .games_btn_erea li{
    margin: 10px 14px 0px 14px;
}
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn01{
    margin: 0px 0px 0px 180px;
    width: 243px;
    height: 100px;
    text-align: left;
    float: left;
}	
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .title_policy a{
    text-decoration: underline;
}
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
    font-size: 12px;
    color: #FFFFFF;		
}
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 label{
    font-size: 12px;
    color: #FFFFFF;		
}
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
    font-size: 12px;
    color: #FFFFFF;		
}
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn02{
    margin: -4px 0px 0px 20px;
    width: 237px;
    height: 100px;
    text-align: left;
    float: left;
}	
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn02 label{
    font-size: 12px;
    color: #FFFFFF;		
}
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn03{
    margin: 6px 0px 0px 45px;
    width: 207px;
    height: 100px;
    text-align: left;
    float: left;
}		
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn04{
    margin: 20px 0px 0px 454px;
    width: 203px;
    height: 76px;
    text-align: left;
    float: left;
}
#foot_btn_erea .btn_erea02 .games_btn_erea li.btn05{
    margin: 20px 0px 0px 25px;
    width: 250px;
    height: 75px;
    text-align: left;
    float: left;
}

#foot_btn_erea .btn_erea02 .dl_capt{
    margin: -40px 0px 0px 485px;
    position: absolute;
    animation: float 3s ease-in-out infinite;
}


/*----foot_btn----*/		
	
#foot_erea {
    position: relative;
    top: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    height: auto;
    /*background: rgba(255, 255, 255, 0.5);*/
    background-image: url(../images/sec05_infobg.webp);
    background-size: cover;
}	
#foot_erea .box_erea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 0px auto;
    width: 880px;
    height: 300px;
    padding-top: 0.5vw;
}
#foot_erea .box_erea .box_left {
    margin: 0vw auto 2vw auto;
    width: 32vw;
    height: 176px;
    text-align: right;
    color: #fff;
}	
#foot_erea .box_erea .box_left h2 {
    position: relative;
    bottom: 1vw;
}
#foot_erea .box_erea .box_left h2 img {
    width: 100%;
}
#foot_erea .box_erea .box_left ul {
    position: relative;
    /*top: 1.3vw;*/
    right: 30px;
    display: flex;
    margin: 0 auto;
    width: auto;
    max-width: 282px;
}
#foot_erea .box_erea .box_left ul li {
    width: 121px;
    margin: 0 10px;
    text-align: right;
}
#foot_erea .box_erea .box_left ul img {
    width: auto;	
    max-width: 400px;
    height: auto;
    max-height: 38px;
    padding-top: 0vw;
}	
#foot_erea .box_erea .box_left .spec {
    margin: 40px 0px 0px 40px;	
}
#foot_erea .box_erea .box_left li {
    margin: 10px 0px 0px 0px;		
}
.hanging-indent {
    padding-left: 1em;
    text-indent: -1em;
}
#foot_erea .box_erea .box_right {
    margin: 1.5vw auto 2vw auto;
    width: 58vw;
    height: auto;
    text-align: left;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 2vw;
}	
#foot_erea .box_erea .box_right .tx1 {
    margin: 45px 0px 15px 18px;	
}
#foot_erea .box_erea .box_right .spec {
    margin: 50px 0px 10px 40px;	
    padding-bottom: 10px;
}
#foot_erea .box_erea .box_right li {
    margin: 15px 0px 0px 0px;		
}
	

footer {
    position: relative;
    overflow: hidden;
    z-index: 500;
    top: 70.51vw;
    background: #fff;
    margin: 0px auto;
    padding: 15px 0px 10px 0px;
    clear: both;
    color: #555;
}		
footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32vw;
    max-width: 420px;
}
footer li {
    margin: 0px auto 10px auto;
    display: inline-block;
    font-size: 13px;
    width: auto;
}
footer li a:hover {
    text-decoration: underline;
}
footer li.sl {
    width: 1vw;
    margin: 0px auto 10px auto;
}
footer p {
    margin: 0px auto 20px auto;
    font-size: 12px;
    color: #ffffff;
}			
footer .copy{
    margin: 10px auto 0px auto;
}	
	
	
#page_btn {
    position: fixed;
    z-index: 900;
    right: 10px;
    bottom: 0;
    width: 240px;
}
#page_btn01 img {
    width: 100%;
}
#page_btn01:hover {
    /*filter: brightness(120%);*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;	
}	
	

#page_btn02 {
    position: fixed;
    z-index: 950;
    right: 10px;
    bottom: 0;
    width: 276px;
    /* overflow: hidden; を追加して、ズーム時に親要素からはみ出さないようにする */
    overflow: hidden;
}

#page_btn02 img {
    width: 100%;
    display: block; /* 画像の下にできる余白をなくすため */
    position: relative; /* 擬似要素より手前に来るように */
    z-index: 2; /* 擬似要素より上に表示 */
    transition: opacity 0.3s ease; /* ホバー時に元の画像をフェードアウトさせる場合 */
}

/* ホバー時のズーム画像（擬似要素で実装） */
#page_btn02 a {
    position: relative; /* 擬似要素の基準点 */
    display: block; /* aタグがブロック要素になるように */
    width: 100%;
    height: 100%;
}

#page_btn02 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* --- Retina対応ここから --- */
    
    /* 1. 標準ブラウザ & 古いブラウザ用フォールバック */
    background-image: url('../images/btn_follow_on.webp');
    
    /* 2. 最新のRetina対応 (image-setを使用) */
    /* -webkit- はSafariなどの互換性のために入れておくと安心です */
    background-image: -webkit-image-set(
        url('../images/btn_follow_on.webp') 1x,
        url('../images/2x/btn_follow_on@2x.webp') 2x
    );
    background-image: image-set(
        url('../images/btn_follow_on.webp') 1x,
        url('../images/2x/btn_follow_on@2x.webp') 2x
    );
    
    /* 画像がコンテナ全体を埋めるように設定 */
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    
    /* --- Retina対応ここまで --- */

    z-index: 1;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 1.5s ease, opacity 0.5s ease;
}

#page_btn02 a:hover img {
    opacity: 1; /* 元の画像をフェードアウト */
}

#page_btn02 a:hover::before {
    opacity: 1; /* ズーム画像をフェードイン */
    transform: scale(1.0); /* 1.1倍にズーム */
}



/* 3つのポップアップ共通のスタイル */
.center-popup-style {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9); 
    z-index: 900;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    pointer-events: none; 
}


/* 表示時のスタイル */
.center-popup-style.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}

/* 以下は共通パーツ（前回と同じでOK） */
.center-popup-style img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.5);*/
}
.popup-inner {
    position: relative;
}

}





@media screen and (min-width: 1041px) and (max-width: 1280px) {
    
    .invisible-pc500 {
        display: none;
    }
    .invisible-sp500 {
        display: block;
    }


    #dmm_ntgnavi {
        position: relative;
        z-index: 500 !important;
        width: 100%;
        background: url(../images/bg_navimain.gif) center center repeat-x;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font-size: 12px;
        font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
        display: flex;
        justify-content: space-between;
    }

    #dmm_ntgnavi ul {
        list-style: none;
        margin: 2px 0;
        padding: 0;
        display: flex;
        width: 50%;
    }
    
    #dmm_ntgnavi ul li {
        margin: 0 6px 0 0;
        line-height: 15px;
    }
    
    #dmm_ntgnavi .navi_left li > a {
        display: block;
        padding: 0 3px 0 8px;
        text-decoration: none;
        border: 1px solid #eee;
        border-radius: 3px;
    }
    
    #dmm_ntgnavi .navi_left li > a:hover {
        background: #eee;
        border: 1px solid #666;
        border-radius: 3px;
    }
    
    #dmm_ntgnavi .navi_left li > a span {
        display: block;
        padding: 9px 10px 7px 28px;
        color: #333;
        font-weight: bold;
    }
    
    #dmm_ntgnavi .navi_left li.dmm_top img {
        margin: 8px 5px 8px 0
    }
    
    #dmm_ntgnavi .navi_left li.ntg_top {
        margin-left: 10px;
    }
    
    #dmm_ntgnavi .navi_left li.ntg_top span {
        background: url(../images/bg_bt_olgtop.gif) 0 center no-repeat;
        font-size: min(2.9vw,12px);
    }
    
    #dmm_ntgnavi .navi_right {
        justify-content: flex-end;
        font-size: 10px;
    }
    
    #dmm_ntgnavi .navi_right li {
        margin: 0 10px 0 0;
        padding: 8px 5px;
    }
    
    #dmm_ntgnavi .arrow {
        padding-left: 14px;
        background: url(../images/arrow_common.gif) no-repeat left center;
    }
    
    #dmm_ntgnavi .tx-point {
        font-size: 16px;
        font-weight: bold;
        color: #ff4b4b !important;
    }
    
    #dmm_ntgnavi a {
      color: inherit;
      text-decoration: none;
    }
    
    #dmm_ntgnavi p {
        margin: 0;
        line-height: 2.6em;
    }
    
    #dmm_ntgnavi .clear {
        clear: both;
    }
    /*
    video {
        display: none;
    }
    */



    main {
        width: 100%;
        height: auto;
        margin: 0 auto 0vw auto;
        background: #000;
    }


    
    header {
        display: block;
        position: fixed; /* ヘッダーを固定 */
        z-index: 999;
        pointer-events: none;
        top: 0vw; /* 画面上部に固定 */
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 0px;
        background: url("../images/nav_bg.webp") no-repeat top center;
        background-size: auto;
        background-color: rgba(28, 55, 76, 0.0);
        text-align: center;
        transition: .3s;
        transform: translateY(-100%); /* ヘッダーを初めは隠す */
    }
    .menu-wrapper {
        pointer-events: auto;
    }
    header.slideDown {
        transform: translateY(0); /* スライドダウンエフェクト */
        transition: 0.5s; /* トランジションの時間を指定 */
    }
    
    
    #header_box {
        position: relative;
        z-index: 996;
        width: 100%;
        max-width: 1920px;
        margin: 0px auto;
        overflow: hidden;
    }
    nav ul {
        position: relative;
        top: 0.45vw;
        justify-content: center;
        display: flex;
        padding: 0;
        margin: 0;
    }
    nav li {
        width: auto;
        margin: 0px; /* 上下左右のマージン */
        padding: 0 2px;
        text-align: center; /* 画像を中央揃え */
    }
    @keyframes slideIn {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }
    /* 【重要】画像下の謎の隙間を消す */
    nav li img {
        /* 画像はデフォルトで下に隙間ができるため、blockまたはbottomを指定 */
        vertical-align: top; 
        
        /* または以下でもOK */
        /* display: block; */
    }
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    
    
    
    /* ベースの設定 */
    nav ul.nav-list {
        position: relative;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: center; /* 中央揃え */
    }
    
    nav li {
        position: relative;
        top: -0.35vw;
        margin: 0 0.08vw;
        padding: 0;
    }
    nav li.nav02 {
        position: relative;
        top: -0.45vw;
    }
    nav li.nav04 {
        position: relative;
        top: -0.45vw;
    }
    nav li.nav05 {
        position: relative;
        top: -0.45vw;
    }
    
    
    /* 【重要】画像下の謎の隙間を消す */
    nav li img {
        /* 画像はデフォルトで下に隙間ができるため、blockまたはbottomを指定 */
        vertical-align: top; 
        
        /* または以下でもOK */
        /* display: block; */
    }
    
    /* リンクタグを基準位置（relative）にする */
    nav li a {
        display: block;
        position: relative; /* 子要素のabsoluteの基準点にする */
        font-size: 0;       /* 画像下の隙間対策 */
    }
    
    /* 画像共通スタイル */
    nav li a img {
        display: block;
        width: auto; /* HTMLのwidth属性を尊重しつつ崩れを防ぐ */
        height: auto;
        /* 画像の切り替えをふわっとさせる（0.3秒） */
        transition: opacity 1.3s ease;
    }
    
    /* 通常画像（normal）の設定 */
    nav li a img.normal {
        position: relative; /* 通常配置 */
        opacity: 1;         /* 最初は見えている */
    }
    
    /* ホバー画像（hover）の設定 */
    nav li a img.hover {
        position: absolute; /* normalの上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明で隠しておく */
    }
    
    /* --- ホバー時の動き --- */
    
    /* マウスが乗ったら、通常画像を消す */
    nav li a:hover img.normal {
        opacity: 0;
    }
    
    /* マウスが乗ったら、ホバー画像を表示する */
    nav li a:hover img.hover {
        opacity: 1;
    }
    
    
    
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    
    
    
    #fv {
        position: relative;
        overflow: hidden;
        z-index: 110;
        width: 100%;
        height: 60vw;
        min-height: 250px;
        background-image: url(../images/fv_bg.webp);
        background-image: image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
        background-size: cover;
    }
    
    #fv img {
        width: 100%;
    }
    #fv .fv_chara {
        position: relative;
    }
    #fv .fv_chara .chara01 {
        position: relative;
        z-index: 20; 
        top: 0.5vw;
        left: -0.5vw;
        width: 45vw;
    }
    #fv .fv_chara .chara02 {
        position: relative;
        z-index: 10; 
        top: -30vw;
        left: -17vw;
        width: 24vw;
    }
    #fv .fv_chara .chara03 {
        position: relative;
        z-index: 10; 
        top: -58vw;
        right: -23vw;
        width: 28vw;
    }
    #fv .fv_chara .chara04 {
        position: relative;
        z-index: 30; 
        top: -85vw;
        left: -6.7vw;
        width: 38vw;
    }
    #fv .fv_chara .chara05 {
        position: relative;
        z-index: 30; 
        top: -114vw;
        right: -7vw;
        width: 27vw;
    }
    #fv .fv_chara .chara06 {
        position: relative;
        z-index: 40; 
        top: -147vw;
        left: -13vw;
        width: 28vw;
    }
    #fv .fv_chara .chara07 {
        position: relative;
        z-index: 40; 
        top: -177vw;
        right: -14vw;
        width: 33vw;
    }
    
#fv .fv_txt {
    position: absolute;
    z-index: 150;
    transform: none;

    width: 38vw;
    left: 25%; 
    margin-left: -19vw;
    top: 0%;

    width: 40vw;
    max-width: 600px;
    filter: blur(50px); 
    transition: filter 2.5s ease;
}
#fv .fv_txt.aos-animate {
    filter: blur(0px);
}

#fv .fv_logo {
    position: absolute;
    z-index: 180;
    transform: none;
    width: 30vw; 
    left: 28%;
    margin-left: -15vw;
    top: 33%;
    width: 30vw; 
    max-width: 450px;
}
#fv .fv_logo.aos-animate {
    filter: blur(0px);
}


    
    .cta_erea {
        position: relative;
        z-index: 500;
        top: -26.5vw;
        width: 75vw;
        min-width: 222px;
        height: 100%;
        min-height: 332px;
        margin: 0 auto;
        /*
        height: 332px;
        */
        background-image: url(../images/cta_bg.webp);
        background-image: image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
        background-size: contain;
    }
    .cta_erea h2 {
        position: relative;
        z-index: 100;
        top: 4vw;
    }
    .cta_erea h2 img {
        width: 40%;
    }
    .cta_erea .games_btn_erea {
        position: relative;
        z-index: 100;
        top: 2vw;
    }
    .cta_erea .games_btn_erea li {
        margin: 0px 14px 0px 14px;
    }
    .cta_erea .games_btn_erea li.btn01 {
        margin: 30px 0px 0px 80px;
        width: 18vw;
        height: auto;
        text-align: left;
        float: left;
    }
    .cta_erea .games_btn_erea li.btn01 img {
        width: 18vw;
        height: auto;
    }
    .cta_erea .ntg-rule-box {
        margin-top: 5px;
        margin-left: 5px;
    }
    
    .cta_erea .games_btn_erea li.btn01 .title_policy a {
        text-decoration: underline;
    }
    .cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
        font-size: 12px;
        color: #FFFFFF;		
    }
    .cta_erea .games_btn_erea li.btn01 label {
        font-size: 12px;
        color: #FFFFFF;		
    }
    .cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
        font-size: 12px;
        color: #FFFFFF;		
    }	
    .cta_erea .games_btn_erea li.btn02 {
        margin: 25px 0px 0px 10px;
        width: 18vw;
        height: 100px;
        text-align: left;
        float: left;
    }	
    .cta_erea .games_btn_erea li.btn02 img {
        width: 18vw;
        height: auto;
    }
    .cta_erea .games_btn_erea li.btn02 label {
        font-size: 12px;
        color: #FFFFFF;		
    }
    .cta_erea .games_btn_erea li.btn03 {
        margin: 35px 0px 0px 80px;
        width: 12vw;
        height: auto;
        text-align: left;
        float: left;
    }		
    .cta_erea .games_btn_erea li.btn03 img {
        width: 12vw;
        height: auto;
    }
    .cta_erea .games_btn_erea li.btn04 {
        margin: 0px 2px 0px 441px;
        width: 203px;
        height: 76px;
        text-align: left;
        float: left;
    }
    .cta_erea .games_btn_erea li.btn05 {
        margin: 0px 0px 0px 25px;
        width: 250px;
        height: 75px;
        text-align: left;
        float: left;
    }
    .cta_erea .dl_capt {
        margin: -23px 0px 0px 475px;
        position: absolute;
        animation: float 3s ease-in-out infinite;
    }
    
    
    
    #sec01 {
        position: relative;
        z-index: 120;
        top: -47vw;
        width: 100%;
        overflow: visible;
        margin-bottom: 25vw;
        background-image: url(../images/sec01_bg2.webp);
        background-image: image-set(url(../images/sec01_bg2.webp) 1x, url(../images/2x/sec01_bg2@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec01_bg2.webp) 1x, url(../images/2x/sec01_bg2@2x.webp) 2x);
        background-position: top center;
        background-size: cover;
    }

    
    #sec01 h2.md {
        position: relative;
        top: 18vw;
        width: 40vw;
        max-width: 450px;
    }
    #sec01 h2.md img {
        width: 100%;
    }
    #sec01 .campaign {
        position: relative;
        top: 20vw;
        width: 77vw;
        max-width: 1122px;
        height: 100%;
        max-height: 580px;
        text-align: center;
        background-image: url(../images/sec01_insebg03.webp);
        background-image: image-set(url(../images/sec01_insebg03.webp) 1x, url(../images/2x/sec01_insebg03@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec01_insebg03.webp) 1x, url(../images/2x/sec01_insebg03@2x.webp) 2x);
        background-size: contain;
    }
    #sec01 .campaign .camtxt {
        position: relative;
        top: 2.5vw;
        width: 45vw;
    }
    #sec01 .campaign .camtxt img {
        width: 100%;
    }
    #sec01 .campaign ul.insentive {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 2.2vw;
        width: 67vw;
        max-width: 1022px;
    }
    #sec01 .campaign ul.insentive li {
        width: calc((100% - 20px) / 3); 
    }
    #sec01 .campaign ul.insentive li img {
        width: 100%;
    }
    
    
    #sec01 .campaign02 {
        position: relative;
        top: 25vw;
        width: 77vw;
        max-width: 1122px;
        height: 100%;
        max-height: 650px;
        text-align: center;
    }
    #sec01 .campaign02bg {
        width: 77vw;
        max-width: 1122px;
        height: 100%;
        max-height: 750px;
    }
    #sec01 .campaign02 img {
        width: 100%;
    }
    #sec01 .campaign02chara01 {
        position: absolute;
        top: -170px;
        width: 50%;
        left: -25%;
    }
    #sec01 .campaign02chara02 {
        position: absolute;
        top: -120px;
        width: 50%;
        right: -28%;
    }
    [data-aos="expand-left"] {
        opacity: 0;
        /* スタート位置：本来の位置より右（画面中央寄り）に40%ズレた状態 */
        transform: translateX(40%);
        
        /* 滑らかさの設定 */
        transition-property: transform, opacity;
        transition-timing-function: ease-out; /* スーッと動く */
    }
    [data-aos="expand-left"].aos-animate {
        opacity: 1;
        /* 本来の位置（left: -20% など）に戻る */
        transform: translateX(0);
    }
    [data-aos="expand-right"] {
        opacity: 0;
        /* スタート位置：本来の位置より左（画面中央寄り）に40%ズレた状態 */
        transform: translateX(-40%);
        
        /* 滑らかさの設定 */
        transition-property: transform, opacity;
        transition-timing-function: ease-out;
    }
    [data-aos="expand-right"].aos-animate {
        opacity: 1;
        /* 本来の位置（right: -20% など）に戻る */
        transform: translateX(0);
    }
    
    
    #sec01 .campaign02txt02 {
        position: absolute;
        top: 30px;
        width: 65%;
        left: 0;
        right: 0;
        margin: auto;
    }
    #sec01 .campaign02txt02 img {
        width: 100%;
    }
    
    
    
    

    
    
    #sec015 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -60vw;
        width: 100%;
        height: 35vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    #sec018 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -60vw;
        width: 100%;
        height: 15vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    #sec019 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -40vw;
        width: 100%;
        height: 15vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    
    
    #sec02 {
        position: relative;
        overflow: hidden;
        z-index: 90;
        top: -17vw;
        width: 100%;
        height: 88vw;
        max-height: 1200px;
        /*
        background-image: url(../images/sec01_bg.webp);
        background-image: image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
        */
        background: #000;
        background-size: cover;
    }
    #sec02 h2.md {
        position: relative;
        z-index: 90;
        top: 8vw;
        max-width: 401px;
    }
    #sec02 .pvbox {
        position: relative;
        overflow: hidden;
        z-index: 90;
        top: 9vw;
        width: 100%;
        max-width: 1222px;
        height: 100%;
        max-height: 764px;
        background-image: url(../images/sec02_btnbg.webp);
        background-image: image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
        /*
        */
        background-size: 100%;
    }
    
    
    #sec02 .background-video {
        opacity: 0.2;
    }
        
    /*----movie----*/
    .video-container {
        position: relative;
        overflow-x: hidden;
        width: 100%;
        height: 730px;
        margin: 100px auto 0px auto;
    }
    
        
    .video-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index:2;
        background:rgba(28, 55, 76, 0.7);
        pointer-events: none; 
    }	
    
    .video-container .capt01 {
        position: relative;
        z-index: 100;
        margin: 60px auto 0 auto;
    }	
        
     .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .play-button {
        position: relative;
        z-index: 100;
        top: 210px;
        cursor: pointer;
        width: 198px;
        height: 198px;
        margin: 0 auto;
    }
    .play-button:hover {
        filter: brightness(150%);
        transform: scale(1.05,1.05);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;	
    }
    .play-icon {
        position: relative;
        overflow: hidden;
        z-index: 110;
        width: 200px;
        height: auto;
    }
    
    .popup-video {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    .video-wrapper {
        position: relative; /* ここに `position` を追加 */
        width: 80%;
        max-width: 1280px; /* 追加: 内容物の最大幅を設定 */
        margin: auto; /* 追加: 中央揃え */
    }
    .popup-video video {
        width: 100%;
        height: auto;
    }
    .close-button {
        position: absolute;
        top: -40px; /* 変更: ボタンのサイズに合わせて変更する */
        right: -40px; /* 変更: ボタンがはみ出す場合はこの値を適切に調整する */
        background: transparent;
        border: none;
        color: white;
        font-size: 30px;
        cursor: pointer;
    }
        
        
    /* ========================= [ player追加実装 ] ========================= */
    
    .popupButton_player {
        background: none;
        border: none;
        cursor: pointer;
        margin: 10px;
    }
    
    .popup_player {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 1100;
    }
    
    .popup-content_player {
        position: relative;
        background-color: white;
        border-radius: 8px;
        width: 80%;
        height: 80%;
        max-width: 600px;
        max-height: 400px;
    }
    
    .close-button_player {
        position: absolute;
        top: -1px;
        right: 6px;
        font-size: 24px;
        cursor: pointer;
    }
    
    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
        
        
    
    .atention_popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index:1000;
        overflow: hidden;
    }
    
    #popupBox {
        margin:0px auto 0px auto;
        padding: 20px;
        width: 1154px;
        height: 682px;
        position: relative;
        
    }
    #popupBox .tx_box{
        margin:120px 0px 0px 120px;
        text-align: left;		
    }
    #popupBox .tx01{
        margin:0px 0px 20px 0px;
        font-size:20px;
        font-weight: bold;
        color:#0062ae;
    }	
        
    #popupBox .tx02 li{
        margin:8px 0px 0px 0px;
        font-size:15px;
        letter-spacing:1px;
        word-break: break-all;
        white-space: nowrap;
        text-indent: -10px;
    }
    
    #closeButton2 {
        margin:0px auto 0px auto;
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
        
        
    #cta_zone {
        position: relative;
        z-index: 500;
        top: -25vw;
        width: 100%;
        height: 460px;
        background-image: linear-gradient(
            to bottom, /* ← 向きを「下へ」に指定 */
          rgba(0, 0, 0, 0), /* 開始色: Opacity 0% の黒 */
          rgba(0, 0, 0, 1) 25% /* 25%の位置（不透明な黒）*/
        );
        background-size: cover;
    }
    #cta_zone .cta_erea {
        position: relative;
        z-index: 500;
        top: 5vw;
    }
    
        
        
    /*----character----*/
        
    #sec03 {
        position: relative;
        overflow: hidden;
        z-index: 300;
        top: -25vw;
        width: 100%;
        height: 140vw;
        max-height: 1600px;
        background-image: linear-gradient(
            to bottom, /* ← 向きを「右へ」に指定 */
          rgba(0, 0, 0, 0), /* 開始色: Opacity 0% の黒 */
          rgba(0, 0, 0, 1) 5% /* 10%の位置（不透明な黒）*/
        );
        background-size: cover;
        /*
        background-image: url(../images/sec03_bg01.webp);
        background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-size: cover;
        */
    }
    #sec03 h2.md {
        position: relative;
        z-index: 390;
        top: 3vw;
        max-width: 546px;
    }
    #sec03 .charabg01 {
        position: relative;
        overflow: hidden;
        z-index: 300;
        width: 100%;
        height: 1350px;
        background-image: url(../images/sec03_bg01.webp);
        background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-position: top center;
        background-size: cover;
    }
    #sec03 .charabg02 {
        position: relative;
        overflow: hidden;
        z-index: 300;
        top: -1350px;
        width: 100%;
        height: 1350px;
        background-image: url(../images/sec03_bg02.webp);
        background-image: image-set(url(../images/sec03_bg02.webp) 1x, url(../images/2x/sec03_bg02@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg02.webp) 1x, url(../images/2x/sec03_bg02@2x.webp) 2x);
        background-position: top center;
        background-size: cover;
        opacity: 0;
    }
    
    /*はいけいぴかぴか*/
    @keyframes blink-fast {
        0%, 31.6%, 33.8%, 36%, 100% {
          opacity: 0;
        }
        30.5%, 32.7%, 34.9% {
          opacity: 1;
        }
    }
    .blink-fast {
        animation: blink-fast 3.9s linear infinite;
    }
    
    /*
    */
    
    
    
    #sec03 .container {
        position: relative;
        overflow: hidden;
        z-index: 380;
        top: -2700px;
        height: 1300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #sec03 .box {
        position: relative;
        width: 1170px;
        height: 1350px;
        top: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    /* メイン画像 */
    #sec03 .background-image {
        position: relative;
        z-index: 300;
        top: -225px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        /* 画像切り替え時のフェードイン・アウト */
        transition: opacity 0.5s ease-in-out;
    }
    #sec03 .box-contentmain {
        width: 80%;
        height: 80%;
    }
    #sec03 .box-contentmain img {
        width: 100%;
        height: 100%;
    }
    /* アニメーションさせる中身 (テキストコンテナ) */
    .box-content {
      position: absolute;
      top: 0;
      bottom: 0px;
      left: 120px;
      width: 80%;
      height: 80%;
    }
    /* スクエア */
    #sec03 .sq {
        position: relative;
        z-index: 280;
        top: -60px;
        width: 100%;
        height: 100%;
    }
    #sec03 .sq img {
        width: 100%;
    }
    /* 触手 */
    #sec03 .tenta {
        position: relative;
        z-index: 290;
        top: -1150px;
        width: 100%;
        height: 100%;
    }
    #sec03 .tenta img {
        width: 100%;
    }
    /* 前側エフェクト */
    #sec03 .eff {
        position: relative;
        z-index: 310;
        top: -206%;
        left: -0.3vw;
        width: 100%;
        height: 100%;
    }
    #sec03 .eff img {
        width: 100%;
    }
    /* 紹介文 */
    #sec03 .txt {
        position: relative;
        z-index: 320;
        top: -2670px;
        width: 100%;
        height: 100%;
        left: 0px;
    }
    #sec03 .txt img {
        width: 100%;
    }
    /* name */
    #sec03 .name {
        position: relative;
        z-index: 320;
        top: -3500px;
        width: 80%;
        height: 80%;
        left: 0px;
    }
    #sec03 .name img {
        width: 332px;
    }
    
    
    /* --- 時差アニメーションの定義 --- */
    
    /* --- 1. 共通の初期状態 (透明) --- */
    .animate-item {
        opacity: 0;
        /* ★ 修正: clip-path もアニメーション対象に含める */
        transition: opacity 0.7s ease-out, transform 0.7s ease-out, clip-path 1s ease-out;
    }
    
    /* --- 2. [tenta と txt 以外] の初期状態 (下から) --- */
    /* ★ 修正: .txt を除外 */
    .animate-item.sq,
    .animate-item.eff,
    .animate-item.name {
        /* (※注: 現在 0px ですが、もし動かない場合、
            以前の 15px などに変更する必要があるかもしれません) */
        transform: translateY(0px);
    }
    
    /* --- 3. [tenta専用] の初期状態 (ズーム 0%) --- */
    .animate-item.tenta {
        transform: scale(0); /* 0% のサイズ */
    }
    
    /* --- ★ 追加: [txt専用] の初期状態 (クリップ) ★ --- */
    .animate-item.txt {
        /* 右側を100%隠す (上 右 下 左) */
        clip-path:inset(0 1000px); 
    }
    
    
    /* ------------------------------------ */
    /* ▼ アニメーション開始 (.animate-in 付与時) ▼ */
    /* ------------------------------------ */
    
    /* --- 4. 共通のアニメーション完了状態 (表示) --- */
    .box.animate-in .animate-item {
        opacity: 1;
    }
    
    /* --- 5. [tenta と txt 以外] のアニメーション完了状態 --- */
    /* ★ 修正: .txt を除外 (初期状態と合わせる) */
    .box.animate-in .animate-item.sq,
    .box.animate-in .animate-item.eff,
    .box.animate-in .animate-item.name {
        transform: translateY(0);
    }
    
    /* --- 6. [tenta専用] のアニメーション完了状態 --- */
    .box.animate-in .animate-item.tenta {
        transform: scale(1); /* 100% */
    }
    
    /* --- ★ 追加: [txt専用] のアニメーション完了状態 (クリップ解除) ★ --- */
    .box.animate-in .animate-item.txt {
        clip-path:inset(0 0); /* 完全に表示 */
        transform: translateY(0); /* 念のため完了状態を明記 */
    }
    
    
    /* (オプション) 複数の要素を順番に動かす */
    .box.animate-in .animate-item:nth-child(1) {
        transition-delay: 0.1s; /* .sq が 0.1秒遅れ */
    }
    .box.animate-in .animate-item:nth-child(2) {
        /* ★ 修正: clip-path を追加 (バグ防止) */
        transition: scale 0.4s ease-in, transform 0.4s ease-in, opacity 0.3s ease-in, clip-path 0.2s ease-in;
        transition-delay: 4.2s; /* .tenta が 5.2秒遅れ */
    }
    .box.animate-in .animate-item:nth-child(3) {
        /* ★ 修正: clip-path を追加 (バグ防止) */
        transition: opacity 0.3s ease-out, transform 0.2s ease-out, clip-path 0.2s ease-out;
        transition-delay: 4.7s; /* .eff が 3.5秒遅れ */
    }
    .box.animate-in .animate-item:nth-child(4) {
        transition: opacity 0.3s ease-out, transform 0.2s ease-out, clip-path 0.45s ease-out;
        transition-delay: 1.7s; /* .txt が 1.7秒遅れ */
        /* (ここは transition を上書きしていないので、
         共通の transition (1s) と clip-path が適用されます) */
    }
    .box.animate-in .animate-item:nth-child(5) {
        transition-delay: 0.5s; /* .name が 0.5秒遅れ */
    }
    
    
    #sec03 .background-image.hidden {
        opacity: 0;
    }	
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0); /* 初期位置 */
        }
        50% {
            transform: translateY(-10px); /* 上に移動 */
        }
    }
    #sec03 .arrows {
        font-size: 2em;
        width: 1200px;
        cursor: pointer;
        user-select: none;
        z-index: 10;
    }
    #sec03 .left-arrow {
        margin: -200px 950px 0px 0px;
        position: absolute;
    }
    #sec03 .right-arrow {
        margin: -200px -950px 0px 0px;
        position: absolute;
    }
    #sec03 .thumbnails {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: -3040px;
        display: flex;
        justify-content: center;
    }
    #sec03 .thumbnail {
        width: 181px;
        height: 181px;
        object-fit: cover;
        margin: 0 10px;
        cursor: pointer;
    }
    
    
    
    #sec035 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -32vw;
        width: 100%;
        height: 55vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    #sec038 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -37vw;
        width: 100%;
        height: 20vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
    }
    
    
    
    /*----sec04----*/
    
    #sec04 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -50vw;
        width: 100%;
        height: 128vw;
        max-height: 1420px;
        background-image: linear-gradient(
          to bottom, /* 上から下へ */
          
          rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
          rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
          rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
          rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        );
        background-size: cover;
    
        /*
        background-image: url(../images/sec03_bg01.webp);
        background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-size: cover;
        */
    }
    
    #sec04 h2.md {
        position: relative;
        z-index: 390;
        top: 8vw;
    }
    #sec04 .container {
        position: relative;
        top: 9vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    #sec04 .box {
        position: relative;
        width: 900px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    #sec04 .background-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    #sec04 .background-image.hidden {
        opacity: 0;
    }	
        
    #sec04 .arrows {
        font-size: 2em;
        width: 1200px;
        cursor: pointer;
        user-select: none;
        z-index: 10;
    }
    #sec04 .left-arrow {
        margin: 0px 960px 0px 0px;
        position: absolute;
    }
    #sec04 .right-arrow {
        margin: 0px -960px 0px 0px;
        position: absolute;
    }
    
    #sec04 .thumbnails {
        position: relative;
        top: 9.5vw;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    
    #sec04 .thumbnail {
        width: 182px;
        height: auto;
        object-fit: cover;
        margin: 0 0px;
        cursor: pointer;
    }
        
    
    
    
    #sec04 .cta_erea {
        position: relative;
        z-index: 500;
        top: 12vw;
        width: 1022px;
        width: 75vw;
        max-width: 1022px;
        height: 100%;
        min-height: 332px;
        max-height: 400px;
        margin: 0 auto;
        /*
        height: 332px;
        */
        background-image: url(../images/cta_bg.webp);
        background-image: image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
        background-size: contain;
    }
    
    #sec046 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -57vw;
        width: 100%;
        height: 40vw;
        max-height: 1285px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    #sec047 {
        /*
        display: none;
        */
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -40vw;
        width: 100%;
        height: 30vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 80%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    
    
    
    
    
        
    /*----sec05----*/	
        
    #sec05 {
        position: relative;
        overflow: hidden;
        z-index: 400;
        top: -10vw;
        width: 100%;
        height: 70vw;
        background-color: #000;
        background-image: url(../images/sec05_bg.webp);
        background-image: image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
        background-position: bottom center;
        background-size: contain;
        margin: 0 auto -78vw auto;
    }	
    #sec05 .txt {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: 25vw;
    }
    #sec05 video {
        opacity: 0.6;
        width: 100%;
    }
    .back_btn{
        margin: 100px auto 0px auto;		
    }
        
        
        
    /*----foot_btn----*/	
    
    #foot_btn_erea {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: 50vw;
        width: 100%;
        height: auto;
        max-height: 300px;
        /*background:url("../images/aa/bg05.webp") no-repeat center;*/
        background-color: #000;
        background-size: cover;
        margin: 0 auto 0vw auto;
    }	
    #foot_btn_erea .capt01{
        margin: 100px auto 60px auto;
    }
    #foot_btn_erea .btn_erea02{
        margin: 0px auto 0px auto;
        width: 1104px;
        height: 260px;
        position: relative;
        overflow: visible;
    }
    #foot_btn_erea .btn_erea02 .btn_capt01{
        top: 0px;
        margin: 0px 0px 15px 0px;
        position: relative;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li{
        margin: 10px 14px 0px 14px;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01{
        margin: 0px 0px 0px 180px;
        width: 243px;
        height: 100px;
        text-align: left;
        float: left;
    }	
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .title_policy a{
        text-decoration: underline;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 label{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn02{
        margin: -4px 0px 0px 20px;
        width: 237px;
        height: 100px;
        text-align: left;
        float: left;
    }	
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn02 label{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn03{
        margin: 6px 0px 0px 45px;
        width: 207px;
        height: 100px;
        text-align: left;
        float: left;
    }		
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn04{
        margin: 20px 0px 0px 454px;
        width: 203px;
        height: 76px;
        text-align: left;
        float: left;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn05{
        margin: 20px 0px 0px 25px;
        width: 250px;
        height: 75px;
        text-align: left;
        float: left;
    }
    
    #foot_btn_erea .btn_erea02 .dl_capt{
        margin: -40px 0px 0px 485px;
        position: absolute;
        animation: float 3s ease-in-out infinite;
    }
    
    
    /*----foot_btn----*/		
        
    #foot_erea {
        margin: 0px auto 0px auto;
        width: 100vw;
        height: auto;
        /*background: rgba(255, 255, 255, 0.5);*/
        background-image: url(../images/sec05_infobg.webp);
        background-size: cover;
    }	
    #foot_erea .box_erea {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto 0px auto;
        width: 800px;
        height: 260px;
        padding-top: 0vw;
        padding-bottom: 1vw;
    }
    #foot_erea .box_erea .box_left {
        margin: 0vw auto 2vw auto;
        width: 32vw;
        height: auto;
        text-align: right;
        color: #fff;
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 30px;
    }	
    #foot_erea .box_erea .box_left img {
        width: 100%;	
        max-width: 400px;
        padding-top: 3vw;
    }	
    #foot_erea .box_erea .box_left .spec {
        margin: 40px 0px 0px 40px;	
    }
    #foot_erea .box_erea .box_left li {
        margin: 0px 0px 0px 0px;		
    }
    .hanging-indent {
        padding-left: 1em;
        text-indent: -1em;
    }
    #foot_erea .box_erea .box_right {
        margin: 0vw auto 2vw auto;
        width: 63vw;
        height: auto;
        text-align: left;
        letter-spacing: 1px;
        font-size: 12px;
        color: #fff;
        padding-bottom: 0vw;
    }	
    #foot_erea .box_erea .box_right .tx1 {
        margin: 45px 0px 15px 18px;	
    }
    #foot_erea .box_erea .box_right .spec {
        margin: 60px 0px 0px 40px;	
    }
    #foot_erea .box_erea .box_right li {
        margin: 15px 0px 0px 0px;		
    }
        
    
    footer {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: 50vw;
        background: #fff;
        margin: 0px auto;
        padding: 15px 0px 10px 0px;
        clear: both;
        color: #555;
    }		
    footer ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36vw;
        max-width: 480px;
    }
    footer li {
        margin: 0px auto 10px auto;
        display: inline-block;
        font-size: 13px;
        width: auto;
    }
    footer li a:hover {
        text-decoration: underline;
    }
    footer li.sl {
        width: 1vw;
        margin: 0px auto 10px auto;
    }
    footer p {
        margin: 0px auto 20px auto;
        font-size: 12px;
        color: #ffffff;
    }			
    footer .copy{
        margin: 10px auto 0px auto;
    }	
        
        
    #page_btn {
        position: fixed;
        z-index: 900;
        right: 10px;
        bottom: 0;
        width: 240px;
    }
    #page_btn01 img {
        width: 100%;
    }
    #page_btn01:hover {
        /*filter: brightness(120%);*/
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;	
    }	
        
    
    #page_btn02 {
        position: fixed;
        z-index: 950;
        right: 10px;
        bottom: 0;
        width: 220px;
        /* overflow: hidden; を追加して、ズーム時に親要素からはみ出さないようにする */
        overflow: hidden;
    }
    
    #page_btn02 img {
        width: 100%;
        display: block; /* 画像の下にできる余白をなくすため */
        position: relative; /* 擬似要素より手前に来るように */
        z-index: 2; /* 擬似要素より上に表示 */
        transition: opacity 0.3s ease; /* ホバー時に元の画像をフェードアウトさせる場合 */
    }
    
    /* ホバー時のズーム画像（擬似要素で実装） */
    #page_btn02 a {
        position: relative; /* 擬似要素の基準点 */
        display: block; /* aタグがブロック要素になるように */
        width: 100%;
        height: 100%;
    }
    
    #page_btn02 a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        /* --- Retina対応ここから --- */
        
        /* 1. 標準ブラウザ & 古いブラウザ用フォールバック */
        background-image: url('../images/btn_follow_on.webp');
        
        /* 2. 最新のRetina対応 (image-setを使用) */
        /* -webkit- はSafariなどの互換性のために入れておくと安心です */
        background-image: -webkit-image-set(
            url('../images/btn_follow_on.webp') 1x,
            url('../images/2x/btn_follow_on@2x.webp') 2x
        );
        background-image: image-set(
            url('../images/btn_follow_on.webp') 1x,
            url('../images/2x/btn_follow_on@2x.webp') 2x
        );
        
        /* 画像がコンテナ全体を埋めるように設定 */
        background-size: cover; 
        background-position: center;
        background-repeat: no-repeat;
        
        /* --- Retina対応ここまで --- */
    
        z-index: 1;
        opacity: 0;
        transform: scale(0.9);
        transition: transform 1.5s ease, opacity 0.5s ease;
    }
    
    #page_btn02 a:hover img {
        opacity: 1; /* 元の画像をフェードアウト */
    }
    
    #page_btn02 a:hover::before {
        opacity: 1; /* ズーム画像をフェードイン */
        transform: scale(1.0); /* 1.1倍にズーム */
    }
    
    
    
    /* 3つのポップアップ共通のスタイル */
    .center-popup-style {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.9); 
        z-index: 900;
        opacity: 0;
        width: 100%;
        height: 100%;
        max-height: 1050px;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
        pointer-events: none; 
    }
    
    #popup-03 {
        background: #000;
    }
    
    /* 表示時のスタイル */
    .center-popup-style.is-active {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
        pointer-events: auto;
    }
    
    /* 以下は共通パーツ（前回と同じでOK） */
    .center-popup-style img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100vw;
        /*box-shadow: 0 0 20px rgba(0,0,0,0.5);*/
    }
    .popup-inner {
        position: relative;
    }
    
}
    
    



    


@media screen and (min-width: 769px) and (max-width: 1040px) {
    
    .invisible-pc500 {
        display: none;
    }
    .invisible-sp500 {
        display: block;
    }


    #dmm_ntgnavi {
        position: relative;
        z-index: 500 !important;
        width: 100%;
        background: url(../images/bg_navimain.gif) center center repeat-x;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font-size: 12px;
        font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
        display: flex;
        justify-content: space-between;
    }

    #dmm_ntgnavi ul {
        list-style: none;
        margin: 2px 0;
        padding: 0;
        display: flex;
        width: 50%;
    }
    
    #dmm_ntgnavi ul li {
        margin: 0 6px 0 0;
        line-height: 15px;
    }
    
    #dmm_ntgnavi .navi_left li > a {
        display: block;
        padding: 0 3px 0 8px;
        text-decoration: none;
        border: 1px solid #eee;
        border-radius: 3px;
    }
    
    #dmm_ntgnavi .navi_left li > a:hover {
        background: #eee;
        border: 1px solid #666;
        border-radius: 3px;
    }
    
    #dmm_ntgnavi .navi_left li > a span {
        display: block;
        padding: 9px 10px 7px 28px;
        color: #333;
        font-weight: bold;
    }
    
    #dmm_ntgnavi .navi_left li.dmm_top img {
        margin: 8px 5px 8px 0
    }
    
    #dmm_ntgnavi .navi_left li.ntg_top {
        margin-left: 10px;
    }
    
    #dmm_ntgnavi .navi_left li.ntg_top span {
        background: url(../images/bg_bt_olgtop.gif) 0 center no-repeat;
        font-size: min(2.9vw,12px);
    }
    
    #dmm_ntgnavi .navi_right {
        justify-content: flex-end;
        font-size: 10px;
    }
    
    #dmm_ntgnavi .navi_right li {
        margin: 0 10px 0 0;
        padding: 8px 5px;
    }
    
    #dmm_ntgnavi .arrow {
        padding-left: 14px;
        background: url(../images/arrow_common.gif) no-repeat left center;
    }
    
    #dmm_ntgnavi .tx-point {
        font-size: 16px;
        font-weight: bold;
        color: #ff4b4b !important;
    }
    
    #dmm_ntgnavi a {
      color: inherit;
      text-decoration: none;
    }
    
    #dmm_ntgnavi p {
        margin: 0;
        line-height: 2.6em;
    }
    
    #dmm_ntgnavi .clear {
        clear: both;
    }
    /*
    video {
        display: none;
    }
    */



    main {
        width: 100%;
        height: auto;
        margin: 0 auto 0vw auto;
        background: #000;
    }


    
    header {
        display: block;
        position: fixed; /* ヘッダーを固定 */
        z-index: 999;
        pointer-events: none;
        top: 0vw; /* 画面上部に固定 */
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 0px;
        background: url("../images/nav_bg.webp") no-repeat top center;
        background-size: auto;
        background-color: rgba(28, 55, 76, 0.0);
        text-align: center;
        transition: .3s;
        transform: translateY(-100%); /* ヘッダーを初めは隠す */
    }
    .menu-wrapper {
        pointer-events: auto;
    }
    header.slideDown {
        transform: translateY(0); /* スライドダウンエフェクト */
        transition: 0.5s; /* トランジションの時間を指定 */
    }
    
    
    #header_box {
        position: relative;
        z-index: 996;
        width: 100%;
        max-width: 1920px;
        margin: 0px auto;
        overflow: hidden;
    }
    nav ul {
        position: relative;
        top: 0.45vw;
        justify-content: center;
        display: flex;
        padding: 0;
        margin: 0;
    }
    nav li {
        width: auto;
        margin: 0px; /* 上下左右のマージン */
        padding: 0 2px;
        text-align: center; /* 画像を中央揃え */
    }
    @keyframes slideIn {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }
    /* 【重要】画像下の謎の隙間を消す */
    nav li img {
        /* 画像はデフォルトで下に隙間ができるため、blockまたはbottomを指定 */
        vertical-align: top; 
        
        /* または以下でもOK */
        /* display: block; */
    }
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    
    
    
    /* ベースの設定 */
    nav ul.nav-list {
        position: relative;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: center; /* 中央揃え */
    }
    
    nav li {
        position: relative;
        top: -0.35vw;
        margin: 0 0.08vw;
        padding: 0;
    }
    nav li.nav02 {
        position: relative;
        top: -0.45vw;
    }
    nav li.nav04 {
        position: relative;
        top: -0.45vw;
    }
    nav li.nav05 {
        position: relative;
        top: -0.45vw;
    }
    
    
    /* 【重要】画像下の謎の隙間を消す */
    nav li img {
        /* 画像はデフォルトで下に隙間ができるため、blockまたはbottomを指定 */
        vertical-align: top; 
        
        /* または以下でもOK */
        /* display: block; */
    }
    
    /* リンクタグを基準位置（relative）にする */
    nav li a {
        display: block;
        position: relative; /* 子要素のabsoluteの基準点にする */
        font-size: 0;       /* 画像下の隙間対策 */
    }
    
    /* 画像共通スタイル */
    nav li a img {
        display: block;
        width: auto; /* HTMLのwidth属性を尊重しつつ崩れを防ぐ */
        height: auto;
        /* 画像の切り替えをふわっとさせる（0.3秒） */
        transition: opacity 1.3s ease;
    }
    
    /* 通常画像（normal）の設定 */
    nav li a img.normal {
        position: relative; /* 通常配置 */
        opacity: 1;         /* 最初は見えている */
    }
    
    /* ホバー画像（hover）の設定 */
    nav li a img.hover {
        position: absolute; /* normalの上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明で隠しておく */
    }
    
    /* --- ホバー時の動き --- */
    
    /* マウスが乗ったら、通常画像を消す */
    nav li a:hover img.normal {
        opacity: 0;
    }
    
    /* マウスが乗ったら、ホバー画像を表示する */
    nav li a:hover img.hover {
        opacity: 1;
    }
    
    
    
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    
    
    
    #fv {
        position: relative;
        overflow: hidden;
        z-index: 100;
        width: 100%;
        height: 65vw;
        min-height: 250px;
        background-image: url(../images/fv_bg.webp);
        background-image: image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
        background-size: cover;
    }
    
    #fv img {
        width: 100%;
    }
    #fv .fv_chara {
        position: relative;
    }
    #fv .fv_chara .chara01 {
        position: relative;
        z-index: 20; 
        top: 0.5vw;
        left: -0.5vw;
        width: 45vw;
    }
    #fv .fv_chara .chara02 {
        position: relative;
        z-index: 10; 
        top: -30vw;
        left: -17vw;
        width: 24vw;
    }
    #fv .fv_chara .chara03 {
        position: relative;
        z-index: 10; 
        top: -58vw;
        right: -23vw;
        width: 28vw;
    }
    #fv .fv_chara .chara04 {
        position: relative;
        z-index: 30; 
        top: -85vw;
        left: -6.7vw;
        width: 38vw;
    }
    #fv .fv_chara .chara05 {
        position: relative;
        z-index: 30; 
        top: -114vw;
        right: -7vw;
        width: 27vw;
    }
    #fv .fv_chara .chara06 {
        position: relative;
        z-index: 40; 
        top: -147vw;
        left: -13vw;
        width: 28vw;
    }
    #fv .fv_chara .chara07 {
        position: relative;
        z-index: 40; 
        top: -177vw;
        right: -14vw;
        width: 33vw;
    }
    
#fv .fv_txt {
    position: absolute;
    z-index: 150;
    transform: none;

    width: 38vw;
    left: 25%; 
    margin-left: -19vw;
    top: 0%;

    width: 40vw;
    max-width: 600px;
    filter: blur(50px); 
    transition: filter 2.5s ease;
}
#fv .fv_txt.aos-animate {
    filter: blur(0px);
}

#fv .fv_logo {
    position: absolute;
    z-index: 180;
    transform: none;
    width: 30vw; 
    left: 28%;
    margin-left: -15vw;
    top: 30%;
    width: 30vw; 
    max-width: 450px;
}
#fv .fv_logo.aos-animate {
    filter: blur(0px);
}




    
    .cta_erea {
        position: relative;
        z-index: 500;
        top: -31.5vw;
        width: 75vw;
        min-width: 222px;
        height: 100%;
        min-height: 332px;
        margin: 0 auto;
        /*
        height: 332px;
        */
        background-image: url(../images/cta_bg.webp);
        background-image: image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
        background-size: contain;
    }
    .cta_erea h2 {
        position: relative;
        z-index: 100;
        top: 3.2vw;
    }
    .cta_erea h2 img {
        width: 35%;
    }
    .cta_erea .games_btn_erea {
        position: relative;
        z-index: 100;
        top: 1.5vw;
    }
    .cta_erea .games_btn_erea li.btn01 {
        margin: 1.2vw 0px 0px 8vw;
        width: 20vw;
        height: auto;
        text-align: left;
        float: left;
    }
    .cta_erea .games_btn_erea li.btn01 img {
        width: 16vw;
        height: auto;
    }
    .cta_erea .ntg-rule-box {
        margin-top: 5px;
        margin-left: 5px;
    }
    
    .cta_erea .games_btn_erea li.btn01 .title_policy a {
        text-decoration: underline;
    }
    .cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
        font-size: 10px;
        color: #FFFFFF;		
    }
    .cta_erea .games_btn_erea li.btn01 label {
        font-size: 10px;
        color: #FFFFFF;		
    }
    .cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
        font-size: 10px;
        color: #FFFFFF;		
    }	
    .cta_erea .games_btn_erea li.btn02 {
        margin: 0.85vw 0px 0px 0.7vw;
        width: 20vw;
        height: 100px;
        text-align: left;
        float: left;
    }	
    .cta_erea .games_btn_erea li.btn02 img {
        width: 16vw;
        height: auto;
    }
    .cta_erea .games_btn_erea li.btn02 label {
        font-size: 12px;
        color: #FFFFFF;		
    }
    .cta_erea .games_btn_erea li.btn03 {
        margin: 2.65vw 0px 0px 3vw;
        width: 18vw;
        height: 100px;
        text-align: left;
        float: left;
    }	
    .cta_erea .games_btn_erea li.btn03 img {	
        width: 12vw;
    }
    .cta_erea .games_btn_erea li.btn04 {
        margin: 0px 2px 0px 441px;
        width: 203px;
        height: 76px;
        text-align: left;
        float: left;
    }
    .cta_erea .games_btn_erea li.btn05 {
        margin: 0px 0px 0px 25px;
        width: 250px;
        height: 75px;
        text-align: left;
        float: left;
    }
    .cta_erea .dl_capt {
        margin: -23px 0px 0px 475px;
        position: absolute;
        animation: float 3s ease-in-out infinite;
    }
    
    
    
    #sec01 {
        position: relative;
        z-index: 110;
        width: 100%;
        overflow: visible;
        
        top: -63vw;       
        margin-bottom: 63vw; 
        background-image: url(../images/sec01_bg2.webp);
        background-image: image-set(url(../images/sec01_bg2.webp) 1x, url(../images/2x/sec01_bg2@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec01_bg2.webp) 1x, url(../images/2x/sec01_bg2@2x.webp) 2x);
        background-position: top center;
        background-size: cover;
    }
    #sec01 h2.md {
        position: relative;
        top: 25vw;
        width: 35vw;
        max-width: 450px;
    }
    #sec01 h2.md img {
        width: 100%;
    }
    #sec01 .campaign {
        position: relative;
        top: 26vw;
        width: 77vw;
        max-width: 1122px;
        height: 100%;
        max-height: 580px;
        text-align: center;
        background-image: url(../images/sec01_insebg01.webp);
        background-image: image-set(url(../images/sec01_insebg01.webp) 1x, url(../images/2x/sec01_insebg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec01_insebg01.webp) 1x, url(../images/2x/sec01_insebg01@2x.webp) 2x);
        background-size: contain;
    }
    #sec01 .campaign .camtxt {
        position: relative;
        top: 2.5vw;
        width: 48vw;
        max-width: 470px;
    }
    #sec01 .campaign .camtxt img {
        width: 100%;
    }
    #sec01 .campaign ul.insentive {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 1.5vw;
        width: 67vw;
        max-width: 1022px;
    }
    #sec01 .campaign ul.insentive li {
        width: calc((100% - 20px) / 3); 
    }
    #sec01 .campaign ul.insentive li img {
        width: 100%;
    }
    #sec01 .campaign02 {
        position: relative;
        
        /* 上のcampaign(77vw)より少し小さくなるように計算 (約92%の比率) */
        width: 75vw; 
        
        max-width: 1122px;
        height: 100%;
        margin: 0 auto;
        
        /* 位置調整：上の要素との距離感に合わせて微調整してください */
        top: 35vw; 
    }
    #sec01 .campaign02bg {
        width: 71vw; /* 本体と同じ幅に */
        max-width: 1122px;
        height: 100%;
    }

    
    #sec01 .campaign02txt02 {
        position: absolute;
        top: 2.5vw;
        width: 65%;
        left: 0;
        right: 0;
        margin: auto;
    }
    #sec01 .campaign02txt02 img {
        width: 100%;
    }
    
    
    
    
    
    
    #sec015 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -60vw;
        width: 100%;
        height: 35vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    #sec018 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -100vw;
        width: 100%;
        height: 20vw;
        max-height: 1385px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    #sec019 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -75vw;
        width: 100%;
        height: 15vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    
    
    
    
    #sec02 {
        position: relative;
        overflow: hidden;
        z-index: 90;
        top: -65vw;
        width: 100%;
        height: 93vw;
        max-height: 1200px;
        /*
        background-image: url(../images/sec01_bg.webp);
        background-image: image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
        */
        background: #000;
        background-size: cover;
    }
    #sec02 h2.md {
        position: relative;
        z-index: 90;
        top: 8vw;
        width: 60vw;
        max-width: 401px;
    }
    #sec02 h2.md img {
        width: 100%;
    }
    #sec02 .pvbox {
        position: relative;
        overflow: hidden;
        z-index: 90;
        top: 9vw;
        width: 100vw;
        max-width: 1222px;
        height: 100%;
        max-height: 764px;
        background-image: url(../images/sec02_btnbg.webp);
        background-image: image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
        /*
        */
        background-size: 100%;
    }
    
    
    #sec02 .background-video {
        opacity: 0.2;
    }
        
    /*----movie----*/
    .video-container {
        position: relative;
        overflow-x: hidden;
        width: 100%;
        height: 730px;
        margin: 100px auto 0px auto;
    }
    
        
    .video-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index:2;
        background:rgba(28, 55, 76, 0.7);
        pointer-events: none; 
    }	
    
    .video-container .capt01 {
        position: relative;
        z-index: 100;
        margin: 60px auto 0 auto;
    }	
        
     .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .play-button {
        position: relative;
        z-index: 100;
        top: 16vw;
        cursor: pointer;
        width: 27vw;
        height: auto;
        margin: 0 auto;
    }
    .play-button:hover {
        filter: brightness(150%);
        transform: scale(1.05,1.05);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;	
    }
    .play-icon {
        position: relative;
        overflow: hidden;
        z-index: 110;
        width: 170px;
        height: auto;
    }
    
    .popup-video {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    .video-wrapper {
        position: relative; /* ここに `position` を追加 */
        width: 80%;
        max-width: 1280px; /* 追加: 内容物の最大幅を設定 */
        margin: auto; /* 追加: 中央揃え */
    }
    .popup-video video {
        width: 100%;
        height: auto;
    }
    .close-button {
        position: absolute;
        top: -40px; /* 変更: ボタンのサイズに合わせて変更する */
        right: -40px; /* 変更: ボタンがはみ出す場合はこの値を適切に調整する */
        background: transparent;
        border: none;
        color: white;
        font-size: 30px;
        cursor: pointer;
    }
        
        
    /* ========================= [ player追加実装 ] ========================= */
    
    .popupButton_player {
        background: none;
        border: none;
        cursor: pointer;
        margin: 10px;
    }
    
    .popup_player {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 1100;
    }
    
    .popup-content_player {
        position: relative;
        background-color: white;
        border-radius: 8px;
        width: 80%;
        height: 80%;
        max-width: 600px;
        max-height: 400px;
    }
    
    .close-button_player {
        position: absolute;
        top: -1px;
        right: 6px;
        font-size: 24px;
        cursor: pointer;
    }
    
    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
        
        
    
    .atention_popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index:1000;
        overflow: hidden;
    }
    
    #popupBox {
        margin:0px auto 0px auto;
        padding: 20px;
        width: 1154px;
        height: 682px;
        position: relative;
        
    }
    #popupBox .tx_box{
        margin:120px 0px 0px 120px;
        text-align: left;		
    }
    #popupBox .tx01{
        margin:0px 0px 20px 0px;
        font-size:20px;
        font-weight: bold;
        color:#0062ae;
    }	
        
    #popupBox .tx02 li{
        margin:8px 0px 0px 0px;
        font-size:15px;
        letter-spacing:1px;
        word-break: break-all;
        white-space: nowrap;
        text-indent: -10px;
    }
    
    #closeButton2 {
        margin:0px auto 0px auto;
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
        
        
    #cta_zone {
        position: relative;
        z-index: 500;
        top: -70vw;
        width: 100%;
        height: 40vw;
        background-image: linear-gradient(
            to bottom, /* ← 向きを「下へ」に指定 */
          rgba(0, 0, 0, 0), /* 開始色: Opacity 0% の黒 */
          rgba(0, 0, 0, 1) 25% /* 25%の位置（不透明な黒）*/
        );
        background-size: cover;
    }
    #cta_zone .cta_erea {
        position: relative;
        z-index: 500;
        top: 5vw;
    }
    
        
        
    /*----character----*/
        
    #sec03 {
        position: relative;
        overflow: hidden;
        z-index: 300;
        top: -55vw;
        width: 100%;
        height: 140vw;
        max-height: 1600px;
        background-image: linear-gradient(
            to bottom, /* ← 向きを「右へ」に指定 */
          rgba(0, 0, 0, 0), /* 開始色: Opacity 0% の黒 */
          rgba(0, 0, 0, 1) 5% /* 10%の位置（不透明な黒）*/
        );
        background-size: cover;
        /*
        background-image: url(../images/sec03_bg01.webp);
        background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-size: cover;
        */
    }
    #sec03 h2.md {
        position: relative;
        z-index: 390;
        top: 3vw;
        width: 60vw;
        max-width: 546px;
    }
    #sec03 h2.md img {
        width: 100%;
    }
    #sec03 .charabg01 {
        position: relative;
        overflow: hidden;
        z-index: 300;
        width: 100%;
        height: 100%;
        background-image: url(../images/sec03_bg01.webp);
        background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-position: top center;
        background-size: cover;
    }
    #sec03 .charabg02 {
        position: relative;
        overflow: hidden;
        z-index: 300;
        top: -140vw;
        width: 100%;
        height: 100%;
        background-image: url(../images/sec03_bg02.webp);
        background-image: image-set(url(../images/sec03_bg02.webp) 1x, url(../images/2x/sec03_bg02@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg02.webp) 1x, url(../images/2x/sec03_bg02@2x.webp) 2x);
        background-position: top center;
        background-size: cover;
        opacity: 0;
    }
    
    /*はいけいぴかぴか*/
    @keyframes blink-fast {
        0%, 31.6%, 33.8%, 36%, 100% {
          opacity: 0;
        }
        30.5%, 32.7%, 34.9% {
          opacity: 1;
        }
    }
    .blink-fast {
        animation: blink-fast 3.9s linear infinite;
    }
    
    /*
    */
    
    
    
    #sec03 .container {
        position: relative;
        overflow: hidden;
        z-index: 380;
        top: -280vw;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #sec03 .box {
        position: relative;
        width: 100%;
        height: 100%;
        top: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    /* メイン画像 */
    #sec03 .background-image {
        position: relative;
        z-index: 300;
        top: -15vw;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        /* 画像切り替え時のフェードイン・アウト */
        transition: opacity 0.5s ease-in-out;
    }
    #sec03 .box-contentmain {
        width: 90vw;
        height: 90vw;
    }
    #sec03 .box-contentmain img {
        width: 100%;
        height: 100%;
    }
    /* アニメーションさせる中身 (テキストコンテナ) */
    .box-content {
      position: absolute;
      top: 0;
      bottom: 0px;
      left: 5vw;
      width: 90vw;
      height: 90vw;
    }
    /* スクエア */
    #sec03 .sq {
        position: relative;
        z-index: 280;
        top: -15.5vw;
        width: 90vw;
        height: 90vw;
    }
    #sec03 .sq img {
        width: 100%;
    }
    /* 触手 */
    #sec03 .tenta {
        position: relative;
        z-index: 290;
        top: -104vw;
        width: 90vw;
        height: 90vw;
    }
    #sec03 .tenta img {
        width: 100%;
    }
    /* 前側エフェクト */
    #sec03 .eff {
        position: relative;
        z-index: 310;
        top: -194.2vw;
        left: -0vw;
        width: 90vw;
        height: 90vw;
    }
    #sec03 .eff img {
        width: 100%;
    }
    /* 紹介文 */
    #sec03 .txt {
        position: relative;
        z-index: 320;
        top: -230vw;
        width: 90vw;
        height: 90vw;
        left: 0px;
    }
    #sec03 .txt img {
        width: 90%;
    }
    /* name */
    #sec03 .name {
        position: relative;
        z-index: 320;
        top: -297vw;
        width: 80vw;
        height: 80vw;
        left: 0px;
    }
    #sec03 .name img {
        width: 40%;
    }
    
    
    /* --- 時差アニメーションの定義 --- */
    
    /* --- 1. 共通の初期状態 (透明) --- */
    .animate-item {
        opacity: 0;
        /* ★ 修正: clip-path もアニメーション対象に含める */
        transition: opacity 0.7s ease-out, transform 0.7s ease-out, clip-path 1s ease-out;
    }
    
    /* --- 2. [tenta と txt 以外] の初期状態 (下から) --- */
    /* ★ 修正: .txt を除外 */
    .animate-item.sq,
    .animate-item.eff,
    .animate-item.name {
        /* (※注: 現在 0px ですが、もし動かない場合、
            以前の 15px などに変更する必要があるかもしれません) */
        transform: translateY(0px);
    }
    
    /* --- 3. [tenta専用] の初期状態 (ズーム 0%) --- */
    .animate-item.tenta {
        transform: scale(0); /* 0% のサイズ */
    }
    
    /* --- ★ 追加: [txt専用] の初期状態 (クリップ) ★ --- */
    .animate-item.txt {
        /* 右側を100%隠す (上 右 下 左) */
        clip-path:inset(0 1000px); 
    }
    
    
    /* ------------------------------------ */
    /* ▼ アニメーション開始 (.animate-in 付与時) ▼ */
    /* ------------------------------------ */
    
    /* --- 4. 共通のアニメーション完了状態 (表示) --- */
    .box.animate-in .animate-item {
        opacity: 1;
    }
    
    /* --- 5. [tenta と txt 以外] のアニメーション完了状態 --- */
    /* ★ 修正: .txt を除外 (初期状態と合わせる) */
    .box.animate-in .animate-item.sq,
    .box.animate-in .animate-item.eff,
    .box.animate-in .animate-item.name {
        transform: translateY(0);
    }
    
    /* --- 6. [tenta専用] のアニメーション完了状態 --- */
    .box.animate-in .animate-item.tenta {
        transform: scale(1); /* 100% */
    }
    
    /* --- ★ 追加: [txt専用] のアニメーション完了状態 (クリップ解除) ★ --- */
    .box.animate-in .animate-item.txt {
        clip-path:inset(0 0); /* 完全に表示 */
        transform: translateY(0); /* 念のため完了状態を明記 */
    }
    
    
    /* (オプション) 複数の要素を順番に動かす */
    .box.animate-in .animate-item:nth-child(1) {
        transition-delay: 0.1s; /* .sq が 0.1秒遅れ */
    }
    .box.animate-in .animate-item:nth-child(2) {
        /* ★ 修正: clip-path を追加 (バグ防止) */
        transition: scale 0.4s ease-in, transform 0.4s ease-in, opacity 0.3s ease-in, clip-path 0.2s ease-in;
        transition-delay: 4.2s; /* .tenta が 5.2秒遅れ */
    }
    .box.animate-in .animate-item:nth-child(3) {
        /* ★ 修正: clip-path を追加 (バグ防止) */
        transition: opacity 0.3s ease-out, transform 0.2s ease-out, clip-path 0.2s ease-out;
        transition-delay: 4.7s; /* .eff が 3.5秒遅れ */
    }
    .box.animate-in .animate-item:nth-child(4) {
        transition: opacity 0.3s ease-out, transform 0.2s ease-out, clip-path 0.45s ease-out;
        transition-delay: 1.7s; /* .txt が 1.7秒遅れ */
        /* (ここは transition を上書きしていないので、
         共通の transition (1s) と clip-path が適用されます) */
    }
    .box.animate-in .animate-item:nth-child(5) {
        transition-delay: 0.5s; /* .name が 0.5秒遅れ */
    }
    
    
    #sec03 .background-image.hidden {
        opacity: 0;
    }	
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0); /* 初期位置 */
        }
        50% {
            transform: translateY(-10px); /* 上に移動 */
        }
    }
    #sec03 .arrows {
        font-size: 2em;
        width: 5vw;
        cursor: pointer;
        user-select: none;
        z-index: 10;
    }
    #sec03 .arrows img {
        width: 100%;
    }
    #sec03 .left-arrow {
        margin: -10vw 90vw 0px 0px;
        position: absolute;
    }
    #sec03 .right-arrow {
        margin: -10vw -90vw 0px 0px;
        position: absolute;
    }
    #sec03 .thumbnails {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: -283vw;
        display: flex;
        justify-content: center;
    }
    #sec03 .thumbnail {
        width: 18vw;
        height: auto;
        object-fit: cover;
        margin: 0 0.5vw;
        cursor: pointer;
    }
    
    
    
    #sec035 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -60vw;
        width: 100%;
        height: 50vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    #sec037 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -70vw;
        width: 100%;
        height: 50vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    
    #sec038 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -55vw;
        width: 100%;
        height: 20vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
    }
    
    
    
    /*----sec04----*/
    
    #sec04 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -50vw;
        width: 100%;
        height: 140vw;
        max-height: 1585px;
        background-image: linear-gradient(
          to bottom, /* 上から下へ */
          
          rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
          rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
          rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
          rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        );
        background-size: cover;
    
        /*
        background-image: url(../images/sec03_bg01.webp);
        background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-size: cover;
        */
    }
    
    #sec04 h2.md {
        position: relative;
        z-index: 390;
        top: 3vw;
        width: 60vw;
        max-width: 546px;
    }
    #sec04 h2.md img {
        width: 100%;
    }
    #sec04 .container {
        position: relative;
        top: 9vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    #sec04 .box {
        position: relative;
        width: 85vw;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    #sec04 .background-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    #sec04 .background-image.hidden {
        opacity: 0;
    }	
    
    #sec04 .arrows {
        font-size: 2em;
        width: 5vw;
        cursor: pointer;
        user-select: none;
        z-index: 10;
    }
    #sec04 .arrows img {
        width: 100%;
    }
    #sec04 .left-arrow {
        margin: 0px 92vw 0px 0px;
        position: absolute;
    }
    #sec04 .right-arrow {
        margin: 0px -92vw 0px 0px;
        position: absolute;
    }
    
    #sec04 .thumbnails {
        position: relative;
        top: 9.5vw;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        width: 95vw;
    }
    
    #sec04 .thumbnail {
        width: 18.7%;
        height: auto;
        object-fit: cover;
        margin: 0 0px;
        cursor: pointer;
    }
        
    
    
    
    #sec04 .cta_erea {
        position: relative;
        z-index: 500;
        top: 12vw;
        width: 1022px;
        width: 75vw;
        max-width: 1022px;
        height: 100%;
        min-height: 332px;
        margin: 0 auto;
        /*
        height: 332px;
        */
        background-image: url(../images/cta_bg.webp);
        background-image: image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/cta_bg.webp) 1x, url(../images/2x/cta_bg@2x.webp) 2x);
        background-size: contain;
    }
    
    #sec046 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -60vw;
        width: 100%;
        height: 47vw;
        max-height: 1285px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    #sec047 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -55vw;
        width: 100%;
        height: 20vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 80%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    
    
    
    
    
        
    /*----sec05----*/	
        
    #sec05 {
        position: relative;
        overflow: hidden;
        z-index: 400;
        top: -35vw;
        width: 100%;
        height: 70vw;
        background-color: #000;
        background-image: url(../images/sec05_bg.webp);
        background-image: image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
        background-position: bottom center;
        background-size: contain;
        margin: 0 auto -78vw auto;
    }	
    #sec05 .txt {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: 25vw;
        width: 70vw;
    }
    #sec05 .txt img {
        width: 100%;
    }
    #sec05 video {
        position: relative;
        top: -15vw;
        opacity: 0.6;
        width: 100%;
    }
    .back_btn{
        margin: 100px auto 0px auto;		
    }
        
        
        
    /*----foot_btn----*/	
    
    #foot_btn_erea {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: 19vw;
        width: 100%;
        height: auto;
        max-height: 270px;
        /*background:url("../images/aa/bg05.webp") no-repeat center;*/
        background-color: #000;
        background-size: cover;
        margin: 0 auto 0vw auto;
    }	
    #foot_btn_erea .capt01{
        margin: 100px auto 60px auto;
    }
    #foot_btn_erea .btn_erea02{
        margin: 0px auto 0px auto;
        width: 1104px;
        height: 260px;
        position: relative;
        overflow: visible;
    }
    #foot_btn_erea .btn_erea02 .btn_capt01{
        top: 0px;
        margin: 0px 0px 15px 0px;
        position: relative;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li{
        margin: 10px 14px 0px 14px;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01{
        margin: 0px 0px 0px 180px;
        width: 243px;
        height: 100px;
        text-align: left;
        float: left;
    }	
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .title_policy a{
        text-decoration: underline;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 label{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn02{
        margin: -4px 0px 0px 20px;
        width: 237px;
        height: 100px;
        text-align: left;
        float: left;
    }	
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn02 label{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn03{
        margin: 6px 0px 0px 45px;
        width: 207px;
        height: 100px;
        text-align: left;
        float: left;
    }		
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn04{
        margin: 20px 0px 0px 454px;
        width: 203px;
        height: 76px;
        text-align: left;
        float: left;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn05{
        margin: 20px 0px 0px 25px;
        width: 250px;
        height: 75px;
        text-align: left;
        float: left;
    }
    
    #foot_btn_erea .btn_erea02 .dl_capt{
        margin: -40px 0px 0px 485px;
        position: absolute;
        animation: float 3s ease-in-out infinite;
    }
    
    
    /*----foot_btn----*/		
        
    #foot_erea {
        margin: 0px auto 0px auto;
        width: 100vw;
        height: auto;
        /*background: rgba(255, 255, 255, 0.5);*/
        background-image: url(../images/sec05_infobg.webp);
        background-size: cover;
    }	
    #foot_erea .box_erea {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto 0px auto;
        width: 98vw;
        max-width: 795px;
        height: auto;
    }
    #foot_erea .box_erea .box_left {
        margin: 2vw auto 3vw auto;
        width: 30vw;
        height: auto;
        text-align: right;
        color: #fff;
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 30px;
    }	
    #foot_erea .box_erea .box_left img {
        width: 100%;	
        max-width: 300px;
        padding-top: 1vw;
    }	
    #foot_erea .box_erea .box_left .spec {
        margin: 40px 0px 0px 40px;	
    }
    #foot_erea .box_erea .box_left li {
        margin: 10px 0px 0px 0px;		
    }
    .hanging-indent {
        padding-left: 1em;
        text-indent: -1em;
    }
    #foot_erea .box_erea .box_right {
        margin: 2vw auto 3vw auto;
        width: 64vw;
        height: auto;
        text-align: left;
        letter-spacing: 1px;
        font-size: 0.8em;
        line-height: 1.4em;
        color: #fff;
        padding-left: 2vw;
        padding-bottom: 0vw;
    }	
    #foot_erea .box_erea .box_right .tx1 {
        margin: 45px 0px 15px 18px;	
    }
    #foot_erea .box_erea .box_right .spec {
        margin: 0vw auto 0px auto;	
    }
    #foot_erea .box_erea .box_right li {
        margin: 15px 0px 0px 0px;		
    }
        
    
    footer {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: 18vw;
        background: #fff;
        margin: 0px auto;
        padding: 15px 0px 10px 0px;
        clear: both;
        color: #555;
    }		
    footer ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50vw;
        max-width: 450px;
    }
    footer li {
        margin: 0px auto 10px auto;
        display: inline-block;
        font-size: 13px;
        width: auto;
    }
    footer li a:hover {
        text-decoration: underline;
    }
    footer li.sl {
        width: 1vw;
        margin: 0px auto 10px auto;
    }
    footer p {
        margin: 0px auto 20px auto;
        font-size: 12px;
        color: #ffffff;
    }			
    footer .copy{
        margin: 10px auto 0px auto;
    }	
        
        
    #page_btn {
        position: fixed;
        z-index: 900;
        right: 10px;
        bottom: 0;
        width: 240px;
    }
    #page_btn01 img {
        width: 100%;
    }
    #page_btn01:hover {
        /*filter: brightness(120%);*/
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;	
    }	
        
    
    #page_btn02 {
        position: fixed;
        z-index: 950;
        right: 10px;
        bottom: 0;
        width: 175px;
        /* overflow: hidden; を追加して、ズーム時に親要素からはみ出さないようにする */
        overflow: hidden;
    }
    
    #page_btn02 img {
        width: 100%;
        display: block; /* 画像の下にできる余白をなくすため */
        position: relative; /* 擬似要素より手前に来るように */
        z-index: 2; /* 擬似要素より上に表示 */
        transition: opacity 0.3s ease; /* ホバー時に元の画像をフェードアウトさせる場合 */
    }
    
    /* ホバー時のズーム画像（擬似要素で実装） */
    #page_btn02 a {
        position: relative; /* 擬似要素の基準点 */
        display: block; /* aタグがブロック要素になるように */
        width: 100%;
        height: 100%;
    }
    
    #page_btn02 a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        /* --- Retina対応ここから --- */
        
        /* 1. 標準ブラウザ & 古いブラウザ用フォールバック */
        background-image: url('../images/btn_follow_on.webp');
        
        /* 2. 最新のRetina対応 (image-setを使用) */
        /* -webkit- はSafariなどの互換性のために入れておくと安心です */
        background-image: -webkit-image-set(
            url('../images/btn_follow_on.webp') 1x,
            url('../images/2x/btn_follow_on@2x.webp') 2x
        );
        background-image: image-set(
            url('../images/btn_follow_on.webp') 1x,
            url('../images/2x/btn_follow_on@2x.webp') 2x
        );
        
        /* 画像がコンテナ全体を埋めるように設定 */
        background-size: cover; 
        background-position: center;
        background-repeat: no-repeat;
        
        /* --- Retina対応ここまで --- */
    
        z-index: 1;
        opacity: 0;
        transform: scale(0.9);
        transition: transform 1.5s ease, opacity 0.5s ease;
    }
    
    #page_btn02 a:hover img {
        opacity: 1; /* 元の画像をフェードアウト */
    }
    
    #page_btn02 a:hover::before {
        opacity: 1; /* ズーム画像をフェードイン */
        transform: scale(1.0); /* 1.1倍にズーム */
    }
    
    
    
    /* 3つのポップアップ共通のスタイル */
    .center-popup-style {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.9); 
        z-index: 900;
        opacity: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
        pointer-events: none; 
    }
    
    #popup-03 {
        background: #000;
    }
    
    /* 表示時のスタイル */
    .center-popup-style.is-active {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
        pointer-events: auto;
    }
    
    /* 以下は共通パーツ（前回と同じでOK） */
    .center-popup-style img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100vw;
        /*box-shadow: 0 0 20px rgba(0,0,0,0.5);*/
    }
    .popup-inner {
        position: relative;
    }
    

    }
    

    


@media screen and (min-width: 501px) and (max-width: 768px) {
    
    .invisible-pc {
        display: block;
    }
    .invisible-sp {
        display: none;
    }
    
    .invisible-pc500 {
        display: none;
    }
    .invisible-sp500 {
        display: block;
    }



    #dmm_ntgnavi {
        position: relative;
        z-index: 500 !important;
        width: 100%;
        background: url(../images/bg_navimain.gif) center center repeat-x;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font-size: 12px;
        font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
        display: flex;
        justify-content: space-between;
    }

    #dmm_ntgnavi ul {
        list-style: none;
        margin: 2px 0;
        padding: 0;
        display: flex;
        width: 50%;
    }
    
    #dmm_ntgnavi ul li {
        margin: 0 6px 0 0;
        line-height: 15px;
    }
    
    #dmm_ntgnavi .navi_left li > a {
        display: block;
        padding: 0 3px 0 8px;
        text-decoration: none;
        border: 1px solid #eee;
        border-radius: 3px;
    }
    
    #dmm_ntgnavi .navi_left li > a:hover {
        background: #eee;
        border: 1px solid #666;
        border-radius: 3px;
    }
    
    #dmm_ntgnavi .navi_left li > a span {
        display: block;
        padding: 9px 10px 7px 28px;
        color: #333;
        font-weight: bold;
    }
    
    #dmm_ntgnavi .navi_left li.dmm_top img {
        margin: 8px 5px 8px 0
    }
    
    #dmm_ntgnavi .navi_left li.ntg_top {
        margin-left: 10px;
    }
    
    #dmm_ntgnavi .navi_left li.ntg_top span {
        background: url(../images/bg_bt_olgtop.gif) 0 center no-repeat;
        font-size: min(2.9vw,12px);
    }
    
    #dmm_ntgnavi .navi_right {
        justify-content: flex-end;
        font-size: 10px;
    }
    
    #dmm_ntgnavi .navi_right li {
        margin: 0 10px 0 0;
        padding: 8px 5px;
    }
    
    #dmm_ntgnavi .arrow {
        padding-left: 14px;
        background: url(../images/arrow_common.gif) no-repeat left center;
    }
    
    #dmm_ntgnavi .tx-point {
        font-size: 16px;
        font-weight: bold;
        color: #ff4b4b !important;
    }
    
    #dmm_ntgnavi a {
      color: inherit;
      text-decoration: none;
    }
    
    #dmm_ntgnavi p {
        margin: 0;
        line-height: 2.6em;
    }
    
    #dmm_ntgnavi .clear {
        clear: both;
    }
    /*
    video {
        display: none;
    }
    */



    main {
        width: 100%;
        height: auto;
        margin: 0 auto 0vw auto;
        background: #000;
    }


    
    header {
        display: block;
        position: fixed; /* ヘッダーを固定 */
        z-index: 999;
        pointer-events: none;
        top: 0vw; /* 画面上部に固定 */
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 0px;
        background: url("../images/nav_bg.webp") no-repeat top center;
        background-size: auto;
        background-color: rgba(28, 55, 76, 0.0);
        text-align: center;
        transition: .3s;
        transform: translateY(-100%); /* ヘッダーを初めは隠す */
    }
    .menu-wrapper {
        pointer-events: auto;
    }
    header.slideDown {
        transform: translateY(0); /* スライドダウンエフェクト */
        transition: 0.5s; /* トランジションの時間を指定 */
    }
    
    
    #header_box {
        position: relative;
        z-index: 996;
        width: 100%;
        max-width: 1920px;
        margin: 0px auto;
        overflow: hidden;
    }
    nav ul {
        position: relative;
        top: 0.45vw;
        justify-content: center;
        display: flex;
        padding: 0;
        margin: 0;
    }
    nav li {
        width: auto;
        margin: 0px; /* 上下左右のマージン */
        padding: 0 2px;
        text-align: center; /* 画像を中央揃え */
    }
    @keyframes slideIn {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }
    /* 【重要】画像下の謎の隙間を消す */
    nav li img {
        /* 画像はデフォルトで下に隙間ができるため、blockまたはbottomを指定 */
        vertical-align: top; 
        
        /* または以下でもOK */
        /* display: block; */
    }
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    
    
    
    /* ベースの設定 */
    nav ul.nav-list {
        position: relative;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: center; /* 中央揃え */
    }
    
    nav li {
        position: relative;
        top: -0.35vw;
        margin: 0 0.08vw;
        padding: 0;
    }
    nav li.nav02 {
        position: relative;
        top: -0.45vw;
    }
    nav li.nav04 {
        position: relative;
        top: -0.45vw;
    }
    nav li.nav05 {
        position: relative;
        top: -0.45vw;
    }
    
    
    /* 【重要】画像下の謎の隙間を消す */
    nav li img {
        /* 画像はデフォルトで下に隙間ができるため、blockまたはbottomを指定 */
        vertical-align: top; 
        
        /* または以下でもOK */
        /* display: block; */
    }
    
    /* リンクタグを基準位置（relative）にする */
    nav li a {
        display: block;
        position: relative; /* 子要素のabsoluteの基準点にする */
        font-size: 0;       /* 画像下の隙間対策 */
    }
    
    /* 画像共通スタイル */
    nav li a img {
        display: block;
        width: auto; /* HTMLのwidth属性を尊重しつつ崩れを防ぐ */
        height: auto;
        /* 画像の切り替えをふわっとさせる（0.3秒） */
        transition: opacity 1.3s ease;
    }
    
    /* 通常画像（normal）の設定 */
    nav li a img.normal {
        position: relative; /* 通常配置 */
        opacity: 1;         /* 最初は見えている */
    }
    
    /* ホバー画像（hover）の設定 */
    nav li a img.hover {
        position: absolute; /* normalの上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明で隠しておく */
    }
    
    /* --- ホバー時の動き --- */
    
    /* マウスが乗ったら、通常画像を消す */
    nav li a:hover img.normal {
        opacity: 0;
    }
    
    /* マウスが乗ったら、ホバー画像を表示する */
    nav li a:hover img.hover {
        opacity: 1;
    }
    
    
    
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    /* リンクエリアの基準位置設定 */
    .nav-list a {
        display: block;
        position: relative; /* 画像を絶対配置するための基準 */
        line-height: 0;     /* 画像下の隙間を消す */
    }
    
    /* 全画像の共通設定 */
    .nav-list img {
        vertical-align: bottom;
        width: auto;        /* 必要に応じて調整 */
        height: auto;
    }
    
    /* ホバー画像（前面）の設定 */
    .nav-list .nav-img-hover {
        position: absolute; /* 通常画像の上に重ねる */
        top: 0;
        left: 0;
        opacity: 0;         /* 最初は透明にして見えなくする */
        transition: opacity 0.3s ease; /* ふわっと切り替える */
    }
    
    /* ホバー時の動作 */
    .nav-list a:hover .nav-img-hover {
        opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
    }
    
    
    
    
    #fv {
        position: relative;
        overflow: hidden;
        z-index: 100;
        width: 100%;
        height: 65vw;
        min-height: 250px;
        background-image: url(../images/fv_bg.webp);
        background-image: image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
        background-size: cover;
    }
    
    #fv img {
        width: 100%;
    }
    #fv .fv_chara {
        display: none;
        position: relative;
    }
    #fv .fv_chara .chara01 {
        position: relative;
        z-index: 20; 
        top: 0.5vw;
        left: -0.5vw;
        width: 45vw;
    }
    #fv .fv_chara .chara02 {
        position: relative;
        z-index: 10; 
        top: -30vw;
        left: -17vw;
        width: 24vw;
    }
    #fv .fv_chara .chara03 {
        position: relative;
        z-index: 10; 
        top: -58vw;
        right: -23vw;
        width: 28vw;
    }
    #fv .fv_chara .chara04 {
        position: relative;
        z-index: 30; 
        top: -85vw;
        left: -6.7vw;
        width: 38vw;
    }
    #fv .fv_chara .chara05 {
        position: relative;
        z-index: 30; 
        top: -114vw;
        right: -7vw;
        width: 27vw;
    }
    #fv .fv_chara .chara06 {
        position: relative;
        z-index: 40; 
        top: -147vw;
        left: -13vw;
        width: 28vw;
    }
    #fv .fv_chara .chara07 {
        position: relative;
        z-index: 40; 
        top: -177vw;
        right: -14vw;
        width: 33vw;
    }
    
    #fv .fv_movie {
        display: block;
        position: relative;
        z-index: 130;
        width: 100%;
        height: 100%;
    }
    #fv .fv_txt {
        position: absolute;
        z-index: 150;
        transform: none;
    
        width: 38vw;
        left: 18%; 
        margin-left: -19vw;
        top: 0%;
    
        width: 50vw;
        max-width: 600px;
        filter: blur(50px); 
        transition: filter 2.5s ease;
    }
    #fv .fv_txt.aos-animate {
        filter: blur(0px);
    }
    
    #fv .fv_logo {
        position: absolute;
        z-index: 180;
        transform: none;
        width: 30vw; 
        left: 22%;
        margin-left: -15vw;
        top: 40%;
        width: 40vw; 
        max-width: 450px;
    }
    #fv .fv_logo.aos-animate {
        filter: blur(0px);
    }
    
    
    
    
    .cta_erea {
        position: relative;
        z-index: 500;
        top: -30.5vw;
        width: 85vw;
        min-width: 222px;
        height: 100%;
        min-height: 332px;
        margin: 0 auto;
        /*
        height: 332px;
        */
        background-image: url(../images/sp/cta_bg.webp);
        background-image: image-set(url(../images/sp/cta_bg.webp) 1x, url(../images/sp/2x/cta_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sp/cta_bg.webp) 1x, url(../images/sp/2x/cta_bg@2x.webp) 2x);
        background-size: contain;
    }
    .cta_erea h2 {
        position: relative;
        z-index: 100;
        top: 6.2vw;
    }
    .cta_erea h2 img {
        width: 60%;
    }
    .cta_erea .games_btn_erea {
        position: static;
        z-index: 100;
        margin: 0;   
    }
    .cta_erea .games_btn_erea li {
        margin: 0px auto 0px auto;
    }
    .cta_erea .games_btn_erea li.btn01 {
        margin: 1.2vw 0px 0px 8vw;
        width: 20vw;
        height: auto;
        text-align: left;
        float: left;
    }
    .cta_erea .games_btn_erea li.btn01 img {
        width: 16vw;
        height: auto;
    }
    .cta_erea .ntg-rule-box {
        margin-top: 5px;
        margin-left: 5px;
    }
    
    .cta_erea .games_btn_erea li.btn01 .title_policy a {
        text-decoration: underline;
    }
    .cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
        font-size: 10px;
        color: #FFFFFF;		
    }
    .cta_erea .games_btn_erea li.btn01 label {
        font-size: 10px;
        color: #FFFFFF;		
    }
    .cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
        font-size: 10px;
        color: #FFFFFF;		
    }	
    .cta_erea .games_btn_erea li.btn02 {
        margin: 0.85vw 0px 0px 0.7vw;
        width: 20vw;
        height: 100px;
        text-align: left;
        float: left;
    }	
    .cta_erea .games_btn_erea li.btn02 img {
        width: 16vw;
        height: auto;
    }
    .cta_erea .games_btn_erea li.btn02 label {
        font-size: 12px;
        color: #FFFFFF;		
    }
    .cta_erea .games_btn_erea li.btn03 {
        margin: 2.65vw 0px 0px 3vw;
        width: 18vw;
        height: 100px;
        text-align: left;
        float: left;
    }	
    .cta_erea .games_btn_erea li.btn03 img {	
        width: 12vw;
    }
    .cta_erea .games_btn_erea li.btn04 {
        position: absolute;
        
        top: 15vw; 
        
        left: 50%;
        transform: translateX(-50%);
        
        width: 35vw;
        height: auto;
        
        margin: 0; 
    }
    .cta_erea .games_btn_erea li.btn05 {
        margin: 0px 0px 0px 25px;
        width: 250px;
        height: 75px;
        text-align: left;
        float: left;
    }
    .cta_erea .dl_capt {
        margin: -23px 0px 0px 475px;
        position: absolute;
        animation: float 3s ease-in-out infinite;
    }
    
    
    
    #sec01 {
        position: relative;
        overflow: visible;
        z-index: 110;
        width: 100%;
        height: auto;
        background: none;
        top: -90vw;
        margin-bottom: 20vw;
    }
    .sec01_sticky_bg {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1;
        background-image: url(../images/sp/sec01_bg2.webp);
        background-image: image-set(url(../images/sp/2x/sec01_bg2@2x.webp) 1x, url(../images/sp/2x/sec01_bg2@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sp/2x/sec01_bg2@2x.webp) 1x, url(../images/sp/2x/sec01_bg2@2x.webp) 2x);
        background-position: top center;
        background-size: cover;
    }
    .sec01_content_wrapper {
        position: relative;
        z-index: 2;
        margin-top: -100vh;
        padding-top: 45vw;
        min-height: calc(100vh + 90vw);
        width: 100%;
        overflow-x: hidden;
    }
    
    
    #sec01 h2.md {
        position: relative;
        top: 5vw;
        width: 40vw;
        max-width: 450px;
    }
    #sec01 h2.md img {
        width: 100%;
    }
    #sec01 .campaign {
        position: relative;
        top: 5vw;
        width: 100%;
        max-width: 1122px;
        height: auto;
        text-align: center;
        margin: 0 auto;
        background-image: url(../images/sp/sec01_insebg01.webp);
        background-image: image-set(url(../images/sp/2x/sec01_insebg01@2x.webp) 1x, url(../images/sp/2x/sec01_insebg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sp/2x/sec01_insebg01@2x.webp) 1x, url(../images/sp/2x/sec01_insebg01@2x.webp) 2x);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
    }
    #sec01 .campaign .camtxtsp {
        position: relative;
        top: 3.4vw;
        width: 94vw;
    }
    #sec01 .campaign .camtxtsp img {
        width: 100%;
    }
    #sec01 .campaign ul.insentive {
        display: flex;
        flex-wrap: wrap;
        gap: 1px;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 2.0vw;
        width: 90vw;
        max-width: 1022px;
        padding-bottom: 25vw;
    }
    #sec01 .campaign ul.insentive li {
        width: calc((100% - 10px) / 2); 
    }
    #sec01 .campaign ul.insentive li img {
        width: 100%;
    }

    
    #sec01 .campaign02 {
        position: relative;
        top: 5vw;
        width: 100%;
        max-width: 1122px;
        height: 100%;
        max-height: 650px;
        text-align: center;
    }
    #sec01 .campaign02bg {
        width: 100%;
        max-width: 1122px;
        height: 100%;
        max-height: 750px;
    }
    #sec01 .campaign02 img {
        width: 100%;
    }
    #sec01 .campaign02chara01 {
        position: absolute;
        top: -1vw;
        width: 55%;
        left: -20%;
    }
    #sec01 .campaign02chara02 {
        position: absolute;
        top: 0vw;
        width: 57%;
        right: -25%;
    }
    [data-aos="expand-left"] {
        opacity: 0;
        /* スタート位置：本来の位置より右（画面中央寄り）に40%ズレた状態 */
        transform: translateX(40%);
        
        /* 滑らかさの設定 */
        transition-property: transform, opacity;
        transition-timing-function: ease-out; /* スーッと動く */
    }
    [data-aos="expand-left"].aos-animate {
        opacity: 1;
        /* 本来の位置（left: -20% など）に戻る */
        transform: translateX(0);
    }
    [data-aos="expand-right"] {
        opacity: 0;
        /* スタート位置：本来の位置より左（画面中央寄り）に40%ズレた状態 */
        transform: translateX(-40%);
        
        /* 滑らかさの設定 */
        transition-property: transform, opacity;
        transition-timing-function: ease-out;
    }
    [data-aos="expand-right"].aos-animate {
        opacity: 1;
        /* 本来の位置（right: -20% など）に戻る */
        transform: translateX(0);
    }
    
    
    #sec01 .campaign02txt02 {
        position: absolute;
        top: 8vw;
        width: 85%;
        left: 0;
        right: 0;
        margin: auto;
    }
    #sec01 .campaign02txt02 img {
        width: 100%;
    }
    
    
    
    
    


    
    
    #sec015 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -120vw;
        width: 100%;
        height: 35vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 30%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    #sec018 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -115vw;
        width: 100%;
        height: 25vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    #sec019 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -58vw;
        width: 100%;
        height: 15vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    
    
    
    
    #sec02 {
        position: relative;
        overflow: hidden;
        z-index: 90;
        top: -55vw;
        width: 100%;
        height: 93vw;
        max-height: 1200px;
        /*
        background-image: url(../images/sec01_bg.webp);
        background-image: image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
        */
        background: #000;
        background-size: cover;
    }
    #sec02 h2.md {
        position: relative;
        z-index: 90;
        top: 8vw;
        width: 50vw;
        max-width: 401px;
    }
    #sec02 h2.md img {
        width: 100%;
    }
    #sec02 .pvbox {
        position: relative;
        overflow: hidden;
        z-index: 90;
        top: 9vw;
        width: 100%;
        height: 100%;
        max-height: 764px;
        background-image: url(../images/sec02_btnbg.webp);
        background-image: image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
        /*
        */
        background-size: contain;
    }
    
    
    #sec02 .background-video {
        opacity: 0.2;
    }
        
    /*----movie----*/
    .video-container {
        position: relative;
        overflow-x: hidden;
        width: 100%;
        height: 730px;
        margin: 100px auto 0px auto;
    }
    
        
    .video-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index:2;
        background:rgba(28, 55, 76, 0.7);
        pointer-events: none; 
    }	
    
    .video-container .capt01 {
        position: relative;
        z-index: 100;
        margin: 60px auto 0 auto;
    }	
        
     .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .play-button {
        position: relative;
        z-index: 100;
        top: 17vw;
        left: -1vw;
        cursor: pointer;
        width: 20vw;
        height: auto;
        margin: 0 auto;
    }
    .play-button:hover {
        filter: brightness(150%);
        transform: scale(1.05,1.05);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;	
    }
    .play-icon {
        position: relative;
        overflow: hidden;
        z-index: 110;
        width: 18vw;
        height: auto;
    }
    
    .popup-video {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    .video-wrapper {
        position: relative; /* ここに `position` を追加 */
        width: 80%;
        max-width: 1280px; /* 追加: 内容物の最大幅を設定 */
        margin: auto; /* 追加: 中央揃え */
    }
    .popup-video video {
        width: 100%;
        height: auto;
    }
    .close-button {
        position: absolute;
        top: -40px; /* 変更: ボタンのサイズに合わせて変更する */
        right: -40px; /* 変更: ボタンがはみ出す場合はこの値を適切に調整する */
        background: transparent;
        border: none;
        color: white;
        font-size: 30px;
        cursor: pointer;
    }
        
        
    /* ========================= [ player追加実装 ] ========================= */
    
    .popupButton_player {
        background: none;
        border: none;
        cursor: pointer;
        margin: 10px;
    }
    
    .popup_player {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 1100;
    }
    
    .popup-content_player {
        position: relative;
        background-color: white;
        border-radius: 8px;
        width: 80%;
        height: 80%;
        max-width: 600px;
        max-height: 400px;
    }
    
    .close-button_player {
        position: absolute;
        top: -1px;
        right: 6px;
        font-size: 24px;
        cursor: pointer;
    }
    
    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
        
        
    
    .atention_popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index:1000;
        overflow: hidden;
    }
    
    #popupBox {
        margin:0px auto 0px auto;
        padding: 20px;
        width: 1154px;
        height: 682px;
        position: relative;
        
    }
    #popupBox .tx_box{
        margin:120px 0px 0px 120px;
        text-align: left;		
    }
    #popupBox .tx01{
        margin:0px 0px 20px 0px;
        font-size:20px;
        font-weight: bold;
        color:#0062ae;
    }	
        
    #popupBox .tx02 li{
        margin:8px 0px 0px 0px;
        font-size:15px;
        letter-spacing:1px;
        word-break: break-all;
        white-space: nowrap;
        text-indent: -10px;
    }
    
    #closeButton2 {
        margin:0px auto 0px auto;
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
        
        
    #cta_zone {
        position: relative;
        z-index: 500;
        top: -65vw;
        width: 100%;
        height: 40vw;
        background-image: linear-gradient(
            to bottom, /* ← 向きを「下へ」に指定 */
          rgba(0, 0, 0, 0), /* 開始色: Opacity 0% の黒 */
          rgba(0, 0, 0, 1) 25% /* 25%の位置（不透明な黒）*/
        );
        background-size: cover;
    }
    #cta_zone .cta_erea {
        position: relative;
        z-index: 500;
        top: 5vw;
    }
    
        
        
    /*----character----*/
        
    #sec03 {
        position: relative;
        overflow: hidden;
        z-index: 300;
        top: -55vw;
        width: 100%;
        height: 140vw;
        max-height: 1600px;
        background-image: linear-gradient(
            to bottom, /* ← 向きを「右へ」に指定 */
          rgba(0, 0, 0, 0), /* 開始色: Opacity 0% の黒 */
          rgba(0, 0, 0, 1) 5% /* 10%の位置（不透明な黒）*/
        );
        background-size: cover;
        /*
        background-image: url(../images/sec03_bg01.webp);
        background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-size: cover;
        */
    }
    #sec03 h2.md {
        position: relative;
        z-index: 390;
        top: 3vw;
        width: 50vw;
        max-width: 546px;
    }
    #sec03 h2.md img {
        width: 100%;
    }
    #sec03 .charabg01 {
        position: relative;
        overflow: hidden;
        z-index: 300;
        width: 100%;
        height: 100%;
        background-image: url(../images/sp/sec03_bg01.webp);
        background-image: image-set(url(../images/sp/sec03_bg01.webp) 1x, url(../images/sp/2x/sec03_bg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sp/sec03_bg01.webp) 1x, url(../images/sp/2x/sec03_bg01@2x.webp) 2x);
        background-position: top center;
        background-size: cover;
    }
    #sec03 .charabg02 {
        position: relative;
        overflow: hidden;
        z-index: 300;
        top: -140vw;
        width: 100%;
        height: 100%;
        background-image: url(../images/sp/sec03_bg02.webp);
        background-image: image-set(url(../images/sp/sec03_bg02.webp) 1x, url(../images/sp/2x/sec03_bg02@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sp/sec03_bg02.webp) 1x, url(../images/sp/2x/sec03_bg02@2x.webp) 2x);
        background-position: top center;
        background-size: cover;
        opacity: 0;
    }
    
    /*はいけいぴかぴか*/
    @keyframes blink-fast {
        0%, 31.6%, 33.8%, 36%, 100% {
          opacity: 0;
        }
        30.5%, 32.7%, 34.9% {
          opacity: 1;
        }
    }
    .blink-fast {
        animation: blink-fast 3.9s linear infinite;
    }
    
    /*
    */
    
    
    
    #sec03 .container {
        position: relative;
        overflow: hidden;
        z-index: 380;
        top: -280vw;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #sec03 .box {
        position: relative;
        width: 100%;
        height: 100%;
        top: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    /* メイン画像 */
    #sec03 .background-image {
        position: relative;
        z-index: 300;
        top: -15vw;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        /* 画像切り替え時のフェードイン・アウト */
        transition: opacity 0.5s ease-in-out;
    }
    #sec03 .box-contentmain {
        width: 90vw;
        height: 90vw;
    }
    #sec03 .box-contentmain img {
        width: 100%;
        height: 100%;
    }
    /* アニメーションさせる中身 (テキストコンテナ) */
    .box-content {
      position: absolute;
      top: 0;
      bottom: 0px;
      left: 5vw;
      width: 90vw;
      height: 90vw;
    }
    /* スクエア */
    #sec03 .sq {
        position: relative;
        z-index: 280;
        top: -15.5vw;
        width: 90vw;
        height: 90vw;
    }
    #sec03 .sq img {
        width: 100%;
    }
    /* 触手 */
    #sec03 .tenta {
        position: relative;
        z-index: 290;
        top: -104vw;
        width: 90vw;
        height: 90vw;
    }
    #sec03 .tenta img {
        width: 100%;
    }
    /* 前側エフェクト */
    #sec03 .eff {
        position: relative;
        z-index: 310;
        top: -194.2vw;
        left: -0vw;
        width: 90vw;
        height: 90vw;
    }
    #sec03 .eff img {
        width: 100%;
    }
    /* 紹介文 */
    #sec03 .txt {
        position: relative;
        z-index: 320;
        top: -228vw;
        width: 90vw;
        height: 90vw;
        left: 0px;
    }
    #sec03 .txt img {
        width: 90%;
    }
    /* name */
    #sec03 .name {
        position: relative;
        z-index: 320;
        top: -327vw;
        width: 80vw;
        height: 80vw;
        left: 0px;
    }
    #sec03 .name img {
        width: 40%;
    }
    
    
    /* --- 時差アニメーションの定義 --- */
    
    /* --- 1. 共通の初期状態 (透明) --- */
    .animate-item {
        opacity: 0;
        /* ★ 修正: clip-path もアニメーション対象に含める */
        transition: opacity 0.7s ease-out, transform 0.7s ease-out, clip-path 1s ease-out;
    }
    
    /* --- 2. [tenta と txt 以外] の初期状態 (下から) --- */
    /* ★ 修正: .txt を除外 */
    .animate-item.sq,
    .animate-item.eff,
    .animate-item.name {
        /* (※注: 現在 0px ですが、もし動かない場合、
            以前の 15px などに変更する必要があるかもしれません) */
        transform: translateY(0px);
    }
    
    /* --- 3. [tenta専用] の初期状態 (ズーム 0%) --- */
    .animate-item.tenta {
        transform: scale(0); /* 0% のサイズ */
    }
    
    /* --- ★ 追加: [txt専用] の初期状態 (クリップ) ★ --- */
    .animate-item.txt {
        /* 右側を100%隠す (上 右 下 左) */
        clip-path:inset(0 1000px); 
    }
    
    
    /* ------------------------------------ */
    /* ▼ アニメーション開始 (.animate-in 付与時) ▼ */
    /* ------------------------------------ */
    
    /* --- 4. 共通のアニメーション完了状態 (表示) --- */
    .box.animate-in .animate-item {
        opacity: 1;
    }
    
    /* --- 5. [tenta と txt 以外] のアニメーション完了状態 --- */
    /* ★ 修正: .txt を除外 (初期状態と合わせる) */
    .box.animate-in .animate-item.sq,
    .box.animate-in .animate-item.eff,
    .box.animate-in .animate-item.name {
        transform: translateY(0);
    }
    
    /* --- 6. [tenta専用] のアニメーション完了状態 --- */
    .box.animate-in .animate-item.tenta {
        transform: scale(1); /* 100% */
    }
    
    /* --- ★ 追加: [txt専用] のアニメーション完了状態 (クリップ解除) ★ --- */
    .box.animate-in .animate-item.txt {
        clip-path:inset(0 0); /* 完全に表示 */
        transform: translateY(0); /* 念のため完了状態を明記 */
    }
    
    
    /* (オプション) 複数の要素を順番に動かす */
    .box.animate-in .animate-item:nth-child(1) {
        transition-delay: 0.1s; /* .sq が 0.1秒遅れ */
    }
    .box.animate-in .animate-item:nth-child(2) {
        /* ★ 修正: clip-path を追加 (バグ防止) */
        transition: scale 0.4s ease-in, transform 0.4s ease-in, opacity 0.3s ease-in, clip-path 0.2s ease-in;
        transition-delay: 4.2s; /* .tenta が 5.2秒遅れ */
    }
    .box.animate-in .animate-item:nth-child(3) {
        /* ★ 修正: clip-path を追加 (バグ防止) */
        transition: opacity 0.3s ease-out, transform 0.2s ease-out, clip-path 0.2s ease-out;
        transition-delay: 4.7s; /* .eff が 3.5秒遅れ */
    }
    .box.animate-in .animate-item:nth-child(4) {
        transition: opacity 0.3s ease-out, transform 0.2s ease-out, clip-path 0.45s ease-out;
        transition-delay: 1.7s; /* .txt が 1.7秒遅れ */
        /* (ここは transition を上書きしていないので、
         共通の transition (1s) と clip-path が適用されます) */
    }
    .box.animate-in .animate-item:nth-child(5) {
        transition-delay: 0.5s; /* .name が 0.5秒遅れ */
    }
    
    
    #sec03 .background-image.hidden {
        opacity: 0;
    }	
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0); /* 初期位置 */
        }
        50% {
            transform: translateY(-10px); /* 上に移動 */
        }
    }
    #sec03 .arrows {
        font-size: 2em;
        width: 5vw;
        cursor: pointer;
        user-select: none;
        z-index: 10;
    }
    #sec03 .arrows img {
        width: 100%;
    }
    #sec03 .left-arrow {
        margin: -10vw 90vw 0px 0px;
        position: absolute;
    }
    #sec03 .right-arrow {
        margin: -10vw -90vw 0px 0px;
        position: absolute;
    }
    #sec03 .thumbnails {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: -283vw;
        display: flex;
        justify-content: center;
    }
    #sec03 .thumbnail {
        width: 18vw;
        height: auto;
        object-fit: cover;
        margin: 0 0.5vw;
        cursor: pointer;
    }
    
    
    
    #sec035 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -65vw;
        width: 100%;
        height: 30vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 30%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    #sec037 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -80vw;
        width: 100%;
        height: 40vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    #sec038 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -95vw;
        width: 100%;
        height: 20vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
    }
    
    
    
    /*----sec04----*/
    
    #sec04 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -40vw;
        width: 100%;
        height: 160vw;
        max-height: 1585px;
        background-image: linear-gradient(
          to bottom, /* 上から下へ */
          
          rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
          rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
          rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
          rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        );
        background-size: cover;
    
        /*
        background-image: url(../images/sec03_bg01.webp);
        background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
        background-size: cover;
        */
    }
    
    #sec04 h2.md {
        position: relative;
        z-index: 390;
        top: 3vw;
        width: 50vw;
        max-width: 450px;
    }
    #sec04 h2.md img {
        width: 100%;
    }
    #sec04 .container {
        position: relative;
        top: 9vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    #sec04 .box {
        position: relative;
        width: 85vw;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    #sec04 .background-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    #sec04 .background-image.hidden {
        opacity: 0;
    }	
    
    #sec04 .arrows {
        font-size: 2em;
        width: 5vw;
        cursor: pointer;
        user-select: none;
        z-index: 10;
    }
    #sec04 .arrows img {
        width: 100%;
    }
    #sec04 .left-arrow {
        margin: 0px 92vw 0px 0px;
        position: absolute;
    }
    #sec04 .right-arrow {
        margin: 0px -92vw 0px 0px;
        position: absolute;
    }
    
    #sec04 .thumbnails {
        position: relative;
        top: 9.5vw;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        width: 95vw;
    }
    
    #sec04 .thumbnail {
        width: 18.7%;
        height: auto;
        object-fit: cover;
        margin: 0 0px;
        cursor: pointer;
    }
        
    
    
    
    #sec04 .cta_erea {
        position: relative;
        z-index: 500;
        top: 12vw;
        width: 1022px;
        width: 85vw;
        max-width: 1022px;
        height: 100%;
        min-height: 332px;
        margin: 0 auto;
        /*
        height: 332px;
        */
        background-image: url(../images/sp/cta_bg.webp);
        background-image: image-set(url(../images/sp/cta_bg.webp) 1x, url(../images/sp/2x/cta_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sp/cta_bg.webp) 1x, url(../images/sp/2x/cta_bg@2x.webp) 2x);
        background-size: contain;
    }
    
    #sec046 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -65vw;
        width: 100%;
        height: 47vw;
        max-height: 1285px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    #sec047 {
        position: relative;
        overflow: hidden;
        z-index: 410;
        top: -70vw;
        width: 100%;
        height: 100vw;
        max-height: 1585px;
        background-image: linear-gradient(
        to bottom, /* 上から下へ */
      
         rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
         rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
         rgba(0, 0, 0, 1) 80%, /* 3. 90%まで不透明を維持 */
         rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
    )   ;
    }
    
    
    
    
    
    
        
    /*----sec05----*/	
        
    #sec05 {
        position: relative;
        overflow: hidden;
        z-index: 400;
        top: -75vw;
        width: 100%;
        height: 70vw;
        background-color: #000;
        background-image: url(../images/sec05_bg.webp);
        background-image: image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
        background-image: -webkit-image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
        background-position: top center;
        background-size: contain;
        margin: 0 auto -78vw auto;
    }	
    #sec05 .txt {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: 25vw;
        width: 70vw;
    }
    #sec05 .txt img {
        width: 100%;
    }
    #sec05 video {
        position: relative;
        top: -15vw;
        opacity: 0.6;
        width: 100%;
    }
    .back_btn{
        margin: 100px auto 0px auto;		
    }
        
        
        
    /*----foot_btn----*/	
    
    #foot_btn_erea {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: -0vw;
        width: 100%;
        height: auto;
        max-height: 550px;
        /*
        */
        background-color: #000;
        background-size: cover;
        background: none;
        margin: 0 auto 0vw auto;
    }	
    #foot_btn_erea .capt01{
        margin: 100px auto 60px auto;
    }
    #foot_btn_erea .btn_erea02{
        margin: 0px auto 0px auto;
        width: 1104px;
        height: 260px;
        position: relative;
        overflow: visible;
    }
    #foot_btn_erea .btn_erea02 .btn_capt01{
        top: 0px;
        margin: 0px 0px 15px 0px;
        position: relative;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li{
        margin: 10px 14px 0px 14px;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01{
        margin: 0px 0px 0px 180px;
        width: 243px;
        height: 100px;
        text-align: left;
        float: left;
    }	
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .title_policy a{
        text-decoration: underline;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 label{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn02{
        margin: -4px 0px 0px 20px;
        width: 237px;
        height: 100px;
        text-align: left;
        float: left;
    }	
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn02 label{
        font-size: 12px;
        color: #FFFFFF;		
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn03{
        margin: 6px 0px 0px 45px;
        width: 207px;
        height: 100px;
        text-align: left;
        float: left;
    }		
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn04{
        margin: 20px 0px 0px 454px;
        width: 203px;
        height: 76px;
        text-align: left;
        float: left;
    }
    #foot_btn_erea .btn_erea02 .games_btn_erea li.btn05{
        margin: 20px 0px 0px 25px;
        width: 250px;
        height: 75px;
        text-align: left;
        float: left;
    }
    
    #foot_btn_erea .btn_erea02 .dl_capt{
        margin: -40px 0px 0px 485px;
        position: absolute;
        animation: float 3s ease-in-out infinite;
    }
    
    
    /*----foot_btn----*/		
        
    #foot_erea {
        margin: 0px auto 0px auto;
        width: 100vw;
        height: auto;
        /*background: rgba(255, 255, 255, 0.5);*/
        background-image: url(../images/sec05_infobg.webp);
        background-size: cover;
    }	
    #foot_erea .box_erea {
        display: block;
        align-items: center;
        justify-content: center;
        margin: 0px auto 0px auto;
        width: 98vw;
        max-width: 765px;
        height: 100%;
    }
    #foot_erea .box_erea .box_left {
        margin: 0vw auto 3vw auto;
        width: 60vw;
        height: auto;
        text-align: right;
        padding-top: 2.5vw;
    }	
    #foot_erea .box_erea .box_left h2 {
        position: relative;
        bottom: 1vw;
    }
    #foot_erea .box_erea .box_left h2 img {
        width: 100%;
    }
    #foot_erea .box_erea .box_left ul {
        position: relative;
        /*top: 1.3vw;*/
        right: 40px;
        display: flex;
        margin: 0 auto;
        width: auto;
        max-width: 282px;
        padding: 2vw;
    }
    #foot_erea .box_erea .box_left ul li {
        width: 121px;
        margin: 0 10px;
        text-align: right;
    }
    #foot_erea .box_erea .box_left ul img {
        width: auto;	
        max-width: 400px;
        height: auto;
        max-height: 38px;
        padding-top: 0vw;
    }	
    #foot_erea .box_erea .box_left .spec {
        margin: 40px 0px 0px 40px;	
    }
    #foot_erea .box_erea .box_left li {
        margin: 10px 0px 0px 0px;		
    }
    .hanging-indent {
        padding-left: 1em;
        text-indent: -1em;
    }
    #foot_erea .box_erea .box_right {
        margin: 2vw auto 0vw auto;
        width: 90vw;
        height: auto;
        text-align: left;
        letter-spacing: 1px;
        font-size: 0.8em;
        line-height: 1.1em;
        color: #fff;
        padding-left: 2vw;
        padding-bottom: 4vw;
    }	
    #foot_erea .box_erea .box_right .tx1 {
        margin: 45px 0px 15px 18px;	
    }
    #foot_erea .box_erea .box_right .spec {
        margin: 0vw auto 0px auto;	
    }
    #foot_erea .box_erea .box_right li {
        margin: 15px 0px 0px 0px;		
    }
    #foot_erea .box_erea .box_right li p {
        padding-bottom: 1.0vw;
    }
        
    
    footer {
        position: relative;
        overflow: hidden;
        z-index: 500;
        top: 0vw;
        background: #fff;
        margin: 0px auto;
        padding: 15px 0px 10px 0px;
        clear: both;
        color: #555;
    }		
    footer ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70vw;
        max-width: 400px;
    }
    footer li {
        margin: 0px auto 10px auto;
        display: inline-block;
        font-size: 12px;
        width: auto;
    }
    footer li a:hover {
        text-decoration: underline;
    }
    footer li.sl {
        width: 1vw;
        margin: 0px auto 10px auto;
    }
    footer p {
        margin: 0px auto 20px auto;
        font-size: 12px;
        color: #ffffff;
    }			
    footer .copy{
        margin: 10px auto 0px auto;
    }	
        
        
    #page_btn {
        position: fixed;
        z-index: 900;
        right: 10px;
        bottom: 0;
        width: 240px;
    }
    #page_btn01 img {
        width: 100%;
    }
    #page_btn01:hover {
        /*filter: brightness(120%);*/
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;	
    }	
        
    
    #page_btn02 {
        position: fixed;
        z-index: 950;
        right: 10px;
        bottom: 0;
        width: 175px;
        /* overflow: hidden; を追加して、ズーム時に親要素からはみ出さないようにする */
        overflow: hidden;
    }
    
    #page_btn02 img {
        width: 100%;
        display: block; /* 画像の下にできる余白をなくすため */
        position: relative; /* 擬似要素より手前に来るように */
        z-index: 2; /* 擬似要素より上に表示 */
        transition: opacity 0.3s ease; /* ホバー時に元の画像をフェードアウトさせる場合 */
    }
    
    /* ホバー時のズーム画像（擬似要素で実装） */
    #page_btn02 a {
        position: relative; /* 擬似要素の基準点 */
        display: block; /* aタグがブロック要素になるように */
        width: 100%;
        height: 100%;
    }
    
    #page_btn02 a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        /* --- Retina対応ここから --- */
        
        /* 1. 標準ブラウザ & 古いブラウザ用フォールバック */
        background-image: url('../images/btn_follow_on.webp');
        
        /* 2. 最新のRetina対応 (image-setを使用) */
        /* -webkit- はSafariなどの互換性のために入れておくと安心です */
        background-image: -webkit-image-set(
            url('../images/btn_follow_on.webp') 1x,
            url('../images/2x/btn_follow_on@2x.webp') 2x
        );
        background-image: image-set(
            url('../images/btn_follow_on.webp') 1x,
            url('../images/2x/btn_follow_on@2x.webp') 2x
        );
        
        /* 画像がコンテナ全体を埋めるように設定 */
        background-size: cover; 
        background-position: center;
        background-repeat: no-repeat;
        
        /* --- Retina対応ここまで --- */
    
        z-index: 1;
        opacity: 0;
        transform: scale(0.9);
        transition: transform 1.5s ease, opacity 0.5s ease;
    }
    
    #page_btn02 a:hover img {
        opacity: 1; /* 元の画像をフェードアウト */
    }
    
    #page_btn02 a:hover::before {
        opacity: 1; /* ズーム画像をフェードイン */
        transform: scale(1.0); /* 1.1倍にズーム */
    }
    
    
    
    /* 3つのポップアップ共通のスタイル */
    .center-popup-style {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.9); 
        z-index: 900;
        opacity: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
        pointer-events: none; 
    }
    
    #popup-03 {
        background: #000;
    }
    
    /* 表示時のスタイル */
    .center-popup-style.is-active {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
        pointer-events: auto;
    }
    
    /* 以下は共通パーツ（前回と同じでOK） */
    .center-popup-style img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100vw;
        /*box-shadow: 0 0 20px rgba(0,0,0,0.5);*/
    }
    .popup-inner {
        position: relative;
    }
    
}
@media screen and (min-width: 650px) and (max-width: 768px) {
    #sec01 {
        /* 画面が広い時は、位置を少し下げる */
        top: -70vw; 
        margin-bottom: 40vw; 
    }
    
    .sec01_content_wrapper {
        /* 画面が広い時は、スクロールを長く戻す */
        min-height: calc(100vh + 130vw);
    }
}




@media (max-width: 500px) {
        
        .invisible-pc {
            display: block;
        }
        .invisible-sp {
            display: none;
        }
        .invisible-pc500 {
            display: block;
        }
        .invisible-sp500 {
            display: none;
        }
    

    
        #dmm_ntgnavi {
            position: relative;
            z-index: 500 !important;
            width: 100%;
            background: url(../images/bg_navimain.gif) center center repeat-x;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
            font-size: 12px;
            font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
            display: flex;
            justify-content: space-between;
        }
    
        #dmm_ntgnavi ul {
            list-style: none;
            margin: 2px 0;
            padding: 0;
            display: flex;
            width: 50%;
        }
        
        #dmm_ntgnavi ul li {
            margin: 0 6px 0 0;
            line-height: 15px;
        }
        
        #dmm_ntgnavi .navi_left li > a {
            display: block;
            padding: 0 3px 0 8px;
            text-decoration: none;
            border: 1px solid #eee;
            border-radius: 3px;
        }
        
        #dmm_ntgnavi .navi_left li > a:hover {
            background: #eee;
            border: 1px solid #666;
            border-radius: 3px;
        }
        
        #dmm_ntgnavi .navi_left li > a span {
            display: block;
            padding: 9px 10px 7px 28px;
            color: #333;
            font-weight: bold;
        }
        
        #dmm_ntgnavi .navi_left li.dmm_top img {
            margin: 8px 5px 8px 0
        }
        
        #dmm_ntgnavi .navi_left li.ntg_top {
            margin-left: 10px;
        }
        
        #dmm_ntgnavi .navi_left li.ntg_top span {
            background: url(../images/bg_bt_olgtop.gif) 0 center no-repeat;
            font-size: min(2.9vw,12px);
        }
        
        #dmm_ntgnavi .navi_right {
            justify-content: flex-end;
            font-size: 10px;
        }
        
        #dmm_ntgnavi .navi_right li {
            margin: 0 10px 0 0;
            padding: 8px 5px;
        }
        
        #dmm_ntgnavi .arrow {
            padding-left: 14px;
            background: url(../images/arrow_common.gif) no-repeat left center;
        }
        
        #dmm_ntgnavi .tx-point {
            font-size: 16px;
            font-weight: bold;
            color: #ff4b4b !important;
        }
        
        #dmm_ntgnavi a {
          color: inherit;
          text-decoration: none;
        }
        
        #dmm_ntgnavi p {
            margin: 0;
            line-height: 2.6em;
        }
        
        #dmm_ntgnavi .clear {
            clear: both;
        }
        /*
        video {
            display: none;
        }
        */
    
    
    
        main {
            width: 100%;
            height: auto;
            margin: 0 auto 0vw auto;
            background: #000;
        }
    
    
        
        header {
            display: block;
            position: fixed; /* ヘッダーを固定 */
            z-index: 999;
            pointer-events: none;
            top: 0vw; /* 画面上部に固定 */
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding-bottom: 0px;
            background: url("../images/nav_bg.webp") no-repeat top center;
            background-size: auto;
            background-color: rgba(28, 55, 76, 0.0);
            text-align: center;
            transition: .3s;
            transform: translateY(-100%); /* ヘッダーを初めは隠す */
        }
        .menu-wrapper {
            pointer-events: auto;
        }
        header.slideDown {
            transform: translateY(0); /* スライドダウンエフェクト */
            transition: 0.5s; /* トランジションの時間を指定 */
        }
        
        
        #header_box {
            position: relative;
            z-index: 996;
            width: 100%;
            max-width: 1920px;
            margin: 0px auto;
            overflow: hidden;
        }
        nav ul {
            position: relative;
            top: 0.45vw;
            justify-content: center;
            display: flex;
            padding: 0;
            margin: 0;
        }
        nav li {
            width: auto;
            margin: 0px; /* 上下左右のマージン */
            padding: 0 2px;
            text-align: center; /* 画像を中央揃え */
        }
        @keyframes slideIn {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }
        /* 【重要】画像下の謎の隙間を消す */
        nav li img {
            /* 画像はデフォルトで下に隙間ができるため、blockまたはbottomを指定 */
            vertical-align: top; 
            
            /* または以下でもOK */
            /* display: block; */
        }
        
        /* リンクエリアの基準位置設定 */
        .nav-list a {
            display: block;
            position: relative; /* 画像を絶対配置するための基準 */
            line-height: 0;     /* 画像下の隙間を消す */
        }
        
        /* 全画像の共通設定 */
        .nav-list img {
            vertical-align: bottom;
            width: auto;        /* 必要に応じて調整 */
            height: auto;
        }
        
        /* ホバー画像（前面）の設定 */
        .nav-list .nav-img-hover {
            position: absolute; /* 通常画像の上に重ねる */
            top: 0;
            left: 0;
            opacity: 0;         /* 最初は透明にして見えなくする */
            transition: opacity 0.3s ease; /* ふわっと切り替える */
        }
        
        /* ホバー時の動作 */
        .nav-list a:hover .nav-img-hover {
            opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
        }
        
        /* リンクエリアの基準位置設定 */
        .nav-list a {
            display: block;
            position: relative; /* 画像を絶対配置するための基準 */
            line-height: 0;     /* 画像下の隙間を消す */
        }
        
        /* 全画像の共通設定 */
        .nav-list img {
            vertical-align: bottom;
            width: auto;        /* 必要に応じて調整 */
            height: auto;
        }
        
        /* ホバー画像（前面）の設定 */
        .nav-list .nav-img-hover {
            position: absolute; /* 通常画像の上に重ねる */
            top: 0;
            left: 0;
            opacity: 0;         /* 最初は透明にして見えなくする */
            transition: opacity 0.3s ease; /* ふわっと切り替える */
        }
        
        /* ホバー時の動作 */
        .nav-list a:hover .nav-img-hover {
            opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
        }
        
        
        
        
        /* ベースの設定 */
        nav ul.nav-list {
            position: relative;
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
            justify-content: center; /* 中央揃え */
        }
        
        nav li {
            position: relative;
            top: -0.35vw;
            margin: 0 0.08vw;
            padding: 0;
        }
        nav li.nav02 {
            position: relative;
            top: -0.45vw;
        }
        nav li.nav04 {
            position: relative;
            top: -0.45vw;
        }
        nav li.nav05 {
            position: relative;
            top: -0.45vw;
        }
        
        
        /* 【重要】画像下の謎の隙間を消す */
        nav li img {
            /* 画像はデフォルトで下に隙間ができるため、blockまたはbottomを指定 */
            vertical-align: top; 
            
            /* または以下でもOK */
            /* display: block; */
        }
        
        /* リンクタグを基準位置（relative）にする */
        nav li a {
            display: block;
            position: relative; /* 子要素のabsoluteの基準点にする */
            font-size: 0;       /* 画像下の隙間対策 */
        }
        
        /* 画像共通スタイル */
        nav li a img {
            display: block;
            width: auto; /* HTMLのwidth属性を尊重しつつ崩れを防ぐ */
            height: auto;
            /* 画像の切り替えをふわっとさせる（0.3秒） */
            transition: opacity 1.3s ease;
        }
        
        /* 通常画像（normal）の設定 */
        nav li a img.normal {
            position: relative; /* 通常配置 */
            opacity: 1;         /* 最初は見えている */
        }
        
        /* ホバー画像（hover）の設定 */
        nav li a img.hover {
            position: absolute; /* normalの上に重ねる */
            top: 0;
            left: 0;
            opacity: 0;         /* 最初は透明で隠しておく */
        }
        
        /* --- ホバー時の動き --- */
        
        /* マウスが乗ったら、通常画像を消す */
        nav li a:hover img.normal {
            opacity: 0;
        }
        
        /* マウスが乗ったら、ホバー画像を表示する */
        nav li a:hover img.hover {
            opacity: 1;
        }
        
        
        
        
        /* リンクエリアの基準位置設定 */
        .nav-list a {
            display: block;
            position: relative; /* 画像を絶対配置するための基準 */
            line-height: 0;     /* 画像下の隙間を消す */
        }
        
        /* 全画像の共通設定 */
        .nav-list img {
            vertical-align: bottom;
            width: auto;        /* 必要に応じて調整 */
            height: auto;
        }
        
        /* ホバー画像（前面）の設定 */
        .nav-list .nav-img-hover {
            position: absolute; /* 通常画像の上に重ねる */
            top: 0;
            left: 0;
            opacity: 0;         /* 最初は透明にして見えなくする */
            transition: opacity 0.3s ease; /* ふわっと切り替える */
        }
        
        /* ホバー時の動作 */
        .nav-list a:hover .nav-img-hover {
            opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
        }
        
        /* リンクエリアの基準位置設定 */
        .nav-list a {
            display: block;
            position: relative; /* 画像を絶対配置するための基準 */
            line-height: 0;     /* 画像下の隙間を消す */
        }
        
        /* 全画像の共通設定 */
        .nav-list img {
            vertical-align: bottom;
            width: auto;        /* 必要に応じて調整 */
            height: auto;
        }
        
        /* ホバー画像（前面）の設定 */
        .nav-list .nav-img-hover {
            position: absolute; /* 通常画像の上に重ねる */
            top: 0;
            left: 0;
            opacity: 0;         /* 最初は透明にして見えなくする */
            transition: opacity 0.3s ease; /* ふわっと切り替える */
        }
        
        /* ホバー時の動作 */
        .nav-list a:hover .nav-img-hover {
            opacity: 1;         /* ホバーしたら不透明（見える状態）にする */
        }
        
        
        
        
        #fv {
            position: relative;
            overflow: hidden;
            z-index: 100;
            width: 100%;
            height: 115vw;
            min-height: 250px;
            background-image: url(../images/fv_bg.webp);
            background-image: image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/fv_bg.webp) 1x, url(../images/2x/fv_bg@2x.webp) 2x);
            background-size: cover;
        }
        
        #fv img {
            width: 100%;
        }
        #fv .fv_chara {
            display: none;
            position: relative;
        }
        #fv .fv_chara .chara01 {
            position: relative;
            z-index: 20; 
            top: 0.5vw;
            left: -0.5vw;
            width: 45vw;
        }
        #fv .fv_chara .chara02 {
            position: relative;
            z-index: 10; 
            top: -30vw;
            left: -17vw;
            width: 24vw;
        }
        #fv .fv_chara .chara03 {
            position: relative;
            z-index: 10; 
            top: -58vw;
            right: -23vw;
            width: 28vw;
        }
        #fv .fv_chara .chara04 {
            position: relative;
            z-index: 30; 
            top: -85vw;
            left: -6.7vw;
            width: 38vw;
        }
        #fv .fv_chara .chara05 {
            position: relative;
            z-index: 30; 
            top: -114vw;
            right: -7vw;
            width: 27vw;
        }
        #fv .fv_chara .chara06 {
            position: relative;
            z-index: 40; 
            top: -147vw;
            left: -13vw;
            width: 28vw;
        }
        #fv .fv_chara .chara07 {
            position: relative;
            z-index: 40; 
            top: -177vw;
            right: -14vw;
            width: 33vw;
        }
        
        #fv .fv_movie {
            position: relative;
            z-index: 130;
            width: 100%;
            height: 100%;
        }
        #fv .fv_txt {
            position: absolute;
            z-index: 150;
            
            transform: none;
            left: 50%;
            margin-left: -38.5vw;
            top: 0%;
            
            width: 20vw; 
            max-width: 600px;
            
            filter: blur(50px); 
            transition: filter 2.5s ease;
        }
        
        #fv .fv_txt.aos-animate {
            filter: blur(0px);
        }
        
        #fv .fv_logo {
            position: absolute;
            z-index: 180;
            
            transform: none;
            left: 50%;
            margin-left: -46.5vw;
            top: 46%;
            
            width: 50vw; 
            max-width: 450px;
        }
        
        #fv .fv_logo img {
            width: 100%;
        }
        
        #fv .fv_logo.aos-animate {
            filter: blur(0px);
        }
        
        .cta_erea {
            position: relative;
            z-index: 500;
            top: -48.5vw;
            width: 95vw;
            height: 100%;
            min-height: 332px;
            margin: 0 auto;
            /*
            min-width: 222px;
            height: 332px;
            */
            background-image: url(../images/sp/cta_bg.webp);
            background-image: image-set(url(../images/sp/cta_bg.webp) 1x, url(../images/sp/2x/cta_bg@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sp/cta_bg.webp) 1x, url(../images/sp/2x/cta_bg@2x.webp) 2x);
            background-size: contain;
        }
        .cta_erea h2 {
            position: relative;
            z-index: 100;
            top: 7.2vw;
            left: 0.5vw;
        }
        .cta_erea h2 img {
            width: 55%;
        }
        .cta_erea .games_btn_erea {
            position: static; 
            z-index: 100;
            margin: 0;
        }
        .cta_erea .games_btn_erea li {
            margin: 0px auto 0px auto;
        }
        .cta_erea .games_btn_erea li.btn01 {
            margin: 1.2vw 0px 0px 8vw;
            width: 20vw;
            height: auto;
            text-align: left;
            float: left;
        }
        .cta_erea .games_btn_erea li.btn01 img {
            width: 16vw;
            height: auto;
        }
        .cta_erea .ntg-rule-box {
            margin-top: 5px;
            margin-left: 5px;
        }
        
        .cta_erea .games_btn_erea li.btn01 .title_policy a {
            text-decoration: underline;
        }
        .cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
            font-size: 10px;
            color: #FFFFFF;		
        }
        .cta_erea .games_btn_erea li.btn01 label {
            font-size: 10px;
            color: #FFFFFF;		
        }
        .cta_erea .games_btn_erea li.btn01 .ntg-rule-comname {
            font-size: 10px;
            color: #FFFFFF;		
        }	
        .cta_erea .games_btn_erea li.btn02 {
            margin: 0.85vw 0px 0px 0.7vw;
            width: 20vw;
            height: 100px;
            text-align: left;
            float: left;
        }	
        .cta_erea .games_btn_erea li.btn02 img {
            width: 16vw;
            height: auto;
        }
        .cta_erea .games_btn_erea li.btn02 label {
            font-size: 12px;
            color: #FFFFFF;		
        }
        .cta_erea .games_btn_erea li.btn03 {
            margin: 2.65vw 0px 0px 3vw;
            width: 18vw;
            height: 100px;
            text-align: left;
            float: left;
        }	
        .cta_erea .games_btn_erea li.btn03 img {	
            width: 12vw;
        }
        .cta_erea .games_btn_erea li.btn04 {
            position: absolute;
    
            top: 15vw; 
    
            left: 50%;
            transform: translateX(-50%);
    
            width: 44vw;
            height: auto;
    
            margin: 0; 
        }
        .cta_erea .games_btn_erea li.btn05 {
            margin: 0px 0px 0px 25px;
            width: 250px;
            height: 75px;
            text-align: left;
            float: left;
        }
        .cta_erea .dl_capt {
            margin: -23px 0px 0px 475px;
            position: absolute;
            animation: float 3s ease-in-out infinite;
        }
        
        
        
        #sec01 {
            position: relative;
            overflow: visible;
            z-index: 110;
            top: -125vw;
            width: 100%;
            height: auto;
            margin-bottom: 5vw;
            background: none;
        }

        .sec01_sticky_bg {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh; 
            z-index: 1;
            background-image: url(../images/sp/sec01_bg2.webp);
            background-image: image-set(url(../images/sp/2x/sec01_bg2@2x.webp) 1x, url(../images/sp/2x/sec01_bg2@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sp/2x/sec01_bg2@2x.webp) 1x, url(../images/sp/2x/sec01_bg2@2x.webp) 2x);
            background-position: top center;
            background-size: cover;
        }
        .sec01_content_wrapper {
            position: relative;
            z-index: 2;
            margin-top: -100vh;
            padding-top: 45vw;
    
            min-height: calc(100vh + 90vw);
            width: 100%;
            overflow-x: hidden;
        }

        #sec01 .sectionline {
            display: none;
            position: relative;
            top: 12vw;
        }
        
        #sec01 h2.md {
            position: relative;
            top: 5vw;
            width: 50vw;
            max-width: 450px;
        }
        #sec01 h2.md img {
            width: 100%;
        }
        #sec01 .campaign {
            position: relative;
            top: 10vw;
            width: 100%;
            max-width: 1122px;
            height: auto;
            text-align: center;
            margin: 0 auto;
            background-image: url(../images/sp/sec01_insebg01.webp);
            background-image: image-set(url(../images/sp/2x/sec01_insebg01@2x.webp) 1x, url(../images/sp/2x/sec01_insebg01@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sp/2x/sec01_insebg01@2x.webp) 1x, url(../images/sp/2x/sec01_insebg01@2x.webp) 2x);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position: top center;
            padding-bottom: 5vw;
        }
        #sec01 .campaign .camtxtsp {
            position: relative;
            top: 3.5vw;
            width: 95vw;
        }
        #sec01 .campaign .camtxtsp img {
            width: 100%;
        }
        #sec01 .campaign ul.insentive {
            display: flex;
            flex-wrap: wrap;
            gap: 2px;
            align-items: center;
            justify-content: center;
            position: relative;
            top: 2.0vw;
            width: 90vw;
            max-width: 1022px;
            padding-bottom: 12vw;
        }
        #sec01 .campaign ul.insentive li {
            width: calc((100% - 10px) / 2); 
        }
        #sec01 .campaign ul.insentive li img {
            width: 100%;
        }


        
    
        #sec01 .campaign02 {
            position: relative;
            top: 15vw;
            width: 100%;
            max-width: 1122px;
            height: 100%;
            max-height: 650px;
            text-align: center;
        }
        #sec01 .campaign02bg {
            width: 100%;
            max-width: 1122px;
            height: 100%;
            max-height: 750px;
        }
        #sec01 .campaign02 img {
            width: 100%;
        }
        #sec01 .campaign02chara01 {
            position: absolute;
            top: -1vw;
            width: 55%;
            left: -20%;
        }
        #sec01 .campaign02chara02 {
            position: absolute;
            top: 0vw;
            width: 57%;
            right: -25%;
        }
        [data-aos="expand-left"] {
            opacity: 0;
            /* スタート位置：本来の位置より右（画面中央寄り）に40%ズレた状態 */
            transform: translateX(40%);
            
            /* 滑らかさの設定 */
            transition-property: transform, opacity;
            transition-timing-function: ease-out; /* スーッと動く */
        }
        [data-aos="expand-left"].aos-animate {
            opacity: 1;
            /* 本来の位置（left: -20% など）に戻る */
            transform: translateX(0);
        }
        [data-aos="expand-right"] {
            opacity: 0;
            /* スタート位置：本来の位置より左（画面中央寄り）に40%ズレた状態 */
            transform: translateX(-40%);
            
            /* 滑らかさの設定 */
            transition-property: transform, opacity;
            transition-timing-function: ease-out;
        }
        [data-aos="expand-right"].aos-animate {
            opacity: 1;
            /* 本来の位置（right: -20% など）に戻る */
            transform: translateX(0);
        }
        
        
        #sec01 .campaign02txt02 {
            position: absolute;
            top: 6vw;
            width: 92%;
            left: 0;
            right: 0;
            margin: auto;
        }
        #sec01 .campaign02txt02 img {
            width: 100%;
        }
        
        
        
        
        
        
        #sec015 {
            position: relative;
            overflow: hidden;
            z-index: 410;
            top: -155vw;
            width: 100%;
            height: 25vw;
            max-height: 1585px;
            background-image: linear-gradient(
            to bottom, /* 上から下へ */
          
             rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
             rgba(0, 0, 0, 1) 40%, /* 2. 10%で不透明のピーク */
             rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
             rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
        }
        #sec018 {
            position: relative;
            overflow: hidden;
            z-index: 410;
            top: -175vw;
            width: 100%;
            height: 45vw;
            max-height: 1585px;
            background-image: linear-gradient(
            to bottom, /* 上から下へ */
          
             rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
             rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
             rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
             rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
        }
        #sec019 {
            position: relative;
            overflow: hidden;
            z-index: 410;
            top: -155vw;
            width: 100%;
            height: 15vw;
            max-height: 1585px;
            background-image: linear-gradient(
            to bottom, /* 上から下へ */
          
             rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
             rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
             rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
             rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
        }
        
        
        
        
        
        #sec02 {
            position: relative;
            overflow: hidden;
            z-index: 90;
            top: -80vw;
            width: 100%;
            height: 93vw;
            max-height: 1200px;
            /*
            background-image: url(../images/sec01_bg.webp);
            background-image: image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sec01_bg.webp) 1x, url(../images/2x/sec01_bg@2x.webp) 2x);
            */
            background: #000;
            background-size: cover;
        }
        #sec02 h2.md {
            position: relative;
            z-index: 90;
            top: 8vw;
            width: 50vw;
            max-width: 401px;
        }
        #sec02 h2.md img {
            width: 100%;
        }
        #sec02 .pvbox {
            position: relative;
            overflow: hidden;
            z-index: 90;
            top: 9vw;
            width: 100vw;
            max-width: 1222px;
            height: 100%;
            max-height: 764px;
            background-image: url(../images/sec02_btnbg.webp);
            background-image: image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sec02_btnbg.webp) 1x, url(../images/2x/sec02_btnbg@2x.webp) 2x);
            /*
            */
            background-size: 100%;
        }
        
        
        #sec02 .background-video {
            opacity: 0.2;
        }
            
        /*----movie----*/
        .video-container {
            position: relative;
            overflow-x: hidden;
            width: 100%;
            height: 730px;
            margin: 100px auto 0px auto;
        }
        
            
        .video-container::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index:2;
            background:rgba(28, 55, 76, 0.7);
            pointer-events: none; 
        }	
        
        .video-container .capt01 {
            position: relative;
            z-index: 100;
            margin: 60px auto 0 auto;
        }	
            
         .background-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .play-button {
            position: relative;
            z-index: 100;
            top: 16vw;
            left: -1vw;
            cursor: pointer;
            width: 20vw;
            height: auto;
            margin: 0 auto;
        }
        .play-button:hover {
            filter: brightness(150%);
            transform: scale(1.05,1.05);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease;	
        }
        .play-icon {
            position: relative;
            overflow: hidden;
            z-index: 110;
            width: 20vw;
            height: auto;
        }
        
        .popup-video {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }
        .video-wrapper {
            position: relative; /* ここに `position` を追加 */
            width: 80%;
            max-width: 1280px; /* 追加: 内容物の最大幅を設定 */
            margin: auto; /* 追加: 中央揃え */
        }
        .popup-video video {
            width: 100%;
            height: auto;
        }
        .close-button {
            position: absolute;
            top: -40px; /* 変更: ボタンのサイズに合わせて変更する */
            right: -40px; /* 変更: ボタンがはみ出す場合はこの値を適切に調整する */
            background: transparent;
            border: none;
            color: white;
            font-size: 30px;
            cursor: pointer;
        }
            
            
        /* ========================= [ player追加実装 ] ========================= */
        
        .popupButton_player {
            background: none;
            border: none;
            cursor: pointer;
            margin: 10px;
        }
        
        .popup_player {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
            z-index: 1100;
        }
        
        .popup-content_player {
            position: relative;
            background-color: white;
            border-radius: 8px;
            width: 80%;
            height: 80%;
            max-width: 600px;
            max-height: 400px;
        }
        
        .close-button_player {
            position: absolute;
            top: -1px;
            right: 6px;
            font-size: 24px;
            cursor: pointer;
        }
        
        iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
            
            
        
        .atention_popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index:1000;
            overflow: hidden;
        }
        
        #popupBox {
            margin:0px auto 0px auto;
            padding: 20px;
            width: 1154px;
            height: 682px;
            position: relative;
            
        }
        #popupBox .tx_box{
            margin:120px 0px 0px 120px;
            text-align: left;		
        }
        #popupBox .tx01{
            margin:0px 0px 20px 0px;
            font-size:20px;
            font-weight: bold;
            color:#0062ae;
        }	
            
        #popupBox .tx02 li{
            margin:8px 0px 0px 0px;
            font-size:15px;
            letter-spacing:1px;
            word-break: break-all;
            white-space: nowrap;
            text-indent: -10px;
        }
        
        #closeButton2 {
            margin:0px auto 0px auto;
            position: absolute;
            bottom: 100px;
            left: 50%;
            transform: translateX(-50%);
        }
            
            
        #cta_zone {
            position: relative;
            z-index: 500;
            top: -85vw;
            width: 100%;
            height: 40vw;
            background-image: linear-gradient(
                to bottom, /* ← 向きを「下へ」に指定 */
              rgba(0, 0, 0, 0), /* 開始色: Opacity 0% の黒 */
              rgba(0, 0, 0, 1) 25% /* 25%の位置（不透明な黒）*/
            );
            background-size: cover;
        }
        #cta_zone .cta_erea {
            position: relative;
            z-index: 500;
            top: 5vw;
        }
        
            
            
        /*----character----*/
            
        #sec03 {
            position: relative;
            overflow: hidden;
            z-index: 300;
            top: -70vw;
            width: 100%;
            height: 140vw;
            max-height: 1600px;
            background-image: linear-gradient(
                to bottom, /* ← 向きを「右へ」に指定 */
              rgba(0, 0, 0, 0), /* 開始色: Opacity 0% の黒 */
              rgba(0, 0, 0, 1) 5% /* 10%の位置（不透明な黒）*/
            );
            background-size: cover;
            /*
            background-image: url(../images/sec03_bg01.webp);
            background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
            background-size: cover;
            */
        }
        #sec03 h2.md {
            position: relative;
            z-index: 390;
            top: 2vw;
            width: 60vw;
            max-width: 546px;
        }
        #sec03 h2.md img {
            width: 100%;
        }
        #sec03 .charabg01 {
            position: relative;
            overflow: hidden;
            z-index: 300;
            width: 100%;
            height: 100%;
            background-image: url(../images/sp/sec03_bg01.webp);
            background-image: image-set(url(../images/sp/sec03_bg01.webp) 1x, url(../images/sp/2x/sec03_bg01@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sp/sec03_bg01.webp) 1x, url(../images/sp/2x/sec03_bg01@2x.webp) 2x);
            background-position: top center;
            background-size: cover;
        }
        #sec03 .charabg02 {
            position: relative;
            overflow: hidden;
            z-index: 300;
            top: -140vw;
            width: 100%;
            height: 100%;
            background-image: url(../images/sp/sec03_bg02.webp);
            background-image: image-set(url(../images/sp/sec03_bg02.webp) 1x, url(../images/sp/2x/sec03_bg02@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sp/sec03_bg02.webp) 1x, url(../images/sp/2x/sec03_bg02@2x.webp) 2x);
            background-position: top center;
            background-size: cover;
            opacity: 0;
        }
        
        /*はいけいぴかぴか*/
        @keyframes blink-fast {
            0%, 31.6%, 33.8%, 36%, 100% {
              opacity: 0;
            }
            30.5%, 32.7%, 34.9% {
              opacity: 1;
            }
        }
        .blink-fast {
            animation: blink-fast 3.9s linear infinite;
        }
        
        /*
        */
        
        
        
        #sec03 .container {
            position: relative;
            overflow: hidden;
            z-index: 380;
            top: -280vw;
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        #sec03 .box {
            position: relative;
            width: 100%;
            height: 100%;
            top: 12vw;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            transition: opacity 0.5s ease-in-out;
        }
        
        /* メイン画像 */
        #sec03 .background-image {
            position: relative;
            z-index: 300;
            top: -15vw;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 1;
            /* 画像切り替え時のフェードイン・アウト */
            transition: opacity 0.5s ease-in-out;
        }
        #sec03 .box-contentmain {
            width: 90vw;
            height: 90vw;
        }
        #sec03 .box-contentmain img {
            width: 100%;
            height: 100%;
        }
        /* アニメーションさせる中身 (テキストコンテナ) */
        .box-content {
          position: absolute;
          top: 0;
          bottom: 0px;
          left: 5vw;
          width: 90vw;
          height: 90vw;
        }
        /* スクエア */
        #sec03 .sq {
            position: relative;
            z-index: 280;
            top: -15.5vw;
            width: 90vw;
            height: 90vw;
        }
        #sec03 .sq img {
            width: 100%;
        }
        /* 触手 */
        #sec03 .tenta {
            position: relative;
            z-index: 290;
            top: -104vw;
            width: 90vw;
            height: 90vw;
        }
        #sec03 .tenta img {
            width: 100%;
        }
        /* 前側エフェクト */
        #sec03 .eff {
            position: relative;
            z-index: 310;
            top: -194.2vw;
            left: -0vw;
            width: 90vw;
            height: 90vw;
        }
        #sec03 .eff img {
            width: 100%;
        }
        /* 紹介文 */
        #sec03 .txt {
            position: relative;
            z-index: 320;
            top: -228vw;
            width: 90vw;
            height: 90vw;
            left: 0px;
        }
        #sec03 .txt img {
            width: 90%;
        }
        /* name */
        #sec03 .name {
            position: relative;
            z-index: 320;
            top: -327vw;
            width: 80vw;
            height: 80vw;
            left: 0px;
        }
        #sec03 .name img {
            width: 40%;
        }
        
        
        /* --- 時差アニメーションの定義 --- */
        
        /* --- 1. 共通の初期状態 (透明) --- */
        .animate-item {
            opacity: 0;
            /* ★ 修正: clip-path もアニメーション対象に含める */
            transition: opacity 0.7s ease-out, transform 0.7s ease-out, clip-path 1s ease-out;
        }
        
        /* --- 2. [tenta と txt 以外] の初期状態 (下から) --- */
        /* ★ 修正: .txt を除外 */
        .animate-item.sq,
        .animate-item.eff,
        .animate-item.name {
            /* (※注: 現在 0px ですが、もし動かない場合、
                以前の 15px などに変更する必要があるかもしれません) */
            transform: translateY(0px);
        }
        
        /* --- 3. [tenta専用] の初期状態 (ズーム 0%) --- */
        .animate-item.tenta {
            transform: scale(0); /* 0% のサイズ */
        }
        
        /* --- ★ 追加: [txt専用] の初期状態 (クリップ) ★ --- */
        .animate-item.txt {
            /* 右側を100%隠す (上 右 下 左) */
            clip-path:inset(0 1000px); 
        }
        
        
        /* ------------------------------------ */
        /* ▼ アニメーション開始 (.animate-in 付与時) ▼ */
        /* ------------------------------------ */
        
        /* --- 4. 共通のアニメーション完了状態 (表示) --- */
        .box.animate-in .animate-item {
            opacity: 1;
        }
        
        /* --- 5. [tenta と txt 以外] のアニメーション完了状態 --- */
        /* ★ 修正: .txt を除外 (初期状態と合わせる) */
        .box.animate-in .animate-item.sq,
        .box.animate-in .animate-item.eff,
        .box.animate-in .animate-item.name {
            transform: translateY(0);
        }
        
        /* --- 6. [tenta専用] のアニメーション完了状態 --- */
        .box.animate-in .animate-item.tenta {
            transform: scale(1); /* 100% */
        }
        
        /* --- ★ 追加: [txt専用] のアニメーション完了状態 (クリップ解除) ★ --- */
        .box.animate-in .animate-item.txt {
            clip-path:inset(0 0); /* 完全に表示 */
            transform: translateY(0); /* 念のため完了状態を明記 */
        }
        
        
        /* (オプション) 複数の要素を順番に動かす */
        .box.animate-in .animate-item:nth-child(1) {
            transition-delay: 0.1s; /* .sq が 0.1秒遅れ */
        }
        .box.animate-in .animate-item:nth-child(2) {
            /* ★ 修正: clip-path を追加 (バグ防止) */
            transition: scale 0.4s ease-in, transform 0.4s ease-in, opacity 0.3s ease-in, clip-path 0.2s ease-in;
            transition-delay: 4.2s; /* .tenta が 5.2秒遅れ */
        }
        .box.animate-in .animate-item:nth-child(3) {
            /* ★ 修正: clip-path を追加 (バグ防止) */
            transition: opacity 0.3s ease-out, transform 0.2s ease-out, clip-path 0.2s ease-out;
            transition-delay: 4.7s; /* .eff が 3.5秒遅れ */
        }
        .box.animate-in .animate-item:nth-child(4) {
            transition: opacity 0.3s ease-out, transform 0.2s ease-out, clip-path 0.45s ease-out;
            transition-delay: 1.7s; /* .txt が 1.7秒遅れ */
            /* (ここは transition を上書きしていないので、
             共通の transition (1s) と clip-path が適用されます) */
        }
        .box.animate-in .animate-item:nth-child(5) {
            transition-delay: 0.5s; /* .name が 0.5秒遅れ */
        }
        
        
        #sec03 .background-image.hidden {
            opacity: 0;
        }	
        
        @keyframes float {
            0%, 100% {
                transform: translateY(0); /* 初期位置 */
            }
            50% {
                transform: translateY(-10px); /* 上に移動 */
            }
        }
        #sec03 .arrows {
            font-size: 2em;
            width: 5vw;
            cursor: pointer;
            user-select: none;
            z-index: 10;
        }
        #sec03 .arrows img {
            width: 100%;
        }
        #sec03 .left-arrow {
            margin: -10vw 90vw 0px 0px;
            position: absolute;
        }
        #sec03 .right-arrow {
            margin: -10vw -90vw 0px 0px;
            position: absolute;
        }
        #sec03 .thumbnails {
            position: relative;
            overflow: hidden;
            z-index: 500;
            top: -283vw;
            display: flex;
            justify-content: center;
        }
        #sec03 .thumbnail {
            width: 18vw;
            height: auto;
            object-fit: cover;
            margin: 0 0.5vw;
            cursor: pointer;
        }
        
        
        
        #sec035 {
            position: relative;
            overflow: hidden;
            z-index: 410;
            top: -77vw;
            width: 100%;
            height: 25vw;
            max-height: 1585px;
            background-image: linear-gradient(
            to bottom, /* 上から下へ */
          
             rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
             rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
             rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
             rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
        }
        
        #sec037 {
            position: relative;
            overflow: hidden;
            z-index: 410;
            top: -97vw;
            width: 100%;
            height: 45vw;
            max-height: 1085px;
            background-image: linear-gradient(
            to bottom, /* 上から下へ */
          
             rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
             rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
             rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
             rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
        }
        
        #sec038 {
            position: relative;
            overflow: hidden;
            z-index: 410;
            top: -120vw;
            width: 100%;
            height: 15vw;
            max-height: 1585px;
            background-image: linear-gradient(
            to bottom, /* 上から下へ */
          
             rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
             rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
             rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
             rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
            )   ;
        }
        
        
        
        /*----sec04----*/
        
        #sec04 {
            position: relative;
            overflow: hidden;
            z-index: 410;
            top: -45vw;
            width: 100%;
            height: 175vw;
            max-height: 1585px;
            background-image: linear-gradient(
              to bottom, /* 上から下へ */
              
              rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
              rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
              rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
              rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
            );
            background-size: cover;
        
            /*
            background-image: url(../images/sec03_bg01.webp);
            background-image: image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sec03_bg01.webp) 1x, url(../images/2x/sec03_bg01@2x.webp) 2x);
            background-size: cover;
            */
        }
        
        #sec04 h2.md {
            position: relative;
            z-index: 390;
            top: 3vw;
            width: 50vw;
            max-width: 450px;
        }
        #sec04 h2.md img {
            width: 100%;
        }
        #sec04 .container {
            position: relative;
            top: 9vw;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        #sec04 .box {
            position: relative;
            width: 85vw;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            transition: opacity 0.5s ease-in-out;
        }
        
        #sec04 .background-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 1;
            transition: opacity 0.5s ease-in-out;
        }
        
        #sec04 .background-image.hidden {
            opacity: 0;
        }	
        
        #sec04 .arrows {
            font-size: 2em;
            width: 5vw;
            cursor: pointer;
            user-select: none;
            z-index: 10;
        }
        #sec04 .arrows img {
            width: 100%;
        }
        #sec04 .left-arrow {
            margin: 0px 92vw 0px 0px;
            position: absolute;
        }
        #sec04 .right-arrow {
            margin: 0px -92vw 0px 0px;
            position: absolute;
        }
        
        #sec04 .thumbnails {
            position: relative;
            top: 9.5vw;
            display: flex;
            justify-content: center; 
            margin-top: 20px;
            width: 95vw;
            flex-wrap: wrap; 
            gap: 1.0vw; 
        }
        
        #sec04 .thumbnail {
            width: 30vw; 
            height: auto;
            object-fit: cover;
            margin: 0; 
            margin-bottom: 0.5vw;
            cursor: pointer;
        }
            
        
        
        
        #sec04 .cta_erea {
            position: relative;
            z-index: 500;
            top: 12vw;
            width: 1022px;
            width: 95vw;
            max-width: 1022px;
            height: 100%;
            min-height: 332px;
            margin: 0 auto;
            /*
            height: 332px;
            */
            background-image: url(../images/sp/cta_bg.webp);
            background-image: image-set(url(../images/sp/cta_bg.webp) 1x, url(../images/sp/2x/cta_bg@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sp/cta_bg.webp) 1x, url(../images/sp/2x/cta_bg@2x.webp) 2x);
            background-size: contain;
        }
        
        #sec046 {
            position: relative;
            overflow: hidden;
            z-index: 410;
            top: -50vw;
            width: 100%;
            height: 57vw;
            max-height: 1285px;
            background-image: linear-gradient(
            to bottom, /* 上から下へ */
          
             rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
             rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
             rgba(0, 0, 0, 1) 90%, /* 3. 90%まで不透明を維持 */
             rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
        }
        
        #sec047 {
            position: relative;
            overflow: hidden;
            z-index: 410;
            top: -45vw;
            width: 100%;
            height: 40vw;
            max-height: 1585px;
            background-image: linear-gradient(
            to bottom, /* 上から下へ */
          
             rgba(0, 0, 0, 0) 5%,  /* 1. 5%までは透明 */
             rgba(0, 0, 0, 1) 10%, /* 2. 10%で不透明のピーク */
             rgba(0, 0, 0, 1) 80%, /* 3. 90%まで不透明を維持 */
             rgba(0, 0, 0, 0) 100% /* 4. 100%で透明に戻る */
        )   ;
        }
        
        
        
        
        
        
            
        /*----sec05----*/	
            
        #sec05 {
            position: relative;
            overflow: hidden;
            z-index: 400;
            top: -50vw;
            width: 100%;
            height: 100vw;
            background-color: #000;
            background-image: url(../images/sec05_bg.webp);
            background-image: image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
            background-image: -webkit-image-set(url(../images/sec05_bg.webp) 1x, url(../images/2x/sec05_bg@2x.webp) 2x);
            background-position: bottom center;
            background-size: contain;
            margin: 0 auto -78vw auto;
        }	
        #sec05 .txt {
            position: relative;
            overflow: hidden;
            z-index: 500;
            top: 25vw;
            width: 70vw;
        }
        #sec05 .txt img {
            width: 100%;
        }
        #sec05 video {
            position: relative;
            top: -15vw;
            opacity: 0.6;
            width: 100%;
        }
        .back_btn{
            margin: 100px auto 0px auto;		
        }
            
            
            
        /*----foot_btn----*/	
        
        #foot_btn_erea {
            position: relative;
            overflow: hidden;
            z-index: 500;
            top: -0vw;
            width: 100%;
            height: auto;
            max-height: 410px;
            /*
            */
            background-color: #000;
            background-size: cover;
            background: none;
            margin: 0 auto 0vw auto;
        }	
        #foot_btn_erea .capt01{
            margin: 100px auto 60px auto;
        }
        #foot_btn_erea .btn_erea02{
            margin: 0px auto 0px auto;
            width: 1104px;
            height: 260px;
            position: relative;
            overflow: visible;
        }
        #foot_btn_erea .btn_erea02 .btn_capt01{
            top: 0px;
            margin: 0px 0px 15px 0px;
            position: relative;
        }
        #foot_btn_erea .btn_erea02 .games_btn_erea li{
            margin: 10px 14px 0px 14px;
        }
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01{
            margin: 0px 0px 0px 180px;
            width: 243px;
            height: 100px;
            text-align: left;
            float: left;
        }	
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .title_policy a{
            text-decoration: underline;
        }
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
            font-size: 12px;
            color: #FFFFFF;		
        }
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 label{
            font-size: 12px;
            color: #FFFFFF;		
        }
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn01 .ntg-rule-comname{
            font-size: 12px;
            color: #FFFFFF;		
        }
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn02{
            margin: -4px 0px 0px 20px;
            width: 237px;
            height: 100px;
            text-align: left;
            float: left;
        }	
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn02 label{
            font-size: 12px;
            color: #FFFFFF;		
        }
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn03{
            margin: 6px 0px 0px 45px;
            width: 207px;
            height: 100px;
            text-align: left;
            float: left;
        }		
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn04{
            margin: 20px 0px 0px 454px;
            width: 203px;
            height: 76px;
            text-align: left;
            float: left;
        }
        #foot_btn_erea .btn_erea02 .games_btn_erea li.btn05{
            margin: 20px 0px 0px 25px;
            width: 250px;
            height: 75px;
            text-align: left;
            float: left;
        }
        
        #foot_btn_erea .btn_erea02 .dl_capt{
            margin: -40px 0px 0px 485px;
            position: absolute;
            animation: float 3s ease-in-out infinite;
        }
        
        
        /*----foot_btn----*/		
            
        #foot_erea {
            margin: 0px auto 0px auto;
            width: 100vw;
            height: auto;
            /*background: rgba(255, 255, 255, 0.5);*/
            background-image: url(../images/sec05_infobg.webp);
            background-size: cover;
        }	
        #foot_erea .box_erea {
            display: block;
            align-items: center;
            justify-content: center;
            margin: 0px auto 0px auto;
            width: 98vw;
            max-width: 765px;
            height: auto;
        }
        #foot_erea .box_erea .box_left {
            margin: 0vw auto 3vw auto;
            width: 70vw;
            height: auto;
            text-align: right;
            padding-top: 2vw;
        }	
        #foot_erea .box_erea .box_left h2 {
            position: relative;
            bottom: 1vw;
        }
        #foot_erea .box_erea .box_left h2 img {
            width: 100%;
        }
        #foot_erea .box_erea .box_left ul {
            position: relative;
            /*top: 1.3vw;*/
            right: 30px;
            display: flex;
            margin: 0 auto;
            width: auto;
            max-width: 282px;
            padding: 1vw;
        }
        #foot_erea .box_erea .box_left ul li {
            width: 121px;
            margin: 0 10px;
            text-align: right;
        }
        #foot_erea .box_erea .box_left ul img {
            width: auto;	
            max-width: 400px;
            height: auto;
            max-height: 38px;
            padding-top: 0vw;
        }	
        #foot_erea .box_erea .box_left .spec {
            margin: 40px 0px 0px 40px;	
        }
        #foot_erea .box_erea .box_left li {
            margin: 10px 0px 0px 0px;		
        }
        .hanging-indent {
            padding-left: 1em;
            text-indent: -1em;
        }
        #foot_erea .box_erea .box_right {
            margin: 2vw auto 0vw auto;
            width: 92vw;
            height: auto;
            text-align: left;
            letter-spacing: 1px;
            font-size: 0.60em;
            line-height: 1.1em;
            color: #fff;
            padding-left: 0.1vw;
            padding-bottom: 4vw;
        }	
        #foot_erea .box_erea .box_right .tx1 {
            margin: 45px 0px 15px 18px;	
        }
        #foot_erea .box_erea .box_right .spec {
            margin: 0vw auto 0px auto;	
        }
        #foot_erea .box_erea .box_right li {
            margin: 15px 0px 0px 0px;		
        }
        #foot_erea .box_erea .box_right li p {
            padding-bottom: 1.5vw;
        }
            
        
        footer {
            position: relative;
            overflow: hidden;
            z-index: 500;
            top: 0vw;
            background: #fff;
            margin: 0px auto;
            padding: 15px 0px 10px 0px;
            clear: both;
            color: #555;
        }		
        footer ul {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 95vw;
            max-width: 450px;
        }
        footer li {
            margin: 0px auto 10px auto;
            display: inline-block;
            font-size: 0.6em;
            width: auto;
        }
        footer li a:hover {
            text-decoration: underline;
        }
        footer li.sl {
            width: 1vw;
            margin: 0px auto 10px auto;
        }
        footer p {
            margin: 0px auto 20px auto;
            font-size: 12px;
            color: #ffffff;
        }			
        footer .copy{
            font-size: 0.6em;
            margin: 10px auto 0px auto;
        }	
            
            
        #page_btn {
            position: fixed;
            z-index: 900;
            right: 10px;
            bottom: 0;
            width: 240px;
        }
        #page_btn01 img {
            width: 100%;
        }
        #page_btn01:hover {
            /*filter: brightness(120%);*/
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease;	
        }	
            
        
        #page_btn02 {
            position: fixed;
            z-index: 950;
            right: 10px;
            bottom: 0;
            width: 175px;
            /* overflow: hidden; を追加して、ズーム時に親要素からはみ出さないようにする */
            overflow: hidden;
        }
        
        #page_btn02 img {
            width: 100%;
            display: block; /* 画像の下にできる余白をなくすため */
            position: relative; /* 擬似要素より手前に来るように */
            z-index: 2; /* 擬似要素より上に表示 */
            transition: opacity 0.3s ease; /* ホバー時に元の画像をフェードアウトさせる場合 */
        }
        
        /* ホバー時のズーム画像（擬似要素で実装） */
        #page_btn02 a {
            position: relative; /* 擬似要素の基準点 */
            display: block; /* aタグがブロック要素になるように */
            width: 100%;
            height: 100%;
        }
        
        #page_btn02 a::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            
            /* --- Retina対応ここから --- */
            
            /* 1. 標準ブラウザ & 古いブラウザ用フォールバック */
            background-image: url('../images/btn_follow_on.webp');
            
            /* 2. 最新のRetina対応 (image-setを使用) */
            /* -webkit- はSafariなどの互換性のために入れておくと安心です */
            background-image: -webkit-image-set(
                url('../images/btn_follow_on.webp') 1x,
                url('../images/2x/btn_follow_on@2x.webp') 2x
            );
            background-image: image-set(
                url('../images/btn_follow_on.webp') 1x,
                url('../images/2x/btn_follow_on@2x.webp') 2x
            );
            
            /* 画像がコンテナ全体を埋めるように設定 */
            background-size: cover; 
            background-position: center;
            background-repeat: no-repeat;
            
            /* --- Retina対応ここまで --- */
        
            z-index: 1;
            opacity: 0;
            transform: scale(0.9);
            transition: transform 1.5s ease, opacity 0.5s ease;
        }
        
        #page_btn02 a:hover img {
            opacity: 1; /* 元の画像をフェードアウト */
        }
        
        #page_btn02 a:hover::before {
            opacity: 1; /* ズーム画像をフェードイン */
            transform: scale(1.0); /* 1.1倍にズーム */
        }
        
        
        
        /* 3つのポップアップ共通のスタイル */
        .center-popup-style {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.9); 
            z-index: 900;
            opacity: 0;
            width: 100%;
            height: 100%;
            visibility: hidden;
            transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
            pointer-events: none; 
        }
        
        #popup-03 {
            background: #000;
        }
        
        /* 表示時のスタイル */
        .center-popup-style.is-active {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, -50%) scale(1);
            pointer-events: auto;
        }
        
        /* 以下は共通パーツ（前回と同じでOK） */
        .center-popup-style img {
            display: block;
            width: 100%;
            height: 100%;
            max-width: 100vw;
            /*box-shadow: 0 0 20px rgba(0,0,0,0.5);*/
        }
        .popup-inner {
            position: relative;
        }
        
        
}


/* ============================================== */
/* ▼▼▼ スマホ・タブレット用 ポップアップ修正 ▼▼▼ */
/* index.css の本当の一番最後に追加してください       */
/* ============================================== */

@media screen and (max-width: 768px) {

    /* 外枠：画面全体に広げて、中身を強制的にど真ん中へ */
    .center-popup-style {
        /* 既存の位置指定をリセット */
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        
        /* 画面いっぱいに広げる */
        width: 100% !important;
        height: 100% !important;
        max-height: none !important; /* 高さ制限を解除 */
        
        /* Flexboxで上下左右中央寄せにする */
        display: flex !important;
        justify-content: center;
        align-items: center;
        
        /* PC用の位置調整(transform)をリセット */
        transform: translate(0, 0) scale(0.9) !important;
        z-index: 1000;
    }

    /* アニメーション表示時 */
    /* scaleを使ってフワッと出す動きだけ残す */
    .center-popup-style.is-active {
        transform: translate(0, 0) scale(1) !important;
    }

    /* 画像の包み紙（インナー） */
    .center-popup-style .popup-inner {
        position: relative !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
        top: 0 !important;
    }

    /* 画像本体：画面からはみ出さないようにサイズ制限 */
    .center-popup-style img {
        width: auto !important;
        height: auto !important;
        max-width: 100vw !important;  /* 横幅は画面の90%まで */
        max-height: 100vh !important; /* 高さは画面の80%まで */
        object-fit: contain !important;
        margin: 0 auto !important;
    }
}


/* ============================================== */
/* ▼▼▼ PC版 popup-03 下部固定表示（サイズ修正版） ▼▼▼ */
/* ============================================== */

@media screen and (min-width: 769px) {

    #popup-03.center-popup-style {
        /* ■外枠の設定：画面全体を基準にする */
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        
        /* 既存の中央寄せ設定(transform)を無効化 */
        transform: none !important; 
        
        /* ■配置の肝：Flexboxで「下・中央」に配置する */
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end; /* これで中身が「一番下」に行きます */
        align-items: center;       /* これで中身が「左右中央」になります */
    }

    /* ■中身（インナー）の設定 */
    #popup-03.center-popup-style .popup-inner {
        width: 100% !important;      /* ★修正：幅を100%確保して大きくする */
        max-width: 100% !important;
        margin-bottom: 0 !important; /* 下端にぴったりくっつける */
        
        /* アニメーション：下からフワッと浮き上がる演出 */
        transform: translateY(20px); 
        transition: transform 0.5s ease;
    }

    /* 表示された時のアニメーション */
    #popup-03.center-popup-style.is-active .popup-inner {
        transform: translateY(0); /* 定位置に戻る */
    }

    /* ■画像のサイズ設定 */
    /* 共通設定の height: 100% が邪魔をするので解除します */
    #popup-03.center-popup-style img {
        width: 100% !important;       /* ★修正：横幅いっぱいに広げる */
        height: auto !important;      /* 高さはなりゆき（比率維持） */
        max-width: 100% !important;   
        max-height: none !important;  /* ★修正：高さ制限（50vh）を撤廃 */
        object-fit: cover;            /* 隙間なく表示 */
    }
}


        
    

html, body {
    /* Firefox */
    scrollbar-width: none !important;
    
    /* IE, Edge Legacy */
    -ms-overflow-style: none !important;
}

/* Chrome, Safari, Edge, Opera など */
::-webkit-scrollbar {
    display: none !important;
    width: 0px !important;
    background: transparent !important;
}

/* 念の為 body直下のスクロールバーもターゲット */
body::-webkit-scrollbar {
    display: none !important;
}



