/* スマホCSSここから*/

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

img {
width:100%;
height:100%;	
	
	}


body {
text-align: center;
font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
-webkit-text-size-adjust:100%;
background:#ffffff;
}	
	

#dmm_ntgnavi {
  position: relative;
  z-index: 1000;
}

/* CSS Document */
/* ========================= [ #dmm_ntgnavi ] */
#dmm_ntgnavi {
  background: url(../images_td04/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;
}

#dmm_ntgnavi ul li {
  margin: 0 6px 0 0;
  line-height: 15px;
}

#dmm_ntgnavi ul.navi_left {
  flex-grow: 2;
}

#dmm_ntgnavi ul.navi_left li a {
  display: block;
  padding: 0 3px 0 8px;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 3px;
}

#dmm_ntgnavi ul.navi_left li a:hover {
  background: #eee;
  border: 1px solid #666;
  border-radius: 3px;
}

#dmm_ntgnavi ul.navi_left li a > span {
  display: block;
  padding: 9px 10px 7px 28px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}

#dmm_ntgnavi ul.navi_left li.dmm_top img {
  margin: 8px 5px 8px 0;
}

#dmm_ntgnavi ul.navi_left li.ntg_top {
  margin-left: 10px;
}

#dmm_ntgnavi ul.navi_left li.ntg_top a > span {
  background: url(../images_td04/bg_bt_olgtop.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_chip a > span {
  background: url(../images_td04/bg_bt_chip.gif) 0 center no-repeat;
  letter-spacing: 0.05em;
}

#dmm_ntgnavi ul.navi_left li.ntg_poi a > span {
  background: url(../images_td04/bg_bt_point.gif) 0 center no-repeat;
  letter-spacing: 0.05em;
}

#dmm_ntgnavi ul.navi_right {
  flex-grow: 1;
  justify-content: flex-end;
  font-size: 10px;
}

#dmm_ntgnavi ul.navi_right li {
  margin: 0 10px 0 0;
  padding: 8px 5px;
}

#dmm_ntgnavi ul.navi_right li.ntg_chip, #dmm_ntgnavi ul.navi_right li.ntg_poi {
  display: none;
}

#dmm_ntgnavi .arrow {
  padding-left: 14px;
  background: url(../images_td04/arrow_common.gif) no-repeat left center;
  color: initial;
  text-decoration: underline;
}

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

@media (max-width: 960px) {
  #dmm_ntgnavi ul {
    justify-content: space-between;
  }
  #dmm_ntgnavi ul.navi_left {
    flex-grow: 2;
  }
  #dmm_ntgnavi ul.navi_left li.ntg_top a > span > span {
    display: none;
  }
  #dmm_ntgnavi ul.navi_left li.ntg_chip, #dmm_ntgnavi ul.navi_left li.ntg_poi {
    display: none;
  }
  #dmm_ntgnavi ul.navi_right li {
    display: none;
  }
  #dmm_ntgnavi ul.navi_right li.ntg_chip, #dmm_ntgnavi ul.navi_right li.ntg_poi {
    display: list-item;
  }
}	
	
	
	
	
/*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;
}
	

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

.menu-button {
  width: 45px;
  height: 45px;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 50px;
  right: 10px;
  z-index: 9999;
}

.menu {
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: url("../images_td04/menu_bg_sp.webp") no-repeat center;
  background-size: contain;
  z-index: 1001;
}

.menu.open {
  display: block;
  animation: slideIn 0.3s ease;
}

.menu-button {
  width: 45px;
  height: 45px;
  background-color: #333;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 50px;
  right: 10px;
  z-index: 9997;
}
	
.close-button {
  width: 45px;
  height: 45px;
  background: url("../images_td04/menu_close.jpg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 1.5%; /* 同じ位置に配置するための値を設定します */
  right: 10px; /* 同じ位置に配置するための値を設定します */
}
	

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

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

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

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

/*FV*/

#fv{
width:100%;
background:url(../images_td04/fv_sp.webp) no-repeat center top;
background-size:cover;
}

#fv .fv_logo{
margin:35% 0% 2% 0%;
width: 28%;
}
	
	
	
#fv_caption_erea{

margin:0% auto 0% auto;
width:100%;
background: url("../images_td04/fv_caption_bg_sp.webp") no-repeat center;
background-size: cover;
z-index:1;	
}	
	
	
#fv_caption_erea .fv_caption{
margin:1.5% auto 0% auto;
width:100%;
}
		
	
	
#present{
margin:15% auto 0% auto;
width:96%;
background: url("../images_td04/present_bg_sp.webp") no-repeat center;
background-size:contain;
overflow: visible;
}
		

