@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@600&display=swap');

#container {
	opacity: 0;
}

#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: url("../images/bg_black.jpg") repeat;
  background-size:cover;
	background-color:#26202e;
  text-align: center;
  color: #fff;
}

#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
}

#splash_text svg{
    height: 2px;
}
/*common------------------*/
body {
font-family:  YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  min-width: 1280px;
  color: #242226;
  line-height: 2;

}
a {
  text-decoration: none;
}
a:link {
  color: #7D32AC;
}
a:visited {
  color: #7D32AC;
}
a:hover {
  color: #BC46B0;
  text-decoration: underline;
}
a:active {
  color: #BC46B0;
}
ul {
  list-style-type: none;
}
section {
overflow: hidden;
}
img {
  vertical-align: bottom;
}
.newmark{
   position:absolute;
    top:-14px;
    left:-6px;
    z-index:5;
}
.inner {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 40px 0px 50px 0px;
}
.innerText{
 width: 1080px;
  margin: 0 auto;
}
.heading {
  margin:20px 0px;
  text-align: center;
    position:relative;
}
.heading__fadeRight, .heading__fadeLeft {
    display: inline-block;
    position:absolute;
    top:22px;
    
}
.heading__fadeLeft{
left:50%;
margin-left:90px;

}
.heading__fadeRight{
right:50%;
margin-right:90px;
}
.character .heading__fadeLeft, .download .heading__fadeLeft{
margin-left:150px
}
.character .heading__fadeRight, .download .heading__fadeRight{
margin-right:150px;
}
.special .heading__fadeLeft, .gallery .heading__fadeLeft{
margin-left:110px
}
.special .heading__fadeRight, .gallery .heading__fadeRight{
margin-right:110px;
}

.heading_lv3{
    background:url("../images/heading_lv3_line.png") no-repeat bottom center;
    background-size: 1000px 15px;
    width:1000px;
    margin:0 auto 30px auto;
 padding-bottom:10px;
    color:#bda555;
    text-align: center;
    font-size:26px;
}
.heading_lv3 + p{
   margin-top:-20px;
}
.heading_lv3 span:before, .heading_lv3 span:after{
  content: '';
  display: inline-block;
  width: 70px;
  height: 35px;
  background-image: url("../images/heading_lv3_kazari.png");
  background-size: contain;
  margin:0px 20px -8px 20px;
  
   
}
.heading_lv3 span:after{
transform: scale(-1, 1);
}
.heading_lv4{
    background:url("../images/heading_lv4_icon.png") no-repeat 0px 2px;
    background-size: 26px 28px;
    padding:0 0 0 30px;
    margin:0 auto 20px auto;
	 color:#563782;
}

