@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;

}

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

img {
vertical-align: bottom;
}

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

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: #909;
text-decoration: none;
}

a:link,
.d-txtlink {
color: #005fc0;
text-decoration: none;
cursor: pointer;
}

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

	
	
#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 {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index:-2;
text-align: center;
background-size: cover;
object-fit: cover;
overflow: hidden;
opacity:0.5;
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;
	opacity:0.8;
	background: #FFFFFF;
}
	

	
#wrapper{
min-width:1040px;
min-height: 600px;
overflow:hidden;

}


header{
margin: 0 auto 0 auto;
position:fixed;
top:-100px;
height:55px;
width:100%;
background:url("../images_td04/menu_bg_pc.png") no-repeat center;
color:#fff;
text-align: center;
z-index:100;
display: block;
transition: .3s;
}

#header_box{
margin:0px auto 0px auto;
width:1300px;
height:55px;
overflow: hidden;
}

nav ul {
margin:0px auto 0px auto;
float:left;
display: flex;

}

nav li{
margin:3px 0px 0px 35px;
color:#FFFFFF;
display:inline-block;
}	
		
@keyframes slideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}	
		
	
	


/* FV*/

#fv{
clear:both;
margin:0px auto 0px auto;
  width: 100%;
  height:auto;
　object-fit: cover;

}
	
	
#fv .pic01{
  width: 100%;
  height: auto;
  object-fit: cover;
   overflow: visible;
}

#fv .fv_logo{
margin:-100px auto 0px auto;
position: relative;
}
	
	
#fv_caption_erea{
clear:both;
margin:0px auto 0px auto;
background: url("../images_td04/fv_caption_bg.webp") no-repeat center;
background-size: cover;
height:174px;
z-index:1;	
}	
	
	
#fv_caption_erea .fv_caption{
margin:10px auto 0px auto;
		
}
	

	
/*プレゼントキャンペーン*/	
	
#present{
margin:100px auto 0px auto;
height:687px;
background: url("../images_td04/present_bg.webp") no-repeat center;	
}
		
#present .present_capt01{
margin:15px 0px 0px 0px;
}	
	

#present .present_capt02{
margin:20px 5px 0px 0px;
}		
	

#present .present_capt03{
margin:25px auto 0px auto;
}		
		
#present .present_btn{
margin:28px auto 0px auto;
}		
	
	
	
#present .present_btn: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;	
}			
	
	

/*ゲームボタン遷移*/
	
#link_game_btn{
margin:100px auto 0px auto;
height:648px;
background: url("../images_td04/link_game_bg.webp") no-repeat center;	
}	
	
#link_game_btn .capt01{
margin:15px auto 0px auto;

}	
	
	
#link_game_btn li{
margin:45px 10px 0px 10px;
width:300px;
height:520px;
display:inline-block;
}	
	
#link_game_btn li .btn{
margin:30px 0px 0px 0px;
}		
	

#link_game_btn li .btn: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;	
}

	
	
	

	
	
/*about*/	
	
#about {
margin:100px auto 0px auto;
height:530px;
background: url("../images_td04/about_bg.webp") no-repeat center;
background-size:cover;
}
	
	
#about .capt01{
margin:80px auto 0px auto;
}	
	
	
/*explanation*/		
	
#explanation{
margin:0px auto 0px auto;
height:766px;
background: url("../images_td04/explanation_bg.webp") no-repeat center;
background-size:cover;
}	
	
	
#explanation .capt01{
margin:35px auto 0px auto;
}
	


/*schedule*/	
#schedule{
margin:0px auto 0px auto;
height:730px;
background: url("../images_td04/schedule_bg.webp") no-repeat center;
background-size:cover;
}
	
#schedule .pic01{
margin:100px auto 0px auto;
}	
	
	
	
/*campaign*/		
#campaign{
margin:0px auto 0px auto;
height:auto;	
background: url("../images_td04/campaign_bg.webp") repeat-y center;
background-size: contain;
}
	
#campaign .capt01{
margin:50px auto 0px auto;
}	
	
#campaign .pic01{
margin:50px auto 0px auto;
}	
	
#campaign .tx{
margin:35px auto 0px auto;
font-size:20px;
font-weight: bold;
letter-spacing:1px;
color:#6c6c6c;
}		
	
	
#campaign .capt02{
margin:100px auto 0px auto;
}	
	
#campaign .capt03{
margin:35px auto 0px auto;
}		
	
	
#campaign .pic02{
margin:35px auto 0px auto;
}	
	
#campaign .pic03{
margin:35px auto 0px auto;
}	
	
	
#campaign .pic04{
margin:35px auto 100px auto;
}		

	
	
	
#section05{
margin:0px auto 0px auto;
padding:0px 0px 0px 0px;
height:auto;
clear: both;
position: relative;
background: url("../images_td04/campaign_bg.webp") repeat-y center;
background-size: contain;
}	

#section05 .capt01{
margin:0px auto 50px auto;
}	
	
	
	
#section05 .chr-tmb01 ul{
	margin:1030px 0px 0px 0px;
	height:140px;
	position: relative;
	overflow: hidden;
}

