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

* {
    box-sizing: border-box; /* すべての要素にbox-sizingを適用 */
}

@media (max-width: 600px) {
	
.invisible-sp {
display: none;
}
	
img {
width:100%;
height:100%;	
}	

	
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
}

	
	
	
.ntg-top {
    text-decoration: none;
    margin: 8px 0;
    color: #333;
    background: url(../images/bg_bt_olgtop.gif) no-repeat left center;
    background-size: 14px 13px;
    padding-left: 17px;
    font-size: 14px;
}
	
	
#dmm_ntgnavi {
    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;
	font-size:3vw;
}

#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;
}
	


/*bgvideo*/
.bg_media {
	max-width:640px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:-2;
	overflow: hidden;
	background: #FFFFFF;
}	
	
		

.bg_media video {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
	overflow: hidden;
	background: #FFFFFF;
    opacity:0.3;
}



.menu-container {
    position: relative;
    width:100%;
}


.menu {
    margin: 0;
    padding: 0;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: url("../images/images_bishojyo10ren_sp/menu_bg_sp.webp") no-repeat center;
    background-size: contain;
    z-index: 998;
    animation: slideIn 0.3s ease;
}

.menu-button {
    width: 13%;
    height: auto;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 6%;
    right: 2%;
    z-index:  998;
}

.close-button {
    width: 55px;
    height: 54px;
    background: url("../images/images_bishojyo10ren_sp/menu_close.webp") no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 1.5%; /* 同じ位置に配置するための値を設定します */
    right: 10px; /* 同じ位置に配置するための値を設定します */
}

.menu_list li{
    margin:3% 2% 0% 2%;
}

.menu_list li:first-child{
    margin:16% 2% 0% 2%;
}

.menu_list li:last-child{
    margin:5% 2% 8% 2%;
}	
    

@keyframes slideIn {
    from {
    transform: translateY(-100%);
    }
    to {
    transform: translateY(0);
    }
}



#fv {
    background: url(../images/images_bishojyo10ren_sp/coming-soon_sp_bg.webp) no-repeat center;
    background-size: cover;
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
	overflow:hidden;
    }

#fv .title {
    background: url(../images/images_bishojyo10ren_sp/coming-soon_sp_image01.webp) no-repeat center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative; /* 子要素の絶対位置指定を可能にする */
}

#fv .title .capt01 {
    position: relative;
    margin: 100% auto 30% auto;
    width: 55%;
    height: auto;
    opacity: 0;
    animation: fadeIn 3s forwards;
}

#fv .title .button-image {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 20px); /* 中央揃え+上下に動かす */
    width: 40%; /* ボタンの幅 */
    height: auto; /* 比率を保持しつつ高さを自動調整 */
    opacity: 0; /* 初期状態で非表示 */
    animation: fadeIn 3s forwards, floatUpDown 4s ease-in-out infinite alternate;
}

@keyframes floatUpDown {
    0% {
        transform: translate(-50%, 20px);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    50%{ opacity: 0; }
    100% { opacity: 1; }
}



#campaign {
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
}

#campaign .title {
    width: 100%;
    height:auto;
    background: url(../images/images_bishojyo10ren_sp/campaign_bg_sp.webp) no-repeat center;
    background-size: cover;
}
	
#campaign .title .capt01 {
    margin: 3% auto 3% auto;
    width: 95%;
    height: auto;
}

#campaign .detail {
    width: 100%;
    height: auto;
    background: url(../images/images_bishojyo10ren_sp/campaign_sp_bgframe2.webp) no-repeat center;
    background-size: contain;
    margin: 4% auto 4% auto;
}

#campaign .detail .capt01 {
    width: 80%;
    height: auto;
    margin: 5% auto 5% auto;
}

#campaign .detail .capt02 {
    width: 80%;
    height: auto;
    margin: 2% auto 2% auto;
}

#campaign .coupon-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap; /* 複数行にする */
    justify-content: center; /* ボックスの中央揃え */
    gap: 8px 3px; /* クーポン画像間のスペース */
    margin: 2% auto;
}

#campaign .coupon-box p {
    width: calc(50% - 10px); /* クーポン画像を2列にする */
    margin: 0; /* 不要なマージンをリセット */
    box-sizing: border-box; /* ボックスのサイズを適切に計算する */
}

#campaign .detail .capt03 {
    width: 80%;
    height: auto;
    margin-left: 17%;
}

#campaign .detail .capt04 {
    width: 80%;
    height: auto;
    margin-right: 17%;
}

#campaign .detail .capt05 {
    width: 65%;
    height: auto;
    margin: 2% auto 3% auto;
}

#campaign .detail .capt06 {
    width: 80%;
    height: auto;
    margin: 2% auto 5% auto;
}