.linkBtn{
    position:relative;
    top:0px;
    transition: all 0.5s;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    filter: drop-shadow(1px 1px 3px rgba(189,165,85,0.5));
}
.linkBtn:hover{
    top:-5px;
}
.linkBtn img{
    display: block;
}
/*bannerList*/
.bannerList {
  display: grid;
  grid-template-columns: 380px 380px 380px;
  grid-template-rows: auto;
  gap: 20px;
  padding-bottom: 40px;
}
.bannerList div{
}
.bannerM a::before {
  background: url("../topics/images/topics_banner_on.png") no-repeat;
  background-size: 285px 110px;
  background-position: center center;
}
.bannerM a:hover::before {
  opacity: 1;
}
.bannerM .newmark {
  top:-2px;
	left:-2px;
}
.bannerListBig{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width:100%;
}
.bannerListBig div{
    display: flex;
    justify-content: center;
    margin-bottom:20px;
     position:relative;
}
.bannerListBig a::before {
  background: url("../topics/images/bigbanner_on.png") no-repeat;
  background-size: 1200px 250px;
  background-position: center center;
}
.bannerListBig a:hover::before {
  opacity: 1;

}
.bannerListBig .newmark {
  top:-3px;
	left:-3px;
}
/*imgList*/
.imgList {
  display: grid;
  grid-template-rows: auto;
  gap: 20px;
  margin-bottom:40px;
}
/*txtList*/
.textList dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
     border-bottom: 1px solid rgba(224,216,178,0.4);
}
.textList dt {
  background: url("../images/dt_bg.png") no-repeat;
  background-size: 111px 25px;
    background-position:center 2px;
  min-width: 111px;
  height: 25px;
  text-align: center;
  color: #fff;
    font-weight: bold;
    font-size:12px;
  margin-right: 10px;
   padding-top:2px;
    display: flex;
justify-content: center;
    align-items: center;
   
    
}
.textList dt:first-line {
  line-height: 1.6;
}
.textList dd:first-line {
  line-height: 1.6;
}
/*columnBox*/
.columnBox {
  display: flex;
}
/*obj*/
.obj {
  position: absolute;
}
.smallTxt {
  font-size: 12px;
  font-weight: normal;
}
.bigTxt {
  font-size: 18px;
  font-weight:bold;
}
.redTxt{
 color: #7D32AC;
}
.text_center{
    text-align: center;
}
.attention{
    font-weight: 500;
    margin-bottom:20px;
}
.underline {
  background-color: #E3BE78;
}
.onLink::before{
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
/*bg------------------*/
.bg_fade{
  background: url("../images/bg_fade.png") repeat-x;
  background-size:8px 714px;
      position: relative;
  overflow: hidden;

}
.bg_square {
  background: url("../images/bg_square.png") repeat;
  background-size: 290px 290px;
      position: relative;
  overflow: hidden;

}
.bg_purple {
  background: url("../images/bg_purple.jpg") repeat center center;
  background-size: 1000px 450px;
      position: relative;
  overflow: hidden;

}

/*header------------------*/
.header{
    font-family: 'Cormorant Infant', serif;
}
.header__bg {
  position: fixed;
background:white;
  z-index: 10;
  width: 100%;
  border-bottom: 2px solid #ffc500;
  border-image: linear-gradient(to right, #bda555,#ffc500,#bda555);
  border-image-slice: 1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
	
}
.header .inner {
  position: relative;
  z-index: 11;
  padding: 0;
}
.navBox {
  display: flex;
  justify-content: center;
}
.header__globalNav > ul {
  display: flex;
	align-items: center;
		height:60px;
    padding-bottom:10px;
}
.header__globalNav li {
  padding: 0 20px;
  position: relative;
}
.header__globalNav li img {
  position: relative;
  z-index: 2;
}
.header__globalNav > ul > li::after {
  /*background: url("../images/globalnav_li_bg.png") no-repeat;*/
  background-size: 105px 60px;
  background-position: 10px center;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.header__globalNav > ul > li:hover::after {
  opacity: 1;
}
.header__globalNav a{
    color: transparent;
	background: repeating-linear-gradient( 90deg, #6c3e8e 0, #6c3e8e 100% );
	-webkit-background-clip: text;
    font-size:20px;
    text-align: center;
    line-height: 0;
    text-decoration: none;
   transition: all 0.3s;
    
}
.header__globalNav a:hover{
    color: transparent;
	background: repeating-linear-gradient( 0deg, #74369d 0, #da71e8 100% );
	-webkit-background-clip: text;
    
}
.header__globalNav span{
    font-family:  YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    display: block;
    font-size:10px;
     color: #6c3e8e;
	
}
.header__utilityNav {
  display: flex;
	align-items: center;

}
.header__utilityNav li {
  padding: 0 5px;
}
.header__globalNav li.nav_coming{
    opacity: 0.3;
}
.header__globalNav li.nav_coming a{
   pointer-events: none;
}
.header__globalNav li.nav_coming:hover::before{
   opacity: 0;
}
.coming{
    opacity: 0.3;
}
.header__globalNav .subMenu{
	font-family:  YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    position:absolute;
    top:38px;
    left:10px;
    background-color: rgba(255,255,255,0.95);
    padding:5px;
    border-radius: 4px;
    font-size: 13px;
    width:280px;
   display:none;
	
}
.header__globalNav .subMenu li{
	background: url("../images/kazari_icon.png") no-repeat ;
    background-size: 15px 8px;
    background-position: 0px 10px;}
.header__globalNav .subMenu a{
	font-size: 12px;}
.header__frame {
  position: fixed;
  width: 100%;
  min-width: 1280px;
	z-index: 10;
}
.frame_left {
left:0;
  transform: scale(-1, 1);

}
.frame_right {
    right:0;

}


/*footer------------------*/
.footer {
  text-align: center;
  padding: 0px 0;
position:relative;
    z-index:10;
    color:#42326b;
}
.footer__copyright {
  font-size: 8px;
}
/*anime------------------*/
.inview{ opacity: 0;}
@keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(-20px,0px)
    }
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s, transform .8s;
}
.fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}
.fadeIn {
  opacity: 0;
}
.fadeIn.is-inview {
  opacity: 1;
  transition:all .5s;
}
.fadeRight {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity .8s, transform .8s;
}
.fadeRight.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .4s;
}
.delay-time-05{
    animation-delay: 0.5s
}
.delay-time-15{
    animation-delay: 1.5s
}
.delay-time-2{
    animation-delay: 2s
}
.heading__fadeRight {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity .8s, transform .8s;
}
.heading__fadeRight.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .4s;
}
.heading__fadeLeft {
  opacity: 0;
  transform: translateX(-30px) scale(-1, 1);
  transition: opacity .8s, transform .8s;
}
.heading__fadeLeft.is-inview {
  opacity: 1;
  transform: translateX(0) scale(-1, 1);
  transition-delay: .4s;
}
.fade_tachie{
  opacity: 0;
  transform: translateX(70px);
  transition: opacity .8s, transform .8s;
}
.fade_tachie.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .4s;
}
.fade_prof{
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity .8s, transform .8s;
}
.fade_prof.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .4s;
}