#section05 .chr-tmb01 li{
	margin:0px 20px 0px 20px;
	display:inline-block;
}
	

#section05 .chr-tmb01 li:lat-child{
	margin:0px 0px 0px 0px;
	display:inline-block;
}


#section05 .chr-tmb01 li a{
	display: block;
	overflow: hidden;
	height:140px;
}

#section05 .chr-tmb01 li a:hover img {
}
#section05 .chr-tmb01 .on img {
}
	
	
.game_box01{
margin:0px auto 0px auto;
width:100%;
height:980px;
background:url(../images_td04/pack_monmusu_bg.webp) no-repeat center;

}
	
.game_box01 .pic01{
margin:130px 0px 0px 20px;

}
	
.game_box01 .pic02{
margin:20px 0px 0px 0px;

}	
	
	
	
	

/*タイトル紹介02*/

.game_box02{
margin:0px auto 0px auto;
width:100%;
height:980px;
background:url(../images_td04/pack_osiro_bg.webp) no-repeat center;
}
	
	
.game_box02 .pic01{
margin:130px 0px 0px 20px;

}
	
.game_box02 .pic02{
margin:20px 0px 0px 0px;

}	
	
	
	
/*タイトル紹介03*/

.game_box03{
margin:0px auto 0px auto;
width:100%;
height:980px;
background:url(../images_td04/pack_aigis_bg.webp) no-repeat center;
}
	
	
.game_box03 .pic01{
margin:130px 0px 0px 20px;

}
	
.game_box03 .pic02{
margin:20px 0px 0px 0px;

}	

	
	
	
	

#section05.chr-pic01 {
margin:0px auto 0px auto;

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:50px auto 100px auto;
}	
	
	
	
	
	
	
	
/*pv*/
#pv{
margin:0px auto 0px auto;
		
}
	
	
	
#pv .capt01{
margin:50px auto 50px auto;
}		
	
	
#pv .pic01{
margin:0px auto 0px auto;

}
	
	
	
#pv .pic01: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;	
}	
	
	

#pv #overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1100;
  overflow: visible;
}

#pv #video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: visible;
}

#pv #popup-video {
  width: 900px; 
}

#pv #close-button {
  position: fixed;
  top: -20px; 
  right: -10px;
  cursor: pointer;
  z-index: 1200;
}
	
#pv .capt02{
margin:50px auto 0px auto;
}		
	
	
#story{
margin:100px auto 0px auto;
height:512px;
background: url("../images_td04/story_bg.webp")	no-repeat center;	
}	
	
	
#story .capt01{
margin:23px auto 0px auto;
}	
	
#story .capt02{
margin:43px auto 0px auto;
}	
	
	
#story li{
margin:45px 15px 0px 15px;
display: inline-block;		
}
	
	
#story 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;			
}
	
	
#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;
  max-width: 900px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: visible;
}

#story #popup-image {
  width:958px;
  height: auto;
}

#story #close-image-popup {
  position: fixed;
  top: -20px;
  right: -60px;
  cursor: pointer;
  z-index: 1001;
}	
	
	

/*illust*/		
#illust{
margin:50px auto 0px auto;
height:auto;	
background: url("../images_td04/campaign_bg.webp") repeat-y center;
background-size: contain;
}	
	
#illust .capt01{
margin:60px auto 50px auto;
}
	
.illust_dl{
margin:0px auto 0px auto;
width:960px;
position: relative;	
}
	
	
	
#illust li{
margin:10px 10px 10px 10px;
display: inline-block;
vertical-align: top;
align-items:left;
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*/		
#system{
margin:0px auto 0px auto;
height:auto;	
background: url("../images_td04/campaign_bg.webp") repeat-y center;
background-size:cover;
}		
	
	
#system .capt01{
margin:100px auto 0px auto;		
}		
	
#system_box{
margin:50px auto 0px auto;
width:1020px;
height: auto;
}	
	
#system #system_box .pic01{
margin:0px auto 100px auto;
float: left;
}
	
#system #system_box .capt02{
margin:0px 0px 100px 20px;
float: left;		
}
	
	
	

#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 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: visible;
}

#system #popup-video02 {
  width: 900px; 
}

#system #close-button02 {
  position: fixed;
  top: -20px; 
  right: -10px;
  cursor: pointer;
  z-index: 1001;
}
	
	
/*other*/	
#other{
margin:100px auto 100px auto;
}


#other .capt01{
margin:0px auto 0px auto;
}	
	
#other .pic01{
margin:50px auto 0px auto;
}		
	
	
	
	
	
	
#footer{
clear:both;
margin:0px auto 0px auto;
padding:10px 0px 0px 0px;
height:40px;
background:#ffffff;
border-top: 2px solid #969696;
}

#footer .copy{
color:#969696;
}



#page_btn {
    position: fixed;
    right: 50px;
    bottom: 0;
    z-index: 100;
}
	
	
#page_btn: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;	
}

	
.video-wrap {
    position: relative;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; 
    cursor: pointer;
}	
	
	
	
	
	
	
	
	
	

	
	
 }