#present .present_capt01{
margin:2% auto 0% auto; 
width:85%;
position: relative;
overflow: visible;

}	
	
	
	
/*プレゼントキャンペーン*/	

#present .present_capt02{
margin:7% auto 0% auto;
width:98%;
}			
		
#present .present_capt03{
margin:40% auto 0% auto;
width:50%;
}	

	
#present .present_btn{
margin:5% auto 7% auto;
width:90%;
}	

	
	
	

/*ゲームボタン遷移*/
	
#link_game_btn{
margin:15% auto 2% auto;
width:96%;
background: url("../images_td04/link_game_bg_sp.webp") no-repeat center;
background-size:contain;
overflow: visible;
}	
	
#link_game_btn .capt01{
margin:2% auto 4% auto;
width:80%;
}	
	
	
#link_game_btn li{
margin:4% auto 0% auto;
width:95%;
}	
	
#link_game_btn li .btn{
margin:5% auto 1% auto;
width:75%;
}		
		
	
#link_game_btn li:last-child{
margin:4% auto 6% auto;
width:95%;
}		
	
	
	
	
/*about*/	
	
#about {
margin:15% auto 0% auto;
width:100%;
background: url("../images_td04/about_bg_sp.webp") no-repeat center;
background-size:cover;
}
	
	
#about .capt01{
margin:5% auto 5% auto;
width:97%;
}	
		
	
	
	
#explanation{
margin:0% auto 0px auto;
width:100%;
background: url("../images_td04/explanation_bg_sp.webp") no-repeat center;
background-size:cover;
}	
	
	
#explanation .capt01{
margin:5% auto 75% auto;
width:95%;
}
	
	
	
/*schedule*/	
#schedule{
margin:0% auto 0% auto;
width:100%;
background: url("../images_td04/schedule_bg_sp.webp") no-repeat center;
background-size:cover;
}
	
#schedule .pic01{
margin:10% auto 10% auto;
width:98%;
}	
		
	
	
/*campaign*/		
#campaign{
margin:0% auto 0% auto;
height:auto;	
background: url("../images_td04/campaign_bg_sp.webp") repeat top;
background-size:contain;
}
	
#campaign .capt01{
margin:10% auto 0% auto;
}	
	
#campaign .pic01{
margin:10% auto 0% auto;
width:96%;
}	
	
#campaign .tx{
margin:5% auto 5% auto;
font-size:3vw;
font-weight: bold;
letter-spacing:1px;
color:#6c6c6c;
word-break: break-all;
}		
	
	
#campaign .capt02{
margin:10% auto 0% auto;
}	
	
#campaign .capt03{
margin:5% auto 0% auto;
}		
	
	
#campaign .pic02{
margin:5% auto 0% auto;
width:96%;
}	
	
#campaign .pic03{
margin:5% auto 0% auto;
width:96%;
}	
	
	
#campaign .pic04{
margin:5% auto 10% auto;
width:96%;
}		
		
	
	
.bg_erea{
margin:0;
top: 0;
left: 0;
max-width: 100%;
width:100%;
height:100%;
position:relative;
z-index:3;
text-align: center;
background: rgba(255,255,255,0.6);
background-size: cover;
object-fit: cover;
overflow: hidden;

}	
	
	
	

#section05{
margin:0% auto 0% auto;
width:100%;
position: relative;
background: url("../images_td04/campaign_bg_sp.webp") repeat top;
background-size:contain;
}	

	
#section05 .capt01{
margin:5% auto 10% auto;
width:100%;
}	
		
	
	
#section05 .chr-tmb01 ul{
	margin:328% auto 0% auto;
	width:100%;
	position:relative;
	z-index: 3;
}

#section05 .chr-tmb01 li{
	margin:0% 0.5% 0% 0.5%;
	width:31%;
	position: relative;
	display:inline-block;
	z-index: 3;
}


#section05 .chr-tmb01 li a{
	display: block;
	overflow: hidden;
	height:100%;
	z-index: 3;
}

#section05 .chr-tmb01 li a:hover img {
}
#section05 .chr-tmb01 .on img {
}

	

	
		
	
#section05 .sec05_poster{
margin:1% auto 1%;
width:95%;		
}	
	
	
	
/*タイトル紹介01*/

.game_box01{
margin:0px auto 0px auto;
width:100%;
background:url("../images_td04/pack_monmusu_bg_sp.webp") no-repeat center;
background-size:cover;

}
	
.game_box01 .pic01{
margin:45% 0% 0% 0%;
width:93%;
}
	
