
/* common */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville");
html {
  overflow: auto;
  min-width: 1280px;
  width: 100%;
}
.wrapper {
  /*  display: flex;
  flex-direction: column;*/
  min-height: 100vh;
  min-width: 1280px;
  width: 100%;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadingTxt {
  position: relative;
  z-index: 2;
  text-align: center;
}
.loadingTxt p:nth-child(2) {
  margin-top: -15px;
  margin-left: 80px;
  animation: loadingCopy 0.5s linear;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes loadingCopy {
  0% {
    opacity: 0;
  }
  70% {
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform: rotate(-5deg);
    opacity: 1;
  }
}

.loadingBg {
  position: absolute;
  animation: rotation 2.0s infinite linear;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

#particles-js {
  position: fixed; /*描画固定*/
  z-index: -1; /*描画を一番下に*/
  width: 100%;
  height: 100%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  color: #0041ca;
  font-size: 14px;
  line-height: 1.5;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center center;
  min-width: 1280px;
  width: 100%;
}

.object {
  position: absolute;
}
.small {
  font-size: 10px;
}
.trialTag {
  position: absolute;
  top: 40px;
  left: -19px;
}
.newMark {
  position: absolute;
  top: -25px;
  left: -15px;
  z-index: 10;
}
.newKira01 {
  position: absolute;
  top: 0;
  left: 0;
}
.newKira02 {
  position: absolute;
  top: 0;
  left: 0;
}
.fadeimg {
  position: relative;
  width: 330px;
  height: 165px;
  background: #fff;
}
.fadeimg img {
  position: absolute;
  left: 0;
  top: 0;
}
.newTxt {
  position: relative;
  z-index: 100;
}
a {
  color: #c375ff;
  text-decoration: none;
}
a:link {
  color: #ff7ad8;
}
a:visited {
  color: #ff7ad8;
}
a:hover {
  color: #22dbf5;
}
#main {
  flex: 1 1 auto;
  margin-bottom: 100px;
}

.animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 2000ms ease-out forwards infinite;
  animation: loadinganimation 2000ms ease-out forwards infinite;
}
.lineFlame {
  border: solid 6px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 15px 1px rgba(79, 148, 234, .2);
}
img {
  vertical-align: bottom;
}
main {
  overflow: hidden;
}
a {
  cursor: pointer;
}
main .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}


