@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_td05/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_td05/bg_bt_olgtop.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_chip a > span {
  background: url(../images_td05/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_td05/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_td05/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.4;
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:1100px;
min-height: 600px;
overflow:hidden;

}


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

#header_box{
margin:0px auto 0px auto;
width:1200px;
height:60px;
overflow: hidden;
}

nav ul {
margin:0px auto 0px auto;
/* float:left; */
display: flex;
justify-content: center;
align-items: center;
}

nav li{
margin-top: 15px;
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;
}
	
#op1 {
  position: relative;
}

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

#fv .fv-logo{
width: 21%;
height: auto;
top: 60%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
}
	
	
/*プレゼントキャンペーン*/	
	
#present{
margin:60px auto 0px auto;
height:681px;
background: url("../images_td05/cp1_box.webp") no-repeat center;
}
		
#present .present_capt01{
margin:0px 10px 0px 0px;
}	
	
#present .present_capt02{
margin:40px 0px 0px 0px;
}		
	

#present .present_capt03{
margin:30px 380px 0px auto;
}		
		
#present .present_btn{
margin:45px auto 0px auto;
}		
	
#present a: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:60px auto 0px auto;
height:741px;
background: url("../images_td05/cp2_box.webp") no-repeat center;	
}	
	
#link_game_btn .capt01{
margin:5px auto 0px auto;
}	
	
#link_game_btn li{
margin:50px 10px 0px 10px;
width:300px;
height:550px;
display:inline-block;
}	
	
#link_game_btn li .btn{
margin:25px 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;	
}

#cp3_4{
  margin: 90px auto;
  height: auto;
}

.cp3_4_box{
  display: flex;
  justify-content: center;
  gap:50px;
}
	
	
	
/*about*/	
	
#about {
padding-bottom: 70px;
height:auto;
background: url("../images_td05/about_bg.webp") no-repeat center;
background-size:cover;
position: relative;
}
	
#about .capt01{
margin: 65px 0 25px 0;
}	

.about-schedule {
  width: 1000px;
  display: flex;
}

.about-schedule img{
  margin-top: 15px;
}

.about-ghost{
  position: absolute;
  width: 100%; 
  /* ↑これがないと表示されなくなる */
  /* ↑さらに場所も固定されない なぜ */
  top: 400px;
  left: -770px;
}

.about-bat{
  position: absolute;
  width: 100%;
  /* ↑これがないと表示されなくなる */
  /* ↑さらに場所も固定されない なぜ */
  top: 150px;
  left: 600px;
}

/*アニメーション*/
.fuwa-animation{
  animation: fuwafuwa 1.5s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa{
 0%{transform:translateY(0)}
 50%{transform:translateY(-15px)}
 100%{transform:translateY(0)}
}


	
/*story*/		
	
#story{
margin:0px auto 0px auto;
height:820px;
background: url("../images_td05/story_bg.webp") no-repeat center;
background-size:cover;
}	
	
	
#story .capt01{
margin:35px auto 0px auto;
}

.story-btn{
  margin: 400px 0 0 0;
  cursor: pointer;
}

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

	
	
/*pv*/

#pv{
margin:0px auto 0px auto;
}
	
#pv .pic01{
margin:100px auto 0px auto;
cursor: pointer;
}
	
#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: -30px; 
  right: -10px;
  cursor: pointer;
  z-index: 1200;
}
	
#pv .capt02{
margin:60px auto 60px auto;
}		
	
	

/*pack*/

#pack{
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  background: url("../images_td05/pack_bg.webp")repeat center;
  background-size: contain;
}

#pack .capt01{
  margin:80px auto 50px auto;
}

/* #pack .pack-ticket{
  margin:0px auto 40px auto;
  justify-content: center;
  display: flex;
  gap: 60px;
}

#pack .pack-ticket-capt2{
  margin:20px auto 60px auto;
  color: #fff;
  text-decoration: underline;
} */

#pack .pack-packlist{
  width: 100%;
  height: 687px;
  margin: -135px auto 60px auto;
  background: url("../images_td05/pack_packlist_box.webp")no-repeat center;
}

#pack .pack-packlist-capt{
  margin-top: 0px;
}

#pack .pack-packlist ul{
  display: flex;
  width: 1000px;
  margin-top: 200px;
}

#pack .pack-packlist li{
cursor: pointer;
}

.pack-packlist 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;			
  }


#pack .pack-omake{
  width: 100%;
  height: 607px;
  margin: -180px auto 0px auto;
  background: url("../images_td05/pack_omake_box.webp")no-repeat center;
}

#pack .pack-omake-capt2{
  margin-top: 20px;
}

#pack .pack-omake-item{
  margin: 215px 0 0 30px;
}

#pack .pack-omake-capt3{
  margin-top: 35px;
}



/*illust*/		

#illust{
margin:0px auto 0px auto;
padding-bottom: 60px;
height:auto;	
background: url("../images_td05/illust_bg.webp") repeat center;
background-size: contain;
}	
	
#illust .capt01{
margin:70px auto 30px auto;
}
	
.illust_dl{
width:1100px;
}

#illust li{
margin:15px 6px;
display: inline-block;
}	
	
#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;			
}
	
#illust .illust-old-capt{
  margin: 60px auto 30px auto ;
}

#illust .illust-old-btn img{
  width: 254px;
  height: auto;
}


	
/*other*/	

#other{
}

#other .capt01{
margin:70px auto 0px auto;
}	
	
#other .pic01{
margin:50px auto 60px auto;
}		


	
#footer{
clear:both;
margin:0px auto 0px auto;
padding:10px 0px 0px 0px;
height:40px;
background:#4d327d;
}

#footer .copy{
color:#fff;
}



#page_btn {
    position: fixed;
    right: 50px;
    bottom: 10px;
    z-index: 100;
}

.anim-box.poyopoyo {
  animation: poyopoyo 3s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 50%, 60%, 70% {
    transform: scale(1.0);
  }
  55%, 65% {
    transform: scale(0.93);
  }
}
	
	
/* #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;
}	
	

#image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

#image-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 1100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
 overflow-y: auto;
  max-height: 100vh; 
   -ms-overflow-style: none; 
   scrollbar-width: none;
}

#popup-image {
  width:1100px;
  margin: 25px 0;
  height: auto;
}

#close-image-popup {
   position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 1001;
}

	
	
 }