.game_box01 .pic02{
margin:8% 0% 50% 0%;
width:93%;
}
	
	
	
	
/*タイトル紹介02*/

.game_box02{
margin:0px auto 0px auto;
width:100%;
background:url("../images_td04/pack_osiro_bg_sp.webp") no-repeat center;
background-size:cover;

}
	
.game_box02 .pic01{
margin:45% 0% 0% 0%;
width:93%;
}
	
.game_box02 .pic02{
margin:8% 0% 50% 0%;
width:93%;
}
	
	
	
	
	
/*タイトル紹介03*/

.game_box03{
margin:0px auto 0px auto;
width:100%;
background:url("../images_td04/pack_aigis_bg_sp.webp") no-repeat center;
background-size:cover;

}
	
.game_box03 .pic01{
margin:45% 0% 0% 0%;
width:93%;
}
	
.game_box03 .pic02{
margin:8% 0% 50% 0%;
width:93%;
}
		
	
	
#section05.chr-pic01 {
margin:0px auto 0px auto;
position:relative;
z-index:0;
background:#ffffff;
}
	
#section05 .chr-pic01 li{
	position:absolute;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}

#section05 .chr-pic01 ul li.on {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity:1;
	filter: alpha(opacity=100);
}
	
	
#section05 .pic03{
margin:5% auto 15% auto;
width:95%;
}	
		
	
	
	
	
	
	
/*pv*/	
#pv{
margin:0% auto 0% auto;
width:100%;		
		
}	

	
#pv .capt01{
margin:15% auto 5% auto;
width:85%;
}	
	
	
	
#pv .pic01{
margin:0% auto 0% auto;
width:95%;
}	
	
	
#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;
}			

	
	
#pv .capt02{
margin:5% auto 0% auto;
width:95%;
}		
	
	
/*story*/	
#story{
margin:10% auto 0% auto;
width:97%;
background: url("../images_td04/story_bg_sp.webp")	no-repeat center;
background-size: contain;
}	
	
	
#story .capt01{
margin:8% auto 0% auto;
width:83%;
}	
	
#story .capt02{
margin:11% auto 0% auto;
width:98%;
}	
	
#story ul{
margin:0% 0% 0% 0%;		
}
	
#story li{
margin:9% 0.5% 10% 0.5%;
width:46%;
display: inline-block;		
}
	
	
#story #image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

#story #image-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  
  max-width:800px;
  overflow: visible;
}

#story #popup-image {
  width:100%;
  height: auto;
}

#story #close-image-popup {
 margin:0% 0% 0% -9%;
 width:33px;
 height:33px;	
 position: absolute;
 top: -40px;
 right:auto;
 font-size: 20px;
 z-index: 9999;
}	
	
	
	
	
	
/*illust*/		
#illust{
margin:10% auto 0% auto;
height:auto;	
background: url("../images_td04/campaign_bg_sp.webp") repeat top;
background-size:contain;
}	
	
	
#illust .capt01{
margin:10% auto 0% auto;
}
	
#illust ul{
margin:5% 0% 0% 0%;

}		

	
#illust li{
margin:3% 1% 0% 1%;
width:48%;
float: left;
}	
	

#illust li: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;			
}
		
	
	
	
	
#system{
margin:0% auto 0% auto;
height:auto;	
background: url("../images_td04/campaign_bg_sp.webp") repeat top;
background-size:contain;
}		
	
	
#system .capt01{
margin:15% auto 0% auto;		
}	
	
#system .pic01{
margin:8% auto 0% auto;
width:96%;
}	

#system .capt02{
margin:5% auto 10% auto;	
width:98%;
}	
	
	
#system #overlay02 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

#system #video-popup02 {
   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;
}

	
#system #popup-video02 {
  width: 100%; 
  height: auto;
  object-fit: contain; 

}
	

#system #close-button02 {
 margin:0% 0% 0% -9%;
 width:33px;
 height:33px;	
 position: absolute;
 top: -40px;
 right:auto;
 font-size: 20px;
 z-index: 9999;
}		
	
	
/*other*/	
#other{
margin:10% auto 0% auto;
}


#other .capt01{
margin:0% auto 0% auto;
}	
	
#other .pic01{
margin:5% auto 15% auto;
width:95%;
}		
	
	
	
	
	
	
	
	
	
	

#footer_list{
margin:20% auto 10% auto;
clear:both;
}

#footer_list li{
margin:3% 4%  3%  4%;
float: left;
}

#footer{
margin:0% 0% 0% 0%;
padding:2% 0% 2% 0%;
clear:both;
color:#969696;
background:#ffffff;
}


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

	

	
	
	
	
	
	
	
	
	
	
	

 }

