@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "BIZ UDPGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Noto Sans CJK JP", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fl {
	float: left;
}

.flimg img {
	float: left;
}
.fldiv {
	width: 960px;
}
.fldiv div {
	float: left;
}
.rblock {
	position: relative;
}
.ablock {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.rblock img, .ablock img {
	display: block;
}
.pblock img {
    display: block;
	width: 100%;
}
.tx {
	width: 100%;
	position: absolute;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #0099FF;
	outline: 0;
}
a:focus {
	outline: 0;
}

html {
	width: 100%;
	background: #f2f2f2;
	overflow-y: scroll;
}
body {
	width: 100%;
	min-width: 1000px;
	background-color: #000;
}
#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	/* min-height: calc(100vh - 97px); */
	padding-top: 97px;
	min-width: 960px;
	overflow-x: hidden;
}
@media screen and (max-width:767px) {
	body {
		min-width: auto;
	}
	#wrapper {
		padding-top: 12.18%;
		padding-bottom: 0;
		min-height: auto;
		min-width: auto;
	}
}

.wrapper {
	width: 100%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.contents {
	position: relative;
	width: 1920px;
	margin: 0 0 0 calc((100% - 1920px)/2);
}
.rcontents {
	position: relative;
	width: 100%;
}
.headline {
	position: relative;
	width: 100%;
}

.mcontents {
	position: relative;
	width: 1260px;
	margin: 0 0 0 calc((100% - 1260px)/2);
}
.c960 {
    position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.cmin {
    position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.c1280 {
    position: relative;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

/* common */
#bg {
	position: relative;
	width: 100%;
}
#subbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	padding-top: 820.93%;
	background-image: url("../images/common/sp_bg1.jpg"),url("../images/common/sp_bg2.jpg"),url("../images/common/sp_bg3.jpg");
	background-position: left top, left 36.54%, left bottom;
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-size: 100% auto, 100% auto, 100% auto;
}
#lovl {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #000000;
}
#loadimg {
    position: absolute;
    width: 3vw;
    height: 3vw;
	min-width: 16px;
	min-height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -1.5vw;
    margin-top: -1.5vw;
}
.loadimg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.loadimg_i img { display: block; width: 100%; }
#loadimg_g {
    animation: a_load_img_g 0.7s linear 0s  infinite;
}
#loadimg_g .loadimg_i {
    -webkit-animation: a_load_img 1s linear 0s infinite;	
    animation: a_load_img 1s linear 0s  infinite;
}
#loadimg_r {
    animation: a_load_img_r 0.7s linear 0s  infinite;
}
#loadimg_r .loadimg_i {
    -webkit-animation: a_load_img 1.2s linear 0.4s infinite;	
    animation: a_load_img 1.2s linear 0.4s  infinite;
}
#loadimg_y {
    animation: a_load_img_y 0.7s linear 0s  infinite;
}
#loadimg_y .loadimg_i {
    -webkit-animation: a_load_img 0.4s linear 0.8s infinite;	
    animation: a_load_img 0.4s linear 0.8s  infinite;
}
.loadimg_e {
    -webkit-animation: a_load_img_e 0.5s linear 0s forwards;	
    animation: a_load_img_e 0.5s linear 0s  forwards;
}
@-webkit-keyframes a_load_img {
	0%   {-webkit-transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);}
}
@keyframes a_load_img {
	0%   {transform: scale(1.0) rotate(60deg); opacity: 1; }
	50%   {transform: scale(1.0) rotate(240deg); opacity: 0.5; }
	100% {transform: scale(1.0) rotate(420deg); opacity: 1; }
}
@keyframes a_load_img_g {
	0%   {transform: rotate(180deg) translate(0,100%);}
	50% {transform: rotate(360deg) translate(0,100%);}
	100% {transform: rotate(540deg) translate(0,100%);}
}
@keyframes a_load_img_r {
	0%   {transform: rotate(0deg)   translate(0,100%);}
	50%   {transform: rotate(180deg) translate(0,100%);}
	100% {transform: rotate(360deg)  translate(0,100%);}
}
@keyframes a_load_img_y {
	0%   {transform: rotate(90deg) translate(0%,0%) scale(1.0);}
	50%   {transform: rotate(-180deg) translate(0%,100%) scale(0.5);}
	100% {transform: rotate(-270deg) translate(0%,0%) scale(1.0);}
}
@keyframes a_load_img_e {
	0%   {transform: scale(1); }
	100% {transform: scale(0.01); }
}
.ptop {
	position: absolute;
	width: 69px;
	left: 50%;
	margin-left: calc(56.56% - 34.5px); top: 0; margin-top: 13px;
	z-index:100 !important;
}
.ptop a { 
	display: block;
}
.ptop img {
	display: block;
	width: 100%;
}
.ptop a:hover  {
    opacity: 0.7;
}
#maincontents {
    position: relative;
    z-index:2;
}