#incentive {
    width: 100%;
    height:auto;
    background: url(../images/images_bishojyo10ren_sp/gameplay_sp_bg.webp) no-repeat center;
    background-size:100% 100%;
    background-position: center;
}

#incentive .title .capt01 {
    margin: 3% auto 3% auto;
    width: 98%;
    height: auto;
}


#incentive .detail .info-left .capt01 {
    width: 98%;
    height: auto;
    margin: 1% auto 1% auto ;
}

#incentive .detail .info-right .capt01 {
    width: 98%;
    height: auto;
    margin: 1% auto 1% auto ;
}

#incentive .info-left .btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

#incentive .info-right .btn-group {
    display: flex;
    flex-direction: column;
}

#incentive .info-left .btn-row {
    margin: 5% auto 0% auto;
}

#incentive .info-left .btn-row:last-child {
    margin-bottom: 8%;
}

#incentive .info-right .btn-row {
    margin: 5% auto 0% auto;
}

#incentive .info-right .btn-row:last-child {
    margin-bottom: 8%;
}

#incentive .info-left .btn-row .btn01 {
    width: 42%;
    height: auto;
    margin-right: 2%;
}

#incentive .info-left .btn-row .btn02 {
    width: 45%;
    height: auto;
    margin-left: 2%;
}

#incentive .info-left .btn-row .btn03 {
    width: 70%;
    max-width: 180px;
    min-width: 150px;
    height: auto;
}

#incentive .info-right .btn-row .btn01 {
    width: 42%;
    height: auto;
    margin-right: 2%;
}

#incentive .info-right .btn-row .btn02 {
    width: 45%;
    height: auto;
    margin-left: 2%;
}

#incentive .info-right .btn-row .btn03 {
    width: 40%;
    height: auto;
    margin-right: 2%;
}

#incentive .info-right .btn-row .btn04 {
    width: 45%;
    height: auto;
    margin-left: 2%;
}


#introduction {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#introduction .title {
    margin: 20px auto 0px auto;
    width: 98%;
    height: auto;
}

#introduction .detail {
    width: 100%;
    height:auto;
    background: url(../images/images_bishojyo10ren_sp/event_sp_bgframe.webp) no-repeat center;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 110px 0; /* 余白を追加して調整 */
}

#introduction .detail .capt01 {
    margin-top: -60px;
    margin-left: 115px;
    width: 61%;
    height: auto;
}

#schedule {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#schedule .title {
    margin: -40px auto 10px auto;
    width: 98%;
    height: auto;
}

#schedule .detail {
    margin: 0% auto 2% auto;
    width: 95%;
    height: auto;
}


#collaboration .title {
    margin: 10% auto 0% auto;
    width: 100%;
    height: auto;
}

#collaboration .detail {
    background: url(../images/images_bishojyo10ren_sp/collaboration-title_sp_bg.webp) no-repeat center;
    background-size: contain;
    width: 100%;
    height: auto;
    margin: 5% auto 5% auto;
}

#collaboration .detail .detail-inner .column-box {
    display: flex;
    flex-wrap: wrap; /* 複数行に渡る要素を処理 */
    justify-content: space-between; /* 子要素間のスペースを均等に */
    margin: 0 auto;
    padding: 2% 0% 2% 0%;
    list-style-type: none; /* リストマーカーを削除 */
}

#collaboration .detail .detail-inner .column-box li .list01 {
    margin-top: 22%;
    margin-left: 10%;
}

#collaboration .detail .detail-inner .column-box li .list02 {
    margin-top: 22%;
    margin-left: 12%;
}

#collaboration .detail .detail-inner .column-box li .list03 {
    margin-top: 1%;
    margin-left: 10%;
}

#collaboration .detail .detail-inner .column-box li .list04 {
    margin-top: 1%;
    margin-left: 12%;
    
}

#collaboration .detail .detail-inner .column-box li .list05 {
    margin-top: 1%;
    margin-left: 10%;
}

#collaboration .detail .detail-inner .column-box li .list06 {
    margin-top: 1%;
    margin-left: 12%;
}

#collaboration .detail .detail-inner .column-box li .list07 {
    margin-top: 1%;
    margin-left: 10%;
}

#collaboration .detail .detail-inner .column-box li .list08 {
    margin-top: 1%;
    margin-left: 12%;
    }

#collaboration .detail .detail-inner .column-box li .list09 {
    margin-top: 1%;
    margin-left: 10%;
}

#collaboration .detail .detail-inner .column-box li .list10 {
    margin-top: 1%;
    margin-left: 12%;
}

#collaboration .detail .detail-inner .column-box li {
    width: 45%;
    height: auto;
    float: left;
    margin: 0% auto 0% auto;
}

