<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: middle;
}
body{
	background-color: #000000;
}

.wrap {
  background: url("../images/bg.jpg") no-repeat center top #013485;
  background-size: cover;
}

.wrap_feature {
  background: url("../images/bg_feature.jpg") no-repeat center top #013485;
  background-size: cover;
}


.wrap_spec {
  background: url("../images/bg_spec.jpg") no-repeat center top #013485;
  background-size: cover;
}

.wrap_normal {
  background: url("../images/bg_normal.jpg") no-repeat center top #013485;
  background-size: cover;
}

.wrap_bonus {
  background: url("../images/bg_bonus.jpg") no-repeat center top #013485;
  background-size: cover;
}

.wrap_flow {
  background: url("../images/bg_flow.jpg") no-repeat center top #013485;
  background-size: cover;
}

.wrap_arta {
  background: url("../images/bg_arta.jpg") no-repeat center top #013485;
  background-size: cover;
}

.wrap_artb {
  background: url("../images/bg_artb.jpg") no-repeat center top #013485;
  background-size: cover;
}



.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 102;
  background-image: url(../images/bg_loding.jpg);
  background-position: center top;
  background-size: cover;
}
.loading__icon,
.loading__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading__icon {
  top: -70px;
  width: 56px;
  height: 58px;
  animation: loading-icon 5000ms linear 0ms infinite;
}
.loading__text {
  top: 0px;
  width: 172px;
  height: 47px;
  animation: loading-text 1000ms linear 0ms infinite alternate;
}

.header {
  width: 1000px;
  margin: 0 auto;
}

.header__menu {
	margin-top: 10px;
	width: 1000px;
	height: 70px;
	background: url("../images/bg_nevi.png") no-repeat center left;
	position: relative;
	z-index: 100;
}

.header__menu ul li{
	height: 60px;
	display: block;
	float: left;
}

.header__menu ul li a{
	/*opacity: 1;*/
}

.header__menu ul li a:hover{
	/*opacity: 0.7;*/
}

.header__menu a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__menu a &gt; img
{
  opacity: 1;
  transition: opacity 150ms linear;
}
.header__menu a:hover &gt; img {
  opacity: 0;
}

.header__menu .top &gt; a {
  background: url("../images/navi_01_on.png") no-repeat;
}
.header__menu .feature &gt; a {
  background: url("../images/navi_02_on.png") no-repeat;
}
.header__menu .flow &gt; a {
  background: url("../images/navi_03_on.png") no-repeat;
}
.header__menu .normal &gt; a {
  background: url("../images/navi_04_on.png") no-repeat;
}
.header__menu .bonus &gt; a {
  background: url("../images/navi_05_on.png") no-repeat;
}
.header__menu .art &gt; a {
  background: url("../images/navi_06_on.png") no-repeat;
}
.header__menu .spec &gt; a {
  background: url("../images/navi_07_on.png") no-repeat;
}



.header__brand {
  padding-top: 15px;
  padding-left: 10px;
}
.footer {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  background: url("../images/bg_footer.jpg")  center top #000000;
  background-repeat: repeat-x;
}

.footer_innner {
  width:  1000px;
  height: 150px;
  position: relative;
  margin: 0 auto;
  padding-top: 15px;
}


.footer__sns {
	
  margin-bottom: 15px;
}
.footer__copy {
position: absolute;
top:32px;
right: 180px;
}
.snsList {
  margin-bottom: 10px;
  margin-top: 16px;
  text-align: right;
  font-size: 0;
}
.snsList &gt; li {
  display: inline-block;
}
.snsList &gt; li + li {
  margin-left: 10px;
}
.snsList__item {
  width: 85px;
}
.snsList__item:first-child {
  text-align: right;
}
.snsList__item:last-child {
  text-align: right;
}
.snsList__item__wrapper {
  display: inline-block;
}
.bannerList {
	clear: both;
  text-align: center;
  font-size: 0;
}
.bannerList &gt; li {
  display: inline-block;
  
}
.bannerList &gt; li + li {
  margin-left: 20px;
}