#globalNav {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
#globalNav ul {
  display: flex;
}
#globalNav li {
  text-align: center;
    position:relative;
}
#globalNav li .trialTag{
 position:absolute;
    top:6px;
    left:9px;
}
#globalNav li:first-child {
  background-image: none;
}
#globalNav li a {
  padding: 18px 10px 0px 10px;
  border-top: solid 4px transparent;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #6982fa;
  background: -webkit-linear-gradient(90deg, #33cefb, #33cefb 20%, #6982fa 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#globalNav li a:hover {
  color: #33cefb;
  background: -webkit-linear-gradient(90deg, #33cefb, #33cefb 20%, #33cefb 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#globalNav li .coming {
  cursor: default;
  color: #7070a2;
  background: -webkit-linear-gradient(90deg, #7070a2, #7070a2 20%, #7070a2 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
}
#globalNav li .coming:hover {
  color: #7070a2;
  background: -webkit-linear-gradient(90deg, #7070a2, #7070a2 20%, #7070a2 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#globalNav li .active {
  border-top: solid 4px #ff9d5b;
}
#globalNav span {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: -5px;
}
.utilityNav {
  display: flex;
  font-size: 20px;
}
.utilityNav li {
  margin: 25px 10px 0 5px;
}
.utilityNav li a {
  color: #6982fa;
  background: -webkit-linear-gradient(90deg, #33cefb, #33cefb 20%, #48b1fb 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.utilityNav li a:hover {
  color: #33cefb;
  background: -webkit-linear-gradient(90deg, #33cefb, #33cefb 20%, #33cefb 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt {
  text-shadow: 0px 0px 8px #16299b, 0px 0px 6px #16299b, 0px 0px 3px #16299b, 0px 0px 3px #16299b, 0px 0px 3px #16299b, 0px 0px 1px #16299b;
}
.list {
  text-align: left;
}
.list li {
  margin: 20px 0;
  ;
}
.list p:nth-child(1) {
  font-size: 12px;
  color: #22dbf5;
  font-weight: bold;
    margin-bottom:5px;
}
.tableList {
  width: 100%;
 
}
.tableList th {
  vertical-align: middle;
  width: 100px;
  font-size: 12px;
  color: #819fff;
  text-align: left;
}
.tableList td {
  text-align: left;
  padding: 10px 0px 10px 20px;
}
.bannerList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bannerList li {
  width: 350px;
  margin-bottom: 40px;
  position: relative;
    z-index: 2;
}
.bannerList span.starBg {
  position: absolute;
  top: -16px;
  left: -14px;
}
.bannerList a {
  position: relative;
  z-index: 2;
}
.banner {
  box-shadow: 0px 0px 5px rgba(79, 148, 234, 0.2);
  top: 0px;
  transition: all 0.3s;
  position: relative;
}
.banner:hover {
  top: -5px;
  box-shadow: 0px 6px 40px rgba(79, 148, 234, 0.4);
}
.coming:hover {
  top: 0px;
  box-shadow: 0px 0px 5px rgba(79, 148, 234, 0.2);
}
.fuwafuwaFukidashi {
    animation-name: fuwafuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-10px)
    }
}
main {
  flex: 1;
}
.bgObject {
  position: absolute;
}
.waku {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px 0px rgba(152, 176, 255, 0.3), 1px 1px 4px rgba(0, 0, 0, 0.2) inset;
  border-radius: 4px;
  padding: 30px;
}
footer {
  font-family: 'Libre Baskerville', serif;
  padding: 10px 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(79, 148, 234, .2);
}
footer small {
  font-size: 10px;
  color: #67678a;
}
.newKira01 {
  animation-duration: 1.5s;
  animation-name: fadein;
  animation-iteration-count: infinite;
}
@keyframes fadein {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.newKira02 {
  animation-duration: 1.5s;
  animation-name: fadeout;
  animation-iteration-count: infinite;
}
@keyframes fadeout {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.gra01 span, .gra01:before {
    background: #52A0FD;
    background: -moz-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
    background: -webkit-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
    background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
}
.gra01 span, .gra01:before {
    background: #52A0FD;
    background: -moz-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
    background: -webkit-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
    background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
}
a {
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    
}
a.linkBtn:link {
  color: #fff;
}
a.linkBtn:visited {
  color: #fff;
}
a.linkBtn:hover {
  color: #fff;
}
.linkBtn {
    display: inline-block;
    margin: 0px 5px 20px 5px;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}
.linkBtn:before {
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 15px;
    right: 15px;
    z-index: -1;
    border-radius: 30em;
    filter: blur(15px) brightness(0.95);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}
.linkBtn i {
    font-size: 12px;
    top: -1px;
   
}
.linkBtn i.leftIcon {
    position: relative;
     margin-right:3px;
    
}
.linkBtn i.rightIcon {
    position: relative;
   margin-left:3px;
}
.linkBtn span {
    display: inline-block;
    padding: 10px 0px;
    border-radius: 50em;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
    width: 180px;
    text-align: center;
}
.linkBtn:focus, .linkBtn:active, .linkBtn:visited {
    color: #ffffff;
}
.linkBtn:hover {
    color: #ffffff;
}
.linkBtn:hover span {
    filter: brightness(1.05) contrast(1.05);
    transform: scale(0.95);
}
.linkBtn:hover:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
}
.linkBtn.clickDown:before {
    opacity: 0;
    bottom: 10px;
}
.linkBtn.clickDown:hover:before {
    bottom: -7px;
    opacity: 1;
    filter: blur(20px);
}
.linkBtn.clickDown:hover span {
    transform: scale(1.04);
}
.linkBtn.clickDown:hover:active span {
    filter: brightness(1) contrast(1);
    transform: scale(1);
    transition: all 0.15s ease-out;
}
.linkBtn.clickDown:hover:active:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
    transition: all 0.2s ease-out;
}