#pack {
    position: relative; /* 相対位置を基準に子要素を配置 */
    background: url(../images/images_bishojyo10ren_sp/pack_sp_bg.webp) no-repeat center top;
    background-size: cover; /* カバー全体を埋める */
    width: 100%;
    height: auto; /* 高さを自動調整 */
    margin: 0 auto; /* セクション間のマージンを統一 */
    padding-bottom: 20px; /* スペースを追加 */
}

#pack .title .capt01 {
    position: relative; /* 背景に対して相対位置 */
    top: 3%; /* 適宜調整 */
    margin: 15px auto 0px auto ;
}

#pack .detail {
    position: relative; /* 背景に対して相対位置 */
    margin: 0 auto;
}

#pack .detail .detail-inner {
    position: relative; /* 背景に対して相対位置 */
    top: 30%; /* 適宜調整 */
    margin: 0 auto;
}

#pack .detail .logo01 {
    position: relative; /* 背景に対して相対位置 */
    width: 45%;
    height: auto;
    margin: 120px auto 10px auto;
}

#pack .detail .logo02 {
    position: relative; /* 背景に対して相対位置 */
    width: 45%;
    height: auto;
    margin: 120px auto 10px auto;
}

#pack .detail .detail-inner .detail-left,
#pack .detail .detail-inner .detail-right {
    position: relative; /* 背景に対して相対位置 */
    width: 97%;
    height: auto;
    margin: 0 auto;
}

#pack .detail .detail-inner .capt01 {
    position: relative; /* 背景に対して相対位置 */
    margin: 0 auto 10px auto;
}

/* #pv セクションの調整 */
#pv {
    margin: 0 auto; /* 負のマージンを無くして調整 */
    width: 100%;
    height: auto;
    padding-top: 10px; /* 上部パディングを追加して調整 */
}

#pv .capt01 {
    margin: 5% auto 0 auto;
    width: 98%;
}

#pv .pic01 {
    margin: 5% auto 0 auto;
    width: 97%;
}

/* オーバーレイとポップアップビデオのスタイル */
#pv #overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

#pv #video-popup {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 95%;
    z-index: 9999;
    max-width: 800px;
    overflow: visible;
}

#pv #popup-video {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#pv #close-button {
    margin: 0 0 0 -9%;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -40px;
    right: auto;
    font-size: 20px;
    z-index: 9999;
}			
    
        
    

#story{
    margin:0% auto 0% auto;
    width:100%;
    height:auto;
    }
            
#story .capt01{
    margin:10% auto 0% auto;
    width:98%;
    }	
        
#story .capt02{
    margin:5% auto 0% auto;
    width:97%;
    }	
    
        
        
#illustration{
    margin:0% auto 0% auto;
    width:100%;
    height:auto;
    }
        
#illustration .capt01{
    margin:10% auto 0% auto;
    width:98%;
    }	

#illustration .box9{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image04.webp") no-repeat center;
    background-size: contain;
    }
                
                
#illustration .box10{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image07.webp") no-repeat center;
    background-size: contain;
    }	


#illustration .box5{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image06.webp") no-repeat center;
    background-size: contain;
    }
            
            
#illustration .box6{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image11.webp") no-repeat center;
    background-size: contain;
    }	
            
            
#illustration .box7{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image02.webp") no-repeat center;
    background-size: contain;
    }
            
            
#illustration .box8{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image10.webp") no-repeat center;
    background-size: contain;
    }	
    

#illustration .box1{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image05.webp") no-repeat center;
    background-size: contain;
    }
        
        
#illustration .box2{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image09.webp") no-repeat center;
    background-size: contain;
    }	
        
        
#illustration .box3{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image03.webp") no-repeat center;
    background-size: contain;
    }
        
        
#illustration .box4{
    margin:5% auto 0% auto;
    width:97%;
    background: url("../images/images_bishojyo10ren_pc/ illustration_image08.webp") no-repeat center;
    background-size: contain;
    }		
        
        
        
        
	
#other{
    margin:0% auto 0% auto;
    width:100%;
    height:auto;
    }
        
#other .capt01{
    margin:10% auto 0% auto;
    width:95%;
    }	
        
        
#other .capt02{
    margin:5% auto 0% auto;
    width:95%;
    }		
            
        
        
        
.game_copy{
    margin:5% auto 5% auto;
    width:95%;
    }	




.common-footer .copy{
    position: relative;
    top:40px;
    color:#757575;
    font-size:14px;
    z-index: 2;
}

.common-footer a{
    color:#333;
}

.common-footer p{
    margin:0 auto 10px auto;
    color:#757575;
    font-size:14px;
}


.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* 背景をコンテンツの背面に配置 */
    pointer-events: none; /* 背景に対するクリックを無効にする */
    display: none; /* 初期状態で非表示 */
  }

  .background-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }




#page_btn {
	width:25%;
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 100;
}


	
	
		}