/*TOPページ*/
.topVisual {
  width: 1000px;
  height: 686px;
  position: relative;
  margin: 0 auto;
}
.topVisual__logo {
  position: absolute;
  bottom: 10px;
  left: -20px;
  transition: all 1000ms ease-out 1800ms;
}
.topVisual__pv {
  position: absolute;
  bottom:   24px;
  right:0px;
  transition: all 1200ms ease-out 2200ms;
}

.topVisual__cach {
  position: absolute;
  top: 130px;
  left: 460px;
  transition: all 1000ms ease-out 1400ms;
}

.topVisual__character {
  position: absolute;
  top: -40px;
  left: -120px;
  transition: all 1000ms ease-out 1000ms;
}


.topVisual__pv a:hover{
	opacity: 0.7;
}

.ready .topVisual__logo,
.ready .topVisual__pv {
  opacity: 0;
}

.ready .topVisual__character {
  opacity: 0;
  transform: translateX(-20px);
}

.ready .topVisual__cach {
  opacity: 0;
  transform: translateX(20px);
}

/*基本情報*/

.specVisual {
  width: 1000px;
  height: 1420px;
  position: relative;
  margin: 0 auto;
}
.specVisual__img_01 {
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 1000ms ease-out 1000ms;
}

.specVisual__img_02 {
  position: absolute;
  top: 672px;
  left: 0;
  transition: all 1000ms ease-out 1500ms;
}

.ready .specVisual__img_01,
.ready .specVisual__img_02 {
  opacity: 0;
  transform: translateY(20px);
}


/*特徴*/

.featureVisual {
  width: 1000px;
  height: 1089px;
  position: relative;
  margin: 0 auto;
}
.featureVisual__img_01 {
  position: absolute;
  top: 0;
  left:  180px;
  transition: all 1000ms ease-out 1300ms;
  z-index: 100;
}

.featureVisual__img_02 {
  position: absolute;
  top: -150px;
  left: -237px;
  transition: all 1000ms ease-out 1000ms;
  z-index: 50;
}

.featureVisual__img_03 {
  position: absolute;
  top: 482px;
  left: 20px;
  transition: all 1000ms ease-out 2100ms;
  z-index: 110;
}


.featureVisual__img_04 {
  position: absolute;
  top: 492px;
  left: -115px;
  transition: all 1000ms ease-out 1800ms;
  z-index: 50;
}


.ready .featureVisual__img_01,
.ready .featureVisual__img_03 {
  opacity: 0;
  transform: translateX(20px);
}

.ready .featureVisual__img_02,
.ready .featureVisual__img_04 {
  opacity: 0;
  transform: translateX(-20px);
}

/*通常時*/

.normalVisual {
  width: 1000px;
  height: 1045px;
  position: relative;
  margin: 0 auto;
}

.normalVisual__title{
  position: absolute;
  top: 10px;
  left: 366px;
  transition: all 1000ms ease-out 800ms;
}

.normalVisual__img_01 {
  position: absolute;
  top: 114px;
  left: 0;
  transition: all 1000ms ease-out 1200ms;
}

.normalVisual__img_02 {
  position: absolute;
  top: 533px;
  left: 0;
  transition: all 1000ms ease-out 1600ms;
}


.ready .normalVisual__title,
.ready .normalVisual__img_01,
.ready .normalVisual__img_02 {
  opacity: 0;
  transform: translateY(20px);
}


/*ボーナス*/

.bonuslVisual {
  width: 1000px;
  height: 820px;
  position: relative;
  margin: 0 auto;
}

.bonuslVisual__title{
  position: absolute;
  top: 10px;
  left: 142px;
  transition: all 1000ms ease-out 800ms;
}

.bonuslVisual__img_01 {
  position: absolute;
  top: 114px;
  left: 33px;
  transition: all 1000ms ease-out 1200ms;
}