/* menu */
#menu {
	position: fixed;
	width: 100%;
	min-width:1000px;
	height: 97px;
	top: 0;
	background: url("../images/common/menu/mbg.png") center bottom repeat-x;
	z-index: 3;
}
#menu_i {
	position: relative;
	width: 100%;
	min-width: 1000px;
	max-width: 1180px;
	margin: 0 auto;
	height: 100%;
}
#menu_i ul {
	position: relative;
	width: 100%;
	height: 100%;
}
#menu_i li {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 22px;
}
#menu_i li a {
	display: block;
	height: 0;
	overflow: hidden;
}
#menu_i li a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:"";
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	opacity: 0;
	transition-duration: 0.3s;
}
#menu_i li a:hover:after { opacity: 1; }

#menubtn { position: absolute; width: 10%; left: 86.35%; top: 0; margin-top: 0.83%; z-index: 3;}
#menubtn a { display: block; width: 100%; }
#menubtn img { display: block; width: 100%; }
#menu.opened #menubtn a:after {
    position:absolute;
    content:"";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/common/menu/mbtn_n.png") left top no-repeat rgba(0,0,0,1);
    background-size: 100% auto;
}

#m00 { position: absolute;
	width: 203px;
	margin-left: calc(-58% - 101.5px);
	left: 50%;
	top: 0;
	margin-top: 22px;
	z-index: 2;
}
/*
#m01 { width: 120px; margin-left: 2.88%;}
#m02 { width: 190px; margin-left: 15.5%;}
#m03 { width: 115px; margin-left: 34.06%;}
#m04 { width: 131px; margin-left: 46.27%;}
#m05 { width: 283px; margin-left: 59.66%;}
#m06 { width: 131px; margin-left: 85.93%;}
*/
#m01 { width: 120px; margin-left: 6.88%;}
#m02 { width: 190px; margin-left: 19.5%;}
#m03 { width: 115px; margin-left: 38.06%;}
#m04 { width: 131px; margin-left: 50.27%;}
#m05 { width: 283px; margin-left: 63.66%;}
#m06 { width: 131px; margin-left: 89.93%;}

.mnew {
	position: absolute;
	left: 0;
	top: -17px;
	width: 55px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background: url("../images/common/menu/mnew.png") left top no-repeat;
	background-size: 100% auto;
    z-index:2;
}

#m00 a { display: block; height: 0; overflow: hidden;
	     position: relative; width: 100%; padding-top: 25.12%; background: url("../images/common/menu/m00.png") left top no-repeat; background-size: auto 100%; }
#m01 a { position: relative; width: 100%; padding-top: 42.5%;  background: url("../images/common/menu/m01.png") left top no-repeat; background-size: auto 100%; }
#m02 a { position: relative; width: 100%; padding-top: 26.84%; background: url("../images/common/menu/m02.png") left top no-repeat; background-size: auto 100%; }
#m03 a { position: relative; width: 100%; padding-top: 44.34%; background: url("../images/common/menu/m03.png") left top no-repeat; background-size: auto 100%; }
#m04 a { position: relative; width: 100%; padding-top: 38.93%; background: url("../images/common/menu/m04.png") left top no-repeat; background-size: auto 100%; }
#m05 a { position: relative; width: 100%; padding-top: 18.02%; background: url("../images/common/menu/m05.png") left top no-repeat; background-size: auto 100%; }
#m06 a { position: relative; width: 100%; padding-top: 38.93%; background: url("../images/common/menu/m06.png") left top no-repeat; background-size: auto 100%; }
#m01 a:after { background-image: url("../images/common/menu/m01_ro.png"); }
#m02 a:after { background-image: url("../images/common/menu/m02_ro.png"); }
#m03 a:after { background-image: url("../images/common/menu/m03_ro.png"); }
#m04 a:after { background-image: url("../images/common/menu/m04_ro.png"); }
#m05 a:after { background-image: url("../images/common/menu/m05_ro.png"); }
#m06 a:after { background-image: url("../images/common/menu/m06_ro.png"); }
#about #m01 a:after { opacity: 1; }
#character #m02 a:after { opacity: 1; }
#movie #m03 a:after { opacity: 1; }
#system #m04 a:after { opacity: 1; }
#pse #m05 a:after { opacity: 1; }
#special #m06 a:after { opacity: 1; }
@media screen and (max-width:1685px) {
	#menu {
	}
	#menu_i {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		max-width: 1686px;
	}
	#menu_i li,#m00 {
		margin-top: 1.3%;
	}
	#m00 { width: 12.04%; }
	#m01 { width: 7.11%;}
	#m02 { width: 11.26%;}
	#m03 { width: 6.82%;}
	#m04 { width: 7.76%;}
	#m05 { width: 16.78%;}
	#m06 { width: 7.76%;}
#m00 { width: 12.04%; margin-left: 1.47%; left: auto;}
#m01 { width: 7.11%; margin-left: 17.02%;}
#m02 { width: 11.26%; margin-left: 25.86%}
#m03 { width: 6.82%; margin-left: 38.84%;}
#m04 { width: 7.76%; margin-left: 47.39%;}
#m05 { width: 16.78%; margin-left: 56.76%;}
#m06 { width: 7.76%; margin-left: 75.14%;}

}
#ptop {
	position: fixed;
	left: auto;
	right: 1%;
	top: auto;
	bottom: 10%;
}
a.mv { position: relative; display: block; }
a.mv:after {
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/movie/01/sp/btn_mov.png") center center no-repeat;
	background-size: 24.34% auto;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	cursor: pointer;
}
a.mv:hover:after {
	filter: brightness(120%);
	background-size: 20% auto;
	background-color: rgba(128,128,128,0.2);
}

@media screen and (max-width:767px) {
	#menu {
		min-width: auto;
		position: fixed;
		left: 0;
		top: 0;
		padding-top: 0;
		background: rgba(0,0,0,0.7);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
	}
	#menu.opened {
        width: 100%;
        height: 100%;
        height: 100vh;
    }
	#menu_i {
		position: relative;
		top: 0;
		width: 100%;
		min-width: auto;
		max-width: none;
	}
	#m00 {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 12.18%;
		border-bottom: 1px solid #EAFF17;
		overflow: hidden;
		background: #000;
		margin: 0;
	}
	#m00 a {
	    position: absolute;
		left: auto;
		top: 0;
		display: block;
		width: 41.35%;
		margin-left: 28.75%;
		margin-top: 0%;
		padding-top: 29.47%;
		overflow: hidden;
		height: 0;
		background: url("../images/common/menu/m00_sp.png") left top no-repeat;
		background-size: 100% auto;
	}
	#menulist {
 		display: none;
		height: 100%;
		height: 100vh;
	}
	#menu_i #menulist li {
		position: relative;
		display:block;
		width: 100%;
		height: 0;
		left: auto;
		top: auto;
		padding-top: 13.64%;
		overflow: hidden;
		background-color: #000;
		margin: 0;
		border-bottom: 1px solid #EAFF17;
	}
	#menu_i #menulist li a {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 0%;
		padding-top: 13.64%;
		overflow: hidden;
		background-size: 100% auto;
	}
	#menulist li a:after {
		background-size: 100% auto, 100% auto;
	}
	#m01 a { background-image: url("../images/common/menu/m01_sp.png"); }
	#m02 a { background-image: url("../images/common/menu/m02_sp.png"); }
	#m03 a { background-image: url("../images/common/menu/m03_sp.png"); }
	#m04 a { background-image: url("../images/common/menu/m04_sp.png"); }
	#m05 a { background-image: url("../images/common/menu/m05_sp.png"); }
	#m06 a { background-image: url("../images/common/menu/m06_sp.png"); }
	#m01 a:after { background-image: url("../images/common/menu/m01_sp_ro.png"), url("../images/common/menu/spmenubg_hl.png"); }
	#m02 a:after { background-image: url("../images/common/menu/m02_sp_ro.png"), url("../images/common/menu/spmenubg_hl.png"); }
	#m03 a:after { background-image: url("../images/common/menu/m03_sp_ro.png"), url("../images/common/menu/spmenubg_hl.png"); }
	#m04 a:after { background-image: url("../images/common/menu/m04_sp_ro.png"), url("../images/common/menu/spmenubg_hl.png"); }
	#m05 a:after { background-image: url("../images/common/menu/m05_sp_ro.png"), url("../images/common/menu/spmenubg_hl.png"); }
	#m06 a:after { background-image: url("../images/common/menu/m06_sp_ro.png"), url("../images/common/menu/spmenubg_hl.png"); }
	.mnew {
		position: absolute;
		left: 0;
		top: 0px;
		width: 55px;
		height: 0;
		padding-top: 37px;
		overflow: hidden;
		background: url("../images/common/menu/mnew.png") left top no-repeat;
		background-size: 100% auto;
	}

	#ptop {
		position: fixed;
		left: auto;
		right: 1%;
		top: auto;
	}
}