.bonuslVisual__img_02 {
  position: absolute;
  top: 503px;
  left: 33px;
  transition: all 1000ms ease-out 1600ms;
}


.ready .bonuslVisual__title,
.ready .bonuslVisual__img_01,
.ready .bonuslVisual__img_02 {
  opacity: 0;
  transform: translateY(20px);
}

/*ゲームフロー*/

.flowVisual {
  width: 1000px;
  height: 1230px;
  position: relative;
  margin: 0 auto;
}

.flowVisual__title{
  position: absolute;
  top: 10px;
  left: 347px;
  transition: all 1000ms ease-out 800ms;
}

.flowVisual__img_01 {
  position: absolute;
  top: 94px;
  left: 33px;
  transition: all 1000ms ease-out 1200ms;
}

.flowVisual__img_02 {
  position: absolute;
  top: 179px;
  left: 33px;
  transition: all 1000ms ease-out 1600ms;
}


.ready .flowVisual__title,
.ready .flowVisual__img_01,
.ready .flowVisual__img_02 {
  opacity: 0;
  transform: translateY(20px);
}

/*ART_A*/

.artaVisual {
  width: 1000px;
  height: 1390px;
  position: relative;
  margin: 0 auto;
}

.artaVisual__title{
  position: absolute;
  top: 10px;
  left: 347px;
  transition: all 1000ms ease-out 800ms;
}

.artaVisual__btn{
  position: absolute;
  top: 0;
  right: 10px;
  transition: all 1000ms ease-out 1200ms;
}

.artaVisual__btn a:hover{
	opacity: 0.8;
}



.artaVisual__img_01 {
  position: absolute;
  top: 114px;
  left: 0;
  transition: all 1000ms ease-out 1200ms;
}

.artaVisual__img_02 {
  position: absolute;
  top: 199px;
  left: 1px;
  transition: all 1000ms ease-out 1600ms;
}

.artaVisual__img_03 {
  position: absolute;
  top: 829px;
  left: 0;
  transition: all 1000ms ease-out 2000ms;
}

.artaVisual__img_04 {
  position: absolute;
  top: 1020px;
  left: 0;
  transition: all 1000ms ease-out 2400ms;
}

.ready .artaVisual__title,
.ready .artaVisual__img_02,
.ready .artaVisual__img_03,
.ready .artaVisual__img_04 {
  opacity: 0;
  transform: translateY(20px);
}

.ready .artaVisual__btn {
  opacity: 0;
  transform: translateX(20px);
}

.ready .artaVisual__img_01{
  opacity: 0;
  transform: translateX(-20px);
}

/*ART_B*/

.artbVisual {
  width: 1000px;
  height: 1170px;
  position: relative;
  margin: 0 auto;
}

.artbVisual__title{
  position: absolute;
  top: 50px;
  left: 347px;
  transition: all 1000ms ease-out 800ms;
}

.artbVisual__btn{
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 1000ms ease-out 1200ms;
}

.artbVisual__btn a:hover{
	opacity: 0.8;
}

.artbVisual__img_01 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1000ms ease-out 1200ms;
}

.artbVisual__title2{
  position: absolute;
  top: 730px;
  left: 368px;
  transition: all 1000ms ease-out 1600ms;
}

.artbVisual__img_02 {
  position: absolute;
  top: 820px;
  left: 1px;
  transition: all 1000ms ease-out 2000ms;
}


.ready .artbVisual__title,
.ready .artbVisual__img_02,
.ready .artbVisual__img_03,
.ready .artbVisual__title2 {
  opacity: 0;
  transform: translateY(20px);
}

.ready .artbVisual__btn {
  opacity: 0;
  transform: translateX(-20px);
}

.ready .artbVisual__img_01{
  opacity: 0;
  transform: translateX(20px);
}


@keyframes fade {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
  }
}
@keyframes loading-icon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading-text {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
</pre></body></html>