/* top  */
#snsset {
	margin: 5% auto 0 auto;
    width: 216px;
    height: 64px;
	display: none;
}
#snsset li {
    float: left;
    margin-right: 8px;
}
#snsset li img {
	width: 64px;
	height:64px;
	display: block;
}
#snsset a:hover { opacity: 0.7; }

#copyright {
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin: 0 1em;
	padding: 9em 0 5em 0;
}
#top copyright {
	padding: 0;
}
#copyright img {
	height: 10px;
	width: auto;
}
#notice {
	text-align: center;
	margin-bottom: 0.5em;
}
#notice2 {
	margin-top: 1em;
}

#footer {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.s_notice {
	font-size: 10px;
	color: #fff;
	line-height: 1.5;
}
.s_notice ul {
	margin-left: 6.26%;
	margin-right: 6.26%;
}
.s_notice li {
	position: relative;
	margin-left: 1em;
	text-indent: -1em;
}
.s_notice .kari {
	color: #f00;
}
a.btn {
	display: block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.btn:hover {
	opacity: 0.7;
}
a.btn.btnbg:hover {
	opacity: 1;
	transform: scale(1.02);
}
.bp {
    display: block;
	height: 0;
	overflow: hidden;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
hr.hrline {
    position: relative;
    display: block;
	width: 100%;
    height: 0;
	padding-top: 0.3125%;
	background: url("../images/common/sp_hrline.png") left top repeat-x;
	background-size: auto 100%;
	border: none;
}
.slick-dots
{
    display: block;

    width: 100%;
    padding: 0;
    margin: 1% 0 0 0 ;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 1.25%;
    margin: 0 8px;
    padding: 1.25% 0 0 0;

    cursor: pointer;
}
.slick-dots li button
{
    position: absolute;
    font-size: 0;
    line-height: 0;

    display: block;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    cursor: pointer;

    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #696969;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li.slick-active button
{
    background: #EAFF17;
}

@media screen and (min-width: 768px) {
    hr.hrline {
        padding-top: 3px;
        background-image: url("../images/common/hrline.png");
    }
    
	.headline:before {
		content: "";
		position: absolute;
		left: -14.15%;
		bottom: 21%;
		width: 50%;
		hegiht: 0;
		border-bottom: 1px solid rgba(255,255,255,0.7);
	}
	.headline:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 21%;
		width: 50%;
		hegiht: 0;
		border-bottom: 1px solid  rgba(255,255,255,0.7);
	}
	#about #subbg,
	#character #subbg,
    #system #subbg,
    #movie #subbg,
	#pse #subbg,
    #special #subbg {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -960px;
		width: 1920px;
		height: 100%;
		background-image: url("../images/common/pc_bg1.jpg"),url("../images/common/pc_bg2.jpg");
		background-position: left top, left 2674px;
		background-repeat: no-repeat,repeat-y;
		background-size: 100% auto, 100% auto;
	}
	.s_notice {
		font-size: 11px;
	}
}
@media screen and (max-width:767px) {
    /* common */
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
    #wrapper {
    }
    .contents {
        width: 100%;
		margin: 0 auto;
    }
	.c960 {
		width: 100%;
	}
	.cmin {
		width: 100%;
	}
	.c1280 {
		width: 100%;
	}
    #bg {
        position: relative;
        width: 100%;
    }


    #snsset {
        position: relative;
        left: auto;
        top: auto;
        width: 80%;
        height: auto;
        margin: 4% auto;
    }
    #snsset li {
        margin: 0 3%;
        width: 27%;
    }
    #snsset li img {
        width: 100%;
        height:auto;
    }
	#copyright {
		text-align: left;
